Age | Commit message (Expand) | Author |
2007-04-07 | cleanup | Nicola Mettifogo |
2007-04-07 | Fixed incomplete implementation of Command lists. | Nicola Mettifogo |
2007-04-07 | Changed Commands to use List<> | Nicola Mettifogo |
2007-04-07 | Explicit constructor invoked when instancing WalkNode. | Nicola Mettifogo |
2007-04-07 | Implemented destructors for Question and Answer. | Nicola Mettifogo |
2007-04-07 | New struct Answer introduced. | Nicola Mettifogo |
2007-04-07 | oops forgot to deallocate List nodes after usage | Nicola Mettifogo |
2007-04-07 | Added code for ~Command(). | Nicola Mettifogo |
2007-04-07 | change Program to use a List<> of Instructions instead of a homebrew linked list | Nicola Mettifogo |
2007-04-07 | Reduced dependency between project files, and prepared defs.h for deletion as... | Nicola Mettifogo |
2007-04-07 | Turned free___() routines into proper destructors for Zone, Animation and Pro... | Nicola Mettifogo |
2007-04-07 | allow arm-linux-gnueabi target too | Paweł Kołodziejski |
2007-04-06 | typo | Kostas Nakos |
2007-04-06 | Enabled lazy removal for Job instances. | Nicola Mettifogo |
2007-04-06 | Changes to CPU local ram allocation for DS port | Neil Millstone |
2007-04-06 | Updating DS port for changes in main codebase. Code changes for DevkitArm r2... | Neil Millstone |
2007-04-06 | Made Program hold an explicit reference to its set of Instruction(s) instead ... | Nicola Mettifogo |
2007-04-06 | Changed the MP3 playback code again, this time hopefully fixing the problems ... | Max Horn |
2007-04-06 | Oops | Sven Hesse |
2007-04-06 | Some Gob3 fixes: | Sven Hesse |
2007-04-06 | Fixed looping of MP3 tracks (same problem as with the FLAC tracks) | Max Horn |
2007-04-06 | Fix looping for FLAC tracs (looping parts of a file already worked, but loopi... | Max Horn |
2007-04-05 | Implemented scrolling and split screen (for the text field, the bottom 40 lin... | Sven Hesse |
2007-04-05 | Added save/load stub for Gob3, recognizing the use of "INTRO.$$$" as an extra... | Sven Hesse |
2007-04-05 | Added GobOpcodes 1 and 2 (start and stop Infogrames music) | Sven Hesse |
2007-04-05 | Oops | Sven Hesse |
2007-04-05 | - Minor cleanup | Sven Hesse |
2007-04-05 | This should fix bug #1694830 | Sven Hesse |
2007-04-04 | Characters now only store the set of frames they actually need. Basically, mi... | Nicola Mettifogo |
2007-04-04 | Copy protection bypass applies to all versions of Monkey Island VGA. | Travis Howell |
2007-04-03 | - added a new archive member variable to Disk, to decouple resource archives ... | Nicola Mettifogo |
2007-04-03 | - fixed RLEStream | Nicola Mettifogo |
2007-04-03 | Reduced code duplication in AmigaDisk by means of a new wrapper class for Arc... | Nicola Mettifogo |
2007-04-03 | Removed obsolete TODO | Max Horn |
2007-04-03 | Little WSA loading fix. | Johannes Schickel |
2007-04-02 | miscellaneous improvements for amiga | Nicola Mettifogo |
2007-04-02 | - slightly improved mask for amiga (not perfect yet) | Nicola Mettifogo |
2007-04-02 | Re-introduced Input::getMousePos and removed g_system- | Gregory Montoir |
2007-04-02 | This should make the game match the original DOS version speed. | Gregory Montoir |
2007-04-02 | Added the MD5 for the German Bargon Attack, as supplied by paul66 in bug #169... | Sven Hesse |
2007-04-02 | "char *" -> "byte *" where appropriate | Sven Hesse |
2007-04-02 | Added in more character tick handlers | Paul Gilbert |
2007-04-02 | Add patch #1692496 - Amiga indy3ega sound fixes. | Travis Howell |
2007-04-01 | corrected printf string | Robert Göffringmann |
2007-04-01 | Renamed classes for consistency. | Nicola Mettifogo |
2007-04-01 | - Added a new class RLEDecoder to avoid code duplication in Disk routines. | Nicola Mettifogo |
2007-04-01 | Replaced another use of getEventManager() by using Engine::_eventMan | Max Horn |
2007-04-01 | Changed _sys -> _system, matching (almost?) all other cases where we have an ... | Max Horn |
2007-04-01 | Fixed grammar in a comment | Max Horn |
2007-04-01 | added the instance of EventManager returned by OSystem::getEventManager as a ... | Gregory Montoir |