157 Commits

Author SHA1 Message Date
Marisa-Chan 00609b9a35 GAMOS: Set copyright dates 2026-02-05 18:35:42 +07:00
Marisa-Chan cf74bf208d GAMOS: Add comments with game engine copyright, year and if preserved file date 2026-02-05 12:56:53 +07:00
Marisa-Chan 5647fc2090 GAMOS: Fill credits.pl 2026-02-05 10:42:17 +07:00
Marisa-Chan 652d2273cc GAMOS: Sort objects in module.mk 2026-02-05 10:41:57 +07:00
Marisa-Chan 9a5972cc03 GAMOS: Fix bracket style 2026-02-05 10:41:22 +07:00
Marisa-Chan a621555a74 GAMOS: Poll events on scroll routine 2026-02-05 10:40:56 +07:00
Marisa-Chan 972d6b3090 GAMOS: Replace iteration counter with uint 2026-02-05 10:40:15 +07:00
Marisa-Chan 3344c0c7b4 GAMOS: Replace commented code with tip 2026-02-05 10:39:21 +07:00
Marisa-Chan dac33adf7b GAMOS: Delete potfile because it's not needed 2025-12-29 22:56:21 +07:00
Marisa-Chan fab885a0f4 GAMOS: Specify size for size type in array2d template 2025-12-29 22:55:40 +07:00
Marisa-Chan ab7ce5dc06 GAMOS: Fix loading of engine version 16 2025-12-29 14:07:13 +07:00
Marisa-Chan 121ea94d31 GAMOS: Update detection table for 1C demo disc 2025-12-26 15:30:59 +07:00
Marisa-Chan 8ef1b1b362 GAMOS: Add support loading games with engine version 0x12 and 0x0b 2025-12-26 15:08:10 +07:00
Marisa-Chan 0a1563c1cd GAMOS: Update detection table 2025-12-26 15:03:13 +07:00
Marisa-Chan 001ca83781 GAMOS: Rename GetScummCode->getScummCode and GetWinCode->getWinCode 2025-12-25 13:09:36 +07:00
Marisa-Chan b72fbab5d5 GAMOS: Move const methods into header 2025-12-25 13:07:58 +07:00
Marisa-Chan 251a1f2282 GAMOS: Add conversion input into win1251 and win1252 codepages 2025-12-25 11:22:23 +07:00
Marisa-Chan 4c4e6ec4cd GAMOS: Use exe name as base for save file names 2025-12-24 13:21:30 +07:00
Marisa-Chan 0613f7e8ac GAMOS: give names for resource types 2025-12-23 16:08:23 +07:00
Marisa-Chan c6cc70fee2 GAMOS: give names for fields of Sprite and Unknown1 structures 2025-12-23 15:43:53 +07:00
Marisa-Chan ebc20d363c GAMOS: remove unused code created by engine template 2025-12-23 14:19:16 +07:00
Marisa-Chan 9a5c4cf508 GAMOS: Give names for methods 2025-12-23 13:59:55 +07:00
Marisa-Chan 057c87391e GAMOS: Rename many fields 2025-12-23 13:24:23 +07:00
Marisa-Chan cdea905c5c GAMOS: Delete unused fields 2025-12-23 11:43:06 +07:00
Marisa-Chan 7e54848636 GAMOS: Rename input handling fields and methods 2025-12-23 11:31:13 +07:00
Marisa-Chan 828304e05f GAMOS: Give names for part of path finding methods and variables 2025-12-23 10:27:38 +07:00
Marisa-Chan 76612f9bcb GAMOS: Inverse arguments in functions with reversed sequences 2025-12-20 01:04:26 +07:00
Marisa-Chan 5b59baf875 GAMOS: Remove unused save files xor key 2025-12-20 00:22:50 +07:00
Marisa-Chan 4e73f913e9 GAMOS: Remove unused commented variables and set missing _midiVolumeTarget in vm funcs 2025-12-20 00:19:06 +07:00
Marisa-Chan df90785170 GAMOS: Process for save only loaded screens 2025-12-19 23:35:43 +07:00
Marisa-Chan 9119a9c9e3 GAMOS: Set default scroll parameters on load 2025-12-19 23:27:10 +07:00
Marisa-Chan 197df3ac0b GAMOS: Implement internal save/load 2025-12-19 22:05:16 +07:00
Marisa-Chan 2ed96682f5 GAMOS: Split states uint16 into structure 2025-12-18 23:24:50 +07:00
Marisa-Chan 1f9b8b05a4 GAMOS: Split field in ObjectAction 2025-12-18 23:20:56 +07:00
Marisa-Chan efcb577f35 GAMOS: Replace variables with Common::Point 2025-12-17 21:40:37 +07:00
Marisa-Chan 653e109be1 GAMOS: Rename FUN_00402654 to removeObjectAtCoords 2025-12-17 15:11:15 +07:00
Marisa-Chan ee2eaffda0 GAMOS: Refactor object structure and split fields by their purpose 2025-12-17 11:29:09 +07:00
Marisa-Chan a276bb0453 GAMOS: Disable unused field in file.h 2025-11-10 18:40:49 +07:00
Marisa-Chan 1e115366cf GAMOS: Fix compiler warnings 2025-11-10 15:30:18 +07:00
Marisa-Chan 19871cfeea GAMOS: Change of VM class for eliminating global objects 2025-11-10 14:55:18 +07:00
Marisa-Chan 48d0a9c19d GAMOS: Move keycodes into engine class to eliminate global object 2025-11-10 13:21:03 +07:00
Marisa-Chan 9ea576d53a GAMOS: Give names for object flags 2025-11-06 21:53:43 +07:00
Eugene Sandulenko 842f437bc7 GAMOS: Fix compilation 2025-11-06 14:13:58 +01:00
Marisa-Chan c9dd029fcd GAMOS: Redo doDraw to original form of game engine 2025-11-06 14:51:32 +07:00
Marisa-Chan ab75ca4158 GAMOS: Fix incorrect blitting functions 2025-11-06 14:41:13 +07:00
Marisa-Chan 83da54868d GAMOS: Delete unused stack structure and add comments for undefined pointer 2025-11-05 20:59:02 +07:00
Marisa-Chan 55485e1c28 GAMOS: Silence debug message 2025-11-05 20:49:11 +07:00
Marisa-Chan 018c481ee5 GAMOS: Do not add empty key into seq 2025-11-05 20:48:54 +07:00
Marisa-Chan 7e4ce42116 GAMOS: Set video dithering if video not 8bit with palette (pilots 1 final avi) 2025-11-05 20:48:28 +07:00
Marisa-Chan d7848cb01c GAMOS: Stop sounds on video play and resume midi 2025-11-05 17:17:38 +07:00