1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 06:39:49 +00:00
OpenMW/apps/openmw/mwworld
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
..
action.hpp
actiontake.cpp
actiontake.hpp
actiontalk.cpp
actiontalk.hpp
actionteleport.cpp
actionteleport.hpp
cellfunctors.hpp Many bugs fixed related to changing cells 2011-11-19 01:01:19 -05:00
cells.cpp cells were sometimes not fully loaded 2012-02-12 12:35:29 +01:00
cells.hpp Issue #31: create new exterior cells on the fly 2011-09-27 10:08:07 +02:00
class.cpp Made some recommended changes 2011-11-11 00:20:53 -05:00
class.hpp Made corrections 2011-11-12 15:58:22 -05:00
containerstore.hpp
containerutil.cpp
containerutil.hpp
customdata.hpp added customdata base class (issue #185) 2012-01-24 11:24:05 +01:00
environment.hpp
globals.cpp
globals.hpp
localscripts.cpp Issue #19: More local script related cleanup 2011-10-07 09:52:42 +02:00
localscripts.hpp Issue #19: More local script related cleanup 2011-10-07 09:52:42 +02:00
manualref.hpp
nullaction.hpp
physicssystem.cpp send a raycast through the physics engine to check if sun is visible 2012-02-24 16:12:43 +01:00
physicssystem.hpp send a raycast through the physics engine to check if sun is visible 2012-02-24 16:12:43 +01:00
player.cpp replaced movement settings in ref data with new custom data implementation 2012-01-27 13:17:30 +01:00
player.hpp
ptr.hpp replaced container store in ref data with new custom data implementation 2012-01-27 14:55:58 +01:00
refdata.cpp minor fix 2012-01-30 12:38:13 +01:00
refdata.hpp replaced container store in ref data with new custom data implementation 2012-01-27 14:55:58 +01:00
scene.cpp Merging in master 2012-02-19 15:39:12 -05:00
scene.hpp animation updates were hooked up to the wrong update function 2012-01-23 14:33:06 +01:00
weather.cpp - set moon phase using (day%32)/4 (not really correct, but good for now) 2012-02-25 21:06:03 +01:00
weather.hpp - set moon phase using (day%32)/4 (not really correct, but good for now) 2012-02-25 21:06:03 +01:00
world.cpp thunderstorm 2012-02-25 13:46:17 +01:00
world.hpp - added isCellExterior / isCellQuasiExterior methods to World 2012-02-23 21:12:06 +01:00