]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc
Linked entities: simplify registration
[xonotic/xonotic-data.pk3dir.git] / qcsrc /
2015-10-05 TimePathLinked entities: simplify registration
2015-10-05 TimePathNades: check return of Nade_TrailEffect
2015-10-04 TimePathRemove no longer needed no-op mod folder
2015-10-04 MarioMake sure racer is set to non-solid after exploding
2015-10-04 TimePathEffectinfo: fix blood colour
2015-10-03 TimePathClear up a warning
2015-10-03 TimePathDataSource: pass context
2015-10-03 TimePathSpawnfuncs: whitelist more fields
2015-10-03 TimePathSpawnfuncs: don't check field types, increases compile...
2015-10-03 MarioSlow down minigame frame (potentially fixes PL when...
2015-10-03 TimePathMerge branch 'TimePath/spawnfunc' into 'master'
2015-10-03 TimePathMerge branch 'TimePath/effectinfo' into 'master'
2015-10-03 MarioEven invincible monsters should be weak against hurt...
2015-10-03 MarioMerge branch 'terencehill/itemstime_checkmark2' into...
2015-10-03 TimePathMerge branch 'master' into TimePath/spawnfunc 227/head
2015-10-03 MarioMerge branch 'terencehill/slider_anim_improvements...
2015-10-03 MarioMerge branch 'terencehill/bot_fixes' into 'master'
2015-10-03 MarioMerge branch 'terencehill/radiobutton_fix' into 'master'
2015-10-03 TimePathMerge branch 'master' into TimePath/effectinfo
2015-10-02 TimePathMenu: check for division by 0
2015-10-01 MarioMake time work after ready restart, also fix time being...
2015-10-01 MarioAdd replacements for %T and %t (time)
2015-09-30 MarioAdd a simple cvar to control the range of monster front...
2015-09-29 MarioAccept bounds for random location
2015-09-27 MarioUpdate monster tools dialog commands
2015-09-27 MarioMake minigames use the registry system
2015-09-27 TimePathRegistry: Remind about REGISTER_REGISTRY
2015-09-27 TimePathRegistry: Document it
2015-09-27 TimePathTurrets: Register on startup
2015-09-27 TimePathTurrets: Implement display
2015-09-27 TimePathTurrets: Rename includes to `all`
2015-09-27 TimePathMigrate turrets to the registry system
2015-09-27 MarioMerge branch 'Mario/snake' into 'master'
2015-09-27 MarioFix the message 231/head
2015-09-27 TimePathClient: Bring back 'unused' movelib, -Werror didn't...
2015-09-27 MarioMerge branch 'master' into Mario/snake
2015-09-27 MarioRemove Quinto minigame (only 1 strategy, pointless...
2015-09-27 TimePathItems: Use model registry
2015-09-27 MarioMerge branch 'master' into Mario/snake
2015-09-27 TimePathClient: Remove unused movelib
2015-09-27 TimePathRemove server/pathlib.qc.
2015-09-26 terencehillFix radiobuttons by restoring a line of code I removed... 229/head
2015-09-26 TimePathEffects: prefer team suffixes
2015-09-26 TimePathRemove uses of Static_Team_ColorName
2015-09-26 TimePathMerge branch 'TimePath/soundregistry' into 'master'
2015-09-26 TimePatheffectinfo: regenerate effectinfo.txt
2015-09-26 TimePatheffectinfo: dumpeffectinfo command
2015-09-26 TimePatheffectinfo: Split into separate files
2015-09-26 TimePatheffectinfo: Compress remaining effects with macros
2015-09-26 TimePatheffectinfo: Add comments
2015-09-26 MarioMinor optimization
2015-09-26 MarioAdd an option for classic style wrapping around the...
2015-09-26 MarioUpdate artwork, make fastest delay configurable
2015-09-26 TimePathCompress effectinfo with macros
2015-09-26 TimePathFix overkill superweapon waypoints
2015-09-25 MarioMake debug messages less spammy
2015-09-25 MarioMake the speed values customizable via cvars, and set...
2015-09-25 TimePathCompress effectinfo with macros
2015-09-25 TimePathPort effectinfo.txt to qc
2015-09-25 MarioUse j instead of t (field issues)
2015-09-24 TimePathMerge branch 'terencehill/obsolete_cvars_removal' into...
2015-09-24 TimePathMerge branch 'Mario/vaporizer_damage' into 'master'
2015-09-24 TimePathMerge branch 'terencehill/translation_system_improvemen...
2015-09-24 TimePathReplicateVars, a more flexible GetCvars
2015-09-24 TimePathFix transposed sprintf arguments
2015-09-24 TimePathRevoke spawnfunc_target_changelevel_use
2015-09-24 MarioSnake: the game (ladders not included)
2015-09-24 TimePathSpawnfunc whitelist
2015-09-23 MarioDon't use timeout if it's not set (fixes quickmenu...
2015-09-23 TimePathTweak verbosity
2015-09-23 TimePathUse the sound list 226/head
2015-09-23 TimePathCreate a sound list
2015-09-23 TimePathMerge branch 'TimePath/modelregistry' into 'master'
2015-09-22 TimePathCreate a model list 225/head
2015-09-21 MarioMerge branch 'master' into 'master'
2015-09-21 TimePathGroup effects in a folder
2015-09-21 TimePathMerge branch 'TimePath/lint' into 'master'
2015-09-21 TimePathMake: depend on lib/ 222/head
2015-09-21 TimePathPrefer lowercase filenames
2015-09-21 TimePathFix whitespace for #include
2015-09-21 TimePathFix multiline comments
2015-09-21 TimePathImprove compatibility with cpp
2015-09-21 TimePathLint
2015-09-16 TimePathRun whitespace.sh
2015-09-16 TimePathSmooth scroll: averaging_time cvar `menu_scroll_averagi...
2015-09-16 TimePathFix chat issues when in developer mode
2015-09-09 terencehillUse "use" instead of "+use" in the "drop flag/key,...
2015-09-09 terencehillDon't translate "userbind" as it defines part of the...
2015-09-07 MarioIncrease the maximum number of mutators
2015-09-07 MarioDisable multijump by default on client
2015-09-05 terencehillMerge branch 'master' into terencehill/translation_syst...
2015-09-05 terencehillOn second thought, remove slider's handle animation... 221/head
2015-09-05 terencehillMerge branch 'master' into terencehill/slider_anim_impr...
2015-09-05 TimePathMerge branch 'TimePath/global_self' into 'master'
2015-09-05 TimePathUpdate uses of self
2015-09-05 TimePathMerge branch 'master' into TimePath/global_self
2015-09-05 TimePathDocument intent
2015-09-05 TimePathMove mod directory below qcsrc
2015-09-04 terencehillDon't play any animation when loading the initial value...
2015-09-03 MarioFix walk movetype port getting stuck on walls (fix...
next