Sun Jun 6 16:59:51 2021 UTC ()
gemrb: update to 0.8.8

GemRB v0.8.8 (2021-06-02):
  New features:
    - gameplay content for the demo
    - Heart of Fury support
    - SDLAudio caching and volume control
    - PlayStation Vita port
    - simpler invocation, AppImage packages

  Improved features:
    - lightning bolts, iwd2 stealth, iwd effects, pst levelup
    - scripting, audio backends, logging
    - build system, portability and performance improvements
    - externalized summoning limit, trap limit, narration text speed
    - bugfixes


(nia)
diff -r1.7 -r1.8 pkgsrc/games/gemrb/Makefile
diff -r1.4 -r1.5 pkgsrc/games/gemrb/PLIST
diff -r1.3 -r1.4 pkgsrc/games/gemrb/distinfo
diff -r1.1 -r0 pkgsrc/games/gemrb/patches/patch-gemrb_core_System_Logging.h
diff -r1.1 -r1.2 pkgsrc/games/gemrb/patches/patch-gemrb_core_System_String.cpp

cvs diff -r1.7 -r1.8 pkgsrc/games/gemrb/Makefile (expand / switch to unified diff)

--- pkgsrc/games/gemrb/Makefile 2021/05/14 07:40:18 1.7
+++ pkgsrc/games/gemrb/Makefile 2021/06/06 16:59:51 1.8
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2021/05/14 07:40:18 nia Exp $ 1# $NetBSD: Makefile,v 1.8 2021/06/06 16:59:51 nia Exp $
2 2
3DISTNAME= gemrb-0.8.7 3DISTNAME= gemrb-0.8.8
4PKGREVISION= 1 
5CATEGORIES= games 4CATEGORIES= games
6MASTER_SITES= ${MASTER_SITE_GITHUB:=gemrb/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=gemrb/}
7GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.gemrb.org/ 9HOMEPAGE= http://www.gemrb.org/
11COMMENT= Reimplementation of the Infinity Engine used in 2D RPGs by Bioware 10COMMENT= Reimplementation of the Infinity Engine used in 2D RPGs by Bioware
12LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
13 12
14USE_CMAKE= yes 13USE_CMAKE= yes
15USE_LANGUAGES= c c++ 14USE_LANGUAGES= c c++
16USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
17 16

cvs diff -r1.4 -r1.5 pkgsrc/games/gemrb/PLIST (expand / switch to unified diff)

--- pkgsrc/games/gemrb/PLIST 2021/05/14 07:40:18 1.4
+++ pkgsrc/games/gemrb/PLIST 2021/06/06 16:59:51 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.4 2021/05/14 07:40:18 nia Exp $ 1@comment $NetBSD: PLIST,v 1.5 2021/06/06 16:59:51 nia Exp $
2bin/extend2da.py 2bin/extend2da.py
3bin/gemrb 3bin/gemrb
4lib/gemrb/libgemrb_core.so 4lib/gemrb/libgemrb_core.so
5lib/gemrb/libgemrb_core.so.${PKGVERSION} 5lib/gemrb/libgemrb_core.so.${PKGVERSION}
6lib/gemrb/plugins/2DAImporter.so 6lib/gemrb/plugins/2DAImporter.so
7lib/gemrb/plugins/ACMReader.so 7lib/gemrb/plugins/ACMReader.so
8lib/gemrb/plugins/AREImporter.so 8lib/gemrb/plugins/AREImporter.so
9lib/gemrb/plugins/BAMImporter.so 9lib/gemrb/plugins/BAMImporter.so
10lib/gemrb/plugins/BIFImporter.so 10lib/gemrb/plugins/BIFImporter.so
11lib/gemrb/plugins/BIKPlayer.so 11lib/gemrb/plugins/BIKPlayer.so
12lib/gemrb/plugins/BMPImporter.so 12lib/gemrb/plugins/BMPImporter.so
13lib/gemrb/plugins/BMPWriter.so 13lib/gemrb/plugins/BMPWriter.so
14lib/gemrb/plugins/CHUImporter.so 14lib/gemrb/plugins/CHUImporter.so
@@ -220,26 +220,27 @@ share/gemrb/GUIScripts/bg2/GUICG7.py @@ -220,26 +220,27 @@ share/gemrb/GUIScripts/bg2/GUICG7.py
220share/gemrb/GUIScripts/bg2/GUICG8.py 220share/gemrb/GUIScripts/bg2/GUICG8.py
221share/gemrb/GUIScripts/bg2/GUICG9.py 221share/gemrb/GUIScripts/bg2/GUICG9.py
222share/gemrb/GUIScripts/bg2/GUIINV.py 222share/gemrb/GUIScripts/bg2/GUIINV.py
223share/gemrb/GUIScripts/bg2/GUIJRNL.py 223share/gemrb/GUIScripts/bg2/GUIJRNL.py
224share/gemrb/GUIScripts/bg2/ImportFile.py 224share/gemrb/GUIScripts/bg2/ImportFile.py
225share/gemrb/GUIScripts/bg2/ImportGame.py 225share/gemrb/GUIScripts/bg2/ImportGame.py
226share/gemrb/GUIScripts/bg2/LUHLASelection.py 226share/gemrb/GUIScripts/bg2/LUHLASelection.py
227share/gemrb/GUIScripts/bg2/LoadScreen.py 227share/gemrb/GUIScripts/bg2/LoadScreen.py
228share/gemrb/GUIScripts/bg2/MessageWindow.py 228share/gemrb/GUIScripts/bg2/MessageWindow.py
229share/gemrb/GUIScripts/bg2/QuitGame.py 229share/gemrb/GUIScripts/bg2/QuitGame.py
230share/gemrb/GUIScripts/bg2/Start.py 230share/gemrb/GUIScripts/bg2/Start.py
231share/gemrb/GUIScripts/bg2/Start2.py 231share/gemrb/GUIScripts/bg2/Start2.py
232share/gemrb/GUIScripts/bg2/StartOpt.py 232share/gemrb/GUIScripts/bg2/StartOpt.py
 233share/gemrb/GUIScripts/demo/Autodetect.py
233share/gemrb/GUIScripts/demo/GUIINV.py 234share/gemrb/GUIScripts/demo/GUIINV.py
234share/gemrb/GUIScripts/demo/GUIJRNL.py 235share/gemrb/GUIScripts/demo/GUIJRNL.py
235share/gemrb/GUIScripts/demo/GUIMA.py 236share/gemrb/GUIScripts/demo/GUIMA.py
236share/gemrb/GUIScripts/demo/GUIMG.py 237share/gemrb/GUIScripts/demo/GUIMG.py
237share/gemrb/GUIScripts/demo/GUIOPT.py 238share/gemrb/GUIScripts/demo/GUIOPT.py
238share/gemrb/GUIScripts/demo/GUIPR.py 239share/gemrb/GUIScripts/demo/GUIPR.py
239share/gemrb/GUIScripts/demo/LoadScreen.py 240share/gemrb/GUIScripts/demo/LoadScreen.py
240share/gemrb/GUIScripts/demo/MessageWindow.py 241share/gemrb/GUIScripts/demo/MessageWindow.py
241share/gemrb/GUIScripts/demo/README 242share/gemrb/GUIScripts/demo/README
242share/gemrb/GUIScripts/demo/SetupGame.py 243share/gemrb/GUIScripts/demo/SetupGame.py
243share/gemrb/GUIScripts/demo/Start.py 244share/gemrb/GUIScripts/demo/Start.py
244share/gemrb/GUIScripts/demo/Tests.py 245share/gemrb/GUIScripts/demo/Tests.py
245share/gemrb/GUIScripts/ie_action.py 246share/gemrb/GUIScripts/ie_action.py
@@ -310,48 +311,49 @@ share/gemrb/GUIScripts/pst/GUIJRNL.py @@ -310,48 +311,49 @@ share/gemrb/GUIScripts/pst/GUIJRNL.py
310share/gemrb/GUIScripts/pst/GUILOAD.py 311share/gemrb/GUIScripts/pst/GUILOAD.py
311share/gemrb/GUIScripts/pst/GUIMA.py 312share/gemrb/GUIScripts/pst/GUIMA.py
312share/gemrb/GUIScripts/pst/GUIMG.py 313share/gemrb/GUIScripts/pst/GUIMG.py
313share/gemrb/GUIScripts/pst/GUIOPT.py 314share/gemrb/GUIScripts/pst/GUIOPT.py
314share/gemrb/GUIScripts/pst/GUIPR.py 315share/gemrb/GUIScripts/pst/GUIPR.py
315share/gemrb/GUIScripts/pst/GUIREC.py 316share/gemrb/GUIScripts/pst/GUIREC.py
316share/gemrb/GUIScripts/pst/GUIWORLD.py 317share/gemrb/GUIScripts/pst/GUIWORLD.py
317share/gemrb/GUIScripts/pst/LoadScreen.py 318share/gemrb/GUIScripts/pst/LoadScreen.py
318share/gemrb/GUIScripts/pst/Maze.py 319share/gemrb/GUIScripts/pst/Maze.py
319share/gemrb/GUIScripts/pst/MessageWindow.py 320share/gemrb/GUIScripts/pst/MessageWindow.py
320share/gemrb/GUIScripts/pst/NewLife.py 321share/gemrb/GUIScripts/pst/NewLife.py
321share/gemrb/GUIScripts/pst/QuitGame.py 322share/gemrb/GUIScripts/pst/QuitGame.py
322share/gemrb/GUIScripts/pst/Start.py 323share/gemrb/GUIScripts/pst/Start.py
 324share/gemrb/GUIScripts/test/Autodetect.py
