Garry's Mod
Hit Numbers
Mostrando 21-30 de 32 aportaciones
< 1  2  3  4 >
Actualización: 4 JUL 2013 a las 2:19 p. m.

- skip renderer setup if there are no indicators to draw. further increases performance. (slightly)

Actualización: 4 JUL 2013 a las 1:55 p. m.

- added convar 'sv_hitnums_allowusertoggle' (defaulted OFF (0)). when enabled, user is allowed to show/hide indicators for themselves via client convar 'hitnums_enable'.
- server convar 'sv_hitnums_show' has been renamed to 'sv_hitnums_enable' ... it just makes more sense that way.
- removed 2d 'legacy' hit numbers because they're ugly, ineffecient, and I doubt anyone actually uses them. I want to focus more on 3d text effects.
- optimized indicator rendering performance. (now using surface library, indicator font no longer antialiased (AA made nearly no difference except slow down the rendering process))
- fixed 'sv_hitnums_ignorez' not working properly, it was a dumb mistake on my part.
- indicators ignored for attacker if the attacker is also the targer.
- formatted the code for easier modification. source now available on github here: http://github.com/ief015/hitnumbers

Actualización: 15 JUN 2013 a las 1:36 p. m.

- Fixed issue not loading in linux servers. (Linux servers don't load addons with capitals in them.)

Actualización: 22 MAR 2013 a las 4:35 p. m.

- Added sv_hitnums_breakablesonly 0/1

Actualización: 20 MAR 2013 a las 2:08 p. m.

- Added IgnoreZ server console command.
- Improved indicator creation.

Actualización: 26 FEB 2013 a las 1:08 p. m.

Fixed potential crash when player joins.

Actualización: 7 DIC 2012 a las 12:25 a. m.

Modified calculation of velocities for indicators.

Actualización: 6 DIC 2012 a las 7:29 p. m.

Added critical hits
Added console command "sv_hitnums_showalldamage 0/1"

Actualización: 6 DIC 2012 a las 5:27 a. m.

Added 3D text mode
You can go back to 2D text mode with "hitnums_3dtext"
Changed command "ief_toggle_hitnums" to CVar "hitnums_enable"

Actualización: 4 DIC 2012 a las 2:36 p. m.

Added server cvar 'sv_hitnums_show' to disable this addon server-wide.
0 to disable, 1 to enable.