Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2011-01-25 | LASTEXPRESS: Fix typo in Francois logic | Julien Templier | |
svn-id: r55512 | |||
2011-01-25 | LASTEXPRESS: Add some subtitle support to Sound class | Julien Templier | |
svn-id: r55511 | |||
2011-01-25 | PARALLACTION: Removal of unecessary returns and whitespace fixes to saveload.* | David Turner | |
svn-id: r55510 | |||
2011-01-25 | GOB: Some more Addy stubs | Sven Hesse | |
svn-id: r55509 | |||
2011-01-25 | GOB: Adding stubs for Addy | Sven Hesse | |
svn-id: r55508 | |||
2011-01-25 | HUGO: Move text arrays to a separate class | Arnaud Boutonné | |
svn-id: r55507 | |||
2011-01-24 | MOHAWK: Improve support for installer archives (partial directory support) | Matthew Hoops | |
svn-id: r55506 | |||
2011-01-24 | SWORD25: Fix some invalid writes / crashes | Sven Hesse | |
On my system, sizeof(png_uint_32) == 8, while sizeof(int) == 4. svn-id: r55504 | |||
2011-01-24 | GOB: Wait for the exact moment of the video sound's end | Sven Hesse | |
This should fix all cut-off sound issues in Urban Runner svn-id: r55503 | |||
2011-01-24 | SWORD25: Cleanup | Filippos Karapetis | |
svn-id: r55501 | |||
2011-01-24 | LASTEXPRESS: Add Italian release (and update file dates for German and ↵ | Julien Templier | |
Spanish releases) svn-id: r55500 | |||
2011-01-24 | SCI/Robot: Simplify ::setPalette() | Lars Skovlund | |
svn-id: r55498 | |||
2011-01-24 | SCI/Robot: Fix typo | Lars Skovlund | |
svn-id: r55497 | |||
2011-01-24 | GOB: Urban: Write intro.0xx to file too | Sven Hesse | |
This fixes retrying after dying in the Secret Room. svn-id: r55496 | |||
2011-01-24 | MOHAWK: Fix Gehn's music player when clicking on it the first time (thanks, ↵ | Matthew Hoops | |
digitall) svn-id: r55495 | |||
2011-01-24 | MOHAWK: Properly initialize the bspit-gspit magcar variables (thanks, digitall) | Matthew Hoops | |
svn-id: r55494 | |||
2011-01-24 | MOHAWK: Recheck the current hotspot if a script has changed the enabled ↵ | Matthew Hoops | |
hotspots in Riven svn-id: r55493 | |||
2011-01-24 | PARALLACTION: Improve safety of PathBuffer::getValue(). | David Turner | |
This will now avoid invalid memory reads and instead emit warnings if it is called with values outside of the expected data buffer or on a NULL buffer. svn-id: r55492 | |||
2011-01-24 | SWORD25: Fix linker breakage from DECLARE_SINGLETON() in renderObjectRegistry.h. | David Turner | |
svn-id: r55490 | |||
2011-01-24 | SWORD25: Documented a FIXME | Filippos Karapetis | |
svn-id: r55489 | |||
2011-01-24 | SWORD25: Removed the logErrorLn and logWarningLn wrappers | Filippos Karapetis | |
svn-id: r55488 | |||
2011-01-23 | SCI: Fixed possible use of uninitialized variable in SCI Script Debugger. | David Turner | |
svn-id: r55487 | |||
2011-01-23 | MOHAWK: Fixed possible use of uninitialized variables in Myst Selenitic Age ↵ | David Turner | |
code. svn-id: r55486 | |||
2011-01-23 | HUGO: Get rid of (almost) all the remaining defines | Arnaud Boutonné | |
svn-id: r55485 | |||
2011-01-23 | MOHAWK: Fix the Riven demo intro sequence (a regression from r55188) | Matthew Hoops | |
svn-id: r55484 | |||
2011-01-23 | SWORD25: Fix GCC Compilation Warnings. | David Turner | |
svn-id: r55482 |