Commit Graph
48 Commits
Author SHA1 Message Date
Le Philousophe d698fc6bbe CGE: Don't use unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh 69f45d9258 CGE: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Tomasz Długosz eaab877d66 JANITORIAL: fix the name of original author of cge and cge2
The first name is Janusz, not Janus.
The correct name was used in AUTHORS and credits.
In case of doubts, see his personal webpage: https://www.jbw.pl/ - name is in the page footer
2020-04-18 20:59:57 +02:00
Johannes Schickel ed40653105 CGE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
Strangerke 14a59b97b2 CGE: Silent some CppCheck warnings 2012-07-05 21:31:43 +02:00
Strangerke b1cc34a080 CGE: Remove hack used to store keycode in CGEEvent 2012-07-05 21:31:42 +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 4778ff720c CGE: Move some more globals to CGEEngine 2011-09-17 10:54:50 +02:00
Strangerke 0668a56f69 CGE: Move _vga to CGEEngine 2011-09-16 23:54:08 +02:00
Strangerke 5bad1a7c7f CGE: Take into account some of LordHoto's comments 2011-09-06 00:43:40 +02:00
Strangerke 27328f2546 CGE: Little cleanup of vmenu 2011-09-05 21:21:42 +02:00
Alyssa Milburn 4e156b2463 CGE: Mass re-style/cleanup. 2011-08-19 16:04:10 +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 6f92cdd0d0 CGE: Rename some more defines 2011-08-02 21:47:56 +02:00
Strangerke 55df4d0635 CGE: Rename some class members, various clean up 2011-07-31 00:52:35 +02:00
Strangerke 7d5eb1ee63 CGE: Janitorial: remove trailing spaces 2011-07-28 15:35:12 +02:00
Strangerke 82adc025ea CGE: Remove DrvInfo, rename some enums 2011-07-24 23:42:03 +02:00
Strangerke c728a53148 CGE: Rename IOMode and SnCom enums 2011-07-23 14:31:39 +02:00
Strangerke dc28d9debb CGE: rename constants in bitmap 2011-07-19 08:42:58 +02:00
Strangerke 9a148a27cc CGE: Remove macro farnew 2011-07-19 08:09:16 +02:00
Strangerke a073e78ba1 CGE: Rename constants (WIP) 2011-07-19 07:50:07 +02:00
Paul Gilbert 10627dccfa CGE: Fix the selection of menu items to call appropriate dispatch method 2011-07-16 16:23:34 +10:00
Paul Gilbert 1870f09d31 CGE: Fix several allocation mismatches and Valgrind issues 2011-07-10 14:51:22 +10:00
Strangerke c86c62b288 CGE: Cleanup and renaming. Also move some static and global functions to CGEEngine. 2011-07-07 09:23:09 +02:00
Strangerke c313d2cce8 CGE: Even more renaming (WIP) 2011-07-03 16:22:26 +02:00
Strangerke 4116189395 CGE: Some more renaming (WIP) 2011-07-03 11:28:22 +02:00
Paul Gilbert 334de9626a CGE: Removed C standard library includes 2011-07-03 12:30:27 +10:00
Paul Gilbert 72ae475c97 CGE: Fix naming of touch() virtual methods, and fixed keyboard handling 2011-07-02 20:04:30 +10:00
Paul Gilbert ec28ef04c4 CGE: Merged mouse.* and keybd.* files to centralise event handling 2011-07-02 16:19:36 +10:00
Strangerke 8e531d0da3 CGE: Some more renaming (WIP) 2011-07-02 01:02:14 +02:00
Strangerke f2f3124246 CGE: Some more renaming (wip) 2011-06-29 16:13:17 +02:00
Strangerke 290305ad43 CGE: Cleanup : Start renaming. Add BMPLoad() function 2011-06-29 00:35:21 +02:00
Strangerke 083d6ff612 CGE: remove some if(n)def DEMO by using a new flag. Added CGEEngine in several classes in order to do so. 2011-06-27 01:03:47 +02:00
Strangerke a06a75b9a4 CGE: Implement ForceExt and RCrypt. Little style cleanup. 2011-06-26 12:07:42 +02:00
Strangerke 40f95669ae CGE: As there's only one instance of VGA, suppress all the static keywords from it 2011-06-20 00:13:41 +02:00
Strangerke 9918344cdc CGE: Fix several issues reported by CPPCHECK 2011-06-13 13:44:52 +02:00
Strangerke 64f2ccca9b CGE: Cleanup: remove trailing spaces 2011-06-13 13:07:45 +02:00
Strangerke ffc2aa4e4f CGE: Format code 2011-06-13 11:57:24 +02:00
Strangerke 11264a60a7 CGE: Stubbing and cleanup made by SylvainTV 2011-06-11 22:35:21 +02:00
Strangerke 29065d302a CGE: Add namespaces 2011-06-10 22:57:09 +02:00
Strangerke 7d88b9e4cd CGE: Suppress typedef for byte, word and dword. 2011-06-10 19:02:13 +02:00
Strangerke 68f7ff1115 CGE: Replace Boolean, TRUE and FALSE by bool, true, false 2011-06-10 13:06:03 +02:00
Strangerke a5c569eff2 CGE: Remove far and near keywords 2011-06-10 09:14:43 +02:00
Strangerke 03c540abff CGE: Add default header, fix some includes 2011-06-10 07:45:18 +02:00
Strangerke 01a7e7ad60 CGE: Add several sources based on headers 2011-06-09 08:20:53 +02:00