workadventure/front/src/Phaser
David Négrier bf070c33b5 Migrating front protobuf encode/decode to ts-proto lib
The ts-proto lib has the huge advantage of producing code the "Typescript" way and not the "Java" way.
In particular, for "oneof" types in protobuf, it is generating "ADT" that can be used to check if we forgot or not to deal with a type.
2022-01-03 15:52:46 +01:00
..
Companion Refactoring with a MapStore 2021-12-14 14:47:25 +01:00
Components Fixing prettier 2021-11-24 17:02:11 +01:00
Entity Merge branch 'develop' of github.com:thecodingmachine/workadventure into feat/follow-woka 2021-12-23 16:04:59 +01:00
Game Migrating front protobuf encode/decode to ts-proto lib 2022-01-03 15:52:46 +01:00
Helpers moved gettingSnapshot logic into TexturesHelper 2021-12-10 12:02:14 +01:00
Items detecting zoe enter and leave events 2021-12-04 17:11:49 +01:00
Login Improving tests, WIP 2021-12-03 09:28:30 +01:00
Map fix wrong layer names after re-enter room 2021-09-09 08:47:38 +02:00
Player Migrating followStates and followRoles from a const object to a type restricted to only the string values allowed. 2021-12-24 15:49:25 +01:00
Reconnecting Pretty fix 2021-12-06 18:20:06 +01:00
Services cleanup 2021-12-07 13:18:36 +01:00
UserInput Merge branch 'develop' of github.com:thecodingmachine/workadventure into feat/follow-woka 2021-12-23 16:04:59 +01:00