1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-07-19 11:18:00 +02:00
Mirror of (now archived): https://github.com/rwengine/openrw
Go to file
2019-05-23 15:24:01 +02:00
assets
benchmarks
cmake Implement basic tests for audio decoding and playing 2019-04-10 20:29:34 +02:00
external cmake: only set C and C++ standard for "core targets" 2019-01-05 05:22:25 +01:00
rwcore Helper argument to clone Atomics with a new frame 2019-05-16 00:11:32 +01:00
rwengine Optimize usage of mutexes in streaming audio 2019-05-23 15:24:01 +02:00
rwgame Remove getTimeAdjustedTransform 2019-05-16 00:11:32 +01:00
rwtools cmake: only set C and C++ standard for "core targets" 2019-01-05 05:22:25 +01:00
rwviewer Unify Object Atomic/Clump handling 2019-05-16 00:11:32 +01:00
scripts Update docker image 2019-02-10 12:56:05 +01:00
tests Unify Object Atomic/Clump handling 2019-05-16 00:11:32 +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
.gitignore Garages continuation 2018-06-24 02:43:24 +03:00
.gitmodules Add microprofile to rwengine dependencies 2018-09-01 22:58:24 +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 RW_TEST_WITH_DATA from test code 2019-01-21 20:31:31 +00:00
CMakeCPack.cmake
CMakeLists.txt cmake+conan: do not use debug runtime in debug mode 2019-01-05 05:22:28 +01:00
conanfile.py Remove RW_TEST_WITH_DATA from test code 2019-01-21 20:31:31 +00:00
CONTRIBUTING.md
COPYING
CTestConfig.cmake
Doxyfile
openrw_iwyu.imp
README.md project: update travis url to travis-ci.com 2019-01-05 05:14:25 +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