yquake2remaster/src/client
Daniel Gibson d19cace026 Set MAX_OSPATH to 4096 for !Windows + fixes for that
sounds easy, right?
Except some genius decided to save CVAR_LATCH cvars in buffers of
MAX_OSPATH length into savegames.. so just changing MAX_OSPATH
breaks savegame compatibility.
Fortunately, this assumption only matters in SV_WriteServerFile() and
SV_ReadServerFile() so I worked around it by introducing a
platform-specific LATCH_CVAR_SAVELENGTH (because MAX_OSPATH was 256 on
Windows but 128 on other systems..)
2015-05-23 02:02:27 +02:00
..
header Set MAX_OSPATH to 4096 for !Windows + fixes for that 2015-05-23 02:02:27 +02:00
menu Mark all keys as "up" when the refresher is restarted 2015-01-28 20:55:28 +01:00
refresh Fix fullscreen switch on Alt-Enter 2015-03-30 20:57:32 +02:00
sound Remove Mac OS X support 2015-03-20 17:33:46 +01:00
cl_cin.c Refresh API refactoring 2013-06-15 10:27:30 +02:00
cl_console.c Hide console scaling behin gl_consolescale 2014-06-21 18:54:57 +02:00
cl_download.c Set MAX_OSPATH to 4096 for !Windows + fixes for that 2015-05-23 02:02:27 +02:00
cl_effects.c Force OpenGL path for light primitives 2014-02-12 19:39:23 +01:00
cl_entities.c Use the correct abs() flavor 2014-08-03 10:49:33 +02:00
cl_input.c Solve some layer violations 2015-01-18 09:31:37 +01:00
cl_inventory.c screen: auto-scale the HUD when gl_hudscale < 0. 2014-05-06 19:45:11 +02:00
cl_keyboard.c *Really* support K_CAPSLOCK, K_COMMAND, K_POWER, K_PAUSE 2015-05-10 02:32:27 +02:00
cl_lights.c Force OpenGL path for light primitives 2014-02-12 19:39:23 +01:00
cl_main.c Untangle the input system from the refresher 2015-01-16 18:23:39 +01:00
cl_network.c Fix indention 2014-08-24 10:26:50 +02:00
cl_parse.c Refresh API refactoring 2013-06-15 10:27:30 +02:00
cl_particles.c Reformat the client 2012-07-22 15:34:45 +02:00
cl_prediction.c Reformat the client 2012-07-22 15:34:45 +02:00
cl_screen.c Implement scaling of several non-menu elements 2014-06-24 19:39:18 +02:00
cl_tempentities.c Refresh API refactoring 2013-06-15 10:27:30 +02:00
cl_view.c video: revert commit 97e149ba9e, implement a better fix for this. 2014-05-07 18:21:12 +02:00