]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
8 years agoRestore default bind for quickmenu (likely got lost in a merge commit)
terencehill [Thu, 27 Aug 2015 16:13:01 +0000 (18:13 +0200)]
Restore default bind for quickmenu (likely got lost in a merge commit)

8 years agoRevert "Improve a quickmenu setting" as changes of this setting aren't applied immedi...
terencehill [Thu, 27 Aug 2015 15:52:46 +0000 (17:52 +0200)]
Revert "Improve a quickmenu setting" as changes of this setting aren't applied immediately

This reverts commit 93c49cf4265dd4ec35272b1c6b2e3f2a7363893e.

8 years agoMerge branch 'master' into terencehill/quickmenu
terencehill [Thu, 27 Aug 2015 15:18:41 +0000 (17:18 +0200)]
Merge branch 'master' into terencehill/quickmenu

8 years agoImprove a quickmenu setting
terencehill [Thu, 27 Aug 2015 15:15:27 +0000 (17:15 +0200)]
Improve a quickmenu setting

8 years agoAdd a workaround to make work properly the tell command with utf8 player names
terencehill [Thu, 27 Aug 2015 14:20:37 +0000 (16:20 +0200)]
Add a workaround to make work properly the tell command with utf8 player names

8 years agoUse the new luma simpleitems by default
TimePath [Thu, 27 Aug 2015 12:40:36 +0000 (22:40 +1000)]
Use the new luma simpleitems by default

Closes #1512

8 years agoUse seta for persistent client vars
TimePath [Thu, 27 Aug 2015 12:30:43 +0000 (22:30 +1000)]
Use seta for persistent client vars

Closes #1510

8 years agoFix long strings exceeding the scope of the weapon priority list
TimePath [Thu, 27 Aug 2015 11:46:13 +0000 (21:46 +1000)]
Fix long strings exceeding the scope of the weapon priority list

Closes #1429

8 years agoFix Hagar secondary releasing whenever you don't have enough ammo for a full charge
TimePath [Thu, 27 Aug 2015 11:29:22 +0000 (21:29 +1000)]
Fix Hagar secondary releasing whenever you don't have enough ammo for a full charge

Closes #1323

8 years agoFix quickmenu command "Send private message to" adding a space in the beginning of...
terencehill [Thu, 27 Aug 2015 09:02:50 +0000 (11:02 +0200)]
Fix quickmenu command "Send private message to" adding a space in the beginning of the message

8 years agoLogging macros
TimePath [Thu, 27 Aug 2015 08:13:54 +0000 (18:13 +1000)]
Logging macros

8 years agoMerge branch 'TimePath/structs' into 'master'
TimePath [Thu, 27 Aug 2015 07:28:28 +0000 (07:28 +0000)]
Merge branch 'TimePath/structs' into 'master'

Struct support

Example:

```c
#define STRUCT_PAIR(_, my) \
    _(my, first, float, ) \
    _(my, second, float, END) // END is required
STRUCT(PAIR, STRUCT_PAIR)

STRUCT_DECLARE(last, STRUCT_PAIR) // no semicolon because gmqcc won't allow it

void test(STRUCT_PARAM(in, STRUCT_PAIR)) {
    STRUCT_DECLARE(local, STRUCT_PAIR);
    local_first = in_second;
    local_second = in_first;
    STRUCT_STORE(local, last, STRUCT_PAIR); // local goes to last
    next(STRUCT_PASS(local, STRUCT_PAIR));
}
```

See merge request !183

8 years agoStruct support
TimePath [Thu, 27 Aug 2015 07:24:29 +0000 (17:24 +1000)]
Struct support

8 years agoExtract a few more functions
TimePath [Thu, 27 Aug 2015 03:01:10 +0000 (13:01 +1000)]
Extract a few more functions

8 years agoExtract mean
TimePath [Thu, 27 Aug 2015 02:45:07 +0000 (12:45 +1000)]
Extract mean

8 years agoExtract more lib functions
TimePath [Thu, 27 Aug 2015 02:38:07 +0000 (12:38 +1000)]
Extract more lib functions

8 years agoMerge branch 'TimePath/casings' into 'master'
TimePath [Thu, 27 Aug 2015 01:15:10 +0000 (01:15 +0000)]
Merge branch 'TimePath/casings' into 'master'

Use temp entities for casings

Instead of the delayed removal shared entity hack

See merge request !206

