Adam Ramberg
0e84621059
Clean up
2023-07-22 00:33:38 +02:00
Adam Ramberg
c18244184f
Tutorial -> Tutorials
2023-07-22 00:29:19 +02:00
Adam Ramberg
798fc99079
Merge branch 'canary' into adam/remove-generated-docs
2023-07-22 00:26:22 +02:00
Soraphis
eecaa5f80b
Adding Documentation ( #413 )
...
* fix: event replay buffer persisting if domain reload disabled
* fix: clearing event registrations when changing playmode stage.
* feat: add philosophy as separate section
* feat: added section about pre-change transformers
* made overview a bit slimmer and less intimidating.
* feat: added a page about tags
* revert file to state of canary
* * Removed everything that talks about implementations in the Philopsophy section.
* Added notes from Ryan Hipple's talk to the philosophy section
* Reintroduced the old overview page with changes from #416 , since I believe it is
* Removed all Admonitions, since they are not working in docusaurus v1
* Proof read and made corrections to variables transformers and tags pages.
* Added changes in "creating atoms" from #416
* Replaced old ref / link to "Overview and philosophy"
---------
Co-authored-by: Adam Ramberg <adam@mambojambostudios.com>
2023-07-22 00:14:06 +02:00
Soraphis
62bc3c9812
fix: Event Replay Buffer not cleared when domain reload disabled ( #403 )
...
* fix: event replay buffer persisting if domain reload disabled
* fix: clearing event registrations when changing playmode stage.
2023-07-19 19:47:43 +02:00
Soraphis
b225290b48
FIX: Using TextField in AssetGenerator does not work as expected ( #409 )
...
* fix: pasting FullQualifiedName in the generators text field, not picking up the actual type
* fix: replaced TryAdd call to support lower .NET versions
2023-07-19 19:40:38 +02:00
Soraphis
f75215adba
fix: SyncGameObjectToList adding object multiple times to list ( #389 )
2023-07-18 23:09:23 +02:00
Soraphis
fb471754bc
prevents FiniteStateMachineMonoHook singleton from being unloaded ( #386 )
2023-07-18 22:48:06 +02:00
Adam Ramberg
bf91219417
* Remove generateDocs.js
...
* Update PUBLISHING.md
* Remove generated md files
* Remove all package.json deps in root since they are not needed anymore
* Remove all refs to api folder in website
* Replaced header link to API with link to the first tutorial
2023-07-18 22:36:09 +02:00
Adam Ramberg
994026fb7e
Added input-system shield to README
2022-10-25 21:26:21 +02:00
Adam Ramberg
d6d3fbb1aa
Call base impl of ImplSpecificSetup() in FSM instancer ( #373 )
2022-10-24 23:04:31 +02:00
Soraphis
1d498090e3
prevent null reference exceptions in editor when using not-serializab… ( #371 )
...
* prevent null reference exceptions in editor when using not-serializable types
* - Draw warning helpbox only once in AtomVariableEditor.cs
- Minor clean up
* Revert unintended removed line
Co-authored-by: Adam Ramberg <adam@mambojambostudios.com>
2022-10-24 00:22:30 +02:00
Soraphis
9cf1b60a06
fix: corrected IEquatable implementation check ( #362 )
2022-10-23 23:03:20 +02:00
Soraphis
bc2a68527f
fix : #363 enum property did not return int value, but index ( #364 )
2022-10-23 22:51:31 +02:00
Soraphis
b457ac386f
removed ondisable method, to fix #349 ( #369 )
...
* removed ondisable method, to fix #349
* Remove _changed and _changedInstantiatedAtRuntime since they are not used anymore
Co-authored-by: Adam Ramberg <adam@mambojambostudios.com>
2022-10-23 22:34:12 +02:00
Soraphis
b2e302498d
fix : #353 "Vector2/3 reference not properly showing" ( #359 )
...
* fix : #353 while keeping #289 fixed
* Fix height of popup (was covering click area of expanded type's properties)
Co-authored-by: Adam Ramberg <adam@mambojambostudios.com>
2022-10-22 23:53:10 +02:00
Adam Ramberg
a41a7f4abe
Update release date of 4.4.5
2022-05-09 23:01:50 +02:00
Miika Lönnqvist
12515aefc8
Update all version references to 4.4.5 ( #350 )
2022-05-09 22:50:56 +02:00
Soraphis
4ee7155b63
fix: conditional compilation for EDITOR only code
2022-04-28 07:36:58 +02:00
Adam Ramberg
d4eb9ccc3b
Update release date of 4.4.4
2022-04-17 23:15:28 +02:00
Adam Ramberg
47f3062f3d
Merge branch 'canary'
2022-04-17 23:08:19 +02:00
Adam Ramberg
495e3036e9
Add ThimoDEV to the list of maintainers
2022-04-17 23:05:45 +02:00
Miika Lönnqvist
3b39e6a2f1
Prepare for release of 4.4.4 ( #343 )
...
* Update CHANGELOG
* Update version in documentation to 4.4.4
* Remove reference to Examples directory
* Update package-lock.json
* Update API documentation
2022-04-17 22:52:38 +02:00
Thimo de Ram
5c094f1b10
[Removed] Debug mode logging
2022-03-15 21:28:03 +01:00
Thimo de Ram
a64ae84096
[Changed] NRE to Debug.Log
2022-03-15 21:28:03 +01:00
Thimo de Ram
46037ac590
fix #321 NRE when Event Reference Listeners event reference is not set
2022-03-15 21:28:03 +01:00
Miika Lönnqvist
a35e7342cc
Remove Casey-Hofland from list of maintainers
2022-02-27 14:40:25 +01:00
Soraphis
9837fff97f
fixing unnecessary allocations when debug mode disabled
2022-02-27 10:07:45 +01:00
dependabot[bot]
cdf7928ef1
Bump tar from 4.4.8 to 4.4.19 in /website
...
Bumps [tar](https://github.com/npm/node-tar ) from 4.4.8 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases )
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-tar/compare/v4.4.8...v4.4.19 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-23 21:57:00 +01:00
dependabot[bot]
53a9c65d7b
Bump lodash from 4.17.19 to 4.17.21 in /website
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21 )
---
updated-dependencies:
- dependency-name: lodash
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-23 21:56:52 +01:00
dependabot[bot]
3e9c88de6e
Bump postcss from 7.0.18 to 7.0.39 in /website
...
Bumps [postcss](https://github.com/postcss/postcss ) from 7.0.18 to 7.0.39.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/7.0.39/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/7.0.18...7.0.39 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-23 21:56:43 +01:00
dependabot[bot]
3da8fea19d
Bump shelljs from 0.8.3 to 0.8.5 in /website
...
Bumps [shelljs](https://github.com/shelljs/shelljs ) from 0.8.3 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases )
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/shelljs/shelljs/compare/v0.8.3...v0.8.5 )
---
updated-dependencies:
- dependency-name: shelljs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-23 21:56:10 +01:00
dependabot[bot]
277a8e3375
Bump url-parse from 1.4.7 to 1.5.7 in /website
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.4.7 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.7 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-23 21:54:59 +01:00
dependabot[bot]
fa0ac430d7
Bump ajv from 6.10.2 to 6.12.6 in /website
...
Bumps [ajv](https://github.com/ajv-validator/ajv ) from 6.10.2 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases )
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.10.2...v6.12.6 )
---
updated-dependencies:
- dependency-name: ajv
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-23 21:54:38 +01:00
CaseyDeCoder
aecaa73ad0
Fix hasChildren display in AtomReferences
...
The display of an AtomReference would act a bit weird if the Atom was of e.g. a serializable class.
2021-12-28 16:14:11 +01:00
Thimo de Ram
7c372e6c38
Feature #293 changed private list variable to protected to support custom classes
2021-12-28 16:00:47 +01:00
Simon Bucher
3aa06a70a1
Fix ChangedOnOnEnable not triggered
...
When using an Event Reference Listener with a variable, GetOrCreateEvent() is sometimes called after TriggerInitialEvents(). This commit solves this issue.
2021-12-28 14:13:02 +01:00
Miika Lönnqvist
bf52da03a0
Workflow for acquiring Unity activation file
2021-12-28 13:52:23 +01:00
eduardo
c810df67f0
FiniteStateMachine not listening to Raise Event To Complete Transition #296
2021-12-27 13:58:49 +01:00
Andrew Han
b5b724f161
add missing scoped registry in install docs
2021-11-28 16:05:43 +01:00
Soraphis
a7240651f6
fix #305 empty list of tagged objects throws NRE ( #306 )
...
* fix #305 empty list of tagged objects throws NRE
* added missing indexer
2021-11-28 16:03:27 +01:00
Thimo de Ram
8c1d6f215c
fix #237 Drawer property value is null error
2021-11-27 14:22:26 +01:00
Miika Lönnqvist
902f9719e8
Remove extra underscore from ChangedHistoryEvent
2021-11-27 13:51:10 +01:00
Thimo
225b8f7962
Fix #255 AtomVariableInstancer assumes Base != null ( #309 )
...
Co-authored-by: Thimo de Ram <tdram@esites.local>
2021-11-27 13:40:30 +01:00
Thimo de Ram
67833f3c29
[Fixed] event refernce listener listening to old event
2021-11-27 13:29:18 +01:00
Thimo de Ram
1c0ebd0e85
fix #254 ulong cast error
2021-11-27 13:11:55 +01:00
Thimo de Ram
7c86054f88
fix #252 Removed duplicate function definition
2021-11-27 12:00:22 +01:00
Thimo de Ram
a7b3d7b91a
fix #282 changed/changedwithhistory events not created when registered in code
2021-11-27 11:54:55 +01:00
Kyrw
a7c9c69fcf
Fixed collection deserialization problem. ( #300 )
...
* Fixed collection deserialization problem
ScriptableObjects arent granted to be initialized on a particular order and might be used by the collection before they are initialized.
* Update CHANGELOG.md
Co-authored-by: eduardo <eduardo@firasoft.com>
Co-authored-by: Casey Hofland <hofland.casey@gmail.com>
2021-09-23 21:39:23 +02:00
Miika Lönnqvist
7b29e15be2
Revert "Use event references in mono hooks ( #271 )" ( #287 )
...
This reverts commit 25412ab2a8
.
2021-07-04 12:41:05 +02:00