]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/lib
Escape argument of cl_damagetext_format (it displayed a warning when changing it)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib /
2016-01-09 TimePathRevert accidental comment modification
2016-01-08 TimePathcsprogs: more pk3 support
2016-01-07 TimePathIter: improve findchain safety
2016-01-06 MarioRemove the CSQC model hook macros (we use a parameter...
2016-01-04 MarioOops, fix vehicle entering
2016-01-04 MarioMerge branch 'terencehill/lms_itemtimes_fix' into ...
2016-01-04 MarioMerge branch 'terencehill/menu_fixes' into 'master'
2016-01-04 MarioMerge branch 'terencehill/menu_optimization' into ...
2016-01-04 TimePathTesting: improve macros
2016-01-04 MarioCheck for IS_CLIENT (we don't need to be sure this...
2016-01-04 MarioMinor maths improvements
2016-01-04 TimePathTEST: improve macro
2016-01-04 MarioFix prediction of SOLID_NOT on triggers (also fixes...
2016-01-04 MarioSimplify maths for most vlen cases
2016-01-03 MarioRemove self (we have the technology)
2016-01-03 MarioUndo last commit (causes a segmentation fault)
2016-01-03 MarioFix the only remaining cases of self in CSQC model lib
2016-01-03 MarioFix use of self in .draw
2016-01-03 MarioFix even more cases of self
2016-01-03 MarioAdd a hack to fix the use of self in .predraw functions
2016-01-03 MarioPurge most cases of self from the client folder
2016-01-03 TimePathTest: fix TEST_Fail
2016-01-01 terencehillMerge branch 'master' into terencehill/lms_itemtimes_fix 266/head
2015-12-31 TimePath##__VA_ARGS__: replace with standards compliant alternative
2015-12-31 MarioStrip some handy lib functions out of turret util code
2015-12-30 TimePathMakefile: use `-I.`
2015-12-30 TimePath#pragma once
2015-12-30 TimePathLog: stringify __LINE__ at compile time
2015-12-30 TimePathftepp: remove
2015-12-29 TimePathIter: prevent invalidation
2015-12-29 TimePathcpp compat
2015-12-29 TimePathMerge branch 'terencehill/server_aliases_fix' into...
2015-12-29 TimePathVector: vlen2 in terms of dotproduct
2015-12-29 MarioOptimize more maths
2015-12-28 TimePaths/make_pure/new_pure/
2015-12-28 TimePathRegistry: SHA256 isn't always available, use MD4 instead
2015-12-25 MarioAdd a loop for entities
2015-12-25 MarioUse the ONGROUND macros
2015-12-25 MarioFix up a couple more cases
2015-12-24 TimePathtuba: fix #1621
2015-12-24 MarioFinally fix the stupid client including server items...
2015-12-24 TimePathWRITESPECTATABLE_MSG_ONE: cleanup
2015-12-24 TimePathMerge branch 'terencehill/cl_forceplayercolors_2' into...
2015-12-24 TimePathMerge branch 'terencehill/connection_msg_fix' into...
2015-12-24 terencehillMerge branch 'master' into terencehill/menu_optimization
2015-12-23 TimePathArrayList: redefine builtins so they can be profiled...
2015-12-23 MarioImprove server performance a bit
2015-12-23 MarioFix compile
2015-12-21 TimePathMonsters: resolve assertion failures
2015-12-21 TimePathClient commands: register
2015-12-21 TimePathSupport compiling without optimizations
2015-12-21 TimePathMerge branch 'terencehill/menu_hudskin_selector' into...
2015-12-20 TimePathC2S protocol
2015-12-20 TimePathyEnc binary-to-text encoding with tests
2015-12-18 TimePathdebugdraw: filtering improvements
2015-12-17 TimePathassert: devassert, hidden outside developer mode
2015-12-17 TimePathi18n: CTX cache with map, not array indices. Fixes...
2015-12-17 MarioSwap cl_movement 3 and 1, so the default is QC movetype...
2015-12-17 MarioSome minor changes to support movetype prediction
2015-12-16 MarioSupress an out of bounds warning
2015-12-13 terencehillMerge branch 'master' into terencehill/menu_optimization
2015-12-13 TimePathlog: now in colour
2015-12-13 TimePathlog: optimize size
2015-12-13 TimePathlanguage_filename: deprecate
2015-12-13 TimePathetof hack: we don't need this anymore
2015-12-12 TimePathetof: avoid tempstring
2015-12-12 TimePathWeapons: remove redundancies
2015-12-12 TimePathWeapons: store switchweapon as direct weapon reference
2015-12-12 TimePathassert_once
2015-12-12 TimePathString: cons
2015-12-11 TimePaths/ASSERT/demand/
2015-12-11 TimePathOverkill: suppress armour drop warnings
2015-12-11 TimePathConsole: reduce verbosity in overkill
2015-12-10 MarioWhitelist some item fields so there's less spam in...
2015-12-10 TimePathMacros: optimize
2015-12-10 TimePathStats: abstract engine stats
2015-12-10 TimePathWeapons: network balance changes
2015-12-09 TimePathRegistry: net interface
2015-12-08 terencehillMerge branch 'master' into terencehill/menu_hudskin_sel...
2015-12-08 TimePathAnimations: fix regression in previous commit
2015-12-06 TimePathGlobalSound: fix incorrect channels
2015-12-05 terencehillMerge branch 'master' into terencehill/menu_optimization
2015-12-05 TimePathLinkedList: rebase delete method on clear
2015-12-05 TimePathLinkedList: delete method; free the list too
2015-12-05 TimePathLinkedList: delete method cleanup parameter
2015-12-05 TimePathLinkedList: delete method
2015-12-05 TimePathArrayList: pass by reference
2015-12-05 TimePathLinkedList: fix dangling references after pop
2015-12-05 TimePathHUD_Radar: optimize
2015-12-05 TimePathi18n: cache CTX
2015-12-04 MarioPartially fix water jumping (still a bit broken on...
2015-12-03 MarioUnpredict warpzones until angle rolling can be fixed
2015-12-03 MarioPredict warpzones
2015-12-03 MarioMerge branch 'terencehill/strzone_fixes' into 'master'
2015-12-03 TimePathAssert harder
2015-12-03 TimePathGlobalsound: assert source is a player
2015-12-01 TimePathMutators: network
2015-11-30 TimePathAdd a few checks
2015-11-30 TimePathMerge branch 'TimePath/csqc_viewmodels' into 'master'
2015-11-30 MarioFix prediction of jumping onto ledges
next