Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-01 | ALL: Bump copyright year to 2020 | Eugene Sandulenko | |
2019-11-18 | BACKENDS: Remove unnecessary implementations of setGraphicsMode(const char *) | Cameron Cawley | |
2019-08-18 | GUI: Check if fullscreen is available at runtime | Cameron Cawley | |
2019-07-27 | SYMBIAN: Remove dead code | Cameron Cawley | |
2019-04-02 | BUILD: Update logos and icons on ports | Matan Bareket | |
2019-04-02 | BUILD: Update default theme to use remastered | Matan Bareket | |
2019-03-09 | JANITORIAL: Update all scummvm.org URLS to use https | Cameron Cawley | |
2019-03-03 | ALL: Bump copyright year to 2019 | Lothar Serra Mari | |
2018-12-25 | BUILD: Add fonts.dat to packaging rules | Cameron Cawley | |
2018-11-27 | CREATE_PROJECT: Support building with Tremor instead of Vorbis | Cameron Cawley | |
2018-10-14 | BACKENDS: Use OSystem::destroy() instead of deleting directly the g_system ↵ | Thierry Crozat | |
instance | |||
2018-01-14 | SYMBIAN: Set install version to 2.0.0 | Fiodar Stryzhniou | |
2018-01-14 | SYMBIAN: Hide warnings from system headers | Fiodar Stryzhniou | |
2018-01-01 | ALL: Bump copyright year. 2018! | Eugene Sandulenko | |
2017-12-26 | SDL: Move the non analog joystick code to the Symbian port | Bastien Bouclet | |
Symbian was the only user of that code. | |||
2017-12-03 | ALL: Remove obsolete register keyword | Colin Snover | |
The register keyword was deprecated from the C++11 standard, <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4193.html#809>, and removed from the C++17 standard, <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4340>, so cannot exist in a well-formed C++17 program. It has never done anything in GCC <https://gcc.gnu.org/ml/gcc/2010-05/msg00113.html> and because of the way it is specified in the standard, it is “as meaningful as whitespace” <http://www.drdobbs.com/keywords-that-arent-or-comments-by-anoth/184403859>. The one remaining use of the register keyword is in the DS backend, where it is used to create a local register variable using the non-standard GCC Extended Asm feature. Closes gh-1079. | |||
2017-01-01 | ALL: Bump copyright year to 2017 | Eugene Sandulenko | |
2016-09-03 | JANITORIAL: Make GPL headers uniform | Eugene Sandulenko | |
2016-04-10 | ALL: Split SMALL_SCREEN_DEVICE into GUI_ENABLE_KEYSDIALOG and ↵ | Eugene Sandulenko | |
GUI_ONLY_FULLSCREEN | |||
2016-01-01 | ALL: Update copyright years | Eugene Sandulenko | |
2015-12-03 | Symbian: cleanup build script | Fedor | |
Add missed engines, all engines ordered by names, simplified and clear comments | |||
2015-12-03 | Symbian: add Sherlock engine support | Fedor | |
2015-11-22 | Symbian: fix build issues | Fedor Strizhnev | |
Add new linker options to remove useless code Add file not parsed by script | |||
2015-11-22 | Symbian: add new engine | Fedor Strizhnev | |
2015-11-22 | Symbian: fix complation issues | Fedor Strizhnev | |
2015-11-22 | Symbian: add new engine to help file | Fedor Strizhnev | |
2015-11-22 | Symbian: help file build once now | Fedor Strizhnev | |
2015-09-14 | SYMBIAN: Rename define and rephrase comments | Willem Jan Palenstijn | |
2015-09-14 | SYMBIAN: Delete obsolete fixes for 'remove' | Fedor Strizhnev | |
2015-09-14 | SYMBIAN: Fix compilation error caused by remove macro | Fedor Strizhnev | |
2015-02-16 | SDL: Handle icon setup in SdlWindow. | Johannes Schickel | |
2015-02-16 | SDL: Add basic abstraction class for the SDL window. | Johannes Schickel | |
2015-01-18 | JANITORIAL: Update copyright year | Thierry Crozat | |
2015-01-06 | SYMBIAN: Updated settings | Fedor Strizhnev | |
2015-01-06 | SYMBIAN: Updated settings and moved to config.mmh | Fedor Strizhnev | |
2014-12-30 | Symbian: completely disabled MT32 | Fedor Strizhnev | |
2014-12-30 | SYMBIAN: Add symbian support for access and prince engines | Fedor Strizhnev | |
2014-09-10 | SYMBIAN: Final batch of updated mmp.in files and updated help file. | anotherguest | |
2014-09-09 | SYMBIAN: More MMP.in files patched and updated. | anotherguest | |
2014-09-08 | SYMBIAN: Additional makefile updates. | anotherguest | |
2014-09-08 | SYMBIAN: Updated settings and moved to config.mmh | anotherguest | |
2014-09-03 | SYMBIAN: Move options into config.mmh file and updated other makefiles. | anotherguest | |
2014-07-10 | SYMBIAN: Merged changes from 1.7.0 branch for Symbian Makefiles and updated ↵ | anotherguest | |
split build for main branch. | |||
2014-07-04 | SYMBIAN: Added Fedor to credits in mmp.in, updated (c) years, updated ↵ | anotherguest | |
include paths. | |||
2014-07-02 | Symbian: Added new engine to list | anotherguest | |
2014-07-02 | Symbian: mpeg.cpp has moved from Video to Image codec folder. | anotherguest | |
2014-06-28 | Merge pull request #461 from digitall/vkeybdFix | David Turner | |
Add trigger for Virtual Keyboard on long press of Middle Mouse Button | |||
2014-06-25 | SYMBIAN: Add "small" vkeybd pack to port packaging. | D G Turner | |
2014-06-12 | SYMBIAN: Added esock.lib for byteswap. | anotherguest | |
2014-06-12 | SYMBIAN: Add symbian support for voyeur | anotherguest | |