aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-14Make use of md5_file_stringMax Horn
2007-02-14Extended MD5 API a bit: added a variant of md5_file which takes an arbitrary ...Max Horn
2007-02-14Adding Florian Kagerer for his Kyra FM-Towns code contributions.Johannes Schickel
2007-02-14Removed unnecessary #include.Torbjörn Andersson
2007-02-14Fix MSVC warningEugene Sandulenko
2007-02-14- Changed the square wave generator / speaker emulation, hopefully fixing the...Sven Hesse
2007-02-14cleanupMax Horn
2007-02-14Fix missing scenes (accolade logo) in AtariST demo of Elvira 1.Travis Howell
2007-02-14Added proper support for showing a hotspot or character's name in dialogs whe...Paul Gilbert
2007-02-14Added guard to prevent crashing if a hospot or character name is needed and w...Paul Gilbert
2007-02-14Some more cleanup, and that's it for tonightMax Horn
2007-02-14Minor cleanupMax Horn
2007-02-14Added some comments and performed some cleanup in the file based fallback cod...Max Horn
2007-02-14More skip_whitespace -> Common::ltrim(). For real now.Eugene Sandulenko
2007-02-14Properly implemented the AD fallback callbackMax Horn
2007-02-13Since detectBestMatchingGame now returns a ADGameDescription pointer, we can ...Max Horn
2007-02-13Changed detectBestMatchingGame to return a pointer to a ADGameDescription (or...Max Horn
2007-02-13skip_whitespace() -> Common::ltrim()Eugene Sandulenko
2007-02-13Some more AdvancedDetector cleanup: Removed kADFlagFilebasedFallback flag (ju...Max Horn
2007-02-13Bump theme version.Eugene Sandulenko
2007-02-13Disable clear soundfont path button when path is not selected.Eugene Sandulenko
2007-02-13Whitespace changes.Torbjörn Andersson
2007-02-13Fix clear soundfont path button position in game options dialog.Eugene Sandulenko
2007-02-13cancel button on load/save dialog is now handled correctlyNicola Mettifogo
2007-02-13made rtrim() and ltrim() global functions, to reduce code duplication (it see...Gregory Montoir
2007-02-13Implement FR#1611172: GUI: Add autosave period widgetsEugene Sandulenko
2007-02-13cleanupNicola Mettifogo
2007-02-13NDS : Added the cpu scaler option in dsoptions (even seem to work dynamically...Bertrand Augereau
2007-02-13added missing MKID_BE macrosGregory Montoir
2007-02-13updateGregory Montoir
2007-02-13Fix MSVC warningEugene Sandulenko
2007-02-13Kill MSVC warning:Eugene Sandulenko
2007-02-13Implement FR#1600020: GUI: Select "No SoundFont"Eugene Sandulenko
2007-02-13Update MSVC2005 projectEugene Sandulenko
2007-02-13Fix warningsEugene Sandulenko
2007-02-13Fix commentEugene Sandulenko
2007-02-13Fixed compilationMax Horn
2007-02-13added GF_AGIMOUSE for all fangames who seem to use itJoachim Eberhard
2007-02-13Add FNAMADE_LF() macroEugene Sandulenko
2007-02-13Get rid of _opt. Cleanup.Eugene Sandulenko
2007-02-13Thanks to the previous changes, we can now cleanup detectGameForEngineCreatio...Max Horn
2007-02-13AdvancedDetector changes:Max Horn
2007-02-13Fix Apocalyptic Quests.Eugene Sandulenko
2007-02-13Rename Common::GF_XXX to Common::ADGF_XXXEugene Sandulenko
2007-02-13Renamed generateComplexID to generatePreferredTarget to match my previous commitMax Horn
2007-02-13Renamed kADFlagComplexID to kADFlagAugmentPreferredTarget, document it, and a...Max Horn
2007-02-13Moved detectGameForEngineCreation next to detectBestMatchingGame (somebody sh...Max Horn
2007-02-13Use GF_DEMO flag in the AdvancedDetector to augment the preferredtarget nameMax Horn
2007-02-13Add Spanish version of Swampy Adventures.Travis Howell
2007-02-13(re)added flags field to ADGameDescription, with currently only one value (GF...Max Horn