1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-09-06 19:44:15 -04:00
OpenDiablo2/OpenDiablo2.Common
nicholasdechiara 55f8f3ef34 Mob and Playerstate (#31)
* Filled out eLevelId enum
- Added OpenDiablo2.Core.UT unit test project
- Added ELevelIdHelper class which contains code that generates the enum from the mpq data
- Added a unit test that verifies EngineDataManager works
- Added a unit test that runs the ELevelIdHelper generate function
- Renamed some enum values for constistency (e.g. Act1_Town -> Act1_Town1, as it is in the mpq)
* Retargeted OpenDiablo2.Core.UT to .net Framework 4.6.1
* Added TestConsole
TestConsole currently only supports writing the elevelids enum to a file
Also, removed elevelids generation unit test
* PlayerState and MobState
2018-11-29 21:20:29 -05:00
..
Attributes Initial commit 2018-11-22 00:18:42 -05:00
Enums Mob and Playerstate (#31) 2018-11-29 21:20:29 -05:00
Interfaces Mob and Playerstate (#31) 2018-11-29 21:20:29 -05:00
Models Mob and Playerstate (#31) 2018-11-29 21:20:29 -05:00
Properties Initial commit 2018-11-22 00:18:42 -05:00
AutofacModule.cs More cleanup 2018-11-26 19:07:46 -05:00
OpenDiablo2.Common.csproj Mob and Playerstate (#31) 2018-11-29 21:20:29 -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 Basic Character Panel and Inventory Panel drawing (#30) 2018-11-29 19:11:25 -05:00
StringUtils.cs Change TextDictionary Population + Read char desc from there (#19) 2018-11-25 19:06:22 -05:00