[release] v1.0.1 #42
lmichaelis
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After the merge into OpenGothic a couple other issues were uncovered. This patch addresses these issues and contain a set of compatibility improvements and some performance upgrades. These are the changes made since v1.0.0:
Bugfixes
constversion ofscript::find_symbol_by_namewas case-insensitive. Nowthe
constversion is too.way_net::waypointlookupnull-instances from the default VM external set byvm::register_default_externalif neededopcode::bebranch ofvm::execis now inhibitedpreventing stack corruption
opcode::blinstruction invm::execusedsymas uninitialized which caused VMcrashes if any script function was overridden
std::isspacein multiple locations which could cause crashes using compilers whichtreat
charas signedPerformance
archive_reader::read_object_beginperformance by up to 30% by usingsscanfinsteadof
std::stringstreaminternallyMisc
FetchContentfor resolvingdependencies
This discussion was created from the release [release] v1.0.1.
Beta Was this translation helpful? Give feedback.
All reactions