Commit Graph

57531 Commits (4097fc4e336744c7e0675befb12bfd0cca973667)
 

Author SHA1 Message Date
Jonathan G Rennison e0699c15b6 Add function to turn a percentage into a quantity scaling factor 8 months ago
Tyler Trahan 28716548d2
Feature: Setting to automatically restart server based on hours played (#11142) 8 months ago
Jonathan G Rennison 191aefa39f Adjust version detection in release workflow for build steps 8 months ago
Jonathan G Rennison 46080494db Release workflow: Remove gcc-problem-matcher from legacy/dedicated builds 8 months ago
Jonathan G Rennison c26ca5369e Unconditionally use FindFirstBit in SetBitIterator
Add simple tests
8 months ago
Jonathan G Rennison 5404be172c Merge branch 'master' into jgrpp
# Conflicts:
#	src/core/bitmath_func.cpp
#	src/core/bitmath_func.hpp
#	src/core/geometry_type.hpp
#	src/game/game_text.hpp
#	src/graph_gui.cpp
#	src/pathfinder/npf/npf.cpp
#	src/script/api/script_text.cpp
#	src/spritecache.cpp
#	src/track_func.h
8 months ago
Patric Stout 37fd69b604
Remove: [CI] Linux Legacy support (#11882)
Although created not long ago, you battled to be relevant.
Sadly, GitHub Runners didn't agree with you.
You can't run node20.
And that makes you a broken legacy.
So many potential.
But here we are. Bye Linux Legacy. Thank you for being.
8 months ago
Loïc Guilloux 09b66751cf
Fix b38d3c2208: missing water regions invalidation when building locks (#11879) 8 months ago
dependabot[bot] 62d7d92a0e
Upgrade: [CI] bump the actions group with 9 updates (#11881)
Bumps the actions group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `3` | `4` |
| [actions/cache](https://github.com/actions/cache) | `3` | `4` |
| [actions/github-script](https://github.com/actions/github-script) | `6` | `7` |
| [OpenTTD/actions](https://github.com/openttd/actions) | `2` | `5` |
| [github/codeql-action](https://github.com/github/codeql-action) | `2` | `3` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `3` | `4` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3` | `4` |
| [tibdex/github-app-token](https://github.com/tibdex/github-app-token) | `1` | `2` |
| [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) | `2` | `3` |

Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

Updates `actions/cache` from 3 to 4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

Updates `actions/github-script` from 6 to 7
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6...v7)

Updates `OpenTTD/actions` from 2 to 5
- [Release notes](https://github.com/openttd/actions/releases)
- [Commits](https://github.com/openttd/actions/compare/v2...v5)

Updates `github/codeql-action` from 2 to 3
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

Updates `actions/download-artifact` from 3 to 4
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)

Updates `actions/upload-artifact` from 3 to 4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

Updates `tibdex/github-app-token` from 1 to 2
- [Release notes](https://github.com/tibdex/github-app-token/releases)
- [Commits](https://github.com/tibdex/github-app-token/compare/v1...v2)

Updates `peter-evans/repository-dispatch` from 2 to 3
- [Release notes](https://github.com/peter-evans/repository-dispatch/releases)
- [Commits](https://github.com/peter-evans/repository-dispatch/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: OpenTTD/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: tibdex/github-app-token
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: peter-evans/repository-dispatch
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8 months ago
Patric Stout cd75adfb71
Add: [Dependabot] introduce Dependabot to keep our workflows up-to-date (#11880) 8 months ago
Jonathan G Rennison 78e08fdd18 Script: Move old-style/lenient text param encode to separate function 8 months ago
Jonathan G Rennison 822ecae85d Merge branch 'master' into jgrpp
# Conflicts:
#	src/cargotype.h
#	src/core/CMakeLists.txt
#	src/core/span_type.hpp
#	src/fileio.cpp
#	src/fios.cpp
#	src/misc/endian_buffer.hpp
#	src/misc_gui.cpp
#	src/saveload/saveload.h
#	src/saveload/vehicle_sl.cpp
#	src/screenshot.cpp
#	src/settings.cpp
#	src/settings_internal.h
#	src/stdafx.h
#	src/string_func.h
#	src/strings.cpp
#	src/strings_func.h
#	src/strings_internal.h
8 months ago
Patric Stout 36579dd18b
Change: set smooth-scrolling on by default (#11860) 8 months ago
Patric Stout ea8c1d8597 Change: make for smooth-scrolling based on actual time
This means if rendering takes a bit longer, scrolling goes a bit
quicker, making travel time always about the same time for the
same distance.
8 months ago
Jonathan G Rennison c320a3fd7f Adjust version detection in release workflow 8 months ago
Jonathan G Rennison a4c51149bd Version: Exclude cmake directory from non-git version hash 8 months ago
Jonathan G Rennison 7fe76f3eb8 Add a linux-dedicated release target
Based on linux-legacy
8 months ago
Jonathan G Rennison 16d5fec0c1 Use gcc-10 for building Ubuntu 20.04 release binaries 8 months ago
Jonathan G Rennison f2d2924359 Fix syntax of release-linux-legacy workflow 8 months ago
Patric Stout 6247d624a3 Fix: [CI] don't share Rust cache between legacy and generic linux (#11848)
The resulting binaries of generic can't run on legacy.

(cherry picked from commit 526a0db956)
8 months ago
Jonathan G Rennison 49eb40bc4f Change various _network_dedicated tests to use IsHeadless 8 months ago
Jonathan G Rennison ced17a74e8 Do not update viewport signs when running headlessly 8 months ago
Jonathan G Rennison 04e47eca9a Do not create text effects when running headlessly 8 months ago
Jonathan G Rennison fa003ebda3 Disable vehicle sounds entirely when running headlessly 8 months ago
Jonathan G Rennison f0ec7a7693 Add function for whether OpenTTD is running headlessly
Always returns true for dedicated builds
Returns _network_dedicated otherwise
8 months ago
Jonathan G Rennison c871464285 Split bit numbers from values in RailTypeFlags, RoadTypeFlags enums 8 months ago
Jonathan G Rennison dc9f322478 Use [[no_unique_address]] for space in end of NewGRFCache 8 months ago
Jonathan G Rennison df9fc6d1cf Use comparison operator for NewGRFCache instead of memcmp 8 months ago
Jonathan G Rennison c8f5585ba7 Use [[no_unique_address]] in CargoList
Re-use tail padding of ring_buffer for count
8 months ago
Jonathan G Rennison 0d0357bd40 stdafx: Add macro for [[no_unique_address]] 8 months ago
Jonathan G Rennison b01fd1607a Re-order various structs to reduce holes/padding 8 months ago
Jonathan G Rennison b64a51876a Set sizes for various enum types 8 months ago
Jonathan G Rennison ba5d3588aa Link graph: Fix typo in method name 8 months ago
Jonathan G Rennison 3017660e5d Reduce the size of VehicleSpriteSeq (and Vehicle) in dedicated builds 8 months ago
Jonathan G Rennison 39951c526b cmake: Add options to disable setting -g1 when using unix or libbfd 8 months ago
Jonathan G Rennison 770915ccc2 Remove networking test from UpdateStateChecksum in dedicated builds 8 months ago
Jonathan G Rennison 628106d182 Scheduled dispatch: Show start date button as start time when using minutes 8 months ago
Jonathan G Rennison 39e7a9252c Link graph: Use non-sparse matrix for accumulating demand totals 8 months ago
Jonathan G Rennison cbb24b5d71
Codechange: Split bit numbers from values in RailTypeFlags, RoadTypeFlags enums (#11877) 8 months ago
Tyler Trahan 21581b6ab3
Feature: Setting for minutes per calendar year (#11428) 8 months ago
translators be8ed26db6 Update: Translations from eints
norwegian (nynorsk): 5 changes by translators
slovenian: 5 changes by translators
faroese: 5 changes by translators
hebrew: 5 changes by translators
afrikaans: 5 changes by translators
urdu: 5 changes by translators
persian: 5 changes by translators
bulgarian: 5 changes by translators
belarusian: 5 changes by translators
basque: 5 changes by translators
russian: 23 changes by Ln-Wolf
finnish: 1 change by hpiirai
malay: 5 changes by translators
scottish gaelic: 5 changes by translators
croatian: 5 changes by translators
latin: 5 changes by translators
french: 49 changes by glx22, 8 changes by ottdfevr
portuguese (brazilian): 80 changes by pasantoro
icelandic: 5 changes by translators
8 months ago
Tyler Trahan fd9e72a7e7
Feature: Use real-time "wallclock" timekeeping units (#11341) 8 months ago
Tyler Trahan bbdbf9a589
Add: AI/GS Time Mode to choose between economy (default) and calendar time (#11603) 8 months ago
Patric Stout a1487ce620
Add: list_[scenario|heightmap] and load_[scenario|height] console commands (#11867) 8 months ago
Jonathan G Rennison 5bd4e96347 Fix crash when rendering linkgraph overlay in smallmap window
See: #633
8 months ago
Tyler Trahan 76499b96fb
Fix fa479c4: Typo in vehicle list tooltip (#11871) 8 months ago
Patric Stout 090616b4c9
Add: allow loading heightmaps from command-line (#11870)
If you want to load a file from tar, you have to give the file
inside the tar in order for it to work:

<tar-file>/<dir-in-tar>/<file>.png
8 months ago
Kuhnovic bf3fd6526b
Fix: use correct size parameter type in TileArea constructors (#11869) 8 months ago
Patric Stout 11d4f1b2bd
Fix d3b2a576: LOAD_HEIGHTMAP / LOAD_SCENARIO are Scenario Editor modes (#11868) 8 months ago
Jonathan G Rennison e86d52bcaf Include all company totals in dump_veh_stats console command 8 months ago