Marc Zinnschlag
|
dde4fbd818
|
allow one more integer argument in RemoveSoulGem and up to 6 more in AiFollow and then throw them all away
|
2014-02-13 09:52:44 +01:00 |
|
Marc Zinnschlag
|
87b51e47a9
|
fixed another case issue in remote member access
|
2014-02-13 09:40:07 +01:00 |
|
Marc Zinnschlag
|
c03bd8ebb6
|
allow [] as aliases for ()
|
2014-02-13 08:59:33 +01:00 |
|
Marc Zinnschlag
|
0313876d88
|
allow leaving out if in a top-level if-statement
|
2014-02-13 08:49:40 +01:00 |
|
Marc Zinnschlag
|
2eeb0eb4f3
|
allow lines to continue with other instructions after an legit else
|
2014-02-13 08:38:26 +01:00 |
|
Marc Zinnschlag
|
749136bf33
|
ignore attempts to set non-existing variables
|
2014-02-12 20:23:47 +01:00 |
|
Marc Zinnschlag
|
b3412b7eec
|
another case fix (remote member access again)
|
2014-02-12 15:22:17 +01:00 |
|
Marc Zinnschlag
|
a85d3c7dcb
|
ignore unused explicit references for functions
|
2014-02-12 13:53:59 +01:00 |
|
Marc Zinnschlag
|
6e2e4d1adf
|
ignore stray begin
|
2014-02-12 13:45:01 +01:00 |
|
Marc Zinnschlag
|
dc433a3c09
|
fixed case handling problem for local variable access
|
2014-02-12 13:38:16 +01:00 |
|
Marc Zinnschlag
|
388735046f
|
fixed broken remote member variable access
|
2014-02-12 13:35:24 +01:00 |
|
Marc Zinnschlag
|
93d4743012
|
interpret instruction keywords as names within expressions
|
2014-02-12 09:56:25 +01:00 |
|
Marc Zinnschlag
|
c0a6acfe6c
|
allow the use of keywords as variable names in more places
|
2014-02-12 09:23:23 +01:00 |
|
Marc Zinnschlag
|
b1b0877122
|
allow additional numeric argument for AiFollow and ignore it
|
2014-02-12 09:14:32 +01:00 |
|
Marc Zinnschlag
|
bfb0e62c4a
|
ignore additional string argument after enable/disable
|
2014-02-12 09:10:05 +01:00 |
|
Marc Zinnschlag
|
61626e90da
|
allow additional string argument for stopcombat and addspell (ignored)
|
2014-02-12 08:53:37 +01:00 |
|
Marc Zinnschlag
|
6a5d88b640
|
ignore stray else and endif in scripts
|
2014-02-12 08:42:42 +01:00 |
|
Marc Zinnschlag
|
697bda6371
|
allow (and discard) explicit reference on instructions that do not accept explicit references
|
2014-02-11 14:55:31 +01:00 |
|
Marc Zinnschlag
|
9de2922d22
|
fixed case problem in remote member variable access
|
2014-02-11 13:56:56 +01:00 |
|
Marc Zinnschlag
|
f26aa4f645
|
fixed while loop implementation
|
2014-02-11 13:31:04 +01:00 |
|
Marc Zinnschlag
|
5c0071f320
|
fixed spelling of an error message
|
2014-02-10 14:59:20 +01:00 |
|
Marc Zinnschlag
|
3b990795c4
|
added access to remote access of local variables of global scripts
|
2014-02-10 14:45:55 +01:00 |
|
Marc Zinnschlag
|
3147aebf75
|
factored out declaration parser
|
2014-02-10 13:01:52 +01:00 |
|
Marc Zinnschlag
|
2b2ac6f62b
|
allow declaration of local variables with keywords as names
|
2014-02-02 15:43:48 +01:00 |
|
Marc Zinnschlag
|
32860a05e3
|
added dummy implementations for getPcInJail and getPcTraveling
|
2014-02-02 15:35:18 +01:00 |
|
Marc Zinnschlag
|
914ab1b8ab
|
allow 'x' instead of 'getjournalindex x'
|
2014-02-02 15:08:27 +01:00 |
|
Marc Zinnschlag
|
cd9b137129
|
allow elseif without matching if (grrrrr)
|
2014-02-02 14:24:58 +01:00 |
|
Marc Zinnschlag
|
858dc80292
|
corrected command line switch documentation in readme file
|
2014-02-02 14:10:57 +01:00 |
|
Marc Zinnschlag
|
4ee43612f6
|
added new switch: --script-warn
|
2014-02-02 14:09:59 +01:00 |
|
Marc Zinnschlag
|
8bcdf54570
|
added warning mode to script compiler error handler
|
2014-02-02 13:55:03 +01:00 |
|
scrawl
|
1deb0a7cdf
|
Savegame dialog: Set key focus to editbox
|
2014-02-01 18:42:01 +01:00 |
|
scrawl
|
ec46575671
|
Overwriting saves fixes - copy description of overwritten slot, ask for confirmation
|
2014-02-01 18:42:01 +01:00 |
|
scrawl
|
6d37cd7e86
|
Savegame dialog: Don't allow empty save names
|
2014-02-01 18:42:01 +01:00 |
|
scrawl
|
63284d21a0
|
Savegame dialog: 'Enter' while editing a name is equivalent to pressing the ok button
|
2014-02-01 18:42:01 +01:00 |
|
scrawl
|
dea9d21db6
|
Some additional safety checks for global map loading
|
2014-02-01 18:42:01 +01:00 |
|
scrawl
|
f89b3cac02
|
Feature #764: Store the actor that gave the dialog response
|
2014-02-01 18:42:01 +01:00 |
|
scrawl
|
a988a0d6dc
|
Don't add duplicate topic responses to the journal
|
2014-02-01 18:42:00 +01:00 |
|
scrawl
|
37ef8ec908
|
Savegame dialog: support loading saves using Enter key or double-click
|
2014-02-01 18:42:00 +01:00 |
|
scrawl
|
49e26415be
|
Don't call loadGame() from within the MWMechanics::Actors update sequence
|
2014-02-01 18:42:00 +01:00 |
|
Marc Zinnschlag
|
1b5301eec0
|
Merge branch 'savedgame'
Conflicts:
apps/openmw/mwbase/mechanicsmanager.hpp
apps/openmw/mwbase/soundmanager.hpp
apps/openmw/mwgui/mapwindow.hpp
apps/openmw/mwmechanics/actors.cpp
apps/openmw/mwmechanics/mechanicsmanagerimp.hpp
apps/openmw/mwsound/soundmanagerimp.hpp
components/esm/loadcell.cpp
|
2014-02-01 18:16:32 +01:00 |
|
Marc Zinnschlag
|
5b04c10e1d
|
added creature/NPC state to saved games (only container/inventory for now)
|
2014-02-01 17:36:23 +01:00 |
|
Marc Zinnschlag
|
d2ec3ffdc8
|
handle equipped items when serialising inventory state
|
2014-02-01 17:31:05 +01:00 |
|
Marc Zinnschlag
|
bcc5894e2d
|
changed implementation functions for container serialisation from free functions to member functions (will need some polymorphism later)
|
2014-02-01 15:24:01 +01:00 |
|
Marc Zinnschlag
|
dd674566a2
|
store content of containers in saved game files
|
2014-01-31 13:25:32 +01:00 |
|
scrawl
|
bbd15b185d
|
Skip inactive controllers. Fixes those bloody bone boots again.
|
2014-01-31 05:59:58 +01:00 |
|
scrawl
|
4ec86d1c68
|
Bug #1147: Fix the inventory preview pose used for ranged weapons
|
2014-01-31 05:06:35 +01:00 |
|
scrawl
|
5b300c1052
|
Handle controllers for the root node. Fixes #1147 (incorrect dwemer crossbow rotation)
|
2014-01-31 05:06:35 +01:00 |
|
scrawl
|
60bbab52fe
|
Support keyframe controllers for bones that aren't in the skeleton base
|
2014-01-31 05:06:34 +01:00 |
|
scrawl
|
305a471c5a
|
Fix VisController in ascended sleeper's death animation
|
2014-01-31 05:06:08 +01:00 |
|
scrawl
|
da34f8bda1
|
Fix LastHitObject
|
2014-01-31 04:43:35 +01:00 |
|