CharacterCore
not being updated, but I'm not sure, nor do I have the setup to test it.TeamCore
, CharacterCore
, Character
0b3f3b0
Rewrite of prediction code, with additional prediction - trml
92ef0b0
Collapse if statements - trml
c5c837e
Revert dummy input fix (which wasn't a sufficient fix) - trml
e88459a
Make more variables private - trml
78c8f42
Put public members in a single block - trml
3d8bd17
Add extended data to CCharacter and improve prediction of super/solo/endless/superjump - trml
681f309
Remove the dummy prediction - trml
526af03
Merge #1620 - bors[bot][2/4] Building CXX object CMakeFiles/DDNet.dir/src/game/client/prediction/gameworld.cpp.o
src/game/client/prediction/gameworld.cpp: In member function โvoid CGameWorld::CreateExplosion(vec2, int, int, bool, int, int64_t)โ:
src/game/client/prediction/gameworld.cpp:305:23: warning: โ#โtarget_mem_refโ not supported by dump_expr#<expression error>โ may be used uninitialized in this function [-Wmaybe-uninitialized]
vec2 Diff = apEnts[i]->m_Pos - Pos;
@trml