1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

commit before content-tile separation

This commit is contained in:
Perttu Ahola 2010-12-13 21:32:35 +02:00
parent 22037459e3
commit 3ac2abb0b5
14 changed files with 368 additions and 55 deletions

View file

@ -172,25 +172,23 @@ TODO: Remove LazyMeshUpdater. It is not used as supposed.
FIXME: Rats somehow go underground sometimes (you can see it in water)
- Does their position get saved to a border value or something?
- Does this happen anymore?
SUGG: MovingObject::move and Player::move are basically the same.
combine them.
TODO: Transfer sign texts as metadata of block and not as data of
object
SUGG: Implement a "Fast check queue" (a queue with a map for checking
if something is already in it)
- TODO: Use it in active block queue in water flowing
- Use it in active block queue in water flowing
TODO: Proper looking torches.
- Signs could be done in the same way?
TODO: A mapper to map contents to tile names (for each side)
SUGG: Signs could be done in the same way as torches. For this, blocks
need an additional metadata field for the texts
Doing now:
======================================================================
TODO: A mapper to map contents to tile names (for each side)
======================================================================
*/