aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-27GOB: Add o7_draw0x59 stubSven Hesse
svn-id: r55563
2011-01-27GOB: Some Addy gameflow stubsSven Hesse
svn-id: r55562
2011-01-27SCI: Set the printLang and parseLang selectors again when restarting, if ↵Filippos Karapetis
necessary. This sets the language again correctly to the language selected in the launcher when restarting multilingual games. svn-id: r55561
2011-01-27DRASCULA: Fix Memory Leaks in Rooms Table.David Turner
Minor whitespace fixes as well. svn-id: r55560
2011-01-27AGOS: Fix Memory Leaks in Feeble Files.David Turner
Found with Valgrind. svn-id: r55559
2011-01-27AGOS: Fix Memory Leaks when playing Simon 2 Win.David Turner
These were identified with Valgrind. svn-id: r55558
2011-01-26HUGO: As requested by D. Gray, use 'exit' (DOS) command in Win versionsArnaud Boutonné
svn-id: r55557
2011-01-26HUGO: Cleanup: Suppress an obsolete warning and a commentArnaud Boutonné
svn-id: r55556
2011-01-26HUGO: Ensure savegames are not impacted by unexpected ANULL actions, by ↵Arnaud Boutonné
replacing delEventType() and delQueue() in H1 Dos svn-id: r55555
2011-01-26MOHAWK: Introduce a new CursorManager for LB v2+ (they do not use exe cursors)Matthew Hoops
svn-id: r55554
2011-01-26GOB: Add 2 Addy 4 base fake save handlersSven Hesse
svn-id: r55553
2011-01-26GOB: Another fake Addy 4 save handlerSven Hesse
svn-id: r55552
2011-01-26GOB: Another fake file pathSven Hesse
svn-id: r55551
2011-01-26GOB: Use a fake cursor for Addy for now :PSven Hesse
svn-id: r55550
2011-01-26GOB: Add stub save handlers for Addy 4 (Grundschule)Sven Hesse
svn-id: r55549
2011-01-26GOB: Increase kFontCount for AddySven Hesse
svn-id: r55548
2011-01-26GOB: Check font index for kFontCountSven Hesse
svn-id: r55547
2011-01-26GOB: Add a small playTot change for AddySven Hesse
svn-id: r55546
2011-01-26GOB: Increase kEnvironmentCount to 20 for AddySven Hesse
svn-id: r55545
2011-01-26GOB: o7_draw0x93 is o7_setVolumeSven Hesse
svn-id: r55544
2011-01-26MOHAWK: Detect "The Cat in the Hat".Alyssa Milburn
svn-id: r55543
2011-01-26SCI: Make SCI3 propertyId endianness hack a bit cleanerWillem Jan Palenstijn
svn-id: r55542
2011-01-26LASTEXPRESS: Add some more error handling to Savegame and Sound classesJulien Templier
- Add some const modifiers where applicable - Add some missing casts svn-id: r55541
2011-01-26HUGO: Fix some save/restore issuesSylvain Dupont
Invalidates current savegames! (now version 3) svn-id: r55540
2011-01-25SCI: cleanupMax Horn
svn-id: r55539
2011-01-25MOHAWK: Read kLBEventNotified data after commands.Alyssa Milburn
This fixes some pages in Maggie's Farmyard Adventure, at least. Thanks to clone2727 for testing this. svn-id: r55538
2011-01-25GOB: Add a sanity check to o1_freeFontSven Hesse
svn-id: r55537
2011-01-25GOB: Add o7_zeroVar and partially implement draw0x89Sven Hesse
svn-id: r55536
2011-01-25GOB: Add a sanity check assert()Sven Hesse
svn-id: r55535
2011-01-25GOB: Implement getting/setting values from INI filesSven Hesse
Setting is non-permanent for now svn-id: r55534
2011-01-25GOB: Add a small manager for INI configsSven Hesse
svn-id: r55533
2011-01-25SCUMM: Restore the missing copyright for the PE code (wrongfully removed in ↵Matthew Hoops
r27024) svn-id: r55532
2011-01-25GOB: o7_draw0x8A is o7_findFile()Sven Hesse
svn-id: r55531
2011-01-25GOB: Add a workaround for taking the music sheet from Dr. Dramish's carSven Hesse
svn-id: r55530
2011-01-25GOB Add save stubs for Addy JuniorSven Hesse
svn-id: r55529
2011-01-25GOB: Add a FakeFileHandlerSven Hesse
For temporarily storing save "files" svn-id: r55528
2011-01-25GOB: o7_draw0x57 is o7_intToStringSven Hesse
svn-id: r55527
2011-01-25GOB: o7_draw0x0D is o7_loadCursorSven Hesse
Not implemented yet, because they're in cursor32.dll as PE resources... svn-id: r55526
2011-01-25SCI3: Fix script abort during startup on Big Endian platformsLars Skovlund
svn-id: r55525
2011-01-25LASTEXPRESS: Fixed Memory Leak in Subtitles.David Turner
Also, fixed minor uninitialised read in animation event polling. svn-id: r55524
2011-01-25LASTEXPRESS: Correct typos in Alexei logic and sound codeJulien Templier
svn-id: r55523
2011-01-25GOB: Add o7_oemToANSISven Hesse
I don't think that we'll need that :P svn-id: r55522
2011-01-25GOB: o7_draw0xA1 is o7_getINIValueSven Hesse
svn-id: r55521
2011-01-25LASTEXPRESS: Fix accidental assignment in sound.cpp.David Turner
Checked with Littleboy that this was not intentional. svn-id: r55520
2011-01-25LASTEXPRESS: Corrected format warning in state.hDavid Turner
svn-id: r55519
2011-01-25GOB: Adi 4 should get a Inter_v7 tooSven Hesse
svn-id: r55518
2011-01-25GOB: o7_draw0x90 is o7_loadLBMSven Hesse
Stubbed for now svn-id: r55517
2011-01-25GOB: o7_draw0xC4 is o7_opendBaseSven Hesse
Not implemented for now, of course svn-id: r55516
2011-01-25GOB: o7_draw0x44 is o7_displayWarningSven Hesse
svn-id: r55515
2011-01-25GOB: o7_draw0x8C is o7_getSystemPropertySven Hesse
svn-id: r55514