1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 06:52:34 +02:00
Mirror of (now archived): https://github.com/rwengine/openrw
Go to file
Anonymous Maarten 7a86c199b0 tests: only include GameConfig.hpp in source file (no header file)
This reduces compile time from 1m19s to 9s when touching GameConfig.hpp.

(Executed from rwgame/build/tests)
before:
$ make >/dev/null
$ touch ../../rwgame/GameConfig.hpp
$ time make>/dev/null

real	1m18.643s
user	1m13.069s
sys	0m5.266s

after:
$ make >/dev/null
$ touch ../../rwgame/GameConfig.hpp
$ time make>/dev/null

real	0m9.247s
user	0m8.374s
sys	0m0.836s
2017-08-15 15:58:01 +01:00
benchmarks First benchmark: Staunton 2016-04-18 02:33:13 +01:00
cmake config: use boost::property_tree for INI read and default generation 2017-02-20 01:01:30 +00:00
external config: use boost::property_tree for INI read and default generation 2017-02-20 01:01:30 +00:00
rwengine ‘ObjectRenderer::m_errorTexture’ will be initialized after [-Wreorder] 2017-08-03 11:52:24 +01:00
rwgame initialize some variables in constructor 2017-04-21 20:24:32 +01:00
rwlib Add clone methods to Clump, Atomic and ModelFrame to permit copying 2017-02-08 21:44:25 +00:00
rwviewer initialize some variables in constructor 2017-04-21 20:24:32 +01:00
scripts Add verify-commit script for pre-commit style check 2016-09-09 20:16:51 +01:00
tests tests: only include GameConfig.hpp in source file (no header file) 2017-08-15 15:58:01 +01:00
.clang-format update clang-format 2016-09-09 20:16:51 +01:00
.gitignore Update .gitignore 2014-12-10 18:08:25 +00:00
.gitmodules config: use boost::property_tree for INI read and default generation 2017-02-20 01:01:30 +00:00
.travis.yml Use C++14 2016-10-24 21:26:51 +01:00
CMakeLists.txt Fix OpenAL includes (fixes OSX build) 2016-11-21 11:19:29 +00:00
CONTRIBUTING.md Move contributing information to the wiki 2016-08-23 00:23:52 +01:00
COPYING Add Readme and Copying files 2014-02-13 09:51:42 +00:00
Doxyfile Initial documentation pass 2014-07-09 05:04:48 +01:00
README.md Update readme with the supported systems 2016-08-24 00:10:07 +01:00

OpenRW

Build Status

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.

Screenshots

Looking west to Staunton Poor driving skill Duplicate claude in cutscene

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

MAD is licensed under the GNU General Public License

Bullet Physics is licensed under the zlib license

SDL 2.0 is licensed under the zlib license