]>
git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/log
Mario [Sat, 8 Sep 2018 10:14:34 +0000 (20:14 +1000)]
Only show the health bar on turrets (no names) by default
Mario [Sat, 8 Sep 2018 10:04:46 +0000 (20:04 +1000)]
Apply player clip collision to observers
Mario [Fri, 7 Sep 2018 22:50:25 +0000 (08:50 +1000)]
Fix compilation unit?
Mario [Fri, 7 Sep 2018 22:48:19 +0000 (22:48 +0000)]
Merge branch 'Mario/item_wepammo_fix' into 'master'
Merge branch Mario/item_wepammo_fix (S merge request)
Closes #1920
See merge request xonotic/xonotic-data.pk3dir!587
Mario [Fri, 7 Sep 2018 22:36:32 +0000 (08:36 +1000)]
More likely fix compilation unit
Mario [Fri, 7 Sep 2018 22:18:55 +0000 (08:18 +1000)]
Hopefully fix compilation unit
Mario [Fri, 7 Sep 2018 21:34:58 +0000 (07:34 +1000)]
Capitalize all health/armor items for consistency
Mario [Fri, 7 Sep 2018 21:28:28 +0000 (07:28 +1000)]
Capitalize mega item names
Mario [Fri, 7 Sep 2018 20:05:03 +0000 (06:05 +1000)]
Don't notify the chat box about Git based servers, as this causes some confusion with players (message is still shown in the console)
Mario [Fri, 7 Sep 2018 19:12:55 +0000 (19:12 +0000)]
Merge branch 'Lyberta/TeamplayOverhaul2' into 'master'
Teamplay overhaul - step 2
Closes #1982 and #2071
See merge request xonotic/xonotic-data.pk3dir!581
terencehill [Fri, 7 Sep 2018 11:40:24 +0000 (13:40 +0200)]
Consistent indentation in player.qc
terencehill [Fri, 7 Sep 2018 11:21:19 +0000 (13:21 +0200)]
Clan Arena: fix team chat (was considered spectator chat for killed players) and real spectators chat (sending messages to killed players too)
This commit reverts
d46f774178
Mario [Thu, 6 Sep 2018 16:42:39 +0000 (02:42 +1000)]
Use crouch status instead of crouch key to indicate when player is crouching in pressed keys code
Mario [Thu, 6 Sep 2018 16:34:17 +0000 (02:34 +1000)]
Fix crouching in 2D mode
Mario [Thu, 6 Sep 2018 11:10:28 +0000 (21:10 +1000)]
Note in the documentation that item_wepammo uses both f1 and f2
Mario [Thu, 6 Sep 2018 03:36:41 +0000 (13:36 +1000)]
Update hash
terencehill [Wed, 5 Sep 2018 19:43:02 +0000 (21:43 +0200)]
Get rid of an array that's actually not used. Add 2 comments to explain a small difference
Mario [Wed, 5 Sep 2018 19:35:14 +0000 (05:35 +1000)]
Remove an unnecessary ammo check
Mario [Wed, 5 Sep 2018 19:31:35 +0000 (05:31 +1000)]
Translate item names
terencehill [Wed, 5 Sep 2018 19:26:57 +0000 (21:26 +0200)]
Merge branch 'terencehill/wpeditior_command'
Mario [Wed, 5 Sep 2018 19:05:56 +0000 (05:05 +1000)]
First part of a fix for untranslated item ammo names on drop: hack the item name handling into notifications system (not translated currently)
Lyberta [Mon, 3 Sep 2018 19:37:17 +0000 (22:37 +0300)]
Fix copy-paste error.
Lyberta [Mon, 3 Sep 2018 19:25:48 +0000 (22:25 +0300)]
Teamplay: Don't send initial spectator team join notification.
Lyberta [Mon, 3 Sep 2018 18:13:11 +0000 (21:13 +0300)]
Merge branch 'master' into Lyberta/TeamplayOverhaul2
Mario [Mon, 3 Sep 2018 12:23:01 +0000 (12:23 +0000)]
Merge branch 'terencehill/clientkill' into 'master'
Move ClientKill code into its own file
See merge request xonotic/xonotic-data.pk3dir!585
Rudolf Polzer [Sun, 2 Sep 2018 05:24:20 +0000 (07:24 +0200)]
Transifex autosync
terencehill [Tue, 28 Aug 2018 13:12:34 +0000 (15:12 +0200)]
waypoint_getSymmetricalOrigin --> waypoint_getSymmetricalPoint
terencehill [Tue, 28 Aug 2018 13:03:39 +0000 (15:03 +0200)]
Don't make use of impulses to trigger waypoint editor commands
terencehill [Tue, 28 Aug 2018 11:57:40 +0000 (13:57 +0200)]
Clan Arena: make work team chat for killed players
Rudolf Polzer [Tue, 28 Aug 2018 05:24:28 +0000 (07:24 +0200)]
Transifex autosync
terencehill [Mon, 27 Aug 2018 21:21:03 +0000 (23:21 +0200)]
Fix symmetrical editing of waypoints with custom origin (g_waypointeditor_symmetrical -1) not working
Rudolf Polzer [Mon, 27 Aug 2018 05:24:44 +0000 (07:24 +0200)]
Transifex autosync
terencehill [Sat, 25 Aug 2018 18:43:30 +0000 (20:43 +0200)]
Fix buttons for previous and next campaign not working
terencehill [Fri, 24 Aug 2018 13:24:20 +0000 (15:24 +0200)]
Forgot to move the command too in the previous commit
terencehill [Fri, 24 Aug 2018 13:18:59 +0000 (15:18 +0200)]
Parse restart vote in VoteCommand_parse
terencehill [Fri, 24 Aug 2018 12:43:32 +0000 (14:43 +0200)]
Remove 2 unused function parameters
terencehill [Fri, 24 Aug 2018 12:33:55 +0000 (14:33 +0200)]
Turn 2 vectors into ints
terencehill [Fri, 24 Aug 2018 12:26:58 +0000 (14:26 +0200)]
Add a delay of 1 second before executing the command restart after a successful vote for restart so that vote result can be seen and announcer can be heard
Lyberta [Wed, 22 Aug 2018 10:32:08 +0000 (13:32 +0300)]
Merge branch 'master' into Lyberta/TeamplayOverhaul2
Mario [Wed, 22 Aug 2018 09:17:14 +0000 (09:17 +0000)]
Merge branch 'Lyberta/GamemodesSplit' into 'master'
Split gamemodes into cl and sv
See merge request xonotic/xonotic-data.pk3dir!578
Mario [Wed, 22 Aug 2018 08:40:55 +0000 (18:40 +1000)]
Update hash
Mario [Wed, 22 Aug 2018 08:11:32 +0000 (18:11 +1000)]
Merge branch 'Mario/morphed_explosivesmodel'
Mario [Wed, 22 Aug 2018 08:11:26 +0000 (18:11 +1000)]
Merge branch 'morphed/energyweapons'
Mario [Wed, 22 Aug 2018 08:11:08 +0000 (18:11 +1000)]
Merge branch 'master' into Mario/morphed_explosivesmodel
Mario [Wed, 22 Aug 2018 08:05:21 +0000 (18:05 +1000)]
Merge branch 'master' into morphed/energyweapons
terencehill [Tue, 21 Aug 2018 12:27:18 +0000 (12:27 +0000)]
Merge branch 'terencehill/bot_ai' into 'master'
Bot AI fixes and improvements
Closes #2015
See merge request xonotic/xonotic-data.pk3dir!573
terencehill [Tue, 21 Aug 2018 12:14:35 +0000 (14:14 +0200)]
Update hash
terencehill [Tue, 21 Aug 2018 11:52:30 +0000 (13:52 +0200)]
Merge branch 'master' into terencehill/bot_ai
# Conflicts:
# .gitlab-ci.yml
# qcsrc/common/gamemodes/gamemode/keepaway/keepaway.qc
Lyberta [Tue, 21 Aug 2018 07:35:05 +0000 (10:35 +0300)]
Merge branch 'master' into Lyberta/GamemodesSplit
terencehill [Mon, 20 Aug 2018 19:19:15 +0000 (21:19 +0200)]
Merge branch 'terencehill/keepaway_enhancements'
terencehill [Sat, 18 Aug 2018 11:17:24 +0000 (13:17 +0200)]
Keepaway: spawn the ball only when the game starts, hide it during countdown
terencehill [Sat, 18 Aug 2018 11:03:41 +0000 (13:03 +0200)]
Keepaway : Remove redundant use of another entity for ball carrier in ka_DropEvent. Move init code in a better place (before hooks and bot logic)
Lyberta [Fri, 17 Aug 2018 22:36:10 +0000 (01:36 +0300)]
Merge branch 'master' into Lyberta/TeamplayOverhaul2
terencehill [Fri, 17 Aug 2018 18:08:23 +0000 (18:08 +0000)]
Merge branch 'byteManiak/types' into 'master'
Data types
See merge request xonotic/xonotic-data.pk3dir!586
byteManiak [Fri, 17 Aug 2018 18:08:23 +0000 (18:08 +0000)]
Data types
terencehill [Thu, 16 Aug 2018 11:44:10 +0000 (13:44 +0200)]
Keepaway: don't allow players to get the ball if game hasn't started yet
terencehill [Wed, 15 Aug 2018 14:15:10 +0000 (16:15 +0200)]
Don't allow all the waypoints to blink at the same time
terencehill [Wed, 15 Aug 2018 13:46:46 +0000 (15:46 +0200)]
Fix item waypoint blink effect not working
terencehill [Wed, 15 Aug 2018 09:16:20 +0000 (11:16 +0200)]
Improve 2 comments
terencehill [Wed, 15 Aug 2018 08:27:31 +0000 (08:27 +0000)]
Merge branch 'terencehill/formatmessage_fix' into 'master'
Formatmessage fix
Closes #1410
See merge request xonotic/xonotic-data.pk3dir!579
terencehill [Tue, 14 Aug 2018 21:25:41 +0000 (23:25 +0200)]
Move more ClientKill code to clientkill.qc
terencehill [Tue, 14 Aug 2018 18:00:04 +0000 (20:00 +0200)]
Simplify some ClientKill code
terencehill [Tue, 14 Aug 2018 17:39:57 +0000 (19:39 +0200)]
Move ClientKill code into its own file
terencehill [Thu, 9 Aug 2018 12:54:11 +0000 (14:54 +0200)]
Update hash
terencehill [Thu, 9 Aug 2018 12:27:19 +0000 (14:27 +0200)]
Fix missing new line in 'menu_cmd help' output
terencehill [Thu, 9 Aug 2018 12:24:00 +0000 (14:24 +0200)]
Use a tracebox instead of traceline to check if player is flying, it fixes #843 "Repeated jump sound on xoylent"
terencehill [Mon, 6 Aug 2018 06:57:39 +0000 (08:57 +0200)]
Implement detection of items (%x) in formatmessage making use of an existing function but slightly modified to work through warpzones
terencehill [Mon, 6 Aug 2018 06:38:17 +0000 (08:38 +0200)]
Remove redundant use of .ctrace_solidchanged field from crosshair_trace_plusvisibletriggers
terencehill [Sun, 5 Aug 2018 18:25:00 +0000 (20:25 +0200)]
Fix #2066 "Hagar secondary works in CA before round starts"
terencehill [Sun, 5 Aug 2018 18:02:42 +0000 (18:02 +0000)]
Merge branch 'terencehill/bot_waypoints' into 'master'
bot waypoints enhancement
See merge request xonotic/xonotic-data.pk3dir!583
terencehill [Sun, 5 Aug 2018 13:46:03 +0000 (15:46 +0200)]
Sync aliases of dumpcommands output with commands.cfg
terencehill [Sun, 5 Aug 2018 12:48:34 +0000 (14:48 +0200)]
Fix extra new line in the beginning of menu_cmd dumpcommands output
terencehill [Sun, 5 Aug 2018 07:34:07 +0000 (09:34 +0200)]
Fix alphabetical order in the command list, add missing minigame alias
terencehill [Sun, 5 Aug 2018 07:28:50 +0000 (09:28 +0200)]
Remove an outdated comment
Rudolf Polzer [Fri, 3 Aug 2018 17:18:19 +0000 (17:18 +0000)]
Merge remote-tracking branch 'origin/divVerent/fullbright'
terencehill [Thu, 2 Aug 2018 13:23:28 +0000 (15:23 +0200)]
Bot waypoints: add timestamps to waypoint and link files: if they don't match automatically update links. It will prevent use of previously autogenerated links on external waypoints installation
terencehill [Thu, 2 Aug 2018 13:07:44 +0000 (15:07 +0200)]
Bot waypoints: reduce distance to snap a waypoint to an item
terencehill [Thu, 2 Aug 2018 12:51:29 +0000 (14:51 +0200)]
Fix empty local/gm time printed by the command 'sv_cmd time' on Windows (unsupported %e); single digit day of the month is now preceded by a 0 instead of space
terencehill [Thu, 2 Aug 2018 12:37:39 +0000 (14:37 +0200)]
Turn WAYPOINT_VERSION into a constant
terencehill [Thu, 2 Aug 2018 12:34:57 +0000 (14:34 +0200)]
Simplify / clean up some menu code
Martin Taibr [Mon, 30 Jul 2018 23:46:29 +0000 (23:46 +0000)]
Merge branch 'Lyberta/sev/OKSuperweaponIcons' into 'master'
Updated OK superweapons icons (compatible)
See merge request xonotic/xonotic-data.pk3dir!582
Lyberta [Mon, 30 Jul 2018 23:36:02 +0000 (02:36 +0300)]
Teamplay: Consolidating autocvars.
Lyberta [Mon, 30 Jul 2018 22:59:47 +0000 (01:59 +0300)]
Teamplay: More polish.
Lyberta [Mon, 30 Jul 2018 21:21:44 +0000 (00:21 +0300)]
Teamplay: Polish.
Lyberta [Mon, 30 Jul 2018 20:38:20 +0000 (23:38 +0300)]
Teamplay: Added proper messages when joining spectator team.
Lyberta [Mon, 30 Jul 2018 19:20:51 +0000 (22:20 +0300)]
Teamplay: Added autobalance messages.
Lyberta [Mon, 30 Jul 2018 17:40:33 +0000 (20:40 +0300)]
Teamplay: Third pass at autobalance.
Lyberta [Sun, 29 Jul 2018 23:25:57 +0000 (02:25 +0300)]
Updated OK superweapons icons.
Lyberta [Sun, 29 Jul 2018 21:05:22 +0000 (00:05 +0300)]
Teamplay: Second pass of autobalance.
Lyberta [Sun, 29 Jul 2018 20:26:33 +0000 (23:26 +0300)]
Fixed compilation units.
Lyberta [Sun, 29 Jul 2018 19:26:25 +0000 (22:26 +0300)]
Teamplay: First pass at the new autobalance algorithm. Fixes #1982.
Lyberta [Sun, 29 Jul 2018 17:38:31 +0000 (20:38 +0300)]
Merge branch 'master' into Lyberta/TeamplayOverhaul2
Lyberta [Sun, 29 Jul 2018 17:28:13 +0000 (20:28 +0300)]
Merge branch 'master' into Lyberta/GamemodesSplit
terencehill [Wed, 25 Jul 2018 14:13:40 +0000 (16:13 +0200)]
Fix "bot connected" message displayed after "bot joined X team". Remove INFO_JOIN_CONNECT_TEAM message since clients can no longer become players on connection. Fix missing notification_INFO_JOIN_CONNECT cvar in a checkbox in the menu
terencehill [Sun, 29 Jul 2018 14:51:52 +0000 (14:51 +0000)]
Merge branch 'Lyberta/FixJoinBestTeam' into 'master'
Fixed JoinBestTeam
Closes #2067
See merge request xonotic/xonotic-data.pk3dir!580
Lyberta [Thu, 26 Jul 2018 16:06:04 +0000 (19:06 +0300)]
Removed useless code in ClientConnect.
Lyberta [Thu, 26 Jul 2018 14:18:11 +0000 (17:18 +0300)]
Fixed warning when manually changing teams for the first time.
terencehill [Thu, 26 Jul 2018 12:48:52 +0000 (14:48 +0200)]
Clean up some sandbox code
terencehill [Thu, 26 Jul 2018 12:14:22 +0000 (14:14 +0200)]
Rename .old_solid to .solid_prev as the former is persistent in sandbox code
Lyberta [Wed, 25 Jul 2018 23:57:08 +0000 (02:57 +0300)]
Restore forced team functionality.