|
|
@1158
|
3 years |
Maciej Komosinski |
Cosmetic/minor improvements
|
|
|
@1130
|
4 years |
Maciej Komosinski |
Used std::min(), std::max() explicitly to avoid compiler confusion. …
|
|
|
@851
|
6 years |
Maciej Komosinski |
Getting int or float value casted from null or invalid is an ERROR …
|
|
|
@793
|
6 years |
Maciej Komosinski |
Code formatting
|
|
|
@639
|
8 years |
Maciej Komosinski |
Introduced separate functions for formatting time.
|
|
|
@636
|
8 years |
Maciej Komosinski |
Modulo by zero is safe just as division by zero and prints analogous …
|
|
|
@522
|
8 years |
Maciej Komosinski |
Code formatting
|
|
|
@490
|
9 years |
Maciej Komosinski |
Introduced general-use ErrorObject?, fixed enumeration of mixed …
|
|
|
@482
|
9 years |
Maciej Komosinski |
Fixed: we want a reference to a static object, not a static reference …
|
|
|
@478
|
9 years |
Maciej Komosinski |
Accessing const objects, short -> paInt, less critical messages when …
|
|
|
@464
|
9 years |
Maciej Komosinski |
Serialization of basic object types in JSON format
|
|
|
@384
|
9 years |
sz |
Used intptr_t instead of the evil, platform-dependent long.
|
|
|
@371
|
10 years |
Maciej Komosinski |
THREAD_LOCAL uses ThreadLocal_ prefix for variables. The static object …
|
|
|
@337
|
10 years |
Maciej Komosinski |
New math operator semantics: extend mixed int/float to float, forbid …
|
|
|
@333
|
10 years |
Maciej Komosinski |
- use source/code mapping for line number and file information in vm …
|
|
|
@326
|
10 years |
Maciej Komosinski |
Unified parsing of ints and floats; hex notation
|
|
|
@325
|
10 years |
Maciej Komosinski |
More strict parsing of int and float numbers from string
|
|
|
@286
|
10 years |
Maciej Komosinski |
Updated headers
|
|
|
@276
|
10 years |
Maciej Komosinski |
Empty stock objects for convenience
|
|
|
@257
|
10 years |
Maciej Komosinski |
- added strmove(): strcpy() for overlapping strings
- ExtObject? …
|
|
|
@247
|
10 years |
Maciej Komosinski |
Sources support both 32-bit and 64-bit, and more compilers
|
|
|
@228
|
11 years |
Maciej Komosinski |
More warnings for illegal ExtValue? operations: object+-*/%something …
|
|
|
@222
|
11 years |
Maciej Komosinski |
"Distributed" deserializable class registry, so that ExtValue? does not …
|
|
|
@205
|
11 years |
Maciej Komosinski |
Easier way to get an invalid ExtValue?
|
|
|
@197
|
11 years |
Maciej Komosinski |
GDK used by developers since 1999, distributed on the web since 2002
|
|
|
@171
|
11 years |
sz |
getObjectTarget is now the recommended way to retrieve object from …
|
|
|
@144
|
11 years |
sz |
Param and ExtValue? improvements (better control on conversions, "load" …
|
|
|
@121
|
11 years |
sz |
updated file headers and makefiles
|
|
|
@109
|
11 years |
sz |
source reorganization (see README)
new feature added: part/joint …
|