Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-23 | MSVC: Fix natvis not being added to project in VS2017 | SupSuper | |
2018-12-23 | MSVC: Add visualisations for iterators and pointers | SupSuper | |
2018-12-23 | MSVC: Cleanup natvis properties | SupSuper | |
2018-12-23 | MSVC: Fix List visualisation showing infinite nodes | SupSuper | |
2018-12-23 | MSVC: Fix HashMap visualisation showing dummy nodes | SupSuper | |
2018-12-23 | MSVC: Replace MinimalRebuild with MultiProcessor flag | SupSuper | |
MinimalRebuild is obsolete and MultiProcessorCompilation yields better performance. | |||
2018-12-23 | CREATE_PROJECT: Fix MSVC warnings | SupSuper | |
2018-12-16 | BACKENDS: Move OSX file browser into backend | SupSuper | |
2018-12-16 | BACKENDS: Add base support for system dialogs | SupSuper | |
2018-12-09 | GLK: Add entries for Glulxe and TADS sub-engines to credits.pl | Paul Gilbert | |
2018-12-08 | GLK: Fix remaining Gargoyle references identified by digitall | Paul Gilbert | |
2018-12-08 | GLK: Add Gargoyle engine to credits.pl | Paul Gilbert | |
2018-11-27 | CREATE_PROJECT: Support building with Tremor instead of Vorbis | Cameron Cawley | |
2018-11-17 | CREATE_PROJECT: Remove non-existent msvc8 from build steps | SupSuper | |
2018-11-16 | WIN32: Retrieve the version information for the resource script from ↵ | Cameron Cawley | |
base/internal_version.h | |||
2018-11-15 | CREDITS: Add credits for DM, Prince, Illusions and MutationOfJB (#1394) | Cameron Cawley | |
2018-11-14 | KYRA: (EOB) - add support for FM-Towns version of EOB II | athrxx | |
2018-10-28 | IOS: Support building in Xcode 10/iOS 12, and for iPhone X-like devices that ↵ | Yoshi Sugawara | |
have a "safe area" iOS 12 drops support for libstdc++, so the project needs to be compiled explicitly using libc++. Support the "safe area" when redrawing the view to leave space for the notch in portrait and landscape orientations. | |||
2018-10-28 | KYRA: (LOL) - clean up sound map data formatting | athrxx | |
This is a followup to the fix for bug #10665 (Urbish mines lobster having an invalid sound track number and causing invalid memory access). | |||
2018-10-07 | DEVTOOLS: Fix Performance Issue Warning in create_project. | D G Turner | |
This is the last fix for bug Trac #10655. | |||
2018-10-07 | DEVTOOLS: Fix Compiler Warnings in create_cryo tool. | D G Turner | |
Have compared output dat files from the tool before and after this change and they are identical. | |||
2018-10-07 | DEVTOOLS: Fix Compiler Warnings in create_access Tool. | D G Turner | |
These were various shadowed variable and unsigned vs. signed comparison warnings. | |||
2018-10-07 | DEVTOOLS: Fix Compiler Warning in extract_mort tool. | D G Turner | |
2018-10-07 | DEVTOOLS: Fix Possible Resource Leak in create_hugo tool. | D G Turner | |
This is part of the fix for bug Trac #10655. | |||
2018-10-06 | DEVTOOLS: Fix Missing Delete call in KYRA datfile creation tool. | D G Turner | |
This is part of the fix for bug Trac #10655. | |||
2018-10-06 | DEVTOOLS: Fix Missing Free in SCUMM fontdata tool. | D G Turner | |
This is part of the fix for bug Trac #10655. | |||
2018-09-25 | CREDITS: Fix Anchors For Website to Match Current Usage. | D G Turner | |
2018-09-05 | WIN32: Rewrite Inno setup installer script. (#1324) | Lothar Serra Mari | |
* WIN32: Rewrite Inno setup installer * WIN32: Add small bmp for usage in the Inno setup script * WIN32: Fix spacing in Inno setup script * WIN32: Re-add the documentation files to the Start Menu * WIN32: Add scummvm icon to the Inno setup uninstaller * WIN32: Remove now obsolete scummvm.iss.in file * WIN32: Remove reference to Inno installer in update-version.pl * WIN32: Add reference to Inno setup bmp file in ports.mk | |||
2018-08-28 | MACOSX: Put documentation links in Help menu | Colin Snover | |
The local documents are not currently internationalised simply because the internationalised resources are not put into the right places (NSBundle will handle this automatically when they are); Trac#10464 is a tracking bug for this outstanding issue. Fixes Trac#10437. | |||
2018-08-18 | SCUMM : Add support for European Wii Pajama Sam (EAN3546430138939) | Ben Castricum | |
2018-08-18 | WIN32: Update version numbers in ScummVM.iss using the normal system | Colin Snover | |
2018-08-11 | CREATE_PROJECT: Fix creating CMake projects outside of the main source directory | Cameron Cawley | |
2018-08-07 | CREDITS: Fix formatting | Matan Bareket | |
2018-08-07 | CREDITS: Add anchors to the web xml output | Matan Bareket | |
2018-07-20 | ACCESS: MM: Implement proper game data and fonts in access.dat | Paul Gilbert | |
2018-07-20 | ILLUSIONS: Enable illusions engine by default | Eric Fry | |
Add credits info for illusions engine | |||
2018-07-19 | SCUMM: Add another German Mac version of DOTT | Adrian Frühwirth | |
Fixes Trac#10616. | |||
2018-07-19 | JANITORIAL: Fix typo | Adrian Frühwirth | |
2018-07-03 | XEEN: Fix crash using mirrors in standalone Clouds of Xeen | Paul Gilbert | |
Thanks to HenneNWH for identifying the problem | |||
2018-06-26 | CREDITS: Change nickname for Lothar Serra Mari | Lothar Serra Mari | |
2018-06-17 | CREDITS: Add dafioram to the Mohawk section | Bastien Bouclet | |
2018-05-29 | DEVTOOLS: Remove vestige of TeX credits encoding | Travis McKay | |
2018-05-29 | DEVTOOLS: Fix RTF credits encoding inconsistencies | Travis McKay | |
2018-05-27 | XEEN: Fix close-up objects placement, incorrect skill text in Create Char dialog | Paul Gilbert | |
2018-05-24 | JANITORIAL: Fix trailing whitespace | Adrian Frühwirth | |
2018-05-20 | JANITORIAL: Remove trailing whitespace | Adrian Frühwirth | |
2018-05-01 | CREDITS: Add credits for Xeen engine | Paul Gilbert | |
2018-04-27 | XEEN: Move some few overlooked strings and spell array into xeen.ccs | Paul Gilbert | |
2018-04-22 | CREATE_PROJECT: CMAKE: Fix importing SDL2 when it was built using CMake | Bastien Bouclet | |
When SDL is built using CMake, Find_Package imports a target instead of defining variables. If a target was imported we now define the include path and linker flags variables from the target's properties. Using imported targets is a best practice. Ideally, we should define an imported target when we detect variables were defined. However, the linker flags variable would need to be parsed into a library path and a list of libraries, making that approach impractical. | |||
2018-04-15 | XEEN: Added differences introduced in Swords of Xeen | Paul Gilbert | |