Paul Gilbert
d413344c8a
XEEN: Allow Dwarf Mines cutscene to be interrupted
...
Because I'm already sick of letting it play all the way through
2017-12-17 16:55:25 -05:00
Paul Gilbert
34b85b3c5d
XEEN: Fix placement of flying enemies
2017-12-17 16:23:24 -05:00
Paul Gilbert
6abf2d59b4
XEEN: Properly handle darkness
2017-12-17 15:20:29 -05:00
Paul Gilbert
5c70b546d3
XEEN: Cleanup of Dwarf cutscene class & enum values
2017-12-17 13:24:09 -05:00
Paul Gilbert
f8bc19159b
XEEN: Correct usage of enlarging scaled drawing
2017-12-17 11:45:07 -05:00
Paul Gilbert
9ff4159a79
XEEN: Fix Dwarf Mine cutscene
2017-12-17 11:31:13 -05:00
Paul Gilbert
a124b1d26a
XEEN: Cleanup and comments for SpriteResource class
2017-12-17 11:08:09 -05:00
Paul Gilbert
93a89024e9
XEEN: Fix crash when combat lasts multiple turns
2017-12-16 21:51:46 -05:00
Paul Gilbert
58fb6a4f8e
XEEN: Fix loading correct sprites for map monsters
2017-12-16 21:47:38 -05:00
Paul Gilbert
94f52c9f2b
XEEN: Fix teleporting to Asp via mirror
2017-12-16 21:21:13 -05:00
Paul Gilbert
d423cfe709
XEEN: Fix display of Info dialog
2017-12-16 21:00:31 -05:00
Paul Gilbert
5819da8d3b
XEEN: Fix handling of keyboard hotkeys
2017-12-16 20:12:03 -05:00
Paul Gilbert
56e7ef2f3d
XEEN: Fix returning to interactive when leaving Party dialog
2017-12-16 19:46:49 -05:00
Paul Gilbert
8c850f82ec
TSAGE: R2R: Clicking F5 fro Options dialog
2017-12-16 17:49:33 -05:00
Paul Gilbert
d0d27928f1
XEEN: Show Party dialog when signing into taverns
2017-12-16 11:58:28 -05:00
Paul Gilbert
d2dbf59c76
XEEN: Remove old deprecated method declaratations
2017-12-16 11:22:40 -05:00
Paul Gilbert
808dd292a6
XEEN: Convert character _awards array from bool to int
...
This is needed for the Warzone award (9), which doubles as a counter
2017-12-16 10:31:15 -05:00
Paul Gilbert
93b9eb4e37
XEEN: Added remainder of Arena location
2017-12-16 10:04:15 -05:00
Paul Gilbert
c969669309
XEEN: Implementing Arena location logic
2017-12-15 22:21:06 -05:00
Paul Gilbert
f281985680
XEEN: Renaming of cutscene subtitle code
2017-12-14 21:50:47 -05:00
Paul Gilbert
86640604d7
XEEN: Added Reaper cutscene code
2017-12-14 21:26:20 -05:00
Thierry Crozat
4f1025378f
BUILD: Check if posix_spawn is available in configure
2017-12-15 01:08:14 +00:00
Thierry Crozat
2926cd4a50
POSIX: Fix compilation with some old macOS SDKs
2017-12-14 23:37:20 +00:00
Colin Snover
008149e357
POSIX: Do not hang ScummVM when opening a browser
...
If the call used to open the browser does not return until the
browser is closed, this would previously cause ScummVM to hang.
Since we are using waitpid now, we can avoid hanging by telling
waitpid to not block on a child which has not exited.
2017-12-14 14:30:16 -06:00
Colin Snover
7aaac1dfba
POSIX: Fix CVE-2017-17528
2017-12-14 14:30:11 -06:00
Tarek Soliman
41651e6704
MAEMO: Update debian/changelog
2017-12-13 20:55:57 -06:00
Paul Gilbert
19779d2605
XEEN: Added Gole cutscene code
2017-12-13 21:40:35 -05:00
Paul Gilbert
789a38b38c
XEEN: Added Sphinx cutscene code
2017-12-12 21:42:23 -05:00
Paul Gilbert
b612bc3c23
XEEN: Rename Town to LocationManager, added Locations namespace
2017-12-12 20:29:47 -05:00
Paul Gilbert
a5590a3755
XEEN: Create CutsceneLocation base class for cutscene locations
2017-12-12 20:08:51 -05:00
Thierry Crozat
e4882f6057
DISTS: Add Sparkle 2.0.0 signatures
2017-12-12 22:03:35 +00:00
Paul Gilbert
9b14b844bb
XEEN: Added logic for Dwarf cutscene
2017-12-11 22:14:58 -05:00
Paul Gilbert
171a86acc7
XEEN: Fix Coverity identified warnings
2017-12-11 22:14:39 -05:00
Thierry Crozat
a912979778
I18N: Regenerate translations data file
2017-12-11 05:05:01 +01:00
Paul Gilbert
4127c3de4b
XEEN: Add Awards dialog files missing from prior commit
2017-12-10 21:54:53 -05:00
Paul Gilbert
3f293e8985
XEEN: Implemented awards listing dialog
2017-12-10 21:40:58 -05:00
Paul Gilbert
618d256a92
XEEN: Fix regression stopping map dialog frame from rendering
2017-12-10 18:03:28 -05:00
Paul Gilbert
b1d250e69e
XEEN: Updating map dialog indoors rendering to use constants
2017-12-10 17:54:04 -05:00
Paul Gilbert
bd904b00bf
XEEN: Updating map dialog outdoors rendering to use constants
2017-12-10 17:34:25 -05:00
Paul Gilbert
a1816980d6
XEEN: Fix map display when at the edges of a map
2017-12-10 16:51:21 -05:00
Paul Gilbert
4f993de137
XEEN: Fix loading of bank shapes
2017-12-10 14:51:37 -05:00
Paul Gilbert
ff452ee1ef
XEEN: Fix display of Thievery skill in skills listings
2017-12-10 14:43:10 -05:00
Paul Gilbert
140f575c70
XEEN: Fix several malformed string constants
2017-12-10 13:46:58 -05:00
Paul Gilbert
6420add46c
XEEN: Move location specific fields into their own subclasses
2017-12-10 11:32:48 -05:00
Paul Gilbert
14f70d216a
XEEN: Implemented PyramidLocation class
2017-12-10 11:10:27 -05:00
Paul Gilbert
fd32517490
TITANIC: DE: Fix crash after tapping on bomb window 6 times
2017-12-10 10:17:39 -05:00
Thierry Crozat
6fd6581bf5
I18N: Update translations templates
2017-12-10 15:25:16 +01:00
Bastien Bouclet
ae634388e9
SDL: Enable the startup fullscreen hack for X11 only
...
It causes problems on AmigaOS and Linux/SDL2/Vivante
2017-12-10 15:23:16 +01:00
Paul Gilbert
f0a87ed8ad
XEEN: Objectifying town locations code
2017-12-10 07:17:36 -05:00
Paul Gilbert
65ecb6e56f
XEEN: Do rendering delays like the original did
2017-12-09 19:54:46 -05:00