]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
7 years agoUpdate scoreboard cvars in the menu and add "Enable rows / columns highlighting"...
terencehill [Sat, 6 Aug 2016 13:00:53 +0000 (15:00 +0200)]
Update scoreboard cvars in the menu and add "Enable rows / columns highlighting" checkbox

7 years agoDon't enter hud editor when the scoreboard is active
terencehill [Sat, 6 Aug 2016 12:56:44 +0000 (14:56 +0200)]
Don't enter hud editor when the scoreboard is active

7 years agoSlightly brighter color for the scoreboard
terencehill [Sat, 6 Aug 2016 12:24:32 +0000 (14:24 +0200)]
Slightly brighter color for the scoreboard

7 years agoAdd missing panel numbers to _hud_panelorder
terencehill [Sat, 6 Aug 2016 11:31:29 +0000 (13:31 +0200)]
Add missing panel numbers to _hud_panelorder

7 years agoMerge branch 'master' into terencehill/scoreboard_panel_2
terencehill [Sat, 6 Aug 2016 10:45:11 +0000 (12:45 +0200)]
Merge branch 'master' into terencehill/scoreboard_panel_2

Conflicts:
qcsrc/client/main.qh
qcsrc/client/scoreboard.qc

7 years agoMerge branch 'TimePath/scoreboard_elo' into 'master'
TimePath [Sat, 6 Aug 2016 08:35:30 +0000 (08:35 +0000)]
Merge branch 'TimePath/scoreboard_elo' into 'master'

Scoreboard elo

Cleans up registration of score fields (more to come?) and adds a (not shown by default) current gametype elo field parsed from xonstat

See merge request !309

7 years agoScoreboard ELO: accept hash change 309/head
TimePath [Sat, 6 Aug 2016 08:24:39 +0000 (18:24 +1000)]
Scoreboard ELO: accept hash change

7 years agoMerge branch 'master' into TimePath/scoreboard_elo
TimePath [Sat, 6 Aug 2016 08:14:23 +0000 (18:14 +1000)]
Merge branch 'master' into TimePath/scoreboard_elo

7 years agoSpectator list: fix compile
TimePath [Sat, 6 Aug 2016 07:52:21 +0000 (17:52 +1000)]
Spectator list: fix compile

7 years agoScoreboard ELO: show "..." when loading, "N/A" when missing
TimePath [Sat, 6 Aug 2016 07:51:41 +0000 (17:51 +1000)]
Scoreboard ELO: show "..." when loading, "N/A" when missing

7 years agoMerge branch 'master' into TimePath/scoreboard_elo
TimePath [Sat, 6 Aug 2016 06:59:04 +0000 (16:59 +1000)]
Merge branch 'master' into TimePath/scoreboard_elo

# Conflicts:
# .gitlab-ci.yml
# qcsrc/common/gamemodes/gamemode/nexball/nexball.qc
# qcsrc/server/mutators/mutator/gamemode_freezetag.qc
# qcsrc/server/mutators/mutator/gamemode_keyhunt.qc
# qcsrc/server/scores_rules.qc

7 years agoMerge branch 'Mario/showspecs' into 'master'
TimePath [Sat, 6 Aug 2016 06:46:36 +0000 (06:46 +0000)]
Merge branch 'Mario/showspecs' into 'master'

Merge branch Mario/showspecs (M merge request)

Shows who's spectating you (disabled by default).

See merge request !340

7 years agoMerge branch 'TimePath/slist_refresh' into 'master'
TimePath [Sat, 6 Aug 2016 06:40:35 +0000 (06:40 +0000)]
Merge branch 'TimePath/slist_refresh' into 'master'

Add a refresh button to the server list

Closes #1037

See merge request !305

7 years agoMerge branch 'Mario/intrusive' into 'master'
TimePath [Sat, 6 Aug 2016 06:35:07 +0000 (06:35 +0000)]
Merge branch 'Mario/intrusive' into 'master'

