aboutsummaryrefslogtreecommitdiff
path: root/devtools
AgeCommit message (Collapse)Author
2018-10-28IOS: 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-28KYRA: (LOL) - clean up sound map data formattingathrxx
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-07DEVTOOLS: Fix Performance Issue Warning in create_project.D G Turner
This is the last fix for bug Trac #10655.
2018-10-07DEVTOOLS: 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-07DEVTOOLS: Fix Compiler Warnings in create_access Tool.D G Turner
These were various shadowed variable and unsigned vs. signed comparison warnings.
2018-10-07DEVTOOLS: Fix Compiler Warning in extract_mort tool.D G Turner
2018-10-07DEVTOOLS: Fix Possible Resource Leak in create_hugo tool.D G Turner
This is part of the fix for bug Trac #10655.
2018-10-06DEVTOOLS: Fix Missing Delete call in KYRA datfile creation tool.D G Turner
This is part of the fix for bug Trac #10655.
2018-10-06DEVTOOLS: Fix Missing Free in SCUMM fontdata tool.D G Turner
This is part of the fix for bug Trac #10655.
2018-09-25CREDITS: Fix Anchors For Website to Match Current Usage.D G Turner
2018-09-05WIN32: 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-28MACOSX: Put documentation links in Help menuColin 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-18SCUMM : Add support for European Wii Pajama Sam (EAN3546430138939)Ben Castricum
2018-08-18WIN32: Update version numbers in ScummVM.iss using the normal systemColin Snover
2018-08-11CREATE_PROJECT: Fix creating CMake projects outside of the main source directoryCameron Cawley
2018-08-07CREDITS: Fix formattingMatan Bareket
2018-08-07CREDITS: Add anchors to the web xml outputMatan Bareket
2018-07-20ACCESS: MM: Implement proper game data and fonts in access.datPaul Gilbert
2018-07-20ILLUSIONS: Enable illusions engine by defaultEric Fry
Add credits info for illusions engine
2018-07-19SCUMM: Add another German Mac version of DOTTAdrian Frühwirth
Fixes Trac#10616.
2018-07-19JANITORIAL: Fix typoAdrian Frühwirth
2018-07-03XEEN: Fix crash using mirrors in standalone Clouds of XeenPaul Gilbert
Thanks to HenneNWH for identifying the problem
2018-06-26CREDITS: Change nickname for Lothar Serra MariLothar Serra Mari
2018-06-17CREDITS: Add dafioram to the Mohawk sectionBastien Bouclet
2018-05-29DEVTOOLS: Remove vestige of TeX credits encodingTravis McKay
2018-05-29DEVTOOLS: Fix RTF credits encoding inconsistenciesTravis McKay
2018-05-27XEEN: Fix close-up objects placement, incorrect skill text in Create Char dialogPaul Gilbert
2018-05-24JANITORIAL: Fix trailing whitespaceAdrian Frühwirth
2018-05-20JANITORIAL: Remove trailing whitespaceAdrian Frühwirth
2018-05-01CREDITS: Add credits for Xeen enginePaul Gilbert
2018-04-27XEEN: Move some few overlooked strings and spell array into xeen.ccsPaul Gilbert
2018-04-22CREATE_PROJECT: CMAKE: Fix importing SDL2 when it was built using CMakeBastien 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-15XEEN: Added differences introduced in Swords of XeenPaul Gilbert
2018-04-13SUPERNOVA: Update English translationThierry Crozat
2018-04-07XEEN: Fix Protection From Elements spellPaul Gilbert
2018-04-07XEEN: Fix single pixel difference for post-deposit messagePaul Gilbert
I still haven't tracked down how the original handles the integer division rounding that results in the pre and post deposit Deposit dialog message being offset by 1 pixel. But since the problem could be resolved by standardising when center alignment is set in both messages, and I haven't noticed any problem elsewhere, I think this is sufficient for now
2018-04-07SUPERNOVA: Fix missing return statementAdrian Frühwirth
2018-04-06XEEN: Fix teleporting outdoorsPaul Gilbert
2018-04-03XEEN: Don't allow saving in the war zonePaul Gilbert
2018-04-01XEEN: Fixes for full description of misc itemsPaul Gilbert
2018-03-28XEEN: Add data for Swords of Xeen to create_xeenPaul Gilbert
2018-03-28XEEN: String fixes in create_xeenPaul Gilbert
2018-03-28XEEN: Fix missing message for when all Guild spells boughtPaul Gilbert
2018-03-26XEEN: Fix display condition '+' characters in Character InfoPaul Gilbert
2018-03-25XEEN: Fix string for bank location displayPaul Gilbert
2018-03-25XEEN: Cleanup of create_xeen constant stringsPaul Gilbert
2018-03-24XEEN: Fix showing training costs for next levelPaul Gilbert
2018-03-22XEEN: Add original copy protection dialogPaul Gilbert
2018-03-20CREATE_PROJECT: Place libs requiring symbols before libs providing themBastien Bouclet
In the CMake generator. So the linker can resolve the symbols it marked as unresolved as it walks the libraries. Fixes building ResidualVM with msys2 from Qt Creator on Windows.
2018-03-18XEEN: Fix spells list selection for Vertigo guildPaul Gilbert