8 years agoUse temp entities for casings instead of the delayed removal shared entity hack
TimePath [Thu, 27 Aug 2015 00:48:56 +0000 (10:48 +1000)]
Use temp entities for casings instead of the delayed removal shared entity hack

8 years agoMove test to /lib
TimePath [Wed, 26 Aug 2015 23:40:54 +0000 (09:40 +1000)]
Move test to /lib

8 years agoMove urllib to /lib
TimePath [Wed, 26 Aug 2015 23:38:54 +0000 (09:38 +1000)]
Move urllib to /lib

8 years agoAdd translation helpers to /lib
TimePath [Wed, 26 Aug 2015 23:33:56 +0000 (09:33 +1000)]
Add translation helpers to /lib

8 years agoExpand /lib
TimePath [Wed, 26 Aug 2015 23:25:52 +0000 (09:25 +1000)]
Expand /lib

8 years agoFix unarchived cvars
TimePath [Wed, 26 Aug 2015 23:05:35 +0000 (09:05 +1000)]
Fix unarchived cvars

8 years agoFix 50 health waypoint showing while playing
TimePath [Wed, 26 Aug 2015 22:55:07 +0000 (08:55 +1000)]
Fix 50 health waypoint showing while playing

8 years agoRemove translation examples
terencehill [Wed, 26 Aug 2015 21:29:50 +0000 (23:29 +0200)]
Remove translation examples

8 years agoMove quickmenu panel in a more central position, closer to the initial mouse position...
terencehill [Wed, 26 Aug 2015 21:07:10 +0000 (23:07 +0200)]
Move quickmenu panel in a more central position, closer to the initial mouse position, it improves usability

8 years agoMerge branch 'master' into terencehill/quickmenu
terencehill [Wed, 26 Aug 2015 14:46:17 +0000 (16:46 +0200)]
Merge branch 'master' into terencehill/quickmenu

Conflicts:
_hud_common.cfg
_hud_descriptions.cfg
hud_luminos.cfg
hud_luminos_minimal.cfg
hud_luminos_minimal_xhair.cfg
hud_luminos_old.cfg
hud_nexuiz.cfg
qcsrc/client/command/cl_cmd.qc
qcsrc/client/hud.qc
qcsrc/client/hud.qh
qcsrc/client/hud_config.qc
qcsrc/client/hud_config.qh
qcsrc/client/main.qc
qcsrc/client/mapvoting.qh
qcsrc/client/scoreboard.qc
qcsrc/client/view.qc
qcsrc/menu/xonotic/mainwindow.qc

8 years agoFix compile
TimePath [Wed, 26 Aug 2015 13:20:27 +0000 (13:20 +0000)]
Fix compile

8 years agoMerge branch 'TimePath/gamesettings' into 'master'
TimePath [Wed, 26 Aug 2015 12:28:58 +0000 (12:28 +0000)]
Merge branch 'TimePath/gamesettings' into 'master'

Game settings as list

Finally something to do away with all those tabs

* Makes it possible for mutators to add settings panels
* Adds one for damage text

