]>
git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/log
terencehill [Sat, 2 Feb 2019 18:20:00 +0000 (19:20 +0100)]
Save some bandwidth by sending statusbar value to waypoints only when there is a difference of at least 1/40th of the statusbar
terencehill [Sat, 2 Feb 2019 17:52:48 +0000 (18:52 +0100)]
Replace a few '1 0 0' * vec with vec.x (it optimizes only compile time since gmqcc is able to optimize them)
terencehill [Fri, 1 Feb 2019 23:00:56 +0000 (00:00 +0100)]
Some minor optimizations
terencehill [Fri, 1 Feb 2019 22:35:59 +0000 (23:35 +0100)]
Remove redundant brackets from MACRO_BEGIN / MACRO_END calls
terencehill [Fri, 1 Feb 2019 15:40:12 +0000 (16:40 +0100)]
Reveal macro continuation character in some macros
terencehill [Fri, 1 Feb 2019 15:26:21 +0000 (16:26 +0100)]
Reduce a bit expanded code of some often used macros
terencehill [Thu, 31 Jan 2019 15:07:30 +0000 (16:07 +0100)]
Use consistent variable names
terencehill [Thu, 31 Jan 2019 15:05:49 +0000 (16:05 +0100)]
Remove a repeated useless check
terencehill [Thu, 31 Jan 2019 13:50:35 +0000 (14:50 +0100)]
entcs: fix networking of wrong entcs fields (nevertheless miraculously it was working well enough). It should save a bit more bandwidth
terencehill [Thu, 31 Jan 2019 13:04:20 +0000 (14:04 +0100)]
Fix typo
Rudolf Polzer [Thu, 31 Jan 2019 06:24:36 +0000 (07:24 +0100)]
Transifex autosync
terencehill [Wed, 30 Jan 2019 17:32:21 +0000 (18:32 +0100)]
entcs: save some bandwidth by scaling angles.y even more
terencehill [Wed, 30 Jan 2019 14:41:18 +0000 (15:41 +0100)]
Fix wrong (outdated) health/armor values displayed above players when game (re)starts after a countdown
Fixed by assigning values to entcs_sender entity fields when there are really sent, not when they are scheduled to be sent since there is a filter in between that can forbid sending them (private updates) leading to mismatching field values between entcs_sender and entcs_receiver entities
Rudolf Polzer [Wed, 30 Jan 2019 06:24:35 +0000 (07:24 +0100)]
Transifex autosync
terencehill [Tue, 29 Jan 2019 21:12:20 +0000 (22:12 +0100)]
Label some field pointers with the const attribute
Rudolf Polzer [Tue, 29 Jan 2019 06:24:27 +0000 (07:24 +0100)]
Transifex autosync
terencehill [Mon, 28 Jan 2019 17:48:32 +0000 (18:48 +0100)]
Fix indentation of all the if if else I could find out and add explicit brackets for clarity sake
terencehill [Mon, 28 Jan 2019 17:38:39 +0000 (18:38 +0100)]
Remove 2 unnecessary macros
Mario [Mon, 28 Jan 2019 13:25:56 +0000 (23:25 +1000)]
Add some missing brackets, fixes issues with settemp in mapinfo
Mario [Mon, 28 Jan 2019 10:15:50 +0000 (10:15 +0000)]
Merge branch 'terencehill/statusbar_highlight' into 'master'
Highlight values from 0 to 100 of health and armor in the status bar above player's head
See merge request xonotic/xonotic-data.pk3dir!633
Mario [Mon, 28 Jan 2019 09:59:05 +0000 (09:59 +0000)]
Merge branch 'martin-t/teamsay' into 'master'
Allow teamchat during intermission
See merge request xonotic/xonotic-data.pk3dir!632
Rudolf Polzer [Mon, 28 Jan 2019 06:24:19 +0000 (07:24 +0100)]
Transifex autosync
Rudolf Polzer [Sun, 27 Jan 2019 06:25:38 +0000 (07:25 +0100)]
Transifex autosync
terencehill [Fri, 25 Jan 2019 18:09:44 +0000 (19:09 +0100)]
Highlight values from 0 to 100 of health and armor in the status bar above player's head
terencehill [Fri, 25 Jan 2019 17:32:55 +0000 (17:32 +0000)]
Merge branch 'martin-t/bits' into 'master'
Warn about bit ops
See merge request xonotic/xonotic-data.pk3dir!630
Martin Taibr [Fri, 25 Jan 2019 01:20:11 +0000 (02:20 +0100)]
allow teamchat during intermission
terencehill [Thu, 24 Jan 2019 17:10:36 +0000 (18:10 +0100)]
entcs: improve terminology
terencehill [Thu, 24 Jan 2019 16:36:41 +0000 (17:36 +0100)]
Print to chat the LMS forfeit message too since in LMS it replaces the "player is now spectating" message
terencehill [Thu, 24 Jan 2019 16:25:00 +0000 (17:25 +0100)]
Fix "player is now spectating" message being displayed when switching from spectator to observer
terencehill [Wed, 23 Jan 2019 23:55:17 +0000 (00:55 +0100)]
Send angles.y value to entcs entities only when the coded value is different
terencehill [Wed, 23 Jan 2019 20:41:00 +0000 (21:41 +0100)]
Send health / armor values to entcs entities only when the coded values are different. It save some bandwidth especially when health / armor is rotting / regenerating
terencehill [Wed, 23 Jan 2019 10:35:50 +0000 (11:35 +0100)]
Fix #2050 "Corpse plays animations after death"
Mario [Wed, 23 Jan 2019 09:19:55 +0000 (19:19 +1000)]
Be a bit more explicit with checks for isplayermodel now that it can be valid checking against clients (possibly needs renaming!)
Mario [Wed, 23 Jan 2019 08:57:25 +0000 (08:57 +0000)]
Merge branch 'martin-t/warns' into 'master'
Only show warnings for current map in GAMEQC
See merge request xonotic/xonotic-data.pk3dir!628
terencehill [Tue, 22 Jan 2019 13:55:37 +0000 (14:55 +0100)]
CA: fix 'spectate previous player' action not working when all members of your team are dead in games with 3 or more teams (and 'spectate next player' action not cycling through the players); it fixes #2062 (together with the previous commit)
terencehill [Tue, 22 Jan 2019 13:41:42 +0000 (14:41 +0100)]
CA: fix 'spectate previous player' action not working in real spectator mode; it fixes half of #2062
terencehill [Mon, 21 Jan 2019 17:45:46 +0000 (18:45 +0100)]
Pressed keys panel: separate a little bit crouch and jump keys from arrow keys
terencehill [Mon, 21 Jan 2019 14:47:03 +0000 (15:47 +0100)]
Fix #2081 "FT: Player numbers are tiny when reaching double digits"
terencehill [Mon, 21 Jan 2019 13:47:59 +0000 (14:47 +0100)]
Fx #2142 "hud_panel_pressedkeys_attack 1 shows primary and secondary the same way"
terencehill [Sun, 20 Jan 2019 17:55:32 +0000 (18:55 +0100)]
Use a simpler check here
terencehill [Sun, 20 Jan 2019 17:26:05 +0000 (18:26 +0100)]
Scoreboard: make header descriptions more consistent
terencehill [Sun, 20 Jan 2019 17:11:19 +0000 (18:11 +0100)]
Scoreboard: add missing translatable column headers and missing headers descriptions in the help message (scoreboard_columns_help); it fixes #2194 "Mismatch between Cmd_Scoreboard_Help and TranslateScoresLabel"
terencehill [Sat, 19 Jan 2019 22:51:35 +0000 (23:51 +0100)]
Display 'Player is now playing' in chat box too like 'Player is now playing on the X team' (consistently with 'Player is now spectating' too)
terencehill [Sat, 19 Jan 2019 22:45:12 +0000 (23:45 +0100)]
Fix half part of #2191: 'Player is now spectating' isn't shown in teamless games (bug introduced by the commit
2f163ba8 )
terencehill [Thu, 17 Jan 2019 18:12:19 +0000 (19:12 +0100)]
Improve reply of the command 'records' when there are no records
terencehill [Thu, 17 Jan 2019 18:10:02 +0000 (19:10 +0100)]
Optimize hud code displaying race/cts records/rankings
Rudolf Polzer [Tue, 15 Jan 2019 06:24:25 +0000 (07:24 +0100)]
Transifex autosync
Martin Taibr [Tue, 15 Jan 2019 01:56:03 +0000 (02:56 +0100)]
warn about bit ops
terencehill [Mon, 14 Jan 2019 15:27:54 +0000 (15:27 +0000)]
Merge branch 'Mario/fix_me' into 'master'
Merge branch Mario/fix_me (XS merge request)
Closes #2120
See merge request xonotic/xonotic-data.pk3dir!617
terencehill [Mon, 14 Jan 2019 14:14:38 +0000 (15:14 +0100)]
Always use white text when there's /me in a chat line; it fixes "if your name has no colors and you say test /me test, then the first test is white"
terencehill [Mon, 14 Jan 2019 08:50:15 +0000 (09:50 +0100)]
Merge branch 'master' into Mario/fix_me
Martin Taibr [Sun, 13 Jan 2019 23:18:15 +0000 (00:18 +0100)]
only show warnings for current map in GAMEQC
terencehill [Sun, 13 Jan 2019 17:12:32 +0000 (18:12 +0100)]
Map voting: allow to quickly vote a map with a number grater than 10 with the shortcut ctrl + (X, Y): hold ctrl and press 2 numbers to compose the map number, e.g. hold ctrl, press 2 then 3 (release ctrl) to vote for the map number 23; it closes #2186
terencehill [Sun, 13 Jan 2019 12:40:06 +0000 (13:40 +0100)]
WTF
terencehill [Sun, 13 Jan 2019 10:34:28 +0000 (11:34 +0100)]
Fix #2189 "Teamchat in CA between rounds is sent to everyone"
Rudolf Polzer [Sat, 12 Jan 2019 06:24:25 +0000 (07:24 +0100)]
Transifex autosync
Rudolf Polzer [Thu, 10 Jan 2019 06:24:24 +0000 (07:24 +0100)]
Transifex autosync
Rudolf Polzer [Sat, 5 Jan 2019 06:24:27 +0000 (07:24 +0100)]
Transifex autosync
Martin Taibr [Fri, 4 Jan 2019 14:33:10 +0000 (14:33 +0000)]
Merge branch '2183-event-log-chats' into 'master'
Add a structured event log message for game chats
Closes #2183
See merge request xonotic/xonotic-data.pk3dir!626
morosophos [Fri, 4 Jan 2019 14:04:50 +0000 (16:04 +0200)]
Use minigame.netname instead of minigame entity id in the event log
morosophos [Fri, 4 Jan 2019 13:47:33 +0000 (15:47 +0200)]
Figure out how to log minigame chats
morosophos [Thu, 3 Jan 2019 16:48:40 +0000 (18:48 +0200)]
Add structured event log items about chat messages
morosophos [Thu, 3 Jan 2019 16:38:26 +0000 (18:38 +0200)]
Use integer formatting for :team: msg
Rudolf Polzer [Tue, 1 Jan 2019 06:24:17 +0000 (07:24 +0100)]
Transifex autosync
Rudolf Polzer [Sun, 30 Dec 2018 06:25:39 +0000 (07:25 +0100)]
Transifex autosync
terencehill [Sat, 29 Dec 2018 17:54:24 +0000 (18:54 +0100)]
Fix #2182 "Untranslatable strings in hudpanel_pressedkeys"
Rudolf Polzer [Sat, 29 Dec 2018 06:24:23 +0000 (07:24 +0100)]
Transifex autosync
Rudolf Polzer [Thu, 27 Dec 2018 06:24:16 +0000 (07:24 +0100)]
Transifex autosync
Rudolf Polzer [Wed, 26 Dec 2018 14:11:34 +0000 (15:11 +0100)]
Transifex autosync
Rudolf Polzer [Wed, 26 Dec 2018 06:24:20 +0000 (07:24 +0100)]
Transifex autosync
Rudolf Polzer [Tue, 25 Dec 2018 06:24:18 +0000 (07:24 +0100)]
Transifex autosync
Rudolf Polzer [Mon, 24 Dec 2018 06:24:22 +0000 (07:24 +0100)]
Transifex autosync
Rudolf Polzer [Sun, 23 Dec 2018 06:25:38 +0000 (07:25 +0100)]
Transifex autosync
terencehill [Sat, 22 Dec 2018 17:38:29 +0000 (18:38 +0100)]
Make the new bot_ai_aimskill_mouse formula work like before
terencehill [Sat, 22 Dec 2018 01:05:18 +0000 (02:05 +0100)]
Fix aim glitches when bot_ai_aimskill_mouse is set to a value between 0 and 1
terencehill [Fri, 21 Dec 2018 18:17:08 +0000 (19:17 +0100)]
Fix #2177 "Bot code causes division by zero"
Rudolf Polzer [Thu, 20 Dec 2018 06:24:20 +0000 (07:24 +0100)]
Transifex autosync
Rudolf Polzer [Wed, 19 Dec 2018 06:24:28 +0000 (07:24 +0100)]
Transifex autosync
terencehill [Tue, 18 Dec 2018 14:31:46 +0000 (15:31 +0100)]
Very minor cleanups
terencehill [Tue, 18 Dec 2018 14:26:20 +0000 (15:26 +0100)]
Properly implement checks to end the game right when a player dies (old hacky method overrode rule that bots that disconnect can't end the game); it fixes #2173 "LMS game ends immediately with bots (using minplayers)"
terencehill [Tue, 18 Dec 2018 14:16:35 +0000 (15:16 +0100)]
LMS: don't show "X has no more lives left" message for a player that disconnects
Rudolf Polzer [Tue, 18 Dec 2018 06:24:22 +0000 (07:24 +0100)]
Transifex autosync
Rudolf Polzer [Mon, 17 Dec 2018 06:24:26 +0000 (07:24 +0100)]
Transifex autosync
Rudolf Polzer [Sun, 16 Dec 2018 06:25:35 +0000 (07:25 +0100)]
Transifex autosync
terencehill [Sat, 15 Dec 2018 19:07:17 +0000 (20:07 +0100)]
Don't list reviving players using an intrusivelist because for some reason it interferes with other intrusive lists, apparently without any visible bug; it fixes #2155 "FT: Intrusive list warning"
Rudolf Polzer [Sat, 15 Dec 2018 06:24:46 +0000 (07:24 +0100)]
Transifex autosync
terencehill [Fri, 14 Dec 2018 20:13:39 +0000 (21:13 +0100)]
Fix #2166 "Freezing players with Shotgun gives typehit sound"
Rudolf Polzer [Fri, 14 Dec 2018 06:24:18 +0000 (07:24 +0100)]
Transifex autosync
Rudolf Polzer [Thu, 13 Dec 2018 14:51:36 +0000 (15:51 +0100)]
Transifex autosync
Rudolf Polzer [Thu, 13 Dec 2018 14:43:57 +0000 (15:43 +0100)]
Update translation template.
terencehill [Tue, 11 Dec 2018 22:48:38 +0000 (23:48 +0100)]
Fix #2175 "Gametype voting screen broken at connect"
terencehill [Tue, 11 Dec 2018 18:10:56 +0000 (19:10 +0100)]
Add a quickmenu command that allows to pick a player name from the connected players and put it in the beginning of the chat edit line
terencehill [Tue, 11 Dec 2018 17:45:01 +0000 (18:45 +0100)]
Avoid a glitch when the HUD cursor gets (re)displayed
terencehill [Mon, 10 Dec 2018 21:25:36 +0000 (22:25 +0100)]
Fix condition to show the cursor when the onslaught radar is active while dead: cursor was still present enabling the scoreboard
terencehill [Mon, 10 Dec 2018 19:11:17 +0000 (20:11 +0100)]
Quickmenu: fix and improve highlighting of the entry clicked/actived by a number key
terencehill [Sun, 9 Dec 2018 12:32:52 +0000 (13:32 +0100)]
LMS: add 2 FIXME comments
terencehill [Sat, 8 Dec 2018 23:06:09 +0000 (00:06 +0100)]
LMS: forcedly turn sv_ready_restart_after_countdown off as it breaks the game mode; it closes #2174
terencehill [Sat, 8 Dec 2018 14:00:11 +0000 (15:00 +0100)]
Fix compilation units and update hash
terencehill [Sat, 8 Dec 2018 12:25:04 +0000 (13:25 +0100)]
Merge remote-tracking branch 'origin/terencehill/bot_waypoints'
terencehill [Sat, 8 Dec 2018 12:12:33 +0000 (13:12 +0100)]
Merge branch 'terencehill/bot_ai' into 'master'