]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
11 years agoMerge branch 'master' into terencehill/ca_arena_mutators
terencehill [Thu, 14 Mar 2013 21:29:57 +0000 (22:29 +0100)]
Merge branch 'master' into terencehill/ca_arena_mutators

11 years agoBecoming spectator stat_respawn_time should not be copied as scoreboard respawn info...
terencehill [Wed, 13 Mar 2013 22:06:10 +0000 (23:06 +0100)]
Becoming spectator stat_respawn_time should not be copied as scoreboard respawn info isn't for spectators

11 years agoArena: don't force players to spawn so early. Altought it's intended to be primarly...
terencehill [Wed, 13 Mar 2013 18:06:49 +0000 (19:06 +0100)]
Arena: don't force players to spawn so early. Altought it's intended to be primarly a minor gameplay change, it also is a workaround for player starting with the dead animation when forced to join the game immediately and g_start_delay is > 0

11 years agoFix for hud observer color not neutral (it optimizes code too)
terencehill [Wed, 13 Mar 2013 08:32:14 +0000 (09:32 +0100)]
Fix for hud observer color not neutral (it optimizes code too)

11 years agoAdd the new field respawn_flags and set it just when the player dies so there's no...
terencehill [Mon, 11 Mar 2013 16:43:46 +0000 (17:43 +0100)]
Add the new field respawn_flags and set it just when the player dies so there's no need of the hook GetRespawnFlags

11 years agoMake respawn code cleaner by adding respawn flags and the new mutator hook GetRespawn...
terencehill [Mon, 11 Mar 2013 15:35:41 +0000 (16:35 +0100)]
Make respawn code cleaner by adding respawn flags and the new mutator hook GetRespawnFlags

11 years agoSet a max revival time of 1 minute
terencehill [Sun, 10 Mar 2013 18:38:40 +0000 (19:38 +0100)]
Set a max revival time of 1 minute

11 years agoMake "Revival progress" translatable
terencehill [Sun, 10 Mar 2013 12:34:06 +0000 (13:34 +0100)]
Make "Revival progress" translatable

11 years agoRestore this code as game_starttime can change anytime
terencehill [Sat, 9 Mar 2013 23:56:04 +0000 (00:56 +0100)]
Restore this code as game_starttime can change anytime

11 years agoCleanup: replace a few checks with the macro IS_PLAYER
terencehill [Sat, 9 Mar 2013 23:18:52 +0000 (00:18 +0100)]
Cleanup: replace a few checks with the macro IS_PLAYER

11 years agoGive missing teams/players msgs infinite lifetime, expire them only when they are...
terencehill [Sat, 9 Mar 2013 23:12:30 +0000 (00:12 +0100)]
Give missing teams/players msgs infinite lifetime, expire them only when they are shown and make them independent from round msgs so they can be used in other situations too. Countdown to round start is now stopped by a msg, as it seems there's no CS version of Kill_Notification

11 years agoBad parameter for round over messages in Arena and CA
terencehill [Sat, 9 Mar 2013 16:33:40 +0000 (17:33 +0100)]
Bad parameter for round over messages in Arena and CA

11 years agoFix other round countdown issues by improving workaround for uninitialized game_start...
terencehill [Sat, 9 Mar 2013 16:13:18 +0000 (17:13 +0100)]
Fix other round countdown issues by improving workaround for uninitialized game_starttime in round_handler

11 years agoInitialize .cnt in round_handler_Init to fix a round countdown bug
terencehill [Sat, 9 Mar 2013 15:10:27 +0000 (16:10 +0100)]
Initialize .cnt in round_handler_Init to fix a round countdown bug

11 years agoCorrectly initialize game_starttime
terencehill [Sat, 9 Mar 2013 14:52:49 +0000 (15:52 +0100)]
Correctly initialize game_starttime

11 years agoPrevent concurrent game/round start countdown
terencehill [Sat, 9 Mar 2013 13:49:09 +0000 (14:49 +0100)]
Prevent concurrent game/round start countdown

11 years agoMerge remote-tracking branch 'origin/terencehill/misc_hud_fixes'
Samual Lenks [Fri, 8 Mar 2013 22:08:18 +0000 (17:08 -0500)]
Merge remote-tracking branch 'origin/terencehill/misc_hud_fixes'

11 years agoFix wrong parameters sending prevent join message
terencehill [Fri, 8 Mar 2013 21:15:35 +0000 (22:15 +0100)]
Fix wrong parameters sending prevent join message

