Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-21 | Fix for bug #2687: BASS: Officer blunt wrong animation | lavosspawn | |
This is the corresponding source change to create a fixed sky.cpt binary. The binary is exactly the same as the manually patched one attached to the bug ticket. In order to fix the bug while beint least invasive, I suggest replacing the binaries (the one from the ticket should be the new, official binary) and we will put a workaround in the code anyways to deal correctly with potentially outdated binaries floating around the web and linux distributions. The error was initially introduced with the long term conversion of Revolution's assembly sources to C++ sources, then to textual resource data and then a precompiled binary. | |||
2016-07-20 | CREDITS: Add myself as developer for the drascula engine | Thierry Crozat | |
I forgot to do it when I rewrote big chunks of the engine code three months ago. | |||
2016-07-15 | DEVTOOLS: Add second starfield points array to create_titanic | Paul Gilbert | |
2016-07-15 | TITANIC: Adding starfield points loading | Paul Gilbert | |
2016-07-15 | TITANIC: Fix NPC handleQuote method stubs | Paul Gilbert | |
2016-07-15 | DEVTOOLS: Add Bellbot range data to create_titanic | Paul Gilbert | |
2016-07-15 | DEVTOOLS: Fix writing of sentence entries in create_titanic | Paul Gilbert | |
2016-07-15 | DEVTOOLS: Fix NPC Id mapping names in create_titanic | Paul Gilbert | |
2016-07-15 | DEVTOOLS: Add NPC Id mapping tables to create_titanic | Paul Gilbert | |
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. |