Eugene Sandulenko
d86831d690
DIRECTOR: LINGO: Improved parsing debug output
2019-11-27 18:44:21 +01:00
Eugene Sandulenko
799f995049
DIRECTOR: LINGO: Fix if statement parsing
2019-11-27 18:27:58 +01:00
Eugene Sandulenko
cbc22ce2db
DIRECTOR: LINGO: JANITORIAL: Split long code line
2019-11-27 17:55:07 +01:00
Eugene Sandulenko
364d442bf0
DIRECTOR: LINGO: Fix warning
2019-11-27 17:54:35 +01:00
Eugene Sandulenko
b4f088c1dd
DIRECTOR: LINGO: Fix grammar reduce/reduce conflicts
2019-11-27 17:50:36 +01:00
D G Turner
a45106412a
PRINCE: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-27 02:34:35 +00:00
D G Turner
a997ac72f1
PINK: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-27 01:16:26 +00:00
D G Turner
25545ff372
PLUMBERS: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-27 01:15:38 +00:00
D G Turner
170e57593d
GNAP: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-27 00:11:29 +00:00
Peter Kohaut
3619b613bc
BLADERUNNER: Fixed crossplatform thumbnails in saves
...
Thumbnail was broken when savefile was transfered between big endiang
and little endian platforms.
closes #11258
2019-11-26 22:15:27 +01:00
Eugene Sandulenko
f48343e77c
DIRECTOR: LINGO: Fix line count when unsing tokens with new line
2019-11-26 11:18:53 +01:00
sluicebox
b658ef31de
SCI32: Fix kFileIOReadRaw when fewer bytes than requested
...
Fixes censorship password in Phantasmagoria 1
2019-11-25 16:41:15 -08:00
Eugene Sandulenko
df41cb125f
DIRECTOR: LINGO: Strip comments and trailing whitespaces from the scripts
2019-11-26 01:12:53 +01:00
Eugene Sandulenko
ff2367d3da
DIRECTOR: Added references as parameters to lingo built-ins
2019-11-26 01:12:53 +01:00
Thierry Crozat
e01996dda0
README: Fix name of config file on iOS
2019-11-25 20:55:36 +00:00
Thanasis Antoniou
b5f9d70c44
ANDROID: Add docs and port dist files to Assets
2019-11-25 13:53:48 +02:00
D G Turner
74834e73f7
GLK: Fix Compilation on AmigaOS4
2019-11-25 11:37:13 +00:00
Thierry Crozat
2757722e6c
I18N: Regenerate translations data file
2019-11-25 05:05:05 +00:00
Paul Gilbert
c57e8f14a7
GLK: Implement glk_schannel_create_ext
2019-11-24 20:30:43 -08:00
Cameron Cawley
574db58b27
ANDROIDSDL: Remove unused graphics manager
2019-11-24 22:55:34 +02:00
Eugene Sandulenko
991e7d447b
DIRECTOR: Rename Cast class variables to follow our naming conventions
2019-11-24 18:17:02 +00:00
Eugene Sandulenko
6a650e10b1
DIRECTOR: Attach texts to buttons. Now HandV works again
2019-11-24 18:42:45 +01:00
Eugene Sandulenko
8f7df6230e
MACGUI: Recognise the fact that Geneva font lives with 2 IDs
2019-11-24 18:42:45 +01:00
Eugene Sandulenko
663b8d61fb
DIRECTOR: Properly load A11 script and STXT resources
2019-11-24 18:42:45 +01:00
Eugene Sandulenko
8efad56968
DIRECTOR: Disable for now precompiled script execution from Lscr resources
2019-11-24 18:42:45 +01:00
Eugene Sandulenko
f4ad804eca
DIRECTOR: Implemented invalidation of cached text
2019-11-24 18:42:45 +01:00
Eugene Sandulenko
2e67303716
DIRECTOR: More debug output to cast rendering
2019-11-24 18:42:45 +01:00
Eugene Sandulenko
8ecb3207ed
DIRECTOR: JANITORIAL: Fix whitespace
2019-11-24 18:42:45 +01:00
Eugene Sandulenko
9ecc24979c
DIRECTOR: Properly initialize cached text
2019-11-24 18:42:45 +01:00
Bastien Bouclet
c4820c454e
GITHUB: Comment out the instructions in the PR template
...
So people don't accidentally leave them in the final pull request.
2019-11-24 17:19:28 +01:00
Bastien Bouclet
b9da793ef3
GUI: Bump the theme format version number
...
The DropdownButtonWidget changes broke compatibility with older themes.
2019-11-24 16:06:17 +01:00
Eugene Sandulenko
98f614269f
DIRECTOR: Sanity check for button drawing
2019-11-24 15:57:08 +01:00
Eugene Sandulenko
0bbfe624be
MACGUI: Do not recalc empty text
2019-11-24 15:57:08 +01:00
Eugene Sandulenko
8bb261abba
MACGUI: Temporary fix for Geneva font duality
2019-11-24 15:57:08 +01:00
Bastien Bouclet
41f2ef9745
GUI: Use the item at the click position in PopUpDialog
...
Fixes the having the drag in the dialog to change the selection on
platforms with a touch screen.
2019-11-24 14:06:25 +01:00
Bastien Bouclet
2c812a6b7a
GUI: Add DropdownButtonWidget and use it in the launcher for mass add
...
DropdownButtonWidget is a button split in two parts vertically. Clicking
the left part triggers a default action. Clicking the right part shows a
list of other actions the user can choose from.
Using this widget on the launcher lets 'Mass add' be a secondary action
of the 'Add' button, removing the necessity of pressing the shift key to
access the feature.
2019-11-24 14:06:25 +01:00
D G Turner
3db6aed4e4
LINUXMOTO: Fix Compilation
2019-11-24 08:57:46 +00:00
SupSuper
4c89d6dca3
MSVC: Enable C++ Conformance mode
...
Disables non-portable behaviors in modern Visual Studio.
This reduces the chance of code compiling correctly in MSVC but failing in other compilers.
2019-11-24 04:56:53 +00:00
D G Turner
8014fe06fc
LINUXMOTO: Implement horizontal shake
2019-11-24 01:41:14 +00:00
Eugene Sandulenko
735db39ad9
DIRECTOR: Fix symbol printing
2019-11-24 00:22:17 +01:00
Eugene Sandulenko
c5bca8734f
DIRECTOR: Add sanity check to c_play()
2019-11-23 23:59:00 +01:00
Lothar Serra Mari
8b7429693d
README: DE: Add Configuration File Location for iOS
2019-11-23 22:05:22 +01:00
D G Turner
92e58bce75
README: Add Configuration File Location for iOS
2019-11-23 20:18:26 +00:00
Cameron Cawley
8ae0be4ae3
GPH: Remove unused variable
2019-11-23 18:42:04 +00:00
Cameron Cawley
a2110d36f9
BACKENDS: Unify formatting between the GPH, Dingux and LinuxMoto backends
2019-11-23 18:40:43 +00:00
D G Turner
e04480d700
LINUXMOTO: Hopefully Fix Compilation
2019-11-23 17:04:39 +00:00
D G Turner
97b7a38499
LINUXMOTO: Further Replacement of old SurfaceSdlGraphicsManager APIs
2019-11-23 16:56:33 +00:00
D G Turner
e515998da0
LINUXMOTO: Replace usage of old SurfaceSdlGraphicsManager APIs
2019-11-23 16:37:51 +00:00
D G Turner
77d13f7bce
LINUXMOTO: Fix Missing Declaration in Graphics Class
2019-11-23 15:36:37 +00:00
D G Turner
d4cc24854d
GLK: MAGNETIC: Even Further Fixes for AmigaOS4 Compilation
2019-11-23 13:09:01 +00:00