1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 09:49:55 +00:00
openmw-tes3mp/apps/openmw/mwscript
Marc Zinnschlag 2c70a93553 Merge branch 'master' into potions
Conflicts:
	apps/openmw/mwclass/npc.cpp
	apps/openmw/mwclass/npc.hpp
2012-07-17 10:32:18 +02:00
..
docs Merge branch 'master' of https://github.com/zinnschlag/openmw.git into objectRotationScaling 2012-07-09 10:39:57 +02:00
aiextensions.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
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 Issue #107: World is accessed only through the interface class from now on; some include cleanup 2012-07-03 12:30:50 +02:00
animationextensions.hpp added animation-related script instructions 2011-11-21 14:08:44 +01:00
cellextensions.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
cellextensions.hpp added CellChanged script function 2010-07-03 12:12:13 +02:00
compilercontext.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
compilercontext.hpp Issue #181: Member variable access in expressions; error reporting fix for the previous commit 2012-06-16 13:06:23 +02:00
containerextensions.cpp fixed item refID handling in the dialogue manager and container script extensions. 2012-05-19 13:19:26 +02:00
containerextensions.hpp fixed a comment 2010-09-25 20:23:38 +02:00
controlextensions.cpp Issue #324: Finished turning NpcStats into a proper class 2012-07-06 18:23:48 +02: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 implemented "goodbye" script function that force-cancels dialogue 2012-05-11 07:18:41 +02:00
dialogueextensions.hpp added journal-related script instructions 2011-04-04 14:49:26 +02:00
extensions.cpp Clean-up 2012-07-09 18:47:59 +02:00
extensions.hpp moved installOpcodes function from scriptmanager to extensions 2010-07-18 19:54:56 +02:00
globalscripts.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
globalscripts.hpp Issue #255: deleted the old environment class and using the new one instead 2012-04-23 15:27:03 +02:00
guiextensions.cpp fixed a type in a script instruction 2012-06-16 16:38:54 +02:00
guiextensions.hpp added script-gui interface and gui-related script instructions 2010-07-07 20:12:00 +02:00
interpretercontext.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
interpretercontext.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
locals.hpp added local variables to ref data 2010-07-02 14:31:29 +02:00
miscextensions.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
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
scriptmanager.cpp Issue #181: Member variable access in expressions; error reporting fix for the previous commit 2012-06-16 13:06:23 +02:00
scriptmanager.hpp Mostly removal of unnecessary #include's and a little clean up 2012-07-17 09:27:12 +02: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 Issue #107: World is accessed only through the interface class from now on; some include cleanup 2012-07-03 12:30:50 +02: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 Merge branch 'master' into potions 2012-07-17 10:32:18 +02:00
statsextensions.hpp added get-, set- and mod-instructions for attributes 2010-07-26 23:09:37 +02:00
transformationextensions.cpp setAngle improvement 2012-07-10 11:15:46 +02:00
transformationextensions.hpp Clean-up 2012-07-09 18:47:59 +02:00