Quentin Bazin
|
d5f5082bb0
|
Added -Wconversion and fixed warnings.
This mostly forces the casts to be explicit.
|
2021-06-09 04:36:26 +02:00 |
|
Quentin Bazin
|
3351fe2432
|
[scene] Components, controllers and factories now have their own subfolders.
|
2020-04-29 21:17:28 +02:00 |
|
Quentin Bazin
|
1d7782c54a
|
[.travis.yml] Small fix. [entt] Updated.
|
2020-04-29 21:17:28 +02:00 |
|
Quentin Bazin
|
ea88e40c54
|
[AnimationComponent] Now serialized.
|
2020-04-29 21:17:28 +02:00 |
|
Quentin Bazin
|
5baec80fb0
|
[RotationComponent] Added.
|
2020-04-29 21:17:28 +02:00 |
|
Quentin Bazin
|
580789deee
|
[NetworkComponent|NetworkController] Added.
|
2020-04-29 21:17:28 +02:00 |
|
Quentin Bazin
|
1b153d131f
|
[AnimationController] Moved client-side.
|
2020-04-29 21:17:28 +02:00 |
|
Quentin Bazin
|
2d3f1efd58
|
[SceneSerializer] Now using entt::continuous_loader.
|
2020-04-29 21:17:28 +02:00 |
|
Quentin Bazin
|
5daa09389c
|
Now using C++17 entt version.
|
2020-04-29 21:17:28 +02:00 |
|
Quentin Bazin
|
0ebf4b60f9
|
[entt] Small tweaks for compatibility with C++17 version.
|
2020-04-29 21:17:28 +02:00 |
|
Quentin Bazin
|
4909d1dbc2
|
[ServerWorld] Sending Scene state more often.
|
2020-04-29 21:17:28 +02:00 |
|
Quentin Bazin
|
419fc8b46c
|
Entities completely serialized.
|
2020-04-29 21:17:28 +02:00 |
|
Quentin Bazin
|
d8a3b0a7a4
|
[CollisionController] Now server-side.
|
2020-04-29 21:17:28 +02:00 |
|
Quentin Bazin
|
ef3e05278a
|
Got rendering working.
|
2020-04-29 21:17:28 +02:00 |
|
Quentin Bazin
|
2f4188bf4a
|
Entity serialization is almost complete, only rendering data left.
|
2020-04-29 21:17:28 +02:00 |
|
Quentin Bazin
|
a361f9e01b
|
Working on entity serialization.
|
2020-04-29 21:17:28 +02:00 |
|
Quentin Bazin
|
38c49f98c6
|
[AnimationComponent] Added new animation type: translation. [ItemDropFactory] Improved animation.
|
2020-04-29 21:17:28 +02:00 |
|
Quentin Bazin
|
53460f2340
|
[Scene] Now using AbstractController instead of static classes.
|
2020-04-29 21:17:28 +02:00 |
|
Quentin Bazin
|
d090e6903d
|
[Scene] Splitted into Controllers. [Config] New 'useItemDrop' option.
|
2020-04-29 21:17:28 +02:00 |
|
Quentin Bazin
|
fbbeae5f7f
|
[InventoryCube] Texture rendering fixed.
|
2020-04-29 21:17:28 +02:00 |
|
Quentin Bazin
|
4a9007fc49
|
[Scene] Test item drop entity almost working.
|
2020-04-29 21:17:28 +02:00 |
|
Quentin Bazin
|
5815549f7d
|
[Scene] Added. [external/entt] Added.
|
2020-04-29 21:17:28 +02:00 |
|