Christoph Oelckers
|
8c99d7b034
|
- Backend update from GZDoom
* scriptable CVARs.
* GLES update
* various ZScript improvements.
|
2023-02-11 12:06:58 +01:00 |
|
Christoph Oelckers
|
905a9bfeae
|
- backend update from GZDoom.
|
2023-01-07 19:30:49 +01:00 |
|
Christoph Oelckers
|
2ffdf3d0e1
|
- backend update from GZDoom.
Mainly quaternion math and sound system cleanup.
|
2022-11-24 16:56:46 +01:00 |
|
Christoph Oelckers
|
8806fb930b
|
- Backend update from GZDoom
* Vector 4 in zscript
* garbage collector fixes
|
2022-11-12 10:45:39 +01:00 |
|
Christoph Oelckers
|
eb8fae761e
|
- backend update from GZDoom.
|
2022-06-26 09:35:21 +02:00 |
|
Mitchell Richters
|
9bbb54fe2e
|
- Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries.
|
2021-12-30 20:30:21 +11:00 |
|
Christoph Oelckers
|
9e14b168bb
|
- addressed more shadowed variables in common code.
|
2021-12-30 09:57:32 +01:00 |
|
Christoph Oelckers
|
01abe7b2ac
|
- addressed most unused/uninitialized variable warnings from MSVC.
|
2021-11-29 00:55:30 +01:00 |
|
Christoph Oelckers
|
bad2c2e55f
|
- backend update from GZDoom
* replacement of 'long' in string code.
* palette removal in V_GetColor.
* fixes to DShape2D buffer management.
|
2021-08-14 10:04:45 +02:00 |
|
Christoph Oelckers
|
e7ab4cd176
|
- backend update from GZDoom.
|
2021-01-29 13:20:00 +01:00 |
|
Christoph Oelckers
|
cb49bcb96d
|
- updated VM from GZDoom.
Just to be up to date.
|
2020-09-27 16:12:50 +02:00 |
|
Christoph Oelckers
|
d4cdb31464
|
- backend update to make the ZScript compiler work.
|
2020-06-14 18:58:30 +02:00 |
|
Christoph Oelckers
|
c4017de12f
|
- updated to GZDoom's new texture management system.
|
2020-05-25 23:59:07 +02:00 |
|
Christoph Oelckers
|
be8813f962
|
- hooked up a few things and re-enabled some code depending on the texture manager.
|
2020-05-24 16:19:44 +02:00 |
|
Christoph Oelckers
|
daf77e55f7
|
- fixed compilation.
Much of this commit will have to be undone later, once the texture manager becomes available.
|
2020-05-23 22:43:04 +02:00 |
|
Christoph Oelckers
|
a6d982ed04
|
- resolve the single Doom specific dependency in the VM by using a callback.
|
2020-05-23 22:43:02 +02:00 |
|
Christoph Oelckers
|
c9b2399cd0
|
- added a first bunch of ZScript code.
# Conflicts:
# source/CMakeLists.txt
# source/common/utility/basics.h
# source/core/serializer.h
|
2020-05-23 22:43:01 +02:00 |
|