Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-04 | N64: Fix warning | Eugene Sandulenko | |
2016-08-04 | N64: Fix build adter WriteStream::pos() addition | Eugene Sandulenko | |
2016-08-04 | BACKENDS: Fix DC's OutVMSave to have pos() | Alexander Tkachev | |
2016-08-04 | WAGE: Update saves format | Alexander Tkachev | |
Offset is added in the end of the file, so ScummVM would know where to look for description, version, thumbnail information. | |||
2016-08-04 | COMMON: Update GZipWriteStream::pos() | Alexander Tkachev | |
Though it seemed the _wrapped stream should return valid position, it was always 0. That's why I've added a _pos field, which is updated in write() and returned in pos(). | |||
2016-08-04 | COMMON: Add WriteStream::pos() | Alexander Tkachev | |
It returns int32, because some complex streams are derived from both WriteStream and ReadStream, and in ReadStream pos() returns int32, because -1 means an error. I had to change MemoryStream's uint32 to int32, which is probably not so good. | |||
2016-08-03 | TITANIC: Correct sound manager methods to return existing WaveFile class | Paul Gilbert | |
2016-08-03 | TITANIC: Add CSound sound loading methods | Paul Gilbert | |
2016-08-03 | GRAPHICS: Fix MSVC project generation | Paul Gilbert | |
2016-08-03 | MOHAWK: Load games from outside the options dialog loop | Thierry Crozat | |
Loading games from inside the dialog loop may cause cursor glitches. This commits applies the same fix to the MohawkOptionsDialog as the one that already existed for the global main menu. This finished to fix bug #7164. | |||
2016-08-03 | GRAPHICS/WAGE: Made MacWindowManager font maping requiring font size | Eugene Sandulenko | |
2016-08-03 | WAGE/GRAPHICS: Move standard Mac font mapping to gui/ | Eugene Sandulenko | |
2016-08-03 | GRAPHICS: Fix warnings | Eugene Sandulenko | |
2016-08-03 | Merge pull request #796 from blorente/move-macgui | Eugene Sandulenko | |
GRAPHICS/WAGE: Extract Mac GUI system. | |||
2016-08-02 | TITANIC: Add game state thunk methods to CGameObject | Paul Gilbert | |
2016-08-02 | TITANIC: Fix compiler warnings | Paul Gilbert | |
2016-08-02 | TITANIC: Added CPETPosition enterViewMsg | Paul Gilbert | |
2016-08-02 | TITANIC: Added CPETPosition leaveViewMsg | Paul Gilbert | |
2016-08-02 | TITANIC: Further work on view and node positioning | Paul Gilbert | |
2016-08-02 | TITANIC: Fleshing out cViewItem class | Paul Gilbert | |
2016-08-02 | TITANIC: Fixes for CProximity setup | Paul Gilbert | |
2016-08-02 | TITANIC: Add TTsentence support methods | Paul Gilbert | |
2016-08-02 | GRAPHICS: Add most of the documentation to MacWindowManager | Borja Lorente | |
2016-08-02 | GRAPHICS: Add macwindow documentation | Borja Lorente | |
2016-08-02 | GRAPHICS: Add documentation to BaseMacWindow | Borja Lorente | |
2016-08-02 | GRAPHICS: Add documentation to MacWindowBorder | Borja Lorente | |
2016-08-02 | GRAPHICS: Add basic caching to 9patch colors | Borja Lorente | |
2016-08-02 | GRAPHICS: Remove unused variables | Borja Lorente | |
2016-08-02 | GRAPHICS: Fix indentation | Borja Lorente | |
2016-08-02 | WAGE: Revert indentation | Borja Lorente | |
2016-08-02 | GRAPHICS: Fix include path in macwindowborder | Borja Lorente | |
2016-08-02 | GRAPHICS: Rename header guards in macgui | Borja Lorente | |
2016-08-02 | GRAPHICS: Reorder modules to preserve alphabetical order | Borja Lorente | |
2016-08-02 | GRAPHICS: Fix spacing issues in MacWindowManager | Borja Lorente | |
2016-08-02 | GRAPHICS: Add missing file header | Borja Lorente | |
2016-08-02 | GRAPHICS: Fix style and spelling | Borja Lorente | |
2016-08-02 | WAGE: Remove leftover files | Borja Lorente | |
2016-08-02 | GRAPHICS: Add custom border measures | Borja Lorente | |
2016-08-01 | TITANIC: Added TTsentence localWord | Paul Gilbert | |
2016-08-01 | TITANIC: Fix compiler warnings | Paul Gilbert | |
2016-08-01 | TITANIC: Added SuccUBusScript updateState | Paul Gilbert | |
2016-08-01 | TITANIC: Added MaitreDScript methods | Paul Gilbert | |
2016-08-01 | TITANIC: Fix Coverity warnings | Paul Gilbert | |
2016-08-01 | TITANIC: Fix infinite recursion in CPetRoomsGlyph | Paul Gilbert | |
2016-08-01 | TITANIC: Add MaitreDScript process | Paul Gilbert | |
2016-08-01 | DEVTOOLS: Add sentence sentence list for MaitreD to create_titanic | Paul Gilbert | |
2016-08-01 | TITANIC: Added SuccUBusScript methods | Paul Gilbert | |
2016-08-02 | Merge pull request #795 from fuzzie/snap | Eugene Sandulenko | |
POSIX: Add $SNAP to search path if available. | |||
2016-08-02 | Merge pull request #797 from Mailaender/appdata | Eugene Sandulenko | |
DISTS: Added an appdata.xml file | |||
2016-08-01 | SCI: Fix warnings | Eugene Sandulenko | |