Commit graph

17 commits

Author SHA1 Message Date
Eugene Sandulenko
89eda70a8a
QDENGINE: Removed redundant include 2024-11-08 01:33:00 +01:00
Eugene Sandulenko
116dea7c9e
QDENGINE: Added support for 3mice2-demo2
The demo contains only one video but it is encoded in MP4 format,
obviously to save the space (9MB vs 32MB in the full version, MP1).

I recoded video with ffmpeg:

  ffmpeg -i martha.mpg -b:v 6000k -maxrate:v 9000k martha-new.mpeg

The fun fact is that this video in the full game is broken: the video
freezes near the end. Thus, recoding the video is the way to go.
2024-10-17 01:46:05 +02:00
Eugene Sandulenko
b668795f34
QDENGINE: Added debug output for text rendering 2024-09-29 16:14:32 +02:00
kunxl-gg
5da983d8fa QDENGINE: Add ImGui debug channel
Signed-off-by: kunxl-gg <tiwari.25@iitj.ac.in>
2024-09-02 11:47:00 +02:00
kunxl-gg
0a7102f970 QDENGINE: Add more debug output
Signed-off-by: kunxl-gg <tiwari.25@iitj.ac.in>
2024-08-22 22:09:48 +02:00
Eugene Sandulenko
9040861741 QDENGINE: Added debug output to book_all minigame 2024-08-22 22:09:48 +02:00
Eugene Sandulenko
75e4a0601d QDENGINE: Added credits and clarified engine copyright dates 2024-08-22 22:09:48 +02:00
kunxl-gg
48c0ca950e QDENGINE: Add more debug output
Signed-off-by: kunxl-gg <tiwari.25@iitj.ac.in>
2024-08-22 22:09:48 +02:00
kunxl-gg
768ef1c406 QDENGINE: Implement WAV playback
Signed-off-by: kunxl-gg <tiwari.25@iitj.ac.in>
2024-08-22 22:09:48 +02:00
kunxl-gg
496dc84e91 QDENGINE: Replace appLog with debugC statements 2024-08-22 22:09:48 +02:00
kunxl-gg
e5c1458cfc QDENGINE: Rewrite save_data methods to use Common::SeekableWriteStream
Signed-off-by: kunxl-gg <tiwari.25@iitj.ac.in>
2024-08-22 22:09:48 +02:00
kunxl-gg
f4d3a7bf06 QDEngine: Add debug calls at the entry of quant methods
Signed-off-by: kunxl-gg <tiwari.25@iitj.ac.in>
2024-08-22 22:09:48 +02:00
Eugene Sandulenko
d8fae69bb8 QDENGINE: Remove detection.h file 2024-08-22 22:09:48 +02:00
Eugene Sandulenko
2221aff0c0 QDENGINE: Added temporary debug channel
Added bunch of mouse cursor-related temporarily output. To be deleted
2024-08-22 22:09:48 +02:00
Eugene Sandulenko
150ab7a97f QDENGINE: Enabled debug channels 2024-08-22 22:09:48 +02:00
kunxl-gg
297a14b23e QDENGINE: Add Copyright Headers
Signed-off-by: kunxl-gg <tiwari.25@iitj.ac.in>
2024-08-22 22:09:48 +02:00
Eugene Sandulenko
0f5c8a55f7 QDENGINE: Added engine skeleton 2024-08-22 22:09:48 +02:00