]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server
Merge branch 'Mario/cts_respawn_clear' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server /
2017-05-16 MarioMerge branch 'Mario/cts_respawn_clear' into 'master'
2017-05-13 MarioFix compile and use of .mins/.maxs on the monster regis...
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 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 LybertaAdded PlayerDied event.
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 MarioMerge branch 'Mario/entcs_registry' into 'master'
2017-03-16 terencehillAdd possibility to set waypoints up only on one side...
2017-03-16 terencehillDon't allow removal of hardwired waypoints in the editor
2017-03-15 MarioMerge branch 'martin-t/overkill' into 'master'
2017-03-15 MarioAdd skin support to client models
2017-03-14 MarioAdd a mutator hook to customize a bot's aim target
2017-03-14 terencehillBot AI: improve ladder usage
2017-03-13 Martin TaibrMerge branch 'master' into martin-t/overkill
2017-03-13 MarioFix buff prediction and use PHYS_HIGHSPEED for the...
2017-03-13 MarioAdd an option to always show item re-spawn waypoints...
2017-03-13 terencehillAllow bots to climb ladders up
2017-03-13 terencehillFix bots not jumping to get out of lava and water ...
2017-03-13 terencehillTake into account strength before doing a rocket jump
2017-03-13 terencehillRemove a wasted vectoyaw call
2017-03-13 terencehillShow hardwired waypoint links in the waypoint editor
2017-03-12 MarioMerge branch 'Mirio/particleslider' into 'master'
2017-03-12 MarioMerge branch 'Mario/killsound' into 'master'
2017-03-12 MarioMerge branch 'Mario/race_target_waypoint' into 'master'
2017-03-12 MarioFix waypoints 421/head
2017-03-12 MarioMinor fix
2017-03-12 MarioMerge branch 'master' into Mario/race_target_waypoint
2017-03-12 MarioMerge branch 'master' into Mario/killsound
2017-03-11 MarioCheck for damage to the player for removing hooks AFTER...
2017-03-11 MarioMerge branch 'Lyberta/_mod_autogen_fix' into 'master'
2017-03-11 MarioSync overkill balance with default balance updates
2017-03-11 MarioWhitelist another branch cvar
2017-03-10 MarioWhitelist a few cvars and replace electro with arc...
2017-03-10 MarioAdjust compatibility to more closely resemble the origi...
2017-03-10 MarioMerge branch 'Mario/itemstime_editor_fix' into 'master'
2017-03-10 MarioWhitelist some gamemode cvars from the branches
2017-03-10 MarioMerge branch 'martin-t/spec' into 'master'
2017-03-10 terencehillReload hardwired waypoint links after relinking all...
2017-03-08 terencehillRemove navigation_hasgoals field, use goalentity to...
2017-03-07 MarioMerge branch 'master' into Mario/mutator_array_fix
2017-03-07 terencehillFix a subtle Key Hunt bug causing bots to not run to...
2017-03-07 terencehillhavocbot_keyboard_movement is supposed to update .movem...
2017-03-07 MarioUse autocvars for the per-team player models/skins...
2017-03-07 MarioAs a minor speedup, inline the set_movetype function...
2017-03-07 terencehillUse -1 instead of an insanely high timeout
2017-03-07 terencehillSmall cleanup
2017-03-07 terencehillFix nearest waypoint not updated for dropped flags...
2017-03-07 terencehillFix another case of bad pow to ** conversion
2017-03-06 MarioTighten the maths around the new pow replacements
next