Christoph Oelckers
|
0ca4bbd0c4
|
- changed some menu related names to match GZDoom.
|
2020-04-12 08:30:40 +02:00 |
|
Christoph Oelckers
|
5584c726ba
|
- file system update and adjustment.
|
2020-04-12 08:30:40 +02:00 |
|
Christoph Oelckers
|
ac32194079
|
- code cleanup / removal of imgui.
|
2020-04-12 08:30:39 +02:00 |
|
Christoph Oelckers
|
f671eb622f
|
- migrated to GZDoom's utility code.
|
2020-04-12 08:30:39 +02:00 |
|
Christoph Oelckers
|
2a9813eb5c
|
- code matching with GZDoom.
|
2020-04-12 08:30:38 +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
|
66ecb05eb8
|
- use Printf as the only command to print to the console.
All uses of OSD_Printf, initprintf etc. have been renamed.
|
2020-04-12 08:30:38 +02:00 |
|
Christoph Oelckers
|
588162e083
|
- removed redundant MAKE_ID definition.
|
2020-04-12 08:30:37 +02:00 |
|
Christoph Oelckers
|
69b8976c66
|
- GZDoom timer code added.
This may come in handy later.
|
2020-04-12 08:30:37 +02:00 |
|
Christoph Oelckers
|
672a9eb912
|
- removed the unused CompressedFileWriter class.
|
2020-04-12 08:30:37 +02:00 |
|
Christoph Oelckers
|
6ef93ba514
|
- match cmdlib.cpp/.h with GZDoom.
|
2020-04-12 08:30:36 +02:00 |
|
Christoph Oelckers
|
e2f5e8fe34
|
- renamed 'common' to 'core'.
We'll need 'common' for something else.
|
2020-04-12 08:30:36 +02:00 |
|