Marc Zinnschlag
|
6bd48d12af
|
Issue #107: SoundManager is accessed only through the interface class from now on
|
13 years ago |
scrawl
|
7731e9a6fa
|
finished cleaning up sky
|
13 years ago |
Marc Zinnschlag
|
5a7b95bf7a
|
Issue #107: cleaned up includes in apps/openmw/mwworld/class.hpp
|
13 years ago |
Marc Zinnschlag
|
4c39fefd1e
|
Issue #107: World is accessed only through the interface class from now on; some include cleanup
|
13 years ago |
scrawl
|
c85c794c86
|
fixed some cppcheck issues
|
13 years ago |
scrawl
|
375c198ebd
|
WeatherManager: fix for cells that have no region.
|
13 years ago |
scrawl
|
4ce83badc9
|
flickering lights
|
13 years ago |
Marc Zinnschlag
|
35f478071e
|
Issue #255: deleted the old environment class and using the new one instead
|
13 years ago |
scrawl
|
c748252d33
|
weather fix again
|
13 years ago |
scrawl
|
cdea19206c
|
Revert "more accurate fog, TODO: apply this to the terrain"
This reverts commit 96c37d3e7c .
|
13 years ago |
scrawl
|
96c37d3e7c
|
more accurate fog, TODO: apply this to the terrain
|
13 years ago |
scrawl
|
dbf7547003
|
fixed first weather transition being instant
|
13 years ago |
scrawl
|
f008ca166b
|
restored moons like they were
|
13 years ago |
scrawl
|
456eb95209
|
reversed sun and moon paths (sunrise at east)
|
13 years ago |
scrawl
|
e718d4b6f0
|
another sky fix
|
13 years ago |
scrawl
|
b36c0d95b8
|
night transition fix
|
13 years ago |
Alexander "Ace" Olofsson
|
cec9562282
|
Fixing an ambigous symbol
|
13 years ago |
scrawl
|
04c6f23a2b
|
disabled solstheim weather (we can't travel there anyway)
also, there was a bug that could cause this weather to show up on
morrowind, which is fixed now
|
13 years ago |
gugus
|
11569819db
|
compilation fix
|
13 years ago |
gugus
|
7ca0503205
|
Merge branch 'master' of https://github.com/zinnschlag/openmw.git into DialogueSystem
|
13 years ago |
scrawl
|
1840401172
|
weather transitions (e.g. from clear to cloudy) use timescale
|
13 years ago |
scrawl
|
3ae69f792a
|
no light-"jumps" during night
|
13 years ago |
scrawl
|
5ea2122f79
|
sun gradually disappears
|
13 years ago |
scrawl
|
d18b3271b1
|
transition tweak 2
|
13 years ago |
scrawl
|
460b584934
|
transition tweaks
|
13 years ago |
gugus
|
10321ff51a
|
Merge branch 'master' of https://github.com/zinnschlag/openmw.git into DialogueSystem
|
13 years ago |
scrawl
|
f46d9b094b
|
fix weather sounds sometimes playing in interiors
|
13 years ago |
scrawl
|
2196e1321b
|
added weather sounds
|
13 years ago |
gugus
|
39415f0b4a
|
fix compilation bug with Visual C++
|
13 years ago |
scrawl
|
3ea2a9f05d
|
changeWeather bugfix
|
13 years ago |
scrawl
|
c9ceb74e5c
|
transition fix
|
13 years ago |
scrawl
|
8b0ef8f98c
|
improvements to sun glare
|
13 years ago |
scrawl
|
932983c2fa
|
fix toggleSky
|
13 years ago |
scrawl
|
c1d39bb35f
|
tweaked cloud color
|
13 years ago |
scrawl
|
f79bf1f300
|
fog
|
13 years ago |
scrawl
|
528cff5a59
|
implemented ChangeWeather script function
|
13 years ago |
scrawl
|
a05ba97382
|
choose a random weather depending on region's weather probabilities
|
13 years ago |
scrawl
|
d77d5080bd
|
implemented GetCurrentWeather script function
|
13 years ago |
scrawl
|
8d5783d75d
|
- set moon phase using (day%32)/4 (not really correct, but good for now)
- added all weather patterns from morrowind.ini
|
13 years ago |
scrawl
|
e31ad90802
|
moon positions and fading
|
13 years ago |
scrawl
|
4650672bb1
|
thunderstorm
|
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 |
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 |
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 |
scrawl
|
a5720e9a4f
|
set sky colors according to time of day
|
13 years ago |
scrawl
|
ce98397565
|
adding ini values for 'cloudy' and 'clear'
|
13 years ago |
scrawl
|
1badb5d04f
|
some restructurings
|
13 years ago |
scrawl
|
41a8b22ebd
|
implemented weather transitions (currently only blends the clouds)
|
13 years ago |
scrawl
|
4efc5bc1f2
|
forgot to add file
|
13 years ago |