11 years agoRemove old PREVENT_JOIN_TEXT
terencehill [Fri, 8 Mar 2013 21:04:13 +0000 (22:04 +0100)]
Remove old PREVENT_JOIN_TEXT

11 years agoMOTD centerprint fixes / changes:
terencehill [Fri, 8 Mar 2013 20:56:15 +0000 (21:56 +0100)]
MOTD centerprint fixes / changes:

* Kill initial MOTD centerprint (that appears on server connection) when we know it's showing (in PrintWelcomeMessage()), rather than doing it blindly every time the player joins the game: it fixes MOTD never expiring in Arena.
* Info button now instantly hides initial MOTD.
* If player pressed the info button to see the MOTD and immediately joined the game then don't care, just let the MOTD fade away normally (in 2 seconds); killing the MOTD as before caused the MOTD to pop up again after 2 seconds fading away

11 years agoFix PrintWelcomeMessage executed twice per frame when observing/spectating; also...
terencehill [Fri, 8 Mar 2013 17:06:11 +0000 (18:06 +0100)]
Fix PrintWelcomeMessage executed twice per frame when observing/spectating; also don't send MOTD to bots as they don't really care

11 years agoSince only KH makes use of CENTER_ARENA_ROUNDSTART, rename it to CENTER_KEYHUNT_ROUND...
terencehill [Thu, 7 Mar 2013 18:00:09 +0000 (19:00 +0100)]
Since only KH makes use of CENTER_ARENA_ROUNDSTART, rename it to CENTER_KEYHUNT_ROUNDSTART

11 years agoReapply some changes that got lost in the previous merge commit and update code to...
terencehill [Thu, 7 Mar 2013 17:50:33 +0000 (18:50 +0100)]
Reapply some changes that got lost in the previous merge commit and update code to use the new notify system

11 years agoMerge branch 'master' into mario/runematch_nuke
Mario [Thu, 7 Mar 2013 06:13:59 +0000 (17:13 +1100)]
Merge branch 'master' into mario/runematch_nuke

11 years agoFix stringcount mismatch
Samual Lenks [Thu, 7 Mar 2013 04:51:33 +0000 (23:51 -0500)]
Fix stringcount mismatch

11 years agoMerge branch 'master' into terencehill/ca_arena_mutators
terencehill [Thu, 7 Mar 2013 00:11:34 +0000 (01:11 +0100)]
Merge branch 'master' into terencehill/ca_arena_mutators

Conflicts:
qcsrc/client/announcer.qc
qcsrc/common/constants.qh
qcsrc/server/arena.qc
qcsrc/server/cl_client.qc
qcsrc/server/defs.qh
qcsrc/server/mutators/gamemode_freezetag.qc

11 years agoKill centerprints on client too when doing Destroy_All_Notifications()
Samual Lenks [Wed, 6 Mar 2013 22:55:43 +0000 (17:55 -0500)]
Kill centerprints on client too when doing Destroy_All_Notifications()

11 years agoWhoops, allow disabled notifications to be handled properly
Samual Lenks [Wed, 6 Mar 2013 22:50:08 +0000 (17:50 -0500)]
Whoops, allow disabled notifications to be handled properly

11 years agoRemove a stupid rule
terencehill [Wed, 6 Mar 2013 20:24:35 +0000 (21:24 +0100)]
Remove a stupid rule

11 years agoCalling Arena_AddChallengers() before the game starts g_start_delay works as expected...
terencehill [Wed, 6 Mar 2013 20:18:27 +0000 (21:18 +0100)]
Calling Arena_AddChallengers() before the game starts g_start_delay works as expected in Arena too

11 years agoCA: Don't try to join the game with jump button if observer is already scheduled...
terencehill [Tue, 5 Mar 2013 23:40:42 +0000 (00:40 +0100)]
CA: Don't try to join the game with jump button if observer is already scheduled to join the next round

11 years agoCleanup: Change freezetag_Initialize() position
terencehill [Tue, 5 Mar 2013 23:13:43 +0000 (00:13 +0100)]
Cleanup: Change freezetag_Initialize() position

11 years agoAlso apply glowmod for a cooler ice color
terencehill [Tue, 5 Mar 2013 18:12:15 +0000 (19:12 +0100)]
Also apply glowmod for a cooler ice color

11 years agoMake some round_handler functions into macros
terencehill [Tue, 5 Mar 2013 17:16:39 +0000 (18:16 +0100)]
Make some round_handler functions into macros

