1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-19 21:55:24 +00:00
OpenDiablo2/d2common
presiyan-ivanov 88326b5278
Initial cast overlay implementation. Fix HeroSkill deserialization & map entities processing crashing for remote client. (#766)
* Casting a skill now plays the corresponding overlay(if any).

* Prevent a crash caused by nil pointer in HeroSkill deserialization, happening when
unmarshalling HeroSkill from packets as a remote client.

* Add PlayerAnimationModeNone to handle some of the Skills(e.g.
Paladin auras) having "" as animation mode.

* Joining a game as remote client now waits for map generation to finish
before rendering map or processing map entities. This is temporary hack to prevent the game from
crashing due to concurrent map read & write exception.

* Send CastSkill packet to other clients.

Co-authored-by: Presiyan Ivanov <presiyan-ivanov@users.noreply.github.com>
2020-10-10 18:47:51 -04:00
..
d2cache organize d2common pakage (#716) 2020-09-08 15:58:35 -04:00
d2calculation organize d2common pakage (#716) 2020-09-08 15:58:35 -04:00
d2data Removing the rest of the d2data singletons (#742) 2020-09-20 20:30:27 -04:00
d2datautils organize d2common pakage (#716) 2020-09-08 15:58:35 -04:00
d2enum Initial cast overlay implementation. Fix HeroSkill deserialization & map entities processing crashing for remote client. (#766) 2020-10-10 18:47:51 -04:00
d2fileformats Adds error handling everywhere (#743) 2020-09-23 13:30:54 -04:00
d2geom organize d2common pakage (#716) 2020-09-08 15:58:35 -04:00
d2interface Help and Escape Menu click through and close behavior (#761) 2020-10-07 21:20:05 -04:00
d2loader Adds error handling everywhere (#743) 2020-09-23 13:30:54 -04:00
d2math lint fixes (#727) 2020-09-12 16:25:09 -04:00
d2path organize d2common pakage (#716) 2020-09-08 15:58:35 -04:00
d2resource Add gamble.txt loader (#764) 2020-10-10 18:45:28 -04:00
d2util Adds error handling everywhere (#743) 2020-09-23 13:30:54 -04:00
doc.go moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00