smallmodel
|
960469be77
|
Implemented MakePrimitive()
|
2024-02-28 22:52:25 +01:00 |
|
smallmodel
|
75f8f86f86
|
Fixed compilation error on some compilers
|
2023-11-29 00:08:35 +01:00 |
|
smallmodel
|
b10ce9a426
|
Added GetKey() / SetKey() in con_set's Entry, so ScriptVariable can override it and set the key appropriately
|
2023-11-28 19:50:19 +01:00 |
|
smallmodel
|
673a42242d
|
Formatted source files
|
2023-10-01 22:47:25 +02:00 |
|
smallmodel
|
f7bfa47f2e
|
Made ScriptVariable classes part of LightClass
|
2023-09-13 23:51:33 +02:00 |
|
smallmodel
|
24f3b3bc93
|
Added anyValue union field
|
2023-08-19 20:46:42 +02:00 |
|
smallmodel
|
80ab513d76
|
Fixed size() returning 0 when the type is VARIABLE_NONE (must return -1)
|
2023-08-18 14:14:32 +02:00 |
|
smallmodel
|
3cc0c41b7b
|
Added ScriptArrayHolder constructor
|
2023-08-18 01:42:10 +02:00 |
|
smallmodel
|
9933612607
|
Added ScriptVariableList::VariableExists
|
2023-08-02 21:49:03 +02:00 |
|
smallmodel
|
68d48d9889
|
Used clang-format on some common files
|
2023-07-05 21:24:02 +02:00 |
|
OM
|
c287638f99
|
Reworked file inclusion (using relative path)
|
2023-06-17 01:24:20 +02:00 |
|
OM
|
e45289d28b
|
Renamed **NO_SCRIPTENGINE** to **WITH_SCRIPT_ENGINE**
|
2023-05-29 01:33:07 +02:00 |
|
L
|
f91d5f9fe9
|
Added support for ScriptVariable move
|
2023-02-07 20:50:26 +01:00 |
|
L
|
6eb1ec3cf5
|
Fixed compilation issues with g++
|
2023-02-06 19:24:01 +01:00 |
|
L
|
1b1de99e53
|
Added IsConstArray()
|
2023-02-02 23:48:04 +01:00 |
|
L
|
b8c56cc23c
|
Use override keyword when overriding virtual methods
|
2023-01-31 19:59:39 +01:00 |
|
L
|
8ef16a91f2
|
Reworked source tree so it compiles
|
2023-01-29 20:59:31 +01:00 |
|