Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
openage v0.5.3 release source code.tar.gz | 2023-12-18 | 3.0 MB | |
openage v0.5.3 release source code.zip | 2023-12-18 | 3.7 MB | |
README.md | 2023-12-18 | 2.9 kB | |
Totals: 3 Items | 6.7 MB | 0 |
Fixes a bunch of small errors and removes a lot of legacy code, making the engine easier to build.
Also, the dependencies SDL2
and SDL2_Image
are no longer required!
What's Changed
- Fix version tag regex failure when HEAD is tagged by @heinezen in https://github.com/SFTtech/openage/pull/1583
- doc: Fix typos in converter by @fabiobarkoski in https://github.com/SFTtech/openage/pull/1588
- Remove dangling refs in modpack info load by @heinezen in https://github.com/SFTtech/openage/pull/1589
- Neutralize remaining instances of gendered language by @leetfin in https://github.com/SFTtech/openage/pull/1590
- Fix typos by @zoli111 in https://github.com/SFTtech/openage/pull/1593
- Temporary file/directory creation by @Ashhar-24 in https://github.com/SFTtech/openage/pull/1594
- Converter debug by @fabiobarkoski in https://github.com/SFTtech/openage/pull/1591
- Fix append mode not available by @heinezen in https://github.com/SFTtech/openage/pull/1595
- Check OpenGL format correctly on Wayland by @heinezen in https://github.com/SFTtech/openage/pull/1597
- Dynamically fetch default FBO by @heinezen in https://github.com/SFTtech/openage/pull/1598
- Add
atan2
toFixedPoint
by @askastitva in https://github.com/SFTtech/openage/pull/1587 - Mirror anchor offset when flipping is active by @heinezen in https://github.com/SFTtech/openage/pull/1600
- PR templates by @heinezen in https://github.com/SFTtech/openage/pull/1599
- Use block indent for aligning after open brackets by @heinezen in https://github.com/SFTtech/openage/pull/1602
- complete if-else branch to fix pylint error by @AyiStar in https://github.com/SFTtech/openage/pull/1604
- Make 'main' the default entrypoint by @heinezen in https://github.com/SFTtech/openage/pull/1606
- Revert "Merge pull request [#1602] from heinezen/clang-format-align" by @heinezen in https://github.com/SFTtech/openage/pull/1605
- Add math constants corresbonding to
util/math_constants.h
for FixedPoint by @AyiStar in https://github.com/SFTtech/openage/pull/1607 - Add setuptools as conditionl dependency by @heinezen in https://github.com/SFTtech/openage/pull/1610
- Remove legacy subsystem code by @heinezen in https://github.com/SFTtech/openage/pull/1550
- Changelog release 0.5.3 by @heinezen in https://github.com/SFTtech/openage/pull/1611
New Contributors
- @fabiobarkoski made their first contribution in https://github.com/SFTtech/openage/pull/1588
- @leetfin made their first contribution in https://github.com/SFTtech/openage/pull/1590
- @Ashhar-24 made their first contribution in https://github.com/SFTtech/openage/pull/1594
- @askastitva made their first contribution in https://github.com/SFTtech/openage/pull/1587
- @AyiStar made their first contribution in https://github.com/SFTtech/openage/pull/1604
Full Changelog: https://github.com/SFTtech/openage/compare/v0.5.2...v0.5.3