1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-09-06 19:44:15 -04:00
Commit Graph

5 Commits

Author SHA1 Message Date
Tim Sarbin
bd6c5a7e0f Lots of minor code cleanup. 2018-12-08 09:32:09 -05:00
Mike Bundy
b4d362fc0d Change TextDictionary Population + Read char desc from there (#19)
* Change MPQ text reading

Previously checked for there to be exactly 3 commas, changed to check that line doesn't start with hash or slash (includes/comments) + that it has 3 or more commas.

This might cause issues later, but it's needed for now otherwise lines get skipped.

* Read in Not Xpac Char desc from dictionary

Also added a string utils class. How do I test with .Net?
2018-11-25 19:06:22 -05:00
Tim Sarbin
b456b7be82 Still trying to fix the rendering 2018-11-24 17:54:15 -05:00
Tim Sarbin
caa9c88d4e Added string table loading support 2018-11-23 17:42:01 -05:00
Tim Sarbin
6877df0b5a Added hero label text. Added dictionary. Fixed text redraw bug 2018-11-23 16:38:21 -05:00