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
b31b0c57cb
PRIVATE: added detection of french demo
2021-10-26 20:29:24 +02:00
Eugene Sandulenko
3a89f4ca7e
PRIVATE: Dropping ADGF_TESTING flag
2021-10-01 14:16:47 +03:00
trembyle
2be6794ae8
PRIVATE: Remove duplicate detection entry
...
Also add version info to known demos.
2021-09-19 14:52:46 +02:00
neuromancer
5630dd5ecc
PRIVATE: removed and refactored assertions with side effects
2021-09-17 08:35:51 +02:00
D G Turner
4770908e58
PRIVATE: Fix Another GCC Compiler Warning
2021-09-15 22:08:15 +01:00
neuromancer
0c9f922917
PRIVATE: refactored palette composition for PS3
2021-09-15 19:50:29 +02:00
D G Turner
858d9cd95a
PRIVATE: Fix GCC Compiler Warning
2021-09-15 18:30:55 +01: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
0c282ef756
PRIVATE: reduced and improved PS3 specific code
2021-09-12 17:09:17 +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
Eugene Sandulenko
a94189db10
PRIVATE: Reduce the delay between frames in video playback
2021-08-16 17:00:35 +02:00
Eugene Sandulenko
0ab142554a
PRIVATE: Do not eat 100% CPU during video playback. Potential fix for bug #12761
2021-08-16 15:20:52 +02:00
Max Horn
2f1f8f502e
DEVTOOLS: move credits from devtools/credits.pl to engines
...
This employs a "lazy" approach: the "format" for the credits stays
exactly as it was, i.e., perl code. Of course one may want to change
this to another format (e.g. YAML, JSON, XML; or also shell script or
AWK, like `configure.engine` uses). But I deliberately kept it simple,
to get a minimal change that is easy to verify. Any further changes to
e.g. the format can be layered atop this.
2021-08-05 00:01:46 +02:00
neuromancer
223c398990
PRIVATE: disable pause menu when police bust is enabled
2021-07-06 20:19:18 +02:00
neuromancer
fc883bb340
PRIVATE: count number of click only if they hit a hotspot
2021-07-05 20:12:38 +02:00
neuromancer
73f781bc95
PRIVATE: fixed typos in fPoliceClip documentation
2021-07-05 10:04:30 +02:00
neuromancer
aa04208e3b
PRIVATE: implemented missing corner case in PoliceClip
2021-07-05 09:40:23 +02:00
neuromancer
10310cccdd
PRIVATE: initial implementation of the SafeDigit function
2021-07-04 13:13:21 +02:00
neuromancer
366cd04704
PRIVATE: fixed AskSave redirection
2021-07-03 21:35:00 +02:00
neuromancer
e7033ebe74
PRIVATE: removed extra debug statements
2021-07-03 21:05:00 +02:00
neuromancer
01711fd8f9
PRIVATE: it shows again the list of locations in non-US releases
2021-07-03 18:58:42 +02:00
neuromancer
3091add07b
PRIVATE: make sure symbols are resolved before using them
2021-07-03 18:20:24 +02:00
neuromancer
32415de587
PRIVATE: all the versions are marked as in TESTING
2021-07-03 10:36:19 +02:00
neuromancer
626206de7f
PRIVATE: fixed warning when casting a const char
2021-06-23 08:25:27 +02:00
ggrieco-tob
597a333f77
PRIVATE: avoid invalid detection of MacOS release
2021-06-22 10:10:53 +02:00
ggrieco-tob
139230264e
PRIVATE: added demo and compressed versions of the MacOS release
2021-06-22 10:10:53 +02:00
ggrieco-tob
9bec6e271b
PRIVATE: added detection of the russian release
2021-06-22 10:10:53 +02:00
Francisco Javier Diéguez Tirado
f97666b4df
PRIVATE: Add initial author in decompiler.cpp and .h
2021-06-22 10:10:53 +02:00
neuromancer
226ce849b4
PRIVATE: improved MacOS release detection to use two files
2021-06-22 10:10:53 +02:00
neuromancer
839707f223
PRIVATE: basic support for the uncompressed/installed MacOS release
2021-06-22 10:10:53 +02:00
neuromancer
37380da875
PRIVATE: removed unnecessary Common::SeekableReadStream cast
2021-06-22 10:10:53 +02:00
neuromancer
b3349c6a38
PRIVATE: removed duplicated and commented detection entries
2021-06-22 10:10:53 +02:00
neuromancer
ef997be591
PRIVATE: removed extra whitespace in detection entry
2021-06-22 10:10:53 +02:00
neuromancer
9f2fdc8775
PRIVATE: moved constants from decompiler.h to decompiler.cpp to avoid duplicated symbols
2021-06-22 10:10:53 +02:00
neuromancer
4edbd5a1aa
PRIVATE: removed commented debug statement in SettingMaps::load
2021-06-22 10:10:53 +02:00
neuromancer
0458421ec4
PRIVATE: added a new line at the end of the decompiler sources
2021-06-22 10:10:53 +02:00
neuromancer
c871c1e36b
PRIVATE: added a debug print to show the decompiled code
2021-06-22 10:10:53 +02:00
neuromancer
e7a605f4ec
PRIVATE: removed useless local variable in install
2021-06-22 10:10:53 +02:00
neuromancer
2a2cac190d
PRIVATE: refactored kHeader to avoid a global constructor
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
3f1fc23302
PRIVATE: improved error detail when an unknown byte is decompiled
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
458df46dc9
PRIVATE: clang-formatted all the code
2021-06-22 10:10:53 +02:00
neuromancer
252ad4cb00
PRIVATE: added german versions in the detection tables
2021-06-22 10:10:53 +02:00