Google-Code-Fork / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

map.GetTiles needs to be optimized: option to check only current floor #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
map.GetTiles currently searches through the entire map looking for the
specified tiles. For most purposes, it is sufficient to search only the
floor where the player currently stands. This optimization should be
implemented with a boolean value, because some functions might require that
the tiles are found on any floor.

Original issue reported on code.google.com by ian320 on 27 Mar 2008 at 1:57

GoogleCodeExporter commented 9 years ago
Done!

Original comment by hugo.per...@gmail.com on 27 Mar 2008 at 2:14