Commit Graph

19 Commits

Author SHA1 Message Date
Evan Debenham b538a00297 v0.3.4: externalized ui strings 2016-02-22 15:24:18 -05:00
Evan Debenham 4ad00d9fe2 v0.3.2: fixed tengu causing quickslot crashes in some cases 2015-11-08 04:05:38 -05:00
Evan Debenham 6313619de7 v0.3.1d: removed strict pixel align pt.2
there is no need to enforce whole interger positions for UI elements. Especially with the recent font changes this was causing alignment problems on high resolution displays.
Elements with non-whole number sizes and positions should be used sparingly, but there's no reason to strictly align them.
2015-09-15 21:32:59 -04:00
Evan Debenham e853c8c6ab v0.3.1a: fixed crashes relating to new targeting 2015-08-24 13:07:27 -04:00
Evan Debenham 0416e7f167 v0.3.1a: cleaned up quickslot autotargeting:
- quickslots will now only autotarget enemies they can actually auto-aim for.
- cleaned up code for determining which items should use targeting
2015-08-24 13:07:27 -04:00
Evan Debenham d7e849b3ab v0.3.1: quickslot autotarget now targets the closet enemy in multi-enemy situations 2015-08-24 13:04:53 -04:00
Evan Debenham 72515aee99 v0.3.1: modified a couple strings to fit better post-font changes 2015-08-24 13:04:47 -04:00
Evan Debenham d99e206b0e v0.3.1: toolbar auto-target now actually auto-targets 2015-08-24 13:04:19 -04:00
Evan Debenham 6d0f143c4b v0.3.1: allowed wands to use targeting 2015-08-24 11:37:35 -04:00
Evan Debenham 2aee4fe3c6 v0.3.0e: refactored the new findChars() function and re-added a collection of chars to Actor. Better readability and (trivially) better performance. 2015-06-21 20:59:17 -04:00
Evan Debenham 684c2caacb updated license information 2015-06-12 16:44:09 -04:00
Evan Debenham cebdff0221 cleaned up formatting:
- removed trailing whitespace
- changed all leading whitespace to tabs
- removed IDE created author comments
2015-06-12 16:22:28 -04:00
Evan Debenham 8f80762d91 v0.3.0: added mage's staff and rebalanced wand of magic magic, still needs some polish/tuning 2015-06-07 21:54:22 -04:00
Evan Debenham fc77aa9afa v0.2.4d: tweaked the ability to disable parameters on the item slot, edited quickslots to take advantage of this. 2015-03-28 16:06:10 -04:00
Evan Debenham d94847af4c v0.2.4: added some safety checks to the quickslot button 2015-03-02 17:22:04 -05:00
Evan Debenham 0d78119ab7 v0.2.4: corrected some quickslot errors 2015-03-02 17:21:42 -05:00
Evan Debenham 520131fb2d v0.2.3e: fixes, actual final commit 2015-01-21 23:55:37 -05:00
Evan Debenham a6bd3aae84 v0.2.3e: fixed a couple issues 2015-01-21 20:06:28 -05:00
Evan Debenham 2b44154ac1 v0.2.3e: refactored quick slot button, should now support multiple instances of itself tied to different quickslots, needs testing 2015-01-20 17:26:53 -05:00