yquake2remaster/src/client
Daniel Gibson aaa73236ec refexport_t::Init() now returns bool and has no args; minor things
the arguments were not used anyway, and returning true/false is clearer
than returning -1 (for error) or sth else (which has no deeper meaning
anyway).

Also:
* PrepareForWindow() can now return -1 if there's an error
* suppress some warnings in Makefile
* fix error for building ref_gl.dylib on OSX
2017-02-19 06:03:07 +01:00
..
header refexport_t::Init() now returns bool and has no args; minor things 2017-02-19 06:03:07 +01:00
menu ref_gl.so builds and works (on Linux, with Makefile) 2017-02-19 05:53:56 +01:00
refresh refexport_t::Init() now returns bool and has no args; minor things 2017-02-19 06:03:07 +01:00
sound At OpenAL shutdown don't do not stop only the stream chan but all chans. 2016-08-04 09:21:33 +02:00
cl_cin.c Com_VPrintf(level, fmt, argptr) (Com_D?Printf() wraps that) 2017-02-19 06:03:07 +01:00
cl_console.c Console: Adjust line length based on scale 2015-12-19 20:36:25 +01:00
cl_download.c Make the client asynchronous, e.g. decouble net and refresh frames. 2016-08-04 17:36:42 +02:00
cl_effects.c When an invalid muzzle flash offset is send, just return. 2016-10-23 18:36:43 +02:00
cl_entities.c unncecessary newlines 2016-04-04 22:41:27 +03:00
cl_input.c Make the client asynchronous, e.g. decouble net and refresh frames. 2016-08-04 17:36:42 +02:00
cl_inventory.c screen: auto-scale the HUD when gl_hudscale < 0. 2014-05-06 19:45:11 +02:00
cl_keyboard.c Only use client/refresh/header/local.h in refresh lib 2017-02-19 06:03:07 +01:00
cl_lights.c Make the client asynchronous, e.g. decouble net and refresh frames. 2016-08-04 17:36:42 +02:00
cl_main.c Add back 'spectator' and 'password' cvars. 2017-01-02 19:45:22 +01:00
cl_network.c Fix several printf in the client. 2015-08-24 17:52:57 +02:00
cl_parse.c Fix several potential security vulnerabilties 2015-08-24 17:58:19 +02:00
cl_particles.c Reformat the client 2012-07-22 15:34:45 +02:00
cl_prediction.c Don't smooth half height steps 2016-08-29 19:58:47 +02:00
cl_screen.c ref_gl.so builds and works (on Linux, with Makefile) 2017-02-19 05:53:56 +01:00
cl_tempentities.c Refresh API refactoring 2013-06-15 10:27:30 +02:00
cl_view.c Rename cl_stereo* cvars to gl_stereo*. 2016-04-07 17:01:09 +02:00