11 years agoFix some other things
Samual Lenks [Tue, 5 Mar 2013 07:31:09 +0000 (02:31 -0500)]
Fix some other things

11 years ago*sigh*
Samual Lenks [Tue, 5 Mar 2013 07:26:22 +0000 (02:26 -0500)]
*sigh*

11 years ago"unpress" system on client
Samual Lenks [Tue, 5 Mar 2013 06:21:48 +0000 (01:21 -0500)]
"unpress" system on client

11 years agoUse count_seconds here too
Samual Lenks [Tue, 5 Mar 2013 04:50:42 +0000 (23:50 -0500)]
Use count_seconds here too

11 years agoWHY IS THIS FUCKING SHIT SO FUCKING STUPID??!?!?!
Samual Lenks [Tue, 5 Mar 2013 04:30:18 +0000 (23:30 -0500)]
WHY IS THIS FUCKING SHIT SO FUCKING STUPID??!?!?!

11 years agoAdd a space.
Samual Lenks [Tue, 5 Mar 2013 03:06:33 +0000 (22:06 -0500)]
Add a space.

11 years agoMerge remote-tracking branch 'origin/terencehill/onslaught_bugfixes'
Samual Lenks [Tue, 5 Mar 2013 02:58:00 +0000 (21:58 -0500)]
Merge remote-tracking branch 'origin/terencehill/onslaught_bugfixes'

11 years agoMerge remote-tracking branch 'origin/Mario/seeker_ammo_fix'
Samual Lenks [Tue, 5 Mar 2013 01:40:59 +0000 (20:40 -0500)]
Merge remote-tracking branch 'origin/Mario/seeker_ammo_fix'

11 years agoBetter settings for aim bones by nifrek
Samual Lenks [Tue, 5 Mar 2013 00:56:34 +0000 (19:56 -0500)]
Better settings for aim bones by nifrek

11 years agoMerge remote-tracking branch 'origin/samual/notification_rewrite'
Samual Lenks [Tue, 5 Mar 2013 00:31:37 +0000 (19:31 -0500)]
Merge remote-tracking branch 'origin/samual/notification_rewrite'

11 years agoUpdate config now
Samual Lenks [Tue, 5 Mar 2013 00:21:43 +0000 (19:21 -0500)]
Update config now

11 years agoAdd server control cvars for location and frag_verbose message information
Samual Lenks [Tue, 5 Mar 2013 00:15:38 +0000 (19:15 -0500)]
Add server control cvars for location and frag_verbose message information

11 years agoWhoops, forgot FL_SPECTATOR
Samual Lenks [Mon, 4 Mar 2013 22:39:59 +0000 (17:39 -0500)]
Whoops, forgot FL_SPECTATOR

11 years agoRemove debug flag
Samual Lenks [Mon, 4 Mar 2013 22:34:14 +0000 (17:34 -0500)]
Remove debug flag

11 years agoBegin final cleanup-- remove w_deathtypestring (no longer a string)
Samual Lenks [Mon, 4 Mar 2013 22:33:30 +0000 (17:33 -0500)]
Begin final cleanup-- remove w_deathtypestring (no longer a string)

11 years agoFix configs, switch notification_allow_chatboxprint off in code for compat
Samual Lenks [Mon, 4 Mar 2013 21:39:49 +0000 (16:39 -0500)]
Fix configs, switch notification_allow_chatboxprint off in code for compat

11 years agoFix killnotification a bit, plus make spectating/teamchange centers red
Samual Lenks [Mon, 4 Mar 2013 21:36:06 +0000 (16:36 -0500)]
Fix killnotification a bit, plus make spectating/teamchange centers red

11 years agoUse MakeConsoleSafe for the message debugs instead
Samual Lenks [Mon, 4 Mar 2013 20:59:02 +0000 (15:59 -0500)]
Use MakeConsoleSafe for the message debugs instead

11 years agoMove time processing and counting to counting.qh
Samual Lenks [Mon, 4 Mar 2013 20:32:13 +0000 (15:32 -0500)]
Move time processing and counting to counting.qh

11 years agoRemove VAR_TO_TEXT
Samual Lenks [Mon, 4 Mar 2013 20:14:58 +0000 (15:14 -0500)]
Remove VAR_TO_TEXT

