update to gemrb-0.8.4
This commit is contained in:
parent
da38f31b19
commit
3fb22a4bf5
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2015/11/02 11:56:55 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2016/03/06 20:28:36 kirby Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
@ -6,7 +6,7 @@ SHARED_LIBS += gemrb_core 0.0
|
||||
|
||||
COMMENT = open-source implementation of Bioware's Infinity Engine
|
||||
|
||||
DISTNAME = gemrb-0.8.3
|
||||
DISTNAME = gemrb-0.8.4
|
||||
|
||||
CATEGORIES = games emulators x11
|
||||
|
||||
@ -49,6 +49,5 @@ post-install:
|
||||
${PREFIX}/share/gemrb/GUIScripts/{} \;
|
||||
${SUBST_CMD} -m 444 -c ${FILESDIR}/baldurs_gate_1.cfg \
|
||||
${PREFIX}/share/examples/gemrb/baldurs_gate_1.cfg
|
||||
rm ${PREFIX}/share/gemrb/GUIScripts/bg1/GUIMOVIE.py.orig
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gemrb-0.8.3.tar.gz) = SZbU1m5g2ewMY7lPaHxKbVT0+7+4AwQkXo/w+ohvVmQ=
|
||||
SIZE (gemrb-0.8.3.tar.gz) = 12370971
|
||||
SHA256 (gemrb-0.8.4.tar.gz) = ZBoCF5ZVu63qSoBumvEjSbQvxShZbv1aL/XLbSE/HWk=
|
||||
SIZE (gemrb-0.8.4.tar.gz) = 12344618
|
||||
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-gemrb_GUIScripts_bg1_GUIMOVIE_py,v 1.1.1.1 2015/08/21 09:14:21 kirby Exp $
|
||||
|
||||
Syntax error.
|
||||
|
||||
--- gemrb/GUIScripts/bg1/GUIMOVIE.py.orig Fri Jul 31 00:00:21 2015
|
||||
+++ gemrb/GUIScripts/bg1/GUIMOVIE.py Fri Jul 31 00:00:51 2015
|
||||
@@ -34,7 +34,7 @@ def OnLoad():
|
||||
CreditsButton = MovieWindow.GetControl (3)
|
||||
DoneButton = MovieWindow.GetControl (4)
|
||||
MoviesTable = GemRB.LoadTable ("MOVIDESC")
|
||||
- opts = [MoviesTable.GetValue (i, 0) for i in range( MoviesTable.GetRowCount()) if GemRB.GetVar(MoviesTable.GetRowName (i) == 1 ]
|
||||
+ opts = [MoviesTable.GetValue (i, 0) for i in range( MoviesTable.GetRowCount()) if GemRB.GetVar(MoviesTable.GetRowName (i)) == 1 ]
|
||||
TextAreaControl.SetOptions(opts)
|
||||
TextAreaControl.SetVarAssoc ("MovieIndex",0)
|
||||
TextAreaControl.SetEvent (IE_GUI_TEXTAREA_ON_SELECT, MoviePress)
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/08/21 09:14:22 kirby Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2016/03/06 20:28:36 kirby Exp $
|
||||
bin/extend2da.py
|
||||
@bin bin/gemrb
|
||||
lib/gemrb/
|
||||
@ -70,367 +70,15 @@ share/doc/gemrb/en/Engine/Triggers.txt
|
||||
share/doc/gemrb/en/Engine/Usability.txt
|
||||
share/doc/gemrb/en/EngineChanges.txt
|
||||
share/doc/gemrb/en/GUIScript/
|
||||
share/doc/gemrb/en/GUIScript/ActOnPC.txt
|
||||
share/doc/gemrb/en/GUIScript/AddGameTypeHint.txt
|
||||
share/doc/gemrb/en/GUIScript/AddNewArea.txt
|
||||
share/doc/gemrb/en/GUIScript/AdjustScrolling.txt
|
||||
share/doc/gemrb/en/GUIScript/ApplyEffect.txt
|
||||
share/doc/gemrb/en/GUIScript/ApplySpell.txt
|
||||
share/doc/gemrb/en/GUIScript/AttachScrollBar.txt
|
||||
share/doc/gemrb/en/GUIScript/Button_CreateLabelOnButton.txt
|
||||
share/doc/gemrb/en/GUIScript/Button_EnableBorder.txt
|
||||
share/doc/gemrb/en/GUIScript/Button_SetActionIcon.txt
|
||||
share/doc/gemrb/en/GUIScript/Button_SetAnchor.txt
|
||||
share/doc/gemrb/en/GUIScript/Button_SetBAM.txt
|
||||
share/doc/gemrb/en/GUIScript/Button_SetBorder.txt
|
||||
share/doc/gemrb/en/GUIScript/Button_SetFlags.txt
|
||||
share/doc/gemrb/en/GUIScript/Button_SetFont.txt
|
||||
share/doc/gemrb/en/GUIScript/Button_SetItemIcon.txt
|
||||
share/doc/gemrb/en/GUIScript/Button_SetMOS.txt
|
||||
share/doc/gemrb/en/GUIScript/Button_SetOverlay.txt
|
||||
share/doc/gemrb/en/GUIScript/Button_SetPLT.txt
|
||||
share/doc/gemrb/en/GUIScript/Button_SetPicture.txt
|
||||
share/doc/gemrb/en/GUIScript/Button_SetPictureClipping.txt
|
||||
share/doc/gemrb/en/GUIScript/Button_SetPushOffset.txt
|
||||
share/doc/gemrb/en/GUIScript/Button_SetSpellIcon.txt
|
||||
share/doc/gemrb/en/GUIScript/Button_SetSprite2D.txt
|
||||
share/doc/gemrb/en/GUIScript/Button_SetSprites.txt
|
||||
share/doc/gemrb/en/GUIScript/Button_SetState.txt
|
||||
share/doc/gemrb/en/GUIScript/Button_SetTextColor.txt
|
||||
share/doc/gemrb/en/GUIScript/CanUseItemType.txt
|
||||
share/doc/gemrb/en/GUIScript/ChangeContainerItem.txt
|
||||
share/doc/gemrb/en/GUIScript/ChangeItemFlag.txt
|
||||
share/doc/gemrb/en/GUIScript/ChangeStoreItem.txt
|
||||
share/doc/gemrb/en/GUIScript/CheckFeatCondition.txt
|
||||
share/doc/gemrb/en/GUIScript/CheckVar.txt
|
||||
share/doc/gemrb/en/GUIScript/ClearActions.txt
|
||||
share/doc/gemrb/en/GUIScript/Control_AttachScrollBar.txt
|
||||
share/doc/gemrb/en/GUIScript/Control_QueryText.txt
|
||||
share/doc/gemrb/en/GUIScript/Control_SetAnimation.txt
|
||||
share/doc/gemrb/en/GUIScript/Control_SetAnimationPalette.txt
|
||||
share/doc/gemrb/en/GUIScript/Control_SetEvent.txt
|
||||
share/doc/gemrb/en/GUIScript/Control_SetPos.txt
|
||||
share/doc/gemrb/en/GUIScript/Control_SetSize.txt
|
||||
share/doc/gemrb/en/GUIScript/Control_SetStatus.txt
|
||||
share/doc/gemrb/en/GUIScript/Control_SetText.txt
|
||||
share/doc/gemrb/en/GUIScript/Control_SetTooltip.txt
|
||||
share/doc/gemrb/en/GUIScript/Control_SetVarAssoc.txt
|
||||
share/doc/gemrb/en/GUIScript/Control_SubstituteForControl.txt
|
||||
share/doc/gemrb/en/GUIScript/Control_TextArea_SetFlags.txt
|
||||
share/doc/gemrb/en/GUIScript/CountEffects.txt
|
||||
share/doc/gemrb/en/GUIScript/CreateButton.txt
|
||||
share/doc/gemrb/en/GUIScript/CreateCreature.txt
|
||||
share/doc/gemrb/en/GUIScript/CreateItem.txt
|
||||
share/doc/gemrb/en/GUIScript/CreateLabel.txt
|
||||
share/doc/gemrb/en/GUIScript/CreateLabelOnButton.txt
|
||||
share/doc/gemrb/en/GUIScript/CreateMapControl.txt
|
||||
share/doc/gemrb/en/GUIScript/CreateMovement.txt
|
||||
share/doc/gemrb/en/GUIScript/CreatePlayer.txt
|
||||
share/doc/gemrb/en/GUIScript/CreateScrollBar.txt
|
||||
share/doc/gemrb/en/GUIScript/CreateString.txt
|
||||
share/doc/gemrb/en/GUIScript/CreateTextEdit.txt
|
||||
share/doc/gemrb/en/GUIScript/CreateWindow.txt
|
||||
share/doc/gemrb/en/GUIScript/CreateWorldMapControl.txt
|
||||
share/doc/gemrb/en/GUIScript/DeleteControl.txt
|
||||
share/doc/gemrb/en/GUIScript/DeleteSaveGame.txt
|
||||
share/doc/gemrb/en/GUIScript/DispelEffect.txt
|
||||
share/doc/gemrb/en/GUIScript/DisplayString.txt
|
||||
share/doc/gemrb/en/GUIScript/DragItem.txt
|
||||
share/doc/gemrb/en/GUIScript/DrawWindows.txt
|
||||
share/doc/gemrb/en/GUIScript/DropDraggedItem.txt
|
||||
share/doc/gemrb/en/GUIScript/EnableButtonBorder.txt
|
||||
share/doc/gemrb/en/GUIScript/EnableCheatKeys.txt
|
||||
share/doc/gemrb/en/GUIScript/EndCutSceneMode.txt
|
||||
share/doc/gemrb/en/GUIScript/EnterGame.txt
|
||||
share/doc/gemrb/en/GUIScript/EnterStore.txt
|
||||
share/doc/gemrb/en/GUIScript/EvaluateString.txt
|
||||
share/doc/gemrb/en/GUIScript/ExecuteString.txt
|
||||
share/doc/gemrb/en/GUIScript/ExploreArea.txt
|
||||
share/doc/gemrb/en/GUIScript/FillPlayerInfo.txt
|
||||
share/doc/gemrb/en/GUIScript/FindStoreItem.txt
|
||||
share/doc/gemrb/en/GUIScript/FindTableValue.txt
|
||||
share/doc/gemrb/en/GUIScript/GameControlGetTargetMode.txt
|
||||
share/doc/gemrb/en/GUIScript/GameControlSetLastActor.txt
|
||||
share/doc/gemrb/en/GUIScript/GameControlSetScreenFlags.txt
|
||||
share/doc/gemrb/en/GUIScript/GameControlSetTargetMode.txt
|
||||
share/doc/gemrb/en/GUIScript/GameGetExpansion.txt
|
||||
share/doc/gemrb/en/GUIScript/GameGetFirstSelectedActor.txt
|
||||
share/doc/gemrb/en/GUIScript/GameGetFirstSelectedPC.txt
|
||||
share/doc/gemrb/en/GUIScript/GameGetFormation.txt
|
||||
share/doc/gemrb/en/GUIScript/GameGetPartyGold.txt
|
||||
share/doc/gemrb/en/GUIScript/GameGetReputation.txt
|
||||
share/doc/gemrb/en/GUIScript/GameGetSelectedPCSingle.txt
|
||||
share/doc/gemrb/en/GUIScript/GameIsBeastKnown.txt
|
||||
share/doc/gemrb/en/GUIScript/GameIsPCSelected.txt
|
||||
share/doc/gemrb/en/GUIScript/GamePause.txt
|
||||
share/doc/gemrb/en/GUIScript/GameSelectPC.txt
|
||||
share/doc/gemrb/en/GUIScript/GameSelectPCSingle.txt
|
||||
share/doc/gemrb/en/GUIScript/GameSetExpansion.txt
|
||||
share/doc/gemrb/en/GUIScript/GameSetFormation.txt
|
||||
share/doc/gemrb/en/GUIScript/GameSetPartyGold.txt
|
||||
share/doc/gemrb/en/GUIScript/GameSetPartySize.txt
|
||||
share/doc/gemrb/en/GUIScript/GameSetProtagonistMode.txt
|
||||
share/doc/gemrb/en/GUIScript/GameSetReputation.txt
|
||||
share/doc/gemrb/en/GUIScript/GameSetScreenFlags.txt
|
||||
share/doc/gemrb/en/GUIScript/GetAbilityBonus.txt
|
||||
share/doc/gemrb/en/GUIScript/GetCombatDetails.txt
|
||||
share/doc/gemrb/en/GUIScript/GetContainer.txt
|
||||
share/doc/gemrb/en/GUIScript/GetContainerItem.txt
|
||||
share/doc/gemrb/en/GUIScript/GetControl.txt
|
||||
share/doc/gemrb/en/GUIScript/GetControlObject.txt
|
||||
share/doc/gemrb/en/GUIScript/GetCurrentArea.txt
|
||||
share/doc/gemrb/en/GUIScript/GetDestinationArea.txt
|
||||
share/doc/gemrb/en/GUIScript/GetEquippedAmmunition.txt
|
||||
share/doc/gemrb/en/GUIScript/GetEquippedQuickSlot.txt
|
||||
share/doc/gemrb/en/GUIScript/GetGamePortraitPreview.txt
|
||||
share/doc/gemrb/en/GUIScript/GetGamePreview.txt
|
||||
share/doc/gemrb/en/GUIScript/GetGameString.txt
|
||||
share/doc/gemrb/en/GUIScript/GetGameTime.txt
|
||||
share/doc/gemrb/en/GUIScript/GetGameVar.txt
|
||||
share/doc/gemrb/en/GUIScript/GetINIBeastsKey.txt
|
||||
share/doc/gemrb/en/GUIScript/GetINIPartyCount.txt
|
||||
share/doc/gemrb/en/GUIScript/GetINIPartyKey.txt
|
||||
share/doc/gemrb/en/GUIScript/GetINIQuestsKey.txt
|
||||
share/doc/gemrb/en/GUIScript/GetItem.txt
|
||||
share/doc/gemrb/en/GUIScript/GetJournalEntry.txt
|
||||
share/doc/gemrb/en/GUIScript/GetJournalSize.txt
|
||||
share/doc/gemrb/en/GUIScript/GetKnownSpell.txt
|
||||
share/doc/gemrb/en/GUIScript/GetKnownSpellsCount.txt
|
||||
share/doc/gemrb/en/GUIScript/GetMazeEntry.txt
|
||||
share/doc/gemrb/en/GUIScript/GetMazeHeader.txt
|
||||
share/doc/gemrb/en/GUIScript/GetMemorizableSpellsCount.txt
|
||||
share/doc/gemrb/en/GUIScript/GetMemorizedSpell.txt
|
||||
share/doc/gemrb/en/GUIScript/GetMemorizedSpellsCount.txt
|
||||
share/doc/gemrb/en/GUIScript/GetMessageWindowSize.txt
|
||||
share/doc/gemrb/en/GUIScript/GetPCStats.txt
|
||||
share/doc/gemrb/en/GUIScript/GetPartySize.txt
|
||||
share/doc/gemrb/en/GUIScript/GetPlayerName.txt
|
||||
share/doc/gemrb/en/GUIScript/GetPlayerPortrait.txt
|
||||
share/doc/gemrb/en/GUIScript/GetPlayerScript.txt
|
||||
share/doc/gemrb/en/GUIScript/GetPlayerSound.txt
|
||||
share/doc/gemrb/en/GUIScript/GetPlayerStat.txt
|
||||
share/doc/gemrb/en/GUIScript/GetPlayerStates.txt
|
||||
share/doc/gemrb/en/GUIScript/GetPlayerString.txt
|
||||
share/doc/gemrb/en/GUIScript/GetRumour.txt
|
||||
share/doc/gemrb/en/GUIScript/GetSaveGameAttrib.txt
|
||||
share/doc/gemrb/en/GUIScript/GetSaveGameCount.txt
|
||||
share/doc/gemrb/en/GUIScript/GetSaveGames.txt
|
||||
share/doc/gemrb/en/GUIScript/GetSelectedActors.txt
|
||||
share/doc/gemrb/en/GUIScript/GetSelectedSize.txt
|
||||
share/doc/gemrb/en/GUIScript/GetSlotItem.txt
|
||||
share/doc/gemrb/en/GUIScript/GetSlotType.txt
|
||||
share/doc/gemrb/en/GUIScript/GetSlots.txt
|
||||
share/doc/gemrb/en/GUIScript/GetSpell.txt
|
||||
share/doc/gemrb/en/GUIScript/GetSpellCastOn.txt
|
||||
share/doc/gemrb/en/GUIScript/GetStore.txt
|
||||
share/doc/gemrb/en/GUIScript/GetStoreCure.txt
|
||||
share/doc/gemrb/en/GUIScript/GetStoreDrink.txt
|
||||
share/doc/gemrb/en/GUIScript/GetStoreItem.txt
|
||||
share/doc/gemrb/en/GUIScript/GetString.txt
|
||||
share/doc/gemrb/en/GUIScript/GetSymbolValue.txt
|
||||
share/doc/gemrb/en/GUIScript/GetSystemVariable.txt
|
||||
share/doc/gemrb/en/GUIScript/GetTableColumnCount.txt
|
||||
share/doc/gemrb/en/GUIScript/GetTableColumnIndex.txt
|
||||
share/doc/gemrb/en/GUIScript/GetTableColumnName.txt
|
||||
share/doc/gemrb/en/GUIScript/GetTableRowCount.txt
|
||||
share/doc/gemrb/en/GUIScript/GetTableRowIndex.txt
|
||||
share/doc/gemrb/en/GUIScript/GetTableRowName.txt
|
||||
share/doc/gemrb/en/GUIScript/GetTableValue.txt
|
||||
share/doc/gemrb/en/GUIScript/GetToken.txt
|
||||
share/doc/gemrb/en/GUIScript/GetVar.txt
|
||||
share/doc/gemrb/en/GUIScript/HardEndPL.txt
|
||||
share/doc/gemrb/en/GUIScript/HasControl.txt
|
||||
share/doc/gemrb/en/GUIScript/HasFeat.txt
|
||||
share/doc/gemrb/en/GUIScript/HasResource.txt
|
||||
share/doc/gemrb/en/GUIScript/HasSpecialItem.txt
|
||||
share/doc/gemrb/en/GUIScript/HasSpecialSpell.txt
|
||||
share/doc/gemrb/en/GUIScript/HideGUI.txt
|
||||
share/doc/gemrb/en/GUIScript/IncreaseReputation.txt
|
||||
share/doc/gemrb/en/GUIScript/InvalidateWindow.txt
|
||||
share/doc/gemrb/en/GUIScript/IsDraggingItem.txt
|
||||
share/doc/gemrb/en/GUIScript/IsDualWielding.txt
|
||||
share/doc/gemrb/en/GUIScript/IsValidStoreItem.txt
|
||||
share/doc/gemrb/en/GUIScript/Label_SetTextColor.txt
|
||||
share/doc/gemrb/en/GUIScript/Label_SetUseRGB.txt
|
||||
share/doc/gemrb/en/GUIScript/LearnSpell.txt
|
||||
share/doc/gemrb/en/GUIScript/LeaveContainer.txt
|
||||
share/doc/gemrb/en/GUIScript/LeaveParty.txt
|
||||
share/doc/gemrb/en/GUIScript/LeaveStore.txt
|
||||
share/doc/gemrb/en/GUIScript/LoadGame.txt
|
||||
share/doc/gemrb/en/GUIScript/LoadMusicPL.txt
|
||||
share/doc/gemrb/en/GUIScript/LoadSymbol.txt
|
||||
share/doc/gemrb/en/GUIScript/LoadTable.txt
|
||||
share/doc/gemrb/en/GUIScript/LoadWindow.txt
|
||||
share/doc/gemrb/en/GUIScript/LoadWindowFrame.txt
|
||||
share/doc/gemrb/en/GUIScript/LoadWindowPack.txt
|
||||
share/doc/gemrb/en/GUIScript/MemorizeSpell.txt
|
||||
share/doc/gemrb/en/GUIScript/MessageWindowDebug.txt
|
||||
share/doc/gemrb/en/GUIScript/ModifyEffect.txt
|
||||
share/doc/gemrb/en/GUIScript/MoveToArea.txt
|
||||
share/doc/gemrb/en/GUIScript/PlayMovie.txt
|
||||
share/doc/gemrb/en/GUIScript/PlaySound.txt
|
||||
share/doc/gemrb/en/GUIScript/QueryText.txt
|
||||
share/doc/gemrb/en/GUIScript/Quit.txt
|
||||
share/doc/gemrb/en/GUIScript/QuitGame.txt
|
||||
share/doc/gemrb/en/GUIScript/RemoveEffects.txt
|
||||
share/doc/gemrb/en/GUIScript/RemoveItem.txt
|
||||
share/doc/gemrb/en/GUIScript/RemoveSpell.txt
|
||||
share/doc/gemrb/en/GUIScript/RestParty.txt
|
||||
share/doc/gemrb/en/GUIScript/RevealArea.txt
|
||||
share/doc/gemrb/en/GUIScript/RewindTA.txt
|
||||
share/doc/gemrb/en/GUIScript/Roll.txt
|
||||
share/doc/gemrb/en/GUIScript/SaveCharacter.txt
|
||||
share/doc/gemrb/en/GUIScript/SaveGame.txt
|
||||
share/doc/gemrb/en/GUIScript/SaveGame_GetDate.txt
|
||||
share/doc/gemrb/en/GUIScript/SaveGame_GetGameDate.txt
|
||||
share/doc/gemrb/en/GUIScript/SaveGame_GetName.txt
|
||||
share/doc/gemrb/en/GUIScript/SaveGame_GetPortrait.txt
|
||||
share/doc/gemrb/en/GUIScript/SaveGame_GetPreview.txt
|
||||
share/doc/gemrb/en/GUIScript/SaveGame_GetSaveID.txt
|
||||
share/doc/gemrb/en/GUIScript/ScrollBar_SetDefaultScrollBar.txt
|
||||
share/doc/gemrb/en/GUIScript/SetActionIcon.txt
|
||||
share/doc/gemrb/en/GUIScript/SetAnimation.txt
|
||||
share/doc/gemrb/en/GUIScript/SetAnimationPalette.txt
|
||||
share/doc/gemrb/en/GUIScript/SetBufferLength.txt
|
||||
share/doc/gemrb/en/GUIScript/SetButtonBAM.txt
|
||||
share/doc/gemrb/en/GUIScript/SetButtonBorder.txt
|
||||
share/doc/gemrb/en/GUIScript/SetButtonFlags.txt
|
||||
share/doc/gemrb/en/GUIScript/SetButtonFont.txt
|
||||
share/doc/gemrb/en/GUIScript/SetButtonMOS.txt
|
||||
share/doc/gemrb/en/GUIScript/SetButtonOverlay.txt
|
||||
share/doc/gemrb/en/GUIScript/SetButtonPLT.txt
|
||||
share/doc/gemrb/en/GUIScript/SetButtonPicture.txt
|
||||
share/doc/gemrb/en/GUIScript/SetButtonPictureClipping.txt
|
||||
share/doc/gemrb/en/GUIScript/SetButtonSprites.txt
|
||||
share/doc/gemrb/en/GUIScript/SetButtonState.txt
|
||||
share/doc/gemrb/en/GUIScript/SetButtonTextColor.txt
|
||||
share/doc/gemrb/en/GUIScript/SetControlPos.txt
|
||||
share/doc/gemrb/en/GUIScript/SetControlSize.txt
|
||||
share/doc/gemrb/en/GUIScript/SetControlStatus.txt
|
||||
share/doc/gemrb/en/GUIScript/SetDefaultActions.txt
|
||||
share/doc/gemrb/en/GUIScript/SetDefaultScrollBar.txt
|
||||
share/doc/gemrb/en/GUIScript/SetEquippedQuickSlot.txt
|
||||
share/doc/gemrb/en/GUIScript/SetEvent.txt
|
||||
share/doc/gemrb/en/GUIScript/SetFeature.txt
|
||||
share/doc/gemrb/en/GUIScript/SetFullScreen.txt
|
||||
share/doc/gemrb/en/GUIScript/SetGamePortraitPreview.txt
|
||||
share/doc/gemrb/en/GUIScript/SetGamePreview.txt
|
||||
share/doc/gemrb/en/GUIScript/SetGamma.txt
|
||||
share/doc/gemrb/en/GUIScript/SetGlobal.txt
|
||||
share/doc/gemrb/en/GUIScript/SetInfoTextColor.txt
|
||||
share/doc/gemrb/en/GUIScript/SetItemIcon.txt
|
||||
share/doc/gemrb/en/GUIScript/SetJournalEntry.txt
|
||||
share/doc/gemrb/en/GUIScript/SetLabelTextColor.txt
|
||||
share/doc/gemrb/en/GUIScript/SetLabelUseRGB.txt
|
||||
share/doc/gemrb/en/GUIScript/SetMapAnimation.txt
|
||||
share/doc/gemrb/en/GUIScript/SetMapDoor.txt
|
||||
share/doc/gemrb/en/GUIScript/SetMapExit.txt
|
||||
share/doc/gemrb/en/GUIScript/SetMapRegion.txt
|
||||
share/doc/gemrb/en/GUIScript/SetMapnote.txt
|
||||
share/doc/gemrb/en/GUIScript/SetMasterScript.txt
|
||||
share/doc/gemrb/en/GUIScript/SetMazeData.txt
|
||||
share/doc/gemrb/en/GUIScript/SetMazeEntry.txt
|
||||
share/doc/gemrb/en/GUIScript/SetMemorizableSpellsCount.txt
|
||||
share/doc/gemrb/en/GUIScript/SetModalState.txt
|
||||
share/doc/gemrb/en/GUIScript/SetMouseScrollSpeed.txt
|
||||
share/doc/gemrb/en/GUIScript/SetNextScript.txt
|
||||
share/doc/gemrb/en/GUIScript/SetPlayerName.txt
|
||||
share/doc/gemrb/en/GUIScript/SetPlayerScript.txt
|
||||
share/doc/gemrb/en/GUIScript/SetPlayerSound.txt
|
||||
share/doc/gemrb/en/GUIScript/SetPlayerStat.txt
|
||||
share/doc/gemrb/en/GUIScript/SetPlayerString.txt
|
||||
share/doc/gemrb/en/GUIScript/SetPurchasedAmount.txt
|
||||
share/doc/gemrb/en/GUIScript/SetRepeatClickFlags.txt
|
||||
share/doc/gemrb/en/GUIScript/SetSaveGamePortrait.txt
|
||||
share/doc/gemrb/en/GUIScript/SetSaveGamePreview.txt
|
||||
share/doc/gemrb/en/GUIScript/SetScrollBarSprites.txt
|
||||
share/doc/gemrb/en/GUIScript/SetSpellIcon.txt
|
||||
share/doc/gemrb/en/GUIScript/SetText.txt
|
||||
share/doc/gemrb/en/GUIScript/SetTextAreaFlags.txt
|
||||
share/doc/gemrb/en/GUIScript/SetTickHook.txt
|
||||
share/doc/gemrb/en/GUIScript/SetTimedEvent.txt
|
||||
share/doc/gemrb/en/GUIScript/SetToken.txt
|
||||
share/doc/gemrb/en/GUIScript/SetTooltip.txt
|
||||
share/doc/gemrb/en/GUIScript/SetTooltipDelay.txt
|
||||
share/doc/gemrb/en/GUIScript/SetVar.txt
|
||||
share/doc/gemrb/en/GUIScript/SetVarAssoc.txt
|
||||
share/doc/gemrb/en/GUIScript/SetVisible.txt
|
||||
share/doc/gemrb/en/GUIScript/SetWindowFrame.txt
|
||||
share/doc/gemrb/en/GUIScript/SetWindowPicture.txt
|
||||
share/doc/gemrb/en/GUIScript/SetWindowPos.txt
|
||||
share/doc/gemrb/en/GUIScript/SetWindowSize.txt
|
||||
share/doc/gemrb/en/GUIScript/SetWorldMapTextColor.txt
|
||||
share/doc/gemrb/en/GUIScript/SetupControls.txt
|
||||
share/doc/gemrb/en/GUIScript/SetupEquipmentIcons.txt
|
||||
share/doc/gemrb/en/GUIScript/SetupMaze.txt
|
||||
share/doc/gemrb/en/GUIScript/SetupQuickSlot.txt
|
||||
share/doc/gemrb/en/GUIScript/SetupQuickSpell.txt
|
||||
share/doc/gemrb/en/GUIScript/ShowModal.txt
|
||||
share/doc/gemrb/en/GUIScript/SoftEndPL.txt
|
||||
share/doc/gemrb/en/GUIScript/SpellCast.txt
|
||||
share/doc/gemrb/en/GUIScript/StatComment.txt
|
||||
share/doc/gemrb/en/GUIScript/StealFailed.txt
|
||||
share/doc/gemrb/en/GUIScript/SwapPCs.txt
|
||||
share/doc/gemrb/en/GUIScript/Symbol_GetValue.txt
|
||||
share/doc/gemrb/en/GUIScript/Symbol_Unload.txt
|
||||
share/doc/gemrb/en/GUIScript/Table_FindValue.txt
|
||||
share/doc/gemrb/en/GUIScript/Table_GetColumnCount.txt
|
||||
share/doc/gemrb/en/GUIScript/Table_GetColumnIndex.txt
|
||||
share/doc/gemrb/en/GUIScript/Table_GetColumnName.txt
|
||||
share/doc/gemrb/en/GUIScript/Table_GetRowCount.txt
|
||||
share/doc/gemrb/en/GUIScript/Table_GetRowIndex.txt
|
||||
share/doc/gemrb/en/GUIScript/Table_GetRowName.txt
|
||||
share/doc/gemrb/en/GUIScript/Table_GetValue.txt
|
||||
share/doc/gemrb/en/GUIScript/Table_Unload.txt
|
||||
share/doc/gemrb/en/GUIScript/TextAreaAppend.txt
|
||||
share/doc/gemrb/en/GUIScript/TextAreaClear.txt
|
||||
share/doc/gemrb/en/GUIScript/TextAreaScroll.txt
|
||||
share/doc/gemrb/en/GUIScript/TextArea_Append.txt
|
||||
share/doc/gemrb/en/GUIScript/TextArea_Clear.txt
|
||||
share/doc/gemrb/en/GUIScript/TextArea_ListResources.txt
|
||||
share/doc/gemrb/en/GUIScript/TextArea_Scroll.txt
|
||||
share/doc/gemrb/en/GUIScript/TextArea_SetChapterText.txt
|
||||
share/doc/gemrb/en/GUIScript/TextEdit_SetBufferLength.txt
|
||||
share/doc/gemrb/en/GUIScript/UnhideGUI.txt
|
||||
share/doc/gemrb/en/GUIScript/UnloadSymbol.txt
|
||||
share/doc/gemrb/en/GUIScript/UnloadTable.txt
|
||||
share/doc/gemrb/en/GUIScript/UnloadWindow.txt
|
||||
share/doc/gemrb/en/GUIScript/UnmemorizeSpell.txt
|
||||
share/doc/gemrb/en/GUIScript/UpdateAmbientsVolume.txt
|
||||
share/doc/gemrb/en/GUIScript/UpdateMusicVolume.txt
|
||||
share/doc/gemrb/en/GUIScript/UseItem.txt
|
||||
share/doc/gemrb/en/GUIScript/VerbalConstant.txt
|
||||
share/doc/gemrb/en/GUIScript/Window_CreateButton.txt
|
||||
share/doc/gemrb/en/GUIScript/Window_CreateLabel.txt
|
||||
share/doc/gemrb/en/GUIScript/Window_CreateMapControl.txt
|
||||
share/doc/gemrb/en/GUIScript/Window_CreateScrollBar.txt
|
||||
share/doc/gemrb/en/GUIScript/Window_CreateTextEdit.txt
|
||||
share/doc/gemrb/en/GUIScript/Window_CreateWorldMapControl.txt
|
||||
share/doc/gemrb/en/GUIScript/Window_DeleteControl.txt
|
||||
share/doc/gemrb/en/GUIScript/Window_GetControl.txt
|
||||
share/doc/gemrb/en/GUIScript/Window_HasControl.txt
|
||||
share/doc/gemrb/en/GUIScript/Window_Invalidate.txt
|
||||
share/doc/gemrb/en/GUIScript/Window_SetFrame.txt
|
||||
share/doc/gemrb/en/GUIScript/Window_SetPicture.txt
|
||||
share/doc/gemrb/en/GUIScript/Window_SetPos.txt
|
||||
share/doc/gemrb/en/GUIScript/Window_SetSize.txt
|
||||
share/doc/gemrb/en/GUIScript/Window_SetVisible.txt
|
||||
share/doc/gemrb/en/GUIScript/Window_SetupControls.txt
|
||||
share/doc/gemrb/en/GUIScript/Window_SetupEquipmentIcons.txt
|
||||
share/doc/gemrb/en/GUIScript/Window_ShowModal.txt
|
||||
share/doc/gemrb/en/GUIScript/Window_Unload.txt
|
||||
share/doc/gemrb/en/GUIScript/WorldMap_AdjustScrolling.txt
|
||||
share/doc/gemrb/en/GUIScript/WorldMap_GetDestinationArea.txt
|
||||
share/doc/gemrb/en/GUIScript/WorldMap_SetTextColor.txt
|
||||
share/doc/gemrb/en/GUIScript/accessing_gui_controls.txt
|
||||
share/doc/gemrb/en/GUIScript/bit_operation.txt
|
||||
share/doc/gemrb/en/GUIScript/console.txt
|
||||
share/doc/gemrb/en/GUIScript/controls.txt
|
||||
share/doc/gemrb/en/GUIScript/data_exchange.txt
|
||||
share/doc/gemrb/en/GUIScript/doc_template.txt
|
||||
share/doc/gemrb/en/GUIScript/internal.txt
|
||||
share/doc/gemrb/en/GUIScript/index.txt
|
||||
share/doc/gemrb/en/GUIScript/reserved_functions.txt
|
||||
share/doc/gemrb/en/GUIScript_introduction.txt
|
||||
share/doc/gemrb/en/GUIScript/start.txt
|
||||
share/doc/gemrb/en/Release.txt
|
||||
share/doc/gemrb/en/Tables/
|
||||
share/doc/gemrb/en/Tables/HPBARB.txt
|
||||
@ -513,6 +161,8 @@ share/gemrb/GUIScripts/CreateControlDecorators.py
|
||||
share/gemrb/GUIScripts/CreateControlDecorators.pyc
|
||||
share/gemrb/GUIScripts/DualClass.py
|
||||
share/gemrb/GUIScripts/DualClass.pyc
|
||||
share/gemrb/GUIScripts/ExportFile.py
|
||||
share/gemrb/GUIScripts/ExportFile.pyc
|
||||
share/gemrb/GUIScripts/GUIClasses.py
|
||||
share/gemrb/GUIScripts/GUIClasses.pyc
|
||||
share/gemrb/GUIScripts/GUICommon.py
|
||||
@ -574,8 +224,6 @@ share/gemrb/GUIScripts/bg1/CharGenCommon.py
|
||||
share/gemrb/GUIScripts/bg1/CharGenCommon.pyc
|
||||
share/gemrb/GUIScripts/bg1/CharGenGui.py
|
||||
share/gemrb/GUIScripts/bg1/CharGenGui.pyc
|
||||
share/gemrb/GUIScripts/bg1/ExportFile.py
|
||||
share/gemrb/GUIScripts/bg1/ExportFile.pyc
|
||||
share/gemrb/GUIScripts/bg1/GUICG1.py
|
||||
share/gemrb/GUIScripts/bg1/GUICG1.pyc
|
||||
share/gemrb/GUIScripts/bg1/GUICG10.py
|
||||
@ -653,8 +301,6 @@ share/gemrb/GUIScripts/bg2/CharGenEnd.py
|
||||
share/gemrb/GUIScripts/bg2/CharGenEnd.pyc
|
||||
share/gemrb/GUIScripts/bg2/DemoEnd.py
|
||||
share/gemrb/GUIScripts/bg2/DemoEnd.pyc
|
||||
share/gemrb/GUIScripts/bg2/ExportFile.py
|
||||
share/gemrb/GUIScripts/bg2/ExportFile.pyc
|
||||
share/gemrb/GUIScripts/bg2/GUICG1.py
|
||||
share/gemrb/GUIScripts/bg2/GUICG1.pyc
|
||||
share/gemrb/GUIScripts/bg2/GUICG10.py
|
||||
@ -886,10 +532,6 @@ share/gemrb/GUIScripts/pst/GUIPR.py
|
||||
share/gemrb/GUIScripts/pst/GUIPR.pyc
|
||||
share/gemrb/GUIScripts/pst/GUIREC.py
|
||||
share/gemrb/GUIScripts/pst/GUIREC.pyc
|
||||
share/gemrb/GUIScripts/pst/GUISAVE.py
|
||||
share/gemrb/GUIScripts/pst/GUISAVE.pyc
|
||||
share/gemrb/GUIScripts/pst/GUISTORE.py
|
||||
share/gemrb/GUIScripts/pst/GUISTORE.pyc
|
||||
share/gemrb/GUIScripts/pst/GUIWORLD.py
|
||||
share/gemrb/GUIScripts/pst/GUIWORLD.pyc
|
||||
share/gemrb/GUIScripts/pst/LoadScreen.py
|
||||
@ -963,9 +605,12 @@ share/gemrb/override/iwd2/drmtxt2.2da
|
||||
share/gemrb/override/iwd2/efftext.2da
|
||||
share/gemrb/override/iwd2/skillrac.2da
|
||||
share/gemrb/override/pst/
|
||||
share/gemrb/override/pst/ar1200.ini
|
||||
share/gemrb/override/pst/drmtxt2.2da
|
||||
share/gemrb/override/pst/efftext.2da
|
||||
share/gemrb/override/pst/rndtreas.2da
|
||||
share/gemrb/override/pst/spwi506.spl
|
||||
share/gemrb/override/pst/wmmos1.mos
|
||||
share/gemrb/override/shared/
|
||||
share/gemrb/override/shared/stats.ids
|
||||
share/gemrb/unhardcoded/
|
||||
@ -1011,7 +656,6 @@ share/gemrb/unhardcoded/bg1/damage.2da
|
||||
share/gemrb/unhardcoded/bg1/dart.pro
|
||||
share/gemrb/unhardcoded/bg1/dartex.pro
|
||||
share/gemrb/unhardcoded/bg1/defsound.2da
|
||||
share/gemrb/unhardcoded/bg1/difflvls.2da
|
||||
share/gemrb/unhardcoded/bg1/dsclass.2da
|
||||
share/gemrb/unhardcoded/bg1/dsrace.2da
|
||||
share/gemrb/unhardcoded/bg1/dstable.2da
|
||||
@ -1980,6 +1624,33 @@ share/gemrb/unhardcoded/iwd/wvhith.pro
|
||||
share/gemrb/unhardcoded/iwd/wwolf.pro
|
||||
share/gemrb/unhardcoded/iwd/zlaura.pro
|
||||
share/gemrb/unhardcoded/iwd2/
|
||||
share/gemrb/unhardcoded/iwd2/24895.spl
|
||||
share/gemrb/unhardcoded/iwd2/24896.spl
|
||||
share/gemrb/unhardcoded/iwd2/35782.spl
|
||||
share/gemrb/unhardcoded/iwd2/37678.spl
|
||||
share/gemrb/unhardcoded/iwd2/39280.spl
|
||||
share/gemrb/unhardcoded/iwd2/39309.spl
|
||||
share/gemrb/unhardcoded/iwd2/39310.spl
|
||||
share/gemrb/unhardcoded/iwd2/39311.spl
|
||||
share/gemrb/unhardcoded/iwd2/39312.spl
|
||||
share/gemrb/unhardcoded/iwd2/39313.spl
|
||||
share/gemrb/unhardcoded/iwd2/39314.spl
|
||||
share/gemrb/unhardcoded/iwd2/39315.spl
|
||||
share/gemrb/unhardcoded/iwd2/39316.spl
|
||||
share/gemrb/unhardcoded/iwd2/39317.spl
|
||||
share/gemrb/unhardcoded/iwd2/39326.spl
|
||||
share/gemrb/unhardcoded/iwd2/39327.spl
|
||||
share/gemrb/unhardcoded/iwd2/39328.spl
|
||||
share/gemrb/unhardcoded/iwd2/39329.spl
|
||||
share/gemrb/unhardcoded/iwd2/39330.spl
|
||||
share/gemrb/unhardcoded/iwd2/39331.spl
|
||||
share/gemrb/unhardcoded/iwd2/39332.spl
|
||||
share/gemrb/unhardcoded/iwd2/39747.spl
|
||||
share/gemrb/unhardcoded/iwd2/39748.spl
|
||||
share/gemrb/unhardcoded/iwd2/39751.spl
|
||||
share/gemrb/unhardcoded/iwd2/39753.spl
|
||||
share/gemrb/unhardcoded/iwd2/39755.spl
|
||||
share/gemrb/unhardcoded/iwd2/39763.spl
|
||||
share/gemrb/unhardcoded/iwd2/ability.2da
|
||||
share/gemrb/unhardcoded/iwd2/abjura.pro
|
||||
share/gemrb/unhardcoded/iwd2/abjurap.pro
|
||||
@ -2143,6 +1814,7 @@ share/gemrb/unhardcoded/iwd2/entropy.2da
|
||||
share/gemrb/unhardcoded/iwd2/equake.pro
|
||||
share/gemrb/unhardcoded/iwd2/exaltah.pro
|
||||
share/gemrb/unhardcoded/iwd2/factioh.pro
|
||||
share/gemrb/unhardcoded/iwd2/fatigue.spl
|
||||
share/gemrb/unhardcoded/iwd2/fbreath.pro
|
||||
share/gemrb/unhardcoded/iwd2/feat00.spl
|
||||
share/gemrb/unhardcoded/iwd2/feat02.spl
|
||||
@ -2396,6 +2068,7 @@ share/gemrb/unhardcoded/iwd2/tspray.pro
|
||||
share/gemrb/unhardcoded/iwd2/turn.spl
|
||||
share/gemrb/unhardcoded/iwd2/ublight.pro
|
||||
share/gemrb/unhardcoded/iwd2/uhold.pro
|
||||
share/gemrb/unhardcoded/iwd2/uncanny.spl
|
||||
share/gemrb/unhardcoded/iwd2/uward.pro
|
||||
share/gemrb/unhardcoded/iwd2/uwardh.pro
|
||||
share/gemrb/unhardcoded/iwd2/vspherh.pro
|
||||
@ -2436,6 +2109,7 @@ share/gemrb/unhardcoded/pst/astorm.pro
|
||||
share/gemrb/unhardcoded/pst/astorm.spl
|
||||
share/gemrb/unhardcoded/pst/avatars.2da
|
||||
share/gemrb/unhardcoded/pst/avprefix.2da
|
||||
share/gemrb/unhardcoded/pst/avprefs.2da
|
||||
share/gemrb/unhardcoded/pst/avslots.2da
|
||||
share/gemrb/unhardcoded/pst/axe.pro
|
||||
share/gemrb/unhardcoded/pst/axeex.pro
|
||||
@ -2458,6 +2132,7 @@ share/gemrb/unhardcoded/pst/bstorm2.spl
|
||||
share/gemrb/unhardcoded/pst/bullet.pro
|
||||
share/gemrb/unhardcoded/pst/bulletex.pro
|
||||
share/gemrb/unhardcoded/pst/callih.pro
|
||||
share/gemrb/unhardcoded/pst/cgtable.2da
|
||||
share/gemrb/unhardcoded/pst/chost.2da
|
||||
share/gemrb/unhardcoded/pst/chost.pro
|
||||
share/gemrb/unhardcoded/pst/chost.spl
|
||||
@ -2485,6 +2160,7 @@ share/gemrb/unhardcoded/pst/dbolt.spl
|
||||
share/gemrb/unhardcoded/pst/defsound.2da
|
||||
share/gemrb/unhardcoded/pst/dhell.pro
|
||||
share/gemrb/unhardcoded/pst/dhell.spl
|
||||
share/gemrb/unhardcoded/pst/dmhead.cre
|
||||
share/gemrb/unhardcoded/pst/dstable.2da
|
||||
share/gemrb/unhardcoded/pst/easymaze.2da
|
||||
share/gemrb/unhardcoded/pst/ebomb.pro
|
||||
@ -2503,7 +2179,6 @@ share/gemrb/unhardcoded/pst/fireball.pro
|
||||
share/gemrb/unhardcoded/pst/firebolt.pro
|
||||
share/gemrb/unhardcoded/pst/firebtbl.pro
|
||||
share/gemrb/unhardcoded/pst/fireice.pro
|
||||
share/gemrb/unhardcoded/pst/fireice.spl
|
||||
share/gemrb/unhardcoded/pst/firestor.pro
|
||||
share/gemrb/unhardcoded/pst/fistweap.2da
|
||||
share/gemrb/unhardcoded/pst/fizzle.spl
|
||||
@ -2534,6 +2209,8 @@ share/gemrb/unhardcoded/pst/horror.pro
|
||||
share/gemrb/unhardcoded/pst/howl.spl
|
||||
share/gemrb/unhardcoded/pst/ice.pro
|
||||
share/gemrb/unhardcoded/pst/ice.spl
|
||||
share/gemrb/unhardcoded/pst/ice2.spl
|
||||
share/gemrb/unhardcoded/pst/ice3.spl
|
||||
share/gemrb/unhardcoded/pst/icestorm.pro
|
||||
share/gemrb/unhardcoded/pst/ifury.pro
|
||||
share/gemrb/unhardcoded/pst/ifury.spl
|
||||
@ -2554,6 +2231,7 @@ share/gemrb/unhardcoded/pst/iswarm.pro
|
||||
share/gemrb/unhardcoded/pst/iswarm.spl
|
||||
share/gemrb/unhardcoded/pst/item_use.2da
|
||||
share/gemrb/unhardcoded/pst/itemsnd.2da
|
||||
share/gemrb/unhardcoded/pst/itemspec.2da
|
||||
share/gemrb/unhardcoded/pst/itemtype.2da
|
||||
share/gemrb/unhardcoded/pst/itemuse.2da
|
||||
share/gemrb/unhardcoded/pst/iterror.pro
|
||||
@ -2588,6 +2266,7 @@ share/gemrb/unhardcoded/pst/overlay.2da
|
||||
share/gemrb/unhardcoded/pst/pacify.pro
|
||||
share/gemrb/unhardcoded/pst/pacify.spl
|
||||
share/gemrb/unhardcoded/pst/pathfind.2da
|
||||
share/gemrb/unhardcoded/pst/pcmaze.2da
|
||||
share/gemrb/unhardcoded/pst/pdolls.2da
|
||||
share/gemrb/unhardcoded/pst/poo.spl
|
||||
share/gemrb/unhardcoded/pst/poone.pro
|
||||
|
Loading…
x
Reference in New Issue
Block a user