1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 05:19:55 +00:00
openmw-tes3mp/apps/openmw/mwscript
2010-08-22 21:30:48 +02:00
..
docs very early implementation of exterior rendering 2010-08-20 13:33:03 +02:00
cellextensions.cpp finally got rid of the nasty coordinates bug 2010-08-22 21:30:48 +02:00
cellextensions.hpp added CellChanged script function 2010-07-03 12:12:13 +02:00
compilercontext.cpp fixed a reclist bug induced a couple of commits ago 2010-07-26 22:00:50 +02:00
compilercontext.hpp added verification for explicit references (check if the given ID exists) 2010-07-09 20:35:34 +02:00
containerextensions.cpp added RemoveItem 2010-08-07 17:00:04 +02:00
containerextensions.hpp added AddItem instruction 2010-08-07 15:11:31 +02:00
extensions.cpp added AddItem instruction 2010-08-07 15:11:31 +02:00
extensions.hpp moved installOpcodes function from scriptmanager to extensions 2010-07-18 19:54:56 +02:00
globalscripts.cpp added scriptrunning/startscript/stopscript; sorted out more case problems 2010-07-04 16:00:32 +02:00
globalscripts.hpp added scriptrunning/startscript/stopscript; sorted out more case problems 2010-07-04 16:00:32 +02:00
guiextensions.cpp Moved mwgui/ back to apps/openmw/. Fixed mouse position bug. 2010-07-20 20:23:37 +02:00
guiextensions.hpp added script-gui interface and gui-related script instructions 2010-07-07 20:12:00 +02:00
interpretercontext.cpp prepared InterpreterContext for activation implementation 2010-08-03 22:43:53 +02:00
interpretercontext.hpp Decoupled SoundManager from Interpreter::Context 2010-08-12 16:29:22 +02:00
locals.hpp added local variables to ref data 2010-07-02 14:31:29 +02:00
miscextensions.cpp added activate instruction 2010-08-05 15:52:07 +02:00
miscextensions.hpp added xbox function 2010-07-05 13:15:49 +02:00
scriptmanager.cpp moved installOpcodes function from scriptmanager to extensions 2010-07-18 19:54:56 +02:00
scriptmanager.hpp moved installOpcodes function from scriptmanager to extensions 2010-07-18 19:54:56 +02:00
skyextensions.cpp added sky-related script functions and instructions 2010-07-18 19:48:02 +02:00
skyextensions.hpp added sky-related script functions and instructions 2010-07-18 19:48:02 +02:00
soundextensions.cpp Added music playing as a test 2010-08-12 17:58:29 +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 added item health interface 2010-08-03 14:14:04 +02:00
statsextensions.hpp added get-, set- and mod-instructions for attributes 2010-07-26 23:09:37 +02:00