Commit Graph

79 Commits

Author SHA1 Message Date
barsdeveloper
e0d8990e6a Decoding code fixes 2024-07-16 21:36:13 +02:00
barsdeveloper
ad4ba2c46d WIP 2024-06-06 20:10:17 +02:00
barsdeveloper
beccfe522a Fix Function reference 2024-06-05 15:58:55 +02:00
barsdeveloper
6ca966e176 Entities tests fixed 2024-06-04 22:54:16 +02:00
barsdeveloper
e16822760f Simple entities serialization fixed 2024-06-04 14:40:47 +02:00
barsdeveloper
c05e6d3cc9 More entities fixed 2024-06-04 01:00:41 +02:00
barsdeveloper
1a8636bb5d More tests and fixed 2024-06-03 12:42:42 +02:00
barsdeveloper
8fed17b20f Tests for various entity classes and update entity class implementations 2024-06-03 00:11:30 +02:00
barsdeveloper
5314228b33 Fix format text entity 2024-06-01 16:27:17 +02:00
barsdeveloper
8258572e56 ArrayEntity parsing fixed 2024-05-31 18:39:58 +02:00
barsdeveloper
ecc71b76d1 WIP 2024-05-31 15:09:48 +02:00
barsdeveloper
1c2778fbf8 Still WIP 2024-05-28 16:44:39 +02:00
barsdeveloper
a5813d0b4d Niagara and Metasound nodes WIP
* Keep track of entities

* Fix renaming

* Niagara variables wip

* Several niagara decode and test

* Move nodeTemplate code to dedicated file, self node added

* Move node decoding functions to dedicated files

* Move pin decoding logic to dedicated files

* Accept space separated keys in objects

* Build

* Prevent a crash in case of incomplete object

* Avoid creating objects unnecessarily

* types formatting

* Initial metasound style

* Common pcg nodes colors

* Fix string serialization

* Metasound new styles and fixes

* More metasound styles and colors

* WIP

* Several fixes

* More tests and fixes

