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.006046
First Submitted: 2014-05-27 09:56 (UTC)
Last Updated: 2023-04-01 20:12 (UTC)

Latest Comments

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

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

janisozaur commented on 2016-10-02 09:38 (UTC)

lib32-sdl2_ttf was promoted from AUR to multilib repo and lost `SDL2_ttf.h` header, which is only available through `sdl2_ttf` now (x86-64 one), effectively making the latter a hard dependency.

janisozaur commented on 2016-09-23 07:18 (UTC)

Ever since we merged https://github.com/OpenRCT2/OpenRCT2/pull/4451 it is possible to build a properly native version of OpenRCT2, that is one which does not load segments from vanilla. It will only work on little-endian hardware, though, and will be missing any code not yet implemented, which is only rendering at this point, check https://github.com/OpenRCT2/OpenRCT2/issues/3365 for status. To build a standalone version, just enable "DISABLE_RCT2" CMake option, there is also "FORCE64" which will add "-m64" to the compiler, instead of currently-default "-m32". I don't recommend enabling it by default just yet, only pointing out our progress.

typh00nz commented on 2016-08-20 06:34 (UTC)

fresh problem: [breaks pc upgrade] :: openrct2-git: installation lib32-libcurl-compat (7.50.1-1) depends on 'lib32-curl'

janisozaur commented on 2016-07-06 06:55 (UTC)

We would like to know a little more about our user base, can I ask you to participate in this survey: https://docs.google.com/forms/d/1KSxNZMQWA2A_h5nm1SXclZIWv0IVjSc-sBZTZ7c1sDo/viewform ? The results will be posted to reddit /r/openrct2 on 2016-07-17

grahamedgecombe commented on 2016-06-18 10:12 (UTC)

r.e. lib32-libpulse comments, I've previous written about this in a previous comment: "@phantom94: OpenRCT2 plays sound using SDL2, and thus depends on lib32-sdl2. lib32-sdl2 does not directly depend on the 32-bit ALSA/PulseAudio libraries - they are optional dependencies, and you need to pick and manually install the one appropriate for your system." I don't want to do a hard dep in case people want to avoid PA ending up on their system. However, I've added the optdepends to this package too to make it more obvious for people who don't read the optdepends of the dependencies. As you're using OpenGL through SDL_opengl.h I think I'll just rely on the transitive dep.

janisozaur commented on 2016-06-13 21:36 (UTC) (edited on 2016-06-13 21:40 (UTC) by janisozaur)

Can you add lib32-libpulse as a dependency as well or perhaps suggest it to the user? See https://github.com/OpenRCT2/OpenRCT2/issues/3872#issuecomment-225645297 We have also merged new OpenGL code, but sdl already depends on it… See https://github.com/OpenRCT2/OpenRCT2/pull/3862