Age | Commit message (Expand) | Author |
2012-10-17 | HOPKINS: Add detection for OS/2 and Win95 full versions | Strangerke |
2012-08-28 | Merge remote-tracking branch 'origin/master' into tony | Alyssa Milburn |
2012-08-26 | Merge pull request #268 from clone2727/video-rewrite | Matthew Hoops |
2012-08-26 | COMMON: Add MKTAG16 for 16-bit multi-character constants | Matthew Hoops |
2012-08-25 | COMMON: Fix waiting for multiple coroutine events. | Alyssa Milburn |
2012-08-15 | COMMON: Remove fprintf/stderr usage from xmlparser. | Alyssa Milburn |
2012-07-27 | VIDEO: Adapt QuickTimeDecoder to the AdvancedVideoDecoder API | Matthew Hoops |
2012-07-18 | COMMON: Add an optional argument to wrapCompressedReadStream, to simplify usi... | Einar Johan Trøan Sømåen |
2012-07-01 | Merge pull request #239 from bluegr/skipsavecompression | Filippos Karapetis |
2012-07-01 | COMMON: Expand a bit the KeyState documentation | Thierry Crozat |
2012-06-25 | COMMON: Simplify the documentation in openForSaving() | Filippos Karapetis |
2012-06-21 | COMMON: Add a detailed explanation on when to create uncompressed saves | Filippos Karapetis |
2012-06-21 | COMMON: Add documentation regarding the new parameter in openForSaving() | Filippos Karapetis |
2012-06-21 | COMMON: Allow the savefile manager to create uncompressed saves | Filippos Karapetis |
2012-06-20 | Merge pull request #246 from lordhoto/osystem-void-buffers | Johannes Schickel |
2012-06-17 | Merge pull request #244 from clone2727/football2002-wday | Johannes Schickel |
2012-06-17 | COMMON: Change pulseEvent to better reflect how it works in Windows | Paul Gilbert |
2012-06-16 | ALL: Let overlay related methods in OSystem take a void * and use a proper pi... | Johannes Schickel |
2012-06-16 | BACKENDS: Make OSystem::setMouseCursor take a "const void *" buffer. | Johannes Schickel |
2012-06-16 | BACKENDS: Let copyRectToScreen take a "const void *" instead of "const byte *... | Johannes Schickel |
2012-06-13 | COMMON: Remove traces of mouse cursor target scale from OSystem docs. | Johannes Schickel |
2012-06-13 | COMMON: Remove traces of overlay scale from the OSystem documentation. | Johannes Schickel |
2012-06-13 | COMMON: Remove last traces of 8bpp overlay support from OSystem docs. | Johannes Schickel |
2012-06-09 | COMMON: Add tm_wday to our TimeDate struct | Matthew Hoops |
2012-06-09 | COMMON: Changed pulseEvent to allow calling processes to finish executing first | Paul Gilbert |
2012-06-08 | Merge pull request #243 from lordhoto/cursor-no-scale | Eugene Sandulenko |
2012-06-07 | COMMON: Make CoroutineScheduler's constructor and destructor private. | Johannes Schickel |
2012-06-07 | COMMON: Slightly adapt coroutine code to better match our guidelines. | Johannes Schickel |
2012-06-07 | COMMON: Move coroutine documentation to the header file. | Johannes Schickel |
2012-06-04 | COMMON: Merge of pull request #240, coroutine code cleanup | Paul Gilbert |
2012-06-03 | ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo... | Johannes Schickel |
2012-05-31 | ALL: Correct spelling of "Mac OS X" in various places | Max Horn |
2012-05-31 | COMMON: Fix comment typo in coroutine comments | Paul Gilbert |
2012-05-29 | COMMON: Copied coroutine doxygen method descriptions to the header file | Paul Gilbert |
2012-05-29 | COMMON: Fixed CORO_ADDR parameter names in Doxygen comments | Paul Gilbert |
2012-05-28 | COMMON: Move InstallShield code to common | Matthew Hoops |
2012-05-25 | COMMON: Cleaned up coroutine comments | Paul Gilbert |
2012-05-25 | COMMON: Fix method error messages | Paul Gilbert |
2012-05-25 | COMMON: Fix comparison operation on coroutine wait methods | Paul Gilbert |
2012-05-21 | COMMON: Skip junk found at the end of QuickTime files | Matthew Hoops |
2012-05-20 | COMMON: Fix comparison operation on coroutine wait methods | Paul Gilbert |
2012-05-17 | COMMON: Converted Coro context structure definitions to instead use classes. | Paul Gilbert |
2012-05-17 | COMMON: Fix compilation of coroutines code when COROUTINE_DEBUG is defined | Paul Gilbert |
2012-05-17 | COMMON: Improved waiting processes to store what PIDs they're waiting for | Paul Gilbert |
2012-05-17 | COMMON: Moved the Tinsel Coroutine code into it's own Common class | Paul Gilbert |
2012-05-13 | COMMON: Converted Coro context structure definitions to instead use classes. | Paul Gilbert |
2012-05-13 | COMMON: Fix compilation of coroutines code when COROUTINE_DEBUG is defined | Paul Gilbert |
2012-05-13 | COMMON: Improved waiting processes to store what PIDs they're waiting for | Paul Gilbert |
2012-05-11 | COMMON: Merged the Tinsel & Tony Coroutine schedulers into Common | Paul Gilbert |
2012-04-30 | COMMON: Use the file cache in ZipArchive::listMembers for performance. | Johannes Schickel |