Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-27 | GOB: Some Addy gameflow stubs | Sven Hesse | |
svn-id: r55562 | |||
2011-01-27 | SCI: 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-27 | DRASCULA: Fix Memory Leaks in Rooms Table. | David Turner | |
Minor whitespace fixes as well. svn-id: r55560 | |||
2011-01-27 | AGOS: Fix Memory Leaks in Feeble Files. | David Turner | |
Found with Valgrind. svn-id: r55559 | |||
2011-01-27 | AGOS: Fix Memory Leaks when playing Simon 2 Win. | David Turner | |
These were identified with Valgrind. svn-id: r55558 | |||
2011-01-26 | HUGO: As requested by D. Gray, use 'exit' (DOS) command in Win versions | Arnaud Boutonné | |
svn-id: r55557 | |||
2011-01-26 | HUGO: Cleanup: Suppress an obsolete warning and a comment | Arnaud Boutonné | |
svn-id: r55556 | |||
2011-01-26 | HUGO: Ensure savegames are not impacted by unexpected ANULL actions, by ↵ | Arnaud Boutonné | |
replacing delEventType() and delQueue() in H1 Dos svn-id: r55555 | |||
2011-01-26 | MOHAWK: Introduce a new CursorManager for LB v2+ (they do not use exe cursors) | Matthew Hoops | |
svn-id: r55554 | |||
2011-01-26 | GOB: Add 2 Addy 4 base fake save handlers | Sven Hesse | |
svn-id: r55553 | |||
2011-01-26 | GOB: Another fake Addy 4 save handler | Sven Hesse | |
svn-id: r55552 | |||
2011-01-26 | GOB: Another fake file path | Sven Hesse | |
svn-id: r55551 | |||
2011-01-26 | GOB: Use a fake cursor for Addy for now :P | Sven Hesse | |
svn-id: r55550 | |||
2011-01-26 | GOB: Add stub save handlers for Addy 4 (Grundschule) | Sven Hesse | |
svn-id: r55549 | |||
2011-01-26 | GOB: Increase kFontCount for Addy | Sven Hesse | |
svn-id: r55548 | |||
2011-01-26 | GOB: Check font index for kFontCount | Sven Hesse | |
svn-id: r55547 | |||
2011-01-26 | GOB: Add a small playTot change for Addy | Sven Hesse | |
svn-id: r55546 | |||
2011-01-26 | GOB: Increase kEnvironmentCount to 20 for Addy | Sven Hesse | |
svn-id: r55545 | |||
2011-01-26 | GOB: o7_draw0x93 is o7_setVolume | Sven Hesse | |
svn-id: r55544 | |||
2011-01-26 | MOHAWK: Detect "The Cat in the Hat". | Alyssa Milburn | |
svn-id: r55543 | |||
2011-01-26 | SCI: Make SCI3 propertyId endianness hack a bit cleaner | Willem Jan Palenstijn | |
svn-id: r55542 | |||
2011-01-26 | LASTEXPRESS: Add some more error handling to Savegame and Sound classes | Julien Templier | |
- Add some const modifiers where applicable - Add some missing casts svn-id: r55541 | |||
2011-01-26 | HUGO: Fix some save/restore issues | Sylvain Dupont | |
Invalidates current savegames! (now version 3) svn-id: r55540 | |||
2011-01-25 | SCI: cleanup | Max Horn | |
svn-id: r55539 | |||
2011-01-25 | MOHAWK: 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-25 | GOB: Add a sanity check to o1_freeFont | Sven Hesse | |
svn-id: r55537 | |||
2011-01-25 | GOB: Add o7_zeroVar and partially implement draw0x89 | Sven Hesse | |
svn-id: r55536 | |||
2011-01-25 | GOB: Add a sanity check assert() | Sven Hesse | |
svn-id: r55535 | |||
2011-01-25 | GOB: Implement getting/setting values from INI files | Sven Hesse | |
Setting is non-permanent for now svn-id: r55534 | |||
2011-01-25 | GOB: Add a small manager for INI configs | Sven Hesse | |
svn-id: r55533 | |||
2011-01-25 | SCUMM: Restore the missing copyright for the PE code (wrongfully removed in ↵ | Matthew Hoops | |
r27024) svn-id: r55532 | |||
2011-01-25 | GOB: o7_draw0x8A is o7_findFile() | Sven Hesse | |
svn-id: r55531 | |||
2011-01-25 | GOB: Add a workaround for taking the music sheet from Dr. Dramish's car | Sven Hesse | |
svn-id: r55530 | |||
2011-01-25 | GOB Add save stubs for Addy Junior | Sven Hesse | |
svn-id: r55529 | |||
2011-01-25 | GOB: Add a FakeFileHandler | Sven Hesse | |
For temporarily storing save "files" svn-id: r55528 | |||
2011-01-25 | GOB: o7_draw0x57 is o7_intToString | Sven Hesse | |
svn-id: r55527 | |||
2011-01-25 | GOB: o7_draw0x0D is o7_loadCursor | Sven Hesse | |
Not implemented yet, because they're in cursor32.dll as PE resources... svn-id: r55526 | |||
2011-01-25 | SCI3: Fix script abort during startup on Big Endian platforms | Lars Skovlund | |
svn-id: r55525 | |||
2011-01-25 | LASTEXPRESS: Fixed Memory Leak in Subtitles. | David Turner | |
Also, fixed minor uninitialised read in animation event polling. svn-id: r55524 | |||
2011-01-25 | LASTEXPRESS: Correct typos in Alexei logic and sound code | Julien Templier | |
svn-id: r55523 | |||
2011-01-25 | GOB: Add o7_oemToANSI | Sven Hesse | |
I don't think that we'll need that :P svn-id: r55522 | |||
2011-01-25 | GOB: o7_draw0xA1 is o7_getINIValue | Sven Hesse | |
svn-id: r55521 | |||
2011-01-25 | LASTEXPRESS: Fix accidental assignment in sound.cpp. | David Turner | |
Checked with Littleboy that this was not intentional. svn-id: r55520 | |||
2011-01-25 | LASTEXPRESS: Corrected format warning in state.h | David Turner | |
svn-id: r55519 | |||
2011-01-25 | GOB: Adi 4 should get a Inter_v7 too | Sven Hesse | |
svn-id: r55518 | |||
2011-01-25 | GOB: o7_draw0x90 is o7_loadLBM | Sven Hesse | |
Stubbed for now svn-id: r55517 | |||
2011-01-25 | GOB: o7_draw0xC4 is o7_opendBase | Sven Hesse | |
Not implemented for now, of course svn-id: r55516 | |||
2011-01-25 | GOB: o7_draw0x44 is o7_displayWarning | Sven Hesse | |
svn-id: r55515 | |||
2011-01-25 | GOB: o7_draw0x8C is o7_getSystemProperty | Sven Hesse | |
svn-id: r55514 | |||
2011-01-25 | LASTEXPRESS: Add per-entry sound stream (this fixes all dialog being cut as ↵ | Julien Templier | |
soon as a new sound is queued) svn-id: r55513 |