scummvm/engines/tony
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
..
mpal ALL: Remove obsolete register keyword 2017-12-03 20:27:42 -06:00
configure.engine CONFIGURE: Introduced new engine dependency: highres 2016-03-05 14:25:56 +01:00
custom.cpp TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
custom.h TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
debugger.cpp ALL: Make Debugger command function names conform to our guidelines. 2014-05-27 02:04:08 +02:00
debugger.h TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
detection_tables.h TONY: Add detection for Tony Tough Czech "not installed" 2015-12-12 16:03:55 +01:00
detection.cpp TONY: Let listSaves return list sorted on slot numbers. 2016-02-25 21:39:45 +01:00
font.cpp TONY: Complete class initializations 2016-06-17 12:10:11 +02:00
font.h TONY: Fix clang warnings - Courtesy of LordHoto 2014-03-10 06:51:27 +01:00
game.cpp TONY: Safer string manipulation 2016-06-17 12:10:11 +02:00
game.h TONY: Fix clang warnings - Courtesy of LordHoto 2014-03-10 06:51:27 +01:00
gfxcore.cpp TONY: Removing more redundant checks 2016-05-09 14:24:32 +02:00
gfxcore.h TONY: Complete class initializations 2016-06-17 12:10:11 +02:00
gfxengine.cpp TONY: Reduce the scope of more variables 2014-02-28 23:24:09 +01:00
gfxengine.h TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
globals.cpp TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
globals.h TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
input.cpp TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
input.h TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
inventory.cpp TONY: Reduce the scope of some more variables 2014-02-28 22:47:36 +01:00
inventory.h TONY: Revert 60980e783e 2014-03-10 06:51:28 +01:00
loc.cpp TONY: Fix typo in comment 2016-01-01 04:25:23 +01:00
loc.h TONY: Simplify some code related to LOX in RMItem::readFromStream() 2015-12-31 14:56:05 +01:00
module.mk TONY: Implemented ScummVM debugger, with an initial 'scene' command 2012-05-22 00:29:27 +10:00
POTFILES ALL: Unify 'missing engine data' message 2016-12-05 21:04:50 +01:00
resid.h TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
sound.cpp TONY: Complete class initializations 2016-06-17 12:10:11 +02:00
sound.h TONY: Add support for compressed music and sfx 2016-01-03 00:17:43 +01:00
tony.cpp ALL: Leave out instructions for engine data issues 2016-12-08 13:38:56 +01:00
tony.h ALL: Change main engine header guard defines to <directory>_<engine>_H 2016-05-17 18:21:30 +02:00
tonychar.cpp TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
tonychar.h TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
utils.cpp TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
utils.h TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
window.cpp ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
window.h TONY: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00