Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-12 | Cleanup. | Johannes Schickel | |
svn-id: r40491 | |||
2009-05-12 | Formatting. | Johannes Schickel | |
svn-id: r40490 | |||
2009-05-12 | Add proper error checking in file parsing code. | Johannes Schickel | |
svn-id: r40489 | |||
2009-05-12 | Change script file loading code to use Common::IFFParser instead of a self ↵ | Johannes Schickel | |
written IFF reader. svn-id: r40488 | |||
2009-05-12 | Typo. | Johannes Schickel | |
svn-id: r40487 | |||
2009-05-12 | Removed some unused code | Filippos Karapetis | |
svn-id: r40486 | |||
2009-05-12 | set resource version for LSL6 low-res CD version as well + update language ↵ | Joost Peters | |
comment svn-id: r40485 | |||
2009-05-12 | SCI: Sound: Send signal immediately for currently unsupported fade-and-continue. | Walter van Niftrik | |
svn-id: r40484 | |||
2009-05-12 | SCI: Set resource version for LSL6 floppy (autodetection fails). | Walter van Niftrik | |
svn-id: r40483 | |||
2009-05-12 | Fix strncpy usage. | Johannes Schickel | |
svn-id: r40482 | |||
2009-05-12 | SCI: Merged Message() and GetMessage(). Set SCI1.1 to use SCI1 kernel table ↵ | Walter van Niftrik | |
(for now). svn-id: r40481 | |||
2009-05-12 | Cleanup. | Johannes Schickel | |
svn-id: r40480 | |||
2009-05-12 | Cleanup. | Johannes Schickel | |
svn-id: r40479 | |||
2009-05-12 | SCI: Message: Added resource-internal recursion (currently untested). | Walter van Niftrik | |
svn-id: r40478 | |||
2009-05-12 | Changed the hardcoded 'Parler de..' string in the conversation dialog to use ↵ | Paul Gilbert | |
the correct language string svn-id: r40477 | |||
2009-05-12 | Replace verb numbers with constants in selectVerb() call | Eugene Sandulenko | |
svn-id: r40476 | |||
2009-05-12 | Synced WinCE SDL backend with the changes in commit #40226. Hopefully, this ↵ | Filippos Karapetis | |
will fix bug #2790461 - "WINCE: Compilation broken" svn-id: r40475 | |||
2009-05-12 | - Slight cleanup of c_sfx_01_header() | Filippos Karapetis | |
- "words" -> "kernelwords" svn-id: r40474 | |||
2009-05-12 | Moved the "suffixes" and "words" console commands to ScummVM's debug console | Filippos Karapetis | |
svn-id: r40473 | |||
2009-05-12 | Replaced sci_hexdump() with Common::hexdump() | Filippos Karapetis | |
svn-id: r40472 | |||
2009-05-12 | Silenced MSVC warning about unsafe mix of byte and boolean | Filippos Karapetis | |
svn-id: r40471 | |||
2009-05-12 | Added a startOffset parameter to hexdump() (used by SCI's own hexdump method) | Filippos Karapetis | |
svn-id: r40470 | |||
2009-05-11 | Fix MSVC compilation (cast const away explicitly). | Willem Jan Palenstijn | |
Patch by Kerbox. svn-id: r40469 | |||
2009-05-11 | Fix bug #1946262: "LSL1: Age Verification answer input not working" | Eugene Sandulenko | |
svn-id: r40468 | |||
2009-05-11 | Use lowercase form for quickselect in ListWidget. | Willem Jan Palenstijn | |
This matches POSIX strcasecmp and MSVC stricmp behaviour. svn-id: r40467 | |||
2009-05-11 | LOL: - implemented olol_paletteFlash() | Florian Kagerer | |
svn-id: r40466 | |||
2009-05-11 | Fix bug #2055836: "FW: Music is not restarted when loading a saved game" | Eugene Sandulenko | |
svn-id: r40465 | |||
2009-05-11 | Silenced warning. | Torbjörn Andersson | |
svn-id: r40464 | |||
2009-05-11 | LOL: - implemented inventory screen status icons | Florian Kagerer | |
svn-id: r40463 | |||
2009-05-11 | Fix bug #2595364: "Virtual Keyboard: number keys not working" | Eugene Sandulenko | |
svn-id: r40462 | |||
2009-05-11 | Fix bug #2678272: "FT: Russian version crashes on windows and psp" | Eugene Sandulenko | |
svn-id: r40461 | |||
2009-05-11 | SCI: Hacked stuff up so that debugger commands also print on the GUI console | Max Horn | |
svn-id: r40460 | |||
2009-05-11 | SCI: Hook FreeSCI console commands into the ScummVM console (incomplete as ↵ | Max Horn | |
of now, because printf output is not yet redirect to the GUI console) svn-id: r40459 | |||
2009-05-11 | Turned fixed-size lists of debugger/console commands and variables into more ↵ | Max Horn | |
flexible data structures svn-id: r40458 | |||
2009-05-11 | Moved the "selectors" and "syscalls" console commands to ScummVM's debug ↵ | Filippos Karapetis | |
console (as commands "selectors" and "kernelnames", respectively) svn-id: r40457 | |||
2009-05-11 | Merged find_dev() inside sfx_find_device() | Filippos Karapetis | |
svn-id: r40456 | |||
2009-05-11 | Console is a class, not a struct | Filippos Karapetis | |
svn-id: r40455 | |||
2009-05-11 | some cleanup : | Gregory Montoir | |
- separated instruction table parsing from instruction execution - added a few debug calls to monitor game flags changes - some variables/functions renaming svn-id: r40454 | |||
2009-05-11 | SCI: Simplified the Table class, by making it use an Common::Array ↵ | Max Horn | |
internally. Increased savegame version, breaking compatibility to the previous one -- sorry for that, but some of my previous changes accidentally messed up the table syncing, resulting in messed up savegames anyway; these breakages should be fixed with this commit svn-id: r40453 | |||
2009-05-11 | SCI: Replace global vars cmd_paramlength & cmd_params by ↵ | Max Horn | |
Common::Array<cmd_param_t> param to console hook commands svn-id: r40452 | |||
2009-05-11 | SCI: Reduced header deps | Max Horn | |
svn-id: r40451 | |||
2009-05-11 | SCI: Message: Fixed a bug when game requests message with seq != 1. | Walter van Niftrik | |
svn-id: r40450 | |||
2009-05-11 | This is the source for the MMUHACK 2.4 kernel module is included with the ↵ | John Willis | |
GP2X backend. This is the code used to build the mmuhack.o module that ships with the GP2X binaries. -- line, and those below, will be ignored-- A gp2x/mmuhack AM gp2x/mmuhack/flush_uppermem_cache.s AM gp2x/mmuhack/flush_uppermem_cache.h AM gp2x/mmuhack/mmuhack.c AM gp2x/mmuhack/readme.txt AM gp2x/mmuhack/Makefile svn-id: r40449 | |||
2009-05-11 | Added the new hardwarekeys.cpp file | Paul Gilbert | |
svn-id: r40448 | |||
2009-05-11 | Fix compilation | Eugene Sandulenko | |
svn-id: r40447 | |||
2009-05-11 | Increase HW key ID size so all modifiers fit too. | Eugene Sandulenko | |
svn-id: r40446 | |||
2009-05-11 | Define hardware keys for 101 keyboard in SDL backend. | Eugene Sandulenko | |
TODO: speedup initialization. Now it is quite slowww. svn-id: r40445 | |||
2009-05-11 | Fixed some warnings | Oystein Eftevaag | |
svn-id: r40444 | |||
2009-05-10 | LOL: - fix last commit | Florian Kagerer | |
svn-id: r40443 | |||
2009-05-10 | LOL: - implemented rest party button | Florian Kagerer | |
- made button processing code more accurate svn-id: r40442 |