aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2007-05-29added EVENT_PREDICTIVE_DIALOG event to bring up the predictive dialog on dema...Kostas Nakos
2007-05-27Paranoia changes (shouldn't have any real effect, though...)Max Horn
2007-05-27Reverted r26922.Johannes Schickel
2007-05-23Commit of patch #1715313 ("CORE: STL like algorithm implementation").Johannes Schickel
2007-05-22Simpilified Singleton implementation and usage.Johannes Schickel
2007-05-01Fix compilation (step 2).Nicola Mettifogo
2007-05-01Implemented a IFF (Interchange File Format) parser and added subclasses to pa...Nicola Mettifogo
2007-05-01also dump debug to stdout in ceKostas Nakos
2007-05-01Cleanup, remove PalmOS dependencies from the ScummVM coreChris Apers
2007-04-28Double-invert the logic on some big/little endian checks (the idea is that we...Max Horn
2007-04-26More cleanupMax Horn
2007-04-26cleanupMax Horn
2007-04-26Patch #1697907: Small patches for AdvancedDetectorMax Horn
2007-04-26Remove bogus use of tstr2 (which is empty at this point anyway)Max Horn
2007-04-26Removing more semicolaMax Horn
2007-04-25Removing lots of superfluous semicola (see mail by David Weinehall on scummvm...Max Horn
2007-04-24Patch #1706179: "GUI: Sort languages list"Eugene Sandulenko
2007-04-15Added Common::String::contains() methodMax Horn
2007-04-09also copy debug output to the (redirected) log filesKostas Nakos
2007-04-09Improve report of unknown MD5, to ease copy-pasting to detection codeEugene Sandulenko
2007-04-06Updating DS port for changes in main codebase. Code changes for DevkitArm r2...Neil Millstone
2007-03-24Corrected some c&p error in the documentation.Johannes Schickel
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #defineRobert Göffringmann
2007-03-17Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), withTorbjörn Andersson
2007-03-17Added class NonCopyable, and made various things derive from itMax Horn
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
2007-03-17Implemented a simple EventManager classMax Horn
2007-03-12Protect Array<> and HashMap<> instances against self assignmentsMax Horn
2007-03-11Added shared filed support using native file APIs.Lars Persson
2007-03-10Shut useless MSVC8 warning. We use pack-start.h and pack-end.h and itEugene Sandulenko
2007-03-09Removing some unnecessary #includesMax Horn
2007-03-09Avoid double frees in HashMap::eraseMax Horn
2007-03-09reduced dependency from windows-specific header filesNicola Mettifogo
2007-03-08removed kADFlagFilebasedFallback, this flag is never used (and filename based...Gregory Montoir
2007-03-08cleaned up stdafx.h, removing various unnecessary #includes (there are still ...Max Horn
2007-03-08added a flag to enable/disable printing a warning when filename based detecti...Gregory Montoir
2007-03-08Moved the printf #define for the NDS into scummsys.h (not sure if that suits ...Max Horn
2007-03-08common/util.cpp needs fprintf; various std I/O functions are not used by anyt...Max Horn
2007-03-08Moving Nintendo DS std C I/O emulation wrappers to common/file.cpp; also add ...Max Horn
2007-03-08Changed File::_handle to be of type void* instead of FILE* (to ease porting);...Max Horn
2007-03-08Changed ConfigManager to use class File instead of std C I/O to write the con...Max Horn
2007-03-08Turning FilesystemNode comment into a doxygen commentMax Horn
2007-03-04Removing _ptrOrig (hi Torbjorn, have fun recompiling)Max Horn
2007-03-04Some HashMap cleanup:Max Horn
2007-03-04Paranoia: a hashmap node must never ever change its key after its creationMax Horn
2007-03-03Allow PC Engine version of Loom to at least start up.Travis Howell
2007-03-01Removed File::incRef and decRefMax Horn
2007-02-28Fix spellingMax Horn
2007-02-25TypoMax Horn