323share/gemrb/GUIScripts/test/Start.py 325share/gemrb/GUIScripts/test/Start.py
324share/gemrb/minimal/README 326share/gemrb/minimal/README
325share/gemrb/minimal/chitin.key 327share/gemrb/minimal/chitin.key
326share/gemrb/minimal/data/action.ids 328share/gemrb/minimal/data/action.ids
327share/gemrb/minimal/data/carot.bam 329share/gemrb/minimal/data/carot.bam
328share/gemrb/minimal/data/chrmodst.2da 330share/gemrb/minimal/data/chrmodst.2da
329share/gemrb/minimal/data/cursors.bam 331share/gemrb/minimal/data/cursors.bam
330share/gemrb/minimal/data/defsound.2da 332share/gemrb/minimal/data/defsound.2da
331share/gemrb/minimal/data/dexmod.2da 333share/gemrb/minimal/data/dexmod.2da
332share/gemrb/minimal/data/effects.ids 334share/gemrb/minimal/data/effects.ids
333share/gemrb/minimal/data/fogowar.bam 335share/gemrb/minimal/data/fogowar.bam
334share/gemrb/minimal/data/fonts.2da 336share/gemrb/minimal/data/fonts.2da
335share/gemrb/minimal/data/gametime.2da 337share/gemrb/minimal/data/gametime.2da
336share/gemrb/minimal/data/gemrb.ini 338share/gemrb/minimal/data/gemrb.ini
337share/gemrb/minimal/data/hpconbon.2da 339share/gemrb/minimal/data/hpconbon.2da
338share/gemrb/minimal/data/instant.ids 340share/gemrb/minimal/data/instant.ids
339share/gemrb/minimal/data/intmod.2da 341share/gemrb/minimal/data/intmod.2da
340share/gemrb/minimal/data/itemtype.2da 342share/gemrb/minimal/data/itemtype.2da
341share/gemrb/minimal/data/lorebon.2da 343share/gemrb/minimal/data/lorebon.2da
342share/gemrb/minimal/data/numtest.bam 344share/gemrb/minimal/data/numtest.bam
343share/gemrb/minimal/data/object.ids 345share/gemrb/minimal/data/object.ids
344share/gemrb/minimal/data/palette.png 346share/gemrb/minimal/data/palette0.png
345share/gemrb/minimal/data/script.2da 347share/gemrb/minimal/data/script.2da
346share/gemrb/minimal/data/slottype.2da 348share/gemrb/minimal/data/slottype.2da
347share/gemrb/minimal/data/strings.2da 349share/gemrb/minimal/data/strings.2da
348share/gemrb/minimal/data/strmod.2da 350share/gemrb/minimal/data/strmod.2da
349share/gemrb/minimal/data/strmodex.2da 351share/gemrb/minimal/data/strmodex.2da
350share/gemrb/minimal/data/toolscrl.bam 352share/gemrb/minimal/data/toolscrl.bam
351share/gemrb/minimal/data/trigger.ids 353share/gemrb/minimal/data/trigger.ids
352share/gemrb/minimal/dialog.tlk 354share/gemrb/minimal/dialog.tlk
353share/gemrb/minimal/fhs.cfg 355share/gemrb/minimal/fhs.cfg
354share/gemrb/minimal/test.cfg 356share/gemrb/minimal/test.cfg
355share/gemrb/override/bg1/CMakeLists.txt 357share/gemrb/override/bg1/CMakeLists.txt
356share/gemrb/override/bg1/efftext.2da 358share/gemrb/override/bg1/efftext.2da
357share/gemrb/override/bg1/minorglb.vvc 359share/gemrb/override/bg1/minorglb.vvc
@@ -515,33 +517,35 @@ share/gemrb/unhardcoded/bg1/spear.pro @@ -515,33 +517,35 @@ share/gemrb/unhardcoded/bg1/spear.pro
515share/gemrb/unhardcoded/bg1/spearex.pro 517share/gemrb/unhardcoded/bg1/spearex.pro
516share/gemrb/unhardcoded/bg1/spfirebl.pro 518share/gemrb/unhardcoded/bg1/spfirebl.pro
517share/gemrb/unhardcoded/bg1/spklarbk.pro 519share/gemrb/unhardcoded/bg1/spklarbk.pro
518share/gemrb/unhardcoded/bg1/spklarbl.pro 520share/gemrb/unhardcoded/bg1/spklarbl.pro
519share/gemrb/unhardcoded/bg1/spklarch.pro 521share/gemrb/unhardcoded/bg1/spklarch.pro
520share/gemrb/unhardcoded/bg1/spklargo.pro 522share/gemrb/unhardcoded/bg1/spklargo.pro
521share/gemrb/unhardcoded/bg1/spklargr.pro 523share/gemrb/unhardcoded/bg1/spklargr.pro
522share/gemrb/unhardcoded/bg1/spklaric.pro 524share/gemrb/unhardcoded/bg1/spklaric.pro
523share/gemrb/unhardcoded/bg1/spklarma.pro 525share/gemrb/unhardcoded/bg1/spklarma.pro
524share/gemrb/unhardcoded/bg1/spklaror.pro 526share/gemrb/unhardcoded/bg1/spklaror.pro
525share/gemrb/unhardcoded/bg1/spklarpu.pro 527share/gemrb/unhardcoded/bg1/spklarpu.pro
526share/gemrb/unhardcoded/bg1/spklarre.pro 528share/gemrb/unhardcoded/bg1/spklarre.pro
527share/gemrb/unhardcoded/bg1/spklarst.pro 529share/gemrb/unhardcoded/bg1/spklarst.pro
 530share/gemrb/unhardcoded/bg1/splbrdkn.2da
528share/gemrb/unhardcoded/bg1/splspec.2da 531share/gemrb/unhardcoded/bg1/splspec.2da
529share/gemrb/unhardcoded/bg1/spscorch.pro 532share/gemrb/unhardcoded/bg1/spscorch.pro
530share/gemrb/unhardcoded/bg1/spscoric.pro 533share/gemrb/unhardcoded/bg1/spscoric.pro
531share/gemrb/unhardcoded/bg1/stances.2da 534share/gemrb/unhardcoded/bg1/stances.2da
532share/gemrb/unhardcoded/bg1/start.2da 535share/gemrb/unhardcoded/bg1/start.2da
533share/gemrb/unhardcoded/bg1/stone.pro 536share/gemrb/unhardcoded/bg1/stone.pro
534share/gemrb/unhardcoded/bg1/strings.2da 537share/gemrb/unhardcoded/bg1/strings.2da
 538share/gemrb/unhardcoded/bg1/summlimt.2da
