Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-24 | ACCESS: Fix misleading comment | Torbjörn Andersson | |
2015-07-24 | ACCESS: Rename local variable to silence GCC warning | Torbjörn Andersson | |
2015-07-23 | SHERLOCK: RT: Implement Options dialog event handling | Paul Gilbert | |
2015-07-23 | SHERLOCK: RT: Implemented Options dialog rendering | Paul Gilbert | |
2015-07-23 | ACCESS: Remove unnecessary variable to fix GCC warning | Torbjörn Andersson | |
We already have 'events' declared earlier in the function. | |||
2015-07-23 | NEWS: Slight style fix (MT32 to MT-32). | Johannes Schickel | |
2015-07-23 | NEWS: Mention Simon1 AdLib output addition. | Johannes Schickel | |
2015-07-23 | AGOS: Add simple volume control when Simon1 AdLib output is used. | Johannes Schickel | |
2015-07-23 | AGOS: Slight cleanup in Simon1 AdLib output initialization code. | Johannes Schickel | |
2015-07-23 | Revert "AGOS: Add updated patch for #647 - Simon 1 DOS Adlib instrument bank" | Johannes Schickel | |
This reverts commit 06addfc4041b3e20fd89dee46227e04f1c66fe52. We implement the actual Simon1 DOS AdLib driver now, thus this code is obsolete. | |||
2015-07-23 | AGOS: Add initial version of Simon1 DOS AdLib output. | Johannes Schickel | |
Testing so far has not really happened. Only the first part of the intro has been tested. | |||
2015-07-23 | Merge pull request #602 from bluegr/mm | Filippos Karapetis | |
ACCESS: Work on Martian Memorandum | |||
2015-07-22 | SHERLOCK: RT: Beginnings of Options dialog widget class | Paul Gilbert | |
2015-07-22 | SHERLOCK: RT: Implement maskArea | Paul Gilbert | |
2015-07-22 | SHERLOCK: RT: Split TattooEngine code into separate widget classes | Paul Gilbert | |
2015-07-22 | SHERLOCK: RT: Fix spelling mistake | Paul Gilbert | |
2015-07-22 | ACCESS: MM doesn't use Miles Audio | Filippos Karapetis | |
2015-07-22 | ACCESS: Comment out unused variables | Filippos Karapetis | |
2015-07-22 | Merge branch 'master' into mm | Willem Jan Palenstijn | |
Conflicts: engines/access/access.cpp engines/access/asurface.h engines/access/bubble_box.cpp engines/access/bubble_box.h engines/access/martian/martian_game.cpp engines/access/player.cpp engines/access/player.h engines/access/resources.cpp engines/access/screen.cpp engines/access/screen.h engines/access/sound.cpp engines/access/sound.h | |||
2015-07-21 | SHERLOCK: RT: Further fixes for credits display | Paul Gilbert | |
2015-07-21 | SHERLOCK: RT: Fix compiler warnings | Paul Gilbert | |
2015-07-21 | SHERLOCK: RT: Load screen masks for specific scenes | Paul Gilbert | |
2015-07-21 | SHERLOCK: RT: Implemented doHangManPuzzle | Paul Gilbert | |
2015-07-21 | SHERLOCK: RT: Credits display now partially working | Paul Gilbert | |
2015-07-21 | SHERLOCK: RT: Implement credits | Paul Gilbert | |
2015-07-21 | SHERLOCK: RT: Keep lab scene widget active after displaying messages | Paul Gilbert | |
2015-07-21 | SHERLOCK: RT: Fix clicking on Exit button in Lab scene | Paul Gilbert | |
2015-07-20 | SHERLOCK: RT: Fix showing tooltips for solid objects in lab scene | Paul Gilbert | |
2015-07-20 | SHERLOCK: RT: Compilation fix | Paul Gilbert | |
2015-07-20 | SHERLOCK: RT: Implement WidgetLab displayLabNames | Paul Gilbert | |
2015-07-20 | SHERLOCK: RT: Implemented WidgetLab handleEvents | Paul Gilbert | |
2015-07-20 | Merge pull request #603 from fingolfin/fix-warnings | Willem Jan Palenstijn | |
Fix some warnings | |||
2015-07-20 | SHERLOCK: RT: Beginnings of lab table widget class | Paul Gilbert | |
2015-07-19 | SHERLOCK: RT: Fix sitting down at lab table | Paul Gilbert | |
2015-07-19 | SHERLOCK: RT: Add dirty rect call to transBlitFrom | Paul Gilbert | |
2015-07-19 | SHERLOCK: RT: Fix loading saves where the screen is scrolled | Paul Gilbert | |
2015-07-19 | SHERLOCK: RT: Fix walking when the screen is scrolled | Paul Gilbert | |
2015-07-19 | SHERLOCK: RT: Hide any active tooltip when the scene changes | Paul Gilbert | |
2015-07-19 | SHERLOCK: RT: Implement using items on scene objects | Paul Gilbert | |
2015-07-19 | SHERLOCK: RT: Fix tooltip display when using inventory item | Paul Gilbert | |
2015-07-20 | CREATE_PROJECT: Use NULL instead of nullptr | Filippos Karapetis | |
This allows create_project to be built with the C99 standard, instead of C11 | |||
2015-07-20 | CREATE_PROJECT: Rename XCodeProvider -> XcodeProvider | Filippos Karapetis | |
2015-07-19 | MOHAWK: Implement drawing the marbles a step away from the grid | Matthew Hoops | |
Much thanks to fuzzie | |||
2015-07-20 | Merge pull request #591 from somaen/fix-xcode | Filippos Karapetis | |
CREATE_PROJECT: Fix XCode-project generation. | |||
2015-07-19 | SHERLOCK: RT: Show tooltip when selecting scene object to use item on | Paul Gilbert | |
2015-07-19 | SHERLOCK: RT: Support for showing inventory items as a cursor | Paul Gilbert | |
2015-07-19 | SHERLOCK: RT: Fix loading of inventory verb list secondary actions | Paul Gilbert | |
2015-07-19 | MADE: Fix palette fade in/out | Torbjörn Andersson | |
The final palette wasn't set so, for instance, at the beginning of the RTZ intro the Infocom logo wouldn't completely fade to back. I think this is the correcet fix for that. | |||
2015-07-19 | MADE: Fix overflow in audio interpolation | Willem Jan Palenstijn | |
The interpolation code for deltaType > 0 read past the end of the workChunkSize-sized filled area of the buffer (which matches what MADE did, as far as I can tell). Avoid this by repeating the last value. | |||
2015-07-19 | MADE: Fix movie audio glitches caused by reset of audio decoder | Willem Jan Palenstijn | |
The sound buffer used in decompressSound() is now stored so that it can be re-used in the next call of decompressSound, specifically in chunk type 1. This caused some clicking/static in the intro of Return to Zork. Thanks to eriktorbjorn for noticing the glitch and writing most of the patch. |