]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/lib
CMake: pk3, watermark
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib /
2016-03-31 TimePathmxlib: Return early
2016-03-31 MarioMerge branch 'terencehill/warmup_limit_fix' into 'master'
2016-03-31 MarioMerge branch 'terencehill/scoreboard_columns_fix' into...
2016-03-31 MarioMerge branch 'terencehill/more_apply_button_settings...
2016-03-31 TimePathjson: fix array parsing
2016-03-28 MarioPut pure entities in the very center of the map (corner...
2016-03-28 MarioPut pure entities in the corners of the map instead...
2016-03-28 TimePathMerge branch 'TimePath/json'
2016-03-28 TimePathjson: property accessor
2016-03-28 TimePathjson: support root arrays
2016-03-28 TimePathjson: strip insignificant whitespace
2016-03-28 TimePathjson: return a stringbuffer
2016-03-28 TimePathBasic JSON parser
2016-03-28 MarioMerge branch 'terencehill/ca_msg_fix' into 'master'
2016-03-27 terencehillMerge branch 'master' into terencehill/race_fix
2016-03-27 TimePathOops
2016-03-27 TimePathPropagate this
2016-03-27 MarioMerge branch 'Mario/warpzone_self'
2016-03-27 MarioFix more self uses in warpzone lib
2016-03-26 TimePathSelf removal kit: update plan
2016-03-26 TimePathPropagate this
2016-03-26 MarioPurge self from most of the warpzone lib
2016-03-26 terencehillMerge branch 'master' into terencehill/hud_fixes 294/head
2016-03-25 TimePathIter.qh: refactor
2016-03-25 TimePathFix PlayerState ownership
2016-03-24 MarioGreatly reduce console spam between map changes
2016-03-24 MarioFix teleporters resetting player's view when inside...
2016-03-24 TimePathSimplify progs.inc
2016-03-23 TimePathProvisions for unit testing
2016-03-23 TimePathTransmute player entities
2016-03-22 TimePathOO: transmute
2016-03-22 terencehillMerge branch 'master' into terencehill/race_fix
2016-03-22 TimePathDoxygen: improve static members and zoned strings
2016-03-22 TimePathDoxygen: improve
2016-03-22 TimePathUse macros for labels
2016-03-22 TimePathAdd missing SELFPARAM()
2016-03-22 TimePathType check class methods
2016-03-22 TimePathClient: Type check
2016-03-22 TimePathType check macros
2016-03-22 TimePathRegistry: remove per-item post-initialization
2016-03-17 TimePathoo: destructors
2016-03-17 TimePathiter: allow toggling between const/mutable `it`
2016-03-14 TimePathwarpzones: revert FindRadius fast path
2016-03-13 terencehillMerge branch 'master' into terencehill/hud_fixes
2016-03-13 TimePathLog: add progname prefix
2016-03-13 TimePathPorto launch: fix laser tracer
2016-03-13 TimePathRemove uses of LAMBDA(), not handled well by uncrustify
2016-03-13 TimePathFOREACH_ENTITY_RADIUS
2016-03-12 TimePaths/make_pure/new_pure/
2016-03-10 TimePathMerge branch 'TimePath/notifications' into 'master'
2016-03-10 TimePathMerge branch 'master' into TimePath/notifications 292/head
2016-03-10 TimePathMove more entities away from world origin
2016-03-09 TimePathReplace uses of GetCvars with simpler REPLICATE
2016-03-09 TimePathRemove TRUE and FALSE
2016-03-09 MarioAdd a new key to override the initial item respawn...
2016-03-08 MarioUse macros for the vector reading functions
2016-03-06 TimePathResolve some TODOs
2016-03-06 TimePathNotifications: strong typing
2016-03-05 TimePathNotifications: strong typing
2016-03-05 TimePathNotifications: don't register twice
2016-03-03 TimePathLL_DELETE: fix
2016-03-02 TimePathNotifications: strong typing
2016-02-21 MarioMerge branch 'Mario/balance_v2' into 'master'
2016-02-14 MarioMerge branch 'master' into morphed/hagar
2016-02-13 MarioMerge branch 'terencehill/weaponmodel_effects_improveme...
2016-02-09 TimePathMarkdown: basic spacing support
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
next