Commit Graph
54649 Commits
Author SHA1 Message Date
whiterandrek f6dd0f2f49 PINK: remove commas at the end of enumerator lists 2018-06-28 23:51:32 +02:00
whiterandrek 22e25ed890 PINK: fix module.mk 2018-06-28 23:51:32 +02:00
whiterandrek 82974a9ce3 PINK: fix indentation 2018-06-28 23:51:32 +02:00
whiterandrek 931d6adbcb PINK: return deleted variable declaration by mistake 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 d8e42e7395 PINK: change hex to dec numbers 2018-06-28 23:51:32 +02:00
whiterandrek b89de53fb1 PINK: fix arguments in InventoryItem method 2018-06-28 23:51:32 +02:00
whiterandrek c32c642eba PINK: change _endFrame type from uint32 to int32 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 656ca285ac PINK: change size_t to uint 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 38ff5b1e80 PINK: remove bug from description 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 d54c2a68cb PINK: fixed forward declaration 2018-06-28 23:51:32 +02:00
whiterandrek f3ac46e887 PINK: renamed method parameters to appropriate names in Condition classes 2018-06-28 23:51:32 +02:00
whiterandrek 9566439683 PINK: fixed sprites which start playing with delay 2018-06-28 23:51:32 +02:00
whiterandrek f03d5811ec PINK: updated status of engine 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 d11115a6aa PINK: fixed finding of nullptr Actor 2018-06-28 23:51:32 +02:00
whiterandrek ab4980aa59 PINK: added basic implementation of HandlerTimerSequences just to make Hokus Pokus playable after Black Hole 2018-06-28 23:51:32 +02:00
whiterandrek cdcb8f5ec6 PINK: changed size method to empty to improve readability 2018-06-28 23:51:32 +02:00
whiterandrek 23157a6450 PINK: fix for Pokus game 2018-06-28 23:51:32 +02:00
whiterandrek 0103b904a8 PINK: added missing include 2018-06-28 23:51:32 +02:00
whiterandrek 7528c33224 PINK: updated description of engine. Passport to Peril is now fully playable* 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 e11bc29abc PINK: increased buffer size (fixes crash in India Location) 2018-06-28 23:51:32 +02:00
whiterandrek 4ce6b3dbd2 PINK: fixed compilation errors 2018-06-28 23:51:32 +02:00
whiterandrek c9e7c001ad PINK: fixed unstoppable talk animation 2018-06-28 23:51:32 +02:00
whiterandrek 08d0652297 PINK: implemented stopFrame 2018-06-28 23:51:32 +02:00
whiterandrek 9cfa4970a2 PINK: fixed choosing item after getting it from click using other item 2018-06-28 23:51:32 +02:00
whiterandrek 84529c9177 PINK: fixed entering to Mucky Duck Pub 2018-06-28 23:51:32 +02:00
whiterandrek 0d82a3062c PINK: added movement for picked item from inventory 2018-06-28 23:51:32 +02:00
whiterandrek 866b552eed PINK: changed static_cast to dynamic_cast 2018-06-28 23:51:32 +02:00
whiterandrek 9364010e5e PINK: fixed setting action method 2018-06-28 23:51:32 +02:00
whiterandrek 954ee72b87 PINK: fixed finding nullptr action 2018-06-28 23:51:32 +02:00
whiterandrek 362db13d17 PINK: fixed SideEffectLocation 2018-06-28 23:51:32 +02:00
whiterandrek d83022b607 PINK: added implementation of mini-games (PubPink and ParlSqPink) 2018-06-28 23:51:32 +02:00
whiterandrek 181b89035a PINK: added implementation of item using 2018-06-28 23:51:32 +02:00
whiterandrek 604c74ab07 PINK: added missing cursor 2018-06-28 23:51:32 +02:00
whiterandrek ed3fce3267 PINK: fixed compilation error 2018-06-28 23:51:32 +02:00
whiterandrek 52df3e15f8 PINK: removed unnecessary method call 2018-06-28 23:51:32 +02:00
whiterandrek 6f128e9146 PINK: added missing parameter in ActionPlayWithSfx::toConsole method; 2018-06-28 23:51:32 +02:00
whiterandrek ba29d37ccd PINK: fixed stopping sfx according to disasm 2018-06-28 23:51:32 +02:00
whiterandrek c9887c6151 PINK: added PDAButtonActor and AudioInfoPDAButton 2018-06-28 23:51:32 +02:00
whiterandrek 9f8356e52e PINK: fixed Inventory onClick method and other bugfixes 2018-06-28 23:51:32 +02:00
whiterandrek 888f5b668f PINK: added more constants 2018-06-28 23:51:32 +02:00
whiterandrek ec96a3b1e7 PINK: added check for item owner 2018-06-28 23:51:32 +02:00