]> git.xonotic.org Git - xonotic/darkplaces.git/history - quakedef.h
common: Move infostring functions to new com_infostring.c
[xonotic/darkplaces.git] / quakedef.h
2020-09-29 cloudwalkquakedef: Add darkplaces.h and include it in as many...
2020-09-29 cloudwalkAdd qdefs.h and qstats.h to split up quakedef.h. Make...
2020-09-29 cloudwalkhost: Introduce host.h and use it, instead of quakedef.h
2020-09-29 cloudwalkhost: Make Host_Quit_f static. Avoid calling it directly.
2020-09-29 cloudwalkserver: Move remaining server functions out of quakedef.h
2020-09-29 cloudwalkcl_main: Make reconnect's function static and remove...
2020-09-26 cloudwalkserver: Eliminate references to cls.state in server...
2020-09-22 cloudwalkquakedef: Bump up netmessage and static entities limit...
2020-09-17 cloudwalkquakedef: Include thread.h, and include threads.h in...
2020-09-17 cloudwalkcmd: Rename cbuf_t to cmd_buf_t
2020-09-17 cloudwalkcmd: Re-re-re-re-implement the command parser. Allocate...
2020-09-17 cloudwalkRename qboolean to qbool
2020-09-07 cloudwalkImplement Linux kernel-inspired generic cyclic doubly...
2020-08-12 cloudwalkhost: Implement a hook struct in host_t. Use a hook...
2020-08-09 cloudwalkcmd: Reimplement console buffer system as a cyclic...
2020-07-22 cloudwalkFix OpenSolaris build. Add platform ID for a few other...
2020-07-20 cloudwalkhost: Major refactor
2020-07-15 cloudwalkIncrease MAX_CACHED_PICS to 2048, as per wrath-darkplaces
2020-07-13 cloudwalkhost: Use new global host.sleeptime instead of svs...
2020-07-13 cloudwalkhost, csqc: Remove cl.csqc_paused. Use new global host...
2020-07-13 cloudwalkhost: Add "restless" variable to host_t. True means...
2020-07-11 cloudwalkImprove clang support. Add tcc support. Clang builds...
2020-06-29 cloudwalkMove abortframe to top of host_t to avoid struct alignm...
2020-06-22 cloudwalk(Round 1) Break up host_cmd.c
2020-06-22 cloudwalkFirst massive rename and move
2020-06-22 cloudwalkChange prefix of cmds in host_cmd.c to match the side...
2020-06-21 cloudwalkRevert "Initialize console commands and cvars before...
2020-06-20 cloudwalkInitialize console commands and cvars before anything...
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2020-06-16 cloudwalkImplement XMP module sound support
2020-06-08 cloudwalkRemove hook system. Was a fun little experiment but...
2020-05-28 cloudwalkImplement experimental hook-like system, with working...
2020-05-25 havocRefactored VM_SV_AddStat to allow overrides of all...
2020-01-23 havocRemove old decal system, cl_decals_newsystem has been...
2020-01-21 havocSplit the global cmd interpreter into 4 separate ones...
2018-08-05 havocChange a comment and a description to remove mentions...
2017-01-07 havocincrease MAX_CHANNELS to support quakemash
2016-07-20 divverentOOPS. Enable USE_RWOPS only on Android.
2014-08-27 divverentFix build on OS X. Previously, building on OS X always...
2014-03-04 havocincrease MAX_PARTICLEEFFECTNAME and MAX_PARTICLEEFFECTI...
2013-08-03 divverentRevert "Revert "Build in subdirs"", as the issues seem...
2013-07-17 havocSteel Storm additions for mobile (EluanCM)
2012-05-13 divverentworkaround for broken libc on mingw32
2012-04-20 divverentVM_sprintf: use intmax_t for integer types
2012-04-19 divverentmark Host_Error as noreturn to help static analysis
2012-04-11 divverentfix a typo
2012-04-11 divverentPRVM_64: make savegames precision-loss-less
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2012-02-18 divverentalways allow -nosse and -nosse2 flags to change SSE...
2011-11-01 divverentCommand line: -sessionid, cvars: locksession, (R/O...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-14 havocremoved OffscreenGecko support because it is not maintained
2011-10-04 divverentserver list: allow more AND and OR masks (except in...
2011-08-03 havocfix a pile of issues with calling conventions on GLES2...
2011-05-17 divverentnew movement cvar and stat: sv_airaccel_qw_stretchfactor
2011-05-13 vortexMultisampling initialisation moved from vid_sdl to...
2011-04-18 havocfix typo in last commit
2011-04-18 havocmove iphone detection above macosx detection
2011-04-18 havocseparate out the GLES2 stuff from the iphone stuff
2011-04-01 havocfix compilation when SSE2_PRESENT, also fix compilation...
2011-04-01 havocWGL client can now use DPSOFTRAST, added thread_win...
2011-03-05 divverentinstead, define the FILE_OFFSET_BITS part in the build...
2011-01-26 eihruladded SSE2_PRESENT define
2011-01-18 havoclower particle limit when using DP_SMALLMEMORY builds
2010-12-23 divverentalso make MAX_SCOREBOARDNAME 128 in the small memory...
2010-12-21 divverentallow longer player names
2010-10-18 divverentas the SSE bug seems fixed now, use SSE in MSVC builds...
2010-10-16 divverentonly enable SSE if __GNUC__ for the moment... needs...
2010-10-15 divverentCryptographic authentication support for the d0_blind_i...
2010-10-08 divverentSSE patch by kyre, with runtime CPU detection and a...
2010-08-27 divverentGLX: use _NET_WM_ICON additionally to the xpm icon...
2010-08-22 divverentsupport more level network eyes, and make them static...
2010-07-20 divverentsv_aircontrol_penalty
2010-06-04 divverentsv_airspeedlimit_nonqw: a soft speedlimit for games...
2010-05-28 havocraise MAX_STATICENTITIES for a new map goldenboy is...
2010-05-22 divverentsv_airstrafeaccel_qw cvar for tuning CPMA-style physics
2010-05-03 divverentsv_aircontrol_power - customizing the response curve...
2010-04-05 divverent1. network sv_gameplayfix_gravityunaffectedbyticrate...
2010-02-28 divverentWarpZones:
2010-02-25 havocuse CONFIGFILENAME and STARTCONFIGFILENAME macros inste...
2010-02-11 havocadded texturename parameter in particles/particlefont.txt
2010-01-25 havocchanged DP_SMALLMEMORY compiles to use the standard...
2010-01-08 havocmore memory savings
2010-01-08 havocdon't set DP_SMALLMEMORY by default
2010-01-08 havocreduce memory usage by several more megabytes
2009-12-29 divverentfix declaration of buildstring
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-24 havocchange a few WIN64 checks to _WIN64 (which actually...
2009-12-21 havocincrease NET_MAXMESSAGE in DP_SMALLMEMORY configuration...
2009-11-14 havocincrease some limits in DP_SMALLMEMORY
2009-11-13 havocincrease MAX_CACHED_PICS in DP_SMALLMEMORY case back...
2009-11-13 havocbump a few limits in DP_SMALLMEMORY (cachedpics was...
2009-11-12 havocfix crash with predicted player locations
2009-11-11 havocrename R_MAX_OCCLUSION_QUERIES to MAX_OCCLUSION_QUERIES...
2009-11-11 havocmigrated a large number of #define MAX values to quaked...
2009-09-18 divverentsv_gameplayfix_q2airaccelerate: use Quake2/3/Nexuiz...
2009-08-24 divverentokay, fix the latest fix :P
2009-07-08 divverentdoxygen comments and config file
2009-07-06 divverenttwice as many models loadable (for LOD and stuff)
2009-05-07 divverentcl_input: movevars for "warsowbunny" mode, also impleme...
next