Rachael Alexanderson
8c1db978b8
- fixed: hwrenderer materials were nullptr checked but the pointers were not always properly initialized
2020-04-21 09:41:33 -04:00
alexey.lysiuk
62d4bbbe65
- restored Wads.GetNumLumps() scripted function
...
https://forum.zdoom.org/viewtopic.php?t=68300
2020-04-21 10:07:24 +03:00
alexey.lysiuk
426f40dd52
- fixed crash when loading saved game that has no music
2020-04-20 15:08:33 +03:00
alexey.lysiuk
c37dcc6eb4
- added validation of game skill when changing a level
2020-04-20 13:32:02 +03:00
alexey.lysiuk
a9c0765fe1
- fixed potential crash on intermission cast screen
2020-04-20 12:49:18 +03:00
Christoph Oelckers
4fb6b7c7d4
- block off the Substitute function by making it private to the 3 classes that really need it.
2020-04-19 21:08:24 +02:00
Christoph Oelckers
bd3f4e7347
- relax pointer substitution restriction for morphed monsters.
2020-04-19 21:08:23 +02:00
Christoph Oelckers
052172b9ee
- let TeleportSpecial universally map to Teleport when checking action special names.
2020-04-19 18:00:27 +02:00
Christoph Oelckers
db6a284253
- apply aspect ratio compensation for all fullscreen images with a height of 200 and 400, and not just to 320x200 and 640x400.
2020-04-19 13:49:10 +02:00
Christoph Oelckers
a21d3ae106
- fixed incorrect value range for particle's depth value, used for sorting.
2020-04-19 13:46:00 +02:00
Christoph Oelckers
e63871d6f5
- made 3D floor damage transfers optional by adding a new flag bit (2048) and made that mode automatic for the old ZDoom-based light only transfer special.
2020-04-19 13:40:21 +02:00
Christoph Oelckers
5228a67ff5
- fixed keybinding reader - before trying to load DEFBINDS the lump index wasn't reset.
2020-04-19 13:23:02 +02:00
Christoph Oelckers
90f3b49bc3
- removed the "no IWAD definitions found" error message because the condition it checks for is not an error.
2020-04-19 13:17:20 +02:00
Christoph Oelckers
6dfc416b51
- fixed setup of IPK3's where all content is in a subdirectory.
...
These never received the file name list that was needed to eliminate this directory from internal paths.
2020-04-19 13:04:29 +02:00
Christoph Oelckers
14ce0f4605
- deleted unused variable.
2020-04-19 12:37:50 +02:00
Christoph Oelckers
1c99e0917e
- do not treat the ':' as a path separator.
...
The cases where it really is needed have special handling for it, in all others it causes more problems than it solves.
2020-04-19 12:24:12 +02:00
alexey.lysiuk
b5c88957f0
- fixed detection of standalone IWADs
...
https://forum.zdoom.org/viewtopic.php?t=68218
2020-04-17 12:29:46 +03:00
Rachael Alexanderson
c1421b70cf
Revert "- fixed: player spawn code should now always use defaults for the currently selected player class, not current flags"
...
This reverts commit 8dda7c02c9
.
2020-04-15 07:02:58 -04:00
Rachael Alexanderson
8dda7c02c9
- fixed: player spawn code should now always use defaults for the currently selected player class, not current flags
2020-04-15 06:58:27 -04:00
Christoph Oelckers
3e02121822
- fixed setup of content ID in CreateTexBuffer.
2020-04-13 14:55:16 +02:00
Christoph Oelckers
e92be97f33
- let FSkybox inherit from FImageTexture to simplify the redirection of the base image for the software renderer.
2020-04-13 14:23:57 +02:00
Christoph Oelckers
9a3b663e04
- fixed text size calculations in the status bar.
...
To avoid errors, all spacing calculations have been added to FFont::StringWidth which already performs proper escape filtering.
2020-04-13 12:11:14 +02:00
Christoph Oelckers
17df95d69e
- fixed startup-time setup of serverinfo CVARs.
...
Looks I completely forgot this part when refactoring the interface - it must account for the callbacks not doing anything due to the network code not being operational yet.
2020-04-13 11:53:08 +02:00
Christoph Oelckers
6722b64ac0
- fixed: Setting 'noallies' on the level cleared the player's friendly flag.
...
The check was for mobj->player, which at this point wasn't set yet so the check failed.
2020-04-13 10:54:40 +02:00
Christoph Oelckers
4b5c74f856
- reactivated saving of sounds by name, not by index.
2020-04-13 10:32:46 +02:00
alexey.lysiuk
d29c6a55eb
- fix autoseg registration by moving start/end files back to src directory
...
Link order was wrong when building via Xcode project because CMake generator sorts files by paths
This made most of classes missing from corresponding segments, and the game crashes right after launch
2020-04-13 10:14:07 +03:00
Major Cooke
a56177f178
Begin TICRATE conversion.
...
- Moved TICRATE from Thinker to Object in ZScript so status bars have access to it.
2020-04-12 22:43:33 +02:00
alexey.lysiuk
10628e60cb
- extend continuous integration workflow
2020-04-12 11:51:23 +03:00
alexey.lysiuk
9c23c0ac59
- fixed compilation with GCC 5
2020-04-12 11:50:11 +03:00
alexey.lysiuk
5a56f209d3
- fixed conditions with SND_PlayerReserve flag
...
src/sound/s_advsound.cpp:953:9: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses]
src/sound/s_advsound.cpp:1264:20: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses]
src/sound/s_advsound.cpp:1426:6: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses]
2020-04-12 11:49:47 +03:00
alexey.lysiuk
72c8df530f
- fixed compilation of optimized GCC and Clang targets
2020-04-12 11:03:25 +03:00
alexey.lysiuk
f0ca7fb213
- fixed compilation of Linux targets
2020-04-12 11:03:01 +03:00
alexey.lysiuk
91914b728b
- fixed compilation of Cocoa backend
2020-04-12 11:02:28 +03:00
alexey.lysiuk
2b1ef5f4f2
- common fixes for compilation with GCC and Clang
2020-04-12 11:02:05 +03:00
alexey.lysiuk
f5a98ed7fa
- fixed CMake configuration
...
CMake Error at src/CMakeLists.txt:1188 (add_executable): Cannot find source file: gamedata/textures/bitmap.cpp
2020-04-12 10:59:09 +03:00
Christoph Oelckers
ab8d2ef62d
- fixed serializer.
...
All includes of RapidJSON *must*(!!!) have the same #defines, otherwise incompatible code will be generated without any hint of a warning.
2020-04-11 22:53:26 +02:00
Christoph Oelckers
07e303f99b
- fixed compilation.
2020-04-11 22:23:09 +02:00
Christoph Oelckers
8f8aed5ee3
- moved bitmap.cpp to 'common' and remove the duplicate IceRemap.
2020-04-11 20:23:26 +02:00
Christoph Oelckers
9dce6d88fa
- use 'override' qualifier.
2020-04-11 20:21:00 +02:00
Christoph Oelckers
0cb2a1b8e9
- moved gl_load to common.
2020-04-11 20:20:59 +02:00
Christoph Oelckers
295fa1e73f
- header cleanup in gl_interface.cpp
2020-04-11 20:20:59 +02:00
Christoph Oelckers
1e40b745d5
- added some things from Raze to allow using the same code in both projects.
2020-04-11 20:20:59 +02:00
Christoph Oelckers
5fe22c70b5
- moved the 2D drawer to 'common'.
2020-04-11 20:20:59 +02:00
Christoph Oelckers
def123823b
- cleanup of 2D code.
2020-04-11 20:20:58 +02:00
Christoph Oelckers
ce4c2be3c7
- use the 2d drawer's size where appropriate.
2020-04-11 20:20:58 +02:00
Christoph Oelckers
b18faacab0
- 2D drawer cleanup.
2020-04-11 20:20:58 +02:00
Christoph Oelckers
ac1f4b8f11
- initialize native functions before the first query.
2020-04-11 20:20:57 +02:00
Christoph Oelckers
932f5c64c2
- moved stats.cpp to common.
2020-04-11 20:20:57 +02:00
Christoph Oelckers
fa99fc5346
- added global variants of the main 2D-draw functions taking an F2DDrawer as their first parameter.
...
This is a preparation for refactoring the calls to these so that they no longer require a 'screen' parameter.
2020-04-11 20:20:57 +02:00
Christoph Oelckers
3bf7686cfb
- moved v_text.cpp to 'common'.
2020-04-11 20:20:56 +02:00