535share/gemrb/unhardcoded/bg1/textscrn.2da 539share/gemrb/unhardcoded/bg1/textscrn.2da
536share/gemrb/unhardcoded/bg1/trapglyp.pro 540share/gemrb/unhardcoded/bg1/trapglyp.pro
537share/gemrb/unhardcoded/bg1/trapskul.pro 541share/gemrb/unhardcoded/bg1/trapskul.pro
538share/gemrb/unhardcoded/bg1/vcremap.2da 542share/gemrb/unhardcoded/bg1/vcremap.2da
539share/gemrb/unhardcoded/bg1/walksnd.2da 543share/gemrb/unhardcoded/bg1/walksnd.2da
540share/gemrb/unhardcoded/bg1/weapprof.2da 544share/gemrb/unhardcoded/bg1/weapprof.2da
541share/gemrb/unhardcoded/bg1/web.pro 545share/gemrb/unhardcoded/bg1/web.pro
542share/gemrb/unhardcoded/bg1/wssingle.2da 546share/gemrb/unhardcoded/bg1/wssingle.2da
543share/gemrb/unhardcoded/bg2/HPBARB.2da 547share/gemrb/unhardcoded/bg2/HPBARB.2da
544share/gemrb/unhardcoded/bg2/ability.2da 548share/gemrb/unhardcoded/bg2/ability.2da
545share/gemrb/unhardcoded/bg2/aligns.2da 549share/gemrb/unhardcoded/bg2/aligns.2da
546share/gemrb/unhardcoded/bg2/area_reverbs.2da 550share/gemrb/unhardcoded/bg2/area_reverbs.2da
547share/gemrb/unhardcoded/bg2/areapro.2da 551share/gemrb/unhardcoded/bg2/areapro.2da
@@ -623,26 +627,27 @@ share/gemrb/unhardcoded/bg2/spentaci.vvc @@ -623,26 +627,27 @@ share/gemrb/unhardcoded/bg2/spentaci.vvc
623share/gemrb/unhardcoded/bg2/spfdeath.pro 627share/gemrb/unhardcoded/bg2/spfdeath.pro
624share/gemrb/unhardcoded/bg2/spfirewl.pro 628share/gemrb/unhardcoded/bg2/spfirewl.pro
625share/gemrb/unhardcoded/bg2/spgenhla.pro 629share/gemrb/unhardcoded/bg2/spgenhla.pro
626share/gemrb/unhardcoded/bg2/spholymt.pro 630share/gemrb/unhardcoded/bg2/spholymt.pro
627share/gemrb/unhardcoded/bg2/splbrdkn.2da 631share/gemrb/unhardcoded/bg2/splbrdkn.2da
628share/gemrb/unhardcoded/bg2/splspec.2da 632share/gemrb/unhardcoded/bg2/splspec.2da
629share/gemrb/unhardcoded/bg2/splwizkn.2da 633share/gemrb/unhardcoded/bg2/splwizkn.2da
630share/gemrb/unhardcoded/bg2/spscorch.pro 634share/gemrb/unhardcoded/bg2/spscorch.pro
631share/gemrb/unhardcoded/bg2/spscoric.pro 635share/gemrb/unhardcoded/bg2/spscoric.pro
632share/gemrb/unhardcoded/bg2/spshield.vvc 636share/gemrb/unhardcoded/bg2/spshield.vvc
633share/gemrb/unhardcoded/bg2/stances.2da 637share/gemrb/unhardcoded/bg2/stances.2da
634share/gemrb/unhardcoded/bg2/start.2da 638share/gemrb/unhardcoded/bg2/start.2da
635share/gemrb/unhardcoded/bg2/strings.2da 639share/gemrb/unhardcoded/bg2/strings.2da
 640share/gemrb/unhardcoded/bg2/summlimt.2da
636share/gemrb/unhardcoded/bg2/walksnd.2da 641share/gemrb/unhardcoded/bg2/walksnd.2da
637share/gemrb/unhardcoded/bg2/wildmag.2da 642share/gemrb/unhardcoded/bg2/wildmag.2da
638share/gemrb/unhardcoded/bg2/wishcode.2da 643share/gemrb/unhardcoded/bg2/wishcode.2da
639share/gemrb/unhardcoded/bg2/wsshield.2da 644share/gemrb/unhardcoded/bg2/wsshield.2da
640share/gemrb/unhardcoded/bg2/wssingle.2da 645share/gemrb/unhardcoded/bg2/wssingle.2da
641share/gemrb/unhardcoded/bg2/wstwohnd.2da 646share/gemrb/unhardcoded/bg2/wstwohnd.2da
642share/gemrb/unhardcoded/bg2/wstwowpn.2da 647share/gemrb/unhardcoded/bg2/wstwowpn.2da
643share/gemrb/unhardcoded/how/ability.2da 648share/gemrb/unhardcoded/how/ability.2da
644share/gemrb/unhardcoded/how/abjurap.pro 649share/gemrb/unhardcoded/how/abjurap.pro
645share/gemrb/unhardcoded/how/abjurh.pro 650share/gemrb/unhardcoded/how/abjurh.pro
646share/gemrb/unhardcoded/how/abjurt.pro 651share/gemrb/unhardcoded/how/abjurt.pro
647share/gemrb/unhardcoded/how/acidblgr.pro 652share/gemrb/unhardcoded/how/acidblgr.pro
648share/gemrb/unhardcoded/how/acidblmu.pro 653share/gemrb/unhardcoded/how/acidblmu.pro
@@ -698,26 +703,27 @@ share/gemrb/unhardcoded/how/bscloud.pro @@ -698,26 +703,27 @@ share/gemrb/unhardcoded/how/bscloud.pro
698share/gemrb/unhardcoded/how/bullet.pro 703share/gemrb/unhardcoded/how/bullet.pro
699share/gemrb/unhardcoded/how/bulletex.pro 704share/gemrb/unhardcoded/how/bulletex.pro
700share/gemrb/unhardcoded/how/calllih.pro 705share/gemrb/unhardcoded/how/calllih.pro
701share/gemrb/unhardcoded/how/ccdamah.pro 706share/gemrb/unhardcoded/how/ccdamah.pro
702share/gemrb/unhardcoded/how/ccommah.pro 707share/gemrb/unhardcoded/how/ccommah.pro
703share/gemrb/unhardcoded/how/ccwounh.pro 708share/gemrb/unhardcoded/how/ccwounh.pro
704share/gemrb/unhardcoded/how/cdiseah.pro 709share/gemrb/unhardcoded/how/cdiseah.pro
705share/gemrb/unhardcoded/how/ceelem1.pro 710share/gemrb/unhardcoded/how/ceelem1.pro
706share/gemrb/unhardcoded/how/ceelemh.pro 711share/gemrb/unhardcoded/how/ceelemh.pro
707share/gemrb/unhardcoded/how/ceelemx.pro 712share/gemrb/unhardcoded/how/ceelemx.pro
708share/gemrb/unhardcoded/how/cfelem1.pro 713share/gemrb/unhardcoded/how/cfelem1.pro
709share/gemrb/unhardcoded/how/cfelemh.pro 714share/gemrb/unhardcoded/how/cfelemh.pro
710share/gemrb/unhardcoded/how/cfelemx.pro 715share/gemrb/unhardcoded/how/cfelemx.pro
 716share/gemrb/unhardcoded/how/cfelemx.vvc
