Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PPA code for this game #7676

Closed
wants to merge 80 commits into from
Closed

Add PPA code for this game #7676

wants to merge 80 commits into from

Conversation

MrVBalazs
Copy link

Hey. You should add a PPA line for this game on Ubuntu. Because in ubuntu repos the game will outdated if new version coming. Like in Ubuntu 16.04. WIth PPA can easily update the game to newest version and we dont need download always the deb file if a new update avilable for the game.

TrueBrain and others added 30 commits March 3, 2019 20:53
Added special characters to mostly Slovak towns, a few Spanish, and one Turkish.
…lid cargo type.

It is only an error if the invalid result is actually used. This will be silently ignored at the moment.
It is still an error if a duplicate cargo type is returned.
_current_company is not currently logged anywhere in the crashlog.
_local_company is logged, despite being much less useful than
_current_company.
This change logs _current_company alongside _local_company.
…MAX. (#7382)

Company performance rating calculation does not take into account the companies' money when those exceeds INT_MAX.
… display or flickered.

Measurement tooltip was auto-closed as the hover/right-click test for tooltips was not
satisfied in this case. This is fixed by keeping the tooltip visible and instead explicitly
closing the tooltip when the PlaceObject is cancelled/completed.
This avoids windows from needing to know or care about tooltip delay settings.
This is fixed by handling the new Window::OnTooltip() event instead of OnHover()
…ft when invalidating hangar orders that happen to share IDs.

This was caused because hangars are referred to by station ID, which is not unique with respect to depot IDs.
So instead of integrating our own, we only copy our precompiled
binaries into the right folder.
GetAircraftFlightLevel<Aircraft> is only used in static functions
inside aircraft_cmd.cpp. With GCC, Clang and MSVC this is not an
issue, but on ICC fails linking, because it doesn't find this
version of this template. Possibly these two pieces of information
are linked.
Explicit defining the function fixes the issue.
… preventing industry creation.

As the information is always available from the tree ground type, unconditionally
update the map array for tree tiles.
…r, or with shift pressed."

This reverts commit b1e40b6.

This is a fix for a patch that will be reverted in the next commit.
This reverts commit 011257d.

This commit was not working properly. Attempts are made to fix it,
but so close to 1.9, it sounds a lot better to revert it from the
1.9 branch, and keep developing it further in 1.10.
LordAro and others added 26 commits May 28, 2019 10:20
When drag and drop a vehicle into an empty slot in the vehicle group window it tries to create the new group as the subgroup of the first group (GroupID = 0). This is failing if the dragged vehicle's type is different than the first group's vehicle type.
@LordAro
Copy link
Member

LordAro commented Jul 31, 2019

This branch seems to have an unusual base. Want to try again?

@Gymnasiast
Copy link

@LordAro This user has no repositories at all, not even a fork of OpenTTD. This PR looks like an attempt to create an issue.

@nielsmh
Copy link
Contributor

nielsmh commented Aug 1, 2019

@Gymnasiast You're probably right about that.
@AlienFuture I'm closing this pull request as it's not productive. You're welcome to open it again as an Issue ticket, but I doubt anyone inside the project is willing to make the effort to maintain a private package archive targeting a single distribution. A more likely solution would be to offer a Flatpak package or similar that can work across a large number of Linux distributions, as an alternative to the old static builds.

@nielsmh nielsmh closed this Aug 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet