]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server/cl_client.qc
Remove weapon SELFPARAM
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_client.qc
2016-05-28 TimePathRemove weapon SELFPARAM
2016-05-26 TimePathMerge branch 'TimePath/killself' into 'master'
2016-05-24 TimePathRemove SELFPARAM() from .think and .touch 322/head
2016-05-23 TimePathUse think accessors
2016-05-22 TimePathDelete unused SELFPARAM
2016-05-19 MarioClean out some more self uses
2016-05-19 Mariospawnfunc and SendEntity3 have a 'this' parameter,...
2016-05-19 MarioClean out self uses from spawnpoint code
2016-05-09 TimePathMerge branch 'terencehill/menu_fixes' into 'master'
2016-05-01 terencehillMerge branch 'master' into terencehill/translate_colors_2 290/head
2016-04-30 MarioMerge branch 'sev/luma_update' into 'master'
2016-04-30 MarioMerge branch 'Mario/use1' into 'master'
2016-04-29 MarioMerge branch 'master' into Mario/use1 298/head
2016-04-14 TimePathMerge branch 'TimePath/cmake'
2016-04-05 MarioMerge branch 'master' into Mario/hagar_notfixed 297/head
2016-04-05 MarioMerge branch 'terencehill/hud_skin_updates' into 'master'
2016-04-05 MarioMerge branch 'terencehill/modified_default_cvars' into...
2016-04-05 MarioMerge branch 'terencehill/timelimit_override_fix' into...
2016-04-05 MarioAdd a cvar to allow overriding the default/player chose...
2016-04-03 terencehillMerge branch 'master' into terencehill/modified_default... 299/head
2016-03-31 MarioMerge branch 'terencehill/warmup_limit_fix' into 'master'
2016-03-31 MarioMerge branch 'terencehill/scoreboard_columns_fix' into...
2016-03-31 MarioMerge branch 'terencehill/more_apply_button_settings...
2016-03-29 Rudolf PolzerStop conveyors from moving a player after respawning...
2016-03-27 terencehillMerge branch 'master' into terencehill/translate_colors_2
2016-03-27 terencehillMerge branch 'master' into terencehill/race_fix
2016-03-27 MarioMerge branch 'master' into Mario/use1
2016-03-27 MarioFix the use of self, activator and other globals in...
2016-03-26 TimePathSelf removal kit: update plan
2016-03-26 TimePathPropagate this
2016-03-26 MarioPurge self from most of the warpzone lib
2016-03-26 terencehillMerge branch 'master' into terencehill/hud_fixes 294/head
2016-03-24 MarioMerge branch 'master' into Mario/hagar_notfixed
2016-03-23 TimePathProvisions for unit testing
2016-03-23 TimePathFix regressions in 911f8048
2016-03-23 TimePathTransmute player entities
2016-03-22 TimePathOO: transmute
2016-03-22 terencehillMerge branch 'master' into terencehill/race_fix
2016-03-22 TimePathAdd missing SELFPARAM()
2016-03-22 MarioCleanse anticheat of self
2016-03-22 TimePathPropagate sound references
2016-03-22 TimePathType check macros
2016-03-18 MarioBring back some old hacks to allow taunting while spect...
2016-03-15 TimePathDelete old macros
2016-03-15 TimePathserver: pass compilation units test
2016-03-14 TimePathAntilag: fix vehicles and monsters
2016-03-13 terencehillMerge branch 'master' into terencehill/hud_fixes
2016-03-13 terencehillMerge branch 'master' into terencehill/translate_colors_2
2016-03-13 TimePathobservers: fix size
2016-03-13 TimePathantilag: use ClientState
2016-03-13 TimePathViewmodel: fix switching when spectating
2016-03-13 TimePathCA: cleanup; fix being moved to spectators
2016-03-12 TimePaths/make_pure/new_pure/
2016-03-10 TimePathMerge branch 'TimePath/notifications' into 'master'
2016-03-10 TimePathMerge branch 'master' into TimePath/notifications 292/head
2016-03-10 TimePathPutObserverInServer: cleanup
2016-03-10 TimePathMove client setup to ClientState_attach
2016-03-09 TimePathUse PHYS_INPUT_BUTTON_*
2016-03-06 TimePathNotifications: strong typing
2016-03-05 MarioMake sure a vote is actually running before trying...
2016-03-03 TimePathNotifications: cleanup
2016-03-02 MarioDon't recount votes if the client leaving is a bot
2016-02-28 MarioRecount votes when a player leaves, also don't count...
2016-02-28 MarioDon't show team join message if team is -1 (auto select)
2016-02-14 MarioMerge branch 'master' into morphed/hagar
2016-01-31 terencehillMerge branch 'master' into terencehill/weaponmodel_effe...
2016-01-17 MarioAdd a new notification for joining a specific team...
2016-01-07 MarioPurge self from CopyBody, fix a potential animation...
2016-01-04 MarioMerge branch 'terencehill/lms_itemtimes_fix' into ...
2016-01-04 MarioMerge branch 'terencehill/menu_fixes' into 'master'
2016-01-04 MarioMerge branch 'terencehill/menu_optimization' into ...
2016-01-03 MarioPurge self from event_damage
2016-01-03 MarioPurge self from most of the monster code
2016-01-01 terencehillMerge branch 'master' into terencehill/lms_itemtimes_fix 266/head
2016-01-01 MarioUse IS_DEAD where possible, also fix vehicles targeting...
2016-01-01 MarioUse STAT(FROZEN, e) instead of e.frozen
2015-12-31 MarioUse IS_DEAD everywhere
2015-12-31 MarioUse the constant string for player classname where...
2015-12-29 TimePathcpp compat
2015-12-29 TimePathMerge branch 'terencehill/server_aliases_fix' into...
2015-12-25 MarioKill some uses of TRUE and FALSE
2015-12-24 MarioKill most uses of FOR_EACH_REALCLIENT
2015-12-24 TimePathClientConnect: cleanup
2015-12-24 TimePathMerge branch 'terencehill/cl_forceplayercolors_2' into...
2015-12-24 TimePathMerge branch 'terencehill/connection_msg_fix' into...
2015-12-24 terencehillMerge branch 'master' into terencehill/menu_optimization
2015-12-23 MarioClean up nJoinAllowed a little
2015-12-23 MarioFix compile
2015-12-21 TimePathMerge branch 'terencehill/menu_hudskin_selector' into...
2015-12-13 terencehillMerge branch 'master' into terencehill/menu_optimization
2015-12-12 TimePathetof: avoid tempstring
2015-12-12 TimePathWeapons: store activeweapon as direct weapon reference
2015-12-12 TimePathWeapons: store switchingweapon as direct weapon reference
2015-12-12 TimePathWeapons: store switchweapon as direct weapon reference
2015-12-11 TimePathWeapons: fix cvar networking for late joins
2015-12-10 TimePathConsole: reduce verbosity
2015-12-10 MarioAdd a check to make sure it can't crash (though, someth...
2015-12-10 TimePathENT_CLIENT_INIT: stop sending weapon settings
2015-12-08 terencehillMerge branch 'master' into terencehill/menu_hudskin_sel...
2015-12-07 TimePathImpulses: migration pathway
next