330 Commits

Author SHA1 Message Date
a/
ab19d4437b
SAGA2: Remove unnecessary drawing code 2021-07-01 01:37:05 +02:00
Eugene Sandulenko
58cd891353
SAGA2: Remove unused graphics primitives 2021-07-01 01:37:05 +02:00
Eugene Sandulenko
67688d5eb1
SAGA2: Implemented more graphics-related methods 2021-07-01 01:37:05 +02:00
Eugene Sandulenko
1c562392a0
SAGA2: Complete vWDisplayPage::writeTransPixels(). This fixes text rendering 2021-07-01 01:37:05 +02:00
Eugene Sandulenko
68dd738ec8
SAGA2: Plug memory leak 2021-07-01 01:37:05 +02:00
a/
79e1a95181
SAGA2: Fix gDisplayPage::bltPixels 2021-07-01 01:37:05 +02:00
a/
cc1e289597
SAGA2: Set blip relative to mainPort 2021-07-01 01:37:05 +02:00
a/
57f9908fa4
SAGA2: Fix mainPage initialization 2021-07-01 01:37:05 +02:00
Eugene Sandulenko
26798e29eb
SAGA2: Rewrote PatrolRoute to Common::Stream and portability fixes 2021-07-01 01:37:04 +02:00
Eugene Sandulenko
7d929d67a7
SAGA2: Initial code cleanup for PatrolRoutes 2021-07-01 01:37:04 +02:00
Eugene Sandulenko
512f1268d7
JANITORIAL: Fix formatting 2021-07-01 01:37:04 +02:00
a/
1357f1bade
SAGA2: Increase noisy message's debug level 2021-07-01 01:37:04 +02:00
a/
271a27dbdb
SAGA2: Fix some initialization steps 2021-07-01 01:37:04 +02:00
Eugene Sandulenko
b4acb68254
SAGA2: Shift palette 2021-07-01 01:37:04 +02:00
a/
716d3148c3
SAGA2: Initialize mainPort and blit its contents 2021-07-01 01:37:04 +02:00
Eugene Sandulenko
20d3131c16
Revert "SAGA2: Fix unitialized variable"
This reverts commit a8308dd1cbc79fd672e288a323788622f679ab94.

The real issue is in the unitialized class variables which were fixed.
2021-07-01 01:37:04 +02:00
Eugene Sandulenko
d53bc7074c
SAGA2: Correctly initialize Points and Rectangles 2021-07-01 01:37:03 +02:00
Eugene Sandulenko
a76d3ff760
SAGA2: Show cursror 2021-07-01 01:37:03 +02:00
a/
9f38ff10cd
SAGA2: Fix unitialized variable 2021-07-01 01:37:03 +02:00
Eugene Sandulenko
c7c4db7c38
SAGA2: More low-level drawing code 2021-07-01 01:37:03 +02:00
Eugene Sandulenko
6916f47f95
SAGA2: Hid noisy warning 2021-07-01 01:37:03 +02:00
Eugene Sandulenko
a6ec2a77de
SAGA2: Implement few low level drawing routines 2021-07-01 01:37:03 +02:00
Eugene Sandulenko
269a21cdef
SAGA2: Stub loading async resources 2021-07-01 01:37:03 +02:00
Eugene Sandulenko
bc34ccb8a3
SAGA2: Rewrite ThreadList for using conventional array 2021-07-01 01:37:03 +02:00
Eugene Sandulenko
98e7e8fab0
SAGA2: Remove unused method 2021-07-01 01:37:02 +02:00
a/
1d1712df0a
SAGA2: Fix displayUpdate condition 2021-07-01 01:37:02 +02:00
a/
6f18b7b25d
SAGA2: Disable audio interface temporarily 2021-07-01 01:37:02 +02:00
a/
f9fe364f14
SAGA2: Fix memory-related errors on exit 2021-07-01 01:37:02 +02:00
a/
8d862027ba
SAGA2: Fix warnings in mouseimg.cpp 2021-07-01 01:37:02 +02:00
a/
1c157566a0
SAGA2: Fix textImage.data freeing in mouseimg.cpp 2021-07-01 01:37:02 +02:00
a/
e87ff70344
SAGA2: Fix font data reading in gtext.cpp 2021-07-01 01:37:02 +02:00
a/
26cd352872
SAGA2: Fix memory allocation in floating.cpp 2021-07-01 01:37:02 +02:00
a/
f53042a224
SAGA2: Stub checkRestartGame 2021-07-01 01:37:01 +02:00
a/
cb9004e2a0
SAGA2: Add debug channel for palettes 2021-07-01 01:37:01 +02:00
a/
d57f807e55
SAGA2: Insert osystem draw functions 2021-07-01 01:37:01 +02:00
a/
943df6181e
SAGA2: Fix mouseimg alloc-dealloc problem 2021-07-01 01:37:01 +02:00
a/
9642a17a0b
SAGA2: Fix drawPage initialization 2021-07-01 01:37:01 +02:00
Eugene Sandulenko
201743952c
JANITORIAL: Code formatting 2021-07-01 01:37:01 +02:00
a/
36d672189e
SAGA2: Fix global buffer overflow in terrain.cpp 2021-07-01 01:37:01 +02:00
a/
d6caa21992
SAGA2: Fix activeItemData loading 2021-07-01 01:37:01 +02:00
a/
4520b3ffa3
SAGA2: Fix assocList reading 2021-07-01 01:37:00 +02:00
Eugene Sandulenko
653998e4f1
SAGA2: Cleanup unneeded stubs 2021-07-01 01:37:00 +02:00
Eugene Sandulenko
8f19630ded
SAGA2: JANITORIAL: Fix code formatting 2021-07-01 01:37:00 +02:00
Eugene Sandulenko
1fd59c3759
SAGA2: Fix warnings 2021-07-01 01:37:00 +02:00
a/
91d47cb480
SAGA2: Cleanup handles in drawObject 2021-07-01 01:37:00 +02:00
a/
99d0035d61
SAGA2: Fix pose/colorscheme loading 2021-07-01 01:37:00 +02:00
Eugene Sandulenko
96bebe4853
SAGA2: Fix warnings 2021-07-01 01:37:00 +02:00
Eugene Sandulenko
e916e99d5f
SAGA2: Fix warnings 2021-07-01 01:37:00 +02:00
Eugene Sandulenko
6edd3ae7b5
SAGA2: Fix warnings 2021-07-01 01:36:59 +02:00
Eugene Sandulenko
6f21e5f7cc
SAGA2: Implement palette setting 2021-07-01 01:36:59 +02:00