Releases: Pika-Software/gm_moonloader
2.0.0-rc5
- Improved autorefresh
- Updated Yuescript to v0.22.3
- Fixed crash after disconnect
Full Changelog: 2.0.0-rc4...2.0.0-rc5
2.0.0-rc4
This release contains builds with debug information, since it is taken from from dev branch.
Made some tweaks to error viewer and added colors to it.
Full Changelog: 2.0.0-rc3...2.0.0-rc4
2.0.0-rc3
This release contains builds with debug information, since it is taken from from dev branch.
Added ConVar moonloader_detour_getinfo
and now by default moonloader changes line and source fields from debug.getinfo
.
Full Changelog: 2.0.0-rc2...2.0.0-rc3
2.0.0-rc2
This release contains builds with debug information, since it is taken from from dev branch.
Full Changelog: 2.0.0-rc1...2.0.0-rc2
2.0.0-rc1
This release contains builds with debug information, since it is taken from from dev branch.
What's Changed
- 2.0.0 - Yuescript support & refactor by @dankmolot in #10
Full Changelog: 1.3.0...2.0.0-rc1
1.3.0
What's Changed
- Clientside binaries now doesn't have bloat needed for serverside (only
moonloader.ToLua
is implemented) - Support for both menu + server
- Autorefresh for OSX users
- Optimized builds for UNIX users
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
- Refactor of file including process
- Fixed auto-reload loop bug
- CompileFile now properly works with .moon files
- Removed integration of SteamAPI (since only SteamHTTP used, and MacOS couldn't find steam_api)
- Fixed IFileSystem interface loading for MacOS
- Fixed moonloader wasn't actually unloading after disconnect
- Little documentation cleanup
Full Changelog: 1.1.1...1.2.0
1.1.1
What's Changed
- Updated
moonloader.ToLua
so it now returns error if compilation failed (yeah, he didn't before) - Small enchantment to
lua_getinfo
detour, really nothing fancy here
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Now
AddCSLuaFile
will compile.moon
file if needed. Also now it accepts.moon
files! - Fixed auto-reload loop caused by files that were compiled but weren't included with
include
- Watchdog will watch for file changes even if file failed to compile
- Fixed version checker
Full Changelog: 1.0.3...1.1.0
1.0.3 - Fixed crash after disconnect
After disconnect moonloader still had lua_getinfo
detoured, which caused crash not long after disconnect. Added detour disabling and now no problem should be expected after disconnect.
Full Changelog: 1.0.2...1.0.3