Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-08 | Masking patch | James Brown | |
svn-id: r5468 | |||
2002-11-08 | Fix Indy3 "Guard-Fighting" crash and properly fix the empty exits problem | James Brown | |
svn-id: r5467 | |||
2002-11-08 | last fix didn't work properly | Oliver Kiehl | |
svn-id: r5466 | |||
2002-11-08 | big endian fix | Oliver Kiehl | |
svn-id: r5465 | |||
2002-11-08 | grammer | Travis Howell | |
svn-id: r5464 | |||
2002-11-08 | typos | Travis Howell | |
svn-id: r5463 | |||
2002-11-08 | Typo | Travis Howell | |
svn-id: r5462 | |||
2002-11-08 | Add note about Simon games | Travis Howell | |
svn-id: r5461 | |||
2002-11-08 | Remove error and replace with proper exit function. | Travis Howell | |
svn-id: r5460 | |||
2002-11-08 | Changed wrong section | Travis Howell | |
svn-id: r5459 | |||
2002-11-08 | Don't attempt to play music in simon 1 demo | Travis Howell | |
svn-id: r5458 | |||
2002-11-07 | Add work around for simon 1 ending slowdown/freeze when music is enabled. | Travis Howell | |
svn-id: r5457 | |||
2002-11-07 | Add another work around and some fixme comments | Travis Howell | |
svn-id: r5456 | |||
2002-11-07 | Work around to allow full ending sequence to work. | Travis Howell | |
svn-id: r5455 | |||
2002-11-07 | Change vc_65 to warning for now | Travis Howell | |
svn-id: r5454 | |||
2002-11-07 | Add newline to end of file | Travis Howell | |
svn-id: r5453 | |||
2002-11-07 | Do not commit useless debug code | Nicolas Bacca | |
svn-id: r5452 | |||
2002-11-07 | Possibly more devices supported : fall back to a default GDI rendering if ↵ | Nicolas Bacca | |
nothing else is available - add dialog to choose between hazardous direct rendering or GDI svn-id: r5451 | |||
2002-11-07 | class -> struct to make Visual C++ happy | Max Horn | |
svn-id: r5450 | |||
2002-11-06 | Initial upgrades to support MT-32 emulation | Jamieson Christian | |
svn-id: r5449 | |||
2002-11-06 | applied patch: #634326, and changed strip ranges for after and before scumm v7, | Paweł Kołodziejski | |
added comments to saveload svn-id: r5448 | |||
2002-11-06 | fix options dialog | Max Horn | |
svn-id: r5447 | |||
2002-11-06 | use strcat instead of sprintf+strlen | Max Horn | |
svn-id: r5446 | |||
2002-11-06 | why keep a seperate opcode entry & opcode description table if we can have ↵ | Max Horn | |
it both in one (note that the descriptions were in fact outdated in some cases! also note, this is really just a refactoring, no functionality is changed except that opcode descriptions are now in sync with the opcode procs, that's why I am commiting this at all) svn-id: r5445 | |||
2002-11-06 | moved some constants from scumm.h to gameDetector.h; this way, we don't have ↵ | Max Horn | |
to include scumm.h in gameDetector.cpp (good, as it seperates scumm/ from common/ even more) svn-id: r5444 | |||
2002-11-06 | make it possible to #include imuse.h on its own | Max Horn | |
svn-id: r5443 | |||
2002-11-06 | removed more unused variables; cleaned up some spaces | Max Horn | |
svn-id: r5442 | |||
2002-11-06 | added a FIXME | Max Horn | |
svn-id: r5441 | |||
2002-11-06 | removed unused parameters from drawBomp | Max Horn | |
svn-id: r5440 | |||
2002-11-06 | compile fix | Max Horn | |
svn-id: r5439 | |||
2002-11-06 | removed more typecasts | Max Horn | |
svn-id: r5438 | |||
2002-11-06 | removed some useless typecasts | Max Horn | |
svn-id: r5437 | |||
2002-11-06 | removed obsolete code; properly init variables (aquadran, can you maybe turn ↵ | Max Horn | |
on some more warnings with your compiler?); some error catching svn-id: r5436 | |||
2002-11-06 | removed hardcoded value | Paweł Kołodziejski | |
svn-id: r5435 | |||
2002-11-06 | Apply restore-bg part of patch 629043 | James Brown | |
svn-id: r5434 | |||
2002-11-06 | rewrote akos5 and bomp, corrected pitch in akos16, increased range of gfxbits | Paweł Kołodziejski | |
svn-id: r5433 | |||
2002-11-06 | update formating of -z output to reflect long simon game names | Jonathan Gray | |
svn-id: r5432 | |||
2002-11-06 | Don't attempt to play sound in simon 1 dos. | Travis Howell | |
Use separate filenames for simon 1 & 2 savegames Add newline to end of scumm/dialogs.h svn-id: r5431 | |||
2002-11-05 | note to self: always test with precompiled headers off before checkin | Max Horn | |
svn-id: r5430 | |||
2002-11-05 | change save/load dialog layout a bit - no need to restrain our height so ↵ | Max Horn | |
much, is there? svn-id: r5429 | |||
2002-11-05 | don't use non-portable hack to swap ints, it's so much easier using SWAP | Max Horn | |
svn-id: r5428 | |||
2002-11-05 | make buttons 2 pixel wider (fixes 'Options' button); don't use non-portable ↵ | Max Horn | |
hack to swap ints svn-id: r5427 | |||
2002-11-05 | fix for bug #633087 (umlauts in GUI) | Max Horn | |
svn-id: r5426 | |||
2002-11-05 | fixed warnings | Max Horn | |
svn-id: r5425 | |||
2002-11-05 | Remove very old Indy3 hack that's no longer needed - this fixes several ↵ | James Brown | |
'state' bugs in the game. svn-id: r5424 | |||
2002-11-05 | rewrote simon 1/2 win sound effects and more cleanup | Oliver Kiehl | |
svn-id: r5423 | |||
2002-11-05 | Change the grail diary fix to be Indy3 specific. Fixes Monkey1VGA text ↵ | James Brown | |
positioning. *sigh* :) svn-id: r5422 | |||
2002-11-05 | Remove two pointless game checks | Travis Howell | |
svn-id: r5421 | |||
2002-11-05 | fix for bug #633082; added some asserts to catch similiar problems in the future | Max Horn | |
svn-id: r5420 | |||
2002-11-05 | Small clean up of simon midi code | Travis Howell | |
svn-id: r5419 |