]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc
Merge branch 'master' into Mario/killsound
[xonotic/xonotic-data.pk3dir.git] / qcsrc /
2016-12-25 MarioMerge branch 'master' into Mario/killsound
2016-12-25 MarioFix stat references on non-player entities
2016-12-25 MarioFix a reference to the unused global entity 'other'
2016-12-24 MarioUse the constants for player hitbox size when applicabl...
2016-12-24 MarioWe need to send location as coords, can't 'short'cut...
2016-12-24 MarioMerge branch 'master' into Mario/killsound
2016-12-24 MarioClean up map vote mask writing to use the BIT macro...
2016-12-24 MarioDon't use global options for the player hitbox and...
2016-12-24 MarioDon't return if player doesn't have the default powerup...
2016-12-23 MarioMinor monster code cleanup
2016-12-20 MarioPredict jetpack effect and sound (yay for perfectly...
2016-12-19 MarioRename a lib function (overlaps with an old map entity...
2016-12-18 MarioUse registry to get monster list
2016-12-18 MarioLimit the number of maps lsmaps can show to 250 (better...
2016-12-17 TimePathBots: add navigation_clearroute and goalcurrent to...
2016-12-16 terencehillFix bots always returning to own base after that the...
2016-12-16 terencehillShare some waypoint code in a dedicated function
2016-12-16 terencehillAdd possibility to send a command to all the bots;...
2016-12-15 terencehillPart 2 of edc2958143 "Make sure bots don't move to...
2016-12-15 terencehillKeyHunt panel: if there is no key to show return early...
2016-12-14 MarioGive it some arguments
2016-12-14 MarioAdd some mutator hooks to clear out another gamemode...
2016-12-14 MarioUse new item name in Quake compat, may fix weird issues...
2016-12-14 MarioAdd a wrapper for item sounds, so they can be easily...
2016-12-13 MarioRemove the o
2016-12-13 MarioDon't count target_ entity checkpoints as a touchable...
2016-12-13 terencehillWhile passing the flag to a team mate, don't return...
2016-12-13 terencehillCTF: rename an entity field; remove some redundant...
2016-12-13 MarioIf a weapon doesn't have a team, show it even if it...
2016-12-11 terencehillRemove an useless placeholder waypoint
2016-12-10 MarioAllow target_push to be used as a pusher itself (Quake...
2016-12-10 MarioMerge branch 'DefaultUser/armormega' into 'master'
2016-12-10 MarioMerge branch 'terencehill/ca_bots_fix' into 'master'
2016-12-10 MarioMerge branch 'terencehill/gameover_stuff' into 'master'
2016-12-10 MarioMerge branch 'master' into DefaultUser/armormega
2016-12-07 MarioAdd support for a kill sound (still need a sound file...
2016-12-06 terencehillClean Key Hunt code up
2016-12-05 MarioMerge branch 'terencehill/item_models' into 'master'
2016-12-04 terencehillIncrease powerups and megas size. It fixes #192
2016-12-04 terencehillApply correct buff bbox after it respawns
2016-12-04 terencehillFix typos in few cvar descriptions; remove a wrong...
2016-12-04 MarioOnly show weapon spawns if they're available
2016-12-04 MarioFor consistency, still handle the private messages
2016-12-04 MarioAdd mutator hooks to control who chat messages are...
2016-12-04 terencehillThis code was meant to run when a bot is NOT dead
2016-12-04 terencehillAvoid an additional map list reload on menu start
2016-12-04 terencehillBlock latent bot movement when it's dead or spectating
2016-12-02 terencehillIf the hud_shownames_crosshairdistance code says a...
2016-12-02 terencehillSimplify an assignment
2016-12-02 terencehillFix hud_shownames_antioverlap not ignoring spectators
2016-12-01 terencehillInstead of hiding waypoints for eliminated players...
2016-12-01 MarioSpeed up bot goal tracing by using vlen2 (the result...
2016-11-29 terencehillMerge branch 'master' into terencehill/ca_bots_fix
2016-11-29 terencehillFix "bot_cmd X pause" command occasionally blocking...
2016-11-29 terencehillFix "bot_cmd X pause" command not always working
2016-11-29 MarioMerge branch 'terencehill/LMS_improvements' into 'master'
2016-11-29 MarioMerge branch 'martin-t/msnt' into 'master'
2016-11-29 MarioAdd a hook to handle the message before anything has...
2016-11-27 terencehillMerge branch 'master' into terencehill/LMS_improvements 394/head
2016-11-27 terencehillLMS: Restore decreasing rank (starting from 665) applie...
2016-11-27 terencehillShow to spectators all the waypoints that are shown...
2016-11-27 MarioUse a field to store the nade's lifetime, should fix...
2016-11-26 terencehillChange autocvar_hud_panel_scoreboard_maxheight too
2016-11-26 terencehillDisplay yellow score for remaining players
2016-11-26 terencehillFix hud_panel_scoreboard_maxheight
2016-11-25 terencehillMake it clear that FRAGS_PLAYER_NONSOLID and FRAGS_LMS_...
2016-11-24 Martin Taibrdon't spawn on chatting players 392/head
2016-11-24 terencehillnoref autocvar_xon_sys_*
2016-11-24 terencehillRemove unused specialcommand stuff from the client
2016-11-24 terencehillAdd a proper warmup support to LMS: lives never decreas...
2016-11-24 terencehillFix infomessage regression
2016-11-23 terencehillSuppress pointless spectate warning for real spectators...
2016-11-23 terencehillLMS: fix wrong rankings when a player quits the game...
2016-11-21 terencehillReset revive progress on respawn for every player....
2016-11-21 terencehillFix #1834 "Server info doesn't timeout in LMS"
2016-11-20 terencehillRemove an unused variable
2016-11-20 terencehillRemove definition of a server cvar from the menu
2016-11-20 MarioMove tuba's view model handling into the tuba file
2016-11-19 MarioRemove some unused cvars
2016-11-19 MarioRemove a few server-side cvars from the client
2016-11-19 MarioFix ClientPreConnect
2016-11-19 MarioRename a few parameters and locals named x, y, z
2016-11-18 terencehillMake easier to read code that sets domination_teams
2016-11-18 terencehillFix number of teams defaulting to 2 for some game modes...
2016-11-18 terencehillCampaign: don't start the first round until player...
2016-11-17 terencehillDon't try to reset map and players if game ended during...
2016-11-17 terencehillFix players allowed to move if game ended during countd...
2016-11-17 MarioSpeed up bot enemy choosing search loop
2016-11-16 MarioUse a trick to prevent handling of items that aren...
2016-11-16 terencehillFix "bot_cmd X pause" command not working (broken since...
2016-11-16 MarioFix invasion
2016-11-15 terencehillMake sure bots don't move to removed goals such as...
2016-11-15 Rudolf PolzerOops, for some reason I lost these changes. Here they...
2016-11-15 MarioFix key hunt notifications reporting the owner's team...
2016-11-15 Rudolf PolzerMerge branch 'divVerent/anticheat-playerstats'
2016-11-15 MarioAdd a button for dodging (not documented in menu yet)
2016-11-14 Rudolf PolzerReport anticheat data to playerstats; remove unused...
2016-11-14 terencehillAvoid a glitch when a dropped weapon starts bobbing...
2016-11-12 terencehillFix g_spawnshield_blockdamage not working
2016-11-12 terencehillDamagetext: remove {health(ph)} and {total(p)}, add...
next