aboutsummaryrefslogtreecommitdiff
path: root/src/client/clientevent.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix issues with earlier CSM HUD commit (#6940)red-0012018-01-261-1/+1
| | | The CSM HUD PR caused some strange behavior including aborts due to parts of it using some slightly hacky code, the event refactor changing how events are processed and a minor oversight.
* Network proto handlers/container fixes (#6334)Loïc Blot2017-08-291-1/+1
| | | | | | | | | | * Fix HP transport + some double <-> float problems TOCLIENT_HP transport u16 hp as a u8, use u16 HP, this prevent HP over 255 to overflow across network * Fix more double/float problem in serverpackethandler & remove implicit struct type for TileAnimationParams * Fix connection unittests container
* Clientevent refactor (#6320)Loïc Blot2017-08-281-0/+170
* Refactor clientevent structure * Move structure outside of client header * Create client events on heap not stack, this remove the ClientEvent object copy * Use clientEventHandler to route events