Age | Commit message (Expand) | Author |
2013-01-26 | JANITORIAL: Enforce "} // End of namespace" with a single space after }. | Johannes Schickel |
2013-01-26 | COMMON: Make BufferedSeekableReadStream use the buffer with SEEK_SET and SEEK... | Giulio Camuffo |
2013-01-26 | COMMON: Return NULL in wrapCompressedReadStream for compressed streams when Z... | Johannes Schickel |
2013-01-26 | Merge pull request #301 from lordhoto/c++11-playground | Johannes Schickel |
2013-01-24 | JANITORIAL: Fix ){ -> ) { | Einar Johan Trøan Sømåen |
2013-01-09 | COMMON: Add a header for C++11 keywords for pre-C++11 compilers. | Johannes Schickel |
2013-01-06 | COMMON: Add PackBitsReadStream to iff_container | Tomas Jakobsson |
2012-12-14 | HOPKINS: Add support for BeOS full version | Strangerke |
2012-12-13 | Merge pull request #293 from clone2727/qtmidi | clone2727 |
2012-12-13 | COMMON: Forbid symbols for the rest of is* from ctype.h. | Johannes Schickel |
2012-12-13 | COMMON: Add wrapper for isprint. | Johannes Schickel |
2012-12-13 | COMMON: Fix potential uninitialized memory usage | Matthew Hoops |
2012-10-31 | Merge branch 'master' into hopkins | Paul Gilbert |
2012-10-17 | HOPKINS: Add detection for OS/2 and Win95 full versions | Strangerke |
2012-10-09 | COMMON: Properly handle error indicator in MemoryWriteStream. | Johannes Schickel |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-09-09 | COMMON: Make QuickTimeParser::readSampleDesc take the desc size | Matthew Hoops |
2012-09-05 | COMMON: Allow for parsing QuickTime MIDI files | Matthew Hoops |
2012-09-05 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops |
2012-08-31 | ALL: Mark off some things as used by Pegasus | Matthew Hoops |
2012-08-28 | Merge remote-tracking branch 'origin/master' into tony | Alyssa Milburn |
2012-08-26 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops |
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-24 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops |
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 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops |
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 |