![](https://dl.dropboxusercontent.com/u/42745598/screenshots/2015-08-25_22-12-51.png)

See merge request !205

8 years agoMerge branch 'TimePath/waypointsprites' into 'master'
TimePath [Wed, 26 Aug 2015 12:18:44 +0000 (12:18 +0000)]
Merge branch 'TimePath/waypointsprites' into 'master'

Waypoint sprites

* Gets rid of strings in the waypointsprite API
* Makes waypoints available to the menu

See merge request !203

8 years agoMerge branch 'TimePath/itemstime2.0_regressions' into 'master'
TimePath [Wed, 26 Aug 2015 12:15:03 +0000 (12:15 +0000)]
Merge branch 'TimePath/itemstime2.0_regressions' into 'master'

Itemstime2.0 regressions

Closes #1526

See merge request !204

8 years agoAdd some hooks to allow custom bones
Mario [Wed, 26 Aug 2015 02:08:36 +0000 (12:08 +1000)]
Add some hooks to allow custom bones

8 years agoAdd hooks to tag index
Mario [Wed, 26 Aug 2015 01:38:05 +0000 (11:38 +1000)]
Add hooks to tag index

8 years agoFix a couple of extensions left in W_Sound calls
Mario [Wed, 26 Aug 2015 01:27:19 +0000 (11:27 +1000)]
Fix a couple of extensions left in W_Sound calls

8 years agoMerge branch 'master' into terencehill/menu_weaponarena_selection_fix
terencehill [Tue, 25 Aug 2015 22:25:49 +0000 (00:25 +0200)]
Merge branch 'master' into terencehill/menu_weaponarena_selection_fix

Conflicts:
qcsrc/menu/xonotic/radiobutton.qc

8 years agoShow a connecting message instead of team change (fixes an age old "bug")
Mario [Tue, 25 Aug 2015 12:12:12 +0000 (22:12 +1000)]
Show a connecting message instead of team change (fixes an age old "bug")

8 years agoDamage text settings menu
TimePath [Tue, 25 Aug 2015 12:11:14 +0000 (22:11 +1000)]
Damage text settings menu

8 years agoUse a list for switching between game settings
TimePath [Tue, 25 Aug 2015 11:35:25 +0000 (21:35 +1000)]
Use a list for switching between game settings

8 years agoUpdate translators
Mirio [Tue, 25 Aug 2015 09:15:24 +0000 (11:15 +0200)]
Update translators

8 years agoFix turrets in assault
Mario [Tue, 25 Aug 2015 03:05:56 +0000 (13:05 +1000)]
Fix turrets in assault

8 years agoProvide default implementation
TimePath [Tue, 25 Aug 2015 01:20:55 +0000 (11:20 +1000)]
Provide default implementation

8 years agoBackport DataSource
TimePath [Tue, 25 Aug 2015 01:00:57 +0000 (11:00 +1000)]
Backport DataSource

8 years agoUse the reset_map_global hook
TimePath [Tue, 25 Aug 2015 00:48:47 +0000 (10:48 +1000)]
Use the reset_map_global hook

8 years agoAdd a cvar to hide large armor and health
TimePath [Tue, 25 Aug 2015 00:48:18 +0000 (10:48 +1000)]
Add a cvar to hide large armor and health

8 years agoFix itemstime regressions
TimePath [Tue, 25 Aug 2015 00:02:05 +0000 (10:02 +1000)]
Fix itemstime regressions

with hidespawned 0, panel displays all kind of items including ammo
with hidespawned 0, there are free spots in the panel

8 years agoMerge branch 'terencehill/itemstime_readyrestart_fix' into 'master'
TimePath [Tue, 25 Aug 2015 00:43:02 +0000 (00:43 +0000)]
Merge branch 'terencehill/itemstime_readyrestart_fix' into 'master'

Reset item times on warmup end / game restart

Fixes #1503

See merge request !184

8 years agoMerge branch 'master' into TimePath/waypointsprites
TimePath [Mon, 24 Aug 2015 11:42:29 +0000 (21:42 +1000)]
Merge branch 'master' into TimePath/waypointsprites

# Conflicts:
# qcsrc/client/main.qc

8 years agoCreate waypoint definitions
TimePath [Mon, 24 Aug 2015 11:34:10 +0000 (21:34 +1000)]
Create waypoint definitions

8 years agoMerge branch 'Mario/minigames_merge' into 'master'
Mario [Mon, 24 Aug 2015 09:10:04 +0000 (09:10 +0000)]
Merge branch 'Mario/minigames_merge' into 'master'

Merge branch Mario/minigames_merge (L merge request)

Minigame system by Melanosuchus, about time this fine piece of work made its way into the main game.

See merge request !202

8 years agoMerge branch 'master' into Mario/minigames_merge
Mario [Mon, 24 Aug 2015 08:34:57 +0000 (18:34 +1000)]
Merge branch 'master' into Mario/minigames_merge

# Conflicts:
# _hud_descriptions.cfg
# defaultXonotic.cfg
# qcsrc/client/hud.qh
# qcsrc/client/main.qc
# qcsrc/client/progs.src
# qcsrc/client/view.qc
# qcsrc/common/constants.qh
# qcsrc/common/notifications.qh
# qcsrc/server/autocvars.qh
# qcsrc/server/cl_client.qc
# qcsrc/server/progs.src

8 years agoMove waypoint autocvars and initialization
TimePath [Mon, 24 Aug 2015 08:13:43 +0000 (18:13 +1000)]
Move waypoint autocvars and initialization

8 years agoFix the hooks for weapon and sound models, supposedly
Mario [Mon, 24 Aug 2015 07:41:31 +0000 (17:41 +1000)]
Fix the hooks for weapon and sound models, supposedly

8 years agoMerge branch 'Mario/sound_model_paths' into 'master'
Mario [Mon, 24 Aug 2015 06:57:39 +0000 (06:57 +0000)]
Merge branch 'Mario/sound_model_paths' into 'master'

Merge branch Mario/sound_model_paths (M merge request)

Adds hooks to item/weapon model & sound setting, so their paths can be customised from mods.

See merge request !201

8 years agoCombine client/server waypointsprites
TimePath [Mon, 24 Aug 2015 06:54:19 +0000 (16:54 +1000)]
Combine client/server waypointsprites

8 years agoUse the function in client code too
Mario [Mon, 24 Aug 2015 06:51:38 +0000 (16:51 +1000)]
Use the function in client code too

8 years agoMerge branch 'master' into Mario/sound_model_paths
Mario [Mon, 24 Aug 2015 06:20:09 +0000 (16:20 +1000)]
Merge branch 'master' into Mario/sound_model_paths

# Conflicts:
# qcsrc/common/items/item/powerup.qc

8 years agoHack item models
Mario [Mon, 24 Aug 2015 06:03:13 +0000 (16:03 +1000)]
Hack item models

8 years agoSupport CSQC_Ent_Update mutator hooks
TimePath [Mon, 24 Aug 2015 05:40:42 +0000 (15:40 +1000)]
Support CSQC_Ent_Update mutator hooks

8 years agoMerge branch 'TimePath/itemstime2.0' into 'master'
TimePath [Mon, 24 Aug 2015 05:41:25 +0000 (05:41 +0000)]
Merge branch 'TimePath/itemstime2.0' into 'master'

Itemstime improvements

Also fixes #1521

See merge request !200

8 years agoAdd the remaining weapon model calls
Mario [Mon, 24 Aug 2015 05:35:54 +0000 (15:35 +1000)]
Add the remaining weapon model calls

8 years agoAdd a function to control weapon sound paths with hooks
Mario [Mon, 24 Aug 2015 04:45:06 +0000 (14:45 +1000)]
Add a function to control weapon sound paths with hooks

8 years agoFix their waypoints
TimePath [Mon, 24 Aug 2015 04:24:28 +0000 (14:24 +1000)]
Fix their waypoints

8 years agoShow 50 armor and health in itemstime. Fixes #1521
TimePath [Mon, 24 Aug 2015 03:56:05 +0000 (13:56 +1000)]
Show 50 armor and health in itemstime. Fixes #1521

8 years agoUse the item system for itemstime
TimePath [Mon, 24 Aug 2015 03:45:24 +0000 (13:45 +1000)]
Use the item system for itemstime

8 years agoMerge branch 'master' into TimePath/itemstime2.0
TimePath [Mon, 24 Aug 2015 03:36:05 +0000 (13:36 +1000)]
Merge branch 'master' into TimePath/itemstime2.0

8 years agoMerge branch 'TimePath/guide_backports' into 'master'
TimePath [Mon, 24 Aug 2015 03:28:19 +0000 (03:28 +0000)]
Merge branch 'TimePath/guide_backports' into 'master'

Backport icon handling from TimePath/guide

The guide might be a while, these changes are useful for improving itemstime

See merge request !199

8 years agoBackport icon handling from TimePath/guide
TimePath [Mon, 24 Aug 2015 03:18:30 +0000 (13:18 +1000)]
Backport icon handling from TimePath/guide

8 years agoMove itemstime hud drawing into the mutator
TimePath [Mon, 24 Aug 2015 02:34:56 +0000 (12:34 +1000)]
Move itemstime hud drawing into the mutator

8 years agoAdd a few more mutator hooks to handle custom projectiles
Mario [Mon, 24 Aug 2015 02:26:11 +0000 (12:26 +1000)]
Add a few more mutator hooks to handle custom projectiles

8 years agoUse more hooks
TimePath [Mon, 24 Aug 2015 01:53:42 +0000 (11:53 +1000)]
Use more hooks

8 years agoHook reset_map_global to call Item_ItemsTime_ResetTimes()
TimePath [Mon, 24 Aug 2015 01:48:12 +0000 (11:48 +1000)]
Hook reset_map_global to call Item_ItemsTime_ResetTimes()

8 years agoMove itemstime to mutator
TimePath [Mon, 24 Aug 2015 01:43:44 +0000 (11:43 +1000)]
Move itemstime to mutator

8 years agoStop using stats for itemstime
TimePath [Mon, 24 Aug 2015 01:28:07 +0000 (11:28 +1000)]
Stop using stats for itemstime
Also fixes large armor being tracked instead of mega armor

8 years agoUse STATIC_INIT
TimePath [Mon, 24 Aug 2015 00:22:35 +0000 (10:22 +1000)]
Use STATIC_INIT

8 years agoMerge branch 'terencehill/obsolete_cvars_removal' into 'master'
Mario [Sun, 23 Aug 2015 12:39:11 +0000 (12:39 +0000)]
Merge branch 'terencehill/obsolete_cvars_removal' into 'master'

Remove obsolete sv_fraginfo* cvars

See merge request !176

8 years agoTrim spaces
TimePath [Sun, 23 Aug 2015 12:08:28 +0000 (22:08 +1000)]
Trim spaces

8 years agoMake a script safer
TimePath [Sun, 23 Aug 2015 12:06:28 +0000 (22:06 +1000)]
Make a script safer
It wiped out my .git

8 years agoFix menu compile
TimePath [Sun, 23 Aug 2015 11:15:29 +0000 (21:15 +1000)]
Fix menu compile

8 years agoMerge branch 'Mario/format_message' into 'master'
Mario [Sun, 23 Aug 2015 11:05:11 +0000 (11:05 +0000)]
Merge branch 'Mario/format_message' into 'master'

Merge branch Mario/format_message (S merge request)

More fun for chat replacement hacks

See merge request !196

8 years agoUse new item stuff
Mario [Sun, 23 Aug 2015 11:02:02 +0000 (21:02 +1000)]
Use new item stuff

8 years agoClean up chat replacement handling, add a mutator hook for extra fun
Mario [Sun, 23 Aug 2015 10:54:14 +0000 (20:54 +1000)]
Clean up chat replacement handling, add a mutator hook for extra fun

8 years agoMerge branch 'Mario/ons_updates' into 'master'
Mario [Sun, 23 Aug 2015 10:43:54 +0000 (10:43 +0000)]
Merge branch 'Mario/ons_updates' into 'master'

Merge branch Mario/ons_updates (L merge request)

Greatly improves the onslaught gamemode

See merge request !195

8 years agoMerge branch 'master' into Mario/ons_updates
Mario [Sun, 23 Aug 2015 10:42:33 +0000 (20:42 +1000)]
Merge branch 'master' into Mario/ons_updates

# Conflicts:
# qcsrc/common/mapinfo.qh

8 years agoMerge branch 'matthiaskrgr/stuff_descriptions' into 'master'
Mario [Sun, 23 Aug 2015 10:37:34 +0000 (10:37 +0000)]
Merge branch 'matthiaskrgr/stuff_descriptions' into 'master'

gametypes: change/add gametype (ctf, dm, cts...) descriptions.

Changes some gametype descriptions, inspired by TimePath/guide branch.

See merge request !182

8 years agoMake it run
Mario [Sun, 23 Aug 2015 10:28:54 +0000 (20:28 +1000)]
Make it run

8 years agoMerge branch 'master' into Mario/ons_updates
Mario [Sun, 23 Aug 2015 10:20:26 +0000 (20:20 +1000)]
Merge branch 'master' into Mario/ons_updates

# Conflicts:
# qcsrc/client/view.qc
# qcsrc/common/constants.qh
# qcsrc/server/g_damage.qc
# qcsrc/server/mutators/gamemode_onslaught.qc

8 years agoMerge branch 'Mario/turrets' into 'master'
TimePath [Sun, 23 Aug 2015 09:52:55 +0000 (09:52 +0000)]
Merge branch 'Mario/turrets' into 'master'

Mario/turrets

See merge request !194

8 years agoMerge branch 'master' into Mario/turrets
TimePath [Sun, 23 Aug 2015 08:56:02 +0000 (18:56 +1000)]
Merge branch 'master' into Mario/turrets

# Conflicts:
# qcsrc/client/progs.src
# qcsrc/common/monsters/sv_monsters.qc
# qcsrc/common/triggers/teleporters.qc
# qcsrc/common/vehicles/sv_vehicles.qh
# qcsrc/server/g_damage.qc
# qcsrc/server/g_damage.qh
# qcsrc/server/mutators/mutators_include.qc

8 years agoFix duplicate weapons/all.qc inclusion
TimePath [Sun, 23 Aug 2015 08:15:19 +0000 (18:15 +1000)]
Fix duplicate weapons/all.qc inclusion

8 years agoMerge branch 'master' into Mario/turrets
TimePath [Sun, 23 Aug 2015 08:07:27 +0000 (18:07 +1000)]
Merge branch 'master' into Mario/turrets

# Conflicts:
# qcsrc/client/main.qc
# qcsrc/client/progs.src
# qcsrc/client/tturrets.qc
# qcsrc/client/tturrets.qh
# qcsrc/common/command/generic.qc
# qcsrc/common/monsters/sv_monsters.qc
# qcsrc/common/nades.qc
# qcsrc/common/triggers/teleporters.qc
# qcsrc/server/autocvars.qh
# qcsrc/server/g_damage.qc
# qcsrc/server/g_damage.qh
# qcsrc/server/g_world.qc
# qcsrc/server/miscfunctions.qc
# qcsrc/server/mutators/mutators_include.qc
# qcsrc/server/progs.src
# qcsrc/server/tturrets/include/turrets_early.qh
# qcsrc/server/tturrets/system/system_damage.qc
# qcsrc/server/tturrets/system/system_main.qc
# qcsrc/server/tturrets/system/system_misc.qc
# qcsrc/server/tturrets/units/unit_ewheel.qc
# qcsrc/server/tturrets/units/unit_flac.qc
# qcsrc/server/tturrets/units/unit_machinegun.qc
# qcsrc/server/tturrets/units/unit_phaser.qc
# qcsrc/server/tturrets/units/unit_plasma.qc
# qcsrc/server/tturrets/units/unit_tessla.qc
# qcsrc/server/tturrets/units/unit_walker.qc
# qcsrc/server/vehicles/bumblebee.qc
# qcsrc/server/vehicles/racer.qc
# qcsrc/server/vehicles/vehicles.qc
# qcsrc/server/vehicles/vehicles_def.qh

8 years agoMerge branch 'TimePath/vehicles_cleanup' into 'master'
TimePath [Sun, 23 Aug 2015 07:29:11 +0000 (07:29 +0000)]
Merge branch 'TimePath/vehicles_cleanup' into 'master'

Vehicles cleanup

* Simplifies headers
* Uses the common registration system
* Makes vehicle definitions available to the menu for the [guide](https://gitlab.com/xonotic/xonotic-data.pk3dir/merge_requests/181)

See merge request !190

8 years agoMerge branch 'master' into TimePath/vehicles_cleanup
TimePath [Sun, 23 Aug 2015 07:13:46 +0000 (17:13 +1000)]
Merge branch 'master' into TimePath/vehicles_cleanup

# Conflicts:
# qcsrc/client/main.qc
# qcsrc/client/progs.src
# qcsrc/server/progs.src

8 years agoMerge branch 'TimePath/damagetext' into 'master'
TimePath [Sun, 23 Aug 2015 06:43:02 +0000 (06:43 +0000)]
Merge branch 'TimePath/damagetext' into 'master'

Damage text

Nice little feature to display a running total of damage. ~~Should this be on by default? Should servers be able to disable it? Are the default settings good enough?~~ done done and done.
![](https://dl.dropboxusercontent.com/u/42745598/screenshots/2015-08-23_13-24-33.png)

See merge request !192

8 years agoDescribe damagetext cvars
TimePath [Sun, 23 Aug 2015 06:23:06 +0000 (16:23 +1000)]
Describe damagetext cvars

8 years agoAdd hit sound hooks for onslaught and assault objectives
Mario [Sun, 23 Aug 2015 06:19:32 +0000 (16:19 +1000)]
Add hit sound hooks for onslaught and assault objectives

8 years agoAllow damagetext to be disabled at varying levels
TimePath [Sun, 23 Aug 2015 05:37:22 +0000 (15:37 +1000)]
Allow damagetext to be disabled at varying levels

8 years agoTweak accumulate range
TimePath [Sun, 23 Aug 2015 05:09:23 +0000 (15:09 +1000)]
Tweak accumulate range

8 years agoAllow color coded format string
TimePath [Sun, 23 Aug 2015 05:09:04 +0000 (15:09 +1000)]
Allow color coded format string

8 years agoAllow custom string format
TimePath [Sun, 23 Aug 2015 04:29:50 +0000 (14:29 +1000)]
Allow custom string format

8 years agoShow damage text for spectators
TimePath [Sun, 23 Aug 2015 04:05:55 +0000 (14:05 +1000)]
Show damage text for spectators