]>
git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
Martin Taibr [Mon, 12 Aug 2019 15:20:29 +0000 (17:20 +0200)]
Merge branch 'martin-t/mg-solidpen' into martin-t/master2
Mario [Mon, 12 Aug 2019 10:54:26 +0000 (10:54 +0000)]
Merge branch 'marin-t/fix' into 'master'
Fix for hash change
See merge request xonotic/xonotic-data.pk3dir!678
Martin Taibr [Mon, 12 Aug 2019 10:27:58 +0000 (12:27 +0200)]
update hash
Martin Taibr [Mon, 12 Aug 2019 10:21:46 +0000 (12:21 +0200)]
Merge branch 'master' into marin-t/fix
Martin Taibr [Mon, 12 Aug 2019 10:10:44 +0000 (12:10 +0200)]
Fix a newly added bug to match old behavior *exactly*
Mario [Mon, 12 Aug 2019 09:43:29 +0000 (19:43 +1000)]
If an item has a valid target, use it on touch (defrag support)
terencehill [Sun, 11 Aug 2019 13:28:14 +0000 (15:28 +0200)]
Simplify and optimize count_ordinal
Mario [Sun, 11 Aug 2019 12:05:32 +0000 (12:05 +0000)]
Merge branch 'terencehill/shuffleteams_delay' into 'master'
Shuffleteams delay
See merge request xonotic/xonotic-data.pk3dir!641
Mario [Sun, 11 Aug 2019 10:54:25 +0000 (10:54 +0000)]
Merge branch 'terencehill/megaerebus_glow' into 'master'
Fix glowing of megaerebus, erebus fullbright and nyx fullbright
Closes #2018
See merge request xonotic/xonotic-data.pk3dir!651
Mario [Sun, 11 Aug 2019 10:34:55 +0000 (10:34 +0000)]
Merge branch 'martin-t/whoosh' into 'master'
Fixes for nex whoosh
See merge request xonotic/xonotic-data.pk3dir!660
Mario [Sun, 11 Aug 2019 09:41:43 +0000 (19:41 +1000)]
Update gameplay hash to match the blaster force fix
Mario [Sun, 11 Aug 2019 09:05:29 +0000 (19:05 +1000)]
Fix the force_zscale cvar on blaster affecting horizontal push force
Mario [Sun, 11 Aug 2019 08:57:36 +0000 (18:57 +1000)]
Clean up steerlib a bit
Mario [Sun, 11 Aug 2019 07:29:04 +0000 (17:29 +1000)]
Add an option to only show turret waypoints for a short period after the turret has been hurt (disabled by default)
Mario [Sun, 11 Aug 2019 07:22:45 +0000 (17:22 +1000)]
Include the modicons files for the other gamemodes (CA and CTS excluded)
Mario [Sun, 11 Aug 2019 07:21:49 +0000 (17:21 +1000)]
Move most gametype's modicons functions into their directories
Mario [Sun, 11 Aug 2019 06:24:26 +0000 (16:24 +1000)]
Add a mutator hook to append special item codes to the death log
Mario [Sat, 10 Aug 2019 17:53:50 +0000 (17:53 +0000)]
Merge branch 'terencehill/waypoint_on_items' into 'master'
Waypoint on items
See merge request xonotic/xonotic-data.pk3dir!672
terencehill [Sat, 10 Aug 2019 17:36:57 +0000 (19:36 +0200)]
Rename some variables according to their use
terencehill [Sat, 10 Aug 2019 17:33:34 +0000 (19:33 +0200)]
Fix a newly added bug
Mario [Sat, 10 Aug 2019 16:44:23 +0000 (02:44 +1000)]
Add partial support for the cd loop parameter in legacy map's .cfg files, allows music to work on Nexuiz maps
Mario [Sat, 10 Aug 2019 14:19:09 +0000 (00:19 +1000)]
Clean up some misplaced fields/globals in sv_main
Mario [Sat, 10 Aug 2019 13:49:35 +0000 (23:49 +1000)]
Don't profile model/sound precaching, greatly reduces trace spam in the log
Mario [Sat, 10 Aug 2019 13:41:35 +0000 (23:41 +1000)]
Speed up bot bunnyhop logic a bit by using cheap distance checks
Mario [Sat, 10 Aug 2019 12:44:45 +0000 (22:44 +1000)]
Reset swamp status on respawn
Mario [Sat, 10 Aug 2019 12:02:47 +0000 (22:02 +1000)]
Make sure trigger_heal uses the .health field instead of a resource, since this is mapper defined
Mario [Sat, 10 Aug 2019 03:54:58 +0000 (13:54 +1000)]
Exclude hidden weapons from the allguns list
Mario [Fri, 9 Aug 2019 10:13:37 +0000 (20:13 +1000)]
Clean up turret_checkpoint code a bit
Mario [Fri, 9 Aug 2019 02:05:41 +0000 (12:05 +1000)]
Add an option to configure the damage force players take from attacks
Mario [Tue, 6 Aug 2019 08:12:56 +0000 (18:12 +1000)]
Disable trigger_music when the match ends, so it doesn't overlap with the intermission cdtrack
Mario [Tue, 6 Aug 2019 00:52:11 +0000 (10:52 +1000)]
Include a couple more used fields in the spawnfunc field list
Mario [Mon, 5 Aug 2019 05:42:22 +0000 (15:42 +1000)]
Don't do jumpoff checks when the monster isn't on the ground
Mario [Sun, 4 Aug 2019 05:43:52 +0000 (15:43 +1000)]
Fix allow_jumpoff code so 2D monsters can turn around at ledges
terencehill [Fri, 2 Aug 2019 21:23:50 +0000 (23:23 +0200)]
Make so that g_waypointsprite_team_here_p's trace hits map items, matching item detection of the placeholder %x in the text message "free item %x^7 (l:%y^7)"
Mario [Fri, 2 Aug 2019 09:00:14 +0000 (19:00 +1000)]
Don't call a menu command when running a dedicated server
Mario [Fri, 2 Aug 2019 08:56:46 +0000 (18:56 +1000)]
Fix a few warnings when g_maplist is empty
Mario [Fri, 2 Aug 2019 08:45:12 +0000 (08:45 +0000)]
Merge branch 'martin-t/burst' into 'master'
s/burst_speed/burst_spread - seems to be a typo
See merge request xonotic/xonotic-data.pk3dir!669
Martin Taibr [Fri, 2 Aug 2019 07:12:19 +0000 (09:12 +0200)]
s/burst_speed/burst_spread - seems to be a typo
terencehill [Wed, 31 Jul 2019 09:31:41 +0000 (11:31 +0200)]
Delay MOTD removal a little bit in the hope it fixes the bug where occasionally for some reason MOTD never goes away
Rudolf Polzer [Tue, 30 Jul 2019 05:25:08 +0000 (07:25 +0200)]
Transifex autosync
terencehill [Mon, 29 Jul 2019 13:10:23 +0000 (15:10 +0200)]
Consistently call nexball REGISTER_MUTATOR with false as second parameter, like other game modes do. Add _MUTATOR_IS_ENABLED macro
terencehill [Mon, 29 Jul 2019 12:34:29 +0000 (14:34 +0200)]
Remove useless line continuation chars
Mario [Mon, 29 Jul 2019 11:15:57 +0000 (11:15 +0000)]
Merge branch 'martin-t/cvar-prefixes' into 'master'
Explain cvar prefixes, rename name_maxlength
See merge request xonotic/xonotic-data.pk3dir!666
Mario [Mon, 29 Jul 2019 10:57:05 +0000 (10:57 +0000)]
Merge branch 'martin-t/hud' into 'master'
Fix cvar description
See merge request xonotic/xonotic-data.pk3dir!667
Martin Taibr [Mon, 29 Jul 2019 01:40:58 +0000 (03:40 +0200)]
fix cvar description
Martin Taibr [Sun, 28 Jul 2019 02:43:22 +0000 (04:43 +0200)]
defaul value for sv_name_maxlength
Martin Taibr [Sun, 28 Jul 2019 01:54:43 +0000 (03:54 +0200)]
explain cvar prefixes, rename name_maxlength
Mario [Sat, 27 Jul 2019 22:57:34 +0000 (22:57 +0000)]
Merge branch 'martin-t/current-map' into 'master'
Remove current map from welcome message
See merge request xonotic/xonotic-data.pk3dir!665
Martin Taibr [Sat, 27 Jul 2019 20:21:58 +0000 (22:21 +0200)]
remove current map from welcome message
terencehill [Sat, 27 Jul 2019 16:58:35 +0000 (18:58 +0200)]
Update hash
terencehill [Sat, 27 Jul 2019 16:56:44 +0000 (18:56 +0200)]
Less STATIC_INIT calls in race code + small cleanup
terencehill [Sat, 27 Jul 2019 15:00:55 +0000 (17:00 +0200)]
Get rid of redundant Item_ItemsTime_Init functions. Reduce number of STATIC_INIT calls in main.qh
terencehill [Sat, 27 Jul 2019 14:54:26 +0000 (16:54 +0200)]
Fix a couple STATIC_INIT calls; compact STATIC_INIT(Registry_check_##id) code even more
Mario [Sat, 27 Jul 2019 06:55:27 +0000 (16:55 +1000)]
Add an option to ignore the player count limits on maps
Mario [Sat, 27 Jul 2019 03:52:14 +0000 (13:52 +1000)]
Add a hittype for sound-based attacks that cause bleeding to come from ears instead of the body (used by tuba)
Mario [Sat, 27 Jul 2019 03:20:20 +0000 (13:20 +1000)]
Allow any melee weapon to slap nades
Mario [Sat, 27 Jul 2019 02:33:45 +0000 (12:33 +1000)]
Apply the accurate impact effect logic to all hitscan weapons
Mario [Sat, 27 Jul 2019 01:43:11 +0000 (11:43 +1000)]
Add a weapon flag for weapons that don't use truaim, and fix porto secondary held angle mode
Mario [Fri, 26 Jul 2019 00:53:26 +0000 (00:53 +0000)]
Merge branch 'martin-t/const' into 'master'
Move ATTEN_LOW const to the same file as the others
See merge request xonotic/xonotic-data.pk3dir!661
Martin Taibr [Fri, 26 Jul 2019 00:39:59 +0000 (02:39 +0200)]
move ATTEN_LOW const to the same file as the others
Martin Taibr [Thu, 25 Jul 2019 20:59:47 +0000 (22:59 +0200)]
remove local
Martin Taibr [Thu, 25 Jul 2019 20:47:06 +0000 (22:47 +0200)]
remove commented out code from 2004
Martin Taibr [Thu, 25 Jul 2019 19:44:29 +0000 (21:44 +0200)]
remove debug code, decide final vol and atten
Martin Taibr [Thu, 25 Jul 2019 14:25:20 +0000 (16:25 +0200)]
debug code
Martin Taibr [Thu, 25 Jul 2019 13:18:47 +0000 (15:18 +0200)]
use whoosh even when hit
Martin Taibr [Thu, 25 Jul 2019 12:51:22 +0000 (14:51 +0200)]
fix missing nex whoosh in overkill and insta (some turrets use this fn)
terencehill [Thu, 25 Jul 2019 11:53:33 +0000 (11:53 +0000)]
Merge branch 'martin-t/wr_init' into 'master'
Remove redundant call to wr_init
See merge request xonotic/xonotic-data.pk3dir!658
terencehill [Thu, 25 Jul 2019 09:00:21 +0000 (11:00 +0200)]
Small cleanup
terencehill [Thu, 25 Jul 2019 08:39:43 +0000 (10:39 +0200)]
Fix too spammy vortex whoosh sound (it was ignored where the beam really ends)
terencehill [Wed, 24 Jul 2019 08:00:08 +0000 (10:00 +0200)]
Comment out an unused field
terencehill [Sat, 20 Jul 2019 21:05:22 +0000 (23:05 +0200)]
Restore translator-friendly messages, making sure they are zoned
terencehill [Sat, 20 Jul 2019 01:48:28 +0000 (03:48 +0200)]
Temporarly use shorter messages
Mario [Sat, 20 Jul 2019 01:27:34 +0000 (11:27 +1000)]
Apply gravity to items dropped as loot and always precache model/sound
Mario [Fri, 19 Jul 2019 23:42:43 +0000 (09:42 +1000)]
Fix error spam when winning a tic tac toe or push-pull game
terencehill [Fri, 19 Jul 2019 13:29:56 +0000 (15:29 +0200)]
Bot AI: fix bots occasionally jumping (dodging) when they shouldn't
Mario [Tue, 16 Jul 2019 15:21:59 +0000 (01:21 +1000)]
Turrets: Don't target entities with an aiment of the same team (fixes turrets attacking out-portals)
Mario [Tue, 16 Jul 2019 14:27:53 +0000 (00:27 +1000)]
Fix spiderbot secondary attack
Mario [Tue, 16 Jul 2019 14:14:12 +0000 (00:14 +1000)]
Don't include hidden weapons in most weapons arena
Martin Taibr [Mon, 15 Jul 2019 19:54:03 +0000 (21:54 +0200)]
remove redundant call to wr_init
Rudolf Polzer [Mon, 15 Jul 2019 05:24:46 +0000 (07:24 +0200)]
Transifex autosync
Rudolf Polzer [Sun, 14 Jul 2019 05:25:51 +0000 (07:25 +0200)]
Transifex autosync
Rudolf Polzer [Sat, 13 Jul 2019 05:25:03 +0000 (07:25 +0200)]
Transifex autosync
Mario [Fri, 12 Jul 2019 13:07:30 +0000 (13:07 +0000)]
Merge branch 'terencehill/auto-balanced_bots' into 'master'
Automatically keep bots balanced
See merge request xonotic/xonotic-data.pk3dir!652
Mario [Fri, 12 Jul 2019 10:41:19 +0000 (10:41 +0000)]
Merge branch 'morosophos/vampire-improvements' into 'master'
Vampire improvements
See merge request xonotic/xonotic-data.pk3dir!657
Rudolf Polzer [Fri, 12 Jul 2019 05:24:56 +0000 (07:24 +0200)]
Transifex autosync
Rudolf Polzer [Thu, 11 Jul 2019 05:24:53 +0000 (07:24 +0200)]
Transifex autosync
Morosophos [Wed, 10 Jul 2019 18:10:35 +0000 (21:10 +0300)]
Replace multiple ifs with &&
Morosophos [Wed, 10 Jul 2019 17:58:34 +0000 (20:58 +0300)]
Vampire mutator: fix console tracebacks when damage is done by non-players. Add two cvars: g_vampire_factor and g_vampire_use_total_damage
Rudolf Polzer [Sun, 7 Jul 2019 05:25:41 +0000 (07:25 +0200)]
Transifex autosync
Rudolf Polzer [Wed, 3 Jul 2019 05:24:49 +0000 (07:24 +0200)]
Transifex autosync
Martin Taibr [Sun, 30 Jun 2019 21:34:52 +0000 (23:34 +0200)]
increase spiderbot solidpen
Martin Taibr [Sun, 30 Jun 2019 15:02:08 +0000 (17:02 +0200)]
Merge branch 'master' into martin-t/mg-solidpen
Rudolf Polzer [Sun, 30 Jun 2019 05:25:41 +0000 (07:25 +0200)]
Transifex autosync
Mario [Fri, 28 Jun 2019 10:01:56 +0000 (20:01 +1000)]
Add descriptions to a few of the server cvars
Rudolf Polzer [Tue, 25 Jun 2019 05:25:08 +0000 (07:25 +0200)]
Transifex autosync
Mario [Mon, 24 Jun 2019 06:41:35 +0000 (16:41 +1000)]
If no client state is available, default the forced handicap to 1 (initialized value), fixes invincible clones
Mario [Mon, 24 Jun 2019 05:36:33 +0000 (05:36 +0000)]
Merge branch 'martin-t/settings' into 'master'
Clean up damagetext settings
See merge request xonotic/xonotic-data.pk3dir!638
Rudolf Polzer [Mon, 24 Jun 2019 05:24:48 +0000 (07:24 +0200)]
Transifex autosync
Mario [Mon, 24 Jun 2019 05:09:09 +0000 (05:09 +0000)]
Merge branch 'Mario/wickedx_fix_v2' into 'master'
wickedx bg fix
See merge request xonotic/xonotic-data.pk3dir!653
terencehill [Mon, 24 Jun 2019 05:09:09 +0000 (05:09 +0000)]
wickedx bg fix