- Implemented delta updates.
commitdac4b5bc37c15bed684b01743e9b8676f4edd3ff
authorMathias Gottschlag <mathias-go@web.de>
Sat, 24 Jan 2009 19:01:00 +0000 (24 20:01 +0100)
committerMathias Gottschlag <mathias-go@web.de>
Sat, 24 Jan 2009 19:01:00 +0000 (24 20:01 +0100)
treeb3c697dbeb814f22c6fcaf4c4315ef7daa32ca76
parent4d08a2822b69ef24e43b5a0c150903002f75977e
- Implemented delta updates.
- Buffer position can now be moved relatively into both directions.
engine/include/core/Buffer.h
engine/include/core/Entity.h
engine/include/core/Game.h
engine/src/core/Buffer.cpp
engine/src/core/Entity.cpp
engine/src/core/Game.cpp
test/src/main.cpp