mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2024-11-23 17:30:18 +01:00
Compare commits
2 commits
a937ff5c80
...
93d8e12782
Author | SHA1 | Date | |
---|---|---|---|
|
93d8e12782 | ||
|
8c774722eb |
2 changed files with 5 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
||||||
<id>com.github.k4zmu2a.spacecadetpinball</id>
|
<id>com.github.k4zmu2a.spacecadetpinball</id>
|
||||||
<name>Space Cadet Pinball</name>
|
<name>Space Cadet Pinball</name>
|
||||||
<display_name>Space Cadet Pinball</display_name>
|
<display_name>Space Cadet Pinball</display_name>
|
||||||
<summary>Reverse engineering of 3D Pinball for Windows - Space Cadet, a game bundled with Windows.</summary>
|
<summary>Game engine for Space Cadet Pinball</summary>
|
||||||
<url type="homepage">https://github.com/k4zmu2a/SpaceCadetPinball</url>
|
<url type="homepage">https://github.com/k4zmu2a/SpaceCadetPinball</url>
|
||||||
<url type="bugtracker">https://github.com/k4zmu2a/SpaceCadetPinball/issues</url>
|
<url type="bugtracker">https://github.com/k4zmu2a/SpaceCadetPinball/issues</url>
|
||||||
<description>
|
<description>
|
||||||
|
|
|
@ -87,11 +87,10 @@ Tested with: macOS Big Sur (Intel) with Xcode 13 & macOS Montery Beta (Apple Sil
|
||||||
* ~~Resizable window, scaled graphics~~
|
* ~~Resizable window, scaled graphics~~
|
||||||
* ~~Loader for high-res sprites from CADET.DAT~~
|
* ~~Loader for high-res sprites from CADET.DAT~~
|
||||||
* ~~Cross-platform port using SDL2, SDL2_mixer, ImGui~~
|
* ~~Cross-platform port using SDL2, SDL2_mixer, ImGui~~
|
||||||
* Misc features of Full Tilt: 3 music tracks, multiball, centered textboxes, etc.
|
* Full Tilt Cadet features
|
||||||
* Maybe: Text translations
|
* Localization support
|
||||||
* Maybe: Android port
|
* Maybe: Support for the other two tables - Dragon and Pirate
|
||||||
* Maybe x2: support for other two tables
|
* Maybe: Game data editor
|
||||||
* Table specific BL (control interactions and missions) is hardcoded, othere parts might be also patched
|
|
||||||
|
|
||||||
## On 64-bit bug that killed the game
|
## On 64-bit bug that killed the game
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue