1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00
Beef/BeefySysLib
Brian Fiete b63a243fd7 Working on installer, fixing more Win32 issues
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
2019-09-02 17:39:47 -07:00
..
fbx Initial checkin 2019-08-23 11:56:54 -07:00
gfx Working on installer, fixing more Win32 issues 2019-09-02 17:39:47 -07:00
img Initial checkin 2019-08-23 11:56:54 -07:00
perf_tests Initial checkin 2019-08-23 11:56:54 -07:00
platform Working on installer, fixing more Win32 issues 2019-09-02 17:39:47 -07:00
projects Initial checkin 2019-08-23 11:56:54 -07:00
sound Initial checkin 2019-08-23 11:56:54 -07:00
third_party +x 2019-08-24 07:00:10 -07:00
util Working on installer, fixing more Win32 issues 2019-09-02 17:39:47 -07:00
BeefProj.toml Initial checkin 2019-08-23 11:56:54 -07:00
BeefySysLib.cpp Working on installer, fixing more Win32 issues 2019-09-02 17:39:47 -07:00
BeefySysLib.vcxproj Working on installer, fixing more Win32 issues 2019-09-02 17:39:47 -07:00
BeefySysLib.vcxproj.filters Working on installer, fixing more Win32 issues 2019-09-02 17:39:47 -07:00
BeefySysLib.vcxproj.user Initial checkin 2019-08-23 11:56:54 -07:00
BeefySysLib_static.vcxproj Initial checkin 2019-08-23 11:56:54 -07:00
BeefySysLib_static.vcxproj.filters Initial checkin 2019-08-23 11:56:54 -07:00
BFApp.cpp Working on installer, fixing more Win32 issues 2019-09-02 17:39:47 -07:00
BFApp.h Working on installer, fixing more Win32 issues 2019-09-02 17:39:47 -07:00
BFSound.cpp Working on installer, fixing more Win32 issues 2019-09-02 17:39:47 -07:00
BFSound.h Working on installer, fixing more Win32 issues 2019-09-02 17:39:47 -07:00
BFWindow.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BFWindow.h Initial checkin 2019-08-23 11:56:54 -07:00
CachedDataStream.cpp Initial checkin 2019-08-23 11:56:54 -07:00
CachedDataStream.h Initial checkin 2019-08-23 11:56:54 -07:00
CMakeLists.txt Initial checkin 2019-08-23 11:56:54 -07:00
Common.cpp Initial checkin 2019-08-23 11:56:54 -07:00
Common.h Initial checkin 2019-08-23 11:56:54 -07:00
DataStream.cpp Initial checkin 2019-08-23 11:56:54 -07:00
DataStream.h Initial checkin 2019-08-23 11:56:54 -07:00
FileHandleStream.cpp Initial checkin 2019-08-23 11:56:54 -07:00
FileHandleStream.h Initial checkin 2019-08-23 11:56:54 -07:00
FileStream.cpp Working on installer, fixing more Win32 issues 2019-09-02 17:39:47 -07:00
FileStream.h Initial checkin 2019-08-23 11:56:54 -07:00
HeadlessApp.cpp Initial checkin 2019-08-23 11:56:54 -07:00
HeadlessApp.h Initial checkin 2019-08-23 11:56:54 -07:00
MemStream.cpp Initial checkin 2019-08-23 11:56:54 -07:00
MemStream.h Initial checkin 2019-08-23 11:56:54 -07:00
PerfTests.cpp Initial checkin 2019-08-23 11:56:54 -07:00
ResLib.cpp Initial checkin 2019-08-23 11:56:54 -07:00
Span.h Initial checkin 2019-08-23 11:56:54 -07:00
Startup.cpp Initial checkin 2019-08-23 11:56:54 -07:00