Bastien Bouclet
|
ca469f728b
|
PORTS: Remove the Yopy PDA port
No official release was ever done for that platform. Production ceased
in 2005.
|
2017-12-19 07:37:08 +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 |
|
Colin Snover
|
216376477a
|
CGE: Remove garbage character from comments
|
2017-11-10 09:57:03 -06:00 |
|
Strangerke
|
3c41d9b9cb
|
CGE: Add a safeguard in pocFul
|
2014-03-02 20:44:21 +01:00 |
|
Johannes Schickel
|
ed40653105
|
CGE: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:33 +01:00 |
|
Sven Hesse
|
989ea7cb56
|
JANITORIAL: Remove trailing whitespace
|
2013-07-14 19:01:47 +02:00 |
|
Eugene Sandulenko
|
eb3d556e15
|
CGE: Plug memory leak. CID 1003914
|
2013-04-26 07:59:53 +03:00 |
|
Strangerke
|
76bf7b7c04
|
CGE: Add workaround for the dice puzzle for the devices not using a ALT key
|
2013-02-24 11:23:49 +01:00 |
|
Strangerke
|
f3884d1a98
|
CGE: Better handling of the wide 'space' character
|
2011-12-05 20:59:51 +01:00 |
|
Strangerke
|
816b65ff2c
|
CGE: Soltys - Fix initialization of a couple of bool variables
|
2011-12-03 17:52:05 +01:00 |
|
Strangerke
|
a12ba5f6a6
|
CGE: Simplify keyboard handling
|
2011-11-30 19:52:19 +01:00 |
|
Paul Gilbert
|
37756c9ffe
|
CGE: Better fix for restoring savegames when a cut-scene is active
|
2011-11-27 22:16:52 +11:00 |
|
Eugene Sandulenko
|
a95820956e
|
CGE: Fix array bounds check
|
2011-11-02 23:58:29 +00:00 |
|
Strangerke
|
727afcf4bd
|
CGE: Add some doxygen comments
|
2011-10-22 06:30:04 +02:00 |
|
Strangerke
|
a9abe40a12
|
CGE: Add come comments in inventory functions
|
2011-10-09 11:24:43 +02:00 |
|
Strangerke
|
3ac1240b6a
|
CGE: Translate (and clarify) polish comments. Add a couple of doxygen comments
Thanks Aquadran for the initial translation of Polish comments
|
2011-10-01 11:10:49 +02:00 |
|
Strangerke
|
2d882fdf18
|
CGE: Rename Snail into CommandHandler, plus some associated renamings
|
2011-09-18 11:25:34 +02:00 |
|
Strangerke
|
17802f8903
|
CGE: Fix a potential bug in insertCommand(), some renaming
|
2011-09-17 23:04:12 +02:00 |
|
Strangerke
|
d574cfe272
|
CGE: Move _talk and _text to CGEEngine
|
2011-09-17 17:27:05 +02:00 |
|
Strangerke
|
3583c949f2
|
CGE: Move some more globals to CGEEngine
|
2011-09-17 17:17:22 +02:00 |
|
Strangerke
|
4778ff720c
|
CGE: Move some more globals to CGEEngine
|
2011-09-17 10:54:50 +02:00 |
|
Strangerke
|
f5eca79658
|
CGE: Move 4 global to CGEEngine
|
2011-09-17 10:08:52 +02:00 |
|
Strangerke
|
938c08ae58
|
CGE: Get rid of some more global functions and static members
|
2011-09-16 20:31:39 +02:00 |
|
Strangerke
|
15bf8050b8
|
CGE: Move two globals functions to CGEEngine
|
2011-09-16 06:45:53 +02:00 |
|
Strangerke
|
c993108207
|
CGE: Transform some static and globals into class members
|
2011-09-15 08:00:54 +02:00 |
|
Strangerke
|
d28ac81a12
|
CGE: Rename cave into scene
|
2011-09-14 08:15:30 +02:00 |
|
Filippos Karapetis
|
af93130fdd
|
CGE: Readded a line that was removed by mistake in r94db561
|
2011-09-12 23:33:05 +03:00 |
|
Filippos Karapetis
|
94db56189b
|
CGE: Removed a leftover goto statement
|
2011-09-12 23:05:08 +03:00 |
|
Strangerke
|
45de8747d5
|
CGE: Clean up and split snBarrier(), remove progName()
|
2011-09-07 22:37:03 +02:00 |
|
Strangerke
|
52f669c93c
|
CGE: Replace Hxy by Common::Point
|
2011-09-06 23:14:49 +02:00 |
|
Strangerke
|
e46c613e9a
|
CGE: Remove 'count' static variable from snail
Thanks LordHoto for pointing it out
|
2011-09-06 19:56:47 +02:00 |
|
Strangerke
|
5bad1a7c7f
|
CGE: Take into account some of LordHoto's comments
|
2011-09-06 00:43:40 +02:00 |
|
Strangerke
|
d7695542cd
|
CGE: Remove various defines and functions from "general"
Those were already present in ScummVM (thanks Fingolfin for point out)
|
2011-09-06 00:16:07 +02:00 |
|
Strangerke
|
56e57cf380
|
CGE: Remove two useless callback types
|
2011-09-04 11:23:01 +02:00 |
|
Strangerke
|
31d4173136
|
CGE: Fix thumbnails display when a game is loaded.
|
2011-09-01 00:22:20 +02:00 |
|
Strangerke
|
4cb6c739a4
|
CGE: Change a couple of static members to non static in Vga class
|
2011-08-27 19:09:13 +02:00 |
|
Strangerke
|
bb591b5415
|
CGE: Some clean up in Vga class
|
2011-08-21 11:15:28 +02:00 |
|
Alyssa Milburn
|
c1807138fb
|
CGE: Cleanup of snail.cpp.
|
2011-08-20 00:11:30 +02:00 |
|
Alyssa Milburn
|
f0889d3f54
|
CGE: Remove unused snSelect function, and broken config.cpp.
|
2011-08-19 16:02:50 +02:00 |
|
Paul Gilbert
|
372d488b3b
|
CGE: Revert previous commit of flags synchronisation
|
2011-08-19 20:36:43 +10:00 |
|
Paul Gilbert
|
0d730b85e3
|
CGE: Changed the Sprite bit-flags into a union, to fix savegame endian issues
|
2011-08-19 19:49:05 +10:00 |
|
Strangerke
|
b02e34cade
|
CGE: Implement sayTime()
|
2011-08-13 09:33:39 +02:00 |
|
Strangerke
|
6f92cdd0d0
|
CGE: Rename some more defines
|
2011-08-02 21:47:56 +02:00 |
|
Strangerke
|
88f6cc9b23
|
CGE: Clean eventManager
|
2011-08-01 09:53:15 +02:00 |
|
Strangerke
|
c053762c63
|
CGE: Replace magic values by defines, rename some defines
|
2011-07-31 19:56:14 +02:00 |
|
Strangerke
|
55df4d0635
|
CGE: Rename some class members, various clean up
|
2011-07-31 00:52:35 +02:00 |
|
Strangerke
|
8b53899ca7
|
CGE: Remove Heart
|
2011-07-30 15:28:57 +02:00 |
|
Strangerke
|
5c7eb9a768
|
CGE: un-static-fy several variables, clean Heart class
|
2011-07-30 12:52:04 +02:00 |
|
Strangerke
|
316b73ee00
|
CGE: Remove Startup class, set _fx and _sound as dynamic
|
2011-07-29 10:02:32 +02:00 |
|
Strangerke
|
82adc025ea
|
CGE: Remove DrvInfo, rename some enums
|
2011-07-24 23:42:03 +02:00 |
|