Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-15 | LAB: Fix signed/unsigned comparison warnings | Filippos Karapetis | |
2015-12-15 | LAB: Fix regression | Eugene Sandulenko | |
2015-12-15 | LAB: Use OSystem for mouse drawing | Eugene Sandulenko | |
2015-12-15 | LAB: Fix regression | Eugene Sandulenko | |
2015-12-15 | LAB: Final fix for game variant detection | Eugene Sandulenko | |
2015-12-15 | LAB: Cleanup | Eugene Sandulenko | |
2015-12-15 | LAB: Cleanup | Eugene Sandulenko | |
2015-12-15 | LAB: Initial support for lowres mode | Eugene Sandulenko | |
2015-12-15 | LAB: propagate gamePlatform() | Eugene Sandulenko | |
2015-12-15 | LAB: Added detection for lowres DOS version | Eugene Sandulenko | |
2015-12-15 | LAB: Cleanup | Eugene Sandulenko | |
2015-12-15 | LAB: Improved detection | Eugene Sandulenko | |
2015-12-15 | LAB: Cleanup | Eugene Sandulenko | |
2015-12-15 | LAB: Cleanup | Eugene Sandulenko | |
2015-12-15 | LAB: Cleanup | Eugene Sandulenko | |
2015-12-15 | LAB: Fix line endings | Eugene Sandulenko | |
2015-12-15 | LAB: Objectify LabSets | Eugene Sandulenko | |
2015-12-15 | LAB: Started objectifying LargeSets | Eugene Sandulenko | |
2015-12-15 | LAB: Further cleanup | Eugene Sandulenko | |
2015-12-15 | LAB: Simplify stddefines.h | Eugene Sandulenko | |
2015-12-15 | LAB: Kill storage.h | Eugene Sandulenko | |
2015-12-15 | LAB: Cleanup | Eugene Sandulenko | |
2015-12-15 | LAB: Fix game palette | Eugene Sandulenko | |
2015-12-15 | LAB: fix input processing | Eugene Sandulenko | |
2015-12-15 | LAB: Added input | Eugene Sandulenko | |
2015-12-15 | LAB: Implement openFile(), first gfx output! | Eugene Sandulenko | |
2015-12-15 | LAB: Further rendering pipeline fixes | Eugene Sandulenko | |
2015-12-15 | LAB: Started rendering pipeline | Eugene Sandulenko | |
2015-12-15 | LAB: Fix compilation | Eugene Sandulenko | |
2015-12-15 | LAB: Initial code | Eugene Sandulenko | |
2015-12-14 | MOHAWK: Fix loading the Myst cabin gauge movie | Bastien Bouclet | |
2015-12-14 | SWORD25: Make #include follow our conventions. | Johannes Schickel | |
2015-12-14 | SWORD25: Call requested pixel format by its correct name. | Johannes Schickel | |
2015-12-14 | SWORD25: Cleanup. | Johannes Schickel | |
2015-12-14 | SWORD25: Fix uninitialized variable usage. | Johannes Schickel | |
When using the constructor of Panel which directly calls unpersist _color was uninitialized. However, unpersit uses setColor which assumes _color is initialized properly. Caused valgrind warnings when loading. | |||
2015-12-14 | SWORD25: Plug memory leak in RenderedImage. | Johannes Schickel | |
2015-12-14 | SWORD25: Let ImgLoader write into Graphics::Surface. | Johannes Schickel | |
2015-12-14 | SCI: use diff. PC98 word wrap tables for SCI0/01/1 | Martin Kiewitz | |
also added even more comments about details of word wrapping SCI0 (PQ2) and SCI1 (Brain/KQ5/SQ4) got their own table now | |||
2015-12-13 | SCI: add difference for SCI1 PC-98 word-wrapping | Martin Kiewitz | |
fixes small issue in Castle of Dr. Brain PC-98 Japanese room 120, when looking at the table Also added a few comments to Japanese word wrapping code | |||
2015-12-13 | SCI: detection for Castle of Dr. Brain PC-9801 JP | Martin Kiewitz | |
also known as Dr. Brain Puzzle no Shiro | |||
2015-12-12 | ACCESS: Fix cursor after selecting inventory item to offer NPC | Paul Gilbert | |
2015-12-12 | ACCESS: Fix offering items to boat captain | Paul Gilbert | |
2015-12-12 | TONY: Add detection for Tony Tough Czech "not installed" | Strangerke | |
2015-12-11 | ACCESS: Fix differences in floppy chapter changes | Paul Gilbert | |
2015-12-11 | ACCESS: Fix palette for inventory window | Paul Gilbert | |
2015-12-11 | ACCESS: Add a constant for transparency | Paul Gilbert | |
2015-12-10 | ACCESS: Fix clearing speech bubbles that overlap the response buttons | Paul Gilbert | |
2015-12-10 | ACCESS: Fix crash when talking to Librarian | Paul Gilbert | |
2015-12-10 | ACCESS: Workaround for bad floppy English anim for librarian | Paul Gilbert | |
2015-12-10 | ACCESS: Fix showing inventory after loading a close-up savegame | Paul Gilbert | |