1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-27 17:45:24 +00:00
OpenDiablo2/OpenDiablo2.Common
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
..
Attributes Initial commit 2018-11-22 00:18:42 -05:00
Enums Rendering refactor 2018-11-25 14:15:13 -05:00
Interfaces Added map caching. Improved map rendering a little bit. 2018-11-25 18:37:53 -05:00
Models Added map caching. Improved map rendering a little bit. 2018-11-25 18:37:53 -05:00
Properties Initial commit 2018-11-22 00:18:42 -05:00
OpenDiablo2.Common.csproj Change TextDictionary Population + Read char desc from there (#19) 2018-11-25 19:06:22 -05:00
packages.config Started work on character select screen. Disabled audio to prevent crashes. 2018-11-22 20:23:00 -05:00
Palettes.cs Cleaned up rendering logic to reduce verbose code 2018-11-22 14:30:37 -05:00
ResourcePaths.cs UI: (Small) Minipanel Implementation (#15) 2018-11-25 13:13:24 -05:00
StringUtils.cs Change TextDictionary Population + Read char desc from there (#19) 2018-11-25 19:06:22 -05:00