Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-01 | added some warnings to ease debugging | Max Horn | |
svn-id: r5772 | |||
2002-12-01 | restrict various o5_resourceRoutines modifications to Zak256 | Max Horn | |
svn-id: r5771 | |||
2002-12-01 | fixed my workaround for the palette bug in MIVGA | Max Horn | |
svn-id: r5767 | |||
2002-11-30 | comment an assertion in readArray to stop ft crashing in the minefield | Jonathan Gray | |
svn-id: r5765 | |||
2002-11-30 | Add back changes that were reverted | Travis Howell | |
svn-id: r5764 | |||
2002-11-30 | Add back changes that were reverted | Travis Howell | |
svn-id: r5763 | |||
2002-11-30 | Fix compile | Travis Howell | |
svn-id: r5762 | |||
2002-11-30 | gp32 port stuff | Peter Moraliyski | |
svn-id: r5761 | |||
2002-11-30 | changed Shift-NUM shortcut (quicksave) to Alt-NUM to avoid problems on ↵ | Max Horn | |
french keyboards svn-id: r5756 | |||
2002-11-29 | more cleanup | Max Horn | |
svn-id: r5752 | |||
2002-11-29 | oops, left in debug output | Max Horn | |
svn-id: r5749 | |||
2002-11-29 | cleanup | Max Horn | |
svn-id: r5747 | |||
2002-11-29 | added MonkeyVGA palette fix, and a FIXME comment | Max Horn | |
svn-id: r5745 | |||
2002-11-28 | oops | Max Horn | |
svn-id: r5738 | |||
2002-11-28 | no need to retry 5 times in loadResource - we don't have users with floppy ↵ | Max Horn | |
disks anymore, after all :-). Fixed an endian issue for v2 games (makes them crash a little bit later during loading) svn-id: r5737 | |||
2002-11-28 | fix for bug #600287 (ZAK256: Palette messed up) | Max Horn | |
svn-id: r5736 | |||
2002-11-28 | small cleanup | Max Horn | |
svn-id: r5734 | |||
2002-11-27 | Rewrite ifdefs | Nicolas Bacca | |
svn-id: r5732 | |||
2002-11-27 | Daily alignment fix :) | Nicolas Bacca | |
svn-id: r5731 | |||
2002-11-27 | evil copy&paste (bug #644620) | Max Horn | |
svn-id: r5727 | |||
2002-11-27 | speed up dissolve fade for Loom (bug #635461) | Max Horn | |
svn-id: r5726 | |||
2002-11-26 | Restructured MIDI channel allocation architecture. | Jamieson Christian | |
Adlib no longer suffers from 16-channel MIDI restrictions. Fixes a regression in the MI2 intro music under Adlib. svn-id: r5721 | |||
2002-11-26 | cleanup | Max Horn | |
svn-id: r5718 | |||
2002-11-26 | possible fix for bug #642894; cleanup/additional debug output | Max Horn | |
svn-id: r5717 | |||
2002-11-25 | Add a few EditGame options. Honor game-specific fullScreen from the Launcher | James Brown | |
svn-id: r5715 | |||
2002-11-23 | FIXME in pickupObjectOld should be obsolete now | Max Horn | |
svn-id: r5702 | |||
2002-11-23 | Fixed invalid ImSetTrigger invocations, which fixes invalid do_command(0) calls. | Jamieson Christian | |
Also included is eriktorbjorn's fix for Adlib instrument setup. svn-id: r5701 | |||
2002-11-23 | fixed o5_resourceRoutines for OLD256 games (various subopcodes are still not ↵ | Max Horn | |
implemented, though); some cleanup svn-id: r5699 | |||
2002-11-22 | fix for bug #602351 (to many fades in Zak256) | Max Horn | |
svn-id: r5695 | |||
2002-11-22 | cleanup | Max Horn | |
svn-id: r5694 | |||
2002-11-22 | fix for bug #642229 (ScummVM strings can contain null bytes, so strcpy ↵ | Max Horn | |
doesn't work svn-id: r5693 | |||
2002-11-22 | changed the key input system in NewGUI: pass both the keycode and the ascii ↵ | Max Horn | |
value to handleKeyUp/Down. Also, use this to fix the key repeat code (see bug #626225) svn-id: r5691 | |||
2002-11-22 | Apply patch 642171. Fixes some Loom and FOA bugs. Regression testing doesn't ↵ | James Brown | |
reveil any hangs introduced, but watch out for minor actor movement regressions. svn-id: r5689 | |||
2002-11-21 | Fixed Adlib instruments not getting initialized in certain cases. | Jamieson Christian | |
svn-id: r5688 | |||
2002-11-21 | Revamped Adlib functionality. | Jamieson Christian | |
IMuseAdlib is defunct. New MidiDriver_ADLIB device. Simon 1/2 now supports Adlib. svn-id: r5677 | |||
2002-11-21 | applied patch: #641704 | Paweł Kołodziejski | |
svn-id: r5675 | |||
2002-11-21 | indent fix | Max Horn | |
svn-id: r5664 | |||
2002-11-21 | revamped build system somewhat: 'modules' like scumm, simon, gui etc. now ↵ | Max Horn | |
all build into a lib, and all have a module.mk file that lists all their file. Advantage: further modularizes the build system, seperating all parts of ScummVM svn-id: r5653 | |||
2002-11-20 | Do not exit the engine if a video file is missing - apologies to the 1 Gb ↵ | Nicolas Bacca | |
Microdrive market :) svn-id: r5644 | |||
2002-11-20 | add top arrow and indy3 to the inventory arrow fix. the spacing and text ↵ | Jonathan Gray | |
handling is pretty much identical by the way between indy3 and zak256. the intial code to make the text in both games readable included the original getSpacing I added in which the spacing was based on pixel comparisons of indy3. I see it has been refined somewhat since then :) svn-id: r5641 | |||
2002-11-20 | partial fix for bug #613109 | Max Horn | |
svn-id: r5639 | |||
2002-11-20 | Support MAC music tracks even in -eadlib mode | Jamieson Christian | |
svn-id: r5636 | |||
2002-11-20 | remove accidental debug that some people seem to believe is a cause of ↵ | James Brown | |
crashes :P svn-id: r5628 | |||
2002-11-19 | Volume control fixes | Jamieson Christian | |
svn-id: r5623 | |||
2002-11-19 | cleanup | Max Horn | |
svn-id: r5622 | |||
2002-11-19 | Added MonkeyVGA copy protection bypass, patch #640546 | Travis Howell | |
svn-id: r5616 | |||
2002-11-19 | Change error display for WinCE | Nicolas Bacca | |
svn-id: r5605 | |||
2002-11-19 | fix warning when compiling w/o vorbis/mp3 support | Max Horn | |
svn-id: r5603 | |||
2002-11-19 | Patch #639699: SAM: Fix for graphics glitch | Max Horn | |
svn-id: r5601 | |||
2002-11-18 | fixed warning | Max Horn | |
svn-id: r5599 |