Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-26 | Ignore case when sorting entries in the launcher | Max Horn | |
svn-id: r14756 | |||
2004-08-15 | Use custom font for the console -> more information visible, helps when ↵ | Max Horn | |
using e.g. the 'actors' command svn-id: r14627 | |||
2004-08-15 | Allow char drawing with a custom font | Max Horn | |
svn-id: r14624 | |||
2004-08-15 | Removed some obsolete stuff; made switching to the alt font less intrusive ↵ | Max Horn | |
(you only have to recompile a single file now); foundation for future run-time font switching... svn-id: r14623 | |||
2004-08-11 | Fix for bug #1007093 (GUI: removing game configuration from Launcher buggy); ↵ | Max Horn | |
moral: either document how things work, or at least provide well named constants for certain return values... using the cheap way out here, i.e. method (b) :-) svn-id: r14557 | |||
2004-08-06 | Make the global savepath button match the look & feel of the 'local' one; ↵ | Max Horn | |
fix bug #916498 svn-id: r14491 | |||
2004-07-26 | Fix label width; properly distinguish between a global default ↵ | Max Horn | |
extrapath/savepath, and a target specific one svn-id: r14343 | |||
2004-07-21 | Allow user to select ListWidget entries by typing them (see FR #922921) | Max Horn | |
svn-id: r14295 | |||
2004-07-01 | Backport C&P bug from local tree | James Brown | |
svn-id: r14143 | |||
2004-06-29 | Add 'Path' tab to launcher, w/ selection for Game, Data and a new 'Extra' path. | James Brown | |
Extrapath is used for pointing to additional game resources - for example, running BS 1 or 2 directly from original CDs, Extrapath would point to the cutscene packs. svn-id: r14125 | |||
2004-05-23 | Applied patch #956989 ("Varous console fixes"). Fingolfin said it looked | Torbjörn Andersson | |
ok, and as far as I can tell it does fix bugs #941811 and #941814, just as it promised. svn-id: r13849 | |||
2004-05-05 | Maybe this change will cure one of erik's two console bug reports (namely ↵ | Max Horn | |
#941811). Maybe not svn-id: r13794 | |||
2004-05-05 | Cleaned up console code a bit - wrap around logic needs work | Max Horn | |
svn-id: r13793 | |||
2004-05-05 | Added generic variable size stack class - COMPLETELY UNTESTED. Really should ↵ | Max Horn | |
add some unit tests for this... svn-id: r13776 | |||
2004-04-09 | Renamed template class 'List' to 'Array', since that is really what it is (a ↵ | Max Horn | |
resizable array, not a linked list) svn-id: r13520 | |||
2004-04-06 | Changed "voice_volume" to "speech_volume" for consistency with the Broken | Torbjörn Andersson | |
Sword games. (The digial iMUSE code still calls it voice volume, though.) svn-id: r13483 | |||
2004-04-05 | added voice group volume to scumm engine for imuse digital and implemeted ↵ | Paweł Kołodziejski | |
volume groups control svn-id: r13468 | |||
2004-03-29 | Make use of Stack template | Max Horn | |
svn-id: r13430 | |||
2004-03-28 | Renamed more OSystem methods | Max Horn | |
svn-id: r13410 | |||
2004-03-25 | fix memory leak | Max Horn | |
svn-id: r13381 | |||
2004-03-22 | cleanup | Max Horn | |
svn-id: r13364 | |||
2004-03-21 | Moved Surface/Font code into new 'graphics' module | Max Horn | |
svn-id: r13357 | |||
2004-03-17 | Fix (workaround?) for bugs #917700 and #917697 | Max Horn | |
svn-id: r13323 | |||
2004-03-17 | Fix for bug #917532 (GUI: BrowserDialog return value) | Max Horn | |
svn-id: r13320 | |||
2004-03-15 | cleanup; added a TODO to Font class | Max Horn | |
svn-id: r13308 | |||
2004-03-15 | Aaargh, didn't mean to commit this... | Max Horn | |
svn-id: r13296 | |||
2004-03-15 | ...and mor. Next big thing should be to document the overlay stuff, but ↵ | Max Horn | |
that'll have to wait till after I slept :-) svn-id: r13295 | |||
2004-03-13 | Added FotAQ to the "About" window, after som discussion with Endy about the | Torbjörn Andersson | |
exact wording of it. svn-id: r13249 | |||
2004-03-13 | use 'Surface' in NewGui | Max Horn | |
svn-id: r13244 | |||
2004-03-13 | Revamped the font code: now it's very easy to switch between the 'original' ↵ | Max Horn | |
SCUMM font and any new font... or to have multiple different fonts (like, one for 320x240 and and one for 640x480); furthermore, font rendering can now be done w/o using NewGui svn-id: r13243 | |||
2004-03-13 | useful helper method (will be used for improved options dialog) | Max Horn | |
svn-id: r13237 | |||
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-25 | remove outdated TODO | Max Horn | |
svn-id: r13058 | |||
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-24 | Fix graphic options on WinCE | Nicolas Bacca | |
svn-id: r13031 | |||
2004-02-22 | avoid #include scaler.h | Max Horn | |
svn-id: r12997 | |||
2004-02-11 | fix OSX nav dialog in fullscreen mode | Max Horn | |
svn-id: r12823 | |||
2004-02-11 | This is not a test, I repeat, this is not a test! | James Brown | |
svn-id: r12822 | |||
2004-02-09 | fixed compilation | Paweł Kołodziejski | |
svn-id: r12789 | |||
2004-02-09 | cleanup | Max Horn | |
svn-id: r12781 | |||
2004-02-09 | Modified version of patch #892795 (Let scumvm -v show supported libs) | Max Horn | |
svn-id: r12780 | |||
2004-02-07 | Make use of the MD5-based game detection in the launcher | Max Horn | |
svn-id: r12766 | |||
2004-02-05 | removed obsolete #include's | Max Horn | |
svn-id: r12729 | |||
2004-02-05 | renamed (Const)Iterator to (const_)iterator; changed size() to return an uint | Max Horn | |
svn-id: r12722 | |||
2004-02-01 | native directory browser on Mac OS X | Max Horn | |
svn-id: r12694 | |||
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 | Revert old change - proper fix is to avoid playing in portrait mode :) | Nicolas Bacca | |
svn-id: r12605 | |||
2004-01-26 | Hide unnecessary options for CE in the main options dialog | Nicolas Bacca | |
svn-id: r12604 | |||
2004-01-26 | Undo old tweak not necessary anymore | Nicolas Bacca | |
svn-id: r12603 | |||
2004-01-26 | addGame made virtual (temporarily ?) for CE backend launcher | Nicolas Bacca | |
svn-id: r12602 |