]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
7 years agoUpdate notifications.cfg 402/head
terencehill [Mon, 2 Jan 2017 23:08:14 +0000 (00:08 +0100)]
Update notifications.cfg

7 years agoMerge branch 'master' into terencehill/keyhunt
terencehill [Sat, 31 Dec 2016 22:00:03 +0000 (23:00 +0100)]
Merge branch 'master' into terencehill/keyhunt

7 years agoautocvar_g_grappling_hook can't use be used here as it doesn't work in the campaign...
terencehill [Sat, 31 Dec 2016 17:27:45 +0000 (18:27 +0100)]
autocvar_g_grappling_hook can't use be used here as it doesn't work in the campaign, it fixes #1848

7 years agoCvar descriptions shouldn't be translatable
terencehill [Sat, 31 Dec 2016 14:55:21 +0000 (15:55 +0100)]
Cvar descriptions shouldn't be translatable

7 years agoFix compile
Mario [Sat, 31 Dec 2016 11:06:25 +0000 (21:06 +1000)]
Fix compile

7 years agoMerge branch 'Mirio/balance' into 'master'
Mario [Sat, 31 Dec 2016 05:29:39 +0000 (05:29 +0000)]
Merge branch 'Mirio/balance' into 'master'

Mirio/balance

See merge request !291

7 years agoMerge branch 'martin-t/shuffleteams' into 'master'
Mario [Sat, 31 Dec 2016 05:18:36 +0000 (05:18 +0000)]
Merge branch 'martin-t/shuffleteams' into 'master'

Fix shuffleteams

Closes #1822

See merge request !393

7 years agoMerge branch 'martin-t/maxshotdist' into 'master'
Mario [Sat, 31 Dec 2016 05:08:32 +0000 (05:08 +0000)]
Merge branch 'martin-t/maxshotdist' into 'master'

Fix fireBullet(), increase MAX_SHOT_DISTANCE

See merge request !395

7 years agoUpdate gameplay hash
Mario [Sat, 31 Dec 2016 01:51:53 +0000 (11:51 +1000)]
Update gameplay hash

7 years agoMerge branch 'master' into martin-t/shuffleteams
Mario [Sat, 31 Dec 2016 01:29:51 +0000 (11:29 +1000)]
Merge branch 'master' into martin-t/shuffleteams

7 years agoMerge branch 'master' into martin-t/maxshotdist
Mario [Sat, 31 Dec 2016 01:28:57 +0000 (11:28 +1000)]
Merge branch 'master' into martin-t/maxshotdist

7 years agoMerge branch 'martin-t/misc' into 'master'
Mario [Sat, 31 Dec 2016 01:25:48 +0000 (01:25 +0000)]
Merge branch 'martin-t/misc' into 'master'

martin-t/misc

See merge request !399

7 years agoRevert linkexplode change to crylink
Mario [Sat, 31 Dec 2016 00:57:03 +0000 (10:57 +1000)]
Revert linkexplode change to crylink

7 years agoMerge branch 'master' into Mirio/balance
Mario [Sat, 31 Dec 2016 00:54:39 +0000 (10:54 +1000)]
Merge branch 'master' into Mirio/balance

7 years agoUse their instead of his 399/head
Mario [Sat, 31 Dec 2016 00:50:16 +0000 (10:50 +1000)]
Use their instead of his

7 years agoMerge branch 'terencehill/bot_fix' into 'master'
Mario [Sat, 31 Dec 2016 00:44:53 +0000 (00:44 +0000)]
Merge branch 'terencehill/bot_fix' into 'master'

Bot fixes

See merge request !398

7 years agoRevert "Show to spectators all the waypoints that are shown to spectated players...
terencehill [Fri, 30 Dec 2016 16:48:05 +0000 (17:48 +0100)]
Revert "Show to spectators all the waypoints that are shown to spectated players. It fixes #1840"

This reverts commit 8802dc71a56bfe87db766c6dab331046575f7eb9.

7 years agoMutators dialog: fix "No start weapons" checkbox enabling all weapons and "Regular...
terencehill [Fri, 30 Dec 2016 16:36:54 +0000 (17:36 +0100)]
Mutators dialog: fix "No start weapons" checkbox enabling all weapons and "Regular (no arena)" checkbox disabling all weapons

