Changes and new features to map related classes.
authorSami Rämö <sami.ramo@ixonos.com>
Tue, 30 Mar 2010 05:53:08 +0000 (08:53 +0300)
committerSami Rämö <sami.ramo@ixonos.com>
Tue, 30 Mar 2010 05:53:08 +0000 (08:53 +0300)
commitc99e7293c0ddb1bb9bc68f3d633f5a33833bc9b0
treedd927abb4cfc627b5a3aea60a3d344ff0ab0cdda
parent932500baba9b2bd1f765a2ebbbede362883b83ec
Changes and new features to map related classes.

MapEngine::convertTileNumberToSceneCoordinate() to static, set dummy map
tiles with MapEngine::setViewLocation, added test for
MapEngine:setViewLocation, added throughout tests for MapScene::addMapTile,
added Situare binary to .gitignore.
22 files changed:
.gitignore
res/images/test_map_tiles/14_9352_4261.png [new file with mode: 0644]
res/images/test_map_tiles/14_9352_4262.png [new file with mode: 0644]
res/images/test_map_tiles/14_9352_4263.png [new file with mode: 0644]
res/images/test_map_tiles/14_9352_4264.png [new file with mode: 0644]
res/images/test_map_tiles/14_9353_4261.png [new file with mode: 0644]
res/images/test_map_tiles/14_9353_4262.png [new file with mode: 0644]
res/images/test_map_tiles/14_9353_4263.png [new file with mode: 0644]
res/images/test_map_tiles/14_9353_4264.png [new file with mode: 0644]
src/map/mapengine.cpp
src/map/mapengine.h
src/map/mapscene.cpp
src/map/mapscene.h
tests/testMap/testMapEngine/testMapEngine
tests/testMap/testMapEngine/testMapEngine.pro
tests/testMap/testMapEngine/testmapengine.cpp
tests/testMap/testMapScene/maptile.png [new file with mode: 0644]
tests/testMap/testMapScene/testMapScene
tests/testMap/testMapScene/testmapscene.cpp
tests/testMap/testMapTile/testMapTile
tests/testMap/testMapView/testMapView
tests/testMap/testMapView/testmapview.cpp