]> git.xonotic.org Git - xonotic/darkplaces.git/history - common.h
Prevent players moving too far when stepping up
[xonotic/darkplaces.git] / common.h
2021-07-31 Cloudwalkcommon: Move com_game headers to new com_game.h
2021-07-31 Cloudwalkcommon: Move filematch headers to new filematch.h
2021-07-31 Cloudwalkcommon: Move infostring functions to new com_infostring.c
2021-07-31 Cloudwalkcommon: Update OpenBSD strlcpy and strlcat implementation
2021-07-22 CloudwalkMerge branch 'Mario/dpk_support' of gitlab.com:xonotic...
2021-07-22 Cloudwalkprotocol/dp8: Implement parting messages
2021-07-22 Cloudwalkprotocol: Stub DP8 protocol
2021-07-21 Cloudwalkcommon: Use static_assert to prohibit unsafe functions...
2021-07-20 Cloudwalkcommon: Define DP_STATIC_ASSERT which wraps static_assert
2021-07-03 CloudwalkRemove redundant ampersand breaking ContainerOf and...
2021-05-25 CloudwalkAdd/update license headers across various files
2020-12-23 cloudwalkcom_game: Add GAME_BATTLEMETAL
2020-09-29 cloudwalkAdd qdefs.h and qstats.h to split up quakedef.h. Make...
2020-09-26 cloudwalkcommon: Fix -pedantic warning. Don't do pointer arithme...
2020-09-17 cloudwalkRename qboolean to qbool
2020-09-08 cloudwalkcommon: Wrap ContainerOf around parentheses to allow...
2020-09-08 cloudwalkRename COM_CheckParm to Sys_CheckParm and move it to...
2020-09-07 cloudwalkImplement Linux kernel-inspired generic cyclic doubly...
2020-08-12 cloudwalkMake V_CalcRoll a common function. Add sv_rollangle...
2020-07-22 cloudwalkFix OpenSolaris build. Add platform ID for a few other...
2020-07-09 cloudwalkcommon: Add game "DOOMBRINGER"
2020-06-30 cloudwalkComply with ISO C11. Engine will now compile with ...
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2020-01-09 havocCorrected names in credits to be more accurate and...
2015-07-19 motorsep+ Added a new game, Steel Storm: Revenants
2014-01-10 divverentsdl2: fix mouse wheel
2013-09-26 havocadded GAME_SSAMMO
2013-09-19 divverentRework game specific hacks to have a special group...
2013-09-19 divverentGame definitions for Vore Tournament
2012-12-22 havocadded GAME_QUOTH to use the hipnotic hud and workaround...
2012-12-22 havocremoved GAME_SOM as this game was never finished or...
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2012-02-20 havocadded Q1 BSP2 format support, compatible with hmap2
2011-11-30 motorsep+ Added Steel Storm 2 and Tomes of Mephistopheles games
2011-10-27 divverentframegroups: add support for group names specified...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-06-12 divverentremove duplicate names from file search results
2011-05-01 havocreworked userdir path selection, now has 4 "tiers":
2011-02-25 havocreworked the entire config loading system for the gamed...
2010-11-25 divverentmove base64 to common code
2010-11-24 divverentfix a stupid warning on OS X
2010-10-22 havocadded GAME_MOONHELM
2010-09-21 vortexFix GAME_XONOTIC beging misplaced in gamemode_t->gamemo...
2010-09-04 divverentAdding GAME_XONOTIC and recognizing xonotic executable...
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-07-25 divverentLinux SDL/GLX: allow loading the icon from .xpm at...
2010-05-22 motorsep+Added Urre's game, "Strap-on-bomb Car"
2010-02-28 divverentDetect appended data to the DP executable.
2010-02-10 motorsep+ Added Steel Storm game
2009-12-27 havocadded StoreBigShort
2009-12-21 havocadded mem_bigendian variable
2009-11-11 havocmigrated a large number of #define MAX values to quaked...
2009-10-04 vortex-added game Blood Omnicide
2009-07-08 divverentdoxygen comments and config file
2009-02-18 divverentExperimental theora capturevideo code.
2008-06-05 motorsepadded support for Prophecy game and new cvar for chase cam
2008-04-26 divverentExtend rcon_restricted_commands to contain more complex...
2008-04-21 divverentglobally rename model_t to dp_model_t for OpenSolaris...
2008-02-29 blackRestored FS_Search patch.
2008-02-28 divverentReverted Black's filematch changes for now, because...
2008-02-15 blackNew attempt to change listdirectory.
2008-02-14 blackAppend path in listdirectory automatically.
2008-02-03 havocadded GAME_BLADEMASTER
2007-12-18 divverentadd a CRC_Block_CaseInsensitive that tolowers its input...
2007-12-01 divverentthe big chat area/font patch... hope it works well...
2007-11-28 havocpatch from VorteX which removes special menu behavior for
2007-10-01 havocadded support for arguire's strange protocols that...
2007-09-24 havocchanged COM_ParseToken_Simple to have a parsebackslash...
2007-09-03 havocWIN32: changed stricmp and strnicmp to have an undersco...
2007-05-09 havocrenamed COM_ParseTokenConsole to COM_ParseToken_Console
2007-04-30 dreskAdded DP_QC_STRING_CASE_FUNCTIONS extension, providing...
2007-04-27 divverentmake COM_StringLengthNoColors and COM_StringDecolorize...
2007-04-25 divverentfix strlennocol/strdecolorize on unusual strings like...
2007-03-15 havocrewrote stringlist stuff, now uses a (dynamically resiz...
2007-01-14 havocpatch from div0 that enables printf format warnings...
2007-01-11 havoctry harder to identify little endian cpus when BYTE_ORD...
2006-09-19 havocadded GAME_DARSANA and GAME_CONTAGIONTHEORY
2006-08-16 havocreorganized Host_Init a bit, merged away a few function...
2006-08-05 havochush warnings about strcat and other redefinitions...
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
2006-08-04 molivierReplaced all calls to str[n]cat and strncpy by calls...
2006-05-25 havocchanged matchpattern to take a const char *
2006-03-25 sajt'Cruft' removal (removed GAME_FNIGGIUM)
2006-02-25 havocadded md4four map checksumming, since QW servers seem...
2006-02-25 havocQW support getting very close
2006-02-24 havocbeginnings of qw protocol support
2006-02-11 havocmigrated cls.message and client->message buffers into...
2005-11-23 havoccleaned up many text buffer sizes throughout the engine...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-09-10 sajtRemoved the evil evil prototype
2005-08-28 tomazAdded -did2 mode ( Defeat In Detail 2 )
2005-08-23 sajtAdded DP_SV_WRITEUNTERMINATEDSTRING extension
2005-08-14 eviltypeguyFixups for Solaris port.
2005-07-05 havocmore size_t
2005-06-03 eviltypeguySilly me, apparently FNDELAY *is* available if you...
2005-06-03 eviltypeguyChanges necessary to build and run on Solaris 10 x86
2005-05-24 havocreordered the protocolversion_t values to have preferre...
2005-05-24 havocrewrote protocol version system (including splitting...
2005-05-13 havocupgraded both QuakeC VMs to use a table of negative...
next