1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-09-09 21:14:21 -04:00
OpenDiablo2/OpenDiablo2.Common/Interfaces
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
..
Mobs Mob and Playerstate (#31) 2018-11-29 21:20:29 -05:00
IButton.cs More cleanup 2018-11-26 19:07:46 -05:00
ICharacterPanel.cs Basic Character Panel and Inventory Panel drawing (#30) 2018-11-29 19:11:25 -05:00
IEngineDataManager.cs More cleanup 2018-11-26 19:07:46 -05:00
IFont.cs More cleanup 2018-11-26 19:07:46 -05:00
IGameEngine.cs More cleanup 2018-11-26 19:07:46 -05:00
IGameState.cs Basic Character Panel and Inventory Panel drawing (#30) 2018-11-29 19:11:25 -05:00
IInventoryPanel.cs Basic Character Panel and Inventory Panel drawing (#30) 2018-11-29 19:11:25 -05:00
IKeyboardInfoProvider.cs More cleanup 2018-11-26 19:07:46 -05:00
ILabel.cs Added support for label and button text wrappping and alignment. 2018-11-28 23:03:32 -05:00
IMapEngine.cs Map engine now fully supports multi-map rendering. 2018-11-28 21:20:01 -05:00
IMiniPanel.cs More cleanup 2018-11-26 19:07:46 -05:00
IMouseCursor.cs Added hardware mouse support with scailing 2018-11-27 20:02:18 -05:00
IMouseInfoProvider.cs More cleanup 2018-11-26 19:07:46 -05:00
IMPQProvider.cs More cleanup 2018-11-26 19:07:46 -05:00
IMusicProvider.cs More cleanup 2018-11-26 19:07:46 -05:00
IPaletteProvider.cs More cleanup 2018-11-26 19:07:46 -05:00
IPanelFrame.cs Mob and Playerstate (#31) 2018-11-29 21:20:29 -05:00
IRenderWindow.cs Source cleanup. Made the game run a little better. 2018-11-29 17:58:56 -05:00
IResourceManager.cs More cleanup 2018-11-26 19:07:46 -05:00
IScene.cs More cleanup 2018-11-26 19:07:46 -05:00
ISceneManager.cs More cleanup 2018-11-26 19:07:46 -05:00
ISprite.cs More cleanup 2018-11-26 19:07:46 -05:00
ITextBox.cs More cleanup 2018-11-26 19:07:46 -05:00
ITextDictionary.cs More cleanup 2018-11-26 19:07:46 -05:00
ITextLabel.cs More cleanup 2018-11-26 19:07:46 -05:00
ITexture.cs Forgot to commit the rest of the files.. 2018-11-27 01:04:27 -05:00