Age | Commit message (Expand) | Author |
2008-01-07 | typo | Max Horn |
2008-01-07 | Reject AGIPAL-files with over 6 bits per color component. Makes at least fanm... | Kari Salminen |
2008-01-07 | Add detection data for a finished fanmade AGI game Naturette IV (2007-10-05). | Kari Salminen |
2008-01-07 | Changed debug keys enablement to be on by default if a Debug Level is specified | Paul Gilbert |
2008-01-07 | Add partial implementation of obj.status.v-command (Based on observations of ... | Kari Salminen |
2008-01-07 | Removed some obsolete defines | Filippos Karapetis |
2008-01-07 | Fixed an MSVC warning | Filippos Karapetis |
2008-01-07 | Made debugging keys disabled by default, with a debugger command to allow the... | Paul Gilbert |
2008-01-06 | Indent with tabs instead of spaces. | Torbjörn Andersson |
2008-01-06 | Removed now useless functions. | Nicola Mettifogo |
2008-01-06 | Fixes wrong type. | Nicola Mettifogo |
2008-01-06 | Indent with tabs instead of spaces. | Torbjörn Andersson |
2008-01-06 | Moved balloons management into Gfx, which is now responsible for positioning ... | Nicola Mettifogo |
2008-01-06 | store the disk sounds/music were actually *loaded* from, instead of the 'curr... | Max Horn |
2008-01-06 | update msvc8 too from msvc9 | Paweł Kołodziejski |
2008-01-06 | Unify mixer pan/vol setting code | Max Horn |
2008-01-06 | update project agos project file | Paweł Kołodziejski |
2008-01-06 | Copy pred.dic for the iPhone and Amiga dist targets, too | Max Horn |
2008-01-06 | Fix path for engine data. | Travis Howell |
2008-01-06 | Some fixes to 'dist' targets -- use srcdir to reference files in the source d... | Max Horn |
2008-01-06 | Patch #1862888: BUILD: Automate the list of data files to be distributed | Max Horn |
2008-01-06 | Remove unused Amiga OCS font data, the AGA font data can by used by all Amiga... | Travis Howell |
2008-01-06 | Split charset font data. | Travis Howell |
2008-01-06 | Fix bug #1864932: COMI: Game crashes on difficulty selection screen | Max Horn |
2008-01-06 | Fix regression in Let's Explore the Farm with Buzzy demo. | Travis Howell |
2008-01-06 | Committed patch #1864214 "KYRA2: correct platform and talkie flags for sequen... | Johannes Schickel |
2008-01-06 | Resort a few cases and opcodes in HE code. | Travis Howell |
2008-01-06 | Changed the frame delay for part of the introduction sequence to match the or... | Paul Gilbert |
2008-01-06 | Fix to show talk dialogs in EGA mode using the EGA palette | Paul Gilbert |
2008-01-06 | Fixed compilation | Filippos Karapetis |
2008-01-06 | cleanup | Max Horn |
2008-01-06 | clarify comment | Max Horn |
2008-01-05 | Made IMuseDigital::stopSound use flushTrack instead of setting track->toBeRem... | Max Horn |
2008-01-05 | Removed unnecessary newline in debug message. | Torbjörn Andersson |
2008-01-05 | Let the audio mixer take care of (i.e. dispose) the Track::stream object, too | Max Horn |
2008-01-05 | stop low priority sounds which we want to override immediatly | Max Horn |
2008-01-05 | VAR_TMR_4 has a special role from VAR_TMR_1 till 3 (in particular, it exists ... | Max Horn |
2008-01-05 | Fixed warning. | Torbjörn Andersson |
2008-01-05 | Play SOU data instantly, not slightly delayed -> allows us to get rid of Trac... | Max Horn |
2008-01-05 | Seems IMuseDigital::cloneToFadeOutTrack was using the wrong pan value all the... | Max Horn |
2008-01-05 | Moved some code which was being duplicated to methods of class Track | Max Horn |
2008-01-05 | Let the audio mixer delete the streamSou object | Max Horn |
2008-01-05 | Workaround for Amiga Gold Rush's broken picture 147 by patching it. | Kari Salminen |
2008-01-05 | When loading and before starting an iMuse Digitial track, reset it completel... | Max Horn |
2008-01-05 | Clarified some iMuse Digital code as I understand it | Max Horn |
2008-01-05 | Implement a workaround to hide.mouse-command for Amiga's Gold Rush. Fixes wal... | Kari Salminen |
2008-01-05 | As far as I can tell / understand, IMuseDigital::getSoundStatus can safely ju... | Max Horn |
2008-01-05 | Use souStreamUsed to distinguish between 'stream' and 'streamSou' usage | Max Horn |
2008-01-05 | Do not busy wait in IMuseDigital::allocSlot on *any* platform | Max Horn |
2008-01-05 | This 'if' should not be necessary anymore | Max Horn |