]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
7 years agoAdopt some overkill balance changes from the LX server configs
Mario [Tue, 4 Oct 2016 03:02:16 +0000 (13:02 +1000)]
Adopt some overkill balance changes from the LX server configs

7 years agoFix start items in some special arena mutators
Mario [Mon, 3 Oct 2016 13:06:11 +0000 (23:06 +1000)]
Fix start items in some special arena mutators

7 years agoUse the CSQC player origin if in 3rd person mode
Mario [Sat, 1 Oct 2016 12:34:36 +0000 (22:34 +1000)]
Use the CSQC player origin if in 3rd person mode

7 years agoMinor performance improvement in bot movement code
Mario [Wed, 28 Sep 2016 14:56:50 +0000 (00:56 +1000)]
Minor performance improvement in bot movement code

7 years agoClean up monster spawn function a little, allow setting invasion spawnpoints to spawn...
Mario [Wed, 28 Sep 2016 14:53:50 +0000 (00:53 +1000)]
Clean up monster spawn function a little, allow setting invasion spawnpoints to spawn specific monsters with the spawnmob field

7 years agoMerge branch 'martin-t/nades' into 'master'
Mario [Wed, 28 Sep 2016 07:09:07 +0000 (07:09 +0000)]
Merge branch 'martin-t/nades' into 'master'

fix nades colliding with the player himself (unless g_nades_nade_small is 1)

I am not sure if this is a good enough fix but it seems to work. Previously, the nades were often thrown from the "backup" location because with the default offset they were partially inside the player.

See merge request !367

7 years agoFix respawning instantly while jump button is held and respawning is forced
Mario [Mon, 26 Sep 2016 10:47:28 +0000 (20:47 +1000)]
Fix respawning instantly while jump button is held and respawning is forced

7 years agoSet it in default config with a description
Mario [Mon, 26 Sep 2016 10:35:10 +0000 (20:35 +1000)]
Set it in default config with a description

7 years agoAdd sv_aircontrol_backwards to allow strafing backwards
Mario [Mon, 26 Sep 2016 10:26:18 +0000 (20:26 +1000)]
Add sv_aircontrol_backwards to allow strafing backwards

7 years agoReduce default waypoint health bar size
terencehill [Sat, 24 Sep 2016 21:38:41 +0000 (23:38 +0200)]
Reduce default waypoint health bar size

