- Jan 10, 2015
-
-
Alex Ksandra authored
-
- Jan 09, 2015
-
-
Alex Ksandra authored
-
DarkGod authored
-
DarkGod authored
improve resolution chooser
-
- Jan 08, 2015
-
-
DarkGod authored
-
DarkGod authored
Melee range Rewrites the majority of melee talents to check the talent's range field instead of hardcoding the distance. This involved: - Actually giving a range to talents that didn't have one. - Replacing the range check with a call to canProject(tg, x, y) - Moving many hardcoded tg values into a target field, and using getTalentTarget instead. - Adding an is_melee and is_special_melee (shields) flag to talents (unnecessary, but potentially useful). Also made it easier to have talents replace the Attack talent, like double strike. I've run a character up through level 15, but otherwise haven't done much testing.
-
DarkGod authored
Upvalue slowdown That seems to improve loading times by roughly 5 seconds on my toaster.
-
DarkGod authored
tableSample (Based on another MR, sorry) added tableSampleIterator and stuff in Actor.lua now actually uses a bit of both.
-
Alex Ksandra authored
-
DarkGod authored
-
http://git.net-core.org/0player/t-engine4DarkGod authored
Merge branch 'callbackvaluefix' of http://git.net-core.org/0player/t-engine4 into 0player/t-engine4-callbackvaluefix Conflicts: game/modules/tome/data/damage_types.lua
-
DarkGod authored
add vo:addQuad
-
- Jan 07, 2015
- Jan 06, 2015
- Jan 05, 2015
- Jan 03, 2015
- Jan 02, 2015
-
-
DarkGod authored
-
DarkGod authored
Merge branch 'crit-shrugoff-fix' of http://git.net-core.org/grayswandir/t-engine4 into grayswandir/t-engine4-crit-shrugoff-fix Conflicts: game/modules/tome/data/damage_types.lua
-
- Jan 01, 2015
- Dec 31, 2014
-
-
DarkGod authored
-
DarkGod authored
-
DarkGod authored
-
DarkGod authored
Map effects can update once per game turn instead of once per base turn; all following map effects now use this for more precision
-
DarkGod authored
try to make the apprentice never be able to pop on angolwen exit, although I cant understand how ti sometimes bork
-
DarkGod authored
-
Alex Ksandra authored
now iterCallbacks that yields callback, priority, kind, so you can safely ignore everything but the first.
-
DarkGod authored
-
Alex Ksandra authored
-