|
|
@348
|
10 years |
Maciej Komosinski |
- explicit c_str() in SString instead of (const char*) cast
- genetic …
|
|
|
@347
|
10 years |
Maciej Komosinski |
Using memmove instead of memcpy because overlapping source/destination …
|
|
|
@343
|
10 years |
Maciej Komosinski |
Code formatting
|
|
|
@337
|
10 years |
Maciej Komosinski |
New math operator semantics: extend mixed int/float to float, forbid …
|
|
|
@335
|
10 years |
Maciej Komosinski |
Cosmetic edits
|
|
|
@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
|
|
|
@321
|
10 years |
Maciej Komosinski |
Fixed regression (missing side effect that existed earlier)
|
|
|
@319
|
10 years |
Maciej Komosinski |
Fixed compilation warnings
|
|
|
@305
|
10 years |
Maciej Komosinski |
Increased precision / less optimizations in some rotations and …
|
|
|
@304
|
10 years |
Maciej Komosinski |
Improved docs
|
|
|
@303
|
10 years |
Maciej Komosinski |
Improved error messages
|
|
|
@286
|
10 years |
Maciej Komosinski |
Updated headers
|
|
|
@284
|
10 years |
Maciej Komosinski |
Wrong sscanf size in 64-bit caused stack damage (in "0x....." conversion)
|
|
|
@276
|
10 years |
Maciej Komosinski |
Empty stock objects for convenience
|
|
|
@273
|
10 years |
Maciej Komosinski |
- 'o'-type fields are no longer ignored when saving (serialization …
|
|
|
@257
|
10 years |
Maciej Komosinski |
- added strmove(): strcpy() for overlapping strings
- ExtObject? …
|
|
|
@255
|
10 years |
Maciej Komosinski |
Formatted source and new Orient::lookAt() function with only one …
|
|
|
@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 …
|
|
|
@226
|
11 years |
Maciej Komosinski |
- SString::hash() and HashTable? use FNV-1a instead of FNV-1
- fixed …
|
|
|
@225
|
11 years |
Maciej Komosinski |
Compilation for Android
|
|
|
@222
|
11 years |
Maciej Komosinski |
"Distributed" deserializable class registry, so that ExtValue? does not …
|
|
|
@210
|
11 years |
Maciej Komosinski |
Added wildcard matching functions
|
|
|
@205
|
11 years |
Maciej Komosinski |
Easier way to get an invalid ExtValue?
|
|
|
@198
|
11 years |
Maciej Komosinski |
Hashing function for strings
|
|
|
@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 …
|
|
|
@170
|
11 years |
sz |
removed the confusing SList operator!()
|
|
|
@166
|
11 years |
sz |
Iterating a copy of callback list allows to modify the original while …
|
|
|
@155
|
11 years |
sz |
Pt3D: allCoordsLowerThan()/HigherThan?() functions instead of the …
|
|
|
@154
|
11 years |
sz |
reformatting, english translation
|
|
|
@153
|
11 years |
sz |
SList container iteration: FOREACH() macro now creates local variable …
|
|
|
@144
|
11 years |
sz |
Param and ExtValue? improvements (better control on conversions, "load" …
|
|
|
@139
|
11 years |
sz |
class renaming + minor corrections
|
|
|
@128
|
11 years |
sz |
warning: deprecated conversion from string constant to char*
|
|
|
@121
|
11 years |
sz |
updated file headers and makefiles
|
|
|
@112
|
11 years |
sz |
removed weird };
|
|
|
@109
|
11 years |
sz |
source reorganization (see README)
new feature added: part/joint …
|