]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
6 years agoMerge branch 'master' into Lyberta/GiveResourceWithLimit
Lyberta [Wed, 4 Apr 2018 16:39:45 +0000 (19:39 +0300)]
Merge branch 'master' into Lyberta/GiveResourceWithLimit

6 years agoEnable delayed projectiles gameplayfix in Nexuiz ruleset
Mario [Wed, 4 Apr 2018 15:07:52 +0000 (01:07 +1000)]
Enable delayed projectiles gameplayfix in Nexuiz ruleset

6 years agoExperimental ruleset for Nexuiz-like gameplay
Mario [Wed, 4 Apr 2018 15:01:16 +0000 (01:01 +1000)]
Experimental ruleset for Nexuiz-like gameplay

6 years agoMerge branch 'Lyberta/FilterItemDefinition' into 'master'
TimePath [Wed, 4 Apr 2018 08:59:42 +0000 (08:59 +0000)]
Merge branch 'Lyberta/FilterItemDefinition' into 'master'

Added FilterItemDefinition hook.

See merge request xonotic/xonotic-data.pk3dir!546

6 years agoUnhardcode vaporizer primary force and fix monsters targeting players after the match...
Mario [Mon, 2 Apr 2018 09:32:11 +0000 (19:32 +1000)]
Unhardcode vaporizer primary force and fix monsters targeting players after the match ends

6 years agoAdded ResourceWasted hook.
Lyberta [Mon, 2 Apr 2018 09:00:31 +0000 (12:00 +0300)]
Added ResourceWasted hook.

6 years agoRemoved early return in SetResourceAmount so wasted amount is handled correctly.
Lyberta [Mon, 2 Apr 2018 08:32:44 +0000 (11:32 +0300)]
Removed early return in SetResourceAmount so wasted amount is handled correctly.

6 years agoMerge branch 'master' into Lyberta/GiveResourceWithLimit
Lyberta [Sat, 31 Mar 2018 05:29:03 +0000 (08:29 +0300)]
Merge branch 'master' into Lyberta/GiveResourceWithLimit

6 years agoMerge branch 'master' into Lyberta/FilterItemDefinition
Lyberta [Sat, 31 Mar 2018 00:47:51 +0000 (03:47 +0300)]
Merge branch 'master' into Lyberta/FilterItemDefinition

6 years agoUpdate hash
terencehill [Fri, 30 Mar 2018 23:53:53 +0000 (01:53 +0200)]
Update hash

6 years agoMerge branch 'terencehill/powerup_randomness_2'
terencehill [Fri, 30 Mar 2018 23:00:25 +0000 (01:00 +0200)]
Merge branch 'terencehill/powerup_randomness_2'

6 years agoDocument creation of mutator hooks
terencehill [Fri, 30 Mar 2018 22:56:52 +0000 (00:56 +0200)]
Document creation of mutator hooks

6 years agoUpdate hash
terencehill [Fri, 30 Mar 2018 15:12:24 +0000 (17:12 +0200)]
Update hash

6 years agoBot waypoints: save symmetry settings into waypoint files on waypoint save and load...
terencehill [Fri, 30 Mar 2018 14:24:58 +0000 (16:24 +0200)]
Bot waypoints: save symmetry settings into waypoint files on waypoint save and load them back into g_waypointeditor_symmetrical* cvars on map start

6 years agoBot waypoints: slightly increase height of the typical start point for the jump;...
terencehill [Fri, 30 Mar 2018 14:17:12 +0000 (16:17 +0200)]
Bot waypoints: slightly increase height of the typical start point for the jump; it fixes missing jumppad waypoints in the map Aneurysm; increase WAYPOINT_VERSION to 1.01 so links will be automatically fixed on map start

6 years agoBOT AI: avoid sticking to players when chasing them as it was very annoying, especial...
terencehill [Fri, 30 Mar 2018 13:41:39 +0000 (15:41 +0200)]
BOT AI: avoid sticking to players when chasing them as it was very annoying, especially for newbies

6 years agoRemove redundant code from ATTRIB_3
terencehill [Fri, 30 Mar 2018 13:31:47 +0000 (15:31 +0200)]
Remove redundant code from ATTRIB_3

6 years agoFix 2 typos
terencehill [Fri, 30 Mar 2018 13:26:21 +0000 (15:26 +0200)]
Fix 2 typos

6 years agoFix #1971
TimePath [Fri, 30 Mar 2018 05:48:02 +0000 (16:48 +1100)]
Fix #1971

