scrawl
|
c2329b7027
|
removed preprocessor constants
|
2012-03-18 20:32:50 +01:00 |
|
scrawl
|
5ea2122f79
|
sun gradually disappears
|
2012-03-16 20:39:58 +01:00 |
|
scrawl
|
a67cc8e73b
|
more fixes
|
2012-03-16 19:02:33 +01:00 |
|
scrawl
|
877cb2aca7
|
much better looking moons
|
2012-03-15 20:35:23 +01:00 |
|
scrawl
|
e354203c21
|
stars rotation
|
2012-03-15 19:49:15 +01:00 |
|
Alexander "Ace" Olofsson
|
e8eea03b4c
|
Fixed a few more non-virtual destructor warnings
|
2012-03-15 17:40:42 +01:00 |
|
Marc Zinnschlag
|
5b378e820d
|
warning level adjustments and some related fixes
|
2012-03-15 16:01:41 +01:00 |
|
Marc Zinnschlag
|
81abd97753
|
Merge remote branch 'scrawl/weather'
|
2012-03-14 09:40:22 +01:00 |
|
scrawl
|
e8267c7363
|
adjusted fog distance, prevents objects suddenly popping up on cell load
|
2012-03-13 22:14:35 +01:00 |
|
scrawl
|
8421fd2670
|
fixed a visual issue with the stars
|
2012-03-13 19:57:33 +01:00 |
|
Marc Zinnschlag
|
3d1cbcd4e7
|
Merge remote branch 'jhooks/animperform'
|
2012-03-07 09:20:29 +01:00 |
|
Jason Hooks
|
39ff8d6a01
|
Compile error retry
|
2012-03-06 18:28:41 -05:00 |
|
Jason Hooks
|
9848b67174
|
Fixing errors
|
2012-03-05 17:46:29 -05:00 |
|
Marc Zinnschlag
|
25f5bdf7aa
|
Merge remote branch 'scrawl/weather'
|
2012-03-05 22:45:52 +01:00 |
|
scrawl
|
42a7375a0b
|
adjusted the batch region size, this was the cause for lights going on/off bug
|
2012-03-04 23:26:35 +01:00 |
|
Jason Hooks
|
a81ecb5f65
|
Bug 210 fix
|
2012-03-03 18:26:11 -05:00 |
|
scrawl
|
d74b78a302
|
very minor performance improvement
|
2012-03-03 12:26:08 +01:00 |
|
Marc Zinnschlag
|
be70d197e5
|
Merge branch 'next'
Conflicts:
.gitignore
cmake/FindOGRE.cmake
|
2012-03-02 12:11:44 +01:00 |
|
Marc Zinnschlag
|
3c5f8a4a23
|
void pointer workaround
|
2012-02-29 10:13:25 +01:00 |
|
scrawl
|
c8aab3a562
|
fix sun angle
|
2012-02-28 20:28:46 +01:00 |
|
scrawl
|
b3db4f1c27
|
slightly improved moon fading
|
2012-02-28 15:20:46 +01:00 |
|
Jason Hooks
|
36e9322830
|
a few changes2
|
2012-02-26 21:43:04 -05:00 |
|
Jason Hooks
|
8d7a5f469b
|
a few changes
|
2012-02-26 21:27:54 -05:00 |
|
Marc Zinnschlag
|
053a2996d2
|
fix for non-standard erase function
|
2012-02-26 23:31:16 +01:00 |
|
Alexander "Ace" Olofsson
|
be8690e333
|
Fix for debug crash on windows
|
2012-02-26 22:45:17 +01:00 |
|
scrawl
|
8b0ef8f98c
|
improvements to sun glare
|
2012-02-26 20:46:09 +01:00 |
|
scrawl
|
932983c2fa
|
fix toggleSky
|
2012-02-26 18:21:11 +01:00 |
|
scrawl
|
c1d39bb35f
|
tweaked cloud color
|
2012-02-26 15:54:52 +01:00 |
|
scrawl
|
f79bf1f300
|
fog
|
2012-02-26 13:13:29 +01:00 |
|
scrawl
|
8d5783d75d
|
- set moon phase using (day%32)/4 (not really correct, but good for now)
- added all weather patterns from morrowind.ini
|
2012-02-25 21:06:03 +01:00 |
|
scrawl
|
e31ad90802
|
moon positions and fading
|
2012-02-25 16:36:45 +01:00 |
|
scrawl
|
4650672bb1
|
thunderstorm
|
2012-02-25 13:46:17 +01:00 |
|
scrawl
|
0ebdce543a
|
- added night sky rendering with stars, nebulas, and fading in/out to sunset / sunrise
- changed WeatherGlobals members to static
|
2012-02-24 23:26:38 +01:00 |
|
scrawl
|
9560904d8a
|
visibility fixes
|
2012-02-24 18:47:09 +01:00 |
|
scrawl
|
67c7b965f0
|
calculate a sun position depending on time of day
|
2012-02-24 18:30:16 +01:00 |
|
scrawl
|
811c4a41b7
|
fade in/out for sunrise and sunset
|
2012-02-24 17:42:31 +01:00 |
|
scrawl
|
aad8f6605e
|
send a raycast through the physics engine to check if sun is visible
|
2012-02-24 16:12:43 +01:00 |
|
Jason Hooks
|
08f3ecf935
|
Slightly better performance on animation2
|
2012-02-24 01:30:17 -05:00 |
|
Jason Hooks
|
fb51b281b2
|
Slightly better performance on animation
|
2012-02-24 01:16:30 -05:00 |
|
scrawl
|
af83742e6f
|
- disable the sky renderer completely in interior cells
- SkyManager update (initial sun glare effect, no raycast)
|
2012-02-23 21:44:56 +01:00 |
|
scrawl
|
d9c02ca526
|
- added isCellExterior / isCellQuasiExterior methods to World
- interior now have the sun disabled properly (and ambient managed by cell, not sky)
|
2012-02-23 21:12:06 +01:00 |
|
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
|
2012-02-23 20:33:34 +01:00 |
|
scrawl
|
a5720e9a4f
|
set sky colors according to time of day
|
2012-02-23 19:49:56 +01:00 |
|
scrawl
|
41a8b22ebd
|
implemented weather transitions (currently only blends the clouds)
|
2012-02-22 19:17:37 +01:00 |
|
scrawl
|
b2de9e8f45
|
allow setting the clouds opacity
|
2012-02-21 22:11:41 +01:00 |
|
scrawl
|
83753dc384
|
tweaked the cloud animation speed
|
2012-02-21 17:42:43 +01:00 |
|
scrawl
|
91ffacbb6d
|
added moon phases
|
2012-02-21 17:38:15 +01:00 |
|
scrawl
|
10ca67c0a5
|
fixed the sky elements positioning delay (nodes are now children of the camera node)
|
2012-02-21 16:49:28 +01:00 |
|
scrawl
|
2d8b0a4ac0
|
merged the sky manager implementation with its interface
|
2012-02-21 16:15:38 +01:00 |
|
scrawl
|
694a537b57
|
- removed caelum sources, resources, build scripts
|
2012-02-21 00:14:20 +01:00 |
|