7 years agoEnable buffs by default and don't report them as a mutator (support for maps that...
Mario [Fri, 30 Dec 2016 14:47:35 +0000 (00:47 +1000)]
Enable buffs by default and don't report them as a mutator (support for maps that add buff items, they don't replace powerups)

7 years agoUpdate hash 398/head
Mario [Fri, 30 Dec 2016 11:26:03 +0000 (21:26 +1000)]
Update hash

7 years agoPlayerDamage_Calculate -> Damage_Calculate
Martin Taibr [Fri, 30 Dec 2016 03:35:35 +0000 (04:35 +0100)]
PlayerDamage_Calculate -> Damage_Calculate

7 years agofix overkill blaster damaging turrets and vehicles, remove redundant health check
Martin Taibr [Fri, 30 Dec 2016 02:44:49 +0000 (03:44 +0100)]
fix overkill blaster damaging turrets and vehicles, remove redundant health check

7 years agominor optimization
Martin Taibr [Fri, 30 Dec 2016 02:06:49 +0000 (03:06 +0100)]
minor optimization

7 years agosimplify cl_handicap, update description
Martin Taibr [Fri, 30 Dec 2016 02:06:00 +0000 (03:06 +0100)]
simplify cl_handicap, update description

7 years agoOptimize trigger_hurt check
terencehill [Thu, 29 Dec 2016 18:27:58 +0000 (19:27 +0100)]
Optimize trigger_hurt check

7 years agoDon't allow bots to move towards a dropped weapon until it's on the ground
terencehill [Thu, 29 Dec 2016 15:29:21 +0000 (16:29 +0100)]
Don't allow bots to move towards a dropped weapon until it's on the ground

7 years agoFix wrong checks causing bots to ignore dropped weapons (and enemies in the air)...
terencehill [Thu, 29 Dec 2016 15:22:30 +0000 (16:22 +0100)]
Fix wrong checks causing bots to ignore dropped weapons (and enemies in the air) when they look for a goal

7 years agoMerge branch 'master' into terencehill/bot_fix
terencehill [Thu, 29 Dec 2016 01:59:28 +0000 (02:59 +0100)]
Merge branch 'master' into terencehill/bot_fix

7 years agoFix shotgun ammo field
terencehill [Thu, 29 Dec 2016 01:56:28 +0000 (02:56 +0100)]
Fix shotgun ammo field

7 years agoFix %W in chat messages
terencehill [Thu, 29 Dec 2016 01:55:00 +0000 (02:55 +0100)]
Fix %W in chat messages

7 years agoImprove weapon rating balance: bots now really take small health if low on health...
terencehill [Thu, 29 Dec 2016 01:19:31 +0000 (02:19 +0100)]
Improve weapon rating balance: bots now really take small health if low on health and ammo if low on ammo

7 years agoFix ammo rating, it was always rated 0
terencehill [Wed, 28 Dec 2016 18:39:29 +0000 (19:39 +0100)]
Fix ammo rating, it was always rated 0

7 years agoHigh rating for 50 armor is more than enough (justified by its long respawn time)
terencehill [Wed, 28 Dec 2016 18:38:17 +0000 (19:38 +0100)]
High rating for 50 armor is more than enough (justified by its long respawn time)

7 years agoSmall cleanup
terencehill [Wed, 28 Dec 2016 18:11:42 +0000 (19:11 +0100)]
Small cleanup

7 years agoCustom weapon priorities for bots: improve rating distribution by rating only weapons...
terencehill [Tue, 27 Dec 2016 16:28:12 +0000 (17:28 +0100)]
Custom weapon priorities for bots: improve rating distribution by rating only weapons available on the map

7 years agoRemove IT_AMMO
Mario [Tue, 27 Dec 2016 08:20:35 +0000 (18:20 +1000)]
Remove IT_AMMO

7 years agoHopefully fix compilation unit
Mario [Mon, 26 Dec 2016 13:38:51 +0000 (23:38 +1000)]
Hopefully fix compilation unit