6 years agoSupport BSD sed
TimePath [Fri, 30 Mar 2018 05:03:34 +0000 (16:03 +1100)]
Support BSD sed

6 years agoImproved SetResourceLimit.
Lyberta [Thu, 29 Mar 2018 07:55:33 +0000 (10:55 +0300)]
Improved SetResourceLimit.

6 years agoRun the consistency scripts
TimePath [Wed, 28 Mar 2018 09:26:47 +0000 (20:26 +1100)]
Run the consistency scripts

6 years agodebug_text_3d_fn: rename velocity parameter
TimePath [Wed, 28 Mar 2018 09:17:33 +0000 (20:17 +1100)]
debug_text_3d_fn: rename velocity parameter

It does not shadow the velocity field, leading to a compile error

6 years agoMerge branch 'master' into Lyberta/GiveResourceWithLimit
Lyberta [Tue, 27 Mar 2018 23:08:52 +0000 (02:08 +0300)]
Merge branch 'master' into Lyberta/GiveResourceWithLimit

6 years agoAdded ResourceAmountChanged hook.
Lyberta [Tue, 27 Mar 2018 23:05:20 +0000 (02:05 +0300)]
Added ResourceAmountChanged hook.

6 years agoSend scale as a Coord (it absolutely needs accuracy at high values)
Mario [Sun, 25 Mar 2018 07:52:34 +0000 (17:52 +1000)]
Send scale as a Coord (it absolutely needs accuracy at high values)

6 years agoHide hidden weapons from the weapons panel unless held
Mario [Fri, 23 Mar 2018 16:09:59 +0000 (02:09 +1000)]
Hide hidden weapons from the weapons panel unless held

