Eugene Sandulenko
fb7095f5a4
COMMON: Move all compression-related files to a separate directory
2022-12-01 11:53:02 +01:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
neuromancer
0578120fb4
PRIVATE: fix and refactor palette remapping
2021-11-28 14:21:59 +01:00
neuromancer
2798dc9eb8
PRIVATE: some more palette fixes when the games is paused/unpaused
2021-10-30 22:43:25 +02:00
neuromancer
b9f84d4410
PRIVATE: some palette fixes when the games is paused/unpaused
2021-10-30 18:10:22 +02:00
neuromancer
a14662a5ef
PRIVATE: optimized VSimage drawing and removed old palette indexes
2021-10-30 14:28:03 +02:00
neuromancer
48bdc8f63e
PRIVATE: first approach to handle the original palette without any image conversion
2021-10-30 12:09:01 +02:00
neuromancer
0c9f922917
PRIVATE: refactored palette composition for PS3
2021-09-15 19:50:29 +02:00
neuromancer
dc3919b413
PRIVATE: optimized palette composition for PS3
2021-09-15 08:30:05 +02:00
neuromancer
c3019f9398
PRIVATE: palette composition for PS3
2021-09-14 12:44:56 +02:00
neuromancer
39782a2f37
PRIVATE: improved color handling in PS3 code
2021-09-11 13:40:22 +02:00
neuromancer
df3c1d7e53
PRIVATE: added conditional code for PlayStation3 render testing
2021-09-07 21:02:21 +02:00
neuromancer
10310cccdd
PRIVATE: initial implementation of the SafeDigit function
2021-07-04 13:13:21 +02:00
neuromancer
839707f223
PRIVATE: basic support for the uncompressed/installed MacOS release
2021-06-22 10:10:53 +02:00
neuromancer
863717b39d
PRIVATE: replaced unsigned char -> byte and unsigned int -> uint
2021-06-22 10:10:53 +02:00
neuromancer
adf77a709f
PRIVATE: use Common::Language for _language
2021-06-22 10:10:53 +02:00
neuromancer
297175310f
PRIVATE: more fixes
2021-06-22 10:10:53 +02:00
neuromancer
63413b6d23
PRIVATE: better compatibility with non-US versions
2021-06-22 10:10:53 +02:00
neuromancer
715e9c6d70
PRIVATE: improved SyncSound implementation
2021-05-21 19:45:58 -03:00
neuromancer
f42dc29971
PRIVATE: simplified mask handling
2021-05-21 08:31:34 -03:00
neuromancer
04851ed522
PRIVATE: implemented DossierChgSheet
2021-03-18 19:17:52 -03:00
neuromancer
8e35962584
PRIVATE: allow to properly save during pause
2021-03-13 17:27:53 -03:00
Cameron Cawley
899a679d46
PRIVATE: Simplify the cursor code
2021-03-12 23:24:03 -03:00
neuromancer
6d4b001b2b
PRIVATE: saving now uses VSPictures instead of screenshots
2021-03-07 18:47:00 -03:00
D G Turner
63ca8cdeef
PRIVATE: Fix GCC Unused Variable Warnings from Header Constants
...
It is not generally a good idea to define variables in headers so
fixing these warnings by using the string value directly as initialization
to various Common::String variables / parameters.
2021-03-06 21:48:59 +00:00
Eugene Sandulenko
7aee945999
PRIVATE: JANITORIAL: Fix indentation
2021-03-05 19:27:58 +01:00
Eugene Sandulenko
b880768235
PRIVATE: Avoid global constructors
2021-03-05 19:12:02 +01:00
Matthew Duggan
346d1800a5
PRIVATE: Make some things static to reduce exported symbols
2021-03-05 19:30:07 +09:00
Matthew Duggan
5d0126057e
PRIVATE: Remove struct initializers
...
Older compilers don't like the = {} syntax.
2021-03-04 21:28:25 +09:00
Matthew Duggan
14b440605d
PRIVATE: Remove a Rect memory leak
2021-03-04 18:33:55 +09:00
Matthew Duggan
551ee85bf3
PRIVATE: Avoid some string copies
2021-03-04 18:24:26 +09:00
Matthew Duggan
8612a95494
PRIVATE: Fix compiler warnings
2021-03-04 17:13:20 +09:00
neuromancer
fb798eaa0b
PRIVATE: class re-organization
2021-03-04 02:06:59 +01:00
neuromancer
fbbee9b31a
PRIVATE: remove more pointers
2021-03-04 02:06:59 +01:00
neuromancer
750eeeb85f
PRIVATE: removed screen locking
2021-03-04 02:06:59 +01:00
neuromancer
f29dc85614
PRIVATE: remove more pointers
2021-03-04 02:06:59 +01:00
neuromancer
82b331decf
PRIVATE: remove more pointers
2021-03-04 02:06:59 +01:00
neuromancer
b089f42329
PRIVATE: remove pointers
2021-03-04 02:06:59 +01:00
neuromancer
6b7f690d07
PRIVATE: remove pointers
2021-03-04 02:06:59 +01:00
neuromancer
0f9c86fe42
PRIVATE: remove pointers
2021-03-04 02:06:59 +01:00
neuromancer
90b07f5f81
PRIVATE: remove pointers
2021-03-04 02:06:59 +01:00
neuromancer
020aa0a867
PRIVATE: fix memory leaks and added more stuff into the main class
2021-03-04 02:06:59 +01:00
neuromancer
a65366edea
PRIVATE: fix memory leaks
2021-03-04 02:06:59 +01:00
neuromancer
d0e43c93b5
PRIVATE: use more classes and avoid external
2021-03-04 02:06:59 +01:00
neuromancer
0ba260cac1
PRIVATE: first step to use classes and avoid external
2021-03-04 02:06:59 +01:00
neuromancer
49b6e11f86
PRIVATE: refactored more strings code
2021-03-04 02:06:59 +01:00
neuromancer
07ef9a9cd5
PRIVATE: removed policeVideoIndex
2021-03-04 02:06:59 +01:00
neuromancer
86f75d18b1
PRIVATE: refactor headers
2021-03-04 02:06:59 +01:00
neuromancer
b26c6d0dce
PRIVATE: refactoring to avoid global constructors
2021-03-04 02:06:59 +01:00
neuromancer
c14cecfe48
PRIVATE: refactor _diaryLocPrefix
2021-03-04 02:06:59 +01:00