scrawl
|
0f37c24d5f
|
Merge branch 'master' of git://github.com/zinnschlag/openmw into graphics
|
2013-02-04 21:55:41 +01:00 |
|
scrawl
|
bf037b7d29
|
Removed problematic ModVertexAlpha method, now done in shader
|
2013-02-04 18:03:03 +01:00 |
|
scrawl
|
15e51b76de
|
Experimental: Directional shading on local map, separated out refraction render, no longer uses screen depth
|
2013-02-03 15:46:23 +01:00 |
|
scrawl
|
2f0b47fc38
|
test
|
2012-09-13 00:21:58 +02:00 |
|
scrawl
|
f8d6a36196
|
Merge branch 'master' into nif-cleanup
Conflicts:
apps/openmw/mwrender/sky.cpp
apps/openmw/mwrender/sky.hpp
components/nifogre/ogre_nif_loader.cpp
components/nifogre/ogre_nif_loader.hpp
|
2012-07-23 15:35:31 +02:00 |
|
scrawl
|
acc5c3bbbf
|
some fixes
|
2012-07-20 17:08:15 +02:00 |
|
scrawl
|
e077814a8c
|
water
|
2012-07-19 22:23:07 +02:00 |
|
Chris Robinson
|
939d0d2fc5
|
Return a list of meshes and the skeleton from NIFLoader::load
|
2012-07-13 20:01:15 -07:00 |
|
scrawl
|
7731e9a6fa
|
finished cleaning up sky
|
2012-07-13 09:13:12 +02:00 |
|
scrawl
|
ad7383be43
|
sky
|
2012-07-11 09:08:55 +02:00 |
|
scrawl
|
07fd9986ef
|
accidently removed the map.
|
2012-07-09 20:14:07 +02:00 |
|
scrawl
|
f6a6684685
|
when the resolution changes, adjust camera aspect ratio and recreate compositors
|
2012-05-27 21:39:18 +02:00 |
|
Marc Zinnschlag
|
35f478071e
|
Issue #255: deleted the old environment class and using the new one instead
|
2012-04-23 15:27:03 +02:00 |
|
scrawl
|
ec3fe1ef00
|
no sun glare in the reflection
|
2012-04-06 15:17:54 +02:00 |
|
scrawl
|
393530e671
|
more or less fixed the sky for normal viewing angles, still disappears at a certain height though
|
2012-04-06 15:05:17 +02:00 |
|
scrawl
|
1b89a9e203
|
various fixes
|
2012-04-05 15:30:55 +02:00 |
|
scrawl
|
ee754eda6c
|
don't create sky until entering an exterior cell
|
2012-04-01 15:07:41 +02:00 |
|
scrawl
|
743ea0c9be
|
use hardware occlusion query for sun glare effect
|
2012-03-24 17:59:26 +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 |
|
scrawl
|
8b0ef8f98c
|
improvements to sun glare
|
2012-02-26 20:46:09 +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
|
67c7b965f0
|
calculate a sun position depending on time of day
|
2012-02-24 18:30:16 +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 |
|
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
|
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
|
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
|
1d9f0f4813
|
added MWSkyManager; already has atmosphere and moving clouds (although their colour is static)
|
2012-02-19 23:09:14 +01:00 |
|
Jan-Peter Nilsson
|
429775d485
|
Store configuration in /etc/openmw/ and ~/.openmw/ on linux
Requires new openengine version.
|
2011-01-12 18:18:06 +01:00 |
|
Marc Zinnschlag
|
2d8fbc6e55
|
implemented month variable and fixed some day/gamehour bugs
|
2010-07-22 11:48:27 +02:00 |
|
Marc Zinnschlag
|
f3b70e05a9
|
added sky-related script functions and instructions
|
2010-07-18 19:48:02 +02:00 |
|
Nicolay Korslund
|
a26641cca1
|
Moved caelum resources into the right place in the repo, instead of having cmake make redundant copies. Also fixed file modes/line endings.
|
2010-06-28 11:36:58 +02:00 |
|
athile
|
7db274f1c5
|
Sky rendering clean-up and correct resource configuration
|
2010-06-27 16:44:15 -07:00 |
|