Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-15 | DEVTOOLS: Add NPC sentence entry data to create_titanic | Paul Gilbert | |
2016-07-15 | DEVTOOLS: Fixes for range data generation in create_titanic | Paul Gilbert | |
2016-07-15 | DEVTOOLS: Added SuccUBus ranges to create_titanic | Paul Gilbert | |
2016-07-15 | DEVTOOLS: Added Parrot ranges to create_titanic | Paul Gilbert | |
2016-07-15 | DEVTOOLS: Added MaitreD ranges to create_titanic | Paul Gilbert | |
2016-07-15 | DEVTOOLS: Added Liftbot ranges to create_titanic | Paul Gilbert | |
2016-07-15 | DEVTOOLS: Added Doorbot ranges to create_titanic | Paul Gilbert | |
2016-07-15 | TITANIC: Added Deskbot ranges to create_titanic | Paul Gilbert | |
2016-07-15 | DEVTOOLS: Start of script ranges addition to create_titanic | Paul Gilbert | |
2016-07-15 | TITANIC: gcc compilation fixes | Paul Gilbert | |
2016-07-15 | TITANIC: Set up loading of deskbot & bellbot script response lists | Paul Gilbert | |
2016-07-15 | DEVTOOLS: Fixes to Deskbot responses in create_titanic | Paul Gilbert | |
2016-07-15 | DEVTOOLS: Add Bellbot script responses to create_titanic | Paul Gilbert | |
2016-07-15 | DEVTOOLS: Completed tags list for Deskbot | Paul Gilbert | |
2016-07-15 | DEVTOOLS: Adding Deskbot tags list | Paul Gilbert | |
2016-07-15 | TITANIC: Added TTword isClass method | Paul Gilbert | |
2016-07-15 | TITANIC: Move replacement string arrays into TTparser, added NUMBERS array | Paul Gilbert | |
2016-07-15 | TITANIC: Implement TTparser searchAndReplace methods | Paul Gilbert | |
2016-07-15 | DEVTOOLS: Creation of titanic.dat for holding static data | Paul Gilbert | |
2016-07-07 | DEVTOOLS: Fix create_project build with MinGW64 | Bastien Bouclet | |
2016-07-07 | DEVTOOLS: Add a CMake project generator to create_project | Bastien Bouclet | |
Also-By: Joel Teichroeb <joel@teichroeb.net> Also-By: Einar Johan Trøan Sømåen <einarjohants@gmail.com> | |||
2016-07-01 | SKY: change "savegame" into "saved game" | Ben Castricum | |
2016-06-06 | GUI: Add credits for Gnap | Strangerke | |
2016-05-22 | UPDATES: Add support for WinSparkle | Filippos Karapetis | |
2016-05-22 | CREATE_PROJECT: Whitespace fixes | Filippos Karapetis | |
2016-05-20 | CREDITS - Mark Clone2727 as Retired | Strangerke | |
2016-05-17 | CREDITS: Add Lubomyr to Android porters | Eugene Sandulenko | |
2016-05-16 | Merge pull request #745 from Cruel/3ds | Eugene Sandulenko | |
3DS: New Backend | |||
2016-05-16 | Merge branch 'master' of https://github.com/scummvm/scummvm | Lothar Serra Mari | |
2016-05-16 | DOCUMENTATION: Recommend HFSExplorer instead of HFVExplorer | Lothar Serra Mari | |
for extracting Mac gamefiles. HFVExplorer seems a "little bit" outdated, whereas HFSExplorer is under active development. | |||
2016-05-15 | KYRA: Simplify Kyra1 audio track filename handling | Johannes Schickel | |
2016-05-10 | Merge pull request #756 from rootfather/monkey-talkie-detection | Eugene Sandulenko | |
SCUMM: Add detection for Monkey Island 1+2 Unofficial SE Talkies | |||
2016-04-30 | SCUMM: Add detection for Monkey Island 2 Unofficial SE Talkie | Lothar Serra Mari | |
2016-04-30 | SCUMM: Add detection for Monkey Island 1 Unofficial SE Talkie | Lothar Serra Mari | |
2016-04-28 | WAGE: Renamed create_wage.sh into generic create_classicmacfonts.sh | Eugene Sandulenko | |
2016-04-14 | 3DS: Add backend author to credits | Thomas Edvalson | |
2016-04-02 | CREDITS: Adding myself as OS X packager | Thierry Crozat | |
2016-04-01 | DEVTOOLS: Put script which is used for preserving WAGE games | Eugene Sandulenko | |
2016-03-28 | SCUMM: Added detection for Spanish Amiga MMv2. Bug #6982 | Eugene Sandulenko | |
2016-03-28 | JANITORIAL: Whitespace fix | Eugene Sandulenko | |
2016-03-25 | OS X: Implement a Dock Tile Plugin to display recent games menu in dock | Thierry 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-24 | DEVTOOLS: 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-24 | DEVTOOLS: Slight formatting fix. | Johannes Schickel | |
2016-03-16 | OPENGL: 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-13 | DEVTOOLS: 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-09 | DEVTOOLS: Check configuration and architecture specific directories for MSBuild. | Johannes Schickel | |
2016-03-09 | DEVTOOLS: Use DLL runtime for MSBuild output. | Johannes Schickel | |
2016-03-09 | DEVTOOLS: Use libpng16.lib for libpng for MSVC. | Johannes Schickel | |
Modern libpng releases use this library name as output for their MSVC project files. | |||
2016-03-09 | DEVTOOLS: Enable Edit&Continue on x64 for MSVC2015+. | Johannes Schickel | |
2016-03-09 | DEVTOOLS: Do not ignore libcmt.lib for MSBuild output. | Johannes Schickel | |
This hints at broken library builds and thus should not be set for us. |