Age | Commit message (Expand) | Author |
2011-08-07 | COMMON: Use ScopedPtr<> to simplify resource management. | Christoph Mallon |
2011-08-07 | COMMON: Simplify initialization of z_stream struct. | Christoph Mallon |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon |
2011-08-06 | COMMON: Add notifyError() and clearError() to the TaskbarManager, used to not... | Littleboy |
2011-08-06 | OSYSTEM: Mention that our OSystem graphics API is not thread safe. | Johannes Schickel |
2011-08-06 | COMMON: Change param type of processDelayMillis to fix build. | Alyssa Milburn |
2011-08-06 | COMMON: Corrected Previous Commit. | D G Turner |
2011-08-06 | COMMON: Fix Missing Dependency In Timer Header. | D G Turner |
2011-08-06 | RECORDER: Added stub for delayMillis() processing | Eugene Sandulenko |
2011-08-06 | JANITORIAL: Remove SVN keywords | Eugene Sandulenko |
2011-08-06 | OSYSTEM: extended installTimerProc() with timer ID parameter | Eugene Sandulenko |
2011-08-04 | COMMON: Initialize more z_stream fields before calling inflateInit2. | Alyssa Milburn |
2011-08-02 | Merge pull request #52 from CeRiAl/macosx-sparkle | Oystein Eftevaag |
2011-07-24 | COMMON: Limited gcc specific intLog2 to gcc 3.4 or newer. | Johannes Schickel |
2011-07-24 | COMMON: Add an optimized intLog2 implementation for gcc using __builtin_clz. | Johannes Schickel |
2011-07-24 | COMMON: Let intLog2 return an int instead of uint32, since it should return -... | Johannes Schickel |
2011-07-19 | MACOSX/UPDATES: Streamline UpdateManager | CeRiAl |
2011-07-19 | MACOSX: Add Sparkle support | CeRiAl |
2011-07-19 | JANITORIAL: Fix MSVC warnings | Littleboy |
2011-07-19 | COMMON: Fix some formatting | Matthew Hoops |
2011-07-19 | COMMON: Move cosine/sine tables out of header files | Matthew Hoops |
2011-07-19 | COMMON: Renamed Integer Log2 function from log2 to intLog2. | D G Turner |
2011-07-19 | COMMON: Document the BitStream a bit more | Sven Hesse |
2011-07-18 | Merge pull request #50 from clone2727/bink | clone2727 |
2011-07-18 | COMMON: Fix comment | Matthew Hoops |
2011-07-18 | COMMON: Update code from eos | Matthew Hoops |
2011-07-18 | COMMON: Update class documentation to say they're now used by SCUMM | Matthew Hoops |
2011-07-18 | COMMON: Remove USE_BINK checks from header files | Matthew Hoops |
2011-07-13 | BUILD: Allow for disabling Bink support | Matthew Hoops |
2011-07-06 | COMMON: Update documentation comment for TaskbarManager slot | Littleboy |
2011-07-03 | COMMON: Remove unused vector2orientation function | Matthew Hoops |
2011-07-02 | COMMON: Cleanup BitStream | Matthew Hoops |
2011-07-03 | COMMON: Fix compilation when USE_HASHMAP_MEMORY_POOL is not defined. | Johannes Schickel |
2011-07-02 | VIDEO: Add Bink video decoder | Matthew Hoops |
2011-07-02 | COMMON: Add DCT math code | Matthew Hoops |
2011-07-02 | COMMON: Add RDFT math code | Matthew Hoops |
2011-07-02 | COMMON: Add an FFT math handler | Matthew Hoops |
2011-07-02 | COMMON: Add a Huffman bitstream decoder | Matthew Hoops |
2011-07-02 | COMMON: Add some simple math utilities | Matthew Hoops |
2011-07-02 | COMMON: Add a BitStream class | Matthew Hoops |
2011-06-30 | ALL: Require DECLARE_SINGLETON to be used in the Common namepsace | Ori Avtalion |
2011-06-24 | COMMON: Look for translations.dat in Theme path before using SearchMan | Thierry Crozat |
2011-06-23 | ANALYSIS: Add static casts to is* functions | Littleboy |
2011-06-23 | COMMON: Add abort() to the list of forbidden symbols | Julien |
2011-06-22 | COMMON: Improve loading of translations data file | Thierry Crozat |
2011-06-22 | Merge pull request #26 from Littleboy/taskbar | Eugene Sandulenko |
2011-06-21 | COMMON: Move HerculesDimensions enum to SCUMM. | Johannes Schickel |
2011-06-20 | COMMON: Fix conflicting comment | Willem Jan Palenstijn |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-06-18 | COMMON: Replace some vsnprintf/STRINGBUFLEN uses by vformat | Max Horn |