]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server
Merge branch 'master' into Lyberta/TeamplayFixes_
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server /
2017-06-03 LybertaMerge branch 'master' into Lyberta/TeamplayFixes_
2017-06-03 LybertaAdded Player_ChangeTeamKill and ClientKill_Now hooks.
2017-06-03 MarioMerge branch 'Lyberta/PlayerScore_Get' into 'master'
2017-06-03 LybertaPlayerScore_Add typo fix. 446/head
2017-06-03 LybertaPlayerScore_Add optimization.
2017-06-03 LybertaMake PlayerScore_Get a macro.
2017-06-03 LybertaAdded PlayerScore_Get function.
2017-06-01 MarioMerge branch 'Lyberta/f1time' into 'master'
2017-06-01 MarioRemove an unused function
2017-06-01 LybertaHandling of failure of MoveToTeam.
2017-06-01 MarioMerge branch 'Lyberta/PlayerDamagedEnhancement' into...
2017-06-01 LybertaCall PlayerDamaged even if damage is 0. Very useful... 443/head
2017-05-26 MarioFix compile
2017-05-26 MarioSend jump speed caps on connect (fixes mismatching...
2017-05-26 MarioMinor code cleanup in pathlib
2017-05-24 MarioWhitelist all g_maplist_* cvars from the purity checks
2017-05-20 MarioKeep the resetting ordered, to match old behaviour
2017-05-20 MarioAdd an intrusive list for entities that save their...
2017-05-20 MarioAdd an intrusive list for seeker tags and fix seeker...
2017-05-20 MarioMake railgunhit a bool and reduce a find loop to intrus...
2017-05-20 MarioMerge branch 'Mario/intrusive' into 'master'
2017-05-19 MarioMark g_ctf_leaderboard as a change allowed by server...
2017-05-19 MarioAllow disabling damage text server side without affecti...
2017-05-17 MarioMerge branch 'master' into Mario/intrusive 441/head
2017-05-17 terencehillRemove a wasted global variable
2017-05-17 MarioUse an intrusive list to find ladders in bot AI
2017-05-17 MarioReplace a classname loop through waypoints with the...
2017-05-17 MarioReplace some findfloat loops with intrusive lists where...
2017-05-17 MarioUse the attacker parameter instead of saving globals...
2017-05-16 MarioUse race_ReadTime to acquire the first place record...
2017-05-16 MarioMerge branch 'Mario/cts_checkpoint_speedup' into 'master'
2017-05-16 MarioMerge branch 'Mario/cts_respawn_clear' into 'master'
2017-05-16 MarioFor safety, restore previous behaviour (but only loop... 440/head
2017-05-13 MarioFix compile and use of .mins/.maxs on the monster regis...
2017-05-13 MarioMerge branch 'master' into Mario/cts_checkpoint_speedup
2017-05-13 MarioTweak it further by not doing another loop within the...
2017-05-13 MarioGreatly optimize race checkpoints by using intrusive...
2017-05-07 MarioMake map weapons glow the color of their waypoint inste...
2017-05-06 terencehillDon't allow clearing ELO score; it fixes ELO value...
2017-05-06 MarioMerge branch 'martin-t/dmgtext' into 'master'
2017-05-06 MarioHide powerup pickup notifications in CTS (hack)
2017-05-06 MarioFix unregistering of rockets (player doesn't have lastr...
2017-05-06 MarioOptimization: replace a resource intensive vlen() call...
2017-05-06 MarioClean up the locals in FireRailgunBullet a little bit
2017-05-06 MarioMinor optimization: use pointcontents to check if an...
2017-05-06 MarioOptimization: use a findchain to loop through hit targe...
2017-05-05 MarioOnly show playing message if the client is actually...
2017-05-05 MarioPrevent bots from updating spectatee (they use .enemy...
2017-05-03 MarioLower the spam a bit from autoskill by using debug...
2017-05-01 terencehillFix sv_cmd bbox output (missing newlines)
2017-05-01 MarioRevert compat hack
2017-05-01 MarioCompat hack: set target4 to target on info_player_start...
2017-05-01 MarioReset dual weapons when spawning
2017-04-29 MarioDon't count quit_* cvars as purity changers
2017-04-28 MarioMerge branch 'Lyberta/con_textsize_' into 'master'
2017-04-28 MarioAdd a field to handle dual wielding status of a player...
2017-04-27 MarioMark target_items spawnfunc as already checked when...
2017-04-26 MarioFix sv_db_saveasdump affecting purity
2017-04-07 MarioMerge branch 'Lyberta/PlayerDied' into 'master'
2017-04-07 MarioMerge branch 'Lyberta/DebugPrintToChat' into 'master'
2017-04-07 MarioMerge branch 'amade/small-fixes' into 'master'
2017-04-04 MarioMerge branch 'master' into Mario/cts_respawn_clear
2017-04-02 LybertaAdded [Debug]PrintToChatTeam.
2017-04-02 LybertaMerge branch 'master' into Lyberta/DebugPrintToChat
2017-04-02 LybertaAdded JoinBestTeam hook.
2017-04-02 LybertaMerge branch 'master' into Lyberta/TeamplayFixes_
2017-04-02 MarioAllow spawning with both weapons in debug mode 1
2017-04-01 MarioUpdate hash again (someone keeps fiddling with bot AI)
2017-04-01 terencehillFreeze Tag bot AI: avoid gathering all teammates in...
2017-04-01 MarioGive client access to the WeaponSound mutator hook
2017-03-31 MarioFix projectile colormap support
2017-03-30 terencehillFix subtle bug in tracewalk reporting that bot can...
2017-03-28 terencehillDon't save hardwired links to the .cache file among...
2017-03-27 terencehillOn waypoint removal, directly remove all links to it...
2017-03-27 terencehillFix some small issues
2017-03-27 terencehillDon't autodetect map symmetry on maps with no flag
2017-03-26 terencehillFix typo and improve g_waypointeditor_symmetrical_order...
2017-03-26 terencehillImplement symmetrical editing of waypoints for ctf...
2017-03-25 MarioAdd a new respawn flag which denies respawning
2017-03-24 MarioMerge branch 'Mario/mutator_array_fix'
2017-03-23 LybertaUsing bprint instead of sprint
2017-03-23 LybertaAdded more useful PrintToChat functions.
2017-03-23 LybertaAdded DebugPrintToChat.
2017-03-19 terencehillSymmetrical waypoint editing: center is automatically...
2017-03-19 terencehillUse waypoint origin, not player origin
2017-03-19 terencehillCalculate middle point on CTF initialization
2017-03-18 terencehillReintroduce periodic recalculation of nearest waypoint...
2017-03-18 terencehillFix waypoint_remove relinking waypoints linked from...
2017-03-18 LybertaMoveToTeam kills, we don't need that - reverting.
2017-03-18 LybertaTypo
2017-03-18 LybertaUsing MoveToTeam instead.
2017-03-18 LybertaAdded PlayerDied event.
2017-03-18 LybertaMerge branch 'master' into Lyberta/TeamplayFixes_
2017-03-18 MarioMerge branch 'Lyberta/PrintToChat' into 'master'
2017-03-18 MarioMerge admin_name with GetCallerName
2017-03-18 LybertaAdded PrintToChat function. 426/head
2017-03-17 terencehillAdd bot_ai_timeitems and bot_ai_timeitems_minrespawndel...
2017-03-17 terencehillDon't check if bot isn't getting closer to the current...
2017-03-17 LybertaMerge branch 'master' into Lyberta/TeamplayFixes_
2017-03-17 MarioMerge branch 'Mario/entcs_registry' into 'master'
next