1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-07-08 22:34:18 -04:00
Commit Graph

5 Commits

Author SHA1 Message Date
Lectem
aa906291d8 Fix build error CS0012: The type 'IEnumerable<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. (#57) 2018-12-22 11:56:08 -05:00
Tim Sarbin
4ae59dfcc0 Merge branch 'master' of github.com:essial/OpenDiablo2 2018-12-15 17:49:59 -05:00
Tim Sarbin
d911a76cad Restructured how movement works. Restructured network protocols. Player ID is now GUID based. 2018-12-15 17:42:36 -05:00
nicholasdechiara
be29a0017e Address Patch MPQ Issue (#52)
* Address patch mpq issue

Game can now load patch mpq files and will do so instead of a regular mpq version if a patch version exists.
Updated level details & char stats loading

* deleted screenshots

* merge fixes

* Fix weapon.cs

Code column moved over one in patch mpq

* Fixes: armor/misc/weapon column adjustment and mapgen autofac fix

* Fix SelectHeroClass to work with None herotype
2018-12-15 12:18:32 -05:00
Tim Sarbin
dbd3e0b74f Minor updates to map engine. 2018-12-10 21:43:06 -05:00