Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-04 | added Rect::moveTo methods | Max Horn | |
svn-id: r13190 | |||
2004-03-04 | add ConfigManager::getActiveDomain | Max Horn | |
svn-id: r13189 | |||
2004-03-02 | Obsolete | Chris Apers | |
svn-id: r13144 | |||
2004-03-02 | Introduced new platform GF_WINDOWS. Used for HE games. GF_PC is DOS | Eugene Sandulenko | |
svn-id: r13128 | |||
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed ↵ | Max Horn | |
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087 | |||
2004-02-27 | the 2xsai class scalers all move the resulting image one up; work around that | Max Horn | |
svn-id: r13071 | |||
2004-02-27 | cleanup | Max Horn | |
svn-id: r13069 | |||
2004-02-24 | the OSystem changes we discussed on the ML (note: renaming of the existing ↵ | Max Horn | |
OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036 | |||
2004-02-14 | increased debug level | Paweł Kołodziejski | |
svn-id: r12889 | |||
2004-02-14 | const correctness! | Max Horn | |
svn-id: r12874 | |||
2004-02-14 | Add mutex tracking to make it easier to debug imuse deadlocks | James Brown | |
svn-id: r12870 | |||
2004-02-14 | Fix for bug #896506 (GUI: Invalid read) | Max Horn | |
svn-id: r12864 | |||
2004-02-10 | Correct hberew | Travis Howell | |
svn-id: r12815 | |||
2004-02-10 | NL = NetherLands, NederLanden, NiederLande - NO is Norway | Max Horn | |
svn-id: r12813 | |||
2004-02-10 | Ooops | Travis Howell | |
svn-id: r12812 | |||
2004-02-10 | Previous method wouldn't work, since each langague is in different directory. | Travis Howell | |
svn-id: r12810 | |||
2004-02-10 | Ooops | Travis Howell | |
svn-id: r12806 | |||
2004-02-10 | Add languages | Travis Howell | |
Sync md5 Correct another name svn-id: r12805 | |||
2004-02-07 | Make g_platforms global, so that the alauncher can iterate over the list of ↵ | Max Horn | |
supported platforms svn-id: r12765 | |||
2004-02-07 | Added FM-TOWNS to platforms list | Max Horn | |
svn-id: r12763 | |||
2004-02-07 | Add -c/--config option to specific alternate configuration file. Sorry Max, ↵ | James Brown | |
but it's damn useful for coverdiscs :) svn-id: r12758 | |||
2004-02-06 | Add extra paths for international version of Simon the Sorcerer 1, so game ↵ | Travis Howell | |
can be played from CD. svn-id: r12745 | |||
2004-02-05 | renamed (Const)Iterator to (const_)iterator; changed size() to return an uint | Max Horn | |
svn-id: r12722 | |||
2004-01-30 | Various changes to the build system which allow building ScummVM in an ↵ | Max Horn | |
external directory (and as such, allow you to have a debug, a profiling, and a release build from the same set of source files in parallel). Work in progress svn-id: r12680 | |||
2004-01-26 | Return default description string | Chris Apers | |
svn-id: r12624 | |||
2004-01-21 | Prevent getPlatformDescription(...) from returing NULL pointer using ↵ | Chris Apers | |
kPlatformUnknown svn-id: r12567 | |||
2004-01-18 | improved rect clipping & verification | Max Horn | |
svn-id: r12507 | |||
2004-01-17 | Implements TOGGLE_VIRTUAL_KEYBOARD | Nicolas Bacca | |
svn-id: r12459 | |||
2004-01-17 | Cleaner virtual keyboard support for the new CE backend, coming soon | Nicolas Bacca | |
svn-id: r12457 | |||
2004-01-16 | Hack for Launcher Scaler dropdown. Backends using the Launcher will need to ↵ | James Brown | |
implement the OSystem HAS_SCALER property. The global options dialog still needs doing. svn-id: r12436 | |||
2004-01-10 | Start of debug channel support. TODO: Move this to the common Debugger system? | James Brown | |
svn-id: r12289 | |||
2004-01-08 | useful convenience method | Max Horn | |
svn-id: r12233 | |||
2004-01-06 | add missing comma to ensure all directories are checked | Jonathan Gray | |
svn-id: r12177 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2004-01-06 | start work on czech subtitle support, not finished | Jonathan Gray | |
svn-id: r12175 | |||
2003-12-30 | cleanup for language/platform functions | Max Horn | |
svn-id: r12034 | |||
2003-12-27 | Search additional folder for BS1 | Travis Howell | |
svn-id: r11956 | |||
2003-12-25 | be stricter about File::open params | Max Horn | |
svn-id: r11919 | |||
2003-12-21 | disable custom new/delete/free by default (only keep it around in case it ↵ | Max Horn | |
comes in handy again in the future) svn-id: r11839 | |||
2003-12-21 | Require stdafx.h to have been included. | Marcus Comstedt | |
svn-id: r11822 | |||
2003-12-18 | resolve an inconsistency in the FROM_* helper macros: now they *always* cast ↵ | Max Horn | |
their argument to unsigned (previously, the LE funcs would do this when used on BE machines, and vice versa; but using a FROM_LE macro on a LE machine wouldn't cause a cast to unsigned; this potentially leads to endian bugs!) svn-id: r11726 | |||
2003-12-16 | Add capture mouse option, patch #860831 | Travis Howell | |
Uses Ctrl m to toggle, since that is closest to original games. Disabled by default. svn-id: r11680 | |||
2003-12-15 | Removed 'fullscreen' option (PalmOS) | Chris Apers | |
svn-id: r11656 | |||
2003-12-15 | Correct name | Chris Apers | |
svn-id: r11655 | |||
2003-12-13 | small fix for hexdump() | Max Horn | |
svn-id: r11617 | |||
2003-12-13 | removed GameSettings::detectname and GameSettings::midi; renamed ↵ | Max Horn | |
GameSettings::gameName to name; added temporary experimental MD5 hack svn-id: r11603 | |||
2003-12-13 | added MD5 code to CVS | Max Horn | |
svn-id: r11602 | |||
2003-12-11 | Drop OpenGL backend, since it has no maintainer and is too buggy. | Travis Howell | |
svn-id: r11569 | |||
2003-12-10 | detect zlib in configure script; use it by default, if available | Max Horn | |
svn-id: r11544 | |||
2003-12-10 | slightly altered singleton implemention, might help MSVC6, or might screw it ↵ | Max Horn | |
even more :-) svn-id: r11543 |