711share/gemrb/unhardcoded/how/cfog.pro 717share/gemrb/unhardcoded/how/cfog.pro
712share/gemrb/unhardcoded/how/cgraceh.pro 718share/gemrb/unhardcoded/how/cgraceh.pro
713share/gemrb/unhardcoded/how/chant.pro 719share/gemrb/unhardcoded/how/chant.pro
714share/gemrb/unhardcoded/how/chromorb.pro 720share/gemrb/unhardcoded/how/chromorb.pro
715share/gemrb/unhardcoded/how/clabdrui.2da 721share/gemrb/unhardcoded/how/clabdrui.2da
716share/gemrb/unhardcoded/how/clabpala.2da 722share/gemrb/unhardcoded/how/clabpala.2da
717share/gemrb/unhardcoded/how/clabrngr.2da 723share/gemrb/unhardcoded/how/clabrngr.2da
718share/gemrb/unhardcoded/how/classes.2da 724share/gemrb/unhardcoded/how/classes.2da
719share/gemrb/unhardcoded/how/cldamah.pro 725share/gemrb/unhardcoded/how/cldamah.pro
720share/gemrb/unhardcoded/how/cloud.pro 726share/gemrb/unhardcoded/how/cloud.pro
721share/gemrb/unhardcoded/how/cloudb.pro 727share/gemrb/unhardcoded/how/cloudb.pro
722share/gemrb/unhardcoded/how/cloudbh.pro 728share/gemrb/unhardcoded/how/cloudbh.pro
723share/gemrb/unhardcoded/how/cloudkil.pro 729share/gemrb/unhardcoded/how/cloudkil.pro
@@ -912,26 +918,27 @@ share/gemrb/unhardcoded/how/resurrh.pro @@ -912,26 +918,27 @@ share/gemrb/unhardcoded/how/resurrh.pro
912share/gemrb/unhardcoded/how/rng450.pro 918share/gemrb/unhardcoded/how/rng450.pro
913share/gemrb/unhardcoded/how/rparalh.pro 919share/gemrb/unhardcoded/how/rparalh.pro
914share/gemrb/unhardcoded/how/rwotfag.pro 920share/gemrb/unhardcoded/how/rwotfag.pro
915share/gemrb/unhardcoded/how/rwotfah.pro 921share/gemrb/unhardcoded/how/rwotfah.pro
916share/gemrb/unhardcoded/how/sarmorh.pro 922share/gemrb/unhardcoded/how/sarmorh.pro
917share/gemrb/unhardcoded/how/savegame.2da 923share/gemrb/unhardcoded/how/savegame.2da
918share/gemrb/unhardcoded/how/scharge.pro 924share/gemrb/unhardcoded/how/scharge.pro
919share/gemrb/unhardcoded/how/scharge.spl 925share/gemrb/unhardcoded/how/scharge.spl
920share/gemrb/unhardcoded/how/schargh.pro 926share/gemrb/unhardcoded/how/schargh.pro
921share/gemrb/unhardcoded/how/script.2da 927share/gemrb/unhardcoded/how/script.2da
922share/gemrb/unhardcoded/how/seater.pro 928share/gemrb/unhardcoded/how/seater.pro
923share/gemrb/unhardcoded/how/seaterh.pro 929share/gemrb/unhardcoded/how/seaterh.pro
924share/gemrb/unhardcoded/how/seyesc1.vvc 930share/gemrb/unhardcoded/how/seyesc1.vvc
 931share/gemrb/unhardcoded/how/seyesc2.vvc
925share/gemrb/unhardcoded/how/sgrowth.pro 932share/gemrb/unhardcoded/how/sgrowth.pro
926share/gemrb/unhardcoded/how/shout.pro 933share/gemrb/unhardcoded/how/shout.pro
927share/gemrb/unhardcoded/how/shroud.pro 934share/gemrb/unhardcoded/how/shroud.pro
928share/gemrb/unhardcoded/how/shtable.2da 935share/gemrb/unhardcoded/how/shtable.2da
929share/gemrb/unhardcoded/how/skills.2da 936share/gemrb/unhardcoded/how/skills.2da
930share/gemrb/unhardcoded/how/sleep.pro 937share/gemrb/unhardcoded/how/sleep.pro
931share/gemrb/unhardcoded/how/slivinh.pro 938share/gemrb/unhardcoded/how/slivinh.pro
932share/gemrb/unhardcoded/how/slottype.2da 939share/gemrb/unhardcoded/how/slottype.2da
933share/gemrb/unhardcoded/how/soflamc.vvc 940share/gemrb/unhardcoded/how/soflamc.vvc
934share/gemrb/unhardcoded/how/soflamh.pro 941share/gemrb/unhardcoded/how/soflamh.pro
935share/gemrb/unhardcoded/how/sohope.pro 942share/gemrb/unhardcoded/how/sohope.pro
936share/gemrb/unhardcoded/how/solatc1.vvc 943share/gemrb/unhardcoded/how/solatc1.vvc
937share/gemrb/unhardcoded/how/sooneh.pro 944share/gemrb/unhardcoded/how/sooneh.pro
@@ -973,37 +980,39 @@ share/gemrb/unhardcoded/how/spear.pro @@ -973,37 +980,39 @@ share/gemrb/unhardcoded/how/spear.pro
973share/gemrb/unhardcoded/how/spearex.pro 980share/gemrb/unhardcoded/how/spearex.pro
974share/gemrb/unhardcoded/how/spfirebl.pro 981share/gemrb/unhardcoded/how/spfirebl.pro
975share/gemrb/unhardcoded/how/spklarbk.pro 982share/gemrb/unhardcoded/how/spklarbk.pro
976share/gemrb/unhardcoded/how/spklarbl.pro 983share/gemrb/unhardcoded/how/spklarbl.pro
977share/gemrb/unhardcoded/how/spklarch.pro 984share/gemrb/unhardcoded/how/spklarch.pro
978share/gemrb/unhardcoded/how/spklargo.pro 985share/gemrb/unhardcoded/how/spklargo.pro
979share/gemrb/unhardcoded/how/spklargr.pro 986share/gemrb/unhardcoded/how/spklargr.pro
980share/gemrb/unhardcoded/how/spklaric.pro 987share/gemrb/unhardcoded/how/spklaric.pro
981share/gemrb/unhardcoded/how/spklarma.pro 988share/gemrb/unhardcoded/how/spklarma.pro
982share/gemrb/unhardcoded/how/spklaror.pro 989share/gemrb/unhardcoded/how/spklaror.pro
983share/gemrb/unhardcoded/how/spklarpu.pro 990share/gemrb/unhardcoded/how/spklarpu.pro
984share/gemrb/unhardcoded/how/spklarre.pro 991share/gemrb/unhardcoded/how/spklarre.pro
985share/gemrb/unhardcoded/how/spklarst.pro 992share/gemrb/unhardcoded/how/spklarst.pro
 993share/gemrb/unhardcoded/how/splbrdkn.2da
986share/gemrb/unhardcoded/how/splprot.2da 994share/gemrb/unhardcoded/how/splprot.2da
987share/gemrb/unhardcoded/how/splspec.2da 995share/gemrb/unhardcoded/how/splspec.2da
988share/gemrb/unhardcoded/how/spoisoh.pro 996share/gemrb/unhardcoded/how/spoisoh.pro
989share/gemrb/unhardcoded/how/spscorch.pro 997share/gemrb/unhardcoded/how/spscorch.pro
990share/gemrb/unhardcoded/how/spscoric.pro 998share/gemrb/unhardcoded/how/spscoric.pro
991share/gemrb/unhardcoded/how/spwrath.pro 999share/gemrb/unhardcoded/how/spwrath.pro
992share/gemrb/unhardcoded/how/sshellc.vvc 1000share/gemrb/unhardcoded/how/sshellc.vvc
993share/gemrb/unhardcoded/how/ssorbh.pro 1001share/gemrb/unhardcoded/how/ssorbh.pro
994share/gemrb/unhardcoded/how/ssswarm.pro 1002share/gemrb/unhardcoded/how/ssswarm.pro
995share/gemrb/unhardcoded/how/sstone.pro 1003share/gemrb/unhardcoded/how/sstone.pro
996share/gemrb/unhardcoded/how/sstoneh.pro 1004share/gemrb/unhardcoded/how/sstoneh.pro
 1005share/gemrb/unhardcoded/how/stances.2da
