gemrb: update to gemrb-0.8.4

From the NEWS:

GemRB v0.8.4 (2016-02-29):
  New features:
    - pst should be roughly completable
    - iwd2 level-up, concealment, hardcoded clabs, tracking
    - ToBEx simplified "concentration" option, spontaneous casting for everyone
    - bg1, iwd2, (pst) casting sounds

  Improved features:
    - iwd2 spells (shapes, songs, crossclass mixing, learning), action bar
    - lots of pst details and annoyances
    - stores, dialogs, scripts, iwd and pst effects
    - bugfixes
This commit is contained in:
Yorick Hardy 2016-03-02 19:08:33 +02:00
parent d980a8f066
commit 5f34f0263f
3 changed files with 48 additions and 365 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.14 2015/08/18 21:31:46 yhardy Exp $
DISTNAME= gemrb-0.8.3
DISTNAME= gemrb-0.8.4
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gemrb/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gemrb.sourceforge.net/
HOMEPAGE= http://www.gemrb.org/
COMMENT= Open Source clone of the Infinity Engine
LICENSE= gnu-gpl-v2

View File

@ -66,367 +66,15 @@ share/doc/gemrb/en/Engine/Projectile.txt
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/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/Makefile
share/doc/gemrb/en/Release.txt
share/doc/gemrb/en/Tables/HPBARB.txt
@ -497,6 +145,7 @@ share/gemrb/GUIScripts/CommonTables.py
share/gemrb/GUIScripts/CommonWindow.py
share/gemrb/GUIScripts/CreateControlDecorators.py
share/gemrb/GUIScripts/DualClass.py
share/gemrb/GUIScripts/ExportFile.py
share/gemrb/GUIScripts/GUIClasses.py
share/gemrb/GUIScripts/GUICommon.py
share/gemrb/GUIScripts/GUICommonWindows.py
@ -527,7 +176,6 @@ share/gemrb/GUIScripts/bg1/Autodetect.py
share/gemrb/GUIScripts/bg1/CharGen.py
share/gemrb/GUIScripts/bg1/CharGenCommon.py
share/gemrb/GUIScripts/bg1/CharGenGui.py
share/gemrb/GUIScripts/bg1/ExportFile.py
share/gemrb/GUIScripts/bg1/GUICG1.py
share/gemrb/GUIScripts/bg1/GUICG10.py
share/gemrb/GUIScripts/bg1/GUICG12.py
@ -566,7 +214,6 @@ share/gemrb/GUIScripts/bg2/CharGen9.py
share/gemrb/GUIScripts/bg2/CharGenCommon.py
share/gemrb/GUIScripts/bg2/CharGenEnd.py
share/gemrb/GUIScripts/bg2/DemoEnd.py
share/gemrb/GUIScripts/bg2/ExportFile.py
share/gemrb/GUIScripts/bg2/GUICG1.py
share/gemrb/GUIScripts/bg2/GUICG10.py
share/gemrb/GUIScripts/bg2/GUICG12.py
@ -681,8 +328,6 @@ share/gemrb/GUIScripts/pst/GUIMG.py
share/gemrb/GUIScripts/pst/GUIOPT.py
share/gemrb/GUIScripts/pst/GUIPR.py
share/gemrb/GUIScripts/pst/GUIREC.py
share/gemrb/GUIScripts/pst/GUISAVE.py
share/gemrb/GUIScripts/pst/GUISTORE.py
share/gemrb/GUIScripts/pst/GUIWORLD.py
share/gemrb/GUIScripts/pst/LoadScreen.py
share/gemrb/GUIScripts/pst/Maze.py
@ -738,9 +383,12 @@ share/gemrb/override/iwd/efftext.2da
share/gemrb/override/iwd2/drmtxt2.2da
share/gemrb/override/iwd2/efftext.2da
share/gemrb/override/iwd2/skillrac.2da
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/stats.ids
share/gemrb/unhardcoded/bg1/ability.2da
share/gemrb/unhardcoded/bg1/acidblgr.pro
@ -783,7 +431,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
@ -1748,6 +1395,33 @@ share/gemrb/unhardcoded/iwd/wvdeath.pro
share/gemrb/unhardcoded/iwd/wvhith.pro
share/gemrb/unhardcoded/iwd/wwolf.pro
share/gemrb/unhardcoded/iwd/zlaura.pro
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
@ -1911,6 +1585,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
@ -2164,6 +1839,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
@ -2203,6 +1879,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
@ -2225,6 +1902,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
@ -2252,6 +1930,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
@ -2270,7 +1949,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
@ -2301,6 +1979,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
@ -2321,6 +2001,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
@ -2355,6 +2036,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

View File

@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.12 2015/08/18 21:31:46 yhardy Exp $
SHA1 (gemrb-0.8.3.tar.gz) = 8fc060539a0458c7f6a822a1eddbc286d356b37b
RMD160 (gemrb-0.8.3.tar.gz) = 9da58cacf01de037f52142bad283419f63d91833
Size (gemrb-0.8.3.tar.gz) = 12370971 bytes
SHA1 (gemrb-0.8.4.tar.gz) = 88b9d5b0b392a92b21bdd3fd90838c10f9ad09e9
RMD160 (gemrb-0.8.4.tar.gz) = 4e575c9affc6d978c2da195766328a1b94827578
SHA512 (gemrb-0.8.4.tar.gz) = f65b56fe213b4b4b4adaf0476b57ebde73a8ca53d9d6d13f16b536f9e4c4a95417e09d1183ea557a2030defc52ef2f5b32f4a35318c02ee6187d8307c049f585
Size (gemrb-0.8.4.tar.gz) = 12344618 bytes