Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-05 | GUI: Enable translation for download speed string in cloud feature | Lothar Serra Mari | |
2016-09-05 | I18N: Regenerate translations.dat | Lothar Serra Mari | |
2016-09-05 | I18N: Update German Cloud translation | Lothar Serra Mari | |
2016-09-05 | DEVTOOLS: Fix another warning | Eugene Sandulenko | |
2016-09-05 | DEVTOOLS: Fix warnings | Eugene Sandulenko | |
2016-09-05 | DIRECTOR: Make PC types uniform | Eugene Sandulenko | |
2016-09-05 | TESTS: Fix warning | Eugene Sandulenko | |
2016-09-05 | GUI: Fix warnings | Eugene Sandulenko | |
2016-09-05 | WAGE: Fix warning | Eugene Sandulenko | |
2016-09-05 | DIRECTOR: Fix warnings | Eugene Sandulenko | |
2016-09-05 | BUILD: Add libcurl and libsdl to Travis prerequisities | Eugene Sandulenko | |
2016-09-05 | TITANIC: Fix compilation | Filippos Karapetis | |
2016-09-05 | I18N: Improve French translation for cloud feature | Thierry Crozat | |
2016-09-05 | FULLPIPE: Fix crash on startup when pressing ESC | Eugene Sandulenko | |
2016-09-04 | I18N: Initial French translation for cloud storage | Thierry Crozat | |
2016-09-04 | I18N: Update translations template | Thierry Crozat | |
2016-09-04 | CLOUD: Improve some labels | Thierry Crozat | |
2016-09-05 | FULLPIPE: Rename is GabeObject | Eugene Sandulenko | |
2016-09-05 | FULLPIPE: Renames in PreloadItem | Eugene Sandulenko | |
2016-09-04 | FULLPIPE: Signed read for delay in PreloadItems | Eugene Sandulenko | |
2016-09-04 | FULLPIPE: Rename in ExCommand structure | Eugene Sandulenko | |
2016-09-04 | FULLPIPE: Added debug output to scene04 | Eugene Sandulenko | |
2016-09-04 | FULLPIPE: Fix drawAlphaRectangle() | Eugene Sandulenko | |
2016-09-04 | FULLPIPE: Properly initialize ObjstateCommand. This fixes game logic transitions | Eugene Sandulenko | |
2016-09-04 | FULLPIPE: Added more debug output to scene05 | Eugene Sandulenko | |
2016-09-04 | FULLPIPE: Added debug inventory to scene05 | Eugene Sandulenko | |
2016-09-04 | DOC: Add lab to supported games in README | Lothar Serra Mari | |
2016-09-04 | DOC: Add myst and gnap as supported in README | Lothar Serra Mari | |
2016-09-04 | GUI: Replace _s() with _() in storagewizarddialog.cpp | Lothar Serra Mari | |
This allows the translation of a few more strings in the Cloud settings tab. Thanks to sev- for the fix. | |||
2016-09-04 | I18N: Regenerate translations.dat | Lothar Serra Mari | |
2016-09-04 | I18N: Update German GUI translation | Lothar Serra Mari | |
2016-09-04 | I18N: Update .po files from source code | Lothar Serra Mari | |
2016-09-04 | I18N: Update POTFILES | Lothar Serra Mari | |
Cloud related: * gui/downloaddialog.cpp * gui/remotebrowser.cpp * gui/storagewizarddialog.cpp * backends/cloud/storage.cpp Various: * gui/eitgamedialog.cpp | |||
2016-09-04 | FULLPIPE: Fix floaters direction | Eugene Sandulenko | |
2016-09-04 | FULLPIPE: Fix ladder climbing crash | Retro-Junk | |
2016-09-04 | SDL: Move mouse in SDL2 only when window has focus. | Eugene Sandulenko | |
2016-09-04 | TESTBED: Listen to events during mouse move test | Eugene Sandulenko | |
2016-09-04 | FULLPIPE: Optimize sceneFade() | Eugene Sandulenko | |
2016-09-04 | FULLPIPE: Implement FullpipeEngine::drawAlphaRectangle() | Eugene Sandulenko | |
2016-09-04 | JANITORIAL: Fix whitespaces | Eugene Sandulenko | |
2016-09-04 | FULLPIPE: Implement FullpipeEngine::sceneFade() | Eugene Sandulenko | |
2016-09-04 | FULLPIPE: Fix Valgrind warning | Torbjörn Andersson | |
Since _points is allocated with realloc(), it should be freed with free(), not delete. | |||
2016-09-04 | GUI: Initialize the PicButtonWidget class properly | Eugene Sandulenko | |
2016-09-04 | Merge pull request #822 from csnover/apple-network-browser | Eugene Sandulenko | |
CREATE_PROJECT: Fix networking backend file targets in Xcode | |||
2016-09-04 | MACVENTURE: Set background pattern for exits window | Torbjörn Andersson | |
In the original, the background is actually a clickable object. I don't know if we want to implement this as a dark gray background pattern, or as a real object. For now, though, it's a useful test case for setBackgroundPattern(). | |||
2016-09-04 | GRAPHICS: Add setBackgroundPattern() to MacWindow | Torbjörn Andersson | |
Set a background pattern for the window surface. For instance, the exits window in the MacVenture engine should have a light gray background, rather than a white one, and this will allow it to get one without having to draw it by itself. | |||
2016-09-04 | SDL: Do not forbid time.h symbols when FORBIDDEN_SYMBOL_EXCEPTION_time_h is ↵ | Thierry Crozat | |
defined This hopefully fixes a regression from 848c5c3. | |||
2016-09-04 | FULLPIPE: Fix GameObject::setPicAniInfo(). Now all animations get restored ↵ | Eugene Sandulenko | |
correctly. | |||
2016-09-04 | FULLPIPE: Clarify field data type in PicAniInfo | Eugene Sandulenko | |
2016-09-04 | FULLPIPE: Implement GameLoader::saveScenePicAniInfos(). Now object states ↵ | Eugene Sandulenko | |
are restored |