6 years agoInitialize viewloc_mousepos to the center of the screen (even if it's unused)
Mario [Fri, 23 Mar 2018 14:34:58 +0000 (00:34 +1000)]
Initialize viewloc_mousepos to the center of the screen (even if it's unused)

6 years agoFix duplicated [[accumulate]]
terencehill [Mon, 19 Mar 2018 18:05:47 +0000 (19:05 +0100)]
Fix duplicated [[accumulate]]

6 years agoMerge branch 'master' into Lyberta/GiveResourceWithLimit
Lyberta [Mon, 19 Mar 2018 15:58:09 +0000 (18:58 +0300)]
Merge branch 'master' into Lyberta/GiveResourceWithLimit

6 years agoMerge branch 'master' into Lyberta/FilterItemDefinition
Lyberta [Mon, 19 Mar 2018 15:57:43 +0000 (18:57 +0300)]
Merge branch 'master' into Lyberta/FilterItemDefinition

6 years agoGroup some STATIC_INIT functions
terencehill [Mon, 19 Mar 2018 15:45:26 +0000 (16:45 +0100)]
Group some STATIC_INIT functions

6 years agoUpdate gameplay hash
Mario [Mon, 19 Mar 2018 13:54:36 +0000 (23:54 +1000)]
Update gameplay hash

6 years agoFixed compilation units.
Lyberta [Mon, 19 Mar 2018 13:03:58 +0000 (16:03 +0300)]
Fixed compilation units.

6 years agoSmall fixes.
Lyberta [Mon, 19 Mar 2018 12:36:45 +0000 (15:36 +0300)]
Small fixes.

6 years agoBetter random item selection algorithm.
Lyberta [Mon, 19 Mar 2018 12:22:20 +0000 (15:22 +0300)]
Better random item selection algorithm.

6 years agoDelete prespawned item if it is not allowed.
Lyberta [Mon, 19 Mar 2018 11:09:34 +0000 (14:09 +0300)]
Delete prespawned item if it is not allowed.

6 years agoAdded FilterItemDefinition hook.
Lyberta [Mon, 19 Mar 2018 10:59:10 +0000 (13:59 +0300)]
Added FilterItemDefinition hook.

6 years agoFixed hash change.
Lyberta [Mon, 19 Mar 2018 10:37:05 +0000 (13:37 +0300)]
Fixed hash change.

6 years agoAdded GiveResourceWithLimit hook.
Lyberta [Mon, 19 Mar 2018 08:39:22 +0000 (11:39 +0300)]
Added GiveResourceWithLimit hook.

6 years agoMake sure dual plasma turret's attack is hidden
Mario [Sun, 18 Mar 2018 11:21:39 +0000 (21:21 +1000)]
Make sure dual plasma turret's attack is hidden

6 years agoMove non-generic entity flags to their own headers
Freddy [Sat, 17 Mar 2018 15:54:02 +0000 (16:54 +0100)]
Move non-generic entity flags to their own headers

6 years agotrigger_music can now be controlled with relays
Freddy [Sat, 17 Mar 2018 15:14:26 +0000 (16:14 +0100)]
trigger_music can now be controlled with relays

6 years agoFix attacking
Mario [Sat, 17 Mar 2018 13:19:40 +0000 (23:19 +1000)]
Fix attacking

6 years agoDisable some input buttons while typing
Mario [Sat, 17 Mar 2018 13:10:15 +0000 (23:10 +1000)]
Disable some input buttons while typing

6 years agoAdd an option to allow bots to typefrag
Mario [Sat, 17 Mar 2018 12:30:06 +0000 (22:30 +1000)]
Add an option to allow bots to typefrag

6 years agoTransifex autosync
Rudolf Polzer [Sat, 17 Mar 2018 06:24:02 +0000 (07:24 +0100)]
Transifex autosync

6 years agoFix and tweak trigger_music to work with side-scrolling mode and support the soon...
Mario [Fri, 16 Mar 2018 03:51:37 +0000 (13:51 +1000)]
Fix and tweak trigger_music to work with side-scrolling mode and support the soon-to-be-included fullvolume bitflag (constant definition pending)

6 years agominor cleanup for trigger_music and target_music
Freddy [Fri, 16 Mar 2018 02:13:56 +0000 (03:13 +0100)]
minor cleanup for trigger_music and target_music

This commit does not fix trigger_music.

6 years agoWhitelist falloff entity field
Freddy [Fri, 16 Mar 2018 00:14:57 +0000 (01:14 +0100)]
Whitelist falloff entity field

6 years agoRemove a few more magic numbers and minor code cleanup
Freddy [Thu, 15 Mar 2018 23:30:31 +0000 (00:30 +0100)]
Remove a few more magic numbers and minor code cleanup

6 years agotrigger_multi: replace magic numbers, minor cleanup
Freddy [Thu, 15 Mar 2018 22:57:03 +0000 (23:57 +0100)]
trigger_multi: replace magic numbers, minor cleanup

6 years agoscoreboard_columns_help: fix 'sum' description
terencehill [Wed, 14 Mar 2018 23:23:09 +0000 (00:23 +0100)]
scoreboard_columns_help: fix 'sum' description

6 years agoscoreboard_columns_help: invert order of 2 messages
terencehill [Wed, 14 Mar 2018 22:44:01 +0000 (23:44 +0100)]
scoreboard_columns_help: invert order of 2 messages

6 years agoMake scoreboard_columns_set help messages translator-friendly
terencehill [Wed, 14 Mar 2018 22:40:48 +0000 (23:40 +0100)]
Make scoreboard_columns_set help messages translator-friendly

6 years agoRestore ScoreInfo_SetLabel_PlayerScore(SP_ELO, "elo", 0); ELO display was broken :/
terencehill [Tue, 13 Mar 2018 21:30:10 +0000 (22:30 +0100)]
Restore ScoreInfo_SetLabel_PlayerScore(SP_ELO, "elo", 0); ELO display was broken :/

6 years agotrigger_monoflop: replace magic number
Freddy [Tue, 13 Mar 2018 19:58:49 +0000 (20:58 +0100)]
trigger_monoflop: replace magic number

6 years agomagicear: replace magic numbers
Freddy [Tue, 13 Mar 2018 19:53:53 +0000 (20:53 +0100)]
magicear: replace magic numbers

6 years agoSP_ELO doesn't need a label since it's not a real score (like ping, pl and name)...
terencehill [Tue, 13 Mar 2018 18:52:36 +0000 (19:52 +0100)]
SP_ELO doesn't need a label since it's not a real score (like ping, pl and name). Probably it was also needlessly reported to XonStats

6 years agominor cleanup for jumppads
Freddy [Tue, 13 Mar 2018 18:26:06 +0000 (19:26 +0100)]
minor cleanup for jumppads

6 years agoRename variables to not overlap with builtin functions
Freddy [Tue, 13 Mar 2018 12:03:51 +0000 (13:03 +0100)]
Rename variables to not overlap with builtin functions

6 years agoMerge branch 'terencehill/quickmenu_fixes'
terencehill [Mon, 12 Mar 2018 22:14:09 +0000 (23:14 +0100)]
Merge branch 'terencehill/quickmenu_fixes'

6 years agoQuickmenu: fix ambiguity of hud_panel_quickmenu_translatecommands checkbox name;...
terencehill [Mon, 12 Mar 2018 21:38:18 +0000 (22:38 +0100)]
Quickmenu: fix ambiguity of hud_panel_quickmenu_translatecommands checkbox name; reload current page when that checkbox is toggled

6 years agoQuickmenu: turn some debbug printfs and LOG_WARNFs into LOG_INFOF
terencehill [Mon, 12 Mar 2018 19:17:30 +0000 (20:17 +0100)]
Quickmenu: turn some debbug printfs and LOG_WARNFs into LOG_INFOF

6 years agoQuickmenu: fix an almost unnoticeable wrong highlighting due to precision errors
terencehill [Mon, 12 Mar 2018 19:11:09 +0000 (20:11 +0100)]
Quickmenu: fix an almost unnoticeable wrong highlighting due to precision errors

6 years agoQuickmenu: fix repetition of commands when they are split into multiple pages
terencehill [Mon, 12 Mar 2018 19:03:19 +0000 (20:03 +0100)]
Quickmenu: fix repetition of commands when they are split into multiple pages

6 years agoCleanup for trigger_impulse
Freddy [Mon, 12 Mar 2018 17:28:01 +0000 (18:28 +0100)]
Cleanup for trigger_impulse

6 years agotrigger_hurt: minor cleanup
Freddy [Mon, 12 Mar 2018 15:16:30 +0000 (16:16 +0100)]
trigger_hurt: minor cleanup

6 years agotrigger_heal: minor cleanup
Freddy [Mon, 12 Mar 2018 15:02:55 +0000 (16:02 +0100)]
trigger_heal: minor cleanup

6 years agotrigger_gravity: use .active instead of .state, remove magic numbers
Freddy [Mon, 12 Mar 2018 14:32:27 +0000 (15:32 +0100)]
trigger_gravity: use .active instead of .state, remove magic numbers

6 years agotrigger_flipflop: minor cleanup
Freddy [Mon, 12 Mar 2018 13:33:28 +0000 (14:33 +0100)]
trigger_flipflop: minor cleanup

6 years agotrigger_counter: replace magic number and document hidden feature
Freddy [Sun, 11 Mar 2018 16:45:33 +0000 (17:45 +0100)]
trigger_counter: replace magic number and document hidden feature

6 years agotarget_speaker: deprecate GLOBAL (BIT(2)) spawnflag, remove magic numbers
Freddy [Sun, 11 Mar 2018 16:18:12 +0000 (17:18 +0100)]
target_speaker: deprecate GLOBAL (BIT(2)) spawnflag, remove magic numbers

6 years agotarget_spawn: replace magic number
Freddy [Sun, 11 Mar 2018 15:54:36 +0000 (16:54 +0100)]
target_spawn: replace magic number

6 years agoAdd a comment
Freddy [Sun, 11 Mar 2018 15:23:27 +0000 (16:23 +0100)]
Add a comment

6 years agotrigger_changelevel: replace magic number, whitelist fields
Freddy [Sun, 11 Mar 2018 14:40:12 +0000 (15:40 +0100)]
trigger_changelevel: replace magic number, whitelist fields

also a bit of comments

6 years agoReimplement g_pickup_respawntime_initial_random 1 to be more self-contained and to...
terencehill [Sun, 11 Mar 2018 14:33:33 +0000 (15:33 +0100)]
Reimplement g_pickup_respawntime_initial_random 1 to be more self-contained and to generate a different respawn time when game starts after warmup; it fixes #2000

6 years agoAllow using offhand nades when the player has hook in their inventory
Mario [Sun, 11 Mar 2018 13:04:19 +0000 (23:04 +1000)]
Allow using offhand nades when the player has hook in their inventory

6 years agoDefault nade alpha to 1 (fixes client projectiles)
Mario [Sun, 11 Mar 2018 02:53:35 +0000 (12:53 +1000)]
Default nade alpha to 1 (fixes client projectiles)

6 years agoMenu, mutators dialog, weapon arena settings: improve layout a little bit
terencehill [Sat, 10 Mar 2018 22:35:51 +0000 (23:35 +0100)]
Menu, mutators dialog, weapon arena settings: improve layout a little bit

6 years agoMake use of defined constants in colormapPaletteColor code
terencehill [Sat, 10 Mar 2018 22:28:14 +0000 (23:28 +0100)]
Make use of defined constants in colormapPaletteColor code

6 years agoteleport_dest: replace magic numbers
Freddy [Sat, 10 Mar 2018 20:37:18 +0000 (21:37 +0100)]
teleport_dest: replace magic numbers

6 years agomisc_laser: .active instead of .state, replace magic numbers
Freddy [Sat, 10 Mar 2018 20:28:29 +0000 (21:28 +0100)]
misc_laser: .active instead of .state, replace magic numbers

6 years agoAdd a new nade type
Mario [Sat, 10 Mar 2018 18:03:07 +0000 (04:03 +1000)]
Add a new nade type

6 years agoRemove magic numbers in misc_follow
Freddy [Sat, 10 Mar 2018 15:26:39 +0000 (16:26 +0100)]
Remove magic numbers in misc_follow

6 years agoWhitelist some trigger entity fields
Freddy [Sat, 10 Mar 2018 15:18:56 +0000 (16:18 +0100)]
Whitelist some trigger entity fields

6 years agoFix sound for func_vectormamamam
Freddy [Sat, 10 Mar 2018 15:17:48 +0000 (16:17 +0100)]
Fix sound for func_vectormamamam

6 years agoShorten a variable name used in 70K+ checks (when macros are expanded), reducing...
terencehill [Fri, 9 Mar 2018 23:45:38 +0000 (00:45 +0100)]
Shorten a variable name used in 70K+ checks (when macros are expanded), reducing size of server.qc by 560KB+

6 years agoRemove duplicate FIELD_VEC(fld, maxs)
terencehill [Fri, 9 Mar 2018 23:27:24 +0000 (00:27 +0100)]
Remove duplicate FIELD_VEC(fld, maxs)

6 years agofunc_vectormamamam: remove magic numbers and better variable names
Freddy [Fri, 9 Mar 2018 22:19:45 +0000 (23:19 +0100)]
func_vectormamamam: remove magic numbers and better variable names

6 years agoFix weapon arena tooltip ("that weapon" -> "a set of weapons") and while at it shorten it
terencehill [Fri, 9 Mar 2018 19:01:14 +0000 (20:01 +0100)]
Fix weapon arena tooltip ("that weapon" -> "a set of weapons") and while at it shorten it

6 years agoReplace magic numbers in func_train
Freddy [Fri, 9 Mar 2018 17:39:09 +0000 (18:39 +0100)]
Replace magic numbers in func_train

6 years agofunc_rotating: stop sound when deactivated, minor cleanup
Freddy [Fri, 9 Mar 2018 16:35:59 +0000 (17:35 +0100)]
func_rotating: stop sound when deactivated, minor cleanup

6 years agofunc_rain and func_snow: back to weird field name to not use an engine field
Freddy [Fri, 9 Mar 2018 13:25:29 +0000 (14:25 +0100)]
func_rain and func_snow: back to weird field name to not use an engine field

6 years agofunc_rain and func_snow: fix density, remove magic numbers and use colormap instead...
Freddy [Fri, 9 Mar 2018 01:52:49 +0000 (02:52 +0100)]
func_rain and func_snow: fix density, remove magic numbers and use colormap instead of cnt for color

6 years agoSimplify func_sparks spawnfunc
Freddy [Thu, 8 Mar 2018 14:56:37 +0000 (15:56 +0100)]
Simplify func_sparks spawnfunc

6 years agoMerge branch 'master' into Mario/crouch
Mario [Thu, 8 Mar 2018 05:33:47 +0000 (15:33 +1000)]
Merge branch 'master' into Mario/crouch

# Conflicts:
# qcsrc/common/physics/player.qc
# qcsrc/server/client.qc

6 years agoReduce Arc range
Mario [Thu, 8 Mar 2018 01:57:43 +0000 (11:57 +1000)]
Reduce Arc range

6 years agoSome minor fixes to the mutators dialog
Mario [Wed, 7 Mar 2018 23:56:49 +0000 (09:56 +1000)]
Some minor fixes to the mutators dialog

6 years agofunc_pointparticles: use relays, replace magic numbers
Freddy [Wed, 7 Mar 2018 20:52:54 +0000 (21:52 +0100)]
func_pointparticles: use relays, replace magic numbers