Releases: Pika-Software/gm_moonloader
Releases · Pika-Software/gm_moonloader
Release 2.1.8
What's Changed
- Update
HandleFileChange
signatures by @dankmolot in #24
Full Changelog: 2.1.7...2.1.8
Release 2.1.7
2.1.6
What's Changed
- Fixed watchdog watching wrong directories by @dankmolot in #21
Full Changelog: 2.1.5...2.1.6
2.1.5
What's Changed
- Small bug-fixes + updated symbols for MacOS by @dankmolot in #20
Full Changelog: 2.1.4...2.1.5
2.1.4
What's Changed
- Fix wrong lines in errors + crash on changing
moonloader_detour_getinfo
by @dankmolot in #19
Full Changelog: 2.1.3...2.1.4
2.1.3
What's Changed
- Fixed release build for win32 by @dankmolot in #16
- Changed __thiscall to __stdcall by @dankmolot in #17
Full Changelog: 2.1.1...2.1.3
2.1.1
Updated internal symbols for win64
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed 😎
- Now Moonloader integrates into
ILuaShared
, and thus have better loading process AddCSLuaFile
andinclude
accepts only.lua
files, just as vanilla behavior (and as recommended)- Better autorefresh, fixed on Linux, and no
Trying to autorefresh...
message on MacOS (butlua_refresh_file
is broken ;p) - When Moonloader is initialized, dummy .lua files are created so they can be found with
file.Find
(and no need forPreCacheDir
!) - Fixed minor issues, and probably broke some things
Full Changelog: 2.0.0...2.1.0
Release 2.0.0
🎉 Finally I can fully release gm_moonloader after almost full year of making version 2.0. 🎉
Notable changes
- Code was fully refactored and internal design was rethought
- Moonloader now fully supports Yuescript v0.23.8
- Better error handling + small optimizations related to Moonscript
- Better Auto-refresh for everyone (even OSX users can have autorefresh now!)
- Better debug information (now you can see exactly where error happened)
Full Changelog: 1.3.0...2.0.0
2.0.0-rc6
- Added Yuescript macros support (untested properly yet 😄)
- Updated Yuescript to version v0.23.6
- Changed internal version of Lua from 5.4 to 5.1
- Now MacOS have native autorefresh! (thank you @robotboy655 for the
lua_refresh_file
)
Full Changelog: 2.0.0-rc5...2.0.0-rc6