Commit Graph

1856 Commits (be70d197e5925444ad0bb27b75d9696f0d66615c)
 

Author SHA1 Message Date
Lukasz Gromanowski c9a1789db8 Bug fix for processing data paths in OpenMW Launcher.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
13 years ago
scrawl 0ebdce543a - added night sky rendering with stars, nebulas, and fading in/out to sunset / sunrise
- changed WeatherGlobals members to static
13 years ago
Marc Zinnschlag 771d50fe69 removed a redundant assert and a left-over comment 13 years ago
Marc Zinnschlag 68da94c8f0 workaround for older boost versions 13 years ago
scrawl 9560904d8a visibility fixes 13 years ago
scrawl 67c7b965f0 calculate a sun position depending on time of day 13 years ago
scrawl 811c4a41b7 fade in/out for sunrise and sunset 13 years ago
Nikolay Kasyanov 77368e6f05 Merge remote-tracking branch 'upstream/master' 13 years ago
scrawl aad8f6605e send a raycast through the physics engine to check if sun is visible 13 years ago
Marc Zinnschlag 728e9cce5a Merge remote branch 'lgro/config_fixes' 13 years ago
Marc Zinnschlag 69a00df01a submodule update (uncommon crash fix) 13 years ago
Nikolay Kasyanov 4188654418 Merge remote-tracking branch 'upstream/master' 13 years ago
Lukasz Gromanowski d97854be00 Bug fixes for configuration handling.
Corrected retrieving installation path from wine registry on MacOS.
Updated doxygen comments.

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
13 years ago
Lukasz Gromanowski 3da6af6e38 Bug fixes for configuration handling.
Added erasing double quotes from paths, corrected retriveing
installation path from wine registry. Updated doxygen comments.

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
13 years ago
scrawl af83742e6f - disable the sky renderer completely in interior cells
- SkyManager update (initial sun glare effect, no raycast)
13 years ago
scrawl d9c02ca526 - added isCellExterior / isCellQuasiExterior methods to World
- interior now have the sun disabled properly (and ambient managed by cell, not sky)
13 years ago
scrawl 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
13 years ago
Alexander "Ace" Olofsson f6a80bfc95 Small define/include fixes for compiling on windows 13 years ago
scrawl a5720e9a4f set sky colors according to time of day 13 years ago
Marc Zinnschlag 26bd2be1e8 Merge branch 'equipment' into next 13 years ago
Marc Zinnschlag 8f60d5b180 made container store data members private 13 years ago
Marc Zinnschlag af23cc352e more cleanup 13 years ago
Marc Zinnschlag 699246e54b removed insertIntoContainer function from MWWorld::Class hierarchy 13 years ago
Marc Zinnschlag f39aa2a68d changed take action to use the new container store interface 13 years ago
Marc Zinnschlag 1d551030d1 container related script instruction are using the new container interface now 13 years ago
Marc Zinnschlag e13e858c7a fixed container store iterator; new add function 13 years ago
Marc Zinnschlag b7ea110632 manually created objects were initialised incompletely 13 years ago
Marc Zinnschlag 5f72199419 Merge remote branch 'lgro/config_fixes' 13 years ago
Lukasz Gromanowski d5f1d7eed7 Fix for processing tokens inside data-local config option.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
13 years ago
scrawl ce98397565 adding ini values for 'cloudy' and 'clear' 13 years ago
scrawl 1badb5d04f some restructurings 13 years ago
Lukasz Gromanowski e0206edc44 Fixed stupid bug in getGlobalDataPath.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
13 years ago
scrawl 41a8b22ebd implemented weather transitions (currently only blends the clouds) 13 years ago
Pieter van der Kloet 280babc719 Fixed stylesheet and configuration problems with the launcher and code cleanup 13 years ago
scrawl 4efc5bc1f2 forgot to add file 13 years ago
scrawl b2de9e8f45 allow setting the clouds opacity 13 years ago
scrawl c1fb5ce769 added (incomplete) WeatherManager, created by World 13 years ago
scrawl 83753dc384 tweaked the cloud animation speed 13 years ago
scrawl 91ffacbb6d added moon phases 13 years ago
scrawl 10ca67c0a5 fixed the sky elements positioning delay (nodes are now children of the camera node) 13 years ago
scrawl 2d8b0a4ac0 merged the sky manager implementation with its interface 13 years ago
Marc Zinnschlag b2b09320fc Merge branch 'config' 13 years ago
Marc Zinnschlag 547d6a0639 Merge remote branch 'lgro/config' into config 13 years ago
Marc Zinnschlag 971ae94fbf Revert "workaround for the configuration problems"
This reverts commit 850501e922.
13 years ago
scrawl 694a537b57 - removed caelum sources, resources, build scripts 13 years ago
scrawl 04d7db2860 moved the SkyManager implementation to a new source file (sky_impl.cpp) for convenience 13 years ago
scrawl 6aac3d4b77 - removed caelum (we can get it from the git history, if needed)
- added code for moon rendering (they are not visible by default)
13 years ago
scrawl 090c0586a0 leak fix 13 years ago
scrawl 6d37f53fa2 - abstracted the sun creation code into a CelestialBody class to be reused for the moons
- fixed render queue problem
13 years ago
scrawl ad0f9f4bcf fixed the sun rendering (rendered without depth check) 13 years ago