1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-07-05 20:55:23 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Tim Sarbin
c85b2bc605 Minor cleanup. Added object and object type data dictionaries. Map loader now includes object and tag data 2018-12-14 14:48:36 -05:00
Tim Sarbin
dbd3e0b74f Minor updates to map engine. 2018-12-10 21:43:06 -05:00
Tim Sarbin
86547875fd Replaced all system exceptions with OpenDiablo2Exception 2018-12-08 12:08:01 -05:00
Tim Sarbin
6907d8e507 Created ServiceBus project and moved interfaces to subfolders. 2018-11-29 22:12:40 -05:00
Tim Sarbin
e5c9af0367 Source cleanup. Made the game run a little better. 2018-11-29 17:58:56 -05:00
Tim Sarbin
9697c1bf6d Fixed x86 reference in project and sln 2018-11-26 19:24:04 -05:00
nicholasdechiara
02e101edb8 Filled out eLevelId enum (#16)
* 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
2018-11-25 14:12:25 -05:00