997share/gemrb/unhardcoded/how/start.2da 1006share/gemrb/unhardcoded/how/start.2da
998share/gemrb/unhardcoded/how/stone.pro 1007share/gemrb/unhardcoded/how/stone.pro
999share/gemrb/unhardcoded/how/strengh.pro 1008share/gemrb/unhardcoded/how/strengh.pro
1000share/gemrb/unhardcoded/how/strings.2da 1009share/gemrb/unhardcoded/how/strings.2da
1001share/gemrb/unhardcoded/how/suffoc.pro 1010share/gemrb/unhardcoded/how/suffoc.pro
1002share/gemrb/unhardcoded/how/suffoch.pro 1011share/gemrb/unhardcoded/how/suffoch.pro
1003share/gemrb/unhardcoded/how/sunfire.pro 1012share/gemrb/unhardcoded/how/sunfire.pro
1004share/gemrb/unhardcoded/how/sunray.pro 1013share/gemrb/unhardcoded/how/sunray.pro
1005share/gemrb/unhardcoded/how/sunscoh.pro 1014share/gemrb/unhardcoded/how/sunscoh.pro
1006share/gemrb/unhardcoded/how/swave.pro 1015share/gemrb/unhardcoded/how/swave.pro
1007share/gemrb/unhardcoded/how/swaveh.pro 1016share/gemrb/unhardcoded/how/swaveh.pro
1008share/gemrb/unhardcoded/how/trapglyp.pro 1017share/gemrb/unhardcoded/how/trapglyp.pro
1009share/gemrb/unhardcoded/how/trapskul.pro 1018share/gemrb/unhardcoded/how/trapskul.pro
@@ -1083,26 +1092,27 @@ share/gemrb/unhardcoded/iwd/bscloud.pro @@ -1083,26 +1092,27 @@ share/gemrb/unhardcoded/iwd/bscloud.pro
1083share/gemrb/unhardcoded/iwd/bullet.pro 1092share/gemrb/unhardcoded/iwd/bullet.pro
1084share/gemrb/unhardcoded/iwd/bulletex.pro 1093share/gemrb/unhardcoded/iwd/bulletex.pro
1085share/gemrb/unhardcoded/iwd/calllih.pro 1094share/gemrb/unhardcoded/iwd/calllih.pro
1086share/gemrb/unhardcoded/iwd/ccdamah.pro 1095share/gemrb/unhardcoded/iwd/ccdamah.pro
1087share/gemrb/unhardcoded/iwd/ccommah.pro 1096share/gemrb/unhardcoded/iwd/ccommah.pro
1088share/gemrb/unhardcoded/iwd/ccwounh.pro 1097share/gemrb/unhardcoded/iwd/ccwounh.pro
1089share/gemrb/unhardcoded/iwd/cdiseah.pro 1098share/gemrb/unhardcoded/iwd/cdiseah.pro
1090share/gemrb/unhardcoded/iwd/ceelem1.pro 1099share/gemrb/unhardcoded/iwd/ceelem1.pro
1091share/gemrb/unhardcoded/iwd/ceelemh.pro 1100share/gemrb/unhardcoded/iwd/ceelemh.pro
1092share/gemrb/unhardcoded/iwd/ceelemx.pro 1101share/gemrb/unhardcoded/iwd/ceelemx.pro
1093share/gemrb/unhardcoded/iwd/cfelem1.pro 1102share/gemrb/unhardcoded/iwd/cfelem1.pro
1094share/gemrb/unhardcoded/iwd/cfelemh.pro 1103share/gemrb/unhardcoded/iwd/cfelemh.pro
1095share/gemrb/unhardcoded/iwd/cfelemx.pro 1104share/gemrb/unhardcoded/iwd/cfelemx.pro
 1105share/gemrb/unhardcoded/iwd/cfelemx.vvc
1096share/gemrb/unhardcoded/iwd/cfog.pro 1106share/gemrb/unhardcoded/iwd/cfog.pro
1097share/gemrb/unhardcoded/iwd/cgraceh.pro 1107share/gemrb/unhardcoded/iwd/cgraceh.pro
1098share/gemrb/unhardcoded/iwd/chant.pro 1108share/gemrb/unhardcoded/iwd/chant.pro
1099share/gemrb/unhardcoded/iwd/chromorb.pro 1109share/gemrb/unhardcoded/iwd/chromorb.pro
1100share/gemrb/unhardcoded/iwd/clabdrui.2da 1110share/gemrb/unhardcoded/iwd/clabdrui.2da
1101share/gemrb/unhardcoded/iwd/clabpala.2da 1111share/gemrb/unhardcoded/iwd/clabpala.2da
1102share/gemrb/unhardcoded/iwd/clabrngr.2da 1112share/gemrb/unhardcoded/iwd/clabrngr.2da
1103share/gemrb/unhardcoded/iwd/classes.2da 1113share/gemrb/unhardcoded/iwd/classes.2da
1104share/gemrb/unhardcoded/iwd/cldamah.pro 1114share/gemrb/unhardcoded/iwd/cldamah.pro
1105share/gemrb/unhardcoded/iwd/cloud.pro 1115share/gemrb/unhardcoded/iwd/cloud.pro
1106share/gemrb/unhardcoded/iwd/cloudb.pro 1116share/gemrb/unhardcoded/iwd/cloudb.pro
1107share/gemrb/unhardcoded/iwd/cloudbh.pro 1117share/gemrb/unhardcoded/iwd/cloudbh.pro
1108share/gemrb/unhardcoded/iwd/cloudkil.pro 1118share/gemrb/unhardcoded/iwd/cloudkil.pro
@@ -1294,26 +1304,27 @@ share/gemrb/unhardcoded/iwd/resurrh.pro @@ -1294,26 +1304,27 @@ share/gemrb/unhardcoded/iwd/resurrh.pro
1294share/gemrb/unhardcoded/iwd/rng450.pro 1304share/gemrb/unhardcoded/iwd/rng450.pro
1295share/gemrb/unhardcoded/iwd/rparalh.pro 1305share/gemrb/unhardcoded/iwd/rparalh.pro
1296share/gemrb/unhardcoded/iwd/rwotfag.pro 1306share/gemrb/unhardcoded/iwd/rwotfag.pro
1297share/gemrb/unhardcoded/iwd/rwotfah.pro 1307share/gemrb/unhardcoded/iwd/rwotfah.pro
1298share/gemrb/unhardcoded/iwd/sarmorh.pro 1308share/gemrb/unhardcoded/iwd/sarmorh.pro
1299share/gemrb/unhardcoded/iwd/savegame.2da 1309share/gemrb/unhardcoded/iwd/savegame.2da
1300share/gemrb/unhardcoded/iwd/scharge.pro 1310share/gemrb/unhardcoded/iwd/scharge.pro
1301share/gemrb/unhardcoded/iwd/scharge.spl 1311share/gemrb/unhardcoded/iwd/scharge.spl
1302share/gemrb/unhardcoded/iwd/schargh.pro 1312share/gemrb/unhardcoded/iwd/schargh.pro
1303share/gemrb/unhardcoded/iwd/script.2da 1313share/gemrb/unhardcoded/iwd/script.2da
1304share/gemrb/unhardcoded/iwd/seater.pro 1314share/gemrb/unhardcoded/iwd/seater.pro
1305share/gemrb/unhardcoded/iwd/seaterh.pro 1315share/gemrb/unhardcoded/iwd/seaterh.pro
1306share/gemrb/unhardcoded/iwd/seyesc1.vvc 1316share/gemrb/unhardcoded/iwd/seyesc1.vvc
 1317share/gemrb/unhardcoded/iwd/seyesc2.vvc
