Commit Graph

156 Commits

Author SHA1 Message Date
Adam Ramberg
49f9ff3f66 🐝 v4.2.0 2020-06-20 01:32:56 +02:00
Adam Ramberg
4278f71c9e #164 - Does not work in Unity 2018.3 2020-06-20 00:49:40 +02:00
Adam Ramberg
f855767c8e Changelog + assembly fixes 2020-06-20 00:45:58 +02:00
Adam Ramberg
70f8130797
Debug events by displaying stack traces for events (#159)
* Add stack trace toggled via user prefs

* Add docs regarding preferences

* Rename color getter functions

* Fix minior order of execution bug

* Use GUID + improved styling of detailed stack view

* - Changed the AddStackTrace method to be conditional (from one of your initial suggestions).
- Removed the implicit conversion operator in StackTraceEntry and is instead using ToString explicitly when needed.
- Improved implementation of GetFirstLine
- Simplified Equals implementation of the StackTraceEntry class
2020-06-06 22:19:07 +02:00
AdamRamberg
1e8abc6ad6 #160 - Hook up OnFixedUpdate handler 2020-05-21 17:53:27 +02:00
AdamRamberg
27959b9dd4 Fix bug where usage popup sometimes were hidden 2020-05-16 17:30:26 +02:00
Adam Ramberg
b2a838a18f
#132 - Add GetEvent and SetEvent functions to AtomReference (#158) 2020-05-12 18:19:45 +02:00
Adam Ramberg
634b42adcf
#131 - Added forceEvent parameter for SetValue function on AtomVariable (#157) 2020-05-12 17:56:01 +02:00
Bastien Guyl
4aa1f4a4d7
Fixing drawer for generated reference of complex struct type (#155)
* Adding proposals to fix #153

FIx custom reference doesn't appear properly

* Fix #153

Fix custom reference doesn't appear properly

* Fix #153

Fix custom reference doesn't appear properly

Co-authored-by: Bastien Guyl <bguyl@smart-tale.com>
2020-05-11 20:07:56 +02:00
AdamRamberg
849ae95b58 Add GetParent / GetValue extenstions for SerializedProperty 2020-05-10 16:27:46 +02:00
Adam Ramberg
5dfc5fef7c
Fix code generation bug (#147) 2020-05-03 23:12:37 +02:00
Moh Narimani
f3bf70b64c
Removed duplicate check before adding an item to AtomValueList (#145) 2020-05-03 22:44:07 +02:00
Oliver Biwer
4a802d0c27
Changes in GetEvent implementation to allow inheritance (#140) 2020-05-03 07:45:08 +02:00
Ignacio Ruiz
3666304b55
Added inspector toggle for triggering Changed and ChangedWithHistory on OnEnable (#126)
* Booleans to decide if OnChanged Events are triggered on Variable's OnEnable were added

* Variable's editor was updated to show both booleans

* Docs updated with new variables

* Changelog update

* Change variable visibility to private and add explicit default value

Co-authored-by: Ignacio Ruiz <iruizm@hiberus.com>
2020-04-26 19:57:55 +02:00
IceTrooper
bec125f86d
changed from Multiline to TextArea attribute (#128) 2020-04-24 06:40:54 +02:00
Adam Ramberg
4176aa4392 💜 v4.1.0 2020-04-03 16:01:05 +02:00
Adam Ramberg
55d96c2250
#122 Add Event Refs for Collections and Lists (#123) 2020-04-03 15:45:08 +02:00
Enderlook
5a2816e3ae
Fix typos (#120) 2020-03-30 17:07:10 +02:00
Adam Ramberg
3c26513229 🦹‍♂️ v4.0.2 2020-03-22 01:29:45 +01:00
Adam Ramberg
cb5f702df6 Fixes to issues in v4.0.1 2020-03-22 01:22:08 +01:00
Adam Ramberg
342d5331e2 🦸‍♂️ v4.0.1 2020-03-22 00:51:37 +01:00
Adam Ramberg
5ec125fa49 Add editor folder to FSM pkg 2020-03-22 00:47:24 +01:00
Adam Ramberg
8c6abe18a3 Merge branch 'v4' into canary 2020-03-22 00:24:33 +01:00
Adam Ramberg
f09e466030 FSM docs v1 2020-03-21 23:52:11 +01:00
Adam Ramberg
0e8f13b369 FSM docs 2020-03-21 22:59:30 +01:00
Adam Ramberg
4ba6beee59 Added some more docs 2020-03-21 22:45:39 +01:00
Adam Ramberg
4ad596dcd2 Rename functions correctly 2020-03-21 22:17:59 +01:00
Adam Ramberg
9fd64a12f3 Move AtomListAttribute to core 2020-03-21 21:58:41 +01:00
Adam Ramberg
24831f5927 Docs added 2020-03-21 21:48:05 +01:00
Adam Ramberg
698c18dbe7 Fix Variable with class type issues 2020-03-20 00:48:23 +01:00
Adam Ramberg
2eb4cedf80 Rename example scene 2020-03-19 22:42:34 +01:00
Adam Ramberg
4b2f83e830 Rearranging scenes 2020-03-19 22:29:42 +01:00
Adam Ramberg
cacb2d1594 Correctly generate comments 2020-03-19 08:41:44 +01:00
Adam Ramberg
fdfcf03150 Remove sync functionality in variable instancers 2020-03-19 08:39:43 +01:00
Adam Ramberg
20db73a43f Move sync variable instancer to collection to its own MB 2020-03-19 08:20:15 +01:00
Adam Ramberg
a90a336980 Finished example scene 2020-03-18 02:00:18 +01:00
Adam Ramberg
74bfaf7086 Example WIP + Variable ID 2020-03-18 00:17:33 +01:00
Adam Ramberg
f00c9be691 Demo scene wip 2020-03-16 23:26:23 +01:00
Adam Ramberg
c71fe4fa60 Tweak 2020-03-16 00:18:26 +01:00
Adam Ramberg
9a8f7495fa Fix timing issues 2020-03-16 00:11:18 +01:00
Adam Ramberg
90079f5873 Fix atomstag bug 2020-03-15 23:18:29 +01:00
Enderlook
c4d1f20399 Fix typo 2020-03-15 18:33:27 -03:00
Adam Ramberg
e6ac211e70 WIP 2020-03-12 01:30:25 +01:00
Adam Ramberg
68ac1850c6 Remove _base in FSM instancer 2020-03-11 22:09:32 +01:00
Adam Ramberg
616bca96b8 Fix transition data event reference 2020-03-11 21:42:59 +01:00
Adam Ramberg
e4c489c88e WIP 2020-03-11 21:11:27 +01:00
Adam Ramberg
42d97b840f More WIP 2020-03-09 23:51:14 +01:00
Adam Ramberg
17fd35a23d Clean up WIP 2020-03-09 00:37:52 +01:00
Adam Ramberg
5d6e94af63 WIP 2020-03-09 00:16:40 +01:00
Adam Ramberg
dbe95e97d1 WIP 2020-03-08 20:41:22 +01:00