aboutsummaryrefslogtreecommitdiff
path: root/devtools
AgeCommit message (Collapse)Author
2016-07-31DEVTOOLS: Add entries sentence sets for Deskbot in create_titanicPaul Gilbert
2016-07-31DEVTOOLS: Properly set up PARROT_RANGES array in create_titanicPaul Gilbert
2016-07-30TITANIC: Added Bellbot common phrase list to create_titanicPaul Gilbert
2016-07-30TITANIC: Added BellbotScript processPaul Gilbert
2016-07-30DEVTOOLS: Compilation fix for create_titanic under gccPaul Gilbert
2016-07-29DEVTOOLS: Add NPC pre-response arrays to create_titanicPaul Gilbert
2016-07-28DEVTOOLS: Add updateState methods arrays to create_titanicPaul Gilbert
2016-07-27DEVTOOLS: Added handleQuote methods arrays to create_titanicPaul Gilbert
2016-07-24DEVTOOLS: Add NPC Script word lists to create_titanicPaul Gilbert
2016-07-24DEVTOOLS: Add secondary Barbot sentence data to create_titanicPaul Gilbert
2016-07-22DEVTOOLS: Save create_titanic bitmap resources with correct bitmap headersPaul Gilbert
2016-07-15DEVTOOLS: Add second starfield points array to create_titanicPaul Gilbert
2016-07-15TITANIC: Adding starfield points loadingPaul Gilbert
2016-07-15TITANIC: Fix NPC handleQuote method stubsPaul Gilbert
2016-07-15DEVTOOLS: Add Bellbot range data to create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Fix writing of sentence entries in create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Fix NPC Id mapping names in create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Add NPC Id mapping tables to create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Add NPC sentence entry data to create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Fixes for range data generation in create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Added SuccUBus ranges to create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Added Parrot ranges to create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Added MaitreD ranges to create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Added Liftbot ranges to create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Added Doorbot ranges to create_titanicPaul Gilbert
2016-07-15TITANIC: Added Deskbot ranges to create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Start of script ranges addition to create_titanicPaul Gilbert
2016-07-15TITANIC: gcc compilation fixesPaul Gilbert
2016-07-15TITANIC: Set up loading of deskbot & bellbot script response listsPaul Gilbert
2016-07-15DEVTOOLS: Fixes to Deskbot responses in create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Add Bellbot script responses to create_titanicPaul Gilbert
2016-07-15DEVTOOLS: Completed tags list for DeskbotPaul Gilbert
2016-07-15DEVTOOLS: Adding Deskbot tags listPaul Gilbert
2016-07-15TITANIC: Added TTword isClass methodPaul Gilbert
2016-07-15TITANIC: Move replacement string arrays into TTparser, added NUMBERS arrayPaul Gilbert
2016-07-15TITANIC: Implement TTparser searchAndReplace methodsPaul Gilbert
2016-07-15DEVTOOLS: Creation of titanic.dat for holding static dataPaul Gilbert
2016-04-28WAGE: Renamed create_wage.sh into generic create_classicmacfonts.shEugene Sandulenko
2016-04-02CREDITS: Adding myself as OS X packagerThierry Crozat
2016-04-01DEVTOOLS: Put script which is used for preserving WAGE gamesEugene Sandulenko
2016-03-28SCUMM: Added detection for Spanish Amiga MMv2. Bug #6982Eugene Sandulenko
2016-03-28JANITORIAL: Whitespace fixEugene Sandulenko
2016-03-25OS X: Implement a Dock Tile Plugin to display recent games menu in dockThierry Crozat
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-24DEVTOOLS: Improve SDL2 support in create_project.Johannes Schickel
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-24DEVTOOLS: Slight formatting fix.Johannes Schickel
2016-03-16OPENGL: Resolve OpenGL functions on run-time.Johannes Schickel
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-13DEVTOOLS: Use LTCG for Release configurations in MSBuild project files.Johannes Schickel
Silences linker output that LTCG is used anyway because whole program optimization is enabled for these configurations.
2016-03-09DEVTOOLS: Check configuration and architecture specific directories for MSBuild.Johannes Schickel
2016-03-09DEVTOOLS: Use DLL runtime for MSBuild output.Johannes Schickel
2016-03-09DEVTOOLS: Use libpng16.lib for libpng for MSVC.Johannes Schickel
Modern libpng releases use this library name as output for their MSVC project files.