unity-atoms/Source
Oliver Biwer 72f17db03f Canary/generator fix (#44)
* Moved Generator.cs into Editor folder under AtomsEditor.asmdef

Generator.cs must not be outside of the Editor Assembly Definition because it uses UnityEditor and thus would prevent games from building

* - cleaned up unused imports
- fixed a potential bug in Templating.cs because IndexOf is culture specific
    - at least warnings in Rider are now eliminated
- cleaned up the logic of Templating.cs
    - the while condition had never changed, it contained a redundant true
    - using an early return if the list is null

* Replaced ResolveConditionals in Templating.cs to allow nested IF-blocks
fixed typos
2019-06-17 23:09:42 +02:00
..
Actions Adjust icons 2019-06-16 23:41:19 +02:00
AtomicTags #36 - Restructuring around what things are 2019-05-29 18:52:27 +02:00
AtomicUI #36 - Restructuring around what things are 2019-05-29 18:52:27 +02:00
ConditionalActions #36 - Restructuring around what things are 2019-05-29 18:52:27 +02:00
Constants WIP Icons 2019-06-16 21:27:24 +02:00
CreateOnAwake #36 - Restructuring around what things are 2019-05-29 18:52:27 +02:00
Editor Canary/generator fix (#44) 2019-06-17 23:09:42 +02:00
Events WIP Icons 2019-06-16 21:27:24 +02:00
Extensions Improvements and added robustness to code generator 2019-06-09 16:47:14 +02:00
Functions Adjust icons 2019-06-16 23:41:19 +02:00
IconAssignmentPostProcessor Adjust icons 2019-06-16 23:41:19 +02:00
IconMap Adjust icons 2019-06-16 23:41:19 +02:00
Listeners WIP Icons 2019-06-16 21:27:24 +02:00
Lists WIP Icons 2019-06-16 21:27:24 +02:00
Molecules Fixes to PR + assign null to remove warnings 2019-04-08 16:14:50 +02:00
MonoHooks #36 - Restructuring around what things are 2019-05-29 18:52:27 +02:00
Observables Make all Observable classes internal 2019-05-30 22:19:32 +02:00
References #36 - Restructuring around what things are 2019-05-29 18:52:27 +02:00
Types Implement object Equals 2019-06-02 22:51:28 +02:00
UnityEvents #36 - Restructuring around what things are 2019-05-29 18:52:27 +02:00
Utils Remove Vector2Utils meta 2019-05-30 22:18:19 +02:00
Variables WIP Icons 2019-06-16 21:27:24 +02:00
Actions.meta #36 - Restructuring around what things are 2019-05-29 18:52:27 +02:00
AssemblyInfo.cs Removed redundant code 2019-04-15 23:26:43 +02:00
AssemblyInfo.cs.meta Removed redundant code 2019-04-15 23:26:43 +02:00
AtomicTags.meta Refactor AtomicTags 2019-05-12 15:57:10 +02:00
AtomicUI.meta Squashed commit of the following: 2019-03-17 23:43:20 +01:00
ConditionalActions.meta #36 - Restructuring around what things are 2019-05-29 18:52:27 +02:00
Constants.meta #36 - Restructuring around what things are 2019-05-29 18:52:27 +02:00
CreateOnAwake.meta #36 - Restructuring around what things are 2019-05-29 18:52:27 +02:00
Editor.meta Squashed commit of the following: 2019-03-17 23:43:20 +01:00
Events.meta #36 - Restructuring around what things are 2019-05-29 18:52:27 +02:00
Extensions.meta Squashed commit of the following: 2019-03-17 23:43:20 +01:00
Functions.meta #36 - Restructuring around what things are 2019-05-29 18:52:27 +02:00
IconAssignmentPostProcessor.meta WIP Icons 2019-06-16 21:27:24 +02:00
IconMap.meta WIP Icons 2019-06-16 21:27:24 +02:00
Listeners.meta #36 - Restructuring around what things are 2019-05-29 18:52:27 +02:00
Lists.meta #36 - Restructuring around what things are 2019-05-29 18:52:27 +02:00
Molecules.meta Squashed commit of the following: 2019-03-17 23:43:20 +01:00
MonoHooks.meta Squashed commit of the following: 2019-03-17 23:43:20 +01:00
Observables.meta Make variables, events and lists observable 2019-04-16 22:32:17 +02:00
package.json Squashed commit of the following: 2019-03-17 23:43:20 +01:00
package.json.meta Squashed commit of the following: 2019-03-17 23:43:20 +01:00
References.meta #36 - Restructuring around what things are 2019-05-29 18:52:27 +02:00
Types.meta Refactored all type-related folders into an folder "Types" 2019-04-08 17:25:32 +02:00
UnityAtoms.asmdef Squashed commit of the following: 2019-03-17 23:43:20 +01:00
UnityAtoms.asmdef.meta Squashed commit of the following: 2019-03-17 23:43:20 +01:00
UnityEvents.meta #36 - Restructuring around what things are 2019-05-29 18:52:27 +02:00
Utils.meta Squashed commit of the following: 2019-03-17 23:43:20 +01:00
Variables.meta #36 - Variable -> Variables 2019-05-29 18:56:26 +02:00