Commit Graph
237 Commits
Author SHA1 Message Date
whiterandrek 84af69cdf6 PINK: move same code to startInventory function 2018-06-28 23:51:32 +02:00
whiterandrek 7b651e41c6 PINK: move the same code to functions(getInventoryMgr and getActorByPoint) 2018-06-28 23:51:32 +02:00
whiterandrek def6698164 PINK: add init method to InventoryActor 2018-06-28 23:51:32 +02:00
whiterandrek 9db2368028 PINK: fix toConsole method 2018-06-28 23:51:32 +02:00
whiterandrek 02524d81c8 PINK: remove sprite unnecessary updating by another hack 2018-06-28 23:51:32 +02:00
whiterandrek 5282560ba1 PINK: fix drawing of some sprites after setting frame 2018-06-28 23:51:32 +02:00
whiterandrek e0fa8fe171 PINK: fix ActionLoop Random 2018-06-28 23:51:32 +02:00
whiterandrek 471840514f PINK: fix determination of Actor by point 2018-06-28 23:51:32 +02:00
whiterandrek 2fb268b155 PINK: reworked sprite class(ActionCEL) and his inheritors. 2018-06-28 23:51:32 +02:00
whiterandrek 3ca2c13893 PINK: remove observing of looped sounds 2018-06-28 23:51:32 +02:00
whiterandrek 58e7d560ee PINK: inline small functions 2018-06-28 23:51:32 +02:00
whiterandrek ccd0ec7ffb PINK: inline one line archive functions; remove stream getters 2018-06-28 23:51:32 +02:00
whiterandrek 078557a1ad PINK: fix condition of miniGame 2018-06-28 23:51:32 +02:00
whiterandrek 5babed5790 PINK: fix playing looped sounds 2018-06-28 23:51:32 +02:00
whiterandrek b9a5f84515 PINK: fix game page destruction after saving 2018-06-28 23:51:32 +02:00
whiterandrek 10f6e0a6b3 PINK: fix loading empty page from save 2018-06-28 23:51:32 +02:00
whiterandrek 0659ca4846 PINK: fix mem leaks 2018-06-28 23:51:32 +02:00
whiterandrek f11d331129 PINK: implement sound balance 2018-06-28 23:51:32 +02:00
whiterandrek cf04fb20c7 PINK: rework sound system 2018-06-28 23:51:32 +02:00
whiterandrek 4fd0ec3ff7 PINK: fix ending of ActionCEL 2018-06-28 23:51:32 +02:00
whiterandrek a76d86a342 PINK: add check to startFrame because it can be greater than sprite's frames number 2018-06-28 23:51:32 +02:00
whiterandrek fb8d8c1f57 PINK: remove redundant adding sprite to scene, which doesn't need to be drawn 2018-06-28 23:51:32 +02:00
whiterandrek bfd1b62063 PINK: change drawing method 2018-06-28 23:51:32 +02:00
whiterandrek 4dd40b0f7b PINK: add saving/loading for PDA 2018-06-28 23:51:32 +02:00
whiterandrek f7693d3971 PINK: add proper implementation of Actor init function 2018-06-28 23:51:32 +02:00
whiterandrek 44efa90377 PINK: revised page initialization 2018-06-28 23:51:32 +02:00
whiterandrek 4874ed50d2 PINK: implement exit from PDA 2018-06-28 23:51:32 +02:00
whiterandrek da0adc92a2 PINK: reformat Action's code 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 a531381f2b PINK: change pause/unpause to pause method with parameter 2018-06-28 23:51:32 +02:00
whiterandrek 127e2fdf55 PINK: add PDAButtonActor(Pokus) implementation
Peril's pda actor is different
2018-06-28 23:51:32 +02:00
whiterandrek 9f23b4238c PINK: add Pokus World Book implementation 2018-06-28 23:51:32 +02:00
whiterandrek 001a08c91c PINK: fix deserializing of ActionText 2018-06-28 23:51:32 +02:00
whiterandrek 80622943e4 PINK: prepare page interface to add PDAPage 2018-06-28 23:51:32 +02:00
whiterandrek 11b5865b48 PINK: fix loading inventory save 2018-06-28 23:51:32 +02:00
whiterandrek 90864279f4 PINK: fixes to save system 2018-06-28 23:51:32 +02:00
whiterandrek d6b1b9396e PINK: add state saving/loading of Module and GamePage 2018-06-28 23:51:32 +02:00
whiterandrek 578b93af20 PINK: add state saving/loading of LeadActor 2018-06-28 23:51:32 +02:00
whiterandrek 9b5dac452d PINK: add state saving/loading of Inventory 2018-06-28 23:51:32 +02:00
whiterandrek 04a0c4ead6 PINK: add saving/loading state of WalkMgr 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 de6932f771 PINK: fix letter case 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 2bb2834782 PINK: fix compiler warning about UB 2018-06-28 23:51:32 +02:00
whiterandrek d3d7a92800 PINK: fix compilation error 2018-06-28 23:51:32 +02:00
whiterandrek f6dd0f2f49 PINK: remove commas at the end of enumerator lists 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