1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 23:19:56 +00:00
openmw-tes3mp/apps/openmw/mwscript
2013-02-24 06:20:10 -08:00
..
docs added Drop and DropSoulGem functions 2013-01-09 21:16:45 +00:00
aiextensions.cpp Issue #539: fixed AiWander 2013-01-15 12:40:44 +01:00
aiextensions.hpp added first batch of AI-related instructions and functions (they don't do anything at this point) 2010-08-22 14:49:25 +02:00
animationextensions.cpp Handle playgroup and skipanim through mwmechanics 2013-01-16 17:53:18 -08:00
animationextensions.hpp added animation-related script instructions 2011-11-21 14:08:44 +01:00
cellextensions.cpp applying new interface vol.4, inconsistent 2012-11-05 22:34:08 +04:00
cellextensions.hpp added CellChanged script function 2010-07-03 12:12:13 +02:00
compilercontext.cpp new interface in manualref, fix various typos 2012-11-06 13:43:48 +04:00
compilercontext.hpp Issue #181: Member variable access in expressions; error reporting fix for the previous commit 2012-06-16 13:06:23 +02:00
consoleextensions.cpp Issue #350: console only script instructions 2012-07-30 11:43:28 +02:00
consoleextensions.hpp Issue #350: console only script instructions 2012-07-30 11:43:28 +02:00
containerextensions.cpp Fixed OpAddItem, OpRemoveItem 2013-02-17 19:44:00 +01:00
containerextensions.hpp fixed a comment 2010-09-25 20:23:38 +02:00
controlextensions.cpp moved to controlextensions 2012-11-24 02:45:25 +01:00
controlextensions.hpp added instructions for enabling/disabling player controls (they don't do anything yet) 2010-08-22 15:11:40 +02:00
dialogueextensions.cpp SameFaction 2012-11-23 20:57:08 +01:00
dialogueextensions.hpp added journal-related script instructions 2011-04-04 14:49:26 +02:00
extensions.cpp Issue #350: console only script instructions 2012-07-30 11:43:28 +02:00
extensions.hpp Issue #350: console only script instructions 2012-07-30 11:43:28 +02:00
globalscripts.cpp new interface in manualref, fix various typos 2012-11-06 13:43:48 +04:00
globalscripts.hpp move ESMStore to MWWorld 2012-11-05 17:18:01 +04:00
guiextensions.cpp more string lowercase 2013-01-09 20:51:52 +01:00
guiextensions.hpp added script-gui interface and gui-related script instructions 2010-07-07 20:12:00 +02:00
interpretercontext.cpp post merge fix: bringing code more in line with our naming standards and fixing an invalid name (names starting with double underscore are reserved in C++) 2013-01-03 09:55:48 +01:00
interpretercontext.hpp implemented all text defines except a few for keybindings that don't exist yet 2012-12-21 18:09:31 +00:00
locals.cpp refactored special variable code 2013-02-03 13:27:27 +00:00
locals.hpp refactored special variable code 2013-02-03 13:27:27 +00:00
miscextensions.cpp fixed drop amounts thanks to zinnschlag 2013-01-09 22:55:28 +00:00
miscextensions.hpp added xbox function 2010-07-05 13:15:49 +02:00
ref.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
scriptmanagerimp.cpp fix 2013-02-23 20:20:40 +01:00
scriptmanagerimp.hpp workaround for infinite recursion during local variable access 2013-02-23 14:40:56 +01:00
skyextensions.cpp Issue #255: deleted the old environment class and using the new one instead 2012-04-23 15:27:03 +02:00
skyextensions.hpp added sky-related script functions and instructions 2010-07-18 19:48:02 +02:00
soundextensions.cpp Pass a proper PlayMode enum to playSound and playSound3D 2012-12-18 06:01:21 -08:00
soundextensions.hpp moved sound extensions from mwsound to mwscript (reduces coupling between openmw components) 2010-07-10 11:48:05 +02:00
statsextensions.cpp Issue #479: Added additional magnitude parameter to known spells 2013-01-12 13:10:20 +01:00
statsextensions.hpp added get-, set- and mod-instructions for attributes 2010-07-26 23:09:37 +02:00
transformationextensions.cpp GetWerewolfKills, ModScale, SetDelete, GetSquareRoot 2012-11-27 06:54:13 +01:00
transformationextensions.hpp Clean-up 2012-07-09 18:47:59 +02:00
userextensions.cpp Issue #350: console only script instructions 2012-07-30 11:43:28 +02:00
userextensions.hpp fix spelling in comment 2013-01-16 04:19:16 +01:00