Shared code between TR*X projects
  • C 92.8%
  • C# 4.2%
  • Python 2.4%
  • Meson 0.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-10-04 12:47:16 +02:00
.github build: add codeowners 2024-08-30 14:26:15 +02:00
include/libtrx console/cmd: make /set do fuzzy matching 2024-09-30 17:35:46 +02:00
src console/cmd: make /set do fuzzy matching 2024-09-30 17:35:46 +02:00
subprojects game-string: introduce uthash-powered game string table 2024-09-17 23:19:20 +02:00
tools tools: fix gamestring linter 2024-09-30 17:21:57 +02:00
.clang-format tools: add pre-commit 2024-04-28 18:21:24 +02:00
.gitignore vector: introduce generic vector type (#8) 2024-07-06 18:46:41 +01:00
.pre-commit-config.yaml tools: sort imports on pre-commit hook 2024-09-18 01:52:08 +02:00
COPYING.md docs: add license 2024-04-30 22:11:39 +02:00
justfile tools: pull from TR1X 2024-04-30 09:57:53 +02:00
meson.build console/cmd: import /flip 2024-09-30 17:21:13 +02:00
meson.options gfx: import from tr1x 2024-09-15 21:26:56 +02:00
README.md docs: post a merger notice 2024-10-04 12:47:16 +02:00

libtrx

This is an initiative to create a bridge between the Tomb Raider 1 and Tomb Raider 2 decompilation projects, making it possible to share code between the two.

Note

As of October 2024, this repository has been merged into the TRX project. We invite you to join us at our new home.

What you need to know

  • Rationale: This decision aims to simplify development, particularly feature and improvement sharing between TR2X and TR1X.
  • Repository Access: This repository is archived. Future development and contributions will occur in the TRX project.
  • Contributions: Please submit issues, pull requests, and discussions to the TRX repository.
  • Documentation: Find all updated documentation and resources in the TRX repository.

The LostArtefacts Team