Commit graph

19 commits

Author SHA1 Message Date
Erik Ogenvik
5eafe97489 Remove the Domain namespace.
It's simpler for everyone if we put the domain structures in the "Ember"
namespace directly.
2014-04-07 20:46:53 +02:00
Erik Ogenvik
6735360634 Fix tests. 2014-02-19 21:25:35 +01:00
Erik Ogenvik
5d5a75edf7 Fix tests. 2013-12-23 21:59:31 +01:00
Erik Ogenvik
86e6dd0aa2 Make sure terrain mod is deleted. 2012-12-15 13:20:37 +01:00
Erik Ogenvik
c80636cdd7 Fixed various compiler warnings. 2012-12-15 11:49:00 +01:00
Erik Ogenvik
cd0e106020 Fix tests. 2012-11-23 21:49:26 +01:00
Erik Ogenvik
83b4491e53 Use correct right angle brackets templates.
This is mainly just becuase it looks better. And we can do it now with
C++11.
2012-11-17 22:54:26 +01:00
Erik Ogenvik
6fcf5c96f9 Replace boost::thread with std::thread. 2012-11-17 22:54:25 +01:00
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