Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
7012262
Rebrand MarathonRecomp to LibertyRecomp for GTA IV Xbox 360 recompila…
OZORDI Dec 13, 2025
1cc7281
Add CI/CD release workflow for all platforms
OZORDI Dec 13, 2025
35a0d0f
Make private asset secrets optional in validate workflow
OZORDI Dec 13, 2025
e6f8317
Update macOS x64 runner from macos-13 to macos-14
OZORDI Dec 13, 2025
b07022c
Add GTA IV game files to gitignore
OZORDI Dec 13, 2025
8de99e9
Add GTA IV XenonRecomp configuration
OZORDI Dec 13, 2025
3c9f0fe
Fix CMake variable name in x_decompress (MARATHON_RECOMP_TOOLS_ROOT -…
OZORDI Dec 13, 2025
6c49fda
Fix macOS CI: add VCPKG_TARGET_TRIPLET and install ninja earlier
OZORDI Dec 13, 2025
5b8aecd
Add RAGE API documentation and updates
OZORDI Dec 13, 2025
9c9b218
CI: ensure Ninja available for Linux presets
OZORDI Dec 13, 2025
7a5758b
Complete Marathon → Liberty rebranding
OZORDI Dec 13, 2025
d8657cb
CI: remove secrets from if conditions in reusable workflow
OZORDI Dec 13, 2025
ffc4bde
installer: GTA IV detection — simplified file list, skip DLC page, al…
OZORDI Dec 13, 2025
2bc3cb7
kernel: NT file APIs — improve NtCreateFile/NtReadFile, implement NtO…
OZORDI Dec 13, 2025
75ca232
Fix OOM, improve path validation, add kernel stubs
OZORDI Dec 14, 2025
49c52f2
feat: Add save data handling and GTA IV input remapping
OZORDI Dec 15, 2025
27eb287
Add GTA IV audio system support
OZORDI Dec 15, 2025
3339573
Add native resolution detection and simplify async IO handling
OZORDI Dec 15, 2025
1d6b579
feat: Enhanced installation architecture with shader pipeline
OZORDI Dec 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 4 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Bug Report
description: Report a bug in Marathon Recompiled
description: Report a bug in Liberty Recompiled
type: "Bug"
body:
- type: checkboxes
id: validation
attributes:
label: Validation
options:
- label: I have checked the [Issues](https://github.com/sonicnext-dev/MarathonRecomp/issues) page to see if my problem has already been reported
- label: I have checked the [Issues](https://github.com/OZORDI/LibertyRecomp/issues) page to see if my problem has already been reported
required: true
- label: I have confirmed that this bug does not occur in the original game running on original Xbox 360 hardware
required: true
Expand All @@ -17,13 +17,8 @@ body:
label: DLC
description: If you have DLC installed, please specify which ones you have.
options:
- label: Additional Episode "Sonic Boss Attack"
- label: Additional Episode "Shadow Boss Attack"
- label: Additional Episode "Silver Boss Attack"
- label: Additional Episode "Team Attack Amigo"
- label: Additional Mission Pack "Sonic/Very Hard"
- label: Additional Mission Pack "Shadow/Very Hard"
- label: Additional Mission Pack "Silver/Very Hard"
- label: The Lost and Damned (TLAD)
- label: The Ballad of Gay Tony (TBoGT)
- type: textarea
id: mods
attributes:
Expand Down
Loading
Loading