]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
7 years agoFor sanity, give items an identifier name (like all other registries)
Mario [Wed, 15 Feb 2017 00:57:06 +0000 (10:57 +1000)]
For sanity, give items an identifier name (like all other registries)

7 years agoAdd an item init attribute function, so the item's default values aren't applied...
Mario [Tue, 14 Feb 2017 23:28:06 +0000 (09:28 +1000)]
Add an item init attribute function, so the item's default values aren't applied in the spawnfunction directly (temporary hack until we have something cleaner)

7 years agoPrevent using tell command while connecting, also disallow private messaging players...
Mario [Tue, 14 Feb 2017 08:37:55 +0000 (18:37 +1000)]
Prevent using tell command while connecting, also disallow private messaging players when g_chat_nospectators is enabled

7 years agoFix g_waypointeditor_saveall saving each waypoint 32 times...
terencehill [Mon, 13 Feb 2017 17:15:21 +0000 (18:15 +0100)]
Fix g_waypointeditor_saveall saving each waypoint 32 times...

7 years agoMake sure player is killed in CTS if they clear all waypoints too
Mario [Mon, 13 Feb 2017 08:55:20 +0000 (18:55 +1000)]
Make sure player is killed in CTS if they clear all waypoints too

7 years agoDon't clear waypoints on death
Mario [Mon, 13 Feb 2017 08:38:59 +0000 (18:38 +1000)]
Don't clear waypoints on death

7 years agoAbuse the new hidden option to make a kind of 'practice' mode for CTS
Mario [Mon, 13 Feb 2017 08:36:27 +0000 (18:36 +1000)]
Abuse the new hidden option to make a kind of 'practice' mode for CTS

7 years agoClear personal waypoint on death
Mario [Mon, 13 Feb 2017 08:16:54 +0000 (18:16 +1000)]
Clear personal waypoint on death

7 years agoMake sure it isn't counted as cheating
Mario [Mon, 13 Feb 2017 07:57:54 +0000 (17:57 +1000)]
Make sure it isn't counted as cheating

7 years agoAdd a hidden option to allow checkpoints to not count as a cheat
Mario [Mon, 13 Feb 2017 07:54:14 +0000 (17:54 +1000)]
Add a hidden option to allow checkpoints to not count as a cheat

