raze-gles/source
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
..
audiolib SW: Fix "MV_GetVoice(): bad handle" log spam 2019-11-26 18:08:43 +01:00
blood - mouse aiming cleanup. 2019-12-05 01:08:35 +01:00
build - added a generic message display, using ZDoom's code. 2019-12-04 23:07:02 +01:00
common - mouse aiming cleanup. 2019-12-05 01:08:35 +01:00
duke3d - mouse aiming cleanup. 2019-12-05 01:08:35 +01:00
glad - hooked up the 2D drawer 2019-11-05 23:35:38 +01:00
glbackend - fixed creation of true color textures. 2019-12-01 21:43:54 +01:00
libsmackerdec - got rid of some editor-only code and the entire buildvfs header 2019-11-08 02:02:54 +01:00
mact - removed no longer needed parts from input.cpp. 2019-12-01 11:38:13 +01:00
platform Merge branch 'master' into menu_for_real 2019-12-04 17:25:40 +01:00
rr - mouse aiming cleanup. 2019-12-05 01:08:35 +01:00
sw - mouse aiming cleanup. 2019-12-05 01:08:35 +01:00
thirdparty - save custom data as JSON. 2019-11-15 18:57:26 +01:00
zmusic - added GZDoom's resource management classes. 2019-10-28 23:46:15 +01:00
CMakeLists.txt - refactor of the quote storage. 2019-12-04 00:28:28 +01:00
g_pch.h - fixed most issues with newly added music files 2019-11-11 01:01:18 +01:00
gitinfo.cpp - rewrote the screenshot code to use m_png as its backend. 2019-11-02 12:59:59 +01:00
sdlappicon.cpp - transitioned project to CMake and deleted most of the old build system. 2019-09-22 23:15:46 +02:00