11 years agoRename FL_TEAM_ and STR_TEAM_ to NUM_TEAM_ and NAME_TEAM_ respectively
Samual Lenks [Mon, 4 Mar 2013 20:04:15 +0000 (15:04 -0500)]
Rename FL_TEAM_ and STR_TEAM_ to NUM_TEAM_ and NAME_TEAM_ respectively

11 years agoFreezetag: team colored ice with full starting alpha
terencehill [Mon, 4 Mar 2013 18:01:52 +0000 (19:01 +0100)]
Freezetag: team colored ice with full starting alpha

11 years agoForgot one
Samual Lenks [Mon, 4 Mar 2013 02:19:49 +0000 (21:19 -0500)]
Forgot one

11 years agoLong lines BEGONE!
Samual Lenks [Mon, 4 Mar 2013 02:14:18 +0000 (21:14 -0500)]
Long lines BEGONE!

11 years agoOther fixes
Samual Lenks [Mon, 4 Mar 2013 01:59:54 +0000 (20:59 -0500)]
Other fixes

11 years agoMove deathtypes to entities entirely
Samual Lenks [Mon, 4 Mar 2013 01:04:28 +0000 (20:04 -0500)]
Move deathtypes to entities entirely

11 years agoFix "one minute remains" sound spam during the countdown to round start, less than...
terencehill [Sun, 3 Mar 2013 23:42:11 +0000 (00:42 +0100)]
Fix "one minute remains" sound spam during the countdown to round start, less than one minute left

11 years agoStart working on moving deathtypes to be entities too
Samual Lenks [Sun, 3 Mar 2013 23:25:38 +0000 (18:25 -0500)]
Start working on moving deathtypes to be entities too

11 years agoAlso fix spacing for deathtypes list
Samual Lenks [Sun, 3 Mar 2013 22:19:59 +0000 (17:19 -0500)]
Also fix spacing for deathtypes list

11 years agoFix some errors and add restartnotifs to commands.cfg
Samual Lenks [Sun, 3 Mar 2013 21:58:59 +0000 (16:58 -0500)]
Fix some errors and add restartnotifs to commands.cfg

11 years agoUse the IS_SPEC macros for these
Samual Lenks [Sun, 3 Mar 2013 21:51:35 +0000 (16:51 -0500)]
Use the IS_SPEC macros for these

11 years agoSort notifications
Samual Lenks [Sun, 3 Mar 2013 21:44:09 +0000 (16:44 -0500)]
Sort notifications

11 years agoFix more spacing in lists
Samual Lenks [Sun, 3 Mar 2013 21:24:33 +0000 (16:24 -0500)]
Fix more spacing in lists

11 years agoNow fix MSG_CENTER and MSG_MULTI block
Samual Lenks [Sun, 3 Mar 2013 21:13:16 +0000 (16:13 -0500)]
Now fix MSG_CENTER and MSG_MULTI block

11 years agoStraighten out info block
Samual Lenks [Sun, 3 Mar 2013 20:25:11 +0000 (15:25 -0500)]
Straighten out info block

11 years agoSpacing changes in the list
Samual Lenks [Sun, 3 Mar 2013 20:09:50 +0000 (15:09 -0500)]
Spacing changes in the list

11 years agoUpdate arg table
Samual Lenks [Sun, 3 Mar 2013 20:06:23 +0000 (15:06 -0500)]
Update arg table

11 years agoMerge remote-tracking branch 'origin/master' into samual/notification_rewrite
Samual Lenks [Sun, 3 Mar 2013 19:57:57 +0000 (14:57 -0500)]
Merge remote-tracking branch 'origin/master' into samual/notification_rewrite

11 years agoAttempt to fix csqcplayers walking animations
Samual Lenks [Sun, 3 Mar 2013 19:00:00 +0000 (14:00 -0500)]
Attempt to fix csqcplayers walking animations

11 years agoLet spectators know that game/round is about to start
terencehill [Sun, 3 Mar 2013 18:57:50 +0000 (19:57 +0100)]
Let spectators know that game/round is about to start

11 years agoAdd ability to reload round times cvars every round
terencehill [Sun, 3 Mar 2013 18:28:36 +0000 (19:28 +0100)]
Add ability to reload round times cvars every round

11 years agoStuff and things
Samual Lenks [Sun, 3 Mar 2013 17:56:47 +0000 (12:56 -0500)]
Stuff and things

11 years agoFix debug print
Samual Lenks [Sun, 3 Mar 2013 17:29:28 +0000 (12:29 -0500)]
Fix debug print

