~wolfy1339/corsixth/+git/master:feature/sebaker/linux_preset

Last commit made on 2024-03-01
Get this branch:
git clone -b feature/sebaker/linux_preset https://git.launchpad.net/~wolfy1339/corsixth/+git/master

Branch merges

Branch information

Name:
feature/sebaker/linux_preset
Repository:
lp:~wolfy1339/corsixth/+git/master

Recent commits

40b24bc... by Stephen Baker

Add debug to linux-dev

Debug symbols are important to development

7b51e74... by Stephen Baker

Add tools to dev presets

9706820... by Stephen Baker

Add an opinionated linux-dev prefix

dad5e61... by Ikko Eltociear Ashimine <email address hidden>

Update persistance.lua (#2500)

* Update persistance.lua

persistance -> persistence

* Update persistance.lua

revert rename

33ef977... by lewri <email address hidden>

Spawn a patient on open (#2492)

8f6b195... by Stephen Baker

Merge pull request #2493 from TheCycoONE/vcpkg_manifest

Vcpkg manifest

8c9348c... by =?utf-8?b?VG9tw6FzIERvbcOtbmd1ZXogQm9sYcOxbw==?= <email address hidden>

Fix some problems with mouse panning (#2499)

* Fix some problems with mouse panning

This fixes bug #2498

* Use math.round in GameUI:onMouseMove function

e37b267... by Stephen Baker

Extend ignore to cover .vs directories

d8b28b4... by Stephen Baker

Add vcpkg support for animview and optional movies

5c638a2... by Stephen Baker

Switch to external vcpkg with manifests

Adds support for independently versioning different vcpkg
dependendencies, better binary cache support, and external registries
for specific ports which are now used instead of forking for ffmpeg and
sdl2_mixer.

If you previously built using USE_VCPKG_DEPS you need to migrate
to the new build method.

1. Delete your CorsixTH/vcpkg directory.
2. Delete your build directory
3. Download and install vcpkg following the instructions at:
   https://learn.microsoft.com/en-us/vcpkg/get_started/get-started
4. Run `cmake --prefix dev`
5. Open the visual studio project for your new build directory at
   `./build/dev`