.. |
action.cpp
|
Issue #351: Refactoring Action class
|
2012-07-27 12:00:10 +02:00 |
action.hpp
|
Issue #351: Refactoring Action class
|
2012-07-27 12:00:10 +02:00 |
actionalchemy.cpp
|
Issue #351: Refactoring Action class
|
2012-07-27 12:00:10 +02:00 |
actionalchemy.hpp
|
Issue #351: Refactoring Action class
|
2012-07-27 12:00:10 +02:00 |
actionapply.cpp
|
Issue #351: Refactoring Action class
|
2012-07-27 12:00:10 +02:00 |
actionapply.hpp
|
Issue #351: Refactoring Action class
|
2012-07-27 12:00:10 +02:00 |
actionequip.cpp
|
Issue #351: Refactoring Action class
|
2012-07-27 12:00:10 +02:00 |
actionequip.hpp
|
Issue #351: Refactoring Action class
|
2012-07-27 12:00:10 +02:00 |
actionopen.cpp
|
Issue #351: Refactoring Action class
|
2012-07-27 12:00:10 +02:00 |
actionopen.hpp
|
Issue #351: Refactoring Action class
|
2012-07-27 12:00:10 +02:00 |
actionread.cpp
|
Issue #351: Refactoring Action class
|
2012-07-27 12:00:10 +02:00 |
actionread.hpp
|
Issue #351: Refactoring Action class
|
2012-07-27 12:00:10 +02:00 |
actiontake.cpp
|
Issue #351: Refactoring Action class
|
2012-07-27 12:00:10 +02:00 |
actiontake.hpp
|
Issue #351: Refactoring Action class
|
2012-07-27 12:00:10 +02:00 |
actiontalk.cpp
|
Issue #351: Refactoring Action class
|
2012-07-27 12:00:10 +02:00 |
actiontalk.hpp
|
Issue #351: Refactoring Action class
|
2012-07-27 12:00:10 +02:00 |
actionteleport.cpp
|
Issue #351: Refactoring Action class
|
2012-07-27 12:00:10 +02:00 |
actionteleport.hpp
|
Issue #351: Refactoring Action class
|
2012-07-27 12:00:10 +02:00 |
cellfunctors.hpp
|
Many bugs fixed related to changing cells
|
2011-11-19 01:01:19 -05:00 |
cells.cpp
|
Mostly removal of unnecessary #include's and a little clean up
|
2012-07-17 09:27:12 +02:00 |
cells.hpp
|
Issue #107: World is accessed only through the interface class from now on; some include cleanup
|
2012-07-03 12:30:50 +02:00 |
cellstore.cpp
|
move responsibility for cell changing from CellStore::insertObject to Class::moveToCell
|
2012-07-25 20:31:39 +04:00 |
cellstore.hpp
|
move responsibility for cell changing from CellStore::insertObject to Class::moveToCell
|
2012-07-25 20:31:39 +04:00 |
class.cpp
|
removed some redundant code
|
2012-07-26 19:09:45 +02:00 |
class.hpp
|
float* -> Vector3, moveToCell -> copyToCell, fixed placeObject()
|
2012-07-26 16:14:11 +04:00 |
containerstore.cpp
|
Issue #107: World is accessed only through the interface class from now on; some include cleanup
|
2012-07-03 12:30:50 +02:00 |
containerstore.hpp
|
Mostly removal of unnecessary #include's and a little clean up
|
2012-07-17 09:27:12 +02:00 |
customdata.hpp
|
added customdata base class (issue #185)
|
2012-01-24 11:24:05 +01:00 |
globals.cpp
|
fixed global variable search to properly handle injected variables (DaysPassed)
|
2010-07-21 15:01:35 +02:00 |
globals.hpp
|
fixed global variable search to properly handle injected variables (DaysPassed)
|
2010-07-21 15:01:35 +02:00 |
inventorystore.cpp
|
fixed a logic error in the auto equip code
|
2012-07-17 18:35:01 +02:00 |
inventorystore.hpp
|
still left: spell success formula
|
2012-05-29 12:35:03 +02:00 |
localscripts.cpp
|
Issue #107: Detemplateised CellStore; some include cleanup
|
2012-06-29 18:54:23 +02:00 |
localscripts.hpp
|
Issue #107: Ptr related include cleanup
|
2012-07-03 13:55:53 +02:00 |
manualref.hpp
|
Issue #107: Detemplateised CellStore; some include cleanup
|
2012-06-29 18:54:23 +02:00 |
nullaction.hpp
|
Issue #351: Refactoring Action class
|
2012-07-27 12:00:10 +02:00 |
physicssystem.cpp
|
float* -> Vector3, moveToCell -> copyToCell, fixed placeObject()
|
2012-07-26 16:14:11 +04:00 |
physicssystem.hpp
|
float* -> Vector3, moveToCell -> copyToCell, fixed placeObject()
|
2012-07-26 16:14:11 +04:00 |
player.cpp
|
DrawState workaround
|
2012-07-07 20:53:19 +02:00 |
player.hpp
|
DrawState workaround
|
2012-07-07 20:53:19 +02:00 |
ptr.cpp
|
Issue #217: container change tracking
|
2012-03-21 12:48:05 +01:00 |
ptr.hpp
|
Mostly removal of unnecessary #include's and a little clean up
|
2012-07-17 09:27:12 +02:00 |
refdata.cpp
|
more include cleanup (most removing Ogre.h)
|
2012-07-03 15:32:38 +02:00 |
refdata.hpp
|
Mostly removal of unnecessary #include's and a little clean up
|
2012-07-17 09:27:12 +02:00 |
scene.cpp
|
float* -> Vector3, moveToCell -> copyToCell, fixed placeObject()
|
2012-07-26 16:14:11 +04:00 |
scene.hpp
|
float* -> Vector3, moveToCell -> copyToCell, fixed placeObject()
|
2012-07-26 16:14:11 +04:00 |
timestamp.cpp
|
Issue #256: added TimeStamp class
|
2012-05-18 22:04:22 +02:00 |
timestamp.hpp
|
Issue #256: added TimeStamp class
|
2012-05-18 22:04:22 +02:00 |
weather.cpp
|
finished cleaning up sky
|
2012-07-13 09:13:12 +02:00 |
weather.hpp
|
Issue #255: deleted the old environment class and using the new one instead
|
2012-04-23 15:27:03 +02:00 |
worldimp.cpp
|
disabled items placing handling
|
2012-07-26 19:06:48 +04:00 |
worldimp.hpp
|
local scripts, move placing to World::placeObject(Ptr, CellStore, Position)
|
2012-07-25 20:31:39 +04:00 |