Commit Graph
67 Commits
Author SHA1 Message Date
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Andrei Prykhodko c6450e49ce PINK: pass string by reference in SequenceActorState ctor 2020-06-04 21:22:16 +03:00
Andrei Prykhodko 0d18e0757f PINK: JANITORIAL: fixed typo 2020-06-04 21:09:01 +03:00
Andrei Prykhodko cedf844ae4 PINK: JANITORIAL: fixed typo 2020-06-04 21:06:23 +03:00
Andrei Prykhodko df0e8a9490 PINK: JANITORIAL: formatting fixes 2020-06-04 20:53:30 +03:00
Andrei Prykhodko bb4fb9b751 PINK: JANITORIAL: fixed names 2020-06-04 20:51:41 +03:00
Henrik "Henke37" Andersson 3629415345 PINK: make toConsole const 2020-02-15 22:05:44 +01:00
Bastien Bouclet 3c625d3b1c PINK: Add override keywords 2020-02-09 12:43:16 +01:00
Andrei Prykhodko 3c67ce0eed PINK: removed usage of global variable 2019-05-08 12:01:22 +03:00
Andrei Prykhodko d6f2a89488 PINK: fixed original bug when ActionSfx continues to play when it should stop 2018-08-16 06:33:53 +03:00
Andrei Prykhodko 486a63d14f PINK: JANITORIAL: formatting fixes 2018-08-16 06:33:53 +03:00
Andrei Prykhodko cd87d76932 PINK: added more debug output, removed unneeded 2018-07-21 19:40:12 +03:00
Andrei Prykhodko cb3945cf4f PINK: hid debug output under channels and levels 2018-07-21 16:23:57 +03:00
Andrei Prykhodko 0a6993a09b PINK: fixed uninitialized fields 2018-06-30 23:49:27 +03:00
Andrei Prykhodko 8cbdc4b63f PINK: renamed method of SequenceContext 2018-06-28 23:51:32 +02:00
Andrei Prykhodko be3e0148df PINK: removed unused include directives 2018-06-28 23:51:32 +02:00
Andrei Prykhodko 81f60be7c8 PINK: fixed playing last audio subsequence 2018-06-28 23:51:32 +02:00
whiterandrek 60d2c3e2f2 PINK: fixed playing SequenceAudio with long songs 2018-06-28 23:51:32 +02:00
Eugene Sandulenko 85e0c7ccd3 PINK: JANITORIAL: Indentation fixes 2018-06-28 23:51:32 +02:00
Eugene Sandulenko a224e41edc PINK: JANITORIAL: More whitespace fixes 2018-06-28 23:51:32 +02:00
Eugene Sandulenko c3e1157d18 PINK: JANITORIAL: More formatting fixes 2018-06-28 23:51:32 +02:00
whiterandrek 99416cb331 PINK: fix mismatched declarations 2018-06-28 23:51:32 +02:00
whiterandrek 28a1ff7555 PINK: fix shadowing declarations 2018-06-28 23:51:32 +02:00
whiterandrek 3143cc3f29 PINK: add saving/loading of parallel contexts 2018-06-28 23:51:32 +02:00
whiterandrek 3134b2d230 PINK: fix wrong deleting of conflicting contexts 2018-06-28 23:51:32 +02:00
whiterandrek 6278ab72b4 PINK: fix compiler warning about string literal 2018-06-28 23:51:32 +02:00
whiterandrek e2ac931ccb PINK: rework scripting system 2018-06-28 23:51:32 +02:00
whiterandrek cfc5538f95 PINK: fix skipping sequence 2018-06-28 23:51:32 +02:00
whiterandrek 0835b0fee1 PINK: fix SeqTimer updating when actor isn't found 2018-06-28 23:51:32 +02:00
whiterandrek 4aa908860b PINK: add Hokus Pokus scripting system 2018-06-28 23:51:32 +02:00
whiterandrek 58e7d560ee PINK: inline small functions 2018-06-28 23:51:32 +02:00
whiterandrek 0659ca4846 PINK: fix mem leaks 2018-06-28 23:51:32 +02:00
whiterandrek cf04fb20c7 PINK: rework sound system 2018-06-28 23:51:32 +02:00
whiterandrek b682ecb0ea PINK: refactor Actors to remove casts and improve readability 2018-06-28 23:51:32 +02:00
whiterandrek 0b4c0b2bee PINK: add saving and loading state of sequencer 2018-06-28 23:51:32 +02:00
whiterandrek e98c14c3d7 PINK: fix formatting 2018-06-28 23:51:32 +02:00
whiterandrek d7f09d4c3c PINK: remove extended initializer lists 2018-06-28 23:51:32 +02:00
whiterandrek d3d7a92800 PINK: fix compilation error 2018-06-28 23:51:32 +02:00
whiterandrek 82974a9ce3 PINK: fix indentation 2018-06-28 23:51:32 +02:00
whiterandrek ea5c093410 PINK: remove lambda functions
PINK: remove lambda functions

PINK: remove >> << operators
2018-06-28 23:51:32 +02:00
whiterandrek c06452594f PINK: fix no newline warning 2018-06-28 23:51:32 +02:00
whiterandrek 37574a3bcf PINK: remove >> << operators 2018-06-28 23:51:32 +02:00
whiterandrek a45e58319d PINK: fix signed vs unsigned comparison 2018-06-28 23:51:32 +02:00
whiterandrek 8733e54cd4 PINK: remove the use of auto variables 2018-06-28 23:51:32 +02:00
whiterandrek 39ed15d2f7 PINK: fix includes 2018-06-28 23:51:32 +02:00
whiterandrek 3411750a1c PINK: removed single-line function from SeqTimer 2018-06-28 23:51:32 +02:00
whiterandrek c1af0371ee PINK: fixed crash in Hokus Pokus 2018-06-28 23:51:32 +02:00
whiterandrek 23157a6450 PINK: fix for Pokus game 2018-06-28 23:51:32 +02:00
whiterandrek a7ad5fe86a PINK: fixes crash on loading final scene of Passport to Peril(not tested) 2018-06-28 23:51:32 +02:00
whiterandrek 888f5b668f PINK: added more constants 2018-06-28 23:51:32 +02:00