Christoph Oelckers
|
7d7ae9e463
|
- fixed gamestartup parser so that it can detect script versions again.
|
2020-07-20 18:43:50 +02:00 |
|
Christoph Oelckers
|
a0cd407632
|
- cleanup on pausing code.
|
2020-07-15 18:10:31 +02:00 |
|
Christoph Oelckers
|
a9f152c1fe
|
- added JFDuke's label type checker and did some cleanup on the CON init code.
Most importantly: Use dynamic buffers for managing the labels instead of hijacking some other storage space.
|
2020-07-15 12:34:42 +02:00 |
|
Christoph Oelckers
|
7b75a0683a
|
moveactors plus backing code.
|
2020-06-21 22:37:29 +02:00 |
|
Christoph Oelckers
|
9104fda1a0
|
- movestandables - old code not removed yet. Plus some World Tour handling.
|
2020-06-21 22:36:10 +02:00 |
|
Christoph Oelckers
|
4b235c0771
|
- ifhitbyweapon and shorter game checks with inline functions.
|
2020-06-21 22:36:09 +02:00 |
|
Christoph Oelckers
|
68c97e3c25
|
Merge branch 'master' of https://github.com/coelckers/Raze
# Conflicts:
# source/core/gamecontrol.h
# source/duke3d/src/game.cpp
# source/exhumed/src/exhumed.cpp
# source/rr/src/game.cpp
|
2020-05-31 23:30:10 +02:00 |
|
Mitchell Richters
|
7ed9f4fa8c
|
Prepare back-end for updated in-game pausing.
|
2020-05-31 23:19:54 +02:00 |
|
Christoph Oelckers
|
29db3febb8
|
- updated the platform code to be mostly identical with GZDoom
|
2020-05-26 00:08:26 +02:00 |
|
Christoph Oelckers
|
8bd5f12b42
|
- matching sound backend code with GZDoom.
# Conflicts:
# source/core/sound/s_soundinternal.h
|
2020-05-23 12:59:11 +02:00 |
|
Christoph Oelckers
|
6a8efb7520
|
- update of music code, in particular separating the engine-specific lookup from the backend.
# Conflicts:
# source/core/music/music.cpp
# Conflicts:
# source/build/src/palette.cpp
|
2020-05-23 12:37:47 +02:00 |
|
Christoph Oelckers
|
6a0785bbd4
|
- manual update of some missed content.
|
2020-05-22 18:28:03 +02:00 |
|
Christoph Oelckers
|
14cdfa3f3c
|
- more file matching.
- moved c_con to Duke subproject because it's the only one using this stuff.
|
2020-04-12 08:30:41 +02:00 |
|
Christoph Oelckers
|
2883553ed2
|
- moved file lookup functions to utilities and matched to GZDoom's version.
|
2020-04-12 08:30:41 +02:00 |
|
Christoph Oelckers
|
797640c494
|
- use ZDoom's memory allocation wrapper instead of EDuke's.
This simply plays nicer with the compiler's diagnostics.
|
2020-04-12 08:30:38 +02:00 |
|
Christoph Oelckers
|
e2f5e8fe34
|
- renamed 'common' to 'core'.
We'll need 'common' for something else.
|
2020-04-12 08:30:36 +02:00 |
|