Commit Graph
30 Commits
Author SHA1 Message Date
Eugene Sandulenko eb752bf109 PETKA: Avoid unnecessary object copying. CID 1498702 2022-10-24 11:12:29 +02:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Cameron Cawley cd98ed87a4 PETKA: Fix rendering issue on first screen update 2021-08-30 23:27:13 +02:00
Andrei Prykhodko 6ff94e6d47 PETKA: refactor VideoSystem 2020-10-12 22:49:57 +03:00
Andrei Prykhodko 301bd3e115 PETKA: optimize drawing 2020-10-04 17:51:34 +03:00
Andrei Prykhodko 7e41be4877 PETKA: renamed unk field in QSystem 2020-10-02 22:35:18 +03:00
Andrei Prykhodko e75ee3f5f2 PETKA: completed video system 2020-10-02 22:35:18 +03:00
Andrei Prykhodko be9372d817 PETKA: fixed objects positions when xOffset is not zero 2020-10-01 19:32:49 +03:00
Andrei Prykhodko bfeb6cda0b PETKA: added engine field to VideoSystem 2020-06-05 21:01:15 +03:00
Andrei Prykhodko 5b4311bf8e PETKA: stop the world when case is opened 2020-05-25 16:14:36 +03:00
Andrei Prykhodko b0809250ec PETKA: reimplemented video system 2020-05-24 22:01:19 +03:00
Andrei Prykhodko 20e9aac907 PETKA: fix comparison between signed and unsigned 2020-05-21 23:38:56 +03:00
Andrei Prykhodko 0d0ca6961d PETKA: reimplemented shaking 2020-05-20 21:58:51 +03:00
Andrei Prykhodko 65c60178d9 PETKA: removed unused function 2020-05-20 21:50:42 +03:00
Andrei Prykhodko 270086fd9f PETKA: added stable sorting function 2020-05-20 18:36:58 +03:00
Andrei Prykhodko a070bd97ff PETKA: added new opcodes 2020-05-17 21:33:47 +03:00
Eugene Sandulenko 1491484f44 PETKA: Fix warnings 2020-05-16 22:51:35 +02:00
Andrei Prykhodko 158a18b42b PETKA: removed tracking sound by global variable 2020-05-16 22:37:59 +02:00
Andrei Prykhodko 1b7e691f25 PETKA: renamed method in DialogInterface 2020-05-16 22:37:59 +02:00
Andrei Prykhodko 25b6c21992 PETKA: hack to continue dialog after phrase ends 2020-05-16 22:37:59 +02:00
Andrei Prykhodko 10a2ea1f10 PETKA: fixed frame time of video system 2020-05-16 22:37:59 +02:00
Andrei Prykhodko bb10d42a33 PETKA: implemented SETPOS opcode 2020-05-16 22:37:59 +02:00
Andrei Prykhodko e984d7a526 PETKA: added makeAllDirty method to video system 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 22abfc0245 PETKA: implemented handling z coordinate of objects 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 a3761ab0fb PETKA: added partial implementation of settings interface 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
Andrei Prykhodko a5ea8881ec PETKA: implemented startup menu 2020-05-16 22:37:59 +02:00
Andrei Prykhodko 5b7119f3bb PETKA: implemented menu loading 2020-05-16 22:37:59 +02:00