Age | Commit message (Expand) | Author |
2013-08-06 | GRAPHICS: Make Surface::pixels protected. | Johannes Schickel |
2013-08-06 | VKEYBD: Do not access Surface::pixels anymore. | Johannes Schickel |
2013-08-06 | N64: Do not access Surface::pixels anymore. | Johannes Schickel |
2013-08-06 | DC: Do not access Surface::pixels directly. | Johannes Schickel |
2013-08-06 | ANDROID: Do not access Surface::pixels directly. | Johannes Schickel |
2013-08-06 | PSP: Do not access Surface::pixels directly. | Johannes Schickel |
2013-08-06 | IPHONE: Do not access Surface::pixels directly. | Johannes Schickel |
2013-08-06 | NDS: Do not access Surface::pixels directly. | Johannes Schickel |
2013-08-06 | PS2: Do not access Surface::pixels directly. | Johannes Schickel |
2013-08-06 | WII: Do not access Surface::pixels directly. | Johannes Schickel |
2013-08-05 | Merge pull request #368 from fingolfin/fix-test | Alyssa Milburn |
2013-08-05 | NEVERHOOD: Remove NRect constructor | Max Horn |
2013-08-05 | BUILD: fix 'make test' compile error | Max Horn |
2013-08-05 | WINTERMUTE: Fix formatting. | Einar Johan Trøan Sømåen |
2013-08-05 | MORTEVIELLE: Fix flags in playSong(). Thanks clone2727 for telling about it | Strangerke |
2013-08-05 | MORTEVIELLE: Fix leak in playSong, refactor it a bit | Strangerke |
2013-08-04 | TSAGE: Bugfixes for further R2R scene 1000 cutscenes | Paul Gilbert |
2013-08-04 | TSAGE: Completed R2R starship cutscene | Paul Gilbert |
2013-08-04 | SCUMM: Fix backwards-in-same-array case of v72he::copyArray. | Alyssa Milburn |
2013-08-04 | MORTEVIELLE: Improve looping of the intro song | Thierry Crozat |
2013-08-04 | MORTEVIELLE: Fix crash in sound mixer when closing the engine | Thierry Crozat |
2013-08-04 | MORTEVIELLE: Take shouldQuit() into account while a song is played | Strangerke |
2013-08-04 | MORTEVIELLE: Compute real buffer size in order to avoid ticks at the end of t... | Strangerke |
2013-08-04 | SCUMM: Add detection/version for Moonbase Commander v1.1. | Alyssa Milburn |
2013-08-04 | MORTEVIELLE: Implement music in intro screen | Strangerke |
2013-08-04 | MORTEVIELLE: Pass Pattern struct by reference | Torbjörn Andersson |
2013-08-04 | MORTEVIELLE: Fix out-of-bounds read | Torbjörn Andersson |
2013-08-04 | SCUMM: Add comment about getPixels uses in BaseCostumeRenderer. | Johannes Schickel |
2013-08-04 | SCUMM: Fix Loom (and some other graphics regressions). | Johannes Schickel |
2013-08-03 | Merge pull request #364 from lordhoto/sub-surface | Johannes Schickel |
2013-08-04 | VIDEO: Fix regression in Urban Runner videos. | Johannes Schickel |
2013-08-04 | GRAPHICS: Fix typo. | Johannes Schickel |
2013-08-04 | WINTERMUTE: Small formatting fixes. | Johannes Schickel |
2013-08-04 | WINTERMUTE: Fix end of namespace comments. | Johannes Schickel |
2013-08-03 | TSAGE: Cleanup of code in R2R scene 1000 to use AnimationPlayer | Paul Gilbert |
2013-08-03 | DEVTOOLS: Include English menu in mortevielle dat file | Thierry Crozat |
2013-08-03 | MORTEVIELLE: Rename ROOM9 into JULIA_ROOM | Strangerke |
2013-08-03 | MORTEVIELLE: Fix error in c79ce89680d2c46e468152791a46f2700d04b336 | Strangerke |
2013-08-03 | MORTEVIELLE: Some more renaming | Strangerke |
2013-08-03 | MORTEVIELLE: Rework code using _openObjects | Strangerke |
2013-08-03 | VIDEO: Do not set Surface::pixels directly anymore. | Johannes Schickel |
2013-08-03 | SDL: Do not set Surface::pixels directly anymore. | Johannes Schickel |
2013-08-03 | WINTERMUTE: Do not set Surface::pixels directly anymore. | Johannes Schickel |
2013-08-03 | TSAGE: Do not set Surface::pixels directly anymore. | Johannes Schickel |
2013-08-03 | SWORD25: Do not set Surface::pixels directly anymore. | Johannes Schickel |
2013-08-03 | PARALLACTION: Do not set Surface::pixels directly anymore. | Johannes Schickel |
2013-08-03 | MORTEVIELLE: Do not set Surface::pixels directly anymore. | Johannes Schickel |
2013-08-03 | HUGO: Do not set Surface::pixels directly anymore. | Johannes Schickel |
2013-08-03 | SCUMM: Do not set Surface::pixels directly anymore. | Johannes Schickel |
2013-08-03 | GRAPHICS: Add two new methods to change 'pixels' of a Surface. | Johannes Schickel |