mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00

Throwing error on member references with ".." cascade token outside invocations (ie: "ts..mA = 123") Fixed 'Thread.ModuleTLSIndex' error - which caused us TLS lookup failures in Beef DLLs Fixed some hotswap errors Made BeefPerf shut down properly Fixed an 'int literal' FixIntUnknown issue where rhs was System.Object which caused an illegal boxing Fixed COFF::LocateSymbol issues with Win32 and also with linking to static libraries - showed up with hot-linking in fmod when hot-adding a floating point mod Fixed a couple memory leaks Fixed alignment issue in COFF::ParseCompileUnit
10 lines
236 B
TOML
10 lines
236 B
TOML
FileVersion = 1
|
|
Projects = {StubUI = {Path = "."}, Beefy2D = "*", SDL2 = "*"}
|
|
Unlocked = ["Beefy2D", "corlib", "SDL2"]
|
|
|
|
[Workspace]
|
|
StartupProject = "StubUI"
|
|
|
|
[Configs.Debug.Win64]
|
|
AllocType = "CRT"
|
|
IntermediateType = "ObjectAndIRCode"
|