Merge branch Mario/intrusive (L merge request)

Moves a few more entities to the new intrusive list system, further improving performance.

See merge request !344

7 years agoServer list: soft refresh 305/head
TimePath [Sat, 6 Aug 2016 06:26:43 +0000 (16:26 +1000)]
Server list: soft refresh

7 years agoMerge branch 'TimePath/remove_remove'
TimePath [Sat, 6 Aug 2016 06:20:15 +0000 (16:20 +1000)]
Merge branch 'TimePath/remove_remove'

7 years agoUse set_movetype everywhere
TimePath [Sat, 6 Aug 2016 05:47:09 +0000 (15:47 +1000)]
Use set_movetype everywhere

7 years agoFix bad player name truncation position in the relative cell of the scoreboard
terencehill [Fri, 5 Aug 2016 20:39:20 +0000 (22:39 +0200)]
Fix bad player name truncation position in the relative cell of the scoreboard

7 years agoAdd back left and right margin to the first and last column of the scoreboard (but...
terencehill [Fri, 5 Aug 2016 20:33:17 +0000 (22:33 +0200)]
Add back left and right margin to the first and last column of the scoreboard (but with a different implementation)

7 years agoAllow to toggle the scoreboard even when the game is paused
terencehill [Fri, 5 Aug 2016 20:23:20 +0000 (22:23 +0200)]
Allow to toggle the scoreboard even when the game is paused

7 years agoAdd a team color setting for team tables so that accuracy and rankings can be display...
terencehill [Fri, 5 Aug 2016 13:07:51 +0000 (15:07 +0200)]
Add a team color setting for team tables so that accuracy and rankings can be displayed with a non-team color, for example in the luminos_old skin

7 years agoMore namespace fixing
terencehill [Fri, 5 Aug 2016 01:13:39 +0000 (03:13 +0200)]
More namespace fixing

7 years agoFix incorrect scoreboard/HUD fading on quick (repeated) press/release of the scoreboa...
terencehill [Fri, 5 Aug 2016 00:13:08 +0000 (02:13 +0200)]
Fix incorrect scoreboard/HUD fading on quick (repeated) press/release of the scoreboard key

7 years agoScoreboard borders are nice in the old luminos skin too
terencehill [Thu, 4 Aug 2016 23:39:05 +0000 (01:39 +0200)]
Scoreboard borders are nice in the old luminos skin too

7 years agoscoreboard_border_thickness --> hud_panel_mapvote_highlight_border
terencehill [Thu, 4 Aug 2016 23:22:07 +0000 (01:22 +0200)]
scoreboard_border_thickness --> hud_panel_mapvote_highlight_border

7 years agoPort more scoreboard cvars to the hud skins
terencehill [Thu, 4 Aug 2016 23:17:55 +0000 (01:17 +0200)]
Port more scoreboard cvars to the hud skins

7 years agoAdd a missing check
terencehill [Thu, 4 Aug 2016 22:11:30 +0000 (00:11 +0200)]
Add a missing check

7 years agoHUD_PrintScoreboardHeader
terencehill [Thu, 4 Aug 2016 18:41:27 +0000 (20:41 +0200)]
HUD_PrintScoreboardHeader

7 years agoCenter text vertically in the rows
terencehill [Thu, 4 Aug 2016 18:16:41 +0000 (20:16 +0200)]
Center text vertically in the rows

7 years agoFix bg fading
terencehill [Thu, 4 Aug 2016 18:09:25 +0000 (20:09 +0200)]
Fix bg fading

7 years agoMore namespace fixing
terencehill [Thu, 4 Aug 2016 13:27:00 +0000 (15:27 +0200)]
More namespace fixing

7 years agoUse a proper namespace for many scoreboard variables
terencehill [Thu, 4 Aug 2016 13:06:13 +0000 (15:06 +0200)]
Use a proper namespace for many scoreboard variables

7 years agoLuma skin: unify style by giving HUD panel colors to the scoreboard
terencehill [Thu, 4 Aug 2016 12:32:26 +0000 (14:32 +0200)]
Luma skin: unify style by giving HUD panel colors to the scoreboard

7 years agoIntegrate text, highlighting and background of scoreboard tables in the panel HUD...
terencehill [Thu, 4 Aug 2016 12:23:32 +0000 (14:23 +0200)]
Integrate text, highlighting and background of scoreboard tables in the panel HUD system; remove table bg from luma skin

7 years agoDisplay panel boders for each table in the scoreboard, including accuracy, rankings...
terencehill [Wed, 3 Aug 2016 22:22:02 +0000 (00:22 +0200)]
Display panel boders for each table in the scoreboard, including accuracy, rankings and map stats

7 years agoOnly spawn a single casing when firing shotgun
Mario [Wed, 3 Aug 2016 01:36:37 +0000 (11:36 +1000)]
Only spawn a single casing when firing shotgun

7 years agoWhitelist move_movetype
Mario [Wed, 3 Aug 2016 01:18:19 +0000 (11:18 +1000)]
Whitelist move_movetype

7 years agoFix references to .movetype
Mario [Wed, 3 Aug 2016 01:04:38 +0000 (11:04 +1000)]
Fix references to .movetype

7 years agoMerge branch 'master' into Mario/intrusive 344/head
Mario [Wed, 3 Aug 2016 00:28:44 +0000 (10:28 +1000)]
Merge branch 'master' into Mario/intrusive

7 years agoMerge branch 'terencehill/infomessages_panel_update' into 'master'
Mario [Wed, 3 Aug 2016 00:24:08 +0000 (00:24 +0000)]
Merge branch 'terencehill/infomessages_panel_update' into 'master'

Infomessages panel update; Display command names everywhere in the HUD instead of the commands theirselves

* Infomessages panel:
  * Allow message wrapping
  * Reduce number of messages displayed when spectating / observing by showing 3 less important messages in rotation
  * Make command names translatable

* Display command names everywhere in the HUD instead of the commands theirselves

See merge request !342

7 years agoRemove simple borders from the scoreboard
terencehill [Sun, 31 Jul 2016 14:23:23 +0000 (16:23 +0200)]
Remove simple borders from the scoreboard

7 years agoRemove remove()
TimePath [Sun, 31 Jul 2016 11:26:51 +0000 (21:26 +1000)]
Remove remove()

7 years agoMerge branch 'master' into TimePath/physics
TimePath [Sun, 31 Jul 2016 09:49:35 +0000 (19:49 +1000)]
Merge branch 'master' into TimePath/physics

# Conflicts:
# qcsrc/common/physics/player.qc
# qcsrc/common/triggers/trigger/jumppads.qc
# qcsrc/common/weapons/weapon/electro.qc
# qcsrc/server/g_world.qc

7 years agoUpdate hash
Mario [Sun, 31 Jul 2016 06:38:16 +0000 (16:38 +1000)]
Update hash

7 years agoMake hidden itemstime mode actually functional
Mario [Sat, 30 Jul 2016 20:01:08 +0000 (06:01 +1000)]
Make hidden itemstime mode actually functional

7 years agoMove scoreboard files to hud/panel/
terencehill [Sat, 30 Jul 2016 14:56:45 +0000 (16:56 +0200)]
Move scoreboard files to hud/panel/

7 years agoMake the scoreboard a panel
terencehill [Sat, 30 Jul 2016 14:23:31 +0000 (16:23 +0200)]
Make the scoreboard a panel

7 years agoApply extra rocket detonation force in experimental balance
Mario [Fri, 29 Jul 2016 23:41:27 +0000 (09:41 +1000)]
Apply extra rocket detonation force in experimental balance

7 years agoAllow shockwave outside of new toys mutator, apply experimental balance changes to...
Mario [Fri, 29 Jul 2016 23:38:09 +0000 (09:38 +1000)]
Allow shockwave outside of new toys mutator, apply experimental balance changes to balance-mario

7 years agoUse .groundentity (compatibility with engine)
Mario [Fri, 29 Jul 2016 23:14:56 +0000 (09:14 +1000)]
Use .groundentity (compatibility with engine)

7 years agoAdd a hidden mode to itemstime to show times to players outside of warmup
Mario [Fri, 29 Jul 2016 21:12:35 +0000 (07:12 +1000)]
Add a hidden mode to itemstime to show times to players outside of warmup

7 years agoApply a minimal line spacing 342/head
terencehill [Fri, 29 Jul 2016 13:42:46 +0000 (15:42 +0200)]
Apply a minimal line spacing

7 years agoDisplay vote binds and counts in the vote panel in a cleaner way
terencehill [Fri, 29 Jul 2016 11:40:50 +0000 (13:40 +0200)]
Display vote binds and counts in the vote panel in a cleaner way

7 years agoFix auxiliary crosshairs not appearing when re-entering the vehicle
Mario [Fri, 29 Jul 2016 10:57:08 +0000 (20:57 +1000)]
Fix auxiliary crosshairs not appearing when re-entering the vehicle

7 years agoClean up auxiliary crosshair code a little
Mario [Fri, 29 Jul 2016 10:48:06 +0000 (20:48 +1000)]
Clean up auxiliary crosshair code a little

7 years agoUse command names in every other getcommandkey call; simplify handling of pass_key...
terencehill [Fri, 29 Jul 2016 10:09:46 +0000 (12:09 +0200)]
Use command names in every other getcommandkey call; simplify handling of pass_key notification argument

7 years agoDisable sv_autopause by default (introduces some bugs, annoyingly pauses music when...
Mario [Thu, 28 Jul 2016 15:25:30 +0000 (01:25 +1000)]
Disable sv_autopause by default (introduces some bugs, annoyingly pauses music when paused)

7 years agoMerge branch 'Mario/teams_bitflag' into 'master'
Mario [Thu, 28 Jul 2016 15:02:30 +0000 (15:02 +0000)]
Merge branch 'Mario/teams_bitflag' into 'master'

Merge branch Mario/teams_bitflag (M merge request)

Adds support for odd team matches, such as pink vs blue and yellow vs red.

See merge request !335

7 years agoMerge branch 'sev/hud_ctf_update' into 'master'
Mario [Thu, 28 Jul 2016 14:50:17 +0000 (14:50 +0000)]
Merge branch 'sev/hud_ctf_update' into 'master'

Add CTF stalemate indicator to HUD

For  issue #1667
![stalemate](/uploads/00dd98264789258f6fc199d0268f941b/stalemate.png)

It turns out that the bracket idea would be very cumbersome to implement,
so I have refined the approach with the background image.

See merge request !338

7 years agoGet player view angles before spawning casings (partial fix for casings spawning...
Mario [Thu, 28 Jul 2016 13:50:43 +0000 (23:50 +1000)]
Get player view angles before spawning casings (partial fix for casings spawning at fixed origin)

7 years agoFix black crosshair when in vehicle with per weapon crosshair colour enabled
Mario [Thu, 28 Jul 2016 13:37:00 +0000 (23:37 +1000)]
Fix black crosshair when in vehicle with per weapon crosshair colour enabled

7 years agoAdd an intrusive list for projectiles
Mario [Thu, 28 Jul 2016 13:22:00 +0000 (23:22 +1000)]
Add an intrusive list for projectiles

7 years agoGive mines an intrusive list
Mario [Thu, 28 Jul 2016 12:52:49 +0000 (22:52 +1000)]
Give mines an intrusive list

7 years agoAdd an intrusive list for turrets
Mario [Thu, 28 Jul 2016 12:08:53 +0000 (22:08 +1000)]
Add an intrusive list for turrets

7 years agoMerge branch 'master' into Mario/intrusive
Mario [Thu, 28 Jul 2016 12:02:43 +0000 (22:02 +1000)]
Merge branch 'master' into Mario/intrusive

7 years agoDon't add monster to list again if re-spawning
Mario [Thu, 28 Jul 2016 12:01:45 +0000 (22:01 +1000)]
Don't add monster to list again if re-spawning

7 years agoAdd an intrusive list for vehicles
Mario [Thu, 28 Jul 2016 12:00:22 +0000 (22:00 +1000)]
Add an intrusive list for vehicles

7 years agoAdd an intrusive list for bot waypoints
Mario [Thu, 28 Jul 2016 06:49:07 +0000 (16:49 +1000)]
Add an intrusive list for bot waypoints

7 years agoAdd an intrusive list for monsters
Mario [Wed, 27 Jul 2016 17:00:28 +0000 (03:00 +1000)]
Add an intrusive list for monsters

7 years agoAccept gameplay change in 2ddc3cc76f3da544e15e06ae862602987affd00c
TimePath [Thu, 28 Jul 2016 09:55:29 +0000 (19:55 +1000)]
Accept gameplay change in 2ddc3cc76f3da544e15e06ae862602987affd00c

7 years agoMerge branch 'TimePath/intrusive' into 'master'
TimePath [Wed, 27 Jul 2016 12:29:35 +0000 (12:29 +0000)]
Merge branch 'TimePath/intrusive' into 'master'

Implement intrusive lists

Provides a solution to the abuse of `find` and `findchain` (hidden behind `FOREACH_*`)

See merge request !343

7 years agoLoops: copy reference to next entity before entering lambda 343/head
TimePath [Wed, 27 Jul 2016 12:14:53 +0000 (22:14 +1000)]
Loops: copy reference to next entity before entering lambda

7 years agoMove objerror to qc
TimePath [Wed, 27 Jul 2016 12:04:38 +0000 (22:04 +1000)]
Move objerror to qc

7 years agoGive electro secondary orbs a size so they sit on floors and walls properly, also...
Mario [Wed, 27 Jul 2016 02:02:08 +0000 (12:02 +1000)]
Give electro secondary orbs a size so they sit on floors and walls properly, also add a secondary 'sticking' mode to electro orbs (disabled by default)

7 years agoUpdate hash
Mario [Tue, 26 Jul 2016 23:54:39 +0000 (09:54 +1000)]
Update hash

7 years agoFix item drawing
TimePath [Tue, 26 Jul 2016 23:47:45 +0000 (09:47 +1000)]
Fix item drawing

7 years agoFix maths
Mario [Tue, 26 Jul 2016 21:39:37 +0000 (07:39 +1000)]
Fix maths

7 years agoRemove some unused locals
Mario [Tue, 26 Jul 2016 21:35:55 +0000 (07:35 +1000)]
Remove some unused locals

7 years agoMake it match again for TimePath
Mario [Tue, 26 Jul 2016 21:25:57 +0000 (07:25 +1000)]
Make it match again for TimePath

7 years agoMake it match, for TimePath
Mario [Tue, 26 Jul 2016 21:25:34 +0000 (07:25 +1000)]
Make it match, for TimePath

7 years agoPartially replicate old behaviour with waypoint link saving
Mario [Tue, 26 Jul 2016 21:24:14 +0000 (07:24 +1000)]
Partially replicate old behaviour with waypoint link saving

7 years agoUpdate showspectators description 340/head
Mario [Tue, 26 Jul 2016 17:25:13 +0000 (03:25 +1000)]
Update showspectators description

7 years agoFix weapon specific checks for melee
Mario [Tue, 26 Jul 2016 17:02:59 +0000 (03:02 +1000)]
Fix weapon specific checks for melee

7 years agoReplace most cases of findchain* with the FOREACH_ENTITY_* macros
Mario [Tue, 26 Jul 2016 16:27:17 +0000 (02:27 +1000)]
Replace most cases of findchain* with the FOREACH_ENTITY_* macros

7 years agoStats: disable update checking for perf (we don't use it, yet)
TimePath [Tue, 26 Jul 2016 12:47:48 +0000 (22:47 +1000)]
Stats: disable update checking for perf (we don't use it, yet)

7 years agoIntrusive list: radar icons
TimePath [Tue, 26 Jul 2016 12:37:40 +0000 (22:37 +1000)]
Intrusive list: radar icons

7 years agoImplement intrusive lists
TimePath [Sun, 24 Jul 2016 10:36:12 +0000 (20:36 +1000)]
Implement intrusive lists

7 years agoAccept gameplay change in 36285c721a47b471913473e9a2979a16469d7c63
TimePath [Tue, 26 Jul 2016 12:01:47 +0000 (22:01 +1000)]
Accept gameplay change in 36285c721a47b471913473e9a2979a16469d7c63

7 years agoMove show specs position so it isn't between warmup and F4 message, also give player...
Mario [Tue, 26 Jul 2016 09:39:51 +0000 (19:39 +1000)]
Move show specs position so it isn't between warmup and F4 message, also give player names a default white colour

7 years agoCleanup code
terencehill [Mon, 25 Jul 2016 21:55:54 +0000 (23:55 +0200)]
Cleanup code

7 years agoMerge branch 'master' into terencehill/infomessages_panel_update
terencehill [Mon, 25 Jul 2016 17:47:00 +0000 (19:47 +0200)]
Merge branch 'master' into terencehill/infomessages_panel_update

Conflicts:
qcsrc/client/hud/panel/infomessages.qc

7 years agoProperly show / hide Race and CTS from the game type list when toggling developer...
terencehill [Mon, 25 Jul 2016 17:22:50 +0000 (19:22 +0200)]
Properly show / hide Race and CTS from the game type list when toggling developer cvar on / off

7 years agoMerge branch 'terencehill/camera_spectator_2' into 'master'
Mario [Mon, 25 Jul 2016 07:38:33 +0000 (07:38 +0000)]
Merge branch 'terencehill/camera_spectator_2' into 'master'

Dropweapon to change camera mode while spectating

See merge request !339

7 years agoDon't allow bumblebee to swim
Mario [Mon, 25 Jul 2016 07:30:35 +0000 (17:30 +1000)]
Don't allow bumblebee to swim

7 years agoRemove engine side player movement prediction, and the extra mode without CSQC movety...
Mario [Mon, 25 Jul 2016 05:21:08 +0000 (15:21 +1000)]
Remove engine side player movement prediction, and the extra mode without CSQC movetypes (deprecated and inaccurate), also improve performance by only checking crouch once per frame

7 years agoFix bot preferred weapons
Mario [Mon, 25 Jul 2016 01:36:34 +0000 (11:36 +1000)]
Fix bot preferred weapons

7 years agoFix shockwave's position in weapon order
Mario [Mon, 25 Jul 2016 01:22:36 +0000 (11:22 +1000)]
Fix shockwave's position in weapon order

7 years agoFix damagetext and make shockwave initial shot origin use antilag (for accuracy)
Mario [Sun, 24 Jul 2016 20:43:26 +0000 (06:43 +1000)]
Fix damagetext and make shockwave initial shot origin use antilag (for accuracy)

7 years agoCleanup / fix some cvar definitions
terencehill [Sun, 24 Jul 2016 08:45:41 +0000 (10:45 +0200)]
Cleanup / fix some cvar definitions

7 years agoImprove FPS by a lot
Mario [Sun, 24 Jul 2016 07:01:08 +0000 (17:01 +1000)]
Improve FPS by a lot