* Clean gitignore
2024-05-20 12:56:36 +02:00
barsdeveloper
279163cd54 Simple serialization entities fixes and tests 2024-03-30 20:07:26 +01:00
barsdeveloper
cc9e3d833a Attributes initialization refactoring (#19) 2024-03-24 17:30:50 +01:00
barsdeveloper
7469d55518 Replace parsing and test libraries
* WIP

* WIP

* wip

* WIP

* Several fixes

* Tests wip port to playwright

* WIP

* Fix more tests

* Serialization tests fixed

* Several fixes for tests

* Input options types

* Type adjustments

* Fix object reference parser

* Tests fixes

* More tests fixes
2024-02-14 00:40:42 +01:00
barsdeveloper
354944d5c6 Grid Size node title 2023-09-25 00:02:38 +02:00
barsdeveloper
25a445ec0e Several visual fixes 2023-09-24 23:20:30 +02:00
barsdeveloper
fdd86ce5de Refactor jsdoc types (#16)
* WIP

* Fix type 1

* Missing types info

* Some fixes

* Several types refactoring and fixes

* WIP

* Fix grammar
2023-09-22 22:56:33 +02:00
barsdeveloper
78c62ee59a Split grammar (#15)
* Move grammar parsers to entity classes

* Fix includes

* Fix Entity5 test

* Small detail

* Fix unknown keys entities

* Persistent grammar objects

* Fix grammar

* Grammar from variable
2023-09-18 21:13:28 +02:00
barsdeveloper
6f674b284d PCG nodes and other fixes (#14)
* Various fixes

* Fix name from SettingsInterface

* Allow path lookbehind for unknown keys entity

* Subraph object name

* Several fixes

* Various fixes

* Fix colors

* Various pin types
2023-09-14 23:07:09 +02:00
barsdeveloper
fd991b94b3 Various improvements (#13)
* Union lookbehind

* Fix quoted inline array
2023-09-02 14:08:29 +02:00
barsdeveloper
5bda087b81 Quoted keys supported 2023-08-11 18:37:48 +02:00
barsdeveloper
9fc936f228 How to use 2023-05-24 19:45:01 +02:00
barsdeveloper
c4813d8106 Add pin (#6)
* Add pin and minor style fix WIP

* Fix default pin graphics

* Fix sorting

* Min, max nodes are variadic
2023-05-15 22:29:52 +02:00
barsdeveloper
90f19e1bca Entities semplification
* Entities semplification WIP

* Bug fixes after entity semplification

* Fix object serialization
2023-05-05 18:50:31 +02:00
barsdeveloper
4eb1ff2a7c Mirrored entities 2023-05-03 21:14:01 +02:00
barsdeveloper
8a96af670e Dropdown implementation, switch refactoring
* Various fixes

* Fix tests

* Dropdown names deduced from pin names

* Remove update callbacks

* Fix double pins issue

* return undefined if not switch
2023-04-22 12:44:37 +02:00
barsdeveloper
baf40a9094 Several serialization and deserialization fixes 2023-04-15 12:20:53 +02:00
barsdeveloper
d10589f0bd Arrays elements can now be inlined 2023-04-11 21:21:03 +02:00
barsdeveloper
2a7f208070 More tests for grammar 2023-04-09 18:25:46 +02:00
barsdeveloper
ce1f875f46 Simplify attribute prefix 2023-04-09 13:58:17 +02:00
barsdeveloper
53d79a16f5 Inline attributes semantics and tests 2023-04-09 10:41:50 +02:00
barsdeveloper
ba3e9fa592 Inlineable objects 2023-04-06 19:23:20 +02:00
barsdeveloper
a9e4a4f66f Serialization methods names simplified 2023-04-05 21:38:17 +02:00
barsdeveloper
721db0702b Serialization test 2023-04-05 21:25:37 +02:00
barsdeveloper
62b3968af3 Fix unexpected key types 2023-04-03 19:12:00 +02:00
barsdeveloper
bb24486303 Grammar refactoring
* Grammar refactoring WIP

* ISerializer.grammar

* Fixing various bugs in the grammar

* Small touch that improoves performance

* Fix unknown values grammar

* Various fixes

* Serialization refactoring to drop suboject logic

* Details fixed

* Entity attributes initialization refactoring

* JSDoc error fixed

* Rename value key to default

* Remove useless default

* Revert string keys
2023-04-01 19:55:16 +02:00
barsdeveloper
b235d63348 Specify extension in include paths 2023-03-23 16:24:32 +01:00
barsdeveloper
76df14de95 Node naming refactoring and additional tests 2023-02-07 21:48:34 +01:00
barsdeveloper
8de12775a7 Fix input wrap 2023-01-30 21:39:31 +01:00
barsdeveloper
abc19f831a Various fixes to hid nodes 2023-01-25 20:37:18 +01:00
barsdeveloper
47106f748d Various fixes, tests and refactoring 2023-01-17 22:22:25 +01:00
barsdeveloper
a3e0d6be2b Moving node and pins information to Configuration 2023-01-06 18:23:56 +01:00
barsdeveloper
af44de4539 Prevent error from unexpected attribute 2023-01-04 22:16:51 +01:00
barsdeveloper
f59217ffd9 Fixes and Utility test added 2023-01-04 15:53:51 +01:00
barsdeveloper
a16481194c Filterable attributes, Int64 entity 2023-01-03 22:53:17 +01:00
barsdeveloper
f4ebfa488a Get rid of the Observable class 2023-01-02 00:46:07 +01:00
barsdeveloper
984bf32b51 Type initialization using objects 2023-01-02 00:22:50 +01:00
barsdeveloper
c3ab6478b0 Make elements default constructible, testing wip 2022-12-24 15:29:12 +01:00