Releases: 8char/AtlasFramework
Releases · 8char/AtlasFramework
v1.3.1
v1.3.0
Features
- add a SecondOrderDynamics class (8char)
- Add issue forms for Github (Matteo Krans Dusic)
Bug Fixes
- changed version (Matteo Krans Dusic)
- change all
then return end
=>stopif
(Matteo Krans Dusic) - short-handed everything to
breakif
andcontinueif
where possible (Matteo Krans Dusic) - fix a typo (Matteo Krans Dusic)
- rogue print(hi) statement (8char)
- player-suite: use the correct font (8char)
- load-order: load the realm override functions before the general loaders to avoid realm clashes (8char)
- interpolation: use a field inside of the AtlasUI global instead of its own global (8char)
Documentation
- interpolation: basic interpolation documentation (8char)
Commits
- a6ccb3a: Merge branch 'main' of https://github.com/8char/AtlasFramework (8char)
- 06182e2: Merge branch 'feat/no-ref/interpolation' (8char)
v1.2.0
Features
- i18n: implement the AtlasUI.i18n class (Matteo Krans Dusic)
- i18n: add a way to have differing repositories (8char)
Bug Fixes
- typo: gradient_ltr was typoed as gradient_lt in a resource.AddSingleFile (Matteo Dusic)
- removed a rogue print statement (Matteo Krans Dusic)
- color-picker: fix the color picker attempting to use a nill value (Matteo Krans Dusic)
- i18n: add the i18n class to the loader (Matteo Krans Dusic)
- i18n: indentation 2 => 4 (8char)
- i18n: moved i18n to the languages/classes directory (8char)
Documentation
- add networking documentation (8char)
- animations-page: Add documentation for smooth transitions on panels in Lua (#2) #2 (8char)
- promises: then => next to better reflect the promises api (Matteo Krans Dusic)
- i18n: add the i18n documentation page (Matteo Krans Dusic)
Continuous Integration
- add all of the possible gmod addon folders to the release zip incase we decide to add more in the future (8char)
Commits
- c4e3978: Merge branch 'feat/no-ref/i18n' (Matteo Krans Dusic)