aboutsummaryrefslogtreecommitdiff
path: root/NeoRuntime/Runtime/luxcena_neo/neo_behaviour.py
Commit message (Collapse)AuthorAgeFilesLines
* Create docs from python codejakob.stendahl2022-12-121-6/+87
|
* :sparkles: Make all variable-types changeable from both home and editorJakob Stendahl2021-10-211-12/+8
|
* :pencil2: Fix typoJakob Stendahl2021-10-151-2/+2
|
* :lipstick: Add Trigger variable, fix small UI bugJakob Stendahl2021-10-131-0/+15
|
* :construction: Add actual classtype to super callsJakob Stendahl2021-10-111-2/+3
|
* :construction: Make python 3.5 compatible and fix some weird bugsjakobst1n2021-10-101-10/+10
|
* :sparkles: Add Color helper class (should be made the default for ColorVariable)Jakob Stendahl2021-10-061-1/+1
|
* :sprakles: Add BooleanVariableJakob Stendahl2021-10-031-0/+15
|
* :sparkles: Add actual different variable types, this also changes slightly ↵Jakob Stendahl2021-10-031-15/+116
| | | | how they are defined
* :boom: Introduce new UI based on svelte, and rewrite a lot of the node app ↵Jakob Stendahl2021-09-191-0/+149
and the NeoRuntime