RingRacers/src
Louis-Antoine 30bc8af7e8 Let the mouse move freely when a menu is open or game is paused
That means you can now easily move your mouse out of SRB2's window
and switch between several windows easily by just pressing escape!

Any phase of the game that isn't actual gameplay counts as a menu,
which means you can also move the mouse in cutscenes,
at the title screen, server connection screen,
and even when the chat or console are open.
2020-01-01 13:29:07 +01:00
..
android
blua
djgppdos Merge remote-tracking branch 'origin/master' into renderswitch 2019-12-10 23:01:10 -03:00
dummy
hardware Merge branch 'fixcoronalist' into 'master' 2019-12-31 14:25:49 -05:00
locale
sdl Let the mouse move freely when a menu is open or game is paused 2020-01-01 13:29:07 +01:00
win32 Merge remote-tracking branch 'origin/master' into renderswitch 2019-12-17 16:12:44 -03:00
.gitignore
am_map.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
am_map.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
Android.mk
apng.c
apng.h
asm_defs.inc Update copyright date on source files 2019-12-06 13:49:42 -05:00
b_bot.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
b_bot.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
byteptr.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
CMakeLists.txt [cmake] Remove srb2dd target 2019-12-15 00:47:58 -06:00
command.c One more optimization 2019-12-26 18:23:01 -08:00
command.h CV_NOLUA for when a cvar should not be changed via Lua 2019-12-26 18:15:19 -08:00
comptime.c
config.h.in One more asset hash change 2019-12-07 14:17:26 +01:00
console.c Merge remote-tracking branch 'origin/master' into renderswitch 2019-12-10 23:01:10 -03:00
console.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
d_clisrv.c Use a random port when connecting 2019-12-18 15:34:55 -08:00
d_clisrv.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
d_event.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
d_main.c Merge remote-tracking branch 'origin/master' into renderswitch 2019-12-25 05:43:46 -03:00
d_main.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
d_net.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
d_net.h Use a random port when connecting 2019-12-18 15:34:55 -08:00
d_netcmd.c Warn when going to OpenGL from the menu 2019-12-29 18:37:22 -08:00
d_netcmd.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
d_netfil.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
d_netfil.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
d_player.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
d_think.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
d_ticcmd.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
dehacked.c CV_NOLUA for when a cvar should not be changed via Lua 2019-12-26 18:15:19 -08:00
dehacked.h Fix "SRB2" SOC directive, though its usefulness is debatable 2019-12-17 14:11:45 -08:00
doomdata.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
doomdef.h Merge branch 'renderswitch' into 'master' 2019-12-30 15:36:17 -05:00
doomstat.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
doomtype.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
endian.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
f_finale.c Merge remote-tracking branch 'origin/master' into renderswitch 2019-12-25 05:43:46 -03:00
f_finale.h Merge remote-tracking branch 'origin/master' into wipes2 2019-12-11 12:57:59 -03:00
f_wipe.c Organise 2019-12-11 13:26:28 -03:00
fastcmp.h
filesrch.c
filesrch.h
g_game.c Merge branch 'turnmultiplier' into 'master' 2019-12-26 18:18:23 -05:00
g_game.h Port the deadzone cvar stuff from kart. 2019-12-15 15:36:13 +00:00
g_input.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
g_input.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
g_state.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
hu_stuff.c Merge remote-tracking branch 'origin/master' into renderswitch 2019-12-10 23:01:10 -03:00
hu_stuff.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
i_addrinfo.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
i_addrinfo.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
i_joy.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
i_net.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
i_sound.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
i_system.h Rename I_StartupKeyboard to I_RegisterSignals and call it in a sane place 2019-12-12 21:30:35 -08:00
i_tcp.c -clientport (it's back!) and -serverport, which is an alias to -port 2019-12-18 15:47:47 -08:00
i_tcp.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
i_video.h Merge remote-tracking branch 'origin/master' into renderswitch 2019-12-10 23:01:10 -03:00
info.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
info.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
keys.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
lua_baselib.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
lua_blockmaplib.c get lua_blockmaplib.c too 2019-12-06 15:27:20 -05:00
lua_consolelib.c CV_NOLUA for when a cvar should not be changed via Lua 2019-12-26 18:15:19 -08:00
lua_hook.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
lua_hooklib.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
lua_hud.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
lua_hudlib.c Merge remote-tracking branch 'origin/master' into renderswitch 2019-12-10 23:01:10 -03:00
lua_infolib.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
lua_libs.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
lua_maplib.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
lua_mathlib.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
lua_mobjlib.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
lua_playerlib.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
lua_script.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
lua_script.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
lua_skinlib.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
lua_thinkerlib.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
lzf.c
lzf.h
m_aatree.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
m_aatree.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
m_anigif.c Avoid recreating the color LUT mid-recording-frame 2019-12-17 15:37:43 -03:00
m_anigif.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
m_argv.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
m_argv.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
m_bbox.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
m_bbox.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
m_cheat.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
m_cheat.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
m_cond.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
m_cond.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
m_dllist.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
m_fixed.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
m_fixed.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
m_menu.c Merge branch 'renderswitch' into 'master' 2019-12-30 15:36:17 -05:00
m_menu.h Merge branch 'datestuff' into 'master' 2019-12-06 16:10:36 -05:00
m_misc.c Fix M_PathParts instead 2019-12-28 22:18:41 -03:00
m_misc.h Let an asbolute path work with -logfile 2019-12-23 17:40:43 -08:00
m_queue.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
m_queue.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
m_random.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
m_random.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
m_swap.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
Makefile Update copyright date on source files 2019-12-06 13:49:42 -05:00
Makefile.cfg
md5.c
md5.h
mserv.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
mserv.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
p5prof.h
p_ceilng.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
p_enemy.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
p_floor.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
p_inter.c P_PlayerHitsPlayer is too big for inline, and these other functions are getting there 2019-12-26 14:59:31 -08:00
p_lights.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
p_local.h Cvar and menu option to let user increase turn speed 2019-12-09 16:30:03 -08:00
p_map.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
p_maputl.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
p_maputl.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
p_mobj.c Revert paperprojection, but keep it as a #define in case someone fixes it in a patch. 2019-12-07 10:22:10 +00:00
p_mobj.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
p_polyobj.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
p_polyobj.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
p_pspr.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
p_saveg.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
p_saveg.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
p_setup.c Revert "Merge branch 'software-clownery' into 'master'" 2019-12-31 23:40:17 +00:00
p_setup.h Merge remote-tracking branch 'origin/master' into renderswitch 2019-12-10 23:01:10 -03:00
p_sight.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
p_slopes.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
p_slopes.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
p_spec.c Merge remote-tracking branch 'origin/master' into flats-in-walls 2019-12-11 21:53:47 -03:00
p_spec.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
p_telept.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
p_tick.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
p_tick.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
p_user.c Cvar and menu option to let user increase turn speed 2019-12-09 16:30:03 -08:00
r_bsp.c Revert "Merge branch 'software-clownery' into 'master'" 2019-12-31 23:40:17 +00:00
r_bsp.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
r_data.c Merge remote-tracking branch 'origin/master' into renderswitch 2019-12-25 05:43:46 -03:00
r_data.h Merge branch 'gl_gifs' into 'master' 2019-12-24 14:44:44 -05:00
r_defs.h Revert "Merge branch 'software-clownery' into 'master'" 2019-12-31 23:40:17 +00:00
r_draw.c Merge remote-tracking branch 'origin/master' into ripple2 2019-12-14 19:36:54 -03:00
r_draw.h Merge remote-tracking branch 'origin/master' into ripple2 2019-12-14 19:36:54 -03:00
r_draw8.c Merge remote-tracking branch 'origin/master' into ripple2 2019-12-14 19:36:54 -03:00
r_draw8_npo2.c Merge remote-tracking branch 'origin/master' into ripple2 2019-12-14 19:36:54 -03:00
r_draw16.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
r_local.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
r_main.c Revert "Merge branch 'software-clownery' into 'master'" 2019-12-31 23:40:17 +00:00
r_main.h Merge remote-tracking branch 'origin/master' into renderswitch 2019-12-10 23:01:10 -03:00
r_patch.c use size_t to count the sprites 2019-12-27 13:20:58 -05:00
r_patch.h Fix sprite rotation crashes. 2019-12-27 00:37:40 -03:00
r_plane.c Fix NOPNG compiling 2019-12-24 11:37:37 -08:00
r_plane.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
r_portal.c Restore portal culling code that went gone by pure accident 2019-12-11 11:35:34 -03:00
r_portal.h Restore portal culling code that went gone by pure accident 2019-12-11 11:35:34 -03:00
r_segs.c Revert "Merge branch 'software-clownery' into 'master'" 2019-12-31 23:40:17 +00:00
r_segs.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
r_sky.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
r_sky.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
r_splats.c Merge remote-tracking branch 'origin/master' into renderswitch 2019-12-17 16:12:44 -03:00
r_splats.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
r_state.h Revert "Merge branch 'software-clownery' into 'master'" 2019-12-31 23:40:17 +00:00
r_things.c Fix NOHW compiling 2019-12-30 20:18:08 -08:00
r_things.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
s_sound.c Fix NOOPENMPT compiling 2019-12-30 19:19:17 -08:00
s_sound.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
screen.c Warn when going to OpenGL from the menu 2019-12-29 18:37:22 -08:00
screen.h Warn when going to OpenGL from the menu 2019-12-29 18:37:22 -08:00
sounds.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
sounds.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
st_stuff.c Merge remote-tracking branch 'origin/master' into renderswitch 2019-12-10 23:01:10 -03:00
st_stuff.h Merge branch 'datestuff' into 'master' 2019-12-06 16:10:36 -05:00
strcasestr.c Use a third variable of XOR nonsense 2019-12-07 17:36:45 -08:00
string.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
t_facon.c
t_fsin.c
t_ftan.c
t_tan2a.c
tables.c Update copyright date on source files 2019-12-06 13:49:42 -05:00
tables.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
tmap.nas Update copyright date on source files 2019-12-06 13:49:42 -05:00
tmap.s Update copyright date on source files 2019-12-06 13:49:42 -05:00
tmap_asm.s Update copyright date on source files 2019-12-06 13:49:42 -05:00
tmap_mmx.nas Update copyright date on source files 2019-12-06 13:49:42 -05:00
tmap_vc.nas Update copyright date on source files 2019-12-06 13:49:42 -05:00
v_video.c Merge remote-tracking branch 'origin/master' into renderswitch 2019-12-25 05:43:46 -03:00
v_video.h Avoid recreating the color LUT mid-recording-frame 2019-12-17 15:37:43 -03:00
vid_copy.s Update copyright date on source files 2019-12-06 13:49:42 -05:00
w_wad.c Merge remote-tracking branch 'origin/master' into renderswitch 2019-12-25 05:43:46 -03:00
w_wad.h Merge remote-tracking branch 'origin/master' into renderswitch 2019-12-10 23:01:10 -03:00
y_inter.c Update comments 2019-12-17 16:14:26 -03:00
y_inter.h Update copyright date on source files 2019-12-06 13:49:42 -05:00
z_zone.c Fix sprite rotation crashes. 2019-12-27 00:37:40 -03:00
z_zone.h Fix sprite rotation crashes. 2019-12-27 00:37:40 -03:00