]>
git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/log
TimePath [Thu, 10 Sep 2015 03:02:39 +0000 (13:02 +1000)]
Make: depend on lib/
TimePath [Thu, 10 Sep 2015 01:30:24 +0000 (11:30 +1000)]
Prefer lowercase filenames
TimePath [Thu, 10 Sep 2015 01:23:39 +0000 (11:23 +1000)]
Fix whitespace for #include
TimePath [Thu, 10 Sep 2015 01:18:31 +0000 (11:18 +1000)]
Fix multiline comments
TimePath [Thu, 10 Sep 2015 01:01:16 +0000 (11:01 +1000)]
Improve compatibility with cpp
TimePath [Wed, 9 Sep 2015 11:56:47 +0000 (21:56 +1000)]
Lint
Mario [Fri, 18 Sep 2015 20:09:09 +0000 (06:09 +1000)]
Disable multijump on the client by default (only those who want it should be able to use it)
TimePath [Wed, 16 Sep 2015 05:25:05 +0000 (15:25 +1000)]
Run whitespace.sh
TimePath [Wed, 16 Sep 2015 05:07:27 +0000 (15:07 +1000)]
Smooth scroll: averaging_time cvar `menu_scroll_averaging_time`
TimePath [Wed, 16 Sep 2015 00:12:15 +0000 (10:12 +1000)]
Fix chat issues when in developer mode
Mario [Mon, 7 Sep 2015 04:07:17 +0000 (14:07 +1000)]
Increase the maximum number of mutators
Mario [Mon, 7 Sep 2015 03:29:42 +0000 (13:29 +1000)]
Disable multijump by default on client
TimePath [Sat, 5 Sep 2015 07:37:50 +0000 (07:37 +0000)]
Merge branch 'TimePath/global_self' into 'master'
Stop using the self global
high priority, frequently broken by changes:
- [x] back up global `self` into local `this` for every function that was using it
- [x] replace all self assignments with `setself` (which *currently* does the same thing, but is easier to search for and can be changed to do other things, like not compile)
---
less urgent, can be done long term post merge:
- [ ] replace `setself` with `WITH`
- [ ] replace `SELFPARAM` with an actual parameter for functions the engine doesn't need to call
See merge request !134
TimePath [Sat, 5 Sep 2015 02:10:53 +0000 (12:10 +1000)]
Update uses of self
TimePath [Sat, 5 Sep 2015 02:07:13 +0000 (12:07 +1000)]
Merge branch 'master' into TimePath/global_self
# Conflicts:
# qcsrc/server/mutators/mutator_instagib.qc
# qcsrc/server/mutators/mutator_instagib_items.qc
TimePath [Sat, 5 Sep 2015 01:47:29 +0000 (11:47 +1000)]
Document intent
TimePath [Sat, 5 Sep 2015 01:12:20 +0000 (11:12 +1000)]
Move mod directory below qcsrc
Mario [Thu, 3 Sep 2015 17:47:41 +0000 (03:47 +1000)]
Fix walk movetype port getting stuck on walls (fix by Melanosuchus)
TimePath [Thu, 3 Sep 2015 07:46:15 +0000 (17:46 +1000)]
Fix instagib waypoints
Rudolf Polzer [Thu, 3 Sep 2015 00:19:51 +0000 (02:19 +0200)]
Add gl_max_lightmapsize just in case.
I know DP currently ignores it for Q3BSP anyway.
TimePath [Wed, 2 Sep 2015 10:05:23 +0000 (20:05 +1000)]
Merge branch 'master' into TimePath/global_self
# Conflicts:
# qcsrc/common/weapons/weapon/vaporizer.qc
TimePath [Wed, 2 Sep 2015 09:44:38 +0000 (19:44 +1000)]
Combine `SELFCALL` and `SELFCALL_DONE` with `WITH`
TimePath [Wed, 2 Sep 2015 09:20:00 +0000 (19:20 +1000)]
Merge branch 'master' into TimePath/global_self
# Conflicts:
# qcsrc/server/mutators/gamemode_tdm.qc
# qcsrc/server/mutators/mutator_campcheck.qc
# qcsrc/server/mutators/mutator_instagib.qc
# qcsrc/server/mutators/mutator_multijump.qc
# qcsrc/server/mutators/mutator_nades.qc
# qcsrc/server/mutators/mutator_new_toys.qc
# qcsrc/server/mutators/mutator_spawn_near_teammate.qc
# qcsrc/server/t_items.qc
Rudolf Polzer [Mon, 31 Aug 2015 19:03:30 +0000 (21:03 +0200)]
Transifex sync.
Rudolf Polzer [Mon, 31 Aug 2015 19:00:04 +0000 (21:00 +0200)]
Add a "German (Switzerland)" translation.
Mario [Mon, 31 Aug 2015 15:18:56 +0000 (01:18 +1000)]
Add options to allow instagib secondary fire to damage or push players
Mario [Mon, 31 Aug 2015 14:19:12 +0000 (14:19 +0000)]
Merge branch 'Mario/vaporizer_damage' into 'master'
Merge branch Mario/vaporizer_damage (S merge request)
Adds a damage option to the vaporizer, fixes support for bonus nades
See merge request !215
Mario [Mon, 31 Aug 2015 14:15:08 +0000 (00:15 +1000)]
Merge branch 'master' into Mario/vaporizer_damage
# Conflicts:
# qcsrc/common/weapons/w_vaporizer.qc
# qcsrc/server/cl_player.qc
TimePath [Mon, 31 Aug 2015 10:08:06 +0000 (20:08 +1000)]
Capture __FILE__ with AUTOCVAR
TimePath [Mon, 31 Aug 2015 10:02:21 +0000 (20:02 +1000)]
Make custom autocvar enumeration possible
TimePath [Mon, 31 Aug 2015 09:25:08 +0000 (19:25 +1000)]
Initialize mutators later with STATIC_INIT_LATE
TimePath [Mon, 31 Aug 2015 05:03:56 +0000 (15:03 +1000)]
Remove oldself variables
TimePath [Mon, 31 Aug 2015 03:28:34 +0000 (13:28 +1000)]
Fix InitializeEntitiesRun()
TimePath [Mon, 31 Aug 2015 02:23:43 +0000 (12:23 +1000)]
Replace all direct assignments to self with setself(e)
Mario [Sun, 30 Aug 2015 15:03:58 +0000 (01:03 +1000)]
Don't kick bots for idling
Mario [Sun, 30 Aug 2015 14:29:45 +0000 (14:29 +0000)]
Merge branch 'terencehill/menu_weaponarena_selection_fix' into 'master'
Menu weaponarena selection fix
Remember "Weapon arenas:" checkbox selection on mutators dialog opening
See merge request !163
Mario [Sun, 30 Aug 2015 13:49:02 +0000 (23:49 +1000)]
Add a hook for custom gameplay tips
Mario [Sun, 30 Aug 2015 13:28:58 +0000 (23:28 +1000)]
Don't show the blaster weaponstart message in a weapon arena mode
Mario [Sun, 30 Aug 2015 13:26:18 +0000 (13:26 +0000)]
Merge branch 'Mario/item_fixes' into 'master'
Merge branch Mario/item_fixes (M merge request)
Fixes some issues with items, and adds the infamous item fading hack (disabled by default)
See merge request !212
Mario [Sun, 30 Aug 2015 13:24:24 +0000 (23:24 +1000)]
Remove an old commented line
Mario [Sun, 30 Aug 2015 13:16:43 +0000 (23:16 +1000)]
Add an option to use team spawns in keyhunt
Mario [Sun, 30 Aug 2015 13:12:00 +0000 (23:12 +1000)]
Fix some issues with items, also add item fading (a sneaky way to save a performance, at a cost of warpzone support)
Mario [Sun, 30 Aug 2015 13:04:18 +0000 (23:04 +1000)]
Add a bad hack to fix CTS not forcing the switch to a newly picked up weapon
Mario [Sun, 30 Aug 2015 12:57:14 +0000 (22:57 +1000)]
Hide useless "spawnpoint was used!" message
Mario [Sun, 30 Aug 2015 12:52:00 +0000 (22:52 +1000)]
Add 4 team CTF support to superspectate
Mario [Sun, 30 Aug 2015 12:48:35 +0000 (22:48 +1000)]
Add an option to spawn near teammates to allow turning it off client side (requires server to allow this)
Mario [Sun, 30 Aug 2015 12:41:50 +0000 (22:41 +1000)]
Fix physical items
Mario [Sun, 30 Aug 2015 12:40:21 +0000 (22:40 +1000)]
Add an option to disable the 'New toys, new toys!' roflsound in new toys mutator
Mario [Sun, 30 Aug 2015 12:38:42 +0000 (22:38 +1000)]
Don't replace shotgun with shockwave in new toys
Mario [Sun, 30 Aug 2015 12:37:00 +0000 (22:37 +1000)]
Add a potentially useful option to only allow the use of bonus nades
Mario [Sun, 30 Aug 2015 12:32:48 +0000 (22:32 +1000)]
Add a couple of useful options to multijump
Mario [Sun, 30 Aug 2015 12:24:35 +0000 (22:24 +1000)]
Allow turning off damage from lava and slime in instagib, as it used to be
Mario [Sun, 30 Aug 2015 11:53:22 +0000 (21:53 +1000)]
Fix campcheck damaging players when it shouldn't (while typing, before match begins etc)
Mario [Sun, 30 Aug 2015 11:49:46 +0000 (21:49 +1000)]
Prevent a potential crash with vehicles and bloodloss
TimePath [Sun, 30 Aug 2015 11:04:06 +0000 (21:04 +1000)]
Use SELFPARAM() in every function that uses self
Mario [Sun, 30 Aug 2015 11:47:56 +0000 (21:47 +1000)]
Don't use TDM team entities with no cnt set (supposedly fixes breakage on some maps)
Mario [Sun, 30 Aug 2015 11:44:05 +0000 (21:44 +1000)]
Add a notification when player is out of lives
Mario [Sun, 30 Aug 2015 11:41:33 +0000 (21:41 +1000)]
Move a keepaway specific modifier into the keepaway mutator file
Mario [Sun, 30 Aug 2015 11:37:10 +0000 (21:37 +1000)]
Move team player spawn functions into the spawnpoints file
Mario [Sun, 30 Aug 2015 11:32:50 +0000 (21:32 +1000)]
Allow pushing anything with pushable flag
Mario [Sun, 30 Aug 2015 11:22:22 +0000 (21:22 +1000)]
Add inflictor to damage hook
Mario [Sun, 30 Aug 2015 11:19:03 +0000 (21:19 +1000)]
Bring back custom void death messages (proper fix seems unlikely, given the need to stay compatible with so many maps)
Mario [Sun, 30 Aug 2015 10:47:26 +0000 (20:47 +1000)]
Remove the other half of checkfail
Mario [Sun, 30 Aug 2015 10:42:43 +0000 (20:42 +1000)]
Add an option to override the gamemode specific respawn delays, also add a hook to server commands
Mario [Sun, 30 Aug 2015 10:07:45 +0000 (20:07 +1000)]
Add a hack to fix players with MOVETYPE_FOLLOW
Mario [Sun, 30 Aug 2015 09:58:08 +0000 (19:58 +1000)]
Add a hook for buff model customization, use a flag instead of an IS_PLAYER check for picking up items
Mario [Sun, 30 Aug 2015 09:55:00 +0000 (09:55 +0000)]
Merge branch 'Mario/hook_nade_stuff' into 'master'
Merge branch Mario/hook_nade_stuff (L merge request)
Some useful mutators for the instagib servers
See merge request !210
Mario [Sun, 30 Aug 2015 07:06:46 +0000 (17:06 +1000)]
Would've sworn I fixed this before (player name resetting to IP if blank)
Mario [Sun, 30 Aug 2015 07:00:29 +0000 (17:00 +1000)]
Clean up the spectate functions a bit more
Mario [Sun, 30 Aug 2015 06:55:06 +0000 (16:55 +1000)]
Clean up SpectateSet a little
Mario [Sun, 30 Aug 2015 06:44:05 +0000 (16:44 +1000)]
Remove some out of place domination definitions
Mario [Sun, 30 Aug 2015 06:40:11 +0000 (16:40 +1000)]
Allow getting the full message from FormatMessage hook
Mario [Sun, 30 Aug 2015 06:12:51 +0000 (16:12 +1000)]
* Mario adds /me
Mario [Sun, 30 Aug 2015 06:10:41 +0000 (16:10 +1000)]
Add an extra parameter to the playermodel hook
TimePath [Sun, 30 Aug 2015 05:55:52 +0000 (15:55 +1000)]
Move weapons into a folder like items, monsters, turrets, and vehicles
Mario [Sun, 30 Aug 2015 05:45:40 +0000 (15:45 +1000)]
Nasty fix for drag cheat
Mario [Sun, 30 Aug 2015 05:38:53 +0000 (15:38 +1000)]
Rename the default bot role
TimePath [Sun, 30 Aug 2015 05:40:14 +0000 (15:40 +1000)]
AUTOCVAR macro: don't archive by default
Mario [Sun, 30 Aug 2015 05:36:06 +0000 (15:36 +1000)]
Remove some definitions that don't belong here
Mario [Sun, 30 Aug 2015 05:27:32 +0000 (15:27 +1000)]
Move a keepaway specific check into the keepaway mutator
TimePath [Sun, 30 Aug 2015 05:18:33 +0000 (15:18 +1000)]
AUTOCVAR macro; translatable descriptions and initialization in one place
Mario [Sun, 30 Aug 2015 04:36:24 +0000 (04:36 +0000)]
Merge branch 'terencehill/quickmenu' into 'master'
Quick menu
A quick menu that can be activated in game (default key b) with a default set of commands / settings.
Entry's names can be translated as well as messages in say / say_team commands but I made it optional (default hud_panel_quickmenu_translatecommands 0) so that a player can send default messages in English clicking on the relative entry's name in their language.
Commands that toggle a cvar shows a checkbox with the current state.
Commands like "tell" ("Send private message to" entry) show a list of players from which you can pick one, so the command is directed to the selected player.
It can optionally load custom quickmenus from files by setting hud_panel_quickmenu_file to <file_name>.
See merge request !207
Mario [Sun, 30 Aug 2015 04:33:08 +0000 (14:33 +1000)]
Fix some redundant checks
Mario [Sun, 30 Aug 2015 04:32:07 +0000 (14:32 +1000)]
Merge branch 'master' into terencehill/quickmenu
# Conflicts:
# qcsrc/client/command/cl_cmd.qc
Mario [Sun, 30 Aug 2015 04:20:35 +0000 (14:20 +1000)]
Add some monster flags for later use
Mario [Sun, 30 Aug 2015 04:02:29 +0000 (14:02 +1000)]
Clean up rocketminsta hook
Mario [Sun, 30 Aug 2015 03:36:59 +0000 (13:36 +1000)]
Add rocketminsta, vampirehook & breakablehook mutators, also clear out some unused files
terencehill [Sat, 29 Aug 2015 22:42:23 +0000 (00:42 +0200)]
Add a help for quickmenu command
terencehill [Sat, 29 Aug 2015 21:56:01 +0000 (23:56 +0200)]
Code cleanup: add QM_TAGs and 2 aliases
terencehill [Sat, 29 Aug 2015 21:51:27 +0000 (23:51 +0200)]
Remove an useless check: comments are already filtered out by tokenize_console
terencehill [Sat, 29 Aug 2015 19:48:36 +0000 (21:48 +0200)]
Fallback to default quickmenu if quickmenu file can't be loaded
terencehill [Sat, 29 Aug 2015 19:44:34 +0000 (21:44 +0200)]
Fix quickmenu setting: cl_chatsound --> con_chatsound
Mario [Sat, 29 Aug 2015 15:14:40 +0000 (01:14 +1000)]
Actually fix nades
Mario [Sat, 29 Aug 2015 15:14:04 +0000 (01:14 +1000)]
Some hook & nade stuff
Mario [Sat, 29 Aug 2015 14:15:27 +0000 (00:15 +1000)]
Add a hack to allow turning off orthoview
Mario [Sat, 29 Aug 2015 14:11:07 +0000 (00:11 +1000)]
Fix vortex trying to zoom while switching weapons
Mario [Sat, 29 Aug 2015 14:04:41 +0000 (00:04 +1000)]
Clean up scoreboard items a little bit
Mario [Sat, 29 Aug 2015 13:43:16 +0000 (23:43 +1000)]
The gamemode is rc, not race, fix race scoreboard
Mario [Sat, 29 Aug 2015 13:37:53 +0000 (23:37 +1000)]
Kill a weird checkfail hack
Mario [Sat, 29 Aug 2015 13:30:00 +0000 (23:30 +1000)]
Add a hook for forcing 3rd person mode