Commit Graph
31 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 284226244e PETKA: refactor Resource manager 2020-10-13 00:34:35 +03:00
Andrei Prykhodko b8bd1d1d41 PETKA: changed object's fields type to bool where appropriate 2020-05-30 23:03:30 +03:00
Andrei Prykhodko bd39dfc352 PETKA: use Common::Point in object's methods 2020-05-30 22:54:55 +03:00
Andrei Prykhodko c232da28b9 PETKA: refactored interfaces 2020-05-30 22:08:20 +03:00
Andrei Prykhodko 4b1a659e71 PETKA: moved processing kTotalInit to QSystem 2020-05-30 22:08:20 +03:00
Andrei Prykhodko 24cc7b3d5a PETKA: use non-const point in interface methods 2020-05-30 11:53:19 +03:00
Andrei Prykhodko 3a95f037af PETKA: use Engine method to quit game 2020-05-30 11:31:15 +03:00
Andrei Prykhodko a34569c959 PETKA: use show method for objects in startup and map interfaces 2020-05-30 11:02:48 +03:00
Andrei Prykhodko 8eaf9ebcdc PETKA: fixed crash 2020-05-30 11:01:34 +03:00
Andrei Prykhodko dedc6be7b9 PETKA: refactored attaching objects to interfaces 2020-05-30 01:42:02 +03:00
Andrei Prykhodko b1e83d068a PETKA: access objects through getters 2020-05-29 10:03:08 +03:00
Andrei Prykhodko 3882d61d73 PETKA: simplified adding dirty rects 2020-05-25 11:31:15 +03:00
Andrei Prykhodko c1e16a7e4d PETKA: optimized drawing when moving mouse in map and startup interfaces 2020-05-22 15:46:41 +03:00
Andrei Prykhodko 3563dc90b7 PETKA: renamed field in QMessageObject 2020-05-22 15:43:03 +03:00
Andrei Prykhodko 3dfa26ab64 PETKA: removed unused fields in QMessageObject 2020-05-22 15:41:18 +03:00
Andrei Prykhodko 9271c2edf1 PETKA: fix compilation 2020-05-22 11:45:07 +03:00
Andrei Prykhodko 6ce60dbed7 PETKA: stop interfaces properly 2020-05-22 11:11:08 +03:00
Eugene Sandulenko 4ac21b4d58 PETKA: Aligned overridden method prototypes 2020-05-17 14:26:33 +02:00
Andrei Prykhodko 139bb33f32 PETKA: fixed compilation 2020-05-16 22:37:59 +02:00
Andrei Prykhodko b973ec372f PETKA: added initCursor function to interface class 2020-05-16 22:37:59 +02:00
Andrei Prykhodko 7c14d49398 PETKA: added constants to startup interface 2020-05-16 22:37:59 +02:00
Andrei Prykhodko 6f1161f9b1 PETKA: added SET and PLAY opcodes implementation 2020-05-16 22:37:59 +02:00
Andrei Prykhodko 06d99e210f PETKA: reworked object updating 2020-05-16 22:37:59 +02:00
Andrei Prykhodko 47984f1471 PETKA: implemented starting a new game 2020-05-16 22:37:59 +02:00
Andrei Prykhodko f3538539e9 PETKA: moved game object classes to separate files 2020-05-16 22:37:59 +02:00
Andrei Prykhodko 72b0685fa9 PETKA: added saveload interface 2020-05-16 22:37:59 +02:00
Andrei Prykhodko b2432a3d09 PETKA: made loop condition in InterfaceStartup equal to disasm 2020-05-16 22:37:59 +02:00
Andrei Prykhodko d24f8c52cc PETKA: JANITORIAL: fixed formatting 2020-05-16 22:37:59 +02:00
Andrei Prykhodko 1e11c80040 PETKA: added some constants to startup class 2020-05-16 22:37:59 +02:00
Andrei Prykhodko c0bcc30612 PETKA: moved interface classes to separate files 2020-05-16 22:37:59 +02:00