Commit Graph
26 Commits
Author SHA1 Message Date
Le Philousophe ceca603464 CGE2: Don't use unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
Le Philousophe 4113d2a3e6 CGE2: Don't pass the engine object to EncryptedStream
It doesn't need it and when linked with detection and with UBSan enabled
build fails because CGE2Engine isn't linked in
2022-01-03 14:44:03 +02:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
taylorzhancher d3dd051e91 CGE2: Adding TTS feature 2021-07-26 12:35:27 +01: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
Filippos Karapetis c76c72c799 CGE2: Remove trailing whitespace 2014-10-28 16:06:07 +02:00
uruk fecabc039e CGE2: Initialize every member in Talk's every constructor. 2014-08-13 19:53:28 +02:00
Strangerke b8b3e5af04 CGE2: Some more minor cleanup 2014-08-03 15:44:20 +02:00
Strangerke 6558581d68 CGE2: Remove more checks on the return value of new 2014-08-03 10:33:37 +02:00
uruk cee669e763 CGE2: Implement setAutoColors().
Add a redefinition of closest() to do so.
2014-07-29 13:25:13 +02:00
Strangerke 72c8dbaf66 CGE2: Update another warning 2014-07-25 10:58:54 +02:00
Strangerke d83a8162bb CGE2: Remove unused constant in Talk, fix a warning 2014-07-25 10:55:53 +02:00
uruk 49cea2d927 CGE2: Initialize _wideSpace in InfoLine's constructor. 2014-07-17 17:23:12 +02:00
Strangerke 4d2c1315ac CGE2: Silence a GCC warning, reduce the scope of a variable 2014-07-09 18:48:16 +02:00
uruk 5a1383343f CGE2: Rework number(). 2014-07-09 11:33:02 +02:00
uruk c7aa91019b CGE2: Replace NULL with nullptr everywhere. 2014-07-07 21:42:45 +02:00
Strangerke e9396f8d10 CGE2: Fix some GCC warnings 2014-06-27 01:09:34 +02:00
uruk baffdd97e2 CGE2: Fix coordinates of mouse handling.
Now infoLine is working properly. Rework solidAt() to achieve that.
Also move spriteAt from talk.cpp to cge2_main.cpp, and remove the older version which didn't use V2D as a parameter.
2014-06-15 21:11:42 +02:00
uruk ae96463036 CGE2: Rework EventManager::handleEvents().
Also add and implement spriteAt() during the process.
2014-06-15 21:11:42 +02:00
uruk e10f22b62f CGE2: Move kLineMax to cge2.h. 2014-06-10 14:02:17 +02:00
Strangerke 5d80601c06 CGE2: Reduce the scope of a couple of variables, fix style 2014-06-08 22:53:38 +02:00
uruk ba8bc2e40b CGE2: Rework empty-checks of strings. 2014-06-08 12:55:19 +02:00
uruk 152d795b45 CGE2: Implement InfoLine.
Move initialization of _font, so it precedes _infoLine's and doesn't cause more problems.
2014-06-06 22:07:32 +02:00
uruk 9efb2ef1a9 CGE2: Implement Talk. 2014-06-06 21:35:29 +02:00
uruk 63a153165a CGE2: Implement Font. 2014-06-06 16:45:02 +02:00
uruk 57b9a31ac2 CGE2: Add stubbed Font and Talk.
All to further implement caveUp().
2014-05-19 16:32:53 +02:00