1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-08-07 15:44:07 +00:00

Commit graph

  • 728e9cce5a Merge remote branch 'lgro/config_fixes' Marc Zinnschlag 2012-02-24 09:03:48 +0100
  • 69a00df01a submodule update (uncommon crash fix) Marc Zinnschlag 2012-02-24 08:56:27 +0100
  • 4188654418 Merge remote-tracking branch 'upstream/master' Nikolay Kasyanov 2012-02-24 11:07:55 +0400
  • 08f3ecf935 Slightly better performance on animation2 Jason Hooks 2012-02-24 01:30:17 -0500
  • fb51b281b2 Slightly better performance on animation Jason Hooks 2012-02-24 01:16:30 -0500
  • d97854be00 Bug fixes for configuration handling. Lukasz Gromanowski 2012-02-23 23:21:17 +0100
  • 3da6af6e38 Bug fixes for configuration handling. Lukasz Gromanowski 2012-02-23 23:01:42 +0100
  • af83742e6f - disable the sky renderer completely in interior cells - SkyManager update (initial sun glare effect, no raycast) scrawl 2012-02-23 21:44:56 +0100
  • d9c02ca526 - added isCellExterior / isCellQuasiExterior methods to World - interior now have the sun disabled properly (and ambient managed by cell, not sky) scrawl 2012-02-23 21:12:06 +0100
  • 90af78e3b8 attempt to fix openmw's lighting (restored the sun, set proper ambient value outside) - the fix should remain in this branch since the main branch still has the lighting by caelum scrawl 2012-02-23 20:33:34 +0100
  • f6a80bfc95 Small define/include fixes for compiling on windows Alexander "Ace" Olofsson 2012-02-23 20:06:06 +0100
  • a5720e9a4f set sky colors according to time of day scrawl 2012-02-23 19:49:56 +0100
  • 26bd2be1e8 Merge branch 'equipment' into next Marc Zinnschlag 2012-02-23 13:02:20 +0100
  • 8f60d5b180 made container store data members private Marc Zinnschlag 2012-02-23 13:01:53 +0100
  • af23cc352e more cleanup Marc Zinnschlag 2012-02-23 12:58:12 +0100
  • 699246e54b removed insertIntoContainer function from MWWorld::Class hierarchy Marc Zinnschlag 2012-02-23 12:53:48 +0100
  • f39aa2a68d changed take action to use the new container store interface Marc Zinnschlag 2012-02-23 12:38:25 +0100
  • 1d551030d1 container related script instruction are using the new container interface now Marc Zinnschlag 2012-02-23 12:34:51 +0100
  • e13e858c7a fixed container store iterator; new add function Marc Zinnschlag 2012-02-23 12:34:25 +0100
  • b7ea110632 manually created objects were initialised incompletely Marc Zinnschlag 2012-02-23 12:33:50 +0100
  • 5f72199419 Merge remote branch 'lgro/config_fixes' Marc Zinnschlag 2012-02-23 09:28:11 +0100
  • d5f1d7eed7 Fix for processing tokens inside data-local config option. Lukasz Gromanowski 2012-02-22 23:56:07 +0100
  • ce98397565 adding ini values for 'cloudy' and 'clear' scrawl 2012-02-22 20:39:14 +0100
  • 1badb5d04f some restructurings scrawl 2012-02-22 20:12:08 +0100
  • e0206edc44 Fixed stupid bug in getGlobalDataPath. Lukasz Gromanowski 2012-02-22 20:00:17 +0100
  • 41a8b22ebd implemented weather transitions (currently only blends the clouds) scrawl 2012-02-22 19:17:37 +0100
  • 280babc719 Fixed stylesheet and configuration problems with the launcher and code cleanup Pieter van der Kloet 2012-02-22 08:34:47 +0100
  • 4efc5bc1f2 forgot to add file scrawl 2012-02-21 22:56:34 +0100
  • b2de9e8f45 allow setting the clouds opacity scrawl 2012-02-21 22:11:41 +0100
  • c1fb5ce769 added (incomplete) WeatherManager, created by World scrawl 2012-02-21 20:22:46 +0100
  • 83753dc384 tweaked the cloud animation speed scrawl 2012-02-21 17:42:43 +0100
  • 91ffacbb6d added moon phases scrawl 2012-02-21 17:38:15 +0100
  • 10ca67c0a5 fixed the sky elements positioning delay (nodes are now children of the camera node) scrawl 2012-02-21 16:49:28 +0100
  • 2d8b0a4ac0 merged the sky manager implementation with its interface scrawl 2012-02-21 16:15:38 +0100
  • b2b09320fc Merge branch 'config' Marc Zinnschlag 2012-02-21 13:55:58 +0100
  • 547d6a0639 Merge remote branch 'lgro/config' into config Marc Zinnschlag 2012-02-21 11:50:23 +0100
  • 971ae94fbf Revert "workaround for the configuration problems" Marc Zinnschlag 2012-02-21 11:50:04 +0100
  • 694a537b57 - removed caelum sources, resources, build scripts scrawl 2012-02-21 00:14:20 +0100
  • 04d7db2860 moved the SkyManager implementation to a new source file (sky_impl.cpp) for convenience scrawl 2012-02-20 23:53:17 +0100
  • 6aac3d4b77 - removed caelum (we can get it from the git history, if needed) - added code for moon rendering (they are not visible by default) scrawl 2012-02-20 23:41:22 +0100
  • 090c0586a0 leak fix scrawl 2012-02-20 22:20:34 +0100
  • 6d37f53fa2 - abstracted the sun creation code into a CelestialBody class to be reused for the moons - fixed render queue problem scrawl 2012-02-20 22:15:13 +0100
  • ad0f9f4bcf fixed the sun rendering (rendered without depth check) scrawl 2012-02-20 21:32:12 +0100
  • 21b8456453 fixed a double-free that can happen if OpenMW exits prematurely (when OgreRenderer is deleted before CreateScene() was called) scrawl 2012-02-20 21:09:08 +0100
  • 3b3218d907 fixed 3 gcc warnings in sky.cpp scrawl 2012-02-20 18:45:04 +0100
  • f7462f980f added Plugin_CgProgramManager (used for sky shaders) to apple's USED_OGRE_PLUGINS scrawl 2012-02-20 18:39:12 +0100
  • fc66d81950 update openengine scrawl 2012-02-20 18:35:11 +0100
  • 8b5da06fce Merge branch 'next' into weather scrawl 2012-02-20 18:33:13 +0100
  • db205cf8aa Merge remote branch 'scrawl/next' into test Marc Zinnschlag 2012-02-20 14:54:08 +0100
  • 420e611a4b Merge remote branch 'scrawl/next' into next Marc Zinnschlag 2012-02-20 14:36:27 +0100
  • e02cba58b1 Merge branch 'master' into next Marc Zinnschlag 2012-02-20 14:34:27 +0100
  • 1beaea0115 forgot to add cone file Marc Zinnschlag 2012-02-20 14:14:39 +0100
  • ade6658d4d Merge remote branch 'ace/win-packaging' Marc Zinnschlag 2012-02-20 14:11:22 +0100
  • 781b16a00e removed bCollision variable from World Marc Zinnschlag 2012-02-20 14:07:16 +0100
  • 7eae24bb45 some fixes Marc Zinnschlag 2012-02-20 14:02:24 +0100
  • 4a16553acc replaced an include with a forward declaration Marc Zinnschlag 2012-02-20 12:44:17 +0100
  • e3e6b3809f added container store iterator (a.k.a. the most hilarious iterator I ever had the misfortune to write) Marc Zinnschlag 2012-02-20 12:38:34 +0100
  • c884f70a61 added sun rendering (unfinished) scrawl 2012-02-20 00:52:44 +0100
  • 0c0b594090 Issue #168 - Configuration cleanup Lukasz Gromanowski 2012-02-19 23:39:37 +0100
  • 7e1e746201 More changes Jason Hooks 2012-02-19 17:59:50 -0500
  • 705d85e7d1 Merge branch 'next' into weather scrawl 2012-02-19 23:27:26 +0100
  • 60856b46e6 moved the renderer update call from OMW::Engine to RenderingManager scrawl 2012-02-19 23:22:29 +0100
  • 1d9f0f4813 added MWSkyManager; already has atmosphere and moving clouds (although their colour is static) scrawl 2012-02-19 23:09:14 +0100
  • 38a0d1d1c5 Merging in master Jason Hooks 2012-02-19 15:39:12 -0500
  • eb61ba59e6 updated the fading calculation (the alpha value stays now, even after the specified time - this is how it is in morrowind) scrawl 2012-02-19 17:45:57 +0100
  • e330c22d68 Removing unneeded files Jason Hooks 2012-02-19 02:04:47 -0500
  • e58f2f5363 Eliminating unnecessary data from skeletons and shape saving Jason Hooks 2012-02-19 02:01:15 -0500
  • 2217847c57 Fixing a crash Jason Hooks 2012-02-18 15:29:40 -0500
  • 457d9fd9f8 updated vmformat.txt scrawl 2012-02-18 18:30:01 +0100
  • f81b615976 implemented script functions FadeIn, FadeOut, FadeTo scrawl 2012-02-18 18:25:28 +0100
  • b77f5c06cc added facilities for fading the screen in/out scrawl 2012-02-18 18:25:02 +0100
  • 899aa5b870 fix last commit, also reacts to ToggleWireframe and not only twf scrawl 2012-02-18 16:36:54 +0100
  • 40e23fe26f added twf console command scrawl 2012-02-18 16:06:03 +0100
  • 5f3ebcbb7c Merge branch 'dialogue' of https://github.com/zinnschlag/openmw.git into DialogueSystem gugus 2012-02-18 14:02:28 +0100
  • 9716199d18 script "fix". I'm waiting for you Zini^^ gugus 2012-02-18 12:19:42 +0100
  • c0bd86ce44 scripts. Not tested gugus 2012-02-17 20:20:23 +0100
  • 8186445de9 fix for a very silly bug Marc Zinnschlag 2012-02-16 21:06:25 +0100
  • 850501e922 workaround for the configuration problems Marc Zinnschlag 2012-02-16 13:14:16 +0100
  • 8244ed5860 workaround for space in paths problem Marc Zinnschlag 2012-02-16 09:26:27 +0100
  • ddb8b1e1bc Merge remote branch 'lgro/config' into config Marc Zinnschlag 2012-02-16 09:12:15 +0100
  • 6a71cf21b0 Added OpenAL redistributable to OpenMW installer Alexander "Ace" Olofsson 2012-02-16 08:52:26 +0100
  • 80008ed09f Issue #168 - Configuration cleanup Lukasz Gromanowski 2012-02-15 22:34:51 +0100
  • 232e478768 Fix for prefix/suffix stuff gugus 2012-02-15 13:23:59 +0100
  • d9c1ed3d5e Merge remote branch 'corristo/osx-packaging' into config Marc Zinnschlag 2012-02-15 10:32:16 +0100
  • ee92da3c4a Merge remote-tracking branch 'upstream/master' Nikolay Kasyanov 2012-02-15 11:33:53 +0400
  • 2020d916ec added missing comment Nikolay Kasyanov 2012-02-15 11:30:35 +0400
  • 57a4b19880 Feature #162 - Need to create app bundle using CMake, not by hand. Almost complete Nikolay Kasyanov 2012-02-15 11:27:51 +0400
  • 7b457c05bc updated readme Marc Zinnschlag 2012-02-14 09:39:58 +0100
  • 8277df04b1 bumping version number Marc Zinnschlag 2012-02-14 09:26:06 +0100
  • e1defd3595 adjusted the globally installed openmw.cfg file Marc Zinnschlag 2012-02-14 09:25:12 +0100
  • 9af08ff18d store screenshots in user directory instead of local directory Marc Zinnschlag 2012-02-13 18:34:21 +0100
  • 77201d05bc post-merge fix Marc Zinnschlag 2012-02-13 16:42:01 +0100
  • 27caee664e Merge remote branch 'lgro/config' into config Marc Zinnschlag 2012-02-13 16:36:57 +0100
  • 10d4771550 Merge remote branch 'corristo/osx-packaging' Marc Zinnschlag 2012-02-13 16:35:13 +0100
  • 1a6a49b9b8 Merge remote branch 'lgro/fix_warnings' Marc Zinnschlag 2012-02-13 11:06:41 +0100
  • 5a42c6c6f5 Feature #162 - Need to create app bundle using CMake, not by hand WIP. Removed libpng dependency from launcher Nikolay Kasyanov 2012-02-13 10:31:43 +0400
  • bc72b2d535 fixed text color gugus 2012-02-12 22:24:23 +0100
  • 8829d46bda Clean up compilation warnings. Lukasz Gromanowski 2012-02-12 15:45:08 +0100
  • bcc4d7a7c9 Issue #133 Handle resources across multiple data directories Lukasz Gromanowski 2012-02-12 13:31:19 +0100
  • d66b6743f4 minor fix Marc Zinnschlag 2012-02-12 13:58:02 +0100