1307share/gemrb/unhardcoded/iwd/sgrowth.pro 1318share/gemrb/unhardcoded/iwd/sgrowth.pro
1308share/gemrb/unhardcoded/iwd/shout.pro 1319share/gemrb/unhardcoded/iwd/shout.pro
1309share/gemrb/unhardcoded/iwd/shroud.pro 1320share/gemrb/unhardcoded/iwd/shroud.pro
1310share/gemrb/unhardcoded/iwd/shtable.2da 1321share/gemrb/unhardcoded/iwd/shtable.2da
1311share/gemrb/unhardcoded/iwd/skills.2da 1322share/gemrb/unhardcoded/iwd/skills.2da
1312share/gemrb/unhardcoded/iwd/sleep.pro 1323share/gemrb/unhardcoded/iwd/sleep.pro
1313share/gemrb/unhardcoded/iwd/slivinh.pro 1324share/gemrb/unhardcoded/iwd/slivinh.pro
1314share/gemrb/unhardcoded/iwd/slottype.2da 1325share/gemrb/unhardcoded/iwd/slottype.2da
1315share/gemrb/unhardcoded/iwd/soflamc.vvc 1326share/gemrb/unhardcoded/iwd/soflamc.vvc
1316share/gemrb/unhardcoded/iwd/soflamh.pro 1327share/gemrb/unhardcoded/iwd/soflamh.pro
1317share/gemrb/unhardcoded/iwd/sohope.pro 1328share/gemrb/unhardcoded/iwd/sohope.pro
1318share/gemrb/unhardcoded/iwd/solatc1.vvc 1329share/gemrb/unhardcoded/iwd/solatc1.vvc
1319share/gemrb/unhardcoded/iwd/sooneh.pro 1330share/gemrb/unhardcoded/iwd/sooneh.pro
@@ -1355,26 +1366,27 @@ share/gemrb/unhardcoded/iwd/spear.pro @@ -1355,26 +1366,27 @@ share/gemrb/unhardcoded/iwd/spear.pro
1355share/gemrb/unhardcoded/iwd/spearex.pro 1366share/gemrb/unhardcoded/iwd/spearex.pro
1356share/gemrb/unhardcoded/iwd/spfirebl.pro 1367share/gemrb/unhardcoded/iwd/spfirebl.pro
1357share/gemrb/unhardcoded/iwd/spklarbk.pro 1368share/gemrb/unhardcoded/iwd/spklarbk.pro
1358share/gemrb/unhardcoded/iwd/spklarbl.pro 1369share/gemrb/unhardcoded/iwd/spklarbl.pro
1359share/gemrb/unhardcoded/iwd/spklarch.pro 1370share/gemrb/unhardcoded/iwd/spklarch.pro
1360share/gemrb/unhardcoded/iwd/spklargo.pro 1371share/gemrb/unhardcoded/iwd/spklargo.pro
1361share/gemrb/unhardcoded/iwd/spklargr.pro 1372share/gemrb/unhardcoded/iwd/spklargr.pro
1362share/gemrb/unhardcoded/iwd/spklaric.pro 1373share/gemrb/unhardcoded/iwd/spklaric.pro
1363share/gemrb/unhardcoded/iwd/spklarma.pro 1374share/gemrb/unhardcoded/iwd/spklarma.pro
1364share/gemrb/unhardcoded/iwd/spklaror.pro 1375share/gemrb/unhardcoded/iwd/spklaror.pro
1365share/gemrb/unhardcoded/iwd/spklarpu.pro 1376share/gemrb/unhardcoded/iwd/spklarpu.pro
1366share/gemrb/unhardcoded/iwd/spklarre.pro 1377share/gemrb/unhardcoded/iwd/spklarre.pro
1367share/gemrb/unhardcoded/iwd/spklarst.pro 1378share/gemrb/unhardcoded/iwd/spklarst.pro
 1379share/gemrb/unhardcoded/iwd/splbrdkn.2da
1368share/gemrb/unhardcoded/iwd/splprot.2da 1380share/gemrb/unhardcoded/iwd/splprot.2da
1369share/gemrb/unhardcoded/iwd/splspec.2da 1381share/gemrb/unhardcoded/iwd/splspec.2da
1370share/gemrb/unhardcoded/iwd/spoisoh.pro 1382share/gemrb/unhardcoded/iwd/spoisoh.pro
1371share/gemrb/unhardcoded/iwd/spscorch.pro 1383share/gemrb/unhardcoded/iwd/spscorch.pro
1372share/gemrb/unhardcoded/iwd/spscoric.pro 1384share/gemrb/unhardcoded/iwd/spscoric.pro
1373share/gemrb/unhardcoded/iwd/spwrath.pro 1385share/gemrb/unhardcoded/iwd/spwrath.pro
1374share/gemrb/unhardcoded/iwd/sshellc.vvc 1386share/gemrb/unhardcoded/iwd/sshellc.vvc
1375share/gemrb/unhardcoded/iwd/ssorbh.pro 1387share/gemrb/unhardcoded/iwd/ssorbh.pro
1376share/gemrb/unhardcoded/iwd/ssswarm.pro 1388share/gemrb/unhardcoded/iwd/ssswarm.pro
1377share/gemrb/unhardcoded/iwd/sstone.pro 1389share/gemrb/unhardcoded/iwd/sstone.pro
1378share/gemrb/unhardcoded/iwd/sstoneh.pro 1390share/gemrb/unhardcoded/iwd/sstoneh.pro
1379share/gemrb/unhardcoded/iwd/start.2da 1391share/gemrb/unhardcoded/iwd/start.2da
1380share/gemrb/unhardcoded/iwd/stone.pro 1392share/gemrb/unhardcoded/iwd/stone.pro
@@ -2083,26 +2095,27 @@ share/gemrb/unhardcoded/pst/s064bglt.vvc @@ -2083,26 +2095,27 @@ share/gemrb/unhardcoded/pst/s064bglt.vvc
2083share/gemrb/unhardcoded/pst/s064hglt.vvc 2095share/gemrb/unhardcoded/pst/s064hglt.vvc
2084share/gemrb/unhardcoded/pst/s064lort.vvc 2096share/gemrb/unhardcoded/pst/s064lort.vvc
2085share/gemrb/unhardcoded/pst/s064uplt.vvc 2097share/gemrb/unhardcoded/pst/s064uplt.vvc
2086share/gemrb/unhardcoded/pst/s070boom.vvc 2098share/gemrb/unhardcoded/pst/s070boom.vvc
2087share/gemrb/unhardcoded/pst/s075wdsh.vvc 2099share/gemrb/unhardcoded/pst/s075wdsh.vvc
2088share/gemrb/unhardcoded/pst/s914bgbl.vvc 2100share/gemrb/unhardcoded/pst/s914bgbl.vvc
2089share/gemrb/unhardcoded/pst/s914hgbl.vvc 2101share/gemrb/unhardcoded/pst/s914hgbl.vvc
2090share/gemrb/unhardcoded/pst/s914rune.vvc 2102share/gemrb/unhardcoded/pst/s914rune.vvc
2091share/gemrb/unhardcoded/pst/savegame.2da 2103share/gemrb/unhardcoded/pst/savegame.2da
2092share/gemrb/unhardcoded/pst/script.2da 2104share/gemrb/unhardcoded/pst/script.2da
2093share/gemrb/unhardcoded/pst/shammer.pro 2105share/gemrb/unhardcoded/pst/shammer.pro
2094share/gemrb/unhardcoded/pst/shammer.spl 2106share/gemrb/unhardcoded/pst/shammer.spl
2095share/gemrb/unhardcoded/pst/sigil.2da 2107share/gemrb/unhardcoded/pst/sigil.2da
 2108share/gemrb/unhardcoded/pst/skills.2da
