wire/data
Vurv 6e0212bd43
Add events to Expression 2 (#2452)
* Implement editor support + Parameters

* Network events to client
* Editor highlighting
* Add fileLoaded and fileErrored events

* Custom eventname color

* Add deprecation messages and more events

* Refactor hideChat and modifyChat for event system

Code is much less complicated now. Checks if you're the author of the message before letting you set the variable at all.

And now it works with the event system.

* Cleanup

* Implement noreturn for methods
* Implement one event per-file system

* Implement event autocompletion

* More events, autocomplete colors, constructors

* Added playerSpawn, playerDeath, playerConnected, playerDisconnected, chipUsed events
* Color code autocompletions by their type.
* Add keyword autocompletion
* Add constructor/destructor system so that events can create and remove hooks as necessary per chip.

* Deprecate clk versions
2022-11-26 20:32:13 -08:00
..
cpuchip Fix all whitespace errors 2018-02-02 00:02:28 +00:00
expression2 Add events to Expression 2 (#2452) 2022-11-26 20:32:13 -08:00
gpuchip Add DDTERRAIN example program 2020-02-23 21:10:19 +01:00
soundlists Normalize line endings. 2013-07-28 15:51:47 +01:00
spuchip/examples Fix all whitespace errors 2018-02-02 00:02:28 +00:00