Commit Graph
58 Commits
Author SHA1 Message Date
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
whiterandrek dac8d2a72b PINK: bugfixes and added basic inventory implementation 2018-06-28 23:51:32 +02:00
whiterandrek cad72b1532 PINK: basic walk, left click and seqTimer implementation 2018-06-28 23:51:32 +02:00
whiterandrek 49d5ea28c0 PINK: added basic cursor implementation, fixed sequenceAudio restarting and skipping, fixed various mem leaks, hopefully fixed finding of transparent color index. 2018-06-28 23:51:32 +02:00
whitertandrek f9c94a40a4 PINK: Implemented SequenceAudio as in original.
Now Peril's intro is almost like in original
2018-06-28 23:51:32 +02:00
whiterandrek e55839ff20 PINK: added restart method to SequenceAudio 2018-06-28 23:51:32 +02:00
whiterandrek 896511c34a PINK: hacky implementation of SequenceAudio 2018-06-28 23:51:32 +02:00
whiterandrek 48d34128b2 PINK: implemented skipping to last subsequence 2018-06-28 23:51:32 +02:00
whiterandrek ea5cb3a60e PINK: implemented sequence restarting 2018-06-28 23:51:32 +02:00
whiterandrek 675f83256a PINK: added button to toggle Drawing of Bounding Rectangles 2018-06-28 23:51:32 +02:00