11 years agoFix tuba/accordian/klein bottle
Samual Lenks [Sun, 3 Mar 2013 16:59:10 +0000 (11:59 -0500)]
Fix tuba/accordian/klein bottle

11 years agoFix infinite lifetime centerprints
Samual Lenks [Sun, 3 Mar 2013 08:29:31 +0000 (03:29 -0500)]
Fix infinite lifetime centerprints

11 years agoCleanup of count_ordinal stuffz
Samual Lenks [Sun, 3 Mar 2013 06:04:06 +0000 (01:04 -0500)]
Cleanup of count_ordinal stuffz

11 years agoUpdate that other shit too
Samual Lenks [Sun, 3 Mar 2013 05:57:01 +0000 (00:57 -0500)]
Update that other shit too

11 years agoPut more work into process_time function
Samual Lenks [Sun, 3 Mar 2013 05:53:23 +0000 (00:53 -0500)]
Put more work into process_time function

11 years agoFix subsequent centerprint messages from losing position fading
Samual Lenks [Sun, 3 Mar 2013 04:18:40 +0000 (23:18 -0500)]
Fix subsequent centerprint messages from losing position fading

11 years agoMove that to another section
Samual Lenks [Sun, 3 Mar 2013 01:19:21 +0000 (20:19 -0500)]
Move that to another section

11 years agoAnd now we can remove the legacy shit
Samual Lenks [Sun, 3 Mar 2013 01:01:07 +0000 (20:01 -0500)]
And now we can remove the legacy shit

11 years agoWhoops, missed some things
Samual Lenks [Sun, 3 Mar 2013 00:57:26 +0000 (19:57 -0500)]
Whoops, missed some things

11 years agoMove the rest of race notifications over to new system
Samual Lenks [Sun, 3 Mar 2013 00:43:12 +0000 (19:43 -0500)]
Move the rest of race notifications over to new system

11 years agoCA: Improve checks to determine whether an observer is in game or not
terencehill [Sat, 2 Mar 2013 22:14:05 +0000 (23:14 +0100)]
CA: Improve checks to determine whether an observer is in game or not

11 years agoAdd error in case a MSG_CENTER_CPID notification is sent with NO_CPID
Samual Lenks [Sat, 2 Mar 2013 22:06:49 +0000 (17:06 -0500)]
Add error in case a MSG_CENTER_CPID notification is sent with NO_CPID

11 years agoWhen manually moving to spectators reset caplayer in the mutator hook MakePlayerObserver
terencehill [Sat, 2 Mar 2013 13:09:57 +0000 (14:09 +0100)]
When manually moving to spectators reset caplayer in the mutator hook MakePlayerObserver

11 years agoBetter debugs
Samual Lenks [Sat, 2 Mar 2013 22:00:30 +0000 (17:00 -0500)]
Better debugs

11 years agoSlight cleanup
Samual Lenks [Sat, 2 Mar 2013 21:26:30 +0000 (16:26 -0500)]
Slight cleanup

11 years agoUpdates/fixes for Kill_Notification
Samual Lenks [Sat, 2 Mar 2013 21:18:13 +0000 (16:18 -0500)]
Updates/fixes for Kill_Notification

11 years agoRename notif_any to notif_all
Samual Lenks [Sat, 2 Mar 2013 19:21:21 +0000 (14:21 -0500)]
Rename notif_any to notif_all

11 years agoUpdate the config
Samual Lenks [Sat, 2 Mar 2013 19:04:49 +0000 (14:04 -0500)]
Update the config

11 years agoShow kill sprees on newlines instead of the normal message line
Samual Lenks [Sat, 2 Mar 2013 18:54:31 +0000 (13:54 -0500)]
Show kill sprees on newlines instead of the normal message line

11 years agoAnother minor edit
Samual Lenks [Sat, 2 Mar 2013 18:49:28 +0000 (13:49 -0500)]
Another minor edit

11 years agoUpdate comment
Samual Lenks [Sat, 2 Mar 2013 18:48:25 +0000 (13:48 -0500)]
Update comment

11 years agoAdd that check there
Samual Lenks [Sat, 2 Mar 2013 18:41:03 +0000 (13:41 -0500)]
Add that check there

11 years agoCA: newcomer players can only join the game during the countdown to round start;...
terencehill [Sat, 2 Mar 2013 11:51:18 +0000 (12:51 +0100)]
CA: newcomer players can only join the game during the countdown to round start; if they try to do it during a round or when the round is over they get scheduled to play the next round