2020-06-08 |
cloudwalk | Reimpl. the cvar alias system. Reimpl. the cvar hash... |
blob | commitdiff | raw |
2020-06-08 |
cloudwalk | Revert the cvar alias system, as a checkpoint pending... |
blob | commitdiff | raw | diff to current |
2020-06-08 |
cloudwalk | Remove hook system. Was a fun little experiment but... |
blob | commitdiff | raw |
2020-06-06 |
cloudwalk | Initial implementation of cvar aliases, with slowmo... |
blob | commitdiff | raw | diff to current |
2020-06-04 |
cloudwalk | Fix ugly typo in a Z_Malloc |
blob | commitdiff | raw | diff to current |
2020-06-04 |
cloudwalk | Implement cvar callback for slowmo |
blob | commitdiff | raw | diff to current |
2020-06-04 |
cloudwalk | Heap-allocate sessionid cvar's string to avoid stack... |
blob | commitdiff | raw | diff to current |
2020-06-04 |
cloudwalk | Fix the +map crash once and for all. Defer stuffcmds... |
blob | commitdiff | raw | diff to current |
2020-06-03 |
cloudwalk | Fix broken fonts in Xonotic. Start video after quake... |
blob | commitdiff | raw | diff to current |
2020-06-03 |
cloudwalk | Fix crash when using +map on cmdline by starting video... |
blob | commitdiff | raw | diff to current |
2020-05-30 |
cloudwalk | Clean up Host_Init a bit by moving other client init... |
blob | commitdiff | raw | diff to current |
2020-05-30 |
cloudwalk | Start video _during_ initialization, rather than when... |
blob | commitdiff | raw | diff to current |
2020-05-28 |
cloudwalk | Implement experimental hook-like system, with working... |
blob | commitdiff | raw | diff to current |
2020-05-27 |
cloudwalk | Fix major regression preventing connect to any server... |
blob | commitdiff | raw | diff to current |
2020-05-25 |
cloudwalk | Implement Con_Error(f) and Con_Warn(f), error and warni... |
blob | commitdiff | raw | diff to current |
2020-05-25 |
havoc | Reworked VM_CL_PolygonBegin/Vertex/End functions to... |
blob | commitdiff | raw | diff to current |
2020-05-23 |
cloudwalk | Slight refactor of loading screen. Starting a local... |
blob | commitdiff | raw | diff to current |
2020-05-20 |
cloudwalk | Make sure the server<->client interpreters run. |
blob | commitdiff | raw | diff to current |
2020-01-22 |
havoc | cvars are now instanced in &cvars_all as a tracking... |
blob | commitdiff | raw | diff to current |
2020-01-21 |
havoc | Split the global cmd interpreter into 4 separate ones... |
blob | commitdiff | raw | diff to current |
2020-01-18 |
havoc | Added appropriate prototypes to taskqueue.h, added... |
blob | commitdiff | raw | diff to current |
2020-01-18 |
havoc | Forgot to call TaskQueue_Init during startup, woops. |
blob | commitdiff | raw | diff to current |
2020-01-18 |
havoc | Split out TaskQueue into its own taskqueue.[ch] module... |
blob | commitdiff | raw | diff to current |
2020-01-17 |
havoc | Overhauled r_shadow_bouncegrid, it performs much faster... |
blob | commitdiff | raw | diff to current |
2020-01-09 |
havoc | Corrected names in credits to be more accurate and... |
blob | commitdiff | raw | diff to current |
2018-10-19 |
divverent | Remove the CONFIG_CD macro, and enable faketracks uncon... |
blob | commitdiff | raw | diff to current |
2018-03-25 |
havoc | Add CL_MeshEntities_*, every frame in the client all... |
blob | commitdiff | raw | diff to current |
2013-10-10 |
divverent | sv_checkforpacketsduringsleep: perform a netconn master... |
blob | commitdiff | raw | diff to current |
2013-09-29 |
divverent | Initialize host_dirtytime. |
blob | commitdiff | raw | diff to current |
2013-09-19 |
divverent | Rework game specific hacks to have a special group... |
blob | commitdiff | raw | diff to current |
2013-08-03 |
divverent | Revert "Revert "Build in subdirs"", as the issues seem... |
blob | commitdiff | raw | diff to current |
2013-07-27 |
divverent | Revert "Make cdda optional, server does not need to... |
blob | commitdiff | raw | diff to current |
2013-07-26 |
nikoli | Make cdda optional, server does not need to play music |
blob | commitdiff | raw | diff to current |
2013-07-13 |
divverent | New rate burst handling; cvars: cl_rate_burstsize,... |
blob | commitdiff | raw | diff to current |
2013-02-23 |
havoc | changed r_refdef.stats struct to be an array indexed... |
blob | commitdiff | raw | diff to current |
2013-01-02 |
divverent | server: ignore out of order prespawn/spawn/begin commands |
blob | commitdiff | raw | diff to current |
2012-09-19 |
divverent | turn off session locking if running -readonly |
blob | commitdiff | raw | diff to current |
2012-07-21 |
havoc | don't honor cl.paused or host_framerate in demo playbac... |
blob | commitdiff | raw | diff to current |
2012-04-20 |
divverent | VM_sprintf: use intmax_t for integer types |
blob | commitdiff | raw | diff to current |
2012-04-19 |
divverent | remove some more dead code |
blob | commitdiff | raw | diff to current |
2012-04-04 |
havoc | added PRVM_64 define which upgrades the QC VM to double... |
blob | commitdiff | raw | diff to current |
2012-03-12 |
divverent | introducing "scr_loadingscreen_firstforstartup" |
blob | commitdiff | raw | diff to current |
2012-02-24 |
divverent | don't accumulate time reports for the first 10 seconds... |
blob | commitdiff | raw | diff to current |
2012-02-24 |
divverent | add missing variable |
blob | commitdiff | raw | diff to current |
2012-02-24 |
divverent | also count timing info when nobody is playing |
blob | commitdiff | raw | diff to current |
2012-02-09 |
divverent | use togglemenu 1 to enable menu at startup |
blob | commitdiff | raw | diff to current |
2011-12-03 |
divverent | add cl_minfps_force cvar to run minfps code even during... |
blob | commitdiff | raw | diff to current |
2011-12-03 |
divverent | transform: make hysteresis one-sided, no behaviour... |
blob | commitdiff | raw | diff to current |
2011-12-03 |
divverent | new cl_minfps logic that seems a lot more successful... |
blob | commitdiff | raw | diff to current |
2011-11-18 |
divverent | make locksession a bit more robust by calling FS_Create... |
blob | commitdiff | raw | diff to current |
2011-11-01 |
divverent | Command line: -sessionid, cvars: locksession, (R/O... |
blob | commitdiff | raw | diff to current |
2011-10-31 |
havoc | fix a bug that broke cl_maxphysicsframesperserverframe |
blob | commitdiff | raw | diff to current |
2011-10-31 |
havoc | changed sv_fixedframeratesingleplayer logic a bit ... |
blob | commitdiff | raw | diff to current |
2011-10-26 |
divverent | Linux dedicated server: set nice -19 while spawning... |
blob | commitdiff | raw | diff to current |
2011-10-25 |
havoc | only lock the server mutex if executing commands |
blob | commitdiff | raw | diff to current |
2011-10-25 |
havoc | added Sys_PrintfToTerminal function for convenience... |
blob | commitdiff | raw | diff to current |
2011-10-22 |
havoc | major overhaul for thread-safety - many global variable... |
blob | commitdiff | raw | diff to current |
2011-10-17 |
havoc | added sv_threaded cvar, the server can now be moved... |
blob | commitdiff | raw | diff to current |
2011-10-17 |
havoc | init/shutdown thread system in dedicated server as... |
blob | commitdiff | raw | diff to current |
2011-10-17 |
divverent | new cvar: cl_maxphysicsframesperserverframe |
blob | commitdiff | raw | diff to current |
2011-10-14 |
havoc | removed OffscreenGecko support because it is not maintained |
blob | commitdiff | raw | diff to current |
2011-07-09 |
havoc | added -developer3 for crazy debugging sessions (gl_prin... |
blob | commitdiff | raw | diff to current |
2011-06-08 |
havoc | reworked progs loading so that entvars_t and globalvars... |
blob | commitdiff | raw | diff to current |
2011-05-09 |
havoc | added prvm_offsets.h which centralizes field/global... |
blob | commitdiff | raw | diff to current |
2011-04-10 |
divverent | break the net connection AFTER calling ClientDisconnect... |
blob | commitdiff | raw | diff to current |
2011-03-11 |
havoc | cache collision trace results from frame to frame |
blob | commitdiff | raw | diff to current |
2011-02-25 |
havoc | reworked the entire config loading system for the gamed... |
blob | commitdiff | raw | diff to current |
2011-02-07 |
eihrul | factor out thread interface from dpsoftrast |
blob | commitdiff | raw | diff to current |
2010-10-15 |
divverent | Cryptographic authentication support for the d0_blind_i... |
blob | commitdiff | raw | diff to current |
2010-09-04 |
divverent | Adding GAME_XONOTIC and recognizing xonotic executable... |
blob | commitdiff | raw | diff to current |
2010-08-21 |
havoc | fix errors related to cl_rollangle on dedicated servers... |
blob | commitdiff | raw | diff to current |
2010-06-21 |
divverent | jpeg: perform picmip levels 1, 2, 3 accelerated by... |
blob | commitdiff | raw | diff to current |
2010-04-24 |
divverent | mode "developer -1" that behaves like old "developer... |
blob | commitdiff | raw | diff to current |
2010-04-15 |
divverent | block key events while in the event handler called... |
blob | commitdiff | raw | diff to current |
2010-04-14 |
vortex | DP_CSQC_SETPAUSE (clientside pause that only works... |
blob | commitdiff | raw | diff to current |
2010-03-26 |
divverent | host_maxwait cvar to possibly work around timing troubl... |
blob | commitdiff | raw | diff to current |
2010-02-28 |
divverent | Detect appended data to the DP executable. |
blob | commitdiff | raw | diff to current |
2010-02-27 |
havoc | changed r_speeds labels again, less csqc monitoring... |
blob | commitdiff | raw | diff to current |
2010-02-26 |
divverent | refactor timing, so that timing code is in sys_shared.c. |
blob | commitdiff | raw | diff to current |
2010-02-25 |
havoc | use CONFIGFILENAME and STARTCONFIGFILENAME macros inste... |
blob | commitdiff | raw | diff to current |
2010-02-25 |
havoc | add several more R_TimeReport calls for better analysis... |
blob | commitdiff | raw | diff to current |
2010-02-20 |
havoc | added server and client timing data to r_speeds 2 |
blob | commitdiff | raw | diff to current |
2010-01-31 |
havoc | fix a bunch of warnings |
blob | commitdiff | raw | diff to current |
2009-12-27 |
havoc | fix developer_extra and developer_insane cvar declarations |
blob | commitdiff | raw | diff to current |
2009-12-27 |
havoc | added Con_MaskPrintf, Con_Printf/Con_DPrintf and friend... |
blob | commitdiff | raw | diff to current |
2009-12-27 |
havoc | changed a ton of developer cvar checks into developer_e... |
blob | commitdiff | raw | diff to current |
2009-12-23 |
blub | Adding FreeType2 and UTF-8 Support. |
blob | commitdiff | raw | diff to current |
2009-12-20 |
divverent | slowmo: when slowmo is < 1, restrict sys_ticrate not... |
blob | commitdiff | raw | diff to current |
2009-12-20 |
divverent | maxidlefps fix for maxfps 0 |
blob | commitdiff | raw | diff to current |
2009-11-13 |
havoc | don't call Mem_CheckSentinelsGlobal in image loaders... |
blob | commitdiff | raw | diff to current |
2009-10-19 |
havoc | ODE physics engine support, needs more work, disabled... |
blob | commitdiff | raw | diff to current |
2009-10-18 |
havoc | replaced host_sleep with cl_maxfps_alwayssleep cvar... |
blob | commitdiff | raw | diff to current |
2009-09-25 |
divverent | snd_alsa: MIDI input support! MIDI events get mapped... |
blob | commitdiff | raw | diff to current |
2009-09-23 |
divverent | prevent information leakage from trace_ globals to... |
blob | commitdiff | raw | diff to current |
2009-09-18 |
havoc | fix framerate limiting - when cl_maxfps is 0, run clien... |
blob | commitdiff | raw | diff to current |
2009-09-18 |
havoc | enable host_sleep 1 by default |
blob | commitdiff | raw | diff to current |
2009-09-09 |
havoc | use -developer automatically in debug builds |
blob | commitdiff | raw | diff to current |
2009-08-20 |
divverent | fix all the () problems, and make gcc warn for them |
blob | commitdiff | raw | diff to current |
2009-08-07 |
divverent | Stupid hack: force an entity frame once 5 frames were... |
blob | commitdiff | raw | diff to current |
2009-06-16 |
divverent | MUCH more paranoid memory checking (use random address... |
blob | commitdiff | raw | diff to current |
next |