Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-01 | COMMON: Fix UB shifting negative integers | Colin Snover | |
Compilers optimise these back into shifts on architectures where shifts of negative integers work the same as mul/div, so this solves the UB without actually causing any performance issue. | |||
2017-12-01 | SCUMM HE: Fix UB shifting negative integers | Colin Snover | |
2017-12-01 | SCI: Partially clean up SCI16 video playback code | Colin Snover | |
2017-12-02 | I18N: Update translation (Spanish) | TomasM | |
Currently translated at 100.0% (960 of 960 strings) | |||
2017-12-02 | FULLPIPE: Fix bug #10317: Save game metadata is missing | Eugene Sandulenko | |
2017-12-01 | I18N: Update translation (Spanish) | TomasM | |
Currently translated at 100.0% (960 of 960 strings) | |||
2017-12-01 | I18N: Update translation (Spanish) | TomasM | |
Currently translated at 99.5% (956 of 960 strings) | |||
2017-12-01 | FULLPIPE: Fix bug #10325: New game does not put back already picked up items | Eugene Sandulenko | |
2017-12-01 | I18N: Update translation (Spanish) | TomasM | |
Currently translated at 98.6% (947 of 960 strings) | |||
2017-12-01 | FULLPIPE: Fix bug #9673: Unable to move after loading a save from the title ↵ | Eugene Sandulenko | |
screen | |||
2017-12-01 | FULLPIPE: Fix bug #9672: "Several inventory items highlighted at the same time" | Eugene Sandulenko | |
2017-12-01 | I18N: Update translation (Swedish) | hampusf | |
Currently translated at 100.0% (960 of 960 strings) | |||
2017-11-30 | XEEN: Added enum for consumable types and party/bank use | Paul Gilbert | |
2017-11-30 | I18N: Update translation (Swedish) | hampusf | |
Currently translated at 99.8% (959 of 960 strings) | |||
2017-11-30 | NEWS: Update German NEWS file | rootfather | |
2017-11-29 | MAEMO: Update debian/changelog | Tarek Soliman | |
2017-11-29 | XEEN: Refactor FontSurface as ancestors of Window, not Screen | Paul Gilbert | |
This refactoring allowed Screen to now simply derive from Graphics::Screen, and several duplicated methods could be removed. | |||
2017-11-29 | XEEN: Create Windows class to hold the windows array | Paul Gilbert | |
2017-11-29 | XEEN: Split Window class into it's own file | Paul Gilbert | |
2017-11-30 | I18N: Update translations templates | Thierry Crozat | |
2017-11-30 | RELEASE: This is 2.1.0git | Thierry Crozat | |
2017-11-29 | SDL: Don't use the window size hint for fullscreen | Bastien Bouclet | |
Prevents the opengl backend from changing mode when entering fullscreen for games with a window size hint. Fixes #10335. Closes gh-1074. | |||
2017-11-29 | I18N: Update translation (Czech) | Zbyněk Schwarz | |
Currently translated at 100.0% (960 of 960 strings) | |||
2017-11-28 | SCI32: Fix crash starting KQ7 demo | Colin Snover | |
Fixes Trac#10343. | |||
2017-11-28 | RISCOS: Attempt to reduce binary size | Cameron Cawley | |
2017-11-28 | RISCOS: Improve detection of absolute paths | Cameron Cawley | |
2017-11-28 | RISCOS: Fix using filenames with spaces | Cameron Cawley | |
2017-11-28 | I18N: Update translation (Belarusian) | Ivan Lukyanov | |
Currently translated at 100.0% (960 of 960 strings) | |||
2017-11-28 | I18N: Update translation (Belarusian) | Ivan Lukyanov | |
Currently translated at 100.0% (960 of 960 strings) | |||
2017-11-28 | I18N: Update translation (Russian) | Eugene Sandulenko | |
Currently translated at 97.6% (937 of 960 strings) | |||
2017-11-28 | I18N: Update translations templates | Thierry Crozat | |
2017-11-28 | EVENTS: Delay initializing the virtual keyboard | Bastien Bouclet | |
The virtual keyboard requires the backend to be fully initialized because it needs the display size. Fixes #10338. | |||
2017-11-27 | SDL: Store fake mouse warp event in virtual coordinates | Colin Snover | |
Normally, notifyMousePosition converts real mouse events into the virtual coordinate system, but events only get sent through notifyMousePosition if they are real events from SDL since that method also decides if the real mouse is inside the content area or not. As such, these fake events need to be pre-converted to virtual coordinates or else the wrong values are sent through to the engine when a scaler or AR correction is in use. | |||
2017-11-28 | NEWS: Add more changes for the 2.0 release | Thierry Crozat | |
2017-11-27 | FULLPIPE: Properly cleanup menu after quitting | Eugene Sandulenko | |
2017-11-27 | FULLPIPE: Attempt to crash when calling paletteless scenes | Eugene Sandulenko | |
2017-11-27 | I18N: Update translations templates | Thierry Crozat | |
2017-11-27 | SCUMM: Revert skipping of MM C64 demo original save screen display attempt | Eugene Sandulenko | |
As per discussion in bug #10116. | |||
2017-11-27 | NEWS: Fix typo in German NEWS | rootfather | |
2017-11-27 | NEWS: Remove obsolete 1.9.1 section in German NEWS file | rootfather | |
2017-11-27 | NEWS: Update German NEWS file | rootfather | |
2017-11-27 | I18N: Update translation (Czech) | Zbyněk Schwarz | |
Currently translated at 98.6% (947 of 960 strings) | |||
2017-11-27 | GUI: Fix Signed vs. Unsigned Comparison GCC Compiler Warning. | D G Turner | |
2017-11-27 | I18N: Regenerate translations data file | Thierry Crozat | |
2017-11-26 | I18N: Update translation (Czech) | Zbyněk Schwarz | |
Currently translated at 98.2% (943 of 960 strings) | |||
2017-11-26 | NEWS: Update changes for release 2.0.0 | Thierry Crozat | |
2017-11-26 | I18N: Update translation (Czech) | Zbyněk Schwarz | |
Currently translated at 97.8% (939 of 960 strings) | |||
2017-11-26 | XEEN: Fixes to selection of mirror destinations | Paul Gilbert | |
2017-11-26 | I18N: Update translation (Czech) | Zbyněk Schwarz | |
Currently translated at 97.6% (937 of 960 strings) | |||
2017-11-26 | Revert "ANDROID: Stop disabling MT-32 emulator" | Colin Snover | |
This reverts commit 2a22c16b916602ee9ced429455add5707b0c4f74. The old Buildbot (or maybe the build code's messing about with LDFLAGS) seems to be broken and won't link successfully with the std APIs, so this gets turned back off again until the new Buildbot is active during the next release cycle. |