Commit Graph

18 Commits

Author SHA1 Message Date
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh
6a59febd46 COMPOSER: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
upthorn
c4c6cce78e COMPOSER: Completely removed unnecessary #ifdefs 2016-10-18 02:10:11 +02:00
upthorn
027bab88fb COMPOSER: Added support for saving/loading in V1 games. 2016-10-18 02:09:59 +02:00
upthorn
3d6eb8b49d COMPOSER: cleaned up miscellaneous gcc warnings and formatting issues. 2016-10-18 02:09:35 +02:00
upthorn
bbcf4a9218 COMPOSER: Fixed audio issues after save-game load. 2016-10-18 02:09:25 +02:00
upthorn
4e1f98a155 COMPOSER: failed attempt to correct audio sync issue 2016-10-18 02:09:14 +02:00
upthorn
2b58f42b8c COMPOSER: Continued work on saving/loading functionality. 2016-10-18 02:08:53 +02:00
Johannes Schickel
8ff496591e COMPOSER: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
Johannes Schickel
b4d0a8ba66 JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
Johannes Schickel
89abab97e3 JANITORIAL: Remove trailing whitespaces.
Powered by:
git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2012-09-26 04:17:55 +02:00
Alyssa Milburn
5e2ab1d050 COMPOSER: Don't delete pipe streams too early. 2011-11-05 18:33:52 +01:00
Alyssa Milburn
d70d6c4c50 COMPOSER: Play V1 pipe audio. 2011-11-05 00:21:05 +01:00
Alyssa Milburn
1c1eed784a COMPOSER: Add support for V1 pipes. 2011-11-04 22:38:33 +01:00
Alyssa Milburn
62a22b6293 COMPOSER: Fix a warning and an uninitialized value. 2011-08-04 21:50:17 +02:00
Alyssa Milburn
f683952327 COMPOSER: Minor whitespace/comment tweaks. 2011-07-20 09:54:11 +02:00
Alyssa Milburn
b8d081afe6 COMPOSER: Move Pipe code into resource.cpp. 2011-07-18 21:52:55 +02:00
Alyssa Milburn
40a6c232e9 COMPOSER: Add a first attempt at an engine. 2011-07-14 20:08:06 +02:00