]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/common
Spawnfuncs: whitelist more fields
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common /
2015-10-03 TimePathSpawnfuncs: whitelist more fields
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-09-30 MarioAdd a simple cvar to control the range of monster front...
2015-09-27 MarioMake minigames use the registry system
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-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-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 TimePathRevoke spawnfunc_target_changelevel_use
2015-09-24 MarioSnake: the game (ladders not included)
2015-09-24 TimePathSpawnfunc whitelist
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 TimePathFix multiline comments
2015-09-21 TimePathImprove compatibility with cpp
2015-09-21 TimePathLint
2015-09-16 TimePathRun whitespace.sh
2015-09-16 TimePathFix chat issues when in developer mode
2015-09-07 MarioIncrease the maximum number of mutators
2015-09-05 terencehillMerge branch 'master' into terencehill/translation_syst...
2015-09-05 terencehillMerge branch 'master' into terencehill/slider_anim_impr...
2015-09-05 TimePathMerge branch 'TimePath/global_self' into 'master'
2015-09-05 TimePathMerge branch 'master' into TimePath/global_self
2015-09-05 TimePathDocument intent
2015-09-03 MarioFix walk movetype port getting stuck on walls (fix...
2015-09-03 TimePathFix instagib waypoints
2015-09-02 terencehillMerge branch 'master' into terencehill/slider_anim_impr...
2015-09-02 TimePathMerge branch 'master' into TimePath/global_self
2015-09-02 TimePathCombine `SELFCALL` and `SELFCALL_DONE` with `WITH`
2015-09-02 TimePathMerge branch 'master' into TimePath/global_self
2015-09-01 terencehillMerge branch 'master' into terencehill/translation_syst...
2015-08-31 MarioMerge branch 'Mario/vaporizer_damage' into 'master'
2015-08-31 MarioMerge branch 'master' into Mario/vaporizer_damage
2015-08-31 TimePathInitialize mutators later with STATIC_INIT_LATE
2015-08-31 TimePathRemove oldself variables
2015-08-31 TimePathReplace all direct assignments to self with setself(e)
2015-08-30 terencehillMerge branch 'master' into terencehill/itemstime_checkmark2
2015-08-30 terencehillItemstime: draw a checkmark instead of centering the...
2015-08-30 MarioMerge branch 'terencehill/menu_weaponarena_selection_fi...
2015-08-30 MarioAdd a hook for custom gameplay tips
2015-08-30 MarioAdd a couple of useful options to multijump
2015-08-30 TimePathUse SELFPARAM() in every function that uses self
2015-08-30 MarioMove a keepaway specific modifier into the keepaway...
2015-08-30 MarioBring back custom void death messages (proper fix seems...
2015-08-30 MarioAdd a hack to fix players with MOVETYPE_FOLLOW
2015-08-30 MarioAdd a hook for buff model customization, use a flag...
2015-08-30 MarioMerge branch 'Mario/hook_nade_stuff' into 'master'
2015-08-30 TimePathMove weapons into a folder like items, monsters, turret...
2015-08-30 TimePathAUTOCVAR macro: don't archive by default
2015-08-30 TimePathAUTOCVAR macro; translatable descriptions and initializ...
2015-08-30 MarioMerge branch 'master' into terencehill/quickmenu
2015-08-30 MarioAdd some monster flags for later use
2015-08-30 MarioAdd rocketminsta, vampirehook & breakablehook mutators...
2015-08-29 TimePathMerge branch 'Mario/monsters_broken' into 'master'
2015-08-29 TimePathMerge branch 'master' into Mario/monsters_broken
2015-08-29 TimePathMerge branch 'TimePath/effects' into 'master'
2015-08-29 TimePathDe-stringify particle effects
2015-08-29 MarioMerge branch 'master' into Mario/monsters_broken
next