Releases: BlueboxTeam/osprey
Releases · BlueboxTeam/osprey
20250128195647
feat(binding): set lib output to belmont and name it correctly (#57) * feat(binding): set lib output to belmont and name it correctly Now the module will have its name according to the build type * fix(binding): make single generator working * fix: check if cmake_build_type is defined
alpha4
Adastral Alpha 4
...Took long enough!
This will (hopefully) be the last Alpha before the first Beta release.
Main Changes
Clientside:
- Launching across all platforms fully working
- Setup Screen, with ability to install in custom locations
- Advanced Panel, with ability to set custom launch args
- Flatpak Installs now detected
- Termination handler for Winter
- Local configuration (just saves launch arguments)
- Various bug fixes
Serverside:
- New games (Fortress Obscura)
- Near full integration of Cockatoo
What's Changed
- Fix Windows not being built as Release by @ktwrd in #15
- clean up residual cmake, remove assets by @int-72h in #16
- Detect Flatpak Installs by @int-72h in #19
- InPath functions + Symlink functionality for Windows by @Nour-Elhamshary in #20
- actually fix getlatestversion() by @int-72h in #21
- Standardise A_printf + fix #18 + bump godot ver. by @int-72h in #23
- replace speedykv with ValveFileVDF by @int-72h in #24
- Make the codebase look less terrible by @int-72h in #25
- Fix launching on Linux (proton) by @int-72h in #29
- Fix FO version not appearing + fix other formatting bugs by @int-72h in #28
- fix deprecated actions by @int-72h in #35
- Add termination handler, error levels by @int-72h in #34
- add Doxygen documentation by @int-72h in #36
- Add local config, setup screen by @int-72h in #39
- Local Config functions by @int-72h in #40
- fix symlink (installing into other directories) + refactor to better support this by @int-72h in #32
- Add Advanced Panel by @int-72h in #38
- Alpha4 by @int-72h in #46
New Contributors
- @ktwrd made their first contribution in #15
- @Nour-Elhamshary made their first contribution in #20
Full Changelog: alpha3...alpha4
20250127194821
Alpha4 (#46) * bump version * reformat config file (make sure to delete!)
20241224012325
Alpha4 (#46) * bump version * reformat config file (make sure to delete!)
20241223212254
Add Advanced Panel (#38) * add advanced panel, still needs proper theming * remove vestigial gradientbar * fixed the performance issue with filedialog! we don't need native dialogs now. * got the path out of filedialog, make buttons look less terrible * launch option setting enabled and working * disable path selection in adv panel for now
20241222235630
Add Advanced Panel (#38) * add advanced panel, still needs proper theming * remove vestigial gradientbar * fixed the performance issue with filedialog! we don't need native dialogs now. * got the path out of filedialog, make buttons look less terrible * launch option setting enabled and working * disable path selection in adv panel for now
20241222235119
Add Advanced Panel (#38) * add advanced panel, still needs proper theming * remove vestigial gradientbar * fixed the performance issue with filedialog! we don't need native dialogs now. * got the path out of filedialog, make buttons look less terrible * launch option setting enabled and working * disable path selection in adv panel for now
20241206213102
fix symlink (installing into other directories) + refactor to better …
20241202111744
fix symlink (installing into other directories) + refactor to better …
20241109133009
Add a couple of config funcs to main (#40)