Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2003-12-05 | rewrote hq2x/hq3x code so that we can compile both the altivec and plain C ↵ | Max Horn | |
version; on OSX, this will only use the altivec code if altivec is actually present svn-id: r11504 | |||
2003-12-01 | Patch #847464: Remove spurious semicolons | Max Horn | |
svn-id: r11445 | |||
2003-11-30 | zlib compression works *very* well, factor 3-6 in my test cases. Personally ↵ | Max Horn | |
I'd make zlib support the default... svn-id: r11435 | |||
2003-11-30 | oops forgot to commit this one, it seems | Max Horn | |
svn-id: r11434 | |||
2003-11-30 | cleanup; added (currently commented out) zlib/gzip code | Max Horn | |
svn-id: r11433 | |||
2003-11-30 | cleanup | Max Horn | |
svn-id: r11432 | |||
2003-11-18 | Add extra directory checks for Macintosh versions of indy3/loom | Travis Howell | |
svn-id: r11333 | |||
2003-11-11 | cleanup (merged the two base set() methods) | Max Horn | |
svn-id: r11256 | |||
2003-11-10 | added namespace GUI | Max Horn | |
svn-id: r11255 | |||
2003-11-10 | fix for bug #833537 (Config manager saves "save_slot") | Max Horn | |
svn-id: r11254 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11219 | |||
2003-11-07 | fixed ConfigManager getInt/getBool | Max Horn | |
svn-id: r11199 |