You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/apps/openmw/mwscript
Marc Zinnschlag 7ea6a75a26 another merge fix 15 years ago
..
docs another merge fix 15 years ago
aiextensions.cpp fixed AiTravel and changed GetAiPackageDone to return 0 (returning one would interfere with character creation testing at this point) 15 years ago
aiextensions.hpp added first batch of AI-related instructions and functions (they don't do anything at this point) 15 years ago
cellextensions.cpp another merge fix 15 years ago
cellextensions.hpp added CellChanged script function 15 years ago
compilercontext.cpp fixed a reclist bug induced a couple of commits ago 15 years ago
compilercontext.hpp added verification for explicit references (check if the given ID exists) 15 years ago
containerextensions.cpp added RemoveItem 15 years ago
containerextensions.hpp added AddItem instruction 15 years ago
controlextensions.cpp added instructions for enabling/disabling player controls (they don't do anything yet) 15 years ago
controlextensions.hpp added instructions for enabling/disabling player controls (they don't do anything yet) 15 years ago
extensions.cpp added instructions for enabling/disabling player controls (they don't do anything yet) 15 years ago
extensions.hpp moved installOpcodes function from scriptmanager to extensions 15 years ago
globalscripts.cpp added scriptrunning/startscript/stopscript; sorted out more case problems 15 years ago
globalscripts.hpp added scriptrunning/startscript/stopscript; sorted out more case problems 15 years ago
guiextensions.cpp Moved mwgui/ back to apps/openmw/. Fixed mouse position bug. 15 years ago
guiextensions.hpp added script-gui interface and gui-related script instructions 15 years ago
interpretercontext.cpp routed message box output through window manager 15 years ago
interpretercontext.hpp Decoupled SoundManager from Interpreter::Context 15 years ago
locals.hpp added local variables to ref data 15 years ago
miscextensions.cpp added Lock and Unlock instructions 15 years ago
miscextensions.hpp added xbox function 15 years ago
scriptmanager.cpp modified code to avoid a warning on MSVC 15 years ago
scriptmanager.hpp moved installOpcodes function from scriptmanager to extensions 15 years ago
skyextensions.cpp added sky-related script functions and instructions 15 years ago
skyextensions.hpp added sky-related script functions and instructions 15 years ago
soundextensions.cpp Added music playing as a test 15 years ago
soundextensions.hpp moved sound extensions from mwsound to mwscript (reduces coupling between openmw components) 15 years ago
statsextensions.cpp added item health interface 15 years ago
statsextensions.hpp added get-, set- and mod-instructions for attributes 15 years ago