Commit Graph
426 Commits
Author SHA1 Message Date
Max Horn 0894f83804 Ensure that the file list in the browser is always sorted
svn-id: r16108
2004-12-18 02:33:37 +00:00
Max Horn 74e789ce99 clean up slide code
svn-id: r16040
2004-12-12 21:23:21 +00:00
Robert Göffringmann 0d7ab01640 Pass subdirectories to gamedetector functions
svn-id: r16002
2004-12-09 15:06:49 +00:00
Max Horn f09293b22c Clean up OSystem::Event
svn-id: r15990
2004-12-05 17:42:20 +00:00
Max Horn 5d5a13eec7 Moved MidiDriver creation code into the MidiDriver class (as static methods), same for some other MIDI related stuff
svn-id: r15968
2004-12-02 00:33:42 +00:00
Max Horn 096f2b6110 Add slide animation effect to the console
svn-id: r15903
2004-11-27 01:25:25 +00:00
Max Horn 573cac9580 do clipping
svn-id: r15902
2004-11-27 00:55:48 +00:00
Max Horn 5ad29fd7e0 Make use of the new graphic primitives
svn-id: r15886
2004-11-25 23:35:02 +00:00
Max Horn 879431e76b Fixed behaviour of return key in the file browser
svn-id: r15852
2004-11-21 13:39:54 +00:00
Max Horn fa97d4ad89 Removing walkthrough stuff again (talked to aquadran about this, he had no objections)
svn-id: r15849
2004-11-20 23:49:11 +00:00
Max Horn 5d9b35510d Changed the FilesystemNode implementation to make it easier to use (client code doesn't have to worry about the memory managment anymore, it's all 'automatic' now). May have introduced a mem leak or two, please check :-)
svn-id: r15848
2004-11-20 21:35:49 +00:00
Paweł Kołodziejski 5748227adc missed destroy object after last changes
svn-id: r15843
2004-11-19 22:53:20 +00:00
Paweł Kołodziejski a7b7a281f1 changed file constructor to dymanic
svn-id: r15842
2004-11-19 22:43:20 +00:00
Paweł Kołodziejski 8dc5c9843c fixed additional not needed white space char
svn-id: r15839
2004-11-19 22:09:23 +00:00
Paweł Kołodziejski 1f6bcee124 not needed chech for unsigned type
svn-id: r15838
2004-11-19 22:02:59 +00:00
Paweł Kołodziejski b08b04b550 fixed not defined MAX_PATH
svn-id: r15837
2004-11-19 21:58:24 +00:00
Paweł Kołodziejski dc7a20ccc3 ops, commited before older version
svn-id: r15836
2004-11-19 20:30:26 +00:00
Paweł Kołodziejski 20e9cf6f20 added walkthrough
svn-id: r15835
2004-11-19 19:50:22 +00:00
Eugene Sandulenko 71a2c36fa1 Add global extrapath to GUI and to default directories list.
svn-id: r15816
2004-11-15 04:41:51 +00:00
Max Horn ea9d53be79 cleanup
svn-id: r15597
2004-10-17 19:40:34 +00:00
Eugene Sandulenko 7b16b16e20 Fix bug reported by salty-horse. When list is so short so it fits
one page, list position gets negative values. This never was triggered until
lastselectedgame config file key was introduced.

