Commit Graph

33 Commits (c3d7ee5a9edf8c6fca0284c4e9d4148b51327f1c)

Author SHA1 Message Date
Miloslav Číž c3d7ee5a9e Resolve merge conflicts 6 years ago
Miloslav Číž db8aaa74d6 Start cell border debug drawing 6 years ago
scrawl 123f7b83d5
Make the CompositeMapRenderer use available time and add related setting 6 years ago
Kyle Cooley 2eacc2f093 Changes to land creation, add ability to specifically clear terrain cache 7 years ago
scrawl ac78d01b2b Terrain: use the main camera's viewpoint for intersection tests
Fixes lag spikes caused by intersection tests loading/unloading terrain pages.
7 years ago
Ewan Higgs 38a2de3c51 convert std::autor_ptr to std::unique_ptr, originally by Ewan Higgs and updated by Bret Curtis 7 years ago
scrawl 6ccb6009ee Use the View-based preloading for TerrainGrid as well 7 years ago
scrawl 3c29e2dbeb Refactor ownership of terrain views 7 years ago
scrawl e7a0878c10 Add CompositeMapRenderer info to the stats panel 7 years ago
scrawl 683e625c6c Rewrite CompositeMapRenderer to be based on Drawable and share the FBO 7 years ago
scrawl 4baa795152 Add preloading implementation to QuadTreeWorld 7 years ago
scrawl 4dbd224249 Hide the terrain in non-exterior cells 7 years ago
scrawl 5a3c645c89 Enable lazy compiling of composite maps 7 years ago
scrawl ce8c4ad4f5 Add quad tree implementation (no rendering yet) 7 years ago
scrawl 14225a42c6 Remove unused pointer to IncrementalCompileOperation 7 years ago
scrawl c487df0abb Move updateTextureFiltering and material into the base class 7 years ago
scrawl 5eff286c71 Use separate node mask and parent for CompositeMapRenderer to allow the loading screen to pre compile composite maps. 7 years ago
scrawl 35d53acc65 Factor out terrain chunk loading/caching into a new resource manager 7 years ago
scrawl 804f873649 terrain: factor out texture caching into a separate class 7 years ago
scrawl 8f79fa3d72 Add resource statistics panel opened with F4 7 years ago
scrawl e05d975020 Change the way that texture filtering settings are applied at runtime 8 years ago
scrawl 0865cea211 Preload terrain 8 years ago
scrawl 6ef848b7c5 Remove TextureManager::getTexture2D
Instead use getImage and let the caller create the Texture. Sharing of textures is then handled in post by the SharedStateManager.

This is closer to what the OSG serializer does.

Streamlines the TextureManager and will make it easier to multithread.
8 years ago
scrawl 98571148b0 Remove custom license for terrain code
Now that it's no longer a stand-alone component, there's not much point in custom licensing it.
9 years ago
scrawl cdd0623009 Terrain rendering 9 years ago
jacmoe ee574e08ef MIT License header added to all terrain component files. 9 years ago
scrawl e25fa6c157 Refactor non-distant land terrain path to a grid based implementation (Fixes #1562) 10 years ago
scrawl 1d926816b5 Terrain: background load blendmaps & layer textures. Refactor QuadTree update. 10 years ago
scrawl 97c3efb3ba Terrain: decoupled Chunk from QuadTreeNode. 10 years ago
scrawl 195071efc7 Terrain: geometry is now loaded in background threads.
TODO: background load layer textures and blendmaps.
"Distant land" setting has been removed for now (i.e. always enabled).
10 years ago
scrawl c9e349f60f Terrain: support alternate coordinate systems. Get rid of LoadingListener for now 10 years ago
scrawl 1fba5d1bb9 Terrain: change world bounds from AABB to 4 floats 10 years ago
scrawl 839d251cc5 Renamed Terrain::Terrain to Terrain::World to make VC happy 11 years ago