46b94bd1ed
Fixes this warning: /home/maarten/programming/openrw/rwengine/src/objects/CharacterObject.cpp:202:54: runtime error: downcast of address 0x00000ae11d00 which does not point to an object of type 'PlayerController' 0x00000ae11d00: note: object is of type 'DefaultAIController' 00 00 00 00 58 91 ca 00 00 00 00 00 e0 2e 90 0b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ^~~~~~~~~~~~~~~~~~~~~~~ vptr for 'DefaultAIController' /home/maarten/programming/openrw/rwengine/src/objects/CharacterObject.cpp:202:75: runtime error: member call on address 0x00000ae11d00 which does not point to an object of type 'PlayerController' 0x00000ae11d00: note: object is of type 'DefaultAIController' 00 00 00 00 58 91 ca 00 00 00 00 00 e0 2e 90 0b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ^~~~~~~~~~~~~~~~~~~~~~~ vptr for 'DefaultAIController' /home/maarten/programming/openrw/rwengine/src/ai/PlayerController.hpp:66:16: runtime error: member access within address 0x00000ae11d00 which does not point to an object of type 'PlayerController' 0x00000ae11d00: note: object is of type 'DefaultAIController' 00 00 00 00 58 91 ca 00 00 00 00 00 e0 2e 90 0b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ^~~~~~~~~~~~~~~~~~~~~~~ vptr for 'DefaultAIController' |
||
---|---|---|
benchmarks | ||
cmake | ||
rwengine | ||
rwgame | ||
rwlib | ||
rwviewer | ||
scripts | ||
tests | ||
.appveyor.yml | ||
.clang-format | ||
.dockerignore | ||
.gitignore | ||
.travis.yml | ||
cmake_configure.cmake | ||
cmake_options.cmake | ||
CMakeCPack.cmake | ||
CMakeLists.txt | ||
CONTRIBUTING.md | ||
COPYING | ||
CTestConfig.cmake | ||
Doxyfile | ||
openrw_iwyu.imp | ||
README.md |
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.
Status | Platform |
---|---|
Ubuntu, Fedora, Arch, macOS | |
Visual Studio 2017 |
Links
- FAQ
- Getting Started
- Completable Missions
- Contributing
- IRC: #openrw @ chat.freenode.net
Screenshots
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