mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 22:45:34 +00:00
Merge pull request #192 from OpenMW/master
Add OpenMW commits up to 3 Apr 2017
This commit is contained in:
commit
106c9edead
3 changed files with 6 additions and 16 deletions
|
@ -311,22 +311,6 @@ namespace Compiler
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// die in a fire, Morrowind script compiler!
|
|
||||||
if (const Extensions *extensions = getContext().getExtensions())
|
|
||||||
{
|
|
||||||
if (getContext().isJournalId (name2))
|
|
||||||
{
|
|
||||||
// JournalID used as an argument. Use the index of that JournalID
|
|
||||||
Generator::pushString (mCode, mLiterals, name2);
|
|
||||||
int keyword = extensions->searchKeyword ("getjournalindex");
|
|
||||||
extensions->generateFunctionCode (keyword, mCode, mLiterals, mExplicit, 0);
|
|
||||||
mNextOperand = false;
|
|
||||||
mOperands.push_back ('l');
|
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (mExplicit.empty() && getContext().isId (name2))
|
if (mExplicit.empty() && getContext().isId (name2))
|
||||||
{
|
{
|
||||||
mExplicit = name2;
|
mExplicit = name2;
|
||||||
|
|
|
@ -8,3 +8,6 @@ resources=${OPENMW_RESOURCE_FILES}
|
||||||
script-blacklist=Museum
|
script-blacklist=Museum
|
||||||
script-blacklist=MockChangeScript
|
script-blacklist=MockChangeScript
|
||||||
script-blacklist=doortestwarp
|
script-blacklist=doortestwarp
|
||||||
|
script-blacklist=WereChange2Script
|
||||||
|
script-blacklist=wereDreamScript2
|
||||||
|
script-blacklist=wereDreamScript3
|
||||||
|
|
|
@ -9,3 +9,6 @@ resources=./resources
|
||||||
script-blacklist=Museum
|
script-blacklist=Museum
|
||||||
script-blacklist=MockChangeScript
|
script-blacklist=MockChangeScript
|
||||||
script-blacklist=doortestwarp
|
script-blacklist=doortestwarp
|
||||||
|
script-blacklist=WereChange2Script
|
||||||
|
script-blacklist=wereDreamScript2
|
||||||
|
script-blacklist=wereDreamScript3
|
||||||
|
|
Loading…
Reference in a new issue