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
|
7bbd4343a8
|
- renamed all shadowing variables in Duke.
|
2021-12-30 09:57:33 +01:00 |
|
Christoph Oelckers
|
9e14b168bb
|
- addressed more shadowed variables in common code.
|
2021-12-30 09:57:32 +01:00 |
|
Mitch Richters
|
b02a6a3ec9
|
- Replace MIN() from templates.h with version provided in STL.
|
2021-10-30 10:36:15 +02:00 |
|
Mitch Richters
|
9894729fc2
|
- Replace MAX() from templates.h with version provided in STL.
# Conflicts:
# source/common/textures/hw_ihwtexture.cpp
# source/common/utility/templates.h
|
2021-10-30 10:36:02 +02: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
|
c96e04e6c9
|
- backend update from GZDoom.
|
2021-02-12 14:44:54 +01:00 |
|
Christoph Oelckers
|
5a5f9b8e02
|
- backend update from GZDoom.
|
2020-11-23 15:54:06 +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
|
d7225c1965
|
- backend update from GZDoom
|
2020-06-07 15:02:54 +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 |
|