aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/snail.cpp
AgeCommit message (Collapse)Author
2019-10-16CGE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2017-12-19PORTS: Remove the Yopy PDA portBastien Bouclet
No official release was ever done for that platform. Production ceased in 2005.
2017-12-03ALL: Remove obsolete register keywordColin 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-11-10CGE: Remove garbage character from commentsColin Snover
2014-03-02CGE: Add a safeguard in pocFulStrangerke
2014-02-18CGE: Make GPL headers consistent in themselves.Johannes Schickel
2013-07-14JANITORIAL: Remove trailing whitespaceSven Hesse
2013-04-26CGE: Plug memory leak. CID 1003914Eugene Sandulenko
2013-02-24CGE: Add workaround for the dice puzzle for the devices not using a ALT keyStrangerke
2011-12-05CGE: Better handling of the wide 'space' characterStrangerke
2011-12-03CGE: Soltys - Fix initialization of a couple of bool variablesStrangerke
2011-11-30CGE: Simplify keyboard handlingStrangerke
2011-11-27CGE: Better fix for restoring savegames when a cut-scene is activePaul Gilbert
2011-11-02CGE: Fix array bounds checkEugene Sandulenko
2011-10-22CGE: Add some doxygen commentsStrangerke
2011-10-09CGE: Add come comments in inventory functionsStrangerke
2011-10-01CGE: Translate (and clarify) polish comments. Add a couple of doxygen commentsStrangerke
Thanks Aquadran for the initial translation of Polish comments
2011-09-18CGE: Rename Snail into CommandHandler, plus some associated renamingsStrangerke
2011-09-17CGE: Fix a potential bug in insertCommand(), some renamingStrangerke
2011-09-17CGE: Move _talk and _text to CGEEngineStrangerke
2011-09-17CGE: Move some more globals to CGEEngineStrangerke
2011-09-17CGE: Move some more globals to CGEEngineStrangerke
2011-09-17CGE: Move 4 global to CGEEngineStrangerke
2011-09-16CGE: Get rid of some more global functions and static membersStrangerke
2011-09-16CGE: Move two globals functions to CGEEngineStrangerke
2011-09-15CGE: Transform some static and globals into class membersStrangerke
2011-09-14CGE: Rename cave into sceneStrangerke
2011-09-12CGE: Readded a line that was removed by mistake in r94db561Filippos Karapetis
2011-09-12CGE: Removed a leftover goto statementFilippos Karapetis
2011-09-07CGE: Clean up and split snBarrier(), remove progName()Strangerke
2011-09-06CGE: Replace Hxy by Common::PointStrangerke
2011-09-06CGE: Remove 'count' static variable from snailStrangerke
Thanks LordHoto for pointing it out
2011-09-06CGE: Take into account some of LordHoto's commentsStrangerke
2011-09-06CGE: Remove various defines and functions from "general"Strangerke
Those were already present in ScummVM (thanks Fingolfin for point out)
2011-09-04CGE: Remove two useless callback typesStrangerke
2011-09-01CGE: Fix thumbnails display when a game is loaded.Strangerke
2011-08-27CGE: Change a couple of static members to non static in Vga classStrangerke
2011-08-21CGE: Some clean up in Vga classStrangerke
2011-08-20CGE: Cleanup of snail.cpp.Alyssa Milburn
2011-08-19CGE: Remove unused snSelect function, and broken config.cpp.Alyssa Milburn
2011-08-19CGE: Revert previous commit of flags synchronisationPaul Gilbert
2011-08-19CGE: Changed the Sprite bit-flags into a union, to fix savegame endian issuesPaul Gilbert
2011-08-13CGE: Implement sayTime()Strangerke
2011-08-02CGE: Rename some more definesStrangerke
2011-08-01CGE: Clean eventManagerStrangerke
2011-07-31CGE: Replace magic values by defines, rename some definesStrangerke
2011-07-31CGE: Rename some class members, various clean upStrangerke
2011-07-30CGE: Remove HeartStrangerke
2011-07-30CGE: un-static-fy several variables, clean Heart classStrangerke
2011-07-29CGE: Remove Startup class, set _fx and _sound as dynamicStrangerke