2096share/gemrb/unhardcoded/pst/skmob.pro 2109share/gemrb/unhardcoded/pst/skmob.pro
2097share/gemrb/unhardcoded/pst/skmob.spl 2110share/gemrb/unhardcoded/pst/skmob.spl
2098share/gemrb/unhardcoded/pst/skmob2.pro 2111share/gemrb/unhardcoded/pst/skmob2.pro
2099share/gemrb/unhardcoded/pst/sleep.pro 2112share/gemrb/unhardcoded/pst/sleep.pro
2100share/gemrb/unhardcoded/pst/slots.ids 2113share/gemrb/unhardcoded/pst/slots.ids
2101share/gemrb/unhardcoded/pst/slottype.2da 2114share/gemrb/unhardcoded/pst/slottype.2da
2102share/gemrb/unhardcoded/pst/source/baldur.baf 2115share/gemrb/unhardcoded/pst/source/baldur.baf
2103share/gemrb/unhardcoded/pst/sparbknp.pro 2116share/gemrb/unhardcoded/pst/sparbknp.pro
2104share/gemrb/unhardcoded/pst/sparbkpa.pro 2117share/gemrb/unhardcoded/pst/sparbkpa.pro
2105share/gemrb/unhardcoded/pst/sparblnp.pro 2118share/gemrb/unhardcoded/pst/sparblnp.pro
2106share/gemrb/unhardcoded/pst/sparblpa.pro 2119share/gemrb/unhardcoded/pst/sparblpa.pro
2107share/gemrb/unhardcoded/pst/sparchnp.pro 2120share/gemrb/unhardcoded/pst/sparchnp.pro
2108share/gemrb/unhardcoded/pst/sparchpa.pro 2121share/gemrb/unhardcoded/pst/sparchpa.pro
@@ -2186,36 +2199,40 @@ share/gemrb/unhardcoded/shared/czech.ini @@ -2186,36 +2199,40 @@ share/gemrb/unhardcoded/shared/czech.ini
2186share/gemrb/unhardcoded/shared/default.ini 2199share/gemrb/unhardcoded/shared/default.ini
2187share/gemrb/unhardcoded/shared/defaults.ini 2200share/gemrb/unhardcoded/shared/defaults.ini
2188share/gemrb/unhardcoded/shared/demoend.chu 2201share/gemrb/unhardcoded/shared/demoend.chu
2189share/gemrb/unhardcoded/shared/detect.spl 2202share/gemrb/unhardcoded/shared/detect.spl
2190share/gemrb/unhardcoded/shared/difflvls.2da 2203share/gemrb/unhardcoded/shared/difflvls.2da
2191share/gemrb/unhardcoded/shared/dmgtypes.2da 2204share/gemrb/unhardcoded/shared/dmgtypes.2da
2192share/gemrb/unhardcoded/shared/dummy.spl 2205share/gemrb/unhardcoded/shared/dummy.spl
2193share/gemrb/unhardcoded/shared/fatigue.2da 2206share/gemrb/unhardcoded/shared/fatigue.2da
2194share/gemrb/unhardcoded/shared/findtrap.spl 2207share/gemrb/unhardcoded/shared/findtrap.spl
2195share/gemrb/unhardcoded/shared/flmstrk.pro 2208share/gemrb/unhardcoded/shared/flmstrk.pro
2196share/gemrb/unhardcoded/shared/gemact.ids 2209share/gemrb/unhardcoded/shared/gemact.ids
2197share/gemrb/unhardcoded/shared/gemtrig.ids 2210share/gemrb/unhardcoded/shared/gemtrig.ids
2198share/gemrb/unhardcoded/shared/german.ini 2211share/gemrb/unhardcoded/shared/german.ini
 2212share/gemrb/unhardcoded/shared/inarea5.pro
2199share/gemrb/unhardcoded/shared/invtrav.pro 2213share/gemrb/unhardcoded/shared/invtrav.pro
2200share/gemrb/unhardcoded/shared/itemspec.2da 2214share/gemrb/unhardcoded/shared/itemspec.2da
2201share/gemrb/unhardcoded/shared/japanese.ini 2215share/gemrb/unhardcoded/shared/japanese.ini
2202share/gemrb/unhardcoded/shared/keymap.2da 2216share/gemrb/unhardcoded/shared/keymap.2da
2203share/gemrb/unhardcoded/shared/korean.ini 2217share/gemrb/unhardcoded/shared/korean.ini
 2218share/gemrb/unhardcoded/shared/mfmiss5.spl
 2219share/gemrb/unhardcoded/shared/mfmiss5b.spl
2204share/gemrb/unhardcoded/shared/modal.2da 2220share/gemrb/unhardcoded/shared/modal.2da
2205share/gemrb/unhardcoded/shared/numwslot.2da 2221share/gemrb/unhardcoded/shared/numwslot.2da
2206share/gemrb/unhardcoded/shared/panic.spl 2222share/gemrb/unhardcoded/shared/panic.spl
2207share/gemrb/unhardcoded/shared/polish.ini 2223share/gemrb/unhardcoded/shared/polish.ini
2208share/gemrb/unhardcoded/shared/polystat.2da 2224share/gemrb/unhardcoded/shared/polystat.2da
 2225share/gemrb/unhardcoded/shared/racefeat.2da
2209share/gemrb/unhardcoded/shared/redholy.pro 2226share/gemrb/unhardcoded/shared/redholy.pro
2210share/gemrb/unhardcoded/shared/sanctuc.vvc 2227share/gemrb/unhardcoded/shared/sanctuc.vvc
2211share/gemrb/unhardcoded/shared/shair.pro 2228share/gemrb/unhardcoded/shared/shair.pro
2212share/gemrb/unhardcoded/shared/shair1.pro 2229share/gemrb/unhardcoded/shared/shair1.pro
2213share/gemrb/unhardcoded/shared/shair2.pro 2230share/gemrb/unhardcoded/shared/shair2.pro
2214share/gemrb/unhardcoded/shared/shair3.pro 2231share/gemrb/unhardcoded/shared/shair3.pro
2215share/gemrb/unhardcoded/shared/shair4.pro 2232share/gemrb/unhardcoded/shared/shair4.pro
2216share/gemrb/unhardcoded/shared/shair5.pro 2233share/gemrb/unhardcoded/shared/shair5.pro
2217share/gemrb/unhardcoded/shared/shair6.pro 2234share/gemrb/unhardcoded/shared/shair6.pro
2218share/gemrb/unhardcoded/shared/shair7.pro 2235share/gemrb/unhardcoded/shared/shair7.pro
2219share/gemrb/unhardcoded/shared/sharea.pro 2236share/gemrb/unhardcoded/shared/sharea.pro
2220share/gemrb/unhardcoded/shared/sharea1.pro 2237share/gemrb/unhardcoded/shared/sharea1.pro
2221share/gemrb/unhardcoded/shared/sharea2.pro 2238share/gemrb/unhardcoded/shared/sharea2.pro
@@ -2236,25 +2253,27 @@ share/gemrb/unhardcoded/shared/shwater1. @@ -2236,25 +2253,27 @@ share/gemrb/unhardcoded/shared/shwater1.
2236share/gemrb/unhardcoded/shared/shwater2.pro 2253share/gemrb/unhardcoded/shared/shwater2.pro
2237share/gemrb/unhardcoded/shared/shwater3.pro 2254share/gemrb/unhardcoded/shared/shwater3.pro
2238share/gemrb/unhardcoded/shared/shwater4.pro 2255share/gemrb/unhardcoded/shared/shwater4.pro
2239share/gemrb/unhardcoded/shared/shwater5.pro 2256share/gemrb/unhardcoded/shared/shwater5.pro
2240share/gemrb/unhardcoded/shared/shwater6.pro 2257share/gemrb/unhardcoded/shared/shwater6.pro
2241share/gemrb/unhardcoded/shared/shwater7.pro 2258share/gemrb/unhardcoded/shared/shwater7.pro
2242share/gemrb/unhardcoded/shared/skybolt.pro 2259share/gemrb/unhardcoded/shared/skybolt.pro
2243share/gemrb/unhardcoded/shared/sneak.spl 2260share/gemrb/unhardcoded/shared/sneak.spl
2244share/gemrb/unhardcoded/shared/souleatr.2da 2261share/gemrb/unhardcoded/shared/souleatr.2da
2245share/gemrb/unhardcoded/shared/spboom1.pro 2262share/gemrb/unhardcoded/shared/spboom1.pro
2246share/gemrb/unhardcoded/shared/spboom2.pro 2263share/gemrb/unhardcoded/shared/spboom2.pro
2247share/gemrb/unhardcoded/shared/spboom3.pro 2264share/gemrb/unhardcoded/shared/spboom3.pro
2248share/gemrb/unhardcoded/shared/spdimdr.pro 2265share/gemrb/unhardcoded/shared/spdimdr.pro
2249share/gemrb/unhardcoded/shared/splbrdkn.2da 
2250share/gemrb/unhardcoded/shared/spldisp.2da 2266share/gemrb/unhardcoded/shared/spldisp.2da
2251share/gemrb/unhardcoded/shared/splwizkn.2da 2267share/gemrb/unhardcoded/shared/splwizkn.2da
2252share/gemrb/unhardcoded/shared/spmagmis.pro 2268share/gemrb/unhardcoded/shared/spmagmis.pro
2253share/gemrb/unhardcoded/shared/spsmkjet.pro 2269share/gemrb/unhardcoded/shared/spsmkjet.pro
2254share/gemrb/unhardcoded/shared/spsmold.pro 2270share/gemrb/unhardcoded/shared/spsmold.pro
2255share/gemrb/unhardcoded/shared/spsmpuff.pro 2271share/gemrb/unhardcoded/shared/spsmpuff.pro
2256share/gemrb/unhardcoded/shared/storespl.2da 2272share/gemrb/unhardcoded/shared/storespl.2da
 2273share/gemrb/unhardcoded/shared/summlimt.2da
 2274share/gemrb/unhardcoded/shared/traplimt.2da
