Skip to content

[nightly] Blazium Engine v0.6.727

Pre-release
Pre-release

Choose a tag to compare

@Bioblaze Bioblaze released this 16 Jul 00:20
705eec7

Changelog: b6171d5 -> 705eec7

Summary:

  • Build Type: nightly
  • Version: 0.6.740
  • Total Commits: 13
  • Total PRs: 3
  • Total Files Changed: 40
  • Time Since First Change: 16
  • Time Since Last Change: 11
  • Total Contributors: 2

Commits and PRs:

Showing 25 out of 13

Mark luau module as experimental
Commit SHA: 50b4478
Date: 6/29/2026, 4:20:15 PM
Author: sshiiden

Fix Luau global class scan crash during EditorFileSystem import.
Commit SHA: 951eafc
Date: 6/30/2026, 6:32:11 PM
Author: Bioblaze
Parse class_name/extends metadata from source text instead of ResourceLoader::load during filesystem scan, avoiding re-entrant script load crashes in headless CI.
Fix include for ScriptServer in luau_script_language.cpp.
Commit SHA: 0c4d5d9
Date: 6/30/2026, 6:59:51 PM
Author: Bioblaze
ScriptServer lives in script_language.h, not a separate script_server.h header.
Replace RegEx with string scan in global class metadata parser.
Commit SHA: f83fb90
Date: 6/30/2026, 7:26:22 PM
Author: Bioblaze
Avoids nonexistent core/io/reg_ex.h include and removes regex module dependency during filesystem scan.
Revert "Replace RegEx with string scan in global class metadata parser."
Commit SHA: 26f59ab
Date: 6/30/2026, 7:28:16 PM
Author: Bioblaze
This reverts commit f83fb90.
Revert "Fix include for ScriptServer in luau_script_language.cpp."
Commit SHA: e0d95ae
Date: 6/30/2026, 7:28:16 PM
Author: Bioblaze
This reverts commit 0c4d5d9.
Revert "Fix Luau global class scan crash during EditorFileSystem import."
Commit SHA: a71c75c
Date: 6/30/2026, 7:28:16 PM
Author: Bioblaze
This reverts commit 951eafc.
Fix Luau global class filesystem scan, inheritance, and module test support.
Commit SHA: 3cfea1e
Date: 7/1/2026, 1:52:51 PM
Author: Bioblaze
Prevent EditorFileSystem import crashes when scanning Luau global classes; parse metadata without RegEx; honor parent class VM for super calls; fix require to execute modules and resolve res:// paths; expose validate/find_function APIs for tests; fix annotation parsing, debugger breakpoints, sandboxed reload, and doctest registration; update class reference docs and CI formatting.
Dispatch zero-size SteamInventoryDefinitionUpdate callbacks in manual dispatch loop.
Commit SHA: ced8c26
Date: 7/1/2026, 3:05:37 PM
Author: Bioblaze

Fix buffer overflow in ENetServer
Commit SHA: 355d890
Date: 7/4/2026, 2:51:49 PM
Author: sshiiden

Contributors:

  • Bioblaze: 11 contributions
  • sshiiden: 2 contributions