Commit graph

11 commits

Author SHA1 Message Date
Erik Ogenvik
9cff275fdb Fixed test. 2011-12-11 22:45:44 +01:00
Erik Ogenvik
1d5527d00f Fixed tests. 2011-11-16 21:21:14 +01:00
Erik Hjortsberg
f92be95b5e Refactor terrain mod handling.
To use the new API we need to separate out the parsing of the atlas data
to the background tasks. Since this is too tightly coupled to the
main Eris polling loop in Eris::TerrainMod we won't use that class at
all, instead directly using InnerTerrainMod. The handling of all of the
terrain data then occurs in the TerrainMod*Task classes.
2011-01-08 13:46:55 +01:00
Erik Hjortsberg
ca64cf4904 Test the Height Maps.
Instead of the underlying Mercator terrain.
2010-12-26 13:11:55 +01:00
Erik Hjortsberg
1c4a17ec47 Simplify the test. 2010-12-26 12:08:24 +01:00
Erik Hjortsberg
714ad80ae2 Added test for updating the terrain. 2010-12-25 22:45:45 +01:00
Erik Hjortsberg
3544e41b21 Added test for adding terrain mod.
This will currently fail due to a race condition in adding and removing
mods.
2010-12-19 22:15:42 +01:00
Erik Hjortsberg
c539a36d61 Make the test setup easier to follow. 2010-12-12 22:09:16 +01:00
Erik Hjortsberg
a94dd49ffc Extended tests for terrain. 2010-12-12 21:54:29 +01:00
Erik Hjortsberg
a5adce3b98 Extend tests. 2010-12-09 22:33:13 +01:00
Erik Hjortsberg
fc52eb5afa Added a terrain test. 2010-12-08 22:21:50 +01:00