No description
Find a file
Christoph Oelckers cb0538d0f2 - mouse aiming cleanup.
Reverted this to a sane setting, as it was in the original games and in all other games I have ever seen, i.e. there is a global setting to enable mouse view, and a button to manually trigger it. The toggle can be easily handled by flipping the CVAR directly.
The main problem here was that it triggered a few cases for mouse-less gameplay in the default case with a mouse present, because the mouseaim CVAR was no longer what the game expected.
This misguided change seems to have originated in JFDuke but by now had propagated to all the other games as well, the code was in all 4 frontends.
2019-12-05 01:08:35 +01:00
build-doc - moved documentation out of the Source folder and added surface shader sources. 2019-10-05 13:17:26 +02:00
cmake - transitioned project to CMake and deleted most of the old build system. 2019-09-22 23:15:46 +02:00
libraries Fix crash when fluidsynth is not compiled in 2019-11-13 22:56:01 +01:00
package/common Make use of SDL2's Game Controller API. 2019-09-20 16:03:49 +02:00
platform - replaced 32 bit SDL library - the preincluded one appeared to be broken. 2019-11-19 22:35:52 +01:00
source - mouse aiming cleanup. 2019-12-05 01:08:35 +01:00
tools - added compile tools from GZDoom repo: 2019-09-22 08:52:30 +02:00
wadsrc - mouse aiming cleanup. 2019-12-05 01:08:35 +01:00
.gitattributes - transitioned project to CMake and deleted most of the old build system. 2019-09-22 23:15:46 +02:00
.gitignore Add build folder to .gitignore 2019-11-13 22:55:15 +01:00
_clang-format Minor _clang-format tweaks 2019-09-20 15:22:42 +02:00
AUTHORS.md Move acknowledgments to separate file 2019-09-21 11:48:19 +02:00
CMakeLists.txt - fixed auto-picking of game GRPS from the command line. 2019-11-19 21:35:35 +01:00