Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Add work around to allow vc_65 to be enabled | Travis Howell | |
svn-id: r5735 | |||
2002-11-28 | small cleanup | Max Horn | |
svn-id: r5734 | |||
2002-11-28 | Add Named unknown variable in simon, patch #644907 | Travis Howell | |
svn-id: r5733 | |||
2002-11-27 | Rewrite ifdefs | Nicolas Bacca | |
svn-id: r5732 | |||
2002-11-27 | Daily alignment fix :) | Nicolas Bacca | |
svn-id: r5731 | |||
2002-11-27 | removed no longer used NUM_EFFECTS_RESOURCES and NUM_VOICE_RESOURCES from ↵ | Oliver Kiehl | |
GameSpecificSettings svn-id: r5730 | |||
2002-11-27 | Fixed mingw compile warnings | Jamieson Christian | |
svn-id: r5729 | |||
2002-11-27 | moved game enum to intern.h | Oliver Kiehl | |
svn-id: r5728 | |||
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 | fixed a stupid mistake of mine | Oliver Kiehl | |
svn-id: r5725 | |||
2002-11-26 | fixed compile problems | Oliver Kiehl | |
svn-id: r5724 | |||
2002-11-26 | fixed linking with gnu ld | Oliver Kiehl | |
svn-id: r5723 | |||
2002-11-26 | had forgotten to add the GPL header | Oliver Kiehl | |
svn-id: r5722 | |||
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 | oops | Oliver Kiehl | |
svn-id: r5720 | |||
2002-11-26 | cleanup | Oliver Kiehl | |
svn-id: r5719 | |||
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 | Moved config file to a more Macish location on OS X | Max Horn | |
svn-id: r5716 | |||
2002-11-25 | Add a few EditGame options. Honor game-specific fullScreen from the Launcher | James Brown | |
svn-id: r5715 | |||
2002-11-24 | added .cvsignore | Oliver Kiehl | |
svn-id: r5714 | |||
2002-11-24 | removed some no longer used variable declarations | Oliver Kiehl | |
svn-id: r5713 | |||
2002-11-24 | Use command line/config file setting for music volume | Travis Howell | |
svn-id: r5712 | |||
2002-11-24 | Missed a few disabled debugs | Travis Howell | |
svn-id: r5711 | |||
2002-11-24 | The vc_62 warning should be for simon 2 only | Travis Howell | |
svn-id: r5710 | |||
2002-11-24 | Disable/remove some warnings | Travis Howell | |
Enable more debugging svn-id: r5709 | |||
2002-11-24 | fixed last commit | Oliver Kiehl | |
svn-id: r5708 | |||
2002-11-24 | Add back changes that were reverted by mistake | Travis Howell | |
svn-id: r5707 | |||
2002-11-24 | split simon sound | Oliver Kiehl | |
svn-id: r5706 | |||
2002-11-24 | Fix warning | Travis Howell | |
svn-id: r5705 | |||
2002-11-24 | Clean all objects | Travis Howell | |
svn-id: r5704 | |||
2002-11-24 | Add vc_65 (commented out for now, since it requires another function) | Travis Howell | |
Add warning to vc_62 where it should be playing music. svn-id: r5703 | |||
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 | Simon stuff | Travis Howell | |
svn-id: r5700 | |||
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-23 | Music volume just uses + and - now, key mapping works | Travis Howell | |
svn-id: r5698 | |||
2002-11-23 | fixed bug #621244 (GUI disappeared when screen mode was changed | Max Horn | |
svn-id: r5697 | |||
2002-11-23 | removed debug printf | Max Horn | |
svn-id: r5696 | |||
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 | improved keyboard input behaviour in SDL backend: make use of the unicode ↵ | Max Horn | |
feature in SDL. This way, Shift-1 on my german keyboard generates ! not 1 (on an US keyboard it'll be a different symbol). Should fix bug #600258 and #551447 svn-id: r5692 | |||
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 | add comment to timidity example, fixes 639395 | Jonathan Gray | |
svn-id: r5690 | |||
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 |