Christoph Oelckers
|
555a4d3dd5
|
Use GetChars on FStrings.
|
2023-10-08 08:09:04 +02:00 |
|
Christoph Oelckers
|
ddfb485424
|
- added a serializer for VMFunction pointers.
|
2023-05-28 11:19:34 +02:00 |
|
Christoph Oelckers
|
213bdbadad
|
- allocate VMFunction's PrintableName from the ClassDataAllocator arena.
This avoids execution order issues on shutdown. VMFunction should not use FString.
|
2023-05-27 22:40:47 +02:00 |
|
Christoph Oelckers
|
21b4862460
|
- Backend update from GZDoom
* music system improvements
* Zip64 support
* fixes for menu scaling on ultrawide screens
* Mac default paths fixed
* lightmap code (not active yet)
|
2022-04-25 11:13:55 +02:00 |
|
alexey.lysiuk
|
555007539d
|
- eliminate dependency on linking order for autosegs registration
This fixes #164
|
2020-11-13 09:41:58 +01:00 |
|
Christoph Oelckers
|
d4cdb31464
|
- backend update to make the ZScript compiler work.
|
2020-06-14 18:58:30 +02:00 |
|
Christoph Oelckers
|
d52600663d
|
- backend sync with GZDoom to pull in a few bugfixes and formatting corrections.
|
2020-05-26 23:12:04 +02:00 |
|
Christoph Oelckers
|
c0217c9152
|
- removed the remaining Doom-specific parts of the script compiler.
|
2020-05-23 22:43:04 +02:00 |
|
Christoph Oelckers
|
006916a0a6
|
- added the script compiler's front end.
|
2020-05-23 22:43:04 +02:00 |
|