]>
git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/log
terencehill [Wed, 11 Apr 2018 15:20:07 +0000 (17:20 +0200)]
Update hash
terencehill [Tue, 10 Apr 2018 10:17:42 +0000 (12:17 +0200)]
Merge branch 'master' into terencehill/bot_waypoints
TimePath [Tue, 10 Apr 2018 10:01:11 +0000 (20:01 +1000)]
Properly name the ENT_CLIENT_ITEM_simple shutdown hook
TimePath [Mon, 9 Apr 2018 10:08:47 +0000 (20:08 +1000)]
Items: cache cl_simpleitems result, reduces fexists calls
Mario [Sun, 8 Apr 2018 12:15:42 +0000 (12:15 +0000)]
Merge branch 'TimePath/strfree' into 'master'
Add strfree to reduce explicit use of strunzone/string_null
See merge request xonotic/xonotic-data.pk3dir!552
TimePath [Sun, 8 Apr 2018 11:59:35 +0000 (21:59 +1000)]
Models: cache .model_str() result, reduces fexists calls
TimePath [Sun, 8 Apr 2018 11:31:48 +0000 (21:31 +1000)]
Sounds: cache _Sound_fixpath() result, reduces fexists calls
terencehill [Sun, 8 Apr 2018 11:07:55 +0000 (13:07 +0200)]
Menu, server list: hide initial fake selection (always 1st server of the list) and disable Favorite, Info and Connect buttons as selected server is mutable; it fixes Favorite button not working until user manually selects a server
TimePath [Sun, 8 Apr 2018 10:42:55 +0000 (20:42 +1000)]
Improve QCC compatibility
TimePath [Sun, 8 Apr 2018 04:51:25 +0000 (14:51 +1000)]
Add strfree to reduce explicit use of strunzone/string_null
TimePath [Sun, 8 Apr 2018 03:55:39 +0000 (13:55 +1000)]
Add string logic table
Mario [Sun, 8 Apr 2018 03:16:44 +0000 (03:16 +0000)]
Merge branch 'TimePath/strcpy' into 'master'
Add strcpy to reduce explicit use of strzone/strunzone
See merge request xonotic/xonotic-data.pk3dir!551
TimePath [Sat, 7 Apr 2018 15:54:07 +0000 (01:54 +1000)]
Add strcpy to reduce explicit use of strzone/strunzone
Mario [Fri, 6 Apr 2018 17:43:10 +0000 (17:43 +0000)]
Merge branch 'Mario/crouch' into 'master'
Merge branch Mario/crouch (XS merge request)
See merge request xonotic/xonotic-data.pk3dir!540
terencehill [Fri, 6 Apr 2018 11:42:28 +0000 (13:42 +0200)]
Fix backward indentation...
terencehill [Fri, 6 Apr 2018 11:34:18 +0000 (13:34 +0200)]
Small cleanups
Mario [Thu, 5 Apr 2018 09:16:49 +0000 (19:16 +1000)]
Allow mutators to change the ammo to decrease when reducing weapon ammo
Mario [Thu, 5 Apr 2018 07:42:16 +0000 (17:42 +1000)]
Add a mutator hook for parsing votes
Mario [Wed, 4 Apr 2018 22:56:29 +0000 (22:56 +0000)]
Merge branch 'Lyberta/GiveResourceWithLimit' into 'master'
Added GiveResourceWithLimit, ResourceAmountChanged and ResourceWasted hooks
See merge request xonotic/xonotic-data.pk3dir!545
Lyberta [Wed, 4 Apr 2018 16:39:45 +0000 (19:39 +0300)]
Merge branch 'master' into Lyberta/GiveResourceWithLimit
Mario [Wed, 4 Apr 2018 15:07:52 +0000 (01:07 +1000)]
Enable delayed projectiles gameplayfix in Nexuiz ruleset
Mario [Wed, 4 Apr 2018 15:01:16 +0000 (01:01 +1000)]
Experimental ruleset for Nexuiz-like gameplay
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
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
Lyberta [Mon, 2 Apr 2018 09:00:31 +0000 (12:00 +0300)]
Added ResourceWasted hook.
Lyberta [Mon, 2 Apr 2018 08:32:44 +0000 (11:32 +0300)]
Removed early return in SetResourceAmount so wasted amount is handled correctly.
Lyberta [Sat, 31 Mar 2018 05:29:03 +0000 (08:29 +0300)]
Merge branch 'master' into Lyberta/GiveResourceWithLimit
Lyberta [Sat, 31 Mar 2018 00:47:51 +0000 (03:47 +0300)]
Merge branch 'master' into Lyberta/FilterItemDefinition
terencehill [Fri, 30 Mar 2018 23:53:53 +0000 (01:53 +0200)]
Update hash
terencehill [Fri, 30 Mar 2018 23:00:25 +0000 (01:00 +0200)]
Merge branch 'terencehill/powerup_randomness_2'
terencehill [Fri, 30 Mar 2018 22:56:52 +0000 (00:56 +0200)]
Document creation of mutator hooks
terencehill [Fri, 30 Mar 2018 15:12:24 +0000 (17:12 +0200)]
Update hash
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
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
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
terencehill [Fri, 30 Mar 2018 13:31:47 +0000 (15:31 +0200)]
Remove redundant code from ATTRIB_3
terencehill [Fri, 30 Mar 2018 13:26:21 +0000 (15:26 +0200)]
Fix 2 typos
TimePath [Fri, 30 Mar 2018 05:03:34 +0000 (16:03 +1100)]
Support BSD sed
Lyberta [Thu, 29 Mar 2018 07:55:33 +0000 (10:55 +0300)]
Improved SetResourceLimit.
TimePath [Wed, 28 Mar 2018 09:26:47 +0000 (20:26 +1100)]
Run the consistency scripts
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
Lyberta [Tue, 27 Mar 2018 23:08:52 +0000 (02:08 +0300)]
Merge branch 'master' into Lyberta/GiveResourceWithLimit
Lyberta [Tue, 27 Mar 2018 23:05:20 +0000 (02:05 +0300)]
Added ResourceAmountChanged hook.
Mario [Sun, 25 Mar 2018 07:52:34 +0000 (17:52 +1000)]
Send scale as a Coord (it absolutely needs accuracy at high values)
Mario [Fri, 23 Mar 2018 16:09:59 +0000 (02:09 +1000)]
Hide hidden weapons from the weapons panel unless held
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)
terencehill [Mon, 19 Mar 2018 18:05:47 +0000 (19:05 +0100)]
Fix duplicated [[accumulate]]
Lyberta [Mon, 19 Mar 2018 15:58:09 +0000 (18:58 +0300)]
Merge branch 'master' into Lyberta/GiveResourceWithLimit
Lyberta [Mon, 19 Mar 2018 15:57:43 +0000 (18:57 +0300)]
Merge branch 'master' into Lyberta/FilterItemDefinition
terencehill [Mon, 19 Mar 2018 15:45:26 +0000 (16:45 +0100)]
Group some STATIC_INIT functions
Mario [Mon, 19 Mar 2018 13:54:36 +0000 (23:54 +1000)]
Update gameplay hash
Lyberta [Mon, 19 Mar 2018 13:03:58 +0000 (16:03 +0300)]
Fixed compilation units.
Lyberta [Mon, 19 Mar 2018 12:36:45 +0000 (15:36 +0300)]
Small fixes.
Lyberta [Mon, 19 Mar 2018 12:22:20 +0000 (15:22 +0300)]
Better random item selection algorithm.
Lyberta [Mon, 19 Mar 2018 11:09:34 +0000 (14:09 +0300)]
Delete prespawned item if it is not allowed.
Lyberta [Mon, 19 Mar 2018 10:59:10 +0000 (13:59 +0300)]
Added FilterItemDefinition hook.
Lyberta [Mon, 19 Mar 2018 10:37:05 +0000 (13:37 +0300)]
Fixed hash change.
Lyberta [Mon, 19 Mar 2018 08:39:22 +0000 (11:39 +0300)]
Added GiveResourceWithLimit hook.
Mario [Sun, 18 Mar 2018 11:21:39 +0000 (21:21 +1000)]
Make sure dual plasma turret's attack is hidden
Mario [Sat, 17 Mar 2018 13:19:40 +0000 (23:19 +1000)]
Fix attacking
Mario [Sat, 17 Mar 2018 13:10:15 +0000 (23:10 +1000)]
Disable some input buttons while typing
Mario [Sat, 17 Mar 2018 12:30:06 +0000 (22:30 +1000)]
Add an option to allow bots to typefrag
Rudolf Polzer [Sat, 17 Mar 2018 06:24:02 +0000 (07:24 +0100)]
Transifex autosync
terencehill [Wed, 14 Mar 2018 23:23:09 +0000 (00:23 +0100)]
scoreboard_columns_help: fix 'sum' description
terencehill [Wed, 14 Mar 2018 22:44:01 +0000 (23:44 +0100)]
scoreboard_columns_help: invert order of 2 messages
terencehill [Wed, 14 Mar 2018 22:40:48 +0000 (23:40 +0100)]
Make scoreboard_columns_set help messages translator-friendly
terencehill [Tue, 13 Mar 2018 21:30:10 +0000 (22:30 +0100)]
Restore ScoreInfo_SetLabel_PlayerScore(SP_ELO, "elo", 0); ELO display was broken :/
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
terencehill [Mon, 12 Mar 2018 22:14:09 +0000 (23:14 +0100)]
Merge branch 'terencehill/quickmenu_fixes'
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
terencehill [Mon, 12 Mar 2018 19:17:30 +0000 (20:17 +0100)]
Quickmenu: turn some debbug printfs and LOG_WARNFs into LOG_INFOF
terencehill [Mon, 12 Mar 2018 19:11:09 +0000 (20:11 +0100)]
Quickmenu: fix an almost unnoticeable wrong highlighting due to precision errors
terencehill [Mon, 12 Mar 2018 19:03:19 +0000 (20:03 +0100)]
Quickmenu: fix repetition of commands when they are split into multiple pages
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
Mario [Sun, 11 Mar 2018 13:04:19 +0000 (23:04 +1000)]
Allow using offhand nades when the player has hook in their inventory
Mario [Sun, 11 Mar 2018 02:53:35 +0000 (12:53 +1000)]
Default nade alpha to 1 (fixes client projectiles)
terencehill [Sat, 10 Mar 2018 22:35:51 +0000 (23:35 +0100)]
Menu, mutators dialog, weapon arena settings: improve layout a little bit
terencehill [Sat, 10 Mar 2018 22:28:14 +0000 (23:28 +0100)]
Make use of defined constants in colormapPaletteColor code
Mario [Sat, 10 Mar 2018 18:03:07 +0000 (04:03 +1000)]
Add a new nade type
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+
terencehill [Fri, 9 Mar 2018 23:27:24 +0000 (00:27 +0100)]
Remove duplicate FIELD_VEC(fld, maxs)
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
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
Mario [Thu, 8 Mar 2018 01:57:43 +0000 (11:57 +1000)]
Reduce Arc range
Mario [Wed, 7 Mar 2018 23:56:49 +0000 (09:56 +1000)]
Some minor fixes to the mutators dialog
Mario [Wed, 7 Mar 2018 08:18:03 +0000 (08:18 +0000)]
Merge branch 'martin-t/nottarg' into 'master'
Kill nottargeted field
See merge request xonotic/xonotic-data.pk3dir!537
Mario [Wed, 7 Mar 2018 07:57:17 +0000 (17:57 +1000)]
Maybe fix compilation unit
Mario [Wed, 7 Mar 2018 01:56:11 +0000 (11:56 +1000)]
Clear out a macro from trigger_common_read
terencehill [Tue, 6 Mar 2018 12:06:25 +0000 (13:06 +0100)]
Fix compilation unit for real
Mario [Tue, 6 Mar 2018 06:32:34 +0000 (16:32 +1000)]
Disable it in code too
Mario [Tue, 6 Mar 2018 06:30:15 +0000 (16:30 +1000)]
Disable dropping buffs by default (overlaps with the flag dropping, active buffs aren't as wacky anymore)
terencehill [Mon, 5 Mar 2018 18:51:05 +0000 (19:51 +0100)]
Fix compilation unit
Mario [Mon, 5 Mar 2018 13:38:08 +0000 (23:38 +1000)]
Also update prediction for crouching underwater
Rudolf Polzer [Mon, 5 Mar 2018 06:24:01 +0000 (07:24 +0100)]
Transifex autosync
Mario [Sun, 4 Mar 2018 17:18:35 +0000 (03:18 +1000)]
Allow crouching underwater (some maps depend on it)
Mario [Sun, 4 Mar 2018 03:49:02 +0000 (13:49 +1000)]
Merge branch 'Mario/arc'
Mario [Sun, 4 Mar 2018 03:31:37 +0000 (13:31 +1000)]
Merge branch 'master' into Mario/arc
Mario [Sat, 3 Mar 2018 15:31:19 +0000 (01:31 +1000)]
Remove observers from monster attack target list and reset their dphitcontentsmask
Mario [Sat, 3 Mar 2018 13:39:22 +0000 (23:39 +1000)]
Bring back the FPS counter in the scoreboard
terencehill [Sat, 3 Mar 2018 12:52:08 +0000 (13:52 +0100)]
"Last seen:" --> "Last match:"