Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2002-11-21 | argh, revert to gcc 2.x build rules once more <g> | Max Horn | |
svn-id: r5687 | |||
2002-11-21 | fixed build order for GNU ld, once more | Max Horn | |
svn-id: r5686 | |||
2002-11-21 | Added midistreamer.cpp | Jamieson Christian | |
svn-id: r5685 | |||
2002-11-21 | updated VC6 file again | Paweł Kołodziejski | |
svn-id: r5684 | |||
2002-11-21 | updated VC6 file | Paweł Kołodziejski | |
svn-id: r5683 | |||
2002-11-21 | Broke MidiStreamer into .h and .cpp components. | Jamieson Christian | |
svn-id: r5682 | |||
2002-11-21 | Update readme | James Brown | |
svn-id: r5681 | |||
2002-11-21 | fixed warnings | Max Horn | |
svn-id: r5680 | |||
2002-11-21 | Update module.mk system for the new adlib driver | James Brown | |
svn-id: r5679 | |||
2002-11-21 | updated VC6 file | Paweł Kołodziejski | |
svn-id: r5678 | |||
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 | updated VC6 file | Paweł Kołodziejski | |
svn-id: r5676 | |||
2002-11-21 | applied patch: #641704 | Paweł Kołodziejski | |
svn-id: r5675 | |||
2002-11-21 | cleanup | Max Horn | |
svn-id: r5674 | |||
2002-11-21 | enhanced Config::rename_domain; added the ability to change the domain name ↵ | Max Horn | |
in EditGameDialog svn-id: r5673 | |||
2002-11-21 | allow some more chars as input | Max Horn | |
svn-id: r5672 | |||
2002-11-21 | added missing right border | Max Horn | |
svn-id: r5671 | |||
2002-11-21 | some fixes; hooked up the EditGameDialog (so changes to 'name' there ↵ | Max Horn | |
actually take effect) svn-id: r5670 | |||
2002-11-21 | cleanup | Max Horn | |
svn-id: r5669 | |||
2002-11-21 | now this was an *EVIL* typo | Max Horn | |
svn-id: r5668 | |||
2002-11-21 | changed comments slightly | Max Horn | |
svn-id: r5667 | |||
2002-11-21 | gotta love creating objects on the stack :-) | Max Horn | |
svn-id: r5666 | |||
2002-11-21 | Implemented EditTextWidget; fixed Add Game/Remove Game in launcher; make use ↵ | Max Horn | |
of EditTextWidget in EditGameDialog; various other tweaks svn-id: r5665 | |||
2002-11-21 | indent fix | Max Horn | |
svn-id: r5664 | |||
2002-11-21 | implemented remove buttons; added EditGameDialog stub (it only displays some ↵ | Max Horn | |
info, no edit possible yet); except for that, the 'Add Game' and 'Edit Game' buttons should be complete now svn-id: r5663 | |||
2002-11-21 | Now only have to choose betwene simon 1/2 talkie/win versions | Travis Howell | |
svn-id: r5662 | |||
2002-11-21 | center dialog vertically, too; split overlong lines at whitespaces if posible | Max Horn | |
svn-id: r5661 | |||
2002-11-21 | enhanced launcher: added 'Remove' button, renamed 'Configure...' to 'Edit ↵ | Max Horn | |
Game...'; display warning dialog if 'Add Game...' can't find any game in the selected directory; show warnings dialogs for stuff that is NYI svn-id: r5660 | |||
2002-11-21 | Fix Simon games detection | Travis Howell | |
svn-id: r5659 | |||
2002-11-21 | factored out ChooserDialog into it's own header/source file, and made the ↵ | Max Horn | |
title adjustable; added a dummy file for EditFieldWidget (not implemented yet); some other cleanup svn-id: r5658 |