Commit Graph

219 Commits

Author SHA1 Message Date
5adc3e84e4 Improved property list support (see #24)
Improved property list support
Added Stat.encodeValue and Stat.encodeParam to pack the values into single ints
Rewrote adding properties to property list to be closer to game code
2019-03-28 15:57:35 -07:00
754f4be60d Switched to correct gem mode by using gemapplytype column (See #24) 2019-03-28 03:27:13 -07:00
20b84c80b9 Added support for aggregating socket item properties with parent item properties 2019-03-28 02:33:40 -07:00
207fe4fe97 Implemented https://github.com/collinsmith/diablo/issues/24#issuecomment-477507256 2019-03-28 02:27:15 -07:00
7f6befd4d0 Added references to Gems and Properties excels 2019-03-28 01:45:02 -07:00
b1cd95e481 Added support for gem/rune descriptions (see #24)
Added support for gen/rune descriptions (unsocketed only)
Rune names display as Riiablo.colors.orange
Expanded PropertyList API to support some package methods
Added Stat.Instance constructor including param field
Inherent item details are printed for all items now when present
Added Stat.Instance.format() and preparing to remove Stat.Instance.format(boolean)
Added description specific to socketables ("Can be Inserted into Socketed Items")
2019-03-28 01:28:20 -07:00
71a00195ea Second iteration improvement for #24
Added support for stat aggregation
Added support for stat value adding
Organized property lists more appropriately with well-defined indexes
Disabled set item stats until support is added for only using the appropriate property list
2019-03-27 20:48:05 -07:00
0d1fe7905c See https://github.com/collinsmith/diablo/issues/25#issue-426280304
Hack to disable first strModEnhancedDamage key in patchstring.tbl
2019-03-27 20:30:46 -07:00
25ab0a7d4c Whoops, changed it to 0 on accident, should be 1 since this is parameterized now (see #19) 2019-03-27 19:43:46 -07:00
2d132fd774 See https://github.com/collinsmith/diablo/issues/19#issuecomment-477423382 2019-03-27 19:42:24 -07:00
2a362cf64a First iteration improvement for #24 2019-03-26 15:29:21 -07:00
0ae8cddf60 Relaxed requirements on method added documentation for purpose 2019-03-25 22:42:40 -07:00
96eff08efd Optimization to pixmap wrapper to upload pixels faster 2019-03-24 01:06:33 -07:00
076adfe9b4 Committing toFloat method and minor cleanup 2019-03-23 04:44:40 -07:00
376c574dd8 Added class only string to item label 2019-03-23 04:01:37 -07:00
43e6eae12a Improved item drop labels
Improved item drop labels
Created Item Details header table
Changed Entity label to be an Actor
Changed ItemHolder label to the item details header
Added copy constructor to Label
2019-03-23 03:26:15 -07:00
174c1cbb53 Added per-component alpha support
Added per-component alpha support
Added support for drawing equipped ethereal items as partly transparent
Cleaned up Animation.Layer API a bit
2019-03-23 02:35:29 -07:00
747b877980 Added additional fields to item excel files 2019-03-23 02:19:46 -07:00
d78d36f840 Added support for some item properties 2019-03-23 02:18:58 -07:00
685c999425 Fixed class skill levels format string 2019-03-23 01:35:32 -07:00
0393745c88 Added charm descriptor 2019-03-22 23:38:39 -07:00
73ad05635a Added quantity stat and book stat
Added quantity stat and book stat
Moved wand to staff category
2019-03-22 23:36:01 -07:00
e643ad5cae Rewrote stat format strings
Rewrote stat format strings (should be correct)
Rewrote item details builder
Changed stat impl to use a map for item inherent stats
Added inherent stats header
Added ethereal/socket footer
Added potion right click description
Added placeholders for many item inherent stats
2019-03-22 23:27:39 -07:00
5af8068452 Updated ENCODED_COUNT to be more accurate (see #19) 2019-03-22 18:03:44 -07:00
c547c36286 Tapping button to close quick spells panel will not longer cast spell 2019-03-22 15:25:59 -07:00
d388d23acd Improved in-game input auto-focus and keyboard handling 2019-03-22 15:23:18 -07:00
b3ef6de98b Added runes row to item details for socketed runes 2019-03-22 03:41:46 -07:00
2567b4cf4f Improved set items impl (see #21) 2019-03-22 03:11:47 -07:00
cdfc592a7d Added support for set item set list 2019-03-22 02:17:40 -07:00
703571c989 Added item stat grouping (needs optimization) 2019-03-22 02:03:01 -07:00
852dc8c889 Added support for descfunc 15 and 16 2019-03-22 01:19:12 -07:00
29677d6269 Added item stat name format support for most stats
Added item stat name format support for most stats
Added CharStats excel
Added CharStats.Entry retrieval from CharacterClass
Fixed bug when retrieving class id from skill without a class
Added classId and CharacterClass lookups from Skills excel
2019-03-22 00:16:16 -07:00
e239372540 Added item stat encoding support
Added item stat encoding support
Changed item stats to use array (items can have multiple copies of same stats, e.g., add 2 different skills)
Adjusted some item encoding count values (see issue #19)
2019-03-21 22:48:20 -07:00
a649639e3a Minor fixes
ControlPanel left/right skills will change to aura color if aura
Moved yoffset down a bit for weapon alternates
2019-03-21 15:57:47 -07:00
0aa620d79b Added item stat list to item details 2019-03-21 15:48:05 -07:00
0429e456d8 Implemented item attr lists 2019-03-21 15:36:43 -07:00
c31f4a969c Added support for extended item data (no magical data yet) 2019-03-21 05:21:11 -07:00
46a0d81b23 Moved details init to Item.load() 2019-03-21 04:07:10 -07:00
18f4325dff Added player actions array (left/right skills)
Added player actions array (left/right skills)
Temporary fix for non-existing complex casting modes
2019-03-21 01:56:11 -07:00
c284e1f7fa Added support for stand-still casting for left skill 2019-03-21 01:53:12 -07:00
5863c1ce71 Fixes #9 2019-03-20 17:42:51 -07:00
6da8268c4a NPCs will now go to neutral mode when interacted with 2019-03-20 01:16:01 -07:00
c160d4d76b Added a couple extra spell buttons 2019-03-20 01:09:31 -07:00
c0e8a87876 Increased button sizes on mobile 2019-03-20 01:06:19 -07:00
4624f6c3d3 Implemented default skills set by save file 2019-03-20 00:52:55 -07:00
72164128c8 Fixed touchpad order (now behind left panels) 2019-03-19 23:24:48 -07:00
3cfb3f1047 Added weapon swap button to mobile panel 2019-03-19 21:09:53 -07:00
d1a8719ae5 Added casting on mobile 2019-03-19 21:03:06 -07:00
24fe7a9583 Implemented HotkeyButton skill ids
Implemented HotkeyButton skill ids
Changed GameScreen to cast active right hand skill on right click
2019-03-19 21:01:26 -07:00
ef8f298f92 Tapping skill button when SpellsQuickPanel is visible will hide it 2019-03-19 20:40:19 -07:00