Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-24 | Fix for Bug [775534] 0.5.0 RC SIMON1DOS Random sfx notes during music | Jamieson Christian | |
Corrected a problem with resource size computation for GMF sound effect resources. Since GMF resources have no size info, we were computing sizes with the assumption that each GMF appears in its own file, so the file size becomes the resource size. This is true for simon1dos music files but not for SFX files. This fix uses the resource offset pointers at the beginning of SFX files to properly compute the size of SFX resources. svn-id: r9155 | |||
2003-07-23 | Fix a bug with checkMSA that let the last track play even if we exit to the ↵ | Chris Apers | |
launcher. Also enable to use MSALib if the lib is opened by another application svn-id: r9151 | |||
2003-07-23 | applied eriktorbjorn's patch (#776225 - 'BASS CD intro fixes') | Joost Peters | |
svn-id: r9150 | |||
2003-07-23 | Quick hack to solve Simon problem | Ruediger Hanke | |
svn-id: r9149 | |||
2003-07-23 | Don't check for hotkeys when ascii is 0, since that is the default hotkey | Torbjörn Andersson | |
for widgets that have none. (This means the Shift key words in text edit widgets again, for instance.) svn-id: r9148 | |||
2003-07-23 | Slight cleanup of previous commit. | Torbjörn Andersson | |
svn-id: r9147 | |||
2003-07-23 | Allow the sentence line to be 40 printable characters long. The verb part | Torbjörn Andersson | |
is padded with '@', which should not be counted. svn-id: r9146 | |||
2003-07-23 | Fixed regression in clamped_add_16() that kept it from clamping. This was | Torbjörn Andersson | |
quite noticeable in the BASS floppy intro. Of course, if it turns out that 'int' is also only 16 bits it still won't work, but in that case we run into problems even before this function is called. svn-id: r9145 | |||
2003-07-23 | reset some CD related vars when AudioCD is opened | Max Horn | |
svn-id: r9144 | |||
2003-07-23 | Small correction for mac loom | Travis Howell | |
svn-id: r9143 | |||
2003-07-23 | Ooops that should not have been commmited | Travis Howell | |
svn-id: r9142 | |||
2003-07-23 | fm towns cd audio fix from Hibernatus | Travis Howell | |
svn-id: r9141 | |||
2003-07-22 | start -> start_frame, to match backends (purely cosmetic :-) | Max Horn | |
svn-id: r9140 | |||
2003-07-22 | *** empty log message *** | Ruediger Hanke | |
svn-id: r9139 | |||
2003-07-22 | Some MorphOS port fixes | Ruediger Hanke | |
svn-id: r9138 | |||
2003-07-22 | fix for bug #775839; unified the various Indy3 checks (this gets annoying, ↵ | Max Horn | |
maybe we can merge the three GIDs after 0.5.0; any difference could be handled via _feature flags (e.g. added a GF_TOWNS flag) svn-id: r9137 | |||
2003-07-22 | Some MorphOS port fixes | Ruediger Hanke | |
svn-id: r9136 | |||
2003-07-22 | fix for bug #762593 (ZAK256: Audio CD not handled properly) | Max Horn | |
svn-id: r9135 | |||
2003-07-22 | Changed "SCALLING" to "SCALING". | Torbjörn Andersson | |
svn-id: r9134 | |||
2003-07-22 | forgot to commit this one | Max Horn | |
svn-id: r9133 | |||
2003-07-22 | adjusted to play_cdrom parameter name change in common/system.h | Max Horn | |
svn-id: r9132 | |||
2003-07-22 | fixed play_cdrom docs | Max Horn | |
svn-id: r9131 | |||
2003-07-22 | so it's not the endFrame, but the duration (in frames), after all! grmbl, ↵ | Max Horn | |
took me long enough to figure this out, now I can fix up system.h, and then decide whom I can blame for this mess (yeah I know I renamed everything to endFrame in here, but it was named incorrectly in many other places already... ah well, at least now we know :-) svn-id: r9130 | |||
2003-07-22 | fix for bug #775420; also properly implemented the 'box matrix truncated' ↵ | Max Horn | |
workaround svn-id: r9129 | |||
2003-07-22 | fix for bug #775640 | Max Horn | |
svn-id: r9128 | |||
2003-07-22 | fixed button hotkeys in dialogs with a focused widget (e.g. the F5 save/load ↵ | Max Horn | |
dialog) svn-id: r9127 | |||
2003-07-22 | fixed key autorepeat when using button hot keys | Max Horn | |
svn-id: r9126 | |||
2003-07-22 | whitespaces | Max Horn | |
svn-id: r9125 | |||
2003-07-22 | Add 'about' files | Chris Apers | |
svn-id: r9124 | |||
2003-07-22 | use kLineHeight constant (also strictly spoken it makes no sense: ↵ | Max Horn | |
kLineHeight = 11, yet we only put 10 pixels between our lines :-) svn-id: r9123 | |||
2003-07-22 | made about dialog global (so that it can be used from the launcher and from ↵ | Max Horn | |
sky/simon; also added our copyright to it svn-id: r9122 | |||
2003-07-22 | added a FIXME | Max Horn | |
svn-id: r9121 | |||
2003-07-22 | Use ScummVM version strings in about form | Chris Apers | |
svn-id: r9120 | |||
2003-07-22 | That last change wasn't quite right | Travis Howell | |
svn-id: r9119 | |||
2003-07-22 | Fix simon1talkie regression | Travis Howell | |
svn-id: r9118 | |||
2003-07-22 | Fix for bug #775512 | Chris Apers | |
svn-id: r9117 | |||
2003-07-22 | fix spanish prepositions, see bug #772277. And BTW, does anybody know when ↵ | Max Horn | |
and where the 'on/mit/sur/su/en' preposition is actually used? svn-id: r9116 | |||
2003-07-22 | fix for bug #770704 | Max Horn | |
svn-id: r9115 | |||
2003-07-21 | Fix for #775275 : debugger support on WinCE | Nicolas Bacca | |
svn-id: r9114 | |||
2003-07-21 | Fix COMI detection - allow auto detection if only the main data file is present | Nicolas Bacca | |
svn-id: r9113 | |||
2003-07-21 | fixing bug #774783 for the VGA version, too - and I bet the FmTowns version ↵ | Max Horn | |
will need this fix, too svn-id: r9112 | |||
2003-07-21 | really fix #774783 in IndyEGA (while the value '1' is not strictly correct, ↵ | Max Horn | |
and in IndyVGA it is 0, and 0 is the logical value - this *has* to be 1 (and 1 is what the original returns, too, due to a bug) svn-id: r9111 | |||
2003-07-21 | Fix for bug #770690 and bug #774783 | Max Horn | |
svn-id: r9110 | |||
2003-07-21 | added getResourceSize method | Max Horn | |
svn-id: r9109 | |||
2003-07-21 | Rename function, update comments | Travis Howell | |
svn-id: r9108 | |||
2003-07-21 | Fix 774982 | Nicolas Bacca | |
svn-id: r9107 | |||
2003-07-21 | Rename variable | Travis Howell | |
svn-id: r9106 | |||
2003-07-21 | Add sfx/voice support for simon1cd32, thanks to olki. | Travis Howell | |
Adjust a few debugs Add hack to allow load/save in simon1cd32 via keyboard svn-id: r9105 | |||
2003-07-21 | update, fix compilation | Joost Peters | |
svn-id: r9104 | |||
2003-07-21 | Rest of patch #774556 (small optimization for aspect ratio correction) | Max Horn | |
svn-id: r9103 |