2257share/gemrb/unhardcoded/shared/turn.spl 2275share/gemrb/unhardcoded/shared/turn.spl
2258share/gemrb/unhardcoded/shared/zzweaps.2da 2276share/gemrb/unhardcoded/shared/zzweaps.2da
2259share/icons/hicolor/scalable/apps/gemrb.svg 2277share/icons/hicolor/scalable/apps/gemrb.svg
 2278share/metainfo/org.gemrb.gemrb.metainfo.xml
2260share/pixmaps/gemrb.png 2279share/pixmaps/gemrb.png

cvs diff -r1.3 -r1.4 pkgsrc/games/gemrb/distinfo (expand / switch to unified diff)

--- pkgsrc/games/gemrb/distinfo 2020/08/31 12:46:21 1.3
+++ pkgsrc/games/gemrb/distinfo 2021/06/06 16:59:51 1.4
@@ -1,9 +1,8 @@ @@ -1,9 +1,8 @@
1$NetBSD: distinfo,v 1.3 2020/08/31 12:46:21 nia Exp $ 1$NetBSD: distinfo,v 1.4 2021/06/06 16:59:51 nia Exp $
2 2
3SHA1 (gemrb-0.8.7.tar.gz) = 3c616ddff1278b0e052b0493d0a767c38201b660 3SHA1 (gemrb-0.8.8.tar.gz) = 62e5e19e2cd6f2c2ce5d14a23637aaa78c6ce95a
4RMD160 (gemrb-0.8.7.tar.gz) = af92ea4ef244128289a5d22858e05b4924a5f963 4RMD160 (gemrb-0.8.8.tar.gz) = c88ce8b2c604f297fa205390a21fda5f96006593
5SHA512 (gemrb-0.8.7.tar.gz) = f3358635a55202f39869308647bf4da5e14fa90fc9fe20e348ce3945b392092c0e29ae944087a41cbcbe7eb51bf0e41c59f56683a168b9f98b09bc39719ad274 5SHA512 (gemrb-0.8.8.tar.gz) = 9425d68b931663e25b449386266d0409141f40da0e79513aa52c52e3f0f8c81f14b498d816e6b8dd86ce7948b22ad94128b700c013706bf808c7f1e58f734758
6Size (gemrb-0.8.7.tar.gz) = 12446067 bytes 6Size (gemrb-0.8.8.tar.gz) = 13918948 bytes
7SHA1 (patch-gemrb_core_System_Logging.h) = bba78f6b5ecc835ffc83b2d335e16de81184db0c 7SHA1 (patch-gemrb_core_System_String.cpp) = 3e692b69a3a334050cb10400fce276893143dd57
8SHA1 (patch-gemrb_core_System_String.cpp) = 12bc64c4e24ec1c85ba5efe31d96b62d52fad4de 
9SHA1 (patch-gemrb_plugins_TTFImporter_TTFFont.cpp) = 5d21363e3b1957f96bf20f4229ebe529909bc3da 8SHA1 (patch-gemrb_plugins_TTFImporter_TTFFont.cpp) = 5d21363e3b1957f96bf20f4229ebe529909bc3da

File Deleted: pkgsrc/games/gemrb/patches/Attic/patch-gemrb_core_System_Logging.h

cvs diff -r1.1 -r1.2 pkgsrc/games/gemrb/patches/Attic/patch-gemrb_core_System_String.cpp (expand / switch to unified diff)

--- pkgsrc/games/gemrb/patches/Attic/patch-gemrb_core_System_String.cpp 2020/08/31 12:46:21 1.1
+++ pkgsrc/games/gemrb/patches/Attic/patch-gemrb_core_System_String.cpp 2021/06/06 16:59:51 1.2
@@ -1,34 +1,35 @@ @@ -1,34 +1,35 @@
1$NetBSD: patch-gemrb_core_System_String.cpp,v 1.1 2020/08/31 12:46:21 nia Exp $ 1$NetBSD: patch-gemrb_core_System_String.cpp,v 1.2 2021/06/06 16:59:51 nia Exp $
2 2
3Deal with old NetBSD/SunOS style iconv. 3Deal with old NetBSD/SunOS style iconv.
4 4
5--- gemrb/core/System/String.cpp.orig 2020-08-23 18:32:26.000000000 +0000 5--- gemrb/core/System/String.cpp.orig 2021-06-02 16:16:47.000000000 +0000
6+++ gemrb/core/System/String.cpp 6+++ gemrb/core/System/String.cpp
7@@ -35,6 +35,15 @@ 7@@ -31,6 +31,16 @@
8 #if HAVE_ICONV 
9 #include <iconv.h> 8 #include <iconv.h>
10 #include <cerrno> 9 #endif
11+ 10
12+#if defined(__NetBSD__) 11+#if defined(__NetBSD__)
13+#include <sys/param.h> 12+#include <sys/param.h>
14+#if __NetBSD_Prereq__(9,99,17) 13+#if __NetBSD_Prereq__(9,99,17)
15+#define NETBSD_POSIX_ICONV 1 14+#define NETBSD_POSIX_ICONV 1
16+#else 15+#else
17+#define NETBSD_POSIX_ICONV 0 16+#define NETBSD_POSIX_ICONV 0
18+#endif /* __NetBSD_Prereq__(9,99,17) */ 17+#endif /* __NetBSD_Prereq__(9,99,17) */
19+#endif /* defined(__NetBSD__) */ 18+#endif /* defined(__NetBSD__) */
20 #endif 19+#endif
21  20+
22 namespace GemRB { 21 namespace GemRB {
23@@ -127,7 +136,11 @@ char* ConvertCharEncoding(const char* st 22
 23 static String* StringFromEncodedData(const ieByte* string, const EncodingStruct& encoded)
 24@@ -123,7 +133,11 @@ char* ConvertCharEncoding(const char* st
24 size_t out_len_left = out_len; 25 size_t out_len_left = out_len;
25 char* buf = (char*) malloc(out_len); 26 char* buf = (char*) malloc(out_len);
26 char* buf_out = buf; 27 char* buf_out = buf;
27+#if (defined(__NetBSD__) && !NETBSD_POSIX_ICONV) || defined(__sun) 28+#if (defined(__NetBSD__) && !NETBSD_POSIX_ICONV) || defined(__sun)
28+ size_t ret = iconv(cd, (const char **)&in, &in_len, &buf_out, &out_len_left); 29+ size_t ret = iconv(cd, (const char **)&in, &in_len, &buf_out, &out_len_left);
29+#else 30+#else
30 size_t ret = iconv(cd, &in, &in_len, &buf_out, &out_len_left); 31 size_t ret = iconv(cd, &in, &in_len, &buf_out, &out_len_left);
31+#endif 32+#endif
32 iconv_close(cd); 33 iconv_close(cd);
33  34
34 if (ret == (size_t)-1) { 35 if (ret == (size_t)-1) {