Age | Commit message (Expand) | Author |
2003-06-04 | readClassicIndexFile updates from aquadran | Jonathan Gray |
2003-06-04 | Save a bit of space for PalmOS | Chris Apers |
2003-06-04 | V2 mouse cursor, for that extra retro feel | Torbjörn Andersson |
2003-06-03 | some more inits to make compiler happy. | Robert Göffringmann |
2003-06-03 | reduced number of copy_rects() during sequences. | Robert Göffringmann |
2003-06-03 | fix flashlight in MM | Max Horn |
2003-06-02 | use enqueueText for FT, too | Max Horn |
2003-06-02 | cleanup | Max Horn |
2003-06-02 | moved blast text code to string.cpp | Max Horn |
2003-06-02 | seems this breaks in FT; not yet sure why, but disabling this in FT till some... | Max Horn |
2003-06-02 | experimental change: replaced drawDescString with enqueueText. fixes text-lef... | Max Horn |
2003-06-02 | Korean is kr, not ko | Max Horn |
2003-06-02 | added Jochen Hoenicke | Max Horn |
2003-06-02 | fixxed warning | Max Horn |
2003-06-02 | fixed compilation | Max Horn |
2003-06-02 | revamped alignment test; don't delete config.log after configure run (after a... | Max Horn |
2003-06-02 | more v1 load directory ... | Paweł Kołodziejski |
2003-06-02 | added load directory support for v1 games | Paweł Kołodziejski |
2003-06-02 | alignment check extended to hopefully cover ARM, too | Max Horn |
2003-06-02 | make V2 games use transition effects | Max Horn |
2003-06-02 | working alignment check (but if alignment is needed it'll print out a 'Bus er... | Max Horn |
2003-06-02 | wtf is this doing here?! | Max Horn |
2003-06-02 | fix disappearing foster bug | Oliver Kiehl |
2003-06-02 | forgot to remove debug printfs and to make sequenceRunning volatile. | Robert Göffringmann |
2003-06-02 | added some functions to SkyLogic, -Screen, -Talk and -Disk, moved SkyGrid out... | Robert Göffringmann |
2003-06-02 | Revert my last change, was correct according to disasm. but casued other prob... | Travis Howell |
2003-06-02 | simon2dos uses different VGA_DELAY_BASE, fixes text disappearing in copy prot... | Travis Howell |
2003-06-02 | Clean up debugger Restart function and move to SCUMM restart function | James Brown |
2003-06-02 | fixed sprite animation bug in stdSpeak, cleaned fnTalk and made text timing i... | Robert Göffringmann |
2003-06-02 | add compiler version checking to configure script | Jonathan Gray |
2003-06-02 | cleaned up the restart/pause/shutdown situation a bit; added comment that exp... | Max Horn |
2003-06-02 | fix for indy3 VGA script bug (bug #743314) | Max Horn |
2003-06-02 | screen combine rectangles now. even a bit less cpu usage. | Robert Göffringmann |
2003-06-02 | cleanup color cyclcing code; also perform color cycling on 'indirect' palette... | Max Horn |
2003-06-02 | fix intro timing + text | Robert Göffringmann |
2003-06-01 | remove useless screen updates, make non-seq intro parts escapable. | Robert Göffringmann |
2003-06-01 | Made some conversions explicit to prevent VC.NET 2003 from complaining | Bertrand Augereau |
2003-06-01 | cleaned code a bit, added SYSTEM_FLAGS and MOUSE_FLAG | Robert Göffringmann |
2003-06-01 | fixing sprite commit from yesterday | Robert Göffringmann |
2003-06-01 | Hack to fix odd usage of the ParameterFader | Jamieson Christian |
2003-06-01 | Fixed hanging notes on Smart Jump when Note Off event cannot be found. | Jamieson Christian |
2003-06-01 | Enabled walk sounds in Indy3EGA/ZakEGA; cleanup (bug #747068) | Max Horn |
2003-06-01 | charset masking fixes, mostly for The Dig (hey I think I finally almost under... | Max Horn |
2003-06-01 | I forgot one note_length entry. | Jochen Hoenicke |
2003-06-01 | renamed&fixed contains(Rect) -> intersects(Rect); added extend() method | Max Horn |
2003-06-01 | Added VAR_MUSIC_TIMER support to playerV2. Now Zak intro is synchronized. | Jochen Hoenicke |
2003-06-01 | Also call playerV2->set_master_volume when playerV2 exists. | Jochen Hoenicke |
2003-06-01 | Reverted the recent o5_getClosestObjActor() change and fixed it by | Torbjörn Andersson |
2003-06-01 | Added new note-lengths of indy3ega/loom. Fixed internote spacing. | Jochen Hoenicke |
2003-06-01 | added a getMaskBuffer method (makes it easier to read some of the code); merg... | Max Horn |