Eugene Sandulenko
5370377943
DIRECTOR: Lingo: Fix global symbol processing
2017-02-09 09:23:13 +01:00
Eugene Sandulenko
73cf9721e3
DIRECTOR: Lingo: Fix double free in local vars
2017-02-09 09:11:54 +01:00
Paul Gilbert
b2aee3b116
TITANIC: Another music parser fix
2017-02-08 22:57:05 -05:00
Paul Gilbert
017056fb2e
TITANIC: Fix for CMusicParser parsing
2017-02-08 22:10:15 -05:00
Lothar Serra Mari
bc08f9a4e5
I18N: Update translation (German)
...
Currently translated at 100.0% (929 of 929 strings)
2017-02-09 02:30:30 +01:00
Paul Gilbert
059a2b3751
TITANIC: Renamings and comments for music classes
2017-02-08 20:30:18 -05:00
Eugene Sandulenko
d8a103d9e2
DIRECTOR: Lingo: Documented D4 "Predefined methods and special messages" Lingo
2017-02-08 22:11:23 +01:00
Eugene Sandulenko
c0dd0f4f53
DIRECTOR: Lingo: Documented D4 "Playing movies" Lingo
2017-02-08 21:45:48 +01:00
Eugene Sandulenko
eb179c5241
DIRECTOR: Lingo: Documented D4 "Parent scripts" Lingo
2017-02-08 21:30:29 +01:00
Eugene Sandulenko
c8236bb285
DIRECTOR: Lingo: Documented D4 "Output" Lingo
2017-02-08 21:11:54 +01:00
Eugene Sandulenko
03e7c3ca60
DIRECTOR: Lingo: Documented D4 "Operators and math functions" Lingo
2017-02-08 20:32:53 +01:00
Colin Snover
f1d9955540
COMMON: Fix calling Span::getStringAt with non-zero index
2017-02-08 12:05:14 -06:00
Eugene Sandulenko
3aa660f4c7
DIRECTOR: Lingo: Fix macro definition
2017-02-08 18:21:46 +01:00
Eugene Sandulenko
296dac6bc2
DIRECTOR: Lingo: Switched Symbol::name to Common::String
2017-02-08 17:30:17 +01:00
Eugene Sandulenko
1b53a2ce75
DIRECTOR: Lingo: Fix 'when..then' statement
2017-02-08 17:30:17 +01:00
Eugene Sandulenko
31d6fa0980
DIRECTOR: Lingo: Fix constants parsing
2017-02-08 17:30:17 +01:00
Strangerke
c2e0e001a7
CRYO: Fix some more GCC warnings
2017-02-08 16:30:52 +01:00
Strangerke
c55e8f9544
CRYO: Fix some shadowed member
2017-02-08 16:11:20 +01:00
Strangerke
46260fdf41
CRYO: Fix a GCC warning
2017-02-08 15:47:25 +01:00
Strangerke
18c1f2f6e4
CRYO: Fix several issues reported by coverity
2017-02-08 15:33:51 +01:00
Eugene Sandulenko
f0f6915e52
DIRECTOR: Specify Shared Cast name for D4+ Mac movies
2017-02-08 01:29:38 +01:00
Dario Scarpa
8966d4f8fc
DREAMWEB: fixed detection of Italian CD release
...
The Italian CD release of Dreamweb (available on
https://www.scummvm.org/games/ ) was not properly
detected (the floppy version was detected, so
speech stayed disabled).
Added a proper entry to fix the issue.
2017-02-07 23:59:22 +00:00
Willem Jan Palenstijn
2f4f130918
SCI: Fix warnings
2017-02-07 21:45:17 +01:00
Eugene Sandulenko
c1edd61669
Merge pull request #896 from criezy/create-project-fixes
...
DEVTOOLS: Create project fixes
2017-02-07 21:20:31 +01:00
Eugene Sandulenko
b3784db8d5
Merge pull request #892 from Retro-Junk/cryo
...
CRYO: New engine
2017-02-07 21:19:22 +01:00
Eugene Sandulenko
0a90aca897
DIRECTOR: Remove noisy and obsolete debug output
2017-02-07 21:13:25 +01:00
Eugene Sandulenko
a09d15e892
DIRECTOR: Fixed Lingo's 'go to movie' Red/Blue works
2017-02-07 20:57:32 +01:00
Eugene Sandulenko
355435e9a7
DIRECTOR: Move graphics-related code to graphics.cpp
2017-02-07 20:08:49 +01:00
lubomyr
f8c4274f1a
ANDROIDSDL: code refactoring...
2017-02-07 16:35:41 +02:00
Eugene Sandulenko
a9fb3e3225
DIRECTOR: Lingo: Added debug output to lexer and fixed builtin.lingo test
2017-02-07 11:09:06 +01:00
Eugene Sandulenko
cf50378985
DIRECTOR: Lingo: Finally fixed grammar for BLTINARGLIST
2017-02-07 11:01:12 +01:00
Eugene Sandulenko
b0cd2a9016
DIRECTOR: Lingo: Fix lexer for built-ins detection
2017-02-07 10:55:02 +01:00
Eugene Sandulenko
54aac6a03c
DIRECTOR: Lingo: Fixed typo in builtin list and added sanity check to catch it
2017-02-07 10:45:24 +01:00
Eugene Sandulenko
b37a3e5224
DIRECTOR: Lingo: Documented D4 "Movie in a window" Lingo
2017-02-07 09:47:33 +01:00
Eugene Sandulenko
e0b7e823b2
DIRECTOR: Lingo: Documented D4 "Mouse and pointer" Lingo
2017-02-07 09:15:15 +01:00
Eugene Sandulenko
eb986c7cc3
DIRECTOR: Lingo: Documented D4 "Menus" Lingo
2017-02-07 09:08:37 +01:00
Eugene Sandulenko
7467771480
DIRECTOR: Lingo: Documented D4 "Logical operators and functions" Lingo
2017-02-07 09:06:05 +01:00
Eugene Sandulenko
dae115abaf
JANITORIAL: Formatting fixes
2017-02-07 08:10:11 +01:00
stevenhoefel
7d044c570c
GRAPHICS: Recalculate text area sizing if interLinear is changed.
2017-02-07 16:26:59 +11:00
stevenhoefel
2d8e52771a
DIRECTOR: More font alignment and spacing on buttons. Go to frame 0 if no labels.
2017-02-07 16:08:11 +11:00
Thierry Crozat
2f4d14aba5
CREATE_PROJECT: Disable engines for which required features are not available
2017-02-06 23:18:02 +00:00
Thierry Crozat
14dcdb6103
CREATE_PROJECT: Add highres feature
2017-02-06 22:35:52 +00:00
Thierry Crozat
7caeb60350
BASE: Ignore -NSDocumentRevisionDebugMode command line argument on OS X
...
This is automatically added by Xcode when not toggling off the
"Allow debugging when using document Versions Browser". Since
this is on by default, and to avoid everybody having to google it,
I have decided to just ignore it on OS X.
2017-02-06 21:54:50 +00:00
Thierry Crozat
5da09383dc
CREATE_PROJECT: Fix linking with Xcode when not disabling curl
2017-02-06 21:51:40 +00:00
Eugene Sandulenko
f192831c86
DIRECTOR: Lingo: Documented D4 "Lists" Lingo
2017-02-06 22:51:25 +01:00
Thierry Crozat
5484f36f38
BUILD: Define SCUMM_64BITS on 64 bits platforms when not using configure
...
This for example fixes the compilation of the fullpipe engine on 64 bits
platforms when using create_project.
2017-02-06 21:49:38 +00:00
Eugene Sandulenko
4c64ebe027
DIRECTOR: Lingo: Documented D4 "External to Director" Lingo
2017-02-06 22:31:58 +01:00
Eugene Sandulenko
56abfed990
DIRECTOR: Lingo: Documented D4 "Events" Lingo
2017-02-06 22:08:27 +01:00
Eugene Sandulenko
57af996b4d
DIRECTOR: Lingo: Documented D4 "Event handlers and messages" Lingo
2017-02-06 22:01:07 +01:00
Eugene Sandulenko
c22b78eae6
DIRECTOR: Lingo: Documented D4 "Digital video" Lingo
2017-02-06 21:42:12 +01:00