Commit graph

317 commits

Author SHA1 Message Date
Matan Bareket
eaa9f23505 BUILD: Update logos and icons on ports 2019-04-02 10:55:57 -04:00
Matan Bareket
69cecebdbc BUILD: Update default theme to use remastered 2019-04-02 10:55:57 -04:00
Cameron Cawley
09dbe7686b JANITORIAL: Update all scummvm.org URLS to use https 2019-03-09 21:52:14 +01:00
Lothar Serra Mari
1aba295dcc ALL: Bump copyright year to 2019 2019-03-03 14:18:35 +01:00
Cameron Cawley
7dbc613258 BUILD: Add fonts.dat to packaging rules 2018-12-25 12:47:42 +01:00
Cameron Cawley
8fa2f90a26 CREATE_PROJECT: Support building with Tremor instead of Vorbis 2018-11-27 22:58:02 +00:00
Thierry Crozat
941d22c047 BACKENDS: Use OSystem::destroy() instead of deleting directly the g_system instance 2018-10-14 21:25:33 +01:00
Fiodar Stryzhniou
5f64d817b8 SYMBIAN: Set install version to 2.0.0 2018-01-14 06:49:54 +00:00
Fiodar Stryzhniou
dc1d9e2d65 SYMBIAN: Hide warnings from system headers 2018-01-14 06:49:54 +00:00
Eugene Sandulenko
d6078ea406 ALL: Bump copyright year. 2018! 2018-01-01 00:09:56 +01:00
Bastien Bouclet
1fb748e974 SDL: Move the non analog joystick code to the Symbian port
Symbian was the only user of that code.
2017-12-26 21:11:04 +01:00
Colin Snover
a5bc89102e ALL: Remove obsolete register keyword
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-12-03 20:27:42 -06:00
Eugene Sandulenko
ab7a152c3a ALL: Bump copyright year to 2017 2017-01-01 10:58:56 +01:00
Eugene Sandulenko
fab199d37e JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
Eugene Sandulenko
777e6fde39 ALL: Split SMALL_SCREEN_DEVICE into GUI_ENABLE_KEYSDIALOG and GUI_ONLY_FULLSCREEN 2016-04-10 13:02:27 +02:00
Eugene Sandulenko
55100f224a ALL: Update copyright years 2016-01-01 13:33:39 +01:00
Fedor
84c516d47a Symbian: cleanup build script
Add missed engines, all engines ordered by names, simplified and clear comments
2015-12-03 23:43:22 +03:00
Fedor
9cdcce6bc6 Symbian: add Sherlock engine support 2015-12-03 23:31:20 +03:00
Fedor Strizhnev
f6ea588b89 Symbian: fix build issues
Add new linker options to remove useless code
Add file not parsed by script
2015-11-22 23:36:47 +03:00
Fedor Strizhnev
296199086a Symbian: add new engine 2015-11-22 23:22:36 +03:00
Fedor Strizhnev
96b2706b29 Symbian: fix complation issues 2015-11-22 23:20:58 +03:00
Fedor Strizhnev
a155ba6542 Symbian: add new engine to help file 2015-11-22 23:17:54 +03:00
Fedor Strizhnev
c282884276 Symbian: help file build once now 2015-11-22 23:13:32 +03:00
Willem Jan Palenstijn
bf822e7dc0 SYMBIAN: Rename define and rephrase comments 2015-09-14 22:46:19 +02:00
Fedor Strizhnev
c7aa5cb995 SYMBIAN: Delete obsolete fixes for 'remove' 2015-09-14 22:43:35 +02:00
Fedor Strizhnev
99d6dec059 SYMBIAN: Fix compilation error caused by remove macro 2015-09-14 22:43:09 +02:00
Johannes Schickel
3f22c12c56 SDL: Handle icon setup in SdlWindow. 2015-02-16 01:25:22 +01:00
Johannes Schickel
627d766325 SDL: Add basic abstraction class for the SDL window. 2015-02-16 01:03:29 +01:00
Thierry Crozat
1244597849 JANITORIAL: Update copyright year 2015-01-18 02:24:51 +00:00
Fedor Strizhnev
dd5f5588d9 SYMBIAN: Updated settings 2015-01-06 12:45:55 +03:00
Fedor Strizhnev
762910d8bb SYMBIAN: Updated settings and moved to config.mmh 2015-01-06 12:45:20 +03:00
Fedor Strizhnev
e27f5f6988 Symbian: completely disabled MT32 2014-12-30 19:05:27 +03:00
Fedor Strizhnev
da18e796d0 SYMBIAN: Add symbian support for access and prince engines 2014-12-30 17:23:30 +03:00
anotherguest
b47387d4d0 SYMBIAN: Final batch of updated mmp.in files and updated help file. 2014-09-10 08:49:19 +02:00
anotherguest
81eb209bfc SYMBIAN: More MMP.in files patched and updated. 2014-09-09 09:24:59 +02:00
anotherguest
5f9febee3d SYMBIAN: Additional makefile updates. 2014-09-08 14:40:23 +02:00
anotherguest
ca144290a6 SYMBIAN: Updated settings and moved to config.mmh 2014-09-08 10:48:49 +02:00
anotherguest
20d363c785 SYMBIAN: Move options into config.mmh file and updated other makefiles. 2014-09-03 08:42:53 +02:00
anotherguest
666b881f16 SYMBIAN: Merged changes from 1.7.0 branch for Symbian Makefiles and updated split build for main branch. 2014-07-10 21:05:22 +02:00
anotherguest
5c51c97e92 SYMBIAN: Added Fedor to credits in mmp.in, updated (c) years, updated include paths. 2014-07-04 11:46:58 +02:00
anotherguest
d8f16faec6 Symbian: Added new engine to list 2014-07-02 13:07:47 +02:00
anotherguest
cb7611b5bb Symbian: mpeg.cpp has moved from Video to Image codec folder. 2014-07-02 13:05:25 +02:00
David Turner
cb596113a7 Merge pull request #461 from digitall/vkeybdFix
Add trigger for Virtual Keyboard on long press of Middle Mouse Button
2014-06-28 14:59:08 +01:00
D G Turner
ad07da959d SYMBIAN: Add "small" vkeybd pack to port packaging. 2014-06-25 20:19:06 +01:00
anotherguest
c2debe028d SYMBIAN: Added esock.lib for byteswap. 2014-06-12 10:01:05 +02:00
anotherguest
237bc4cc21 SYMBIAN: Add symbian support for voyeur 2014-06-12 08:02:57 +02:00
anotherguest
a2e701d77f SYMBIAN: Added support for two new engines. Updated MMP files and help files from Fedors changes. 2014-06-11 11:48:07 +02:00
anotherguest
4571f3e3e4 SYMBIAN: Updated Symbian support, help text 2014-05-06 09:11:41 +02:00
Johannes Schickel
1b5c324811 SYMBIAN: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
Eugene Sandulenko
ae6efb09b7 JANITORIAL: Update copyright year 2014-01-01 12:44:08 +02:00