1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-07-08 13:54:52 +02:00
Mirror of (now archived): https://github.com/rwengine/openrw
Go to file
2020-05-20 23:51:28 +02:00
assets Add asset directory for logo SVG 2018-06-19 19:53:22 +01:00
benchmarks
cmake cmake: SDL2: Fix SDL2 headers detection 2020-03-16 22:36:30 +01:00
external Remove ImGui configuration option 2019-05-22 23:33:17 +01:00
rwcore rwcore/LoaderIMG: Switch to fstream and avoid case-insensitive string comparision. 2020-05-20 23:51:28 +02:00
rwengine rwengine,rwgame: Avoid loading models/gta3.img twice. 2020-05-20 23:51:28 +02:00
rwgame rwengine,rwgame: Avoid loading models/gta3.img twice. 2020-05-20 23:51:28 +02:00
rwtools cmake: only set C and C++ standard for "core targets" 2019-01-05 05:22:25 +01:00
rwviewer rwcore/LoaderIMG: Switch to fstream and avoid case-insensitive string comparision. 2020-05-20 23:51:28 +02:00
scripts Enable ptrace in docker for sanitizers 2019-09-01 21:39:18 +01:00
tests Merge pull request #717 from danhedron/imgui 2019-05-25 16:37:07 +01:00
.appveyor.yml cmake+ci: install pdb's + enable on ci 2018-09-16 00:53:18 +02:00
.clang-format
.codecov.yml Don't require coverage to pass test 2018-12-15 23:06:21 +01:00
.dockerignore ci: use Docker for Travis Continuous Integration 2018-02-01 02:12:45 +00:00
.gitignore Garages continuation 2018-06-24 02:43:24 +03:00
.gitmodules cmake+imgui: add imgui submodule 2019-05-20 23:29:15 +01:00
.travis.yml ci: add ability to upload to codecov.io 2018-11-27 13:47:25 +01:00
cmake_configure.cmake cmake+conan: do not use debug runtime in debug mode 2019-01-05 05:22:28 +01:00
cmake_options.cmake Remove ImGui configuration option 2019-05-22 23:33:17 +01:00
CMakeCPack.cmake cmake: use cpack to create archives 2018-06-08 18:30:25 +02:00
CMakeLists.txt cmake+conan: do not use debug runtime in debug mode 2019-01-05 05:22:28 +01:00
conanfile.py Override bzip2 version 2019-08-31 21:10:22 +01:00
CONTRIBUTING.md
COPYING
CTestConfig.cmake
Doxyfile
openrw_iwyu.imp rwengine: iwyu: reduce warnings in render subdirectory 2018-01-08 22:52:48 +00:00
README.md Fix broken IRC shield 2020-02-16 19:29:31 +01:00

OpenRW

IRC freenode #openrw

About

OpenRW is a cross-platform, open source re-implementation of Rockstar Games' Grand Theft Auto III, a classic 3D action game first published in 2001. OpenRW has been ported to Linux, macOS, Windows, and several variants of BSD.

A legitimate copy of the original PC game is required to run OpenRW. Without this it will not be possible to play.

Windows Linux macOS coverage
Build status Build Status Build Status codecov

Screenshots

OpenRW: GTA III Opening Cutscene OpenRW: GTA III Driving OpenRW: GTA III City

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Third Party Licenses

FFmpeg is licensed under the GNU Lesser General Public License (LGPL) version 2.1 or later

Bullet Physics is licensed under the zlib license

SDL 2.0 is licensed under the zlib license