]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server
Make team coloring of playername an optional parameter, simplifies some code slightly
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server /
2017-02-12 MarioMake team coloring of playername an optional parameter...
2017-02-12 MarioFix lightning gun in target_give
2017-02-08 MarioAdd an argument to spectate command, to allow spectatin...
2017-02-06 terencehillSplit READSKILL macro in multiple lines
2017-02-03 MarioAdd a way to set the score given for a flag per entity...
2017-01-31 MarioDon't show anonymous record message in CTF
2017-01-30 MarioAdd a file parameter to quickmenu, to allow loading...
2017-01-29 MarioMerge branch 'Mario/ctf_rankings' into 'master'
2017-01-29 terencehillAdd a comment explaining the weird rounding math of...
2017-01-29 MarioFix use of switchweapon in death weapon throwing code
2017-01-29 MarioFix players potentially picking up a second flag
2017-01-29 MarioPinata mutator shouldn't affect purity
2017-01-29 MarioMake super weapon time spectatable
2017-01-29 MarioFix CTF rankings not acquiring player's name for the...
2017-01-28 MarioMerge branch 'Mario/overkill' into 'master'
2017-01-28 MarioHopefully fix compilation test
2017-01-28 MarioMinor tweak to make it actually work again
2017-01-28 MarioAdd a new mode to weaponswitch debug which enforces...
2017-01-28 MarioMinor cleanup in hook removing code (probably doesn...
2017-01-28 MarioMerge branch 'master' into Mario/overkill
2017-01-27 MarioFix map screenshots not appearing even if the secondary...
2017-01-27 MarioAdd a property for item's default pickup_anyway value
2017-01-20 terencehillMaybe it works if I initialize it properly...
2017-01-20 terencehillFix uninitialized vector...
2017-01-20 terencehillOops! Fix compilation
2017-01-20 terencehillOptimize/clean up havocbot_goalrating_items a little bit
2017-01-20 terencehillRemove a useless tracebox_hits_trigger_hurt: dropped...
2017-01-18 MarioBlock anonymous records from the CTS leaderboard
2017-01-15 MarioAllow listing a single records page
2017-01-14 terencehillFix stupid bug causing bots to never go for enemy flag...
2017-01-13 MarioFix monsters not attacking some targets, also fix monst...
2017-01-12 MarioMerge branch 'terencehill/bot_AI' into 'master'
2017-01-12 MarioAdd an option to show CTS-style capture time rankings...
2017-01-12 terencehillMerge branch 'master' into terencehill/bot_AI 404/head
2017-01-12 terencehillFix compilation unit
2017-01-11 terencehillMerge branch 'master' into terencehill/bot_AI
2017-01-11 terencehillSmall cleanup
2017-01-10 MarioMerge branch 'terencehill/notification_cvars' into...
2017-01-10 MarioRemove weapon_blocked
2017-01-10 terencehillBot AI: improve item rating
2017-01-09 terencehillMove game_stopped setting to game modes that want it
2017-01-09 MarioRestore round handler resetting behaviour by not settin...
2017-01-09 MarioOptimize round restarting code and fix some modes ...
2017-01-09 MarioFix invasion spawn priority preferring spawns that...
2017-01-07 terencehillDon't allow players to become spectators after the...
2017-01-07 MarioAdd a hidden flag to monsters, so they don't show up...
2017-01-07 terencehillFix players not blocked and not able to vote when a...
2017-01-06 terencehillHandle notifications with team information with a singl...
2017-01-05 MarioAdd the weapon entity to the firebullet mutator hook
2017-01-04 terencehillFix another game over check; remove some redundant...
2017-01-04 terencehillRename gameover to game_stopped as it makes more sense...
2017-01-04 terencehillAllow spectators to vote if sv_vote_nospectators is...
2017-01-04 terencehillIf a round hasn't started yet forbid primary and second...
2017-01-04 MarioMerge branch 'Mario/wepent_experimental' into 'master'
2017-01-03 MarioMerge branch 'master' into Mario/wepent_experimental
2017-01-03 MarioMerge branch 'terencehill/keyhunt' into 'master'
2017-01-02 MarioMerge branch 'martin-t/ok_weap' into 'master'
2017-01-02 MarioMerge branch 'martin-t/info' into 'master'
2017-01-01 MarioHardcode the health/damage limits for pain sounds and...
2017-01-01 Martin Taibrremove "client version and server version are compatibl... 401/head
2016-12-31 terencehillMerge branch 'master' into terencehill/keyhunt
2016-12-31 Martin Taibroverkill: take into account last weapon held when switc... 400/head
2016-12-31 MarioMerge branch 'master' into Mario/wepent_experimental
2016-12-31 MarioMerge branch 'Mirio/balance' into 'master'
2016-12-31 MarioMerge branch 'martin-t/shuffleteams' into 'master'
2016-12-31 MarioMerge branch 'martin-t/maxshotdist' into 'master'
2016-12-31 MarioMerge branch 'master' into martin-t/shuffleteams
2016-12-31 MarioMerge branch 'master' into martin-t/maxshotdist
2016-12-31 MarioMerge branch 'martin-t/misc' into 'master'
2016-12-31 MarioMerge branch 'master' into Mario/wepent_experimental
2016-12-31 MarioRemove the if() check, all we're doing is setting it...
2016-12-31 MarioMerge branch 'master' into Mirio/balance
2016-12-31 MarioMerge branch 'terencehill/bot_fix' into 'master'
2016-12-31 MarioDon't modify the old weapon entity when observing
2016-12-30 terencehillFix %W in chat messages again...
2016-12-30 terencehillMutators dialog: fix "No start weapons" checkbox enabli...
2016-12-30 Martin TaibrPlayerDamage_Calculate -> Damage_Calculate
2016-12-30 Martin Taibrsimplify cl_handicap, update description
2016-12-29 terencehillOptimize trigger_hurt check
2016-12-29 terencehillDon't allow bots to move towards a dropped weapon until...
2016-12-29 terencehillFix wrong checks causing bots to ignore dropped weapons...
2016-12-29 MarioMerge branch 'master' into Mario/wepent_experimental
2016-12-29 terencehillMerge branch 'master' into terencehill/bot_fix
2016-12-29 terencehillFix %W in chat messages
2016-12-27 MarioMerge branch 'master' into Mario/wepent_experimental
2016-12-27 MarioRemove IT_AMMO
2016-12-26 MarioHopefully fix compilation unit
2016-12-26 MarioIf weapon entity is deleted, delete its hook too
2016-12-26 MarioAdd a debug option to weaponarena for all weapons ...
2016-12-26 MarioFix crouch checking wrong hook entity
2016-12-26 TimePathMerge branch 'TimePath/inventory_tweaks'
2016-12-26 MarioDirectly use jetpack instead of quake 3 item (might...
2016-12-25 MarioAdd rudimentary support for World of Padman map entitie...
2016-12-25 MarioMove quake, halflife and q3 files into a compat subdire...
2016-12-25 terencehillLine up AI_STATUS_* values
2016-12-25 MarioMerge branch 'master' into Mario/wepent_experimental
2016-12-25 terencehillFix bots thinking too much after setting a high enough...
2016-12-25 terencehillMove check for freed goals to navigation_poptouchedgoals
2016-12-25 terencehillBot logic: improve jumppad touch detection (e.g. on...
2016-12-25 terencehillRemove path to unreachable goals that lead to falling...
next