Miroslav Puda
|
bf31e5385c
|
Removal of duplicit exterior checking and unneded string copiing.
|
12 years ago |
Miroslav Puda
|
8a45686e0a
|
WeatherResult added as member variable.
|
12 years ago |
Miroslav Puda
|
04d90b4c47
|
Type of weather changed from string to enum.
|
12 years ago |
Glorf
|
6417fa504e
|
Fixed constness
|
12 years ago |
Glorf
|
c605f15a15
|
Another weather cleanup
|
12 years ago |
Glorf
|
68f249e8f4
|
Small weather cleanup
|
12 years ago |
scrawl
|
67422c397c
|
GetWindSpeed
|
12 years ago |
scrawl
|
6c1ff8caca
|
Merge branch 'master' into next
Conflicts:
apps/openmw/mwworld/weather.cpp
components/fileorderlist/model/datafilesmodel.cpp
|
12 years ago |
scrawl
|
21cc7483e4
|
Fix broken weather transitions
|
12 years ago |
Marc Zinnschlag
|
66a2df68db
|
some cleanup
|
12 years ago |
Glorf
|
521bebd2f4
|
Fallback system rewritten, added light fallbacks
|
12 years ago |
Marc Zinnschlag
|
bdec87e51b
|
some cleanup
|
12 years ago |
Glorf
|
d5ca00c927
|
Another fix
|
12 years ago |
Glorf
|
81338d3b23
|
Weather code fixes
|
12 years ago |
Glorf
|
aebd9a3700
|
Weather to pull
|
12 years ago |
scrawl
|
caef570c8a
|
fix the weather not changing when sleeping/waiting
|
12 years ago |
Marc Zinnschlag
|
35f478071e
|
Issue #255: deleted the old environment class and using the new one instead
|
13 years ago |
gugus
|
10321ff51a
|
Merge branch 'master' of https://github.com/zinnschlag/openmw.git into DialogueSystem
|
13 years ago |
scrawl
|
2196e1321b
|
added weather sounds
|
13 years ago |
gugus
|
39415f0b4a
|
fix compilation bug with Visual C++
|
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
|
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
|
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
|
c1fb5ce769
|
added (incomplete) WeatherManager, created by World
|
13 years ago |