]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server
Merge branch 'martin-t/dmgtext2' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server /
2017-07-03 Martin TaibrMerge branch 'master' into martin-t/dmgtext2
2017-07-01 terencehillMerge branch 'terencehill/eraseable_functions'
2017-06-28 MarioMerge branch 'Lyberta/OKShotgunAmmoUsage' into 'master'
2017-06-27 terencehillRemove 3 unused constants
2017-06-27 terencehillFix misspelled variable in a comment
2017-06-27 MarioAdd support for Quake 3's weapon_grapplinghook
2017-06-25 MarioAdd support for some missing Quake 2 items
2017-06-25 MarioMerge branch 'terencehill/vec2_optimizations' into...
2017-06-24 MarioFix a crash and a bunch of warnings when fancy pathing...
2017-06-24 MarioFix a crash from clones dying
2017-06-23 MarioWhitelist another cvar
2017-06-22 MarioAdd sv_aircontrol_sidewards
2017-06-21 MarioWhitelist another cvar
2017-06-20 MarioGreatly simplify monster velocity calculation and use...
2017-06-19 MarioWhitelist some client cvars
2017-06-18 terencehillmapvoting.qc: fix variable types
2017-06-17 terencehillMerge branch 'master' into terencehill/vec2_optimizations
2017-06-17 terencehillTurn another array of bools into an int
2017-06-16 terencehillMerge branch 'master' into martin-t/dmgtext2
2017-06-14 MarioDisable unused radar map generator (saves ~1500 globals)
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 MarioMerge branch 'Lyberta/PlayerDamagedEnhancement' into...
2017-06-01 LybertaCall PlayerDamaged even if damage is 0. Very useful... 443/head
2017-05-27 Martin TaibrMerge branch 'master' into martin-t/dmgtext2
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-11 Martin TaibrMerge branch 'master' into martin-t/dmgtext2
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.
next