Commit graph

14 commits

Author SHA1 Message Date
Tamas Bates
2c5ceb1f71 Experimenting with Ogre and modifiers. So far I've been able to get a modifier applied to a terrain segment, and I'm experimenting with a method for showing which segments have modifiers applied to them. So far it doesn't look like there is a function that will tell you if a given segment has a modifier applied to it, so Ember may need to keep a list of segments with modifiers. This may have been a good idea, anyway, since searching all of the segments in the world every time you wanted to know which ones had modifiers on them could get expensive, and may cause problems if we try to apply a modifier across multiple segments. 2008-06-13 22:44:31 -07:00
Erik Hjortsberg
667c84271d 2006-09-24 Erik Hjortsberg <erik@katastrof.nu>
* TODO: updated list
2006-09-24 12:59:32 +00:00
Erik Hjortsberg
0cb02d276d 2006-09-09 Erik Hjortsberg <erik@katastrof.nu>
* ember.conf: esc doesn't quit; it's too useful to reserve for cancelling game operations
	* TODO: updates
	* src/components/ogre/widgets/InspectWidget.cpp, src/components/ogre/widgets/InspectWidget.h: added ability to move entities
2006-09-09 19:36:57 +00:00
Erik Hjortsberg
44c5b496c8 2006-07-10 Erik Hjortsberg <erik@katastrof.nu>
* ember.in: updated media handling
	* TODO: updates
2006-07-10 20:21:36 +00:00
Erik Hjortsberg
1ae4f9cba4 2006-01-30 Erik Hjortsberg <erik@katastrof.nu>
* src/components/ogre/EmberOgre.*:
        * use the LoadingBar to show startup progress
        * moved resource loading to OgreResourceLoader
    * src/components/ogre/GUIManager.cpp: use the Gui resource group for the gui
    * src/components/ogre/OgreResourceLoader.*: class used for loading resources and setting up reource paths
    * src/components/ogre/resources.cfg: divided the resources into more efficient groups, most notably the bootstrap
    * TODO: updated
    * src/components/ogre/cegui/datafiles/imagesets/TaharezLook.imageset, src/components/ogre/cegui/datafiles/imagesets/TaharezLookMouse.imageset,  src/components/ogre/cegui/datafiles/imagesets/WindowsLook.imageset,
src/components/ogre/cegui/datafiles/imagesets/iconset_mason.imageset,  src/components/ogre/cegui/datafiles/imagesets/iconset_standard.imageset: updated paths
2006-01-30 01:16:04 +00:00
Erik Hjortsberg
de4378bee4 2005-09-19 Erik Hjortsberg <erik@katastrof.nu>
* TODO: added some more items
2005-09-19 21:36:47 +00:00
Erik Hjortsberg
156e2a4217 2005-09-05 Erik Hjortsberg <erik@katastrof.nu>
* TODO: updated items
2005-09-05 19:14:17 +00:00
Erik Hjortsberg
04168fac61 2005-07-13 Erik Hjortsberg <erik@katastrof.nu>
* TODO: added more items
	* src/components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScaperenderable.cpp:
		* don't count delta values beyond 7 meters when determining LOD, since such values must either be counted as spurious, or part of a larger cliff face, which would bring many GPUs to their knees even when seen from afar. In the future we might perhaps need to implement a better LOD mechanism, although the consensus these days seems to solve the LOD issue with brute force, i.e. counting no modern GPUs being so much tailored to handling large amounts of vertices that they have no problems handling low LOD levels. We would however want a better path for old cards too.
		* also don't count heights of 0 when doing LOD, since these are probably from uninitialized Mercator segments
2005-07-13 19:49:04 +00:00
Erik Hjortsberg
3a2ff5c8b8 2005-06-16 Erik Hjortsberg <erik@katastrof.nu>
* TODO: added some more items
2005-06-16 18:15:37 +00:00
Erik Hjortsberg
5c0980d215 2005-05-31 Erik Hjortsberg <erik@katastrof.nu>
* TODO: added items
2005-05-31 20:03:32 +00:00
Erik Hjortsberg
1569a783ac 2005-05-03 Erik Hjortsberg <erik@katastrof.nu>
* TODO: added more ideas of upcoming features
2005-05-02 22:07:20 +00:00
Erik Hjortsberg
d59ffe1794 2005-01-22 Erik Hjortsberg <erik@katastrof.nu>
* updated INSTALL, TODO and README texts
	* added support to the config file for fog distance and camera movement
	* added some more error checking code. If some media is missing it should only report the error and continue.
2005-01-22 22:54:28 +00:00
Miguel Guzmán
45ee276510 ...and the ChangeLog 2003-09-28 15:21:23 +00:00
Miguel Guzmán
309bd8ee36 * TODO: added todo list 2003-09-05 15:21:44 +00:00