Package Details: openrct2-git 0.4.4.r18.g1174063c27-1

Git Clone URL: https://aur.archlinux.org/openrct2-git.git (read-only, click to copy)
Package Base: openrct2-git
Description: Open source re-implementation of Roller Coaster Tycoon 2 (requires full copy of the game)
Upstream URL: https://openrct2.io
Licenses: GPL3
Conflicts: openrct2
Provides: openrct2
Submitter: grahamedgecombe
Maintainer: rctdude2
Last Packager: rctdude2
Votes: 30
Popularity: 0.153683
First Submitted: 2014-05-27 09:56 (UTC)
Last Updated: 2023-04-01 20:12 (UTC)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 14 Next › Last »

synthead commented on 2017-10-04 04:19 (UTC)

OpenRCT2 segfaults after upgrading sdl2 to 2.0.6-1. It works fine with sdl2 version 2.0.5-4. I filed an issue for this here (https://github.com/OpenRCT2/OpenRCT2/issues/6364) and thought I'd drop a note here, too.

janisozaur commented on 2017-08-09 21:35 (UTC)

The already merged https://github.com/OpenRCT2/OpenRCT2/pull/6145 changes the build process a little. You can now use CMake-standard option "BUILD_SHARED_LIBS" to request libraries (just the ones added with add_library() – in our case only libopenrct2) to be linked in a shared way. By default it is off, which results in static library. I will also be making a 0.1.1 release momentarily.

American_Jesus commented on 2017-07-29 15:48 (UTC)

Fails to install: error: failed to commit transaction (conflicting files) openrct2-git: /usr/lib64 exists in filesystem Requires "-DCMAKE_INSTALL_LIBDIR=/usr/lib"

janisozaur commented on 2017-06-26 09:17 (UTC)

We have finished splitting up the logic from the UI and now offer libopenrct2 that doesn't require SDL2. The UI layer on top of it is still tied into the library very much, but it is a step forward. Also, we have openrct2-cli target, disabled by default, that can only launch in headless mode, but shouldn't require SDL2 either. It can be used for hosting multiplayer games on truly headless servers without having to install SDL2, which pulls in Mesa, which pulls in… For a while now we've had few tests in our codebase, I've seen other packages enable and run tests when building. I'll leave enabling them for your consideration. Just pass `-DWITH_TESTS=on` to cmake, then after you're done with `make all`, do `make test`. Do note it will download gtest.

grahamedgecombe commented on 2016-12-20 21:14 (UTC)

@janisozaur thanks, I've added libzip as a dependency. There's a bug in the title sequence installation code, btw (it doesn't obey DESTDIR). I've submitted a PR: https://github.com/OpenRCT2/OpenRCT2/pull/4899

janisozaur commented on 2016-12-18 23:35 (UTC)

https://github.com/OpenRCT2/OpenRCT2/pull/4792 depends on libzip and there are upcoming change to how we install title sequences: https://github.com/OpenRCT2/OpenRCT2/pull/4887 and https://github.com/IntelOrca/OpenRCT2/pull/42

janisozaur commented on 2016-10-28 10:35 (UTC)

https://github.com/OpenRCT2/OpenRCT2/pull/4717 makes cmake install .desktop and icons

grahamedgecombe commented on 2016-10-16 08:19 (UTC)

Nice :) Updated the package

janisozaur commented on 2016-10-15 21:16 (UTC) (edited on 2016-10-15 22:49 (UTC) by janisozaur)

As of 8f8677a we have reached full implementation, all of the drawing code is there and 64 bit builds are good to go for a daily driver. https://github.com/OpenRCT2/OpenRCT2/pull/4622 drops forced `-m32` and makes use of default, I have also updated our docker images accordingly. Upcoming release is shaping up nicely. EDIT: PR in question is now merged.

grahamedgecombe commented on 2016-10-02 11:57 (UTC)

thanks, added it to makedepends