index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
Age
Commit message (
Expand
)
Author
2007-06-15
Added a FIXME comment to the adv. detector code regarding (not) using FSNode/...
Max Horn
2007-06-15
ADV detector: Refactored findGameID() a bit, making it possible to use it out...
Max Horn
2007-06-12
Patch #1733764: "Fallback detection patch". GSoC student.
Eugene Sandulenko
2007-06-11
Fix for bug #1719463: "DETECTOR: Launching undefined target adds launcher entry"
Eugene Sandulenko
2007-06-06
Adv detector: Merged upgradeTargetIfNecessary() into detectGameForEngineCreat...
Max Horn
2007-06-03
Adding the new kFeatureDisableKeyFiltering OSystem feature.
Kostas Nakos
2007-06-02
Enhanced Common::String by adding char constructor and operator+ for chars
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-30
AdvDetector changes: made upgradeTargetIfNecessary internal; cleanup to findG...
Max Horn
2007-05-30
Hash<T> is an UnaryFunction (very pedantic and effectively effectless change ...
Max Horn
2007-05-29
added EVENT_PREDICTIVE_DIALOG event to bring up the predictive dialog on dema...
Kostas Nakos
2007-05-27
Paranoia changes (shouldn't have any real effect, though...)
Max Horn
2007-05-27
Reverted r26922.
Johannes Schickel
2007-05-23
Commit of patch #1715313 ("CORE: STL like algorithm implementation").
Johannes Schickel
2007-05-22
Simpilified Singleton implementation and usage.
Johannes Schickel
2007-05-01
Fix compilation (step 2).
Nicola Mettifogo
2007-05-01
Implemented a IFF (Interchange File Format) parser and added subclasses to pa...
Nicola Mettifogo
2007-05-01
also dump debug to stdout in ce
Kostas Nakos
2007-05-01
Cleanup, remove PalmOS dependencies from the ScummVM core
Chris Apers
2007-04-28
Double-invert the logic on some big/little endian checks (the idea is that we...
Max Horn
2007-04-26
More cleanup
Max Horn
2007-04-26
cleanup
Max Horn
2007-04-26
Patch #1697907: Small patches for AdvancedDetector
Max Horn
2007-04-26
Remove bogus use of tstr2 (which is empty at this point anyway)
Max Horn
2007-04-26
Removing more semicola
Max Horn
2007-04-25
Removing lots of superfluous semicola (see mail by David Weinehall on scummvm...
Max Horn
2007-04-24
Patch #1706179: "GUI: Sort languages list"
Eugene Sandulenko
2007-04-15
Added Common::String::contains() method
Max Horn
2007-04-09
also copy debug output to the (redirected) log files
Kostas Nakos
2007-04-09
Improve report of unknown MD5, to ease copy-pasting to detection code
Eugene Sandulenko
2007-04-06
Updating DS port for changes in main codebase. Code changes for DevkitArm r2...
Neil Millstone
2007-03-24
Corrected some c&p error in the documentation.
Johannes Schickel
2007-03-17
Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...
Max Horn
2007-03-17
fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #define
Robert Göffringmann
2007-03-17
Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), with
Torbjörn Andersson
2007-03-17
Added class NonCopyable, and made various things derive from it
Max Horn
2007-03-17
Force all code to use EventManager::pollEvent instead of OSystem::pollEvent
Max Horn
2007-03-17
Implemented a simple EventManager class
Max Horn
2007-03-12
Protect Array<> and HashMap<> instances against self assignments
Max Horn
2007-03-11
Added shared filed support using native file APIs.
Lars Persson
2007-03-10
Shut useless MSVC8 warning. We use pack-start.h and pack-end.h and it
Eugene Sandulenko
2007-03-09
Removing some unnecessary #includes
Max Horn
2007-03-09
Avoid double frees in HashMap::erase
Max Horn
2007-03-09
reduced dependency from windows-specific header files
Nicola Mettifogo
2007-03-08
removed kADFlagFilebasedFallback, this flag is never used (and filename based...
Gregory Montoir
2007-03-08
cleaned up stdafx.h, removing various unnecessary #includes (there are still ...
Max Horn
2007-03-08
added a flag to enable/disable printing a warning when filename based detecti...
Gregory Montoir
2007-03-08
Moved the printf #define for the NDS into scummsys.h (not sure if that suits ...
Max Horn
2007-03-08
common/util.cpp needs fprintf; various std I/O functions are not used by anyt...
Max Horn
2007-03-08
Moving Nintendo DS std C I/O emulation wrappers to common/file.cpp; also add ...
Max Horn
[next]