Commit graph

136 commits

Author SHA1 Message Date
neuromancer
a1170b44f3 PRIVATE: removed old code, commented debugs and fixes 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
1f1b9baebc PRIVATE: fixes 2021-06-22 10:10:53 +02:00
neuromancer
6c80b049af PRIVATE: integrated first version of the decompiler 2021-06-22 10:10:53 +02:00
neuromancer
40f6c70841 PRIVATE: preliminary support for decompiled game assets 2021-06-22 10:10:53 +02:00
sluicebox
8e1d90f8e4 ALL: Remove clearAllDebugChannels() from Engine dtors 2021-06-14 12:42:38 -05:00
ysj1173886760
043fda5c47 PRIVATE: move debug channels to metaEngineDetection 2021-05-22 01:34:57 +02:00
neuromancer
715e9c6d70 PRIVATE: improved SyncSound implementation 2021-05-21 19:45:58 -03:00
neuromancer
ac43a4318f PRIVATE: inventory and rendering fixes 2021-05-21 14:53:32 -03:00
neuromancer
f42dc29971 PRIVATE: simplified mask handling 2021-05-21 08:31:34 -03:00
Cameron Cawley
fe169f9e1d PRIVATE: Use the best pixel format specified by the backend 2021-03-28 09:50:15 -03:00
neuromancer
04851ed522 PRIVATE: implemented DossierChgSheet 2021-03-18 19:17:52 -03:00
D G Turner
8f1e9722a0 PRIVATE: Fix GCC Compiler Warning 2021-03-18 06:05:30 +00: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
01bcf5288a PRIVATE: save and restore VSPicture 2021-03-08 19:18:30 -03:00
neuromancer
dd3e3f1892 PRIVATE: better pause handling when a movie is playing 2021-03-08 19:18:30 -03:00
neuromancer
cff28b3b95 PRIVATE: refactored code using decodeImage and removed old comments 2021-03-07 18:55:51 -03:00
neuromancer
6d4b001b2b PRIVATE: saving now uses VSPictures instead of screenshots 2021-03-07 18:47:00 -03:00
Matthew Duggan
c82c6901bc PRIVATE: Fix some coverity issues 2021-03-07 18:14:01 +09: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
fc2340449d PRIVATE: Plug memory leak 2021-03-05 19:14:24 +01:00
Eugene Sandulenko
b880768235 PRIVATE: Avoid global constructors 2021-03-05 19:12:02 +01:00
Matthew Duggan
62b181b628 PRIVATE: Const correctness for iterators 2021-03-05 19:30:58 +09:00
Martin Gerhardy
9b2c3c59d3 PRIVATE: also open in file in release builds 2021-03-04 16:10:52 +01:00
Martin Gerhardy
262e8a1d57 PRIVATE: fixed invalid memory access 2021-03-04 16:10:23 +01:00
Matthew Duggan
fa95f28fc9 PRIVATE: Remove some more unnecessary copies 2021-03-04 23:06:00 +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
18199d8777 PRIVATE: Remove some string memory leaks 2021-03-04 18:27:49 +09:00
Matthew Duggan
551ee85bf3 PRIVATE: Avoid some string copies 2021-03-04 18:24:26 +09:00
neuromancer
c46c9dedd6 PRIVATE: class re-organization 2021-03-04 02:06:59 +01: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
de9309bb04 PRIVATE: code convention fixes 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
f1f9a1c7c1 PRIVATE: fixes 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
4d8144f32d PRIVATE: code convention fixes 2021-03-04 02:06:59 +01:00
neuromancer
1924abc1a4 PRIVATE: stop all sounds when a game is loaded 2021-03-04 02:06:59 +01:00
neuromancer
799343a931 PRIVATE: fix memory leaks 2021-03-04 02:06:59 +01:00
neuromancer
a65366edea PRIVATE: fix memory leaks 2021-03-04 02:06:59 +01:00