7 years agoDefault curl maxspeed to unlimited and allow 3 downloads at the same time (it's not...
Mario [Fri, 23 Sep 2016 17:23:31 +0000 (03:23 +1000)]
Default curl maxspeed to unlimited and allow 3 downloads at the same time (it's not 2005 anymore)
Rework download speed slider to show more sane values, including an "unlimited" option

7 years agoDelay health regen once the player gets revived rather than every frame while they...
terencehill [Thu, 22 Sep 2016 16:40:18 +0000 (18:40 +0200)]
Delay health regen once the player gets revived rather than every frame while they are frozen

7 years agoRemove an unused string
terencehill [Tue, 20 Sep 2016 16:39:26 +0000 (18:39 +0200)]
Remove an unused string

7 years agoMerge branch 'martin-t/keeptwo' into 'master'
terencehill [Tue, 20 Sep 2016 16:33:43 +0000 (16:33 +0000)]
Merge branch 'martin-t/keeptwo' into 'master'

add cvar description, remove unused vaiable

At least I hope it's unused, I'd expect the compiler to warn about it but it's declared inside a function and only assigned so unless I am missing something obvious, it's not used anywhere.

See merge request !369

7 years agoadd and fix descripton 369/head
Martin Taibr [Sun, 18 Sep 2016 19:27:43 +0000 (21:27 +0200)]
add and fix descripton

7 years agoremove unused variable
Martin Taibr [Sun, 18 Sep 2016 19:27:33 +0000 (21:27 +0200)]
remove unused variable

7 years agoAdd g_ctf_flag_return_damage_delay description
terencehill [Sat, 17 Sep 2016 18:59:50 +0000 (20:59 +0200)]
Add g_ctf_flag_return_damage_delay description

7 years agoFix typo in a cvar name; add a few more missing cvars
terencehill [Sat, 17 Sep 2016 18:31:13 +0000 (20:31 +0200)]
Fix typo in a cvar name; add a few more missing cvars

7 years agoAdd a few missing cvars and a few descriptions
terencehill [Sat, 17 Sep 2016 16:34:19 +0000 (18:34 +0200)]
Add a few missing cvars and a few descriptions

7 years agoResize waypoints like everything else when viewsize is < 100; it closes #1430
terencehill [Sat, 17 Sep 2016 15:36:14 +0000 (17:36 +0200)]
Resize waypoints like everything else when viewsize is < 100; it closes #1430

7 years agoFix bad code indentation
terencehill [Fri, 16 Sep 2016 12:07:21 +0000 (14:07 +0200)]
Fix bad code indentation

7 years agofix nades colliding with the player himself (unless g_nades_nade_small is 1) 367/head
Martin Taibr [Fri, 16 Sep 2016 00:40:30 +0000 (02:40 +0200)]
fix nades colliding with the player himself (unless g_nades_nade_small is 1)

7 years agoUnhardcode throw nade key in notification messages; also remove an unused notification
terencehill [Thu, 15 Sep 2016 21:41:02 +0000 (23:41 +0200)]
Unhardcode throw nade key in notification messages; also remove an unused notification

7 years agoCompose MURDER_*_VERBOSE messages by concatenating MURDER_* messsages with ^BG%s...
terencehill [Thu, 15 Sep 2016 17:30:16 +0000 (19:30 +0200)]
Compose MURDER_*_VERBOSE messages by concatenating MURDER_* messsages with ^BG%s, allowing to get rid of 16 translatable messages

7 years agoAdd newly added choice notifications to the menu
terencehill [Thu, 15 Sep 2016 17:10:28 +0000 (19:10 +0200)]
Add newly added choice notifications to the menu

7 years agoAllow overriding frag centerprint message, fixes double kill message in freeze tag
Mario [Wed, 14 Sep 2016 22:43:07 +0000 (08:43 +1000)]
Allow overriding frag centerprint message, fixes double kill message in freeze tag

7 years agoFix compilation test unit
terencehill [Wed, 14 Sep 2016 17:55:09 +0000 (19:55 +0200)]
Fix compilation test unit

7 years agoFix division by 0 in another way
terencehill [Wed, 14 Sep 2016 14:41:02 +0000 (16:41 +0200)]
Fix division by 0 in another way

7 years agoAllow to align spectators in columns (hud_panel_scoreboard_spectators_aligned)
terencehill [Wed, 14 Sep 2016 14:08:05 +0000 (16:08 +0200)]
Allow to align spectators in columns (hud_panel_scoreboard_spectators_aligned)

7 years agoAvoid a division by 0 (g_weaponratefactor isn't initialized yet)
terencehill [Wed, 14 Sep 2016 11:19:29 +0000 (13:19 +0200)]
Avoid a division by 0 (g_weaponratefactor isn't initialized yet)

7 years agoScoreboard: highlight spectator's ping (and player's score) so it can't be faked...
terencehill [Wed, 14 Sep 2016 09:26:19 +0000 (11:26 +0200)]
Scoreboard: highlight spectator's ping (and player's score) so it can't be faked by nicks

7 years agoScoreboard: show number of spectators
terencehill [Wed, 14 Sep 2016 09:20:22 +0000 (11:20 +0200)]
Scoreboard: show number of spectators

7 years agoForbid players from aiming their playermodel up and down if they can't move, not...
terencehill [Tue, 13 Sep 2016 18:38:37 +0000 (20:38 +0200)]
Forbid players from aiming their playermodel up and down if they can't move, not just after match ends

7 years agoAccept gameplay change from fireBullet sky fix
Mario [Tue, 13 Sep 2016 12:26:09 +0000 (22:26 +1000)]
Accept gameplay change from fireBullet sky fix

7 years agoRename VehicleSpawn mutator hook to VehicleInit and invert the returned value as...
terencehill [Tue, 13 Sep 2016 10:51:16 +0000 (12:51 +0200)]
Rename VehicleSpawn mutator hook to VehicleInit and invert the returned value as it makes more sense

7 years agoAssault: Don't reset vehicles twice when a round ends (they are reset in ReadyRestart...
terencehill [Tue, 13 Sep 2016 10:40:04 +0000 (12:40 +0200)]
Assault: Don't reset vehicles twice when a round ends (they are reset in ReadyRestart_force();)

7 years agoFix vehicles getting attacked by turrets when the game is over
terencehill [Mon, 12 Sep 2016 17:04:46 +0000 (19:04 +0200)]
Fix vehicles getting attacked by turrets when the game is over

7 years agoUse trace_dphitq3surfaceflags instead of pointcontents in fireBullet
Mario [Mon, 12 Sep 2016 13:57:11 +0000 (23:57 +1000)]
Use trace_dphitq3surfaceflags instead of pointcontents in fireBullet

7 years agoReally block vehicles when the game is over (racer and spiderbot used to slowly fall...
terencehill [Mon, 12 Sep 2016 13:50:41 +0000 (15:50 +0200)]
Really block vehicles when the game is over (racer and spiderbot used to slowly fall down)

7 years agoFix players able to aim their playermodel up and down after match ends
terencehill [Mon, 12 Sep 2016 12:33:55 +0000 (14:33 +0200)]
Fix players able to aim their playermodel up and down after match ends

7 years agoFix a few hidden typos and shorten some cvar descriptions
terencehill [Sun, 11 Sep 2016 18:02:18 +0000 (20:02 +0200)]
Fix a few hidden typos and shorten some cvar descriptions

7 years agoMake vortex switch speed match other weapons
Mario [Sun, 11 Sep 2016 16:33:46 +0000 (02:33 +1000)]
Make vortex switch speed match other weapons

7 years agoUse WriteAngle instead of WriteCoord to network viewlocation angles
Mario [Sun, 11 Sep 2016 11:49:02 +0000 (21:49 +1000)]
Use WriteAngle instead of WriteCoord to network viewlocation angles

7 years agoMerge branch 'terencehill/scoreboard_update' into 'master'
Mario [Sun, 11 Sep 2016 11:22:15 +0000 (11:22 +0000)]
Merge branch 'terencehill/scoreboard_update' into 'master'

Scoreboard update

Scoreboard:
* limit size of player names and relative column; scoreboard width is now based on this value
* limit scoreboard height and therefore number of players displayed in the scoreboard, display remaining players with primary scores in the last row
* compact spectator list by displaying multiple spectator names per row
* display an empty scoreboard in the beginning in DM too

Rankings:
* limit name size and if there's enough room split rankings into more columns
* center text vertically and add padding to both sides of each column

See merge request !366

7 years agoAdd a mutator hook for customizing the eventchase effect; onslaught now makes use...
terencehill [Sat, 10 Sep 2016 20:54:27 +0000 (22:54 +0200)]
Add a mutator hook for customizing the eventchase effect; onslaught now makes use of it when a generator explodes

7 years agoRemove generator rays from g_drawables before deleting them
terencehill [Sat, 10 Sep 2016 15:53:01 +0000 (17:53 +0200)]
Remove generator rays from g_drawables before deleting them

7 years agoFix #1810 generator doesn't show any explosion effect when it gets destroyed
terencehill [Sat, 10 Sep 2016 15:06:54 +0000 (17:06 +0200)]
Fix #1810 generator doesn't show any explosion effect when it gets destroyed

7 years agoAdd an option to allow bullets to penetrate weapon clips (disabled by default)
Mario [Sat, 10 Sep 2016 14:02:11 +0000 (00:02 +1000)]
Add an option to allow bullets to penetrate weapon clips (disabled by default)

7 years agoUpdate CheckAllowedTeams hook description
terencehill [Sat, 10 Sep 2016 13:49:20 +0000 (15:49 +0200)]
Update CheckAllowedTeams hook description

7 years agoGetTeamCount --> CheckAllowedTeams
terencehill [Sat, 10 Sep 2016 12:48:00 +0000 (14:48 +0200)]
GetTeamCount  -->  CheckAllowedTeams

7 years agoSmall cleanup
terencehill [Sat, 10 Sep 2016 11:22:29 +0000 (13:22 +0200)]
Small cleanup

7 years agoSimplify a bit check of missing teams in Key Hunt
terencehill [Sat, 10 Sep 2016 11:03:12 +0000 (13:03 +0200)]
Simplify a bit check of missing teams in Key Hunt

7 years agoRemove tga extension from CA icons
terencehill [Fri, 9 Sep 2016 19:12:31 +0000 (21:12 +0200)]
Remove tga extension from CA icons

7 years agoAvoid a division by 0 (it happened playing DOM on a map that doesn't support DOM)
terencehill [Fri, 9 Sep 2016 19:10:01 +0000 (21:10 +0200)]
Avoid a division by 0 (it happened playing DOM on a map that doesn't support DOM)

7 years agoMake work snake status panel layout with whatever panel size or screen resolution
terencehill [Fri, 9 Sep 2016 11:48:31 +0000 (13:48 +0200)]
Make work snake status panel layout with whatever panel size or screen resolution

7 years agoFix scoreboard layout when changing hud_fontsize 366/head
terencehill [Thu, 8 Sep 2016 20:48:50 +0000 (22:48 +0200)]
Fix scoreboard layout when changing hud_fontsize

7 years agoRankings: Slightly smaller time column
terencehill [Thu, 8 Sep 2016 20:10:56 +0000 (22:10 +0200)]
Rankings: Slightly smaller time column

7 years agoAllow customizing the minimum width of the scoreboard
terencehill [Thu, 8 Sep 2016 15:54:51 +0000 (17:54 +0200)]
Allow customizing the minimum width of the scoreboard

7 years agoMerge branch 'master' into terencehill/scoreboard_update
terencehill [Thu, 8 Sep 2016 15:31:03 +0000 (17:31 +0200)]
Merge branch 'master' into terencehill/scoreboard_update

7 years ago"Color (Friendly Fire):" --> "Color:"
terencehill [Thu, 8 Sep 2016 14:51:10 +0000 (16:51 +0200)]
"Color (Friendly Fire):"  -->  "Color:"

7 years agoCleanup scoreboard code a little bit
terencehill [Thu, 8 Sep 2016 14:43:30 +0000 (16:43 +0200)]
Cleanup scoreboard code a little bit

7 years agoRemove some seriously weird code playing with text alpha when it shouldn't from the...
terencehill [Thu, 8 Sep 2016 13:57:42 +0000 (15:57 +0200)]
Remove some seriously weird code playing with text alpha when it shouldn't from the chat panel

7 years agoFix spectator camera resetting to world origin with prediction enabled
Mario [Wed, 7 Sep 2016 07:23:02 +0000 (17:23 +1000)]
Fix spectator camera resetting to world origin with prediction enabled

7 years agoRemove HUD_Minigame_Showpanels() and minigame_isactive(): it reduces function calls...
terencehill [Tue, 6 Sep 2016 17:09:00 +0000 (19:09 +0200)]
Remove HUD_Minigame_Showpanels() and minigame_isactive(): it reduces function calls by 3 * 24 (number of panels) every frame during normal gameplay

7 years agoRemove deprecated APP_TEAM_ENT, switch to APP_TEAM_NUM
terencehill [Tue, 6 Sep 2016 15:57:28 +0000 (17:57 +0200)]
Remove deprecated APP_TEAM_ENT, switch to APP_TEAM_NUM

7 years agoIntroduce APP_NUM to shorten a some of the longest Send_Notification calls
terencehill [Tue, 6 Sep 2016 15:40:24 +0000 (17:40 +0200)]
Introduce APP_NUM to shorten a some of the longest Send_Notification calls

7 years agoMenu: fix issues with hidden gametypes
terencehill [Tue, 6 Sep 2016 15:08:07 +0000 (17:08 +0200)]
Menu: fix issues with hidden gametypes

7 years agoRankings panel: center text vertically and add padding to both sides of each column
terencehill [Tue, 6 Sep 2016 14:36:25 +0000 (16:36 +0200)]
Rankings panel: center text vertically and add padding to both sides of each column

7 years agoRankings panel: further reduce name column if displayed player names don't exceed...
terencehill [Tue, 6 Sep 2016 14:07:37 +0000 (16:07 +0200)]
Rankings panel: further reduce name column if displayed player names don't exceed name size limit

7 years agoRankings panel: limit name size (hud_panel_scoreboard_namesize) and if there's enough...
terencehill [Tue, 6 Sep 2016 13:16:04 +0000 (15:16 +0200)]
Rankings panel: limit name size (hud_panel_scoreboard_namesize) and if there's enough room split rankings into more columns

7 years agoMerge branch 'terencehill/CA_forbidspawn' into 'master'
Mario [Tue, 6 Sep 2016 09:00:38 +0000 (09:00 +0000)]
Merge branch 'terencehill/CA_forbidspawn' into 'master'

Join fix

* Fix weird issues when join isn't allowed by CA rules or by g_maxplayers
* Handle join by command and join by key press in the same manner making use of a common function

See merge request !364

7 years agoScoreboard: limit height rather than number of rows, it best adapts to different...
terencehill [Sun, 4 Sep 2016 22:19:13 +0000 (00:19 +0200)]
Scoreboard: limit height rather than number of rows, it best adapts to different screens resolutions

7 years agoMerge branch 'master' into terencehill/scoreboard_update
terencehill [Sun, 4 Sep 2016 20:44:09 +0000 (22:44 +0200)]
Merge branch 'master' into terencehill/scoreboard_update

7 years agoCA: Reset .team when a player chooses to spectate; remove ForbidPlayerScore_Clear... 364/head
terencehill [Sun, 4 Sep 2016 20:23:57 +0000 (22:23 +0200)]
CA: Reset .team when a player chooses to spectate; remove ForbidPlayerScore_Clear hook call in CA as it serves no purpose (scores aren't clear in team games anyway)

7 years agoRemove redundant code from Join (it gets executed in PutClientInServer)
terencehill [Sun, 4 Sep 2016 17:38:46 +0000 (19:38 +0200)]
Remove redundant code from Join (it gets executed in PutClientInServer)

7 years agoMerge branch 'master' into terencehill/CA_forbidspawn
terencehill [Sun, 4 Sep 2016 10:11:10 +0000 (12:11 +0200)]
Merge branch 'master' into terencehill/CA_forbidspawn

7 years agoMake sure to send correctly encoded ping values
terencehill [Sat, 3 Sep 2016 18:49:23 +0000 (20:49 +0200)]
Make sure to send correctly encoded ping values

7 years agoSplit a too long line of code
terencehill [Sat, 3 Sep 2016 18:42:12 +0000 (20:42 +0200)]
Split a too long line of code

7 years agospawnAllowed --> joinAllowed
terencehill [Sat, 3 Sep 2016 18:21:37 +0000 (20:21 +0200)]
spawnAllowed  -->  joinAllowed

7 years agoDon't consider the client allowed to spawn while showing the team selection dialog...
terencehill [Sat, 3 Sep 2016 18:10:05 +0000 (20:10 +0200)]
Don't consider the client allowed to spawn while showing the team selection dialog; restore the old CA spawn behaviour (the alternative less hackish one was bugged) adapting it to this change so that it now works in a cleaner way (no weird bug while spectating)

7 years agoMake wr_glow available to server, fixes third person weapon model glow
Mario [Fri, 2 Sep 2016 13:41:34 +0000 (23:41 +1000)]
Make wr_glow available to server, fixes third person weapon model glow

7 years agoTurn a very long macro into a function, cuts down csprogs.dat size of ~70KB
terencehill [Thu, 1 Sep 2016 16:10:27 +0000 (18:10 +0200)]
Turn a very long macro into a function, cuts down csprogs.dat size of ~70KB

7 years agoIS_DIGIT
terencehill [Thu, 1 Sep 2016 13:35:03 +0000 (15:35 +0200)]
IS_DIGIT

7 years agoAdd IS_HEXDIGIT macro and make use of it
terencehill [Thu, 1 Sep 2016 13:09:31 +0000 (15:09 +0200)]
Add IS_HEXDIGIT macro and make use of it

7 years agoCleanup: Remove header comments that don't make sense (anymore) and commented out...
terencehill [Thu, 1 Sep 2016 12:14:37 +0000 (14:14 +0200)]
Cleanup: Remove header comments that don't make sense (anymore) and commented out variables from main.qh

7 years agoRemove gakarmored and ignishalfmasked
Mario [Thu, 1 Sep 2016 11:35:03 +0000 (21:35 +1000)]
Remove gakarmored and ignishalfmasked

7 years agoMerge branch 'DefaultUser/gametype_votescreen' into 'master'
Mario [Thu, 1 Sep 2016 11:10:05 +0000 (11:10 +0000)]
Merge branch 'DefaultUser/gametype_votescreen' into 'master'

Gametype Votescreen: Fix icons for custom gamemodes and add option for custom icons

See merge request !359

7 years agoMerge branch 'terencehill/textLengthUpToWidth_patch' into 'master'
Mario [Thu, 1 Sep 2016 11:05:41 +0000 (11:05 +0000)]
Merge branch 'terencehill/textLengthUpToWidth_patch' into 'master'

textLengthUpToWidth fix

Fix textLengthUpToWidth and textLengthUpToLength shortening strings too much

See merge request !348

7 years agoFix textLengthUpToWidth and textLengthUpToLength shortening strings too much 348/head
terencehill [Thu, 1 Sep 2016 10:46:42 +0000 (12:46 +0200)]
Fix textLengthUpToWidth and textLengthUpToLength shortening strings too much

7 years agoMerge branch 'master' into terencehill/CA_forbidspawn
terencehill [Thu, 1 Sep 2016 09:08:47 +0000 (11:08 +0200)]
Merge branch 'master' into terencehill/CA_forbidspawn

7 years agoMake it pass compilation unit test
terencehill [Thu, 1 Sep 2016 09:07:50 +0000 (11:07 +0200)]
Make it pass compilation unit test

7 years agoMerge branch 'master' into terencehill/scoreboard_update
terencehill [Wed, 31 Aug 2016 23:20:48 +0000 (01:20 +0200)]
Merge branch 'master' into terencehill/scoreboard_update

7 years agoMove scoreboard stuff into the scoreboard file
terencehill [Wed, 31 Aug 2016 22:37:51 +0000 (00:37 +0200)]
Move scoreboard stuff into the scoreboard file

7 years agoMinor cleanup: reduce Scoreboard_DrawItem code, remove useless sbt_field_iconX_alpha...
terencehill [Wed, 31 Aug 2016 22:08:35 +0000 (00:08 +0200)]
Minor cleanup: reduce Scoreboard_DrawItem code, remove useless sbt_field_iconX_alpha variables

7 years agoGive a higher priority to g_maxplayer check
terencehill [Wed, 31 Aug 2016 14:32:48 +0000 (16:32 +0200)]
Give a higher priority to g_maxplayer check

7 years agoLeaveSpectatorMode --> JoinOrShowTeamSelection
terencehill [Wed, 31 Aug 2016 14:01:01 +0000 (16:01 +0200)]
LeaveSpectatorMode  -->  JoinOrShowTeamSelection

7 years agoMerge branch 'master' into terencehill/CA_forbidspawn
terencehill [Wed, 31 Aug 2016 12:15:20 +0000 (14:15 +0200)]
Merge branch 'master' into terencehill/CA_forbidspawn

7 years agoKill some more vlen uses
Mario [Wed, 31 Aug 2016 06:44:46 +0000 (16:44 +1000)]
Kill some more vlen uses

7 years agoRemove an outdated reference to a cvar from g_keepaway description
terencehill [Wed, 31 Aug 2016 01:19:57 +0000 (03:19 +0200)]
Remove an outdated reference to a cvar from g_keepaway description

7 years agoProperly initialize Keepaway as team based game mode
terencehill [Wed, 31 Aug 2016 01:17:15 +0000 (03:17 +0200)]
Properly initialize Keepaway as team based game mode