Commit Graph

89640 Commits

Author SHA1 Message Date
Lothar Serra Mari
3180e0c539 I18N: Update translation (German)
Currently translated at 100.0% (1090 of 1090 strings)
2019-07-28 16:30:16 +02:00
Thierry Crozat
6a3682dd47 I18N: Update translations templates 2019-07-28 16:23:42 +02:00
Jaromir Wysoglad
fc3ae4c9b9 SUPERNOVA: Fix most of Codacy issues
* Fix mismatched delete in create_image.cpp
* Add shebangs to create_ms2_data.***.sh
* Reduce scopes of some variables
* Substitute bitwise and for logical and in
    GamaManager2::passageConstruction
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
c2177f8453 SUPERNOVA: Merge getInput and waitOnInput methods. 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
448db9f432 SUPERNOVA: Make improved mode an engine option. 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
df008c1290 SUPERNOVA: Add correct help screen image 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
ee9d7ee9c7 SUPERNOVA: Implement choosing verbs by keyboard.
Only in improved mode.
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
0366f3da27 SUPERNOVA: Add help screen translation 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
e734872fc8 SUPERNOVA: Fix some code issues pointed by Criezy
Remove 2 unused variables and a function call with wrong datatype
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
e5a5aed28c SUPERNOVA: Update translation 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
f9d13b8d2c SUPERNOVA: Add translated Indiana Joe image 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
b883958c05 SUPERNOVA: Fix module.mk to make create_image tool 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
0f82716ca3 SUPERNOVA: Replace placeholder files 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
7164016b34 SUPERNOVA: Refactor .dat file access 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
0e31a6163d SUPERNOVA: Merge create_supernova tools 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
37c53c420f SUPERNOVA: Load info files from .dat file 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
16bad91f4b SUPERNOVA: Add placeholder info files to .dat 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
bcd62c0669 SUPERNOVA: Code refactoring
Add constant for inverting sections (number 128)
Move some initialization in initState from derived classes to
    base class.
Simpilfy AxacussCorridor4::onEntrance
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
7ea4d03597 SUPERNOVA: Add size computation to create_image. 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
61975aa2e2 SUPERNOVA: Add improved mode 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
c1317bb9c7 SUPERNOVA: Finish pyramid door translation
Change password to TOAST, remove subtitle on room entrance
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
24ff7b26ff SUPERNOVA: Fix some room comparison issues. 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
a4ca2a838f SUPERNOVA: When dead return back to main loop ASAP 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
b0e386b014 SUPERNOVA: Fix MS1 image loading 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
28a70bb615 SUPERNOVA: Fix german save and load feature. 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
061d14e799 SUPERNOVA: Add ciphered text image translation. 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
3a08ad99d9 SUPERNOVA: Fix palette in translated ms2_data.015 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
12f4211fb2 SUPERNOVA: Load MS2 datafiles from .dat file. 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
80c1cd9e61 SUPERNOVA: Implement MS datafile loading to .dat 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
8f7b10a5de SUPERNOVA: Add tool to create image datafiles. 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
fbf6a912cb SUPERNOVA: Resolve same MS1 TODOs 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
5ddc251528 SUPERNOVA: Preload exit list on room entry 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
09975e10c2 SUPERNOVA: Remove meaning TODOs from MS2 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
43131d8e02 SUPERNOVA: Add intermediate room classes 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
28f262eaee SUPERNOVA: Fix translation of "Wundersam!" 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
1cf7bd073f SUPERNOVA: Fix segfault in axacuss 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
01d601b237 SUPERNOVA: Reformat StringId enums and gametext.h 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
8125f7b67d SUPERNOVA: Fix street animation.
Street animation was changing memory that it shouldn't, so
going into the kiosk resulted in a segfault.
Also remove 2 debug lines from supernova2/state.cpp
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
9cac9a8592 SUPERNOVA: Fix bugs
Fix GUI not working after leaving text edit field

Forbid showing help, info, doc screens, when GUI isn't alowed,
this should mimic the original game better and also resolves
some issues.
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
a637cea700 SUPERNOVA: Remove unused getImage(CursorId) 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
0912b6a48d SUPERNOVA: Implement lazy loading of resources 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
714a4f909b SUPERNOVA: Refactor graphics 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
ab4af5c614 SUPERNOVA: Add info, doc, help screens for MS2 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
b1f37566ea SUPERNOVA: Refactor game-manager 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
2f84e6d22a SUPERNOVA: Refactor sound initialization 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
3cf9cfbf78 SUPERNOVA: Merge in the supernova2 engine. 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
eb2a017a68 SUPERNOVA: Generate new dat files for supernova. 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
cefdf8220a SUPERNOVA2: Delete supernova2, it's getting merged 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
d1edf0e467 SUPERNOVA: Reorder strings in devtools 2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
33d7391f4a SUPERNOVA: Move part 1 files to it's own directory 2019-07-28 15:09:14 +01:00