Marc Zinnschlag
|
388735046f
|
fixed broken remote member variable access
|
2014-02-12 13:35:24 +01:00 |
|
Marc Zinnschlag
|
3b990795c4
|
added access to remote access of local variables of global scripts
|
2014-02-10 14:45:55 +01:00 |
|
scrawl
|
03cf383be7
|
Merge branch 'master' of https://github.com/zinnschlag/openmw into savedgame
Conflicts:
apps/openmw/mwgui/referenceinterface.cpp
apps/openmw/mwmechanics/actors.cpp
apps/openmw/mwmechanics/mechanicsmanagerimp.cpp
apps/openmw/mwmechanics/mechanicsmanagerimp.hpp
apps/openmw/mwscript/cellextensions.cpp
apps/openmw/mwworld/cells.cpp
apps/openmw/mwworld/cells.hpp
apps/openmw/mwworld/cellstore.cpp
apps/openmw/mwworld/store.cpp
apps/openmw/mwworld/worldimp.cpp
|
2014-01-24 18:28:35 +01:00 |
|
scrawl
|
768d9f7237
|
Scripting: Add an optional 'required' parameter to getReference (default: true). If required=false, it will not throw an exception if there's no reference. Fixes PcExpell not working without a reference like it's supposed to, and makes the code nicer for some others (use required=false instead of catching the exception)
|
2014-01-09 02:21:03 +01:00 |
|
scrawl
|
098f9712f1
|
Add getPlayerPtr() utility method. Reduces dependencies a lot.
|
2014-01-08 18:39:44 +01:00 |
|
Marc Zinnschlag
|
b38bfe1f21
|
removed a redundant function for listing global variables
|
2013-12-10 15:22:38 +01:00 |
|
Marc Zinnschlag
|
b0eb5938bf
|
removed some redundant code
|
2013-11-28 09:13:54 +01:00 |
|
Marc Zinnschlag
|
71436b1160
|
changed interface for global variable access
|
2013-11-28 09:10:38 +01:00 |
|
Marc Zinnschlag
|
bc6fe682c9
|
replaced getCurrentCellName function with a more general getCellName function
|
2013-11-26 11:39:58 +01:00 |
|
scrawl
|
7dc30a01cd
|
Some changes suggested by cppcheck
|
2013-07-31 18:46:32 +02:00 |
|
scrawl
|
6cd28d1156
|
Fix a bug in getPCNextRank
|
2013-05-04 12:28:12 +02:00 |
|
scrawl
|
c07b3ea61d
|
Text defines for npc race, class, and faction should use the translated name
|
2013-03-17 04:20:30 +01:00 |
|
Marc Zinnschlag
|
25d9918765
|
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 |
|
scrawl
|
ba7086cadf
|
Use race/class names (instead of ID) in replaced escape sequences
|
2013-01-03 02:05:05 +01:00 |
|
Tom Mason
|
8ac8fdff47
|
implemented all text defines except a few for keybindings that don't exist yet
|
2012-12-21 18:09:31 +00:00 |
|
Tom Mason
|
f2c6907244
|
Added in text escape sequences for dialogue, messageboxes and books. builtins are placeholders, global variables work
|
2012-12-20 23:16:34 +00:00 |
|
greye
|
11567663a7
|
applying new interface vol.4, inconsistent
|
2012-11-05 22:34:08 +04:00 |
|
greye
|
2057f5619e
|
move ESMStore to MWWorld
|
2012-11-05 17:18:01 +04:00 |
|
Marc Zinnschlag
|
6534c2a55a
|
Issue #107: WindowManager is accessed only through the interface class from now on
|
2012-08-12 18:11:09 +02:00 |
|
Marc Zinnschlag
|
484cce12a8
|
Issue #107: removed redundant getStore function from window manager
|
2012-08-12 14:36:46 +02:00 |
|
Marc Zinnschlag
|
0231533d05
|
Issue #107: InputManager is accessed only through the interface class from now on
|
2012-08-11 17:53:39 +02:00 |
|
Marc Zinnschlag
|
28ecfb4290
|
Issue #107: ScriptManager is accessed only through the interface class from now on
|
2012-08-08 15:18:55 +02:00 |
|
Marc Zinnschlag
|
78fe6fdce5
|
Issue #351: Refactoring Action class
|
2012-07-27 12:00:10 +02:00 |
|
Marc Zinnschlag
|
4c39fefd1e
|
Issue #107: World is accessed only through the interface class from now on; some include cleanup
|
2012-07-03 12:30:50 +02:00 |
|
Marc Zinnschlag
|
10b27e582b
|
Issue #181: various fixed to member variable access
|
2012-06-16 13:51:13 +02:00 |
|
Marc Zinnschlag
|
72fca40090
|
Issue #181: member variable access in interpreter context
|
2012-06-07 11:59:45 +02:00 |
|
Marc Zinnschlag
|
35f478071e
|
Issue #255: deleted the old environment class and using the new one instead
|
2012-04-23 15:27:03 +02:00 |
|
Marc Zinnschlag
|
7102a825c2
|
Issue 255: moved global scripts into script manager (simplifying the environment class)
|
2012-04-23 11:15:47 +02:00 |
|
Jacob Essex
|
9aac625000
|
Changes to move the mutable ESM::Position data to RefData
|
2011-11-08 00:08:00 +00:00 |
|
Marc Zinnschlag
|
125319c441
|
splitting off console output from messageBox channel
|
2011-04-26 21:48:13 +02:00 |
|
Marc Zinnschlag
|
e4a0702bb4
|
added journal-related script instructions
|
2011-04-04 14:49:26 +02:00 |
|
Jan Borsodi
|
1907aeb6c6
|
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.
At some point the gui mode code should be moved to a class that handles all game mode (engine?).
|
2010-09-15 14:48:19 +02:00 |
|
Marc Zinnschlag
|
17135a6403
|
routed message box output through window manager
|
2010-08-22 11:22:10 +02:00 |
|
Marc Zinnschlag
|
7ba6bdb56c
|
prepared InterpreterContext for activation implementation
|
2010-08-03 22:43:53 +02:00 |
|
Marc Zinnschlag
|
77a0215d53
|
added get-, set- and mod-instructions for attributes
|
2010-07-26 23:09:37 +02:00 |
|
Marc Zinnschlag
|
2d8fbc6e55
|
implemented month variable and fixed some day/gamehour bugs
|
2010-07-22 11:48:27 +02:00 |
|
Nicolay Korslund
|
c61212202b
|
Moved mwgui/ back to apps/openmw/. Fixed mouse position bug.
|
2010-07-20 20:23:37 +02:00 |
|
Marc Zinnschlag
|
d27c548710
|
implemented passing of time
|
2010-07-18 18:29:16 +02:00 |
|
Marc Zinnschlag
|
083b11c740
|
moved global variable handling into a separate class
|
2010-07-18 16:48:01 +02:00 |
|
Nicolay Korslund
|
c84672a560
|
Added MyGUI to OpenMW, fully working (with events and script hooks)
|
2010-07-17 19:38:32 +02:00 |
|
Nicolay Korslund
|
4d74f85ae0
|
Moved mwgui manager to components, ready for testing
|
2010-07-16 22:27:50 +02:00 |
|
Marc Zinnschlag
|
8134c5b760
|
integrated CellStore pointer into Ptr class
|
2010-07-10 13:19:04 +02:00 |
|
Marc Zinnschlag
|
69e607e140
|
implemented getdistance with explicit references
|
2010-07-09 20:55:39 +02:00 |
|
Marc Zinnschlag
|
d4ac3b506e
|
implemented enable, disable and getdisabled with explicit references
|
2010-07-09 19:32:17 +02:00 |
|
Marc Zinnschlag
|
592fa84e2d
|
added Enable, Disable, GetDisabled
|
2010-07-09 16:07:03 +02:00 |
|
Marc Zinnschlag
|
6b3ff8a516
|
constness fixes
|
2010-07-07 20:14:50 +02:00 |
|
Marc Zinnschlag
|
0efe4742a6
|
added script-gui interface and gui-related script instructions
|
2010-07-07 20:12:00 +02:00 |
|
Nicolay Korslund
|
359f2903d7
|
Merged athile and zinnschlag
|
2010-07-07 09:46:11 +02:00 |
|
Marc Zinnschlag
|
9d73718ec1
|
added GetSecondsPassed
|
2010-07-06 12:06:50 +02:00 |
|
Marc Zinnschlag
|
f5a70abd4b
|
added OnActivate
|
2010-07-06 12:05:48 +02:00 |
|