7 years agoHunter-Killer: Only loop through entities that can be damaged by contents (not perfec...
Mario [Mon, 26 Dec 2016 13:25:41 +0000 (23:25 +1000)]
Hunter-Killer: Only loop through entities that can be damaged by contents (not perfect coverage, but avoids checking EVERY entity within a 5000 qu radius)

7 years agoMerge branch 'TimePath/inventory_tweaks'
TimePath [Mon, 26 Dec 2016 03:42:43 +0000 (14:42 +1100)]
Merge branch 'TimePath/inventory_tweaks'

7 years agoInventory: expand capacity
TimePath [Sun, 25 Dec 2016 06:14:07 +0000 (17:14 +1100)]
Inventory: expand capacity

7 years agoDirectly use jetpack instead of quake 3 item (might fix compilation unit)
Mario [Mon, 26 Dec 2016 01:36:20 +0000 (11:36 +1000)]
Directly use jetpack instead of quake 3 item (might fix compilation unit)

7 years agoCustom weapon priorities for bots: improve rating scale calculation by excluding...
terencehill [Mon, 26 Dec 2016 00:17:32 +0000 (01:17 +0100)]
Custom weapon priorities for bots: improve rating scale calculation by excluding not usable weapons (weapons are still overrated but not as much as before)

7 years agoFix wrong check causing bots to seek more already owned weapons and less not owned...
terencehill [Sun, 25 Dec 2016 22:28:59 +0000 (23:28 +0100)]
Fix wrong check causing bots to seek more already owned weapons and less not owned weapons

7 years agoFix an error
Mirio [Sun, 25 Dec 2016 21:01:55 +0000 (22:01 +0100)]
Fix an error

7 years agoUpdate credits
Mirio [Sun, 25 Dec 2016 14:56:44 +0000 (15:56 +0100)]
Update credits

7 years agoAdd rudimentary support for World of Padman map entities, by Gnom
Mario [Sun, 25 Dec 2016 11:59:50 +0000 (21:59 +1000)]
Add rudimentary support for World of Padman map entities, by Gnom

7 years agoMove quake, halflife and q3 files into a compat subdirectory (wop support coming...
Mario [Sun, 25 Dec 2016 11:42:20 +0000 (21:42 +1000)]
Move quake, halflife and q3 files into a compat subdirectory (wop support coming soon)

7 years agoLine up AI_STATUS_* values
terencehill [Sun, 25 Dec 2016 11:17:25 +0000 (12:17 +0100)]
Line up AI_STATUS_* values

7 years agoFix bots thinking too much after setting a high enough slowmo value
terencehill [Sun, 25 Dec 2016 10:55:57 +0000 (11:55 +0100)]
Fix bots thinking too much after setting a high enough slowmo value

7 years agoMove check for freed goals to navigation_poptouchedgoals
terencehill [Sun, 25 Dec 2016 09:51:14 +0000 (10:51 +0100)]
Move check for freed goals to navigation_poptouchedgoals

7 years agoBot logic: improve jumppad touch detection (e.g. on Xoylent occasionally bots skipped...
terencehill [Sun, 25 Dec 2016 09:41:36 +0000 (10:41 +0100)]
Bot logic: improve jumppad touch detection (e.g. on Xoylent occasionally bots skipped the jumppad and tried to leap into the void)

7 years agoRemove path to unreachable goals that lead to falling off the map (example case:...
terencehill [Sun, 25 Dec 2016 09:06:49 +0000 (10:06 +0100)]
Remove path to unreachable goals that lead to falling off the map (example case: on Xoylent from the upper Mega Armor down to the hole to the lowest level when the mortar is picked up)

7 years agoFix stat references on non-player entities
Mario [Sun, 25 Dec 2016 07:58:29 +0000 (17:58 +1000)]
Fix stat references on non-player entities

7 years agoFix a reference to the unused global entity 'other'
Mario [Sun, 25 Dec 2016 07:50:04 +0000 (17:50 +1000)]
Fix a reference to the unused global entity 'other'

7 years agoUse the constants for player hitbox size when applicable (should fix observer hitbox)
Mario [Sat, 24 Dec 2016 21:26:14 +0000 (07:26 +1000)]
Use the constants for player hitbox size when applicable (should fix observer hitbox)

7 years agoWe need to send location as coords, can't 'short'cut this (big maps)
Mario [Sat, 24 Dec 2016 20:40:11 +0000 (06:40 +1000)]
We need to send location as coords, can't 'short'cut this (big maps)

7 years agoClean up map vote mask writing to use the BIT macro instead of multiplying a local...
Mario [Sat, 24 Dec 2016 06:59:20 +0000 (16:59 +1000)]
Clean up map vote mask writing to use the BIT macro instead of multiplying a local number

7 years agolimit max_shot_distance to 230000
Martin Taibr [Sat, 24 Dec 2016 03:11:30 +0000 (04:11 +0100)]
limit max_shot_distance to 230000

7 years agowarning in case something is wrong with max_shot_distance
Martin Taibr [Sat, 24 Dec 2016 02:43:54 +0000 (03:43 +0100)]
warning in case something is wrong with max_shot_distance

7 years agoadjust max shot distance according to map size
Martin Taibr [Sat, 24 Dec 2016 02:29:55 +0000 (03:29 +0100)]
adjust max shot distance according to map size

7 years agoDon't use global options for the player hitbox and view offset stats (we already...
Mario [Sat, 24 Dec 2016 02:18:04 +0000 (12:18 +1000)]
Don't use global options for the player hitbox and view offset stats (we already set them in player physics per-client)

7 years agoDon't return if player doesn't have the default powerups (HUD panel isn't drawn if...
Mario [Sat, 24 Dec 2016 01:55:12 +0000 (11:55 +1000)]
Don't return if player doesn't have the default powerups (HUD panel isn't drawn if they don't have them anyway), fixes custom powerups

7 years agoMinor monster code cleanup
Mario [Fri, 23 Dec 2016 01:01:07 +0000 (11:01 +1000)]
Minor monster code cleanup

7 years agoBot logic: tweak bunnyhop stop distance, improve trigger_hurt detection and bot react...
terencehill [Mon, 19 Dec 2016 17:43:42 +0000 (18:43 +0100)]
Bot logic: tweak bunnyhop stop distance, improve trigger_hurt detection and bot reaction if one is found in front of it. Now there's little chance of falling off the map getting the Mortar on Dance, furthermore bots can now bunnyhop on paths with harmless holes (see lower level of Implosion)

7 years agoPredict jetpack effect and sound (yay for perfectly predicted jetpacks)
Mario [Tue, 20 Dec 2016 01:10:53 +0000 (11:10 +1000)]
Predict jetpack effect and sound (yay for perfectly predicted jetpacks)

7 years agoAdd some randomness to the goal selection when a bot is stuck on a jump pad, increasi...
terencehill [Mon, 19 Dec 2016 17:32:02 +0000 (18:32 +0100)]
Add some randomness to the goal selection when a bot is stuck on a jump pad, increasing chances to unstuck bots (e.g. on the jump pad near the ctf team base on Implosion)

7 years agoFix ambiguous check causing bots to avoid jumppads and teleporters (and to always...
terencehill [Sat, 17 Dec 2016 20:44:10 +0000 (21:44 +0100)]
Fix ambiguous check causing bots to avoid jumppads and teleporters (and to always fall off the map near the jumppad on Xoylent!)

7 years agoRename a lib function (overlaps with an old map entity field)
Mario [Mon, 19 Dec 2016 02:48:08 +0000 (12:48 +1000)]
Rename a lib function (overlaps with an old map entity field)

7 years agoUse registry to get monster list
Mario [Sun, 18 Dec 2016 12:22:24 +0000 (22:22 +1000)]
Use registry to get monster list

7 years agoLimit the number of maps lsmaps can show to 250 (better than either increasing tempst...
Mario [Sun, 18 Dec 2016 12:07:44 +0000 (22:07 +1000)]
Limit the number of maps lsmaps can show to 250 (better than either increasing tempstring size and crashing or showing an empty list)

7 years agoBots: add navigation_clearroute and goalcurrent to public API
TimePath [Sat, 17 Dec 2016 04:22:36 +0000 (15:22 +1100)]
Bots: add navigation_clearroute and goalcurrent to public API

7 years agoFix bots always returning to own base after that the stolen flag has been returned
terencehill [Fri, 16 Dec 2016 19:29:33 +0000 (20:29 +0100)]
Fix bots always returning to own base after that the stolen flag has been returned

7 years agoShare some waypoint code in a dedicated function
terencehill [Fri, 16 Dec 2016 16:47:35 +0000 (17:47 +0100)]
Share some waypoint code in a dedicated function

7 years agoAdd possibility to send a command to all the bots; improve bot_cmd help description
terencehill [Fri, 16 Dec 2016 16:35:06 +0000 (17:35 +0100)]
Add possibility to send a command to all the bots; improve bot_cmd help description

7 years agog_ctf_reverse description
Martin Taibr [Thu, 15 Dec 2016 01:14:44 +0000 (02:14 +0100)]
g_ctf_reverse description

7 years agoPart 2 of edc2958143 "Make sure bots don't move to removed goals such as a key when...
terencehill [Thu, 15 Dec 2016 00:11:37 +0000 (01:11 +0100)]
Part 2 of edc2958143 "Make sure bots don't move to removed goals such as a key when a Key Hunt round ends. It fixes #1101"

7 years agoKeyHunt panel: if there is no key to show return early (avoiding a division by 0...
terencehill [Thu, 15 Dec 2016 00:04:36 +0000 (01:04 +0100)]
KeyHunt panel: if there is no key to show return early (avoiding a division by 0 too); also do a small cleanup

7 years agoGive it some arguments
Mario [Wed, 14 Dec 2016 20:29:39 +0000 (06:29 +1000)]
Give it some arguments

7 years agoAdd some mutator hooks to clear out another gamemode reference
Mario [Wed, 14 Dec 2016 20:26:53 +0000 (06:26 +1000)]
Add some mutator hooks to clear out another gamemode reference

7 years agoUse new item name in Quake compat, may fix weird issues with mega armor on old maps
Mario [Wed, 14 Dec 2016 13:00:03 +0000 (23:00 +1000)]
Use new item name in Quake compat, may fix weird issues with mega armor on old maps

7 years agoAdd a wrapper for item sounds, so they can be easily replaced like weapon sounds...
Mario [Wed, 14 Dec 2016 10:22:58 +0000 (20:22 +1000)]
Add a wrapper for item sounds, so they can be easily replaced like weapon sounds by mods

7 years agoRemove the o
Mario [Tue, 13 Dec 2016 18:07:09 +0000 (04:07 +1000)]
Remove the o

7 years agoDon't count target_ entity checkpoints as a touchable trigger if it's targeted by...
Mario [Tue, 13 Dec 2016 17:50:27 +0000 (03:50 +1000)]
Don't count target_ entity checkpoints as a touchable trigger if it's targeted by something (usually a real trigger)

7 years agoWhile passing the flag to a team mate, don't return it immediately if an enemy interc...
terencehill [Tue, 13 Dec 2016 15:59:08 +0000 (16:59 +0100)]
While passing the flag to a team mate, don't return it immediately if an enemy intercepts it and if manual return mode is on

7 years agoCTF: rename an entity field; remove some redundant code
terencehill [Tue, 13 Dec 2016 15:44:28 +0000 (16:44 +0100)]
CTF: rename an entity field; remove some redundant code

7 years agoIf a weapon doesn't have a team, show it even if it's taken, so players know where...
Mario [Tue, 13 Dec 2016 14:50:12 +0000 (00:50 +1000)]
If a weapon doesn't have a team, show it even if it's taken, so players know where its spawn point is

7 years agoincrease MAX_SHOT_DISTANCE again
Martin Taibr [Tue, 13 Dec 2016 12:44:12 +0000 (13:44 +0100)]
increase MAX_SHOT_DISTANCE again

7 years agoRemove an useless placeholder waypoint
terencehill [Sun, 11 Dec 2016 13:20:34 +0000 (14:20 +0100)]
Remove an useless placeholder waypoint

7 years agoAllow target_push to be used as a pusher itself (Quake 3 compatibility)
Mario [Sat, 10 Dec 2016 16:29:29 +0000 (02:29 +1000)]
Allow target_push to be used as a pusher itself (Quake 3 compatibility)

7 years agoMerge branch 'DefaultUser/armormega' into 'master'
Mario [Sat, 10 Dec 2016 06:24:31 +0000 (06:24 +0000)]
Merge branch 'DefaultUser/armormega' into 'master'

Armor and Health name inconsistency

Fixes item name inconsistency (see Issue #1490) of Armor and Health by renaming HealthLarge to HealthBig and ArmorLarge to ArmorMega as well as all associated cvars

See https://gitlab.com/xonotic/xonotic-maps.pk3dir/tree/DefaultUser/entity_def for updated entity definitions for radiant

See merge request !387

7 years agoMerge branch 'terencehill/ca_bots_fix' into 'master'
Mario [Sat, 10 Dec 2016 06:20:22 +0000 (06:20 +0000)]
Merge branch 'terencehill/ca_bots_fix' into 'master'

CA and LMS: fix for bots getting stuck

* CA: fix bots getting stuck right after one of them dies
* LMS: fix bots getting stuck right after one of them is out of lives
* Fix "bot_cmd X pause" command not always working

See merge request !389

7 years agoMerge branch 'terencehill/gameover_stuff' into 'master'
Mario [Sat, 10 Dec 2016 06:13:34 +0000 (06:13 +0000)]
Merge branch 'terencehill/gameover_stuff' into 'master'

gameover stuff

* Assault: when the first round ends show the message "Objective destroyed in X minutes" and block the game for 5 seconds before starting the other round in order to show objective destruction
* When a round ends block players and switch to 3rd person view (affected game types: Clan Arena, Domination, Freeze Tag, Invasion, Onslaught)

Implementation details:
* intermission_running and gameover are now 2 different conditions
* if set gameover has the effect of blocking players and triggering 3rd person view (eventchase); server must reset (respawn) players and vehicles (round_handler takes care of it) when resetting gameover to false.

See merge request !368

7 years agoMerge branch 'master' into DefaultUser/armormega
Mario [Sat, 10 Dec 2016 06:09:41 +0000 (16:09 +1000)]
Merge branch 'master' into DefaultUser/armormega

# Conflicts:
# mutators.cfg
# qcsrc/common/mutators/mutator/nix/sv_nix.qc

7 years agoKey Hunt: when warmup ends kill the "missing teams" message and start the round start...
terencehill [Thu, 8 Dec 2016 16:54:58 +0000 (17:54 +0100)]
Key Hunt: when warmup ends kill the "missing teams" message and start the round start countdown

7 years agoKey Hunt: show a centerprint message when a team wins or loses
terencehill [Thu, 8 Dec 2016 16:49:30 +0000 (17:49 +0100)]
Key Hunt: show a centerprint message when a team wins or loses

7 years agoKey Hunt: add more detailed notifications when a key gets destroyed
terencehill [Wed, 7 Dec 2016 23:35:48 +0000 (00:35 +0100)]
Key Hunt: add more detailed notifications when a key gets destroyed

7 years agoKey Hunt: Destroy a key a short while after it falls into lava/slime/trigger hurt
terencehill [Wed, 7 Dec 2016 22:29:31 +0000 (23:29 +0100)]
Key Hunt: Destroy a key a short while after it falls into lava/slime/trigger hurt

7 years agoClean Key Hunt code up
terencehill [Tue, 6 Dec 2016 17:43:54 +0000 (18:43 +0100)]
Clean Key Hunt code up

7 years agoMerge branch 'terencehill/item_models' into 'master'
Mario [Mon, 5 Dec 2016 12:58:27 +0000 (12:58 +0000)]
Merge branch 'terencehill/item_models' into 'master'

item models

* Apply correct buff bbox after it respawns
* Make taller powerup, mega and buff bboxes so the real item is always inside it. It fixes #192

See merge request !396

7 years agoUpdate hash 396/head
terencehill [Mon, 5 Dec 2016 12:04:40 +0000 (13:04 +0100)]
Update hash