Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-06-11 | SYMBIAN: Added support for two new engines. Updated MMP files and help files ↵ | anotherguest | |
from Fedors changes. | |||
2014-05-06 | SYMBIAN: Updated Symbian support, help text | anotherguest | |
2014-02-18 | SYMBIAN: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-01-01 | JANITORIAL: Update copyright year | Eugene Sandulenko | |
2013-12-06 | SYMBIAN OS: Spelling correction | anotherguest | |
2013-12-02 | SYMBIAN OS:Added help files also in the split build installation file. | anotherguest | |
2013-12-02 | SYMBIAN OS: Fedor created context sensitive help for ScummVM Symbian OS! | anotherguest | |
2013-11-26 | SYMBIAN OS: README updated with Fedors name. Removed FLAC include from ↵ | anotherguest | |
base.mmp.in. | |||
2013-11-26 | SYMBIAN OS: Add correct datafiles to installation scripts | anotherguest | |
2013-11-26 | SYMBIAN OS:Forgot to set Mpeg2Lib decoder lib. | anotherguest | |
2013-11-26 | SYMBIAN OS: Add Sword25 and testbed engines. Perl script updated | anotherguest | |