Commit Graph

9508 Commits (ae5f783a1650b8d65a2b65eeae149ab5729ef473)
 

Author SHA1 Message Date
Emanuel Guevel 3d8ca02479 Fix breaking of enchanted items casting 11 years ago
Marc Zinnschlag 0afa61eed5 fixed referenceable-loading in case of more than one content file 11 years ago
Marc Zinnschlag 2007a3e902 improved script check error messages 11 years ago
Marek Kochanowicz 56be62b956 small reformatting 11 years ago
Marek Kochanowicz 4ee90c24e5 more readable code. 11 years ago
Marc Zinnschlag 4e04131957 fixing case broke sorting in script context 11 years ago
Marc Zinnschlag 2130ec39d6 disable warnings by default in script verifier 11 years ago
Marc Zinnschlag 0d84adb2c6 allow x->(y) instead of (x->y) 11 years ago
Marc Zinnschlag fd665a1994 ignore conditions after an else (only works if condition is put in parentheses) 11 years ago
Marek Kochanowicz b1f63947e8 Checking if the drop comes from same document. 11 years ago
Marek Kochanowicz d6820b977e store const ref to the document in the table. 11 years ago
Marek Kochanowicz f3dc45f1ec long line split. 11 years ago
Marek Kochanowicz 37d262b147 Splited very long line. 11 years ago
Marc Zinnschlag 7b8802588e Merge remote-tracking branch 'sirherrbatka/DragDrop' 11 years ago
Marek Kochanowicz aafde926d3 Documentation, corrections. 11 years ago
Marc Zinnschlag e17af4231a added script verifier 11 years ago
Marc Zinnschlag 0ff744c2ff fixed CSMWorld::ScriptContext::isJournalId 11 years ago
gus a315d5cc2b aiactivate works. Bug when you try to use it on a reference that doesn't exist. Need to clran up door.cpp 11 years ago
Marek Kochanowicz 13c4c71995 reformating 11 years ago
Marek Kochanowicz ae418f2538 nicer formatting 11 years ago
Marc Zinnschlag 0a8ffbfb1d added missing implementation for CSMWorld::ScriptContext::getMemberType 11 years ago
Marek Kochanowicz ace4252013 nicer formatting 11 years ago
Marc Zinnschlag d213c6c36a fixed a constness-issue 11 years ago
Marc Zinnschlag 910d62e4b8 added missing implementation for CSMWorld::ScriptContext::getGlobalType 11 years ago
Marc Zinnschlag 451e1f413b instead of using pre-compiled variable lists for remote member access get the variable list from the remote script on the fly 11 years ago
Marc Zinnschlag e76ef92669 also allow the use of keywords as remote local variables in set statements 11 years ago
Marc Zinnschlag 2086ebe410 fix for inappropriate disable (2nd attempt) 11 years ago
Marc Zinnschlag b01c6dad37 Revert "allow disable as an alias for getDisabled (in most cases)"
This reverts commit f7ff4fbd51.
11 years ago
Emanuel Guevel 7c981587fc When searching object by id, search in active cells before searching in the player's inventory 11 years ago
Nikolay Kasyanov c2fe0d480a Merge remote-tracking branch 'upstream/master' into osx-ogre-19
Conflicts:
	CMakeLists.txt
11 years ago
Marc Zinnschlag 053b3dc371 Merge branch 'openmw-28'
Conflicts:
	CMakeLists.txt
11 years ago
Emanuel Guevel e597328b6b Make enable/disable a no-op for items in containers 11 years ago
Marek Kochanowicz 40cc108e54 drag and drop works. 11 years ago
Marek Kochanowicz 1bcc6d6918 using new icon. 11 years ago
Marek Kochanowicz 2afe3f3e57 Introduced multitype icon. 11 years ago
Nikolay Kasyanov 58add97676 Merge branch 'master' into osx-ogre-19
Conflicts:
	CMakeLists.txt
11 years ago
Marek Kochanowicz 6662560cbc new displays for referencable table columns 11 years ago
Marc Zinnschlag f7ff4fbd51 allow disable as an alias for getDisabled (in most cases) 11 years ago
Marc Zinnschlag d6e212a02b Merge branch 'master' into script 11 years ago
Marc Zinnschlag e9238b456d use case-insensitive sorting in columns 11 years ago
Marc Zinnschlag 309573a3ac allow the use of the keyword end as a variable name in an expression 11 years ago
Marek Kochanowicz 09d3c7a446 Attempt to match types. Does not work at the moment. 11 years ago
Marc Zinnschlag d73097c2e4 Merge remote-tracking branch 'scrawl/master' 11 years ago
gus 7c6e27e4f9 Merge branch 'master' of https://github.com/zinnschlag/openmw.git into AIFix2
Conflicts:
	apps/openmw/mwmechanics/aitravel.cpp
11 years ago
scrawl ea90035eca Enable irc notification for travis 11 years ago
scrawl 1ed1b43296 Enable release branches in Travis CI 11 years ago
scrawl 0fcec24c9b Remove some bogus dependencies for travis build 11 years ago
scrawl 4e6507248b Fix travis build 11 years ago
scrawl d4a755d1aa Fix some hardcoded literals 11 years ago
Marek Kochanowicz 71b2fc1c70 Introduced method to access display type. 11 years ago