1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 03:39:14 +00:00
OpenMW/apps/openmw/mwscript
2010-09-15 14:48:19 +02:00
..
docs another merge fix 2010-09-10 13:01:37 +02:00
aiextensions.cpp fixed AiTravel and changed GetAiPackageDone to return 0 (returning one would interfere with character creation testing at this point) 2010-08-22 15:16:11 +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
cellextensions.cpp adjusted coordinates for coc/coe for exteriors (place player in the middle of the cell instead of at the border) 2010-09-11 12:21:55 +02:00
cellextensions.hpp
compilercontext.cpp fixed a reclist bug induced a couple of commits ago 2010-07-26 22:00:50 +02:00
compilercontext.hpp
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
controlextensions.cpp added instructions for enabling/disabling player controls (they don't do anything yet) 2010-08-22 15:11:40 +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
extensions.cpp added instructions for enabling/disabling player controls (they don't do anything yet) 2010-08-22 15:11:40 +02:00
extensions.hpp moved installOpcodes function from scriptmanager to extensions 2010-07-18 19:54:56 +02:00
globalscripts.cpp
globalscripts.hpp
guiextensions.cpp The game mode is now properly restored once a dialog is finished. Previously the game mode was only set in the window manager but it has to go through the input manager firs to get correct input state. Also updated the gui script commands to also use the input manager and not the window manager. 2010-09-15 14:48:19 +02:00
guiextensions.hpp
interpretercontext.cpp The game mode is now properly restored once a dialog is finished. Previously the game mode was only set in the window manager but it has to go through the input manager firs to get correct input state. Also updated the gui script commands to also use the input manager and not the window manager. 2010-09-15 14:48:19 +02:00
interpretercontext.hpp The game mode is now properly restored once a dialog is finished. Previously the game mode was only set in the window manager but it has to go through the input manager firs to get correct input state. Also updated the gui script commands to also use the input manager and not the window manager. 2010-09-15 14:48:19 +02:00
locals.hpp
miscextensions.cpp added Lock and Unlock instructions 2010-08-30 12:30:34 +02:00
miscextensions.hpp
scriptmanager.cpp modified code to avoid a warning on MSVC 2010-08-29 23:40:59 +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
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