Paul Gilbert
82c0be2bc5
DEVTOOLS: Add second starfield points array to create_titanic
2016-07-15 19:26:56 -04:00
Paul Gilbert
2ff4d3ed66
TITANIC: Adding starfield points loading
2016-07-15 19:26:40 -04:00
Paul Gilbert
8c237b3ee2
TITANIC: Fix NPC handleQuote method stubs
2016-07-15 19:22:57 -04:00
Paul Gilbert
f88e65fe94
DEVTOOLS: Add Bellbot range data to create_titanic
2016-07-15 19:21:21 -04:00
Paul Gilbert
c3d2f5f5ca
DEVTOOLS: Fix writing of sentence entries in create_titanic
2016-07-15 19:21:13 -04:00
Paul Gilbert
cf79431c72
DEVTOOLS: Fix NPC Id mapping names in create_titanic
2016-07-15 19:21:06 -04:00
Paul Gilbert
041ce7f4ef
DEVTOOLS: Add NPC Id mapping tables to create_titanic
2016-07-15 19:21:03 -04:00
Paul Gilbert
074dbb8c1a
DEVTOOLS: Add NPC sentence entry data to create_titanic
2016-07-15 19:21:00 -04:00
Paul Gilbert
e9c3d180cd
DEVTOOLS: Fixes for range data generation in create_titanic
2016-07-15 19:20:53 -04:00
Paul Gilbert
31f8f1fbaf
DEVTOOLS: Added SuccUBus ranges to create_titanic
2016-07-15 19:20:49 -04:00
Paul Gilbert
448b59c099
DEVTOOLS: Added Parrot ranges to create_titanic
2016-07-15 19:20:46 -04:00
Paul Gilbert
96f700a205
DEVTOOLS: Added MaitreD ranges to create_titanic
2016-07-15 19:20:43 -04:00
Paul Gilbert
0825f00bcc
DEVTOOLS: Added Liftbot ranges to create_titanic
2016-07-15 19:20:39 -04:00
Paul Gilbert
565940d27c
DEVTOOLS: Added Doorbot ranges to create_titanic
2016-07-15 19:20:36 -04:00
Paul Gilbert
9a35125d65
TITANIC: Added Deskbot ranges to create_titanic
2016-07-15 19:20:30 -04:00
Paul Gilbert
59c033e68f
DEVTOOLS: Start of script ranges addition to create_titanic
2016-07-15 19:20:23 -04:00
Paul Gilbert
764cfcb6d6
TITANIC: gcc compilation fixes
2016-07-15 19:19:45 -04:00
Paul Gilbert
ba5e13d479
TITANIC: Set up loading of deskbot & bellbot script response lists
2016-07-15 19:18:31 -04:00
Paul Gilbert
f51a428f8b
DEVTOOLS: Fixes to Deskbot responses in create_titanic
2016-07-15 19:17:50 -04:00
Paul Gilbert
ec33749157
DEVTOOLS: Add Bellbot script responses to create_titanic
2016-07-15 19:17:31 -04:00
Paul Gilbert
cf0051caf7
DEVTOOLS: Completed tags list for Deskbot
2016-07-15 19:17:28 -04:00
Paul Gilbert
ef3bd4e286
DEVTOOLS: Adding Deskbot tags list
2016-07-15 19:17:24 -04:00
Paul Gilbert
938ec867fe
TITANIC: Added TTword isClass method
2016-07-15 19:14:53 -04:00
Paul Gilbert
3878f38d8c
TITANIC: Move replacement string arrays into TTparser, added NUMBERS array
2016-07-15 19:12:22 -04:00
Paul Gilbert
b37da849c9
TITANIC: Implement TTparser searchAndReplace methods
2016-07-15 19:11:43 -04:00
Paul Gilbert
2680caa5bd
DEVTOOLS: Creation of titanic.dat for holding static data
2016-07-15 19:10:30 -04:00
Eugene Sandulenko
608a74bb81
WAGE: Renamed create_wage.sh into generic create_classicmacfonts.sh
2016-04-28 11:16:09 +02:00
Thierry Crozat
886ca7c096
CREDITS: Adding myself as OS X packager
2016-04-02 13:33:33 +01:00
Eugene Sandulenko
307c8b0ecb
DEVTOOLS: Put script which is used for preserving WAGE games
2016-04-01 11:35:00 +02:00
Eugene Sandulenko
60a25cca20
SCUMM: Added detection for Spanish Amiga MMv2. Bug #6982
2016-03-28 11:52:02 +02:00
Eugene Sandulenko
d7f4eaeb31
JANITORIAL: Whitespace fix
2016-03-28 11:52:02 +02:00
Thierry Crozat
d519dd8ec3
OS X: Implement a Dock Tile Plugin to display recent games menu in dock
...
This allows to start a recently played game directly from the dock. The
ScummVM.app application should have been permanently added to the
dock and the menu is only present when ScummVM is not running. The
list of recently played game is written by the taskbar code in ScummVM.
The Dock Tile Plugin only reads that list to populate the menu.
2016-03-25 15:37:13 +00:00
Johannes Schickel
dfaf97dda7
DEVTOOLS: Improve SDL2 support in create_project.
...
This adapts MSBuild and XCode project generators to output project files which
can be used to build the SDL backend with SDL2 easily.
2016-03-24 01:26:05 +01:00
Johannes Schickel
567a6b4712
DEVTOOLS: Slight formatting fix.
2016-03-24 01:26:05 +01:00
Johannes Schickel
4a781737c1
OPENGL: Resolve OpenGL functions on run-time.
...
Formerly we relied on static linkage. However, in the presense of modern
OpenGL (ES) implementations it is not easily identifable which library to link
against. For example, on Linux amd64 with nVidia drivers and SDL2 setup to
create a GLES 1.1 context one would need to link against libGL.so. However,
traditionally GLES 1.1 required to link against libGLESv1_CM.so. To prevent a
huge mess we simply resolve the OpenGL functions on run-time now and stop
linking against a static library (in most cases).
GLES support needs to be enabled manually on configure time for now.
Tizen changes have NOT been tested.
2016-03-16 20:29:24 +01:00
Johannes Schickel
edfc84b67a
DEVTOOLS: Use LTCG for Release configurations in MSBuild project files.
...
Silences linker output that LTCG is used anyway because whole program
optimization is enabled for these configurations.
2016-03-13 20:41:40 +01:00
Johannes Schickel
66a74cf3f3
DEVTOOLS: Check configuration and architecture specific directories for MSBuild.
2016-03-09 22:03:47 +01:00
Johannes Schickel
7127fadc96
DEVTOOLS: Use DLL runtime for MSBuild output.
2016-03-09 22:03:47 +01:00
Johannes Schickel
5510fdc7e4
DEVTOOLS: Use libpng16.lib for libpng for MSVC.
...
Modern libpng releases use this library name as output for their MSVC project files.
2016-03-09 22:03:47 +01:00
Johannes Schickel
46ef80963f
DEVTOOLS: Enable Edit&Continue on x64 for MSVC2015+.
2016-03-09 22:03:47 +01:00
Johannes Schickel
1c2dc2f89d
DEVTOOLS: Do not ignore libcmt.lib for MSBuild output.
...
This hints at broken library builds and thus should not be set for us.
2016-03-09 22:03:47 +01:00
Johannes Schickel
24558307c2
DEVTOOLS: Do not hardcode runtime libraries for MSVC2015.
2016-03-09 22:03:47 +01:00
Johannes Schickel
d3dba1b086
DEVTOOLS: Do not specify SCUMMVM_LIBS include dir twice for MSBuild.
2016-03-09 22:03:47 +01:00
Johannes Schickel
d2f3bc39b4
DEVTOOLS: Fix path separator in MSBuild's global props output.
2016-03-09 22:03:47 +01:00
Eugene Sandulenko
480ebbf2b4
CREDITS: Added myself as GCW0 porter
2016-02-26 22:17:29 +01:00
Eugene Sandulenko
6c895643aa
Merge pull request #667 from a-detiste/master
...
JANITORIAL: Typos detected with lintian & grep
2016-02-15 18:31:50 +01:00
Alexandre Detiste
6c298e964f
JANITORIAL: Typos detected with lintian & grep
2016-02-15 18:27:02 +01:00
Eugene Sandulenko
11e03fbce2
Merge pull request #658 from sev-/wage
...
WAGE: New Engine
2016-02-14 17:20:25 +01:00
Eugene Sandulenko
d743ae9912
CREDITS: Walter is back
2016-01-31 22:43:36 +01:00
Eugene Sandulenko
a0444c9f3d
CREDITS: Added Martin to AGI engine
2016-01-31 22:39:03 +01:00