svn-id: r15441
2004-10-06 22:19:49 +00:00
Chris Apers 7b0ce25510 PalmOS update
svn-id: r15432
2004-10-06 09:54:20 +00:00
Max Horn ee3158cb8c Patch #896096 (Restoring last selected game selection) with some personal modifications
svn-id: r15372
2004-10-01 21:12:18 +00:00
Max Horn ce8c99bf62 Rename remaining OSystem methods to match our coding guidelines
svn-id: r15332
2004-09-28 20:19:37 +00:00
Max Horn 4fed56e8a6 including sys/param.h causes several conflicts with symbol names we use, so don't do it
svn-id: r15320
2004-09-28 11:29:32 +00:00
Jonathan Gray ae73d1a4ee use MAXPATHLEN for path buffer size
svn-id: r15319
2004-09-28 04:14:57 +00:00
Max Horn a956d5ece6 Ignore case when sorting entries in the launcher
svn-id: r14756
2004-08-26 00:27:51 +00:00
Max Horn cb052da949 Use custom font for the console -> more information visible, helps when using e.g. the 'actors' command
svn-id: r14627
2004-08-15 14:39:35 +00:00
Max Horn 0f142572f7 Allow char drawing with a custom font
svn-id: r14624
2004-08-15 13:49:13 +00:00
Max Horn e27f2c5592 Removed some obsolete stuff; made switching to the alt font less intrusive (you only have to recompile a single file now); foundation for future run-time font switching...
svn-id: r14623
2004-08-15 13:15:55 +00:00
Max Horn ee70457667 Fix for bug #1007093 (GUI: removing game configuration from Launcher buggy); 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-11 21:49:58 +00:00
Max Horn 7f574d4e8e Make the global savepath button match the look & feel of the 'local' one; fix bug #916498
svn-id: r14491
2004-08-06 23:02:13 +00:00
Max Horn 580870e9ba Fix label width; properly distinguish between a global default extrapath/savepath, and a target specific one
svn-id: r14343
2004-07-26 18:11:55 +00:00
Max Horn 9f91359c2e Allow user to select ListWidget entries by typing them (see FR #922921)
svn-id: r14295
2004-07-21 14:28:57 +00:00
James Brown 06dc6a2c4e Backport C&P bug from local tree
svn-id: r14143
2004-07-01 10:24:42 +00:00
James Brown d611b4bf1f Add 'Path' tab to launcher, w/ selection for Game, Data and a new 'Extra' path.
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-06-29 14:23:39 +00:00
Torbjörn Andersson 8b5f08efb6 Applied patch #956989 ("Varous console fixes"). Fingolfin said it looked
ok, and as far as I can tell it does fix bugs #941811 and #941814, just as
it promised.

svn-id: r13849
2004-05-23 14:06:52 +00:00
Max Horn 83cd000207 Maybe this change will cure one of erik's two console bug reports (namely #941811). Maybe not
svn-id: r13794
2004-05-05 23:08:30 +00:00
Max Horn 71df4c5e72 Cleaned up console code a bit - wrap around logic needs work
svn-id: r13793
2004-05-05 23:06:44 +00:00
Max Horn 5d0f0ea0c6 Added generic variable size stack class - COMPLETELY UNTESTED. Really should add some unit tests for this...
svn-id: r13776
2004-05-05 01:19:42 +00:00
Max Horn 8a69ffc46c Renamed template class 'List' to 'Array', since that is really what it is (a resizable array, not a linked list)
svn-id: r13520
2004-04-09 15:10:23 +00:00
Torbjörn Andersson 349f63ebfc Changed "voice_volume" to "speech_volume" for consistency with the Broken
Sword games. (The digial iMUSE code still calls it voice volume, though.)

svn-id: r13483
2004-04-06 11:50:35 +00:00
Paweł Kołodziejski f141ad488b added voice group volume to scumm engine for imuse digital and implemeted volume groups control
svn-id: r13468
2004-04-05 18:24:36 +00:00
Max Horn 178bf539b4 Make use of Stack template
svn-id: r13430
2004-03-29 22:29:30 +00:00
Max Horn 14378cb56e Renamed more OSystem methods
svn-id: r13410
2004-03-28 16:30:50 +00:00
Max Horn 997ccc6c05 fix memory leak
svn-id: r13381
2004-03-25 21:31:03 +00:00
Max Horn 7b158941e7 cleanup
svn-id: r13364
2004-03-22 22:01:10 +00:00
Max Horn a9789acfc6 Moved Surface/Font code into new 'graphics' module
svn-id: r13357
2004-03-21 21:20:25 +00:00
Max Horn 93ef5161a5 Fix (workaround?) for bugs #917700 and #917697
svn-id: r13323
2004-03-17 00:18:07 +00:00
Max Horn 4a15a80eb3 Fix for bug #917532 (GUI: BrowserDialog return value)
svn-id: r13320
2004-03-17 00:07:43 +00:00