Skip to content

Releases: Pika-Software/gm_moonloader

2.0.0-rc5

27 Mar 09:17
Compare
Choose a tag to compare
  • 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

17 Nov 15:44
Compare
Choose a tag to compare
2.0.0-rc4 Pre-release
Pre-release

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

29 Oct 12:20
Compare
Choose a tag to compare
2.0.0-rc3 Pre-release
Pre-release

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

07 Oct 23:17
0a4edab
Compare
Choose a tag to compare
2.0.0-rc2 Pre-release
Pre-release

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

26 Sep 12:09
Compare
Choose a tag to compare
2.0.0-rc1 Pre-release
Pre-release

This release contains builds with debug information, since it is taken from from dev branch.

What's Changed

Full Changelog: 1.3.0...2.0.0-rc1

1.3.0

03 Jul 14:33
8e47d51
Compare
Choose a tag to compare

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

25 Jun 15:43
7bf68d2
Compare
Choose a tag to compare

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

21 Jun 19:57
Compare
Choose a tag to compare

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

19 Jun 18:17
a912cc4
Compare
Choose a tag to compare

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

12 Jun 18:34
Compare
Choose a tag to compare

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