7 years agoConvert medkit to mega armor (being a holdable means it's supposed to last, unlike...
Mario [Mon, 13 Feb 2017 01:49:45 +0000 (11:49 +1000)]
Convert medkit to mega armor (being a holdable means it's supposed to last, unlike health and medic buffs)

7 years agoSync buff_time to spectators and don't run buff player logic on them
Mario [Sun, 12 Feb 2017 23:55:03 +0000 (09:55 +1000)]
Sync buff_time to spectators and don't run buff player logic on them

7 years agoFor sanity, split the scoreboard name field into a separate function
Mario [Sun, 12 Feb 2017 10:28:37 +0000 (20:28 +1000)]
For sanity, split the scoreboard name field into a separate function

7 years agoAdd playername to another game log message
Mario [Sun, 12 Feb 2017 07:19:01 +0000 (17:19 +1000)]
Add playername to another game log message

7 years agoApply playername function to votes
Mario [Sun, 12 Feb 2017 06:51:45 +0000 (16:51 +1000)]
Apply playername function to votes

7 years agoUpdate player's colorized name for the game log
Mario [Sun, 12 Feb 2017 06:42:23 +0000 (16:42 +1000)]
Update player's colorized name for the game log

7 years agoMake team coloring of playername an optional parameter, simplifies some code slightly
Mario [Sun, 12 Feb 2017 06:28:08 +0000 (16:28 +1000)]
Make team coloring of playername an optional parameter, simplifies some code slightly

7 years agoApply color replacement to notification arguments
Mario [Sun, 12 Feb 2017 03:33:21 +0000 (13:33 +1000)]
Apply color replacement to notification arguments

7 years agoUpdate notification HUD name colors too
Mario [Sun, 12 Feb 2017 03:27:48 +0000 (13:27 +1000)]
Update notification HUD name colors too

7 years agoFix rankings too
Mario [Sun, 12 Feb 2017 03:00:34 +0000 (13:00 +1000)]
Fix rankings too

7 years agoUpdate colors for speed awards too
Mario [Sun, 12 Feb 2017 02:20:20 +0000 (12:20 +1000)]
Update colors for speed awards too

7 years agoMake checking of name a bit more reliable
Mario [Sun, 12 Feb 2017 02:01:54 +0000 (12:01 +1000)]
Make checking of name a bit more reliable

7 years agoColorize vote and race record names when they're used instead of zoning them with...
Mario [Sun, 12 Feb 2017 01:13:31 +0000 (11:13 +1000)]
Colorize vote and race record names when they're used instead of zoning them with the color (allows toggling stripcolorcodes)

7 years agoFix lightning gun in target_give
Mario [Sun, 12 Feb 2017 00:15:12 +0000 (10:15 +1000)]
Fix lightning gun in target_give

7 years agoSilence some turret warnings
Mario [Fri, 10 Feb 2017 23:19:20 +0000 (09:19 +1000)]
Silence some turret warnings

7 years agoMake sure a bad string can't be drawn in reticle code
Mario [Fri, 10 Feb 2017 12:57:55 +0000 (22:57 +1000)]
Make sure a bad string can't be drawn in reticle code

7 years agoDon't run buff player logic during physics frames
Mario [Fri, 10 Feb 2017 04:04:11 +0000 (14:04 +1000)]
Don't run buff player logic during physics frames

7 years agoPartial support for buffs in target_items entities
Mario [Thu, 9 Feb 2017 15:32:42 +0000 (01:32 +1000)]
Partial support for buffs in target_items entities

7 years agoAdd an option to disable dropping of buffs with the use key
Mario [Thu, 9 Feb 2017 12:38:54 +0000 (22:38 +1000)]
Add an option to disable dropping of buffs with the use key

7 years agoFix jetpack sound continuing when entering vehicle
Mario [Wed, 8 Feb 2017 17:36:16 +0000 (03:36 +1000)]
Fix jetpack sound continuing when entering vehicle

7 years agoAdd an argument to spectate command, to allow spectating specific players
Mario [Wed, 8 Feb 2017 17:26:04 +0000 (03:26 +1000)]
Add an argument to spectate command, to allow spectating specific players

7 years agoFix bumblebee using the same field for owner and attack type
Mario [Wed, 8 Feb 2017 14:28:33 +0000 (00:28 +1000)]
Fix bumblebee using the same field for owner and attack type

7 years agoSplit READSKILL macro in multiple lines
terencehill [Mon, 6 Feb 2017 18:13:01 +0000 (19:13 +0100)]
Split READSKILL macro in multiple lines

7 years agoReset cl_lockview on map start
terencehill [Mon, 6 Feb 2017 18:09:05 +0000 (19:09 +0100)]
Reset cl_lockview on map start

7 years agoAdd a console message when the map is changed
Mario [Sun, 5 Feb 2017 20:30:51 +0000 (06:30 +1000)]
Add a console message when the map is changed

7 years agoHide another big cause of mapinfo warning spam
Mario [Sun, 5 Feb 2017 19:56:38 +0000 (05:56 +1000)]
Hide another big cause of mapinfo warning spam

7 years agoAdd a hidden option to hide the mapinfo warnings
Mario [Sun, 5 Feb 2017 19:43:19 +0000 (05:43 +1000)]
Add a hidden option to hide the mapinfo warnings

7 years agoAdd an option to respawn buffs even if they're held
Mario [Sun, 5 Feb 2017 17:12:36 +0000 (03:12 +1000)]
Add an option to respawn buffs even if they're held

7 years agoFix up the handling of invisibility buff, so as to not interfere much with the invisi...
Mario [Sat, 4 Feb 2017 14:23:45 +0000 (00:23 +1000)]
Fix up the handling of invisibility buff, so as to not interfere much with the invisibility powerup in instagib, also fix cloaked mode

7 years agoAdjust scaling of weapon's alpha value to work at much lower values
Mario [Sat, 4 Feb 2017 14:14:37 +0000 (00:14 +1000)]
Adjust scaling of weapon's alpha value to work at much lower values

7 years agoMake it possible to turn players completely invisible with the invisible buff
Mario [Sat, 4 Feb 2017 14:07:49 +0000 (00:07 +1000)]
Make it possible to turn players completely invisible with the invisible buff

7 years agoTo prevent spamming pickups, add a delay between dropping a buff and picking up a...
Mario [Sat, 4 Feb 2017 14:01:51 +0000 (00:01 +1000)]
To prevent spamming pickups, add a delay between dropping a buff and picking up a new one (workaround for a bug when instantly picking up a buff of the same type)

7 years agoAdd a way to set the score given for a flag per entity (supports assists, caps, dropp...
Mario [Fri, 3 Feb 2017 17:10:02 +0000 (03:10 +1000)]
Add a way to set the score given for a flag per entity (supports assists, caps, dropping, picking up and returning of flags)

7 years agoStore real owner of crylink projectiles in a separate field (if realowner changes...
Mario [Wed, 1 Feb 2017 09:23:12 +0000 (19:23 +1000)]
Store real owner of crylink projectiles in a separate field (if realowner changes when one of them is unlinked, a crash can occur)

7 years agoUpdate credits
Mirio [Wed, 1 Feb 2017 18:38:18 +0000 (19:38 +0100)]
Update credits

7 years agoDon't show anonymous record message in CTF
Mario [Tue, 31 Jan 2017 15:06:08 +0000 (01:06 +1000)]
Don't show anonymous record message in CTF

7 years agoFix compile
Mario [Tue, 31 Jan 2017 08:54:35 +0000 (18:54 +1000)]
Fix compile

7 years agoGive ballstealer a placeholder wr_reload function (should fix a crash)
Mario [Tue, 31 Jan 2017 08:16:46 +0000 (18:16 +1000)]
Give ballstealer a placeholder wr_reload function (should fix a crash)

7 years agoRemove snake minigame (may be reimplemented as a mod in the future)
Mario [Mon, 30 Jan 2017 11:42:15 +0000 (21:42 +1000)]
Remove snake minigame (may be reimplemented as a mod in the future)

7 years agoAdd a file parameter to quickmenu, to allow loading different menus with different...
Mario [Mon, 30 Jan 2017 04:35:23 +0000 (14:35 +1000)]
Add a file parameter to quickmenu, to allow loading different menus with different binds

7 years agoSilence a spammy message if a weapon model's animation is a little bit broken
Mario [Sun, 29 Jan 2017 13:31:07 +0000 (23:31 +1000)]
Silence a spammy message if a weapon model's animation is a little bit broken

7 years agoMerge branch 'Mario/ctf_rankings' into 'master'
Mario [Sun, 29 Jan 2017 11:53:34 +0000 (11:53 +0000)]
Merge branch 'Mario/ctf_rankings' into 'master'

Merge branch Mario/ctf_rankings (S merge request)

See merge request !405

7 years agoRemove an obsolete cvar
terencehill [Sun, 29 Jan 2017 11:16:19 +0000 (12:16 +0100)]
Remove an obsolete cvar

7 years agoAdd a comment explaining the weird rounding math of TIME_ENCODE
terencehill [Sun, 29 Jan 2017 11:15:31 +0000 (12:15 +0100)]
Add a comment explaining the weird rounding math of TIME_ENCODE

7 years agoFix use of switchweapon in death weapon throwing code
Mario [Sun, 29 Jan 2017 08:23:36 +0000 (18:23 +1000)]
Fix use of switchweapon in death weapon throwing code

7 years agoFix players potentially picking up a second flag
Mario [Sun, 29 Jan 2017 07:44:56 +0000 (17:44 +1000)]
Fix players potentially picking up a second flag

7 years agoPinata mutator shouldn't affect purity
Mario [Sun, 29 Jan 2017 03:39:24 +0000 (13:39 +1000)]
Pinata mutator shouldn't affect purity

7 years agoMake super weapon time spectatable
Mario [Sun, 29 Jan 2017 03:14:20 +0000 (13:14 +1000)]
Make super weapon time spectatable

7 years agoFix CTF rankings not acquiring player's name for the leaderboard
Mario [Sun, 29 Jan 2017 03:02:32 +0000 (13:02 +1000)]
Fix CTF rankings not acquiring player's name for the leaderboard

7 years agoMerge branch 'Mario/overkill' into 'master'
Mario [Sat, 28 Jan 2017 11:36:05 +0000 (11:36 +0000)]
Merge branch 'Mario/overkill' into 'master'

Merge branch Mario/overkill (S merge request)

See merge request !407

7 years agoHopefully fix compilation test
Mario [Sat, 28 Jan 2017 09:34:38 +0000 (19:34 +1000)]
Hopefully fix compilation test

7 years agoMinor tweak to make it actually work again
Mario [Sat, 28 Jan 2017 08:59:40 +0000 (18:59 +1000)]
Minor tweak to make it actually work again

7 years agoAdd a new mode to weaponswitch debug which enforces the secondary weapons to only...
Mario [Sat, 28 Jan 2017 08:30:45 +0000 (18:30 +1000)]
Add a new mode to weaponswitch debug which enforces the secondary weapons to only weapons with a dual wielding flag

7 years agoMinor cleanup in hook removing code (probably doesn't fix hook sometimes getting...
Mario [Sat, 28 Jan 2017 07:40:35 +0000 (17:40 +1000)]
Minor cleanup in hook removing code (probably doesn't fix hook sometimes getting removed for no reason)

7 years agoAdd shirt 407/head
Mario [Sat, 28 Jan 2017 01:49:25 +0000 (11:49 +1000)]
Add shirt

7 years agoRemove Shirt
Mario [Sat, 28 Jan 2017 01:49:10 +0000 (11:49 +1000)]
Remove Shirt

7 years agoAdd fixed and updated models by Morphed
Mario [Sat, 28 Jan 2017 00:59:56 +0000 (10:59 +1000)]
Add fixed and updated models by Morphed

7 years agoMerge branch 'master' into Mario/overkill
Mario [Sat, 28 Jan 2017 00:57:17 +0000 (10:57 +1000)]
Merge branch 'master' into Mario/overkill

7 years agoFix map screenshots not appearing even if the secondary paths have it
Mario [Fri, 27 Jan 2017 06:58:09 +0000 (16:58 +1000)]
Fix map screenshots not appearing even if the secondary paths have it

7 years agoAdd a property for item's default pickup_anyway value
Mario [Fri, 27 Jan 2017 01:58:34 +0000 (11:58 +1000)]
Add a property for item's default pickup_anyway value

7 years agoActually fix it (we apparently still need owner for the trace)
Mario [Wed, 25 Jan 2017 07:20:34 +0000 (17:20 +1000)]
Actually fix it (we apparently still need owner for the trace)

7 years agoFix exiting vehicles
Mario [Tue, 24 Jan 2017 22:59:33 +0000 (08:59 +1000)]
Fix exiting vehicles

7 years agoFix menu always reporting buffs
Mario [Tue, 24 Jan 2017 02:31:53 +0000 (12:31 +1000)]
Fix menu always reporting buffs

7 years agoUpdate the null weapon crosshair
Mario [Tue, 24 Jan 2017 00:50:52 +0000 (10:50 +1000)]
Update the null weapon crosshair

7 years agoFix an oddity with strings (possible cause of a stats related crash)
Mario [Sat, 21 Jan 2017 21:24:15 +0000 (07:24 +1000)]
Fix an oddity with strings (possible cause of a stats related crash)

7 years agoMaybe it works if I initialize it properly...
terencehill [Fri, 20 Jan 2017 15:46:03 +0000 (16:46 +0100)]
Maybe it works if I initialize it properly...

7 years agoFix uninitialized vector...
terencehill [Fri, 20 Jan 2017 14:53:47 +0000 (15:53 +0100)]
Fix uninitialized vector...

7 years agoOops! Fix compilation
terencehill [Fri, 20 Jan 2017 14:48:50 +0000 (15:48 +0100)]
Oops! Fix compilation

7 years agoOptimize/clean up havocbot_goalrating_items a little bit
terencehill [Fri, 20 Jan 2017 13:27:18 +0000 (14:27 +0100)]
Optimize/clean up havocbot_goalrating_items a little bit

7 years agoRemove a useless tracebox_hits_trigger_hurt: dropped weapons are removed as soon...
terencehill [Fri, 20 Jan 2017 13:23:31 +0000 (14:23 +0100)]
Remove a useless tracebox_hits_trigger_hurt: dropped weapons are removed as soon as they fall on a trigger_hurt and can't be rated while they are in the air

7 years agoFix/improve fade in/out of armor progressbar in the healtharmor panel
terencehill [Thu, 19 Jan 2017 00:00:51 +0000 (01:00 +0100)]
Fix/improve fade in/out of armor progressbar in the healtharmor panel

7 years agoBlock anonymous records from the CTS leaderboard
Mario [Wed, 18 Jan 2017 06:43:34 +0000 (16:43 +1000)]
Block anonymous records from the CTS leaderboard

7 years agoFix a backwards check
Mario [Wed, 18 Jan 2017 04:42:18 +0000 (14:42 +1000)]
Fix a backwards check

7 years agoCompact some notification code
terencehill [Mon, 16 Jan 2017 18:12:51 +0000 (19:12 +0100)]
Compact some notification code

7 years agoSimplify notif_arg_missing_teams
terencehill [Mon, 16 Jan 2017 18:07:54 +0000 (19:07 +0100)]
Simplify notif_arg_missing_teams

7 years agoAllow listing a single records page
Mario [Sun, 15 Jan 2017 16:49:33 +0000 (02:49 +1000)]
Allow listing a single records page

7 years agoFix a string
terencehill [Sat, 14 Jan 2017 22:22:04 +0000 (23:22 +0100)]
Fix a string

7 years agoFix stupid bug causing bots to never go for enemy flag after taking the enemy flag...
terencehill [Sat, 14 Jan 2017 22:20:59 +0000 (23:20 +0100)]
Fix stupid bug causing bots to never go for enemy flag after taking the enemy flag for the first time

7 years agoAdd a client side option to disable leaderboard, and change title to "Capture time...
Mario [Fri, 13 Jan 2017 22:22:36 +0000 (08:22 +1000)]
Add a client side option to disable leaderboard, and change title to "Capture time rankings" instead of simply "Rankings" to avoid confusion

7 years agoMake sure minigames can't invite an invalid client
Mario [Fri, 13 Jan 2017 19:40:14 +0000 (05:40 +1000)]
Make sure minigames can't invite an invalid client

7 years agoFix monsters not attacking some targets, also fix monster paths
Mario [Fri, 13 Jan 2017 14:12:02 +0000 (00:12 +1000)]
Fix monsters not attacking some targets, also fix monster paths

7 years agoMerge branch 'terencehill/bot_AI' into 'master'
Mario [Thu, 12 Jan 2017 21:11:58 +0000 (21:11 +0000)]
Merge branch 'terencehill/bot_AI' into 'master'

Bot AI improvements

See merge request !404

7 years agoMinor performance improvement
Mario [Thu, 12 Jan 2017 17:09:41 +0000 (03:09 +1000)]
Minor performance improvement

7 years agoDon't spam body impact sound if monster is burning
Mario [Thu, 12 Jan 2017 17:07:47 +0000 (03:07 +1000)]
Don't spam body impact sound if monster is burning

7 years agoAdd an option to show CTS-style capture time rankings in the CTF scoreboard
Mario [Thu, 12 Jan 2017 15:18:11 +0000 (01:18 +1000)]
Add an option to show CTS-style capture time rankings in the CTF scoreboard

7 years agoMerge branch 'master' into terencehill/bot_AI 404/head
terencehill [Thu, 12 Jan 2017 13:29:37 +0000 (14:29 +0100)]
Merge branch 'master' into terencehill/bot_AI

7 years agoFix compilation unit
terencehill [Thu, 12 Jan 2017 13:27:10 +0000 (14:27 +0100)]
Fix compilation unit

7 years agoMove shockwave down the priority list too
terencehill [Thu, 12 Jan 2017 11:59:30 +0000 (12:59 +0100)]
Move shockwave down the priority list too

7 years agoFix issues with choice notifications
terencehill [Wed, 11 Jan 2017 22:24:19 +0000 (23:24 +0100)]
Fix issues with choice notifications

7 years agoTransifex Sync.
Rudolf Polzer [Wed, 11 Jan 2017 15:42:54 +0000 (16:42 +0100)]
Transifex Sync.