Skip to content

[pull] master from OpenApoc:master #89

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

Open
wants to merge 176 commits into
base: master
Choose a base branch
from
Open

Conversation

pull[bot]
Copy link

@pull pull bot commented May 19, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label May 19, 2024
ayrtondenner and others added 22 commits May 19, 2024 13:14
We were using gcc-13 but that seems to have been removed from the
22.04 image that "ubuntu-latest" actually gave us.

May as well move to gcc-14 at the same time.
Move github builder to ubuntu 24.04 and gcc-14
Fix incorrect package name in readme, Tested on Ubuntu 24.04
Add partial clip refilling in battlescape
…ed-ufo-name

Issue 1443: Hiding unresearched UFO names
Fix duplicate TU above agents in debug mode
…after-battle

Live alien recovery after base defense battle
Kurtsley and others added 30 commits February 27, 2025 23:24
Updates clang-format and clang-tidy used in the linter to version 18.x

Also cleans the clang-tidy config - lots of old options that aren't valid anymore, so easier to pretty much reset from scratch
Think this was a work-in-progress that somehow got committed?
The previous linter was fragile around removing files or figuring out what git refs to use, so just format Everything and fail if there's any changes made.
As strings.h is included by pretty much everything, we want that as svelte as possible
It's only used by validate(), which doesn't need to be in the header included by everything else
Update the PCH headers in each project and hook up to cmake.

Note this is disabled by default, as it seems to break incremental rebuilds when modifying files at times, but good for CI which build from scratch every time, and need all the help they can get WRT build time.

The contents of the PCH were a random assortment of the "most included files" of each project, minus some in GameState due to issues around instantiating templates before specialization (notable around StateObject and the ::get()/::prefix() templates)

The StateRef<T>::get() and similar templates might need reworking, including something that instantiates those before the definition is invalid, and that seems more likely to happen with PCHs and restricts the things we can precompile.
Add a mouse capture option to Launcher
Add correct speed to light vehicle types
Don't follow vehicle when idle
Add option to disable following on the Map Overview
Alien infiltration screen update
Fix alien craft having 0 speed
Set "Explosions damage instantly" to TRUE

Set "Require LOS to maintain psi attack" to FALSE as it nerfs the alien psi-attacks if enabled

Set "Successful raid collapses building" to FALSE - It's incomplete and causes more confusion than anything

Set "All units run and kneel by default" to TRUE - Nearly everyone uses it on streams and it's a useful QoL update

Set "Allow All Terrain Vehicles (ATV) to initiate UFO recovery missions" to TRUE - The ATV vehicles are enabled by default, this should be too to stop false reports of them not being able to recover UFOs

Set "Weapons autoreload only same ammo type" to TRUE - This is a QoL fix to stop agents switching to potentially dangerous ammunition without warning

I HAVE NOT ENABLED CRASHES BY DEFAULT - THIS DRASTICALLY CHANGES BEHAVIOUR FROM THE ORIGINAL GAME SO IT SHOULD REMAIN FALSE
Fix infiltration screen blank when exceeding 42 days
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants