Fix more cases where inferredPath isn't passed (
#2138 )
Pull request merge
Adds a system for printing stats to the disassembler (
#2067 )
Pull request merge
IndexRefWithString
peephole opt (
#2132 )
Pull request merge
Cope with extra tokens after proc statements (
#2116 )
Pull request merge
Optimize the peephole optimizer (
#2134 )
Pull request merge
Fix off-by-one in peephole optimizer (
#2131 )
Pull request merge
Compile error when outputting to const vars in
for()
loops (
#2124 )
Pull request merge
Emit location of original var def for duplicate var errors (
#2126 )
Pull request merge
Implement
initial()
for
arglist()
(
#2123 )
Pull request merge
Don't instantiate multidimensional lists in proc params (
#2125 )
Pull request merge
Fix __IMPLIED_TYPE__ in proc arguments (
#2122 )
Pull request merge
Fix initial filter in object defs and adds test (
#2121 )
Pull request merge
Explicitly remind people about 64-bit binaries in the DLL error (
#2119 )
Pull request merge
Deal with passing Broken Tests (
#2109 )
Pull request merge
Fix stringifying infinity (
#2112 )
Pull request merge
Fix recreating deleted savefiles (
#2114 )
Pull request merge
Refactor the PeepholeOptimizer into arbitrary passes (
#2069 )
Pull request merge
Implement
atom.appearance.overlays
(
#2104 )
Pull request merge
Fix a missed
Session.Name
replacement (
#2103 )
Pull request merge
Fix a null reference in
mob.ckey
assignment (
#2102 )
Pull request merge
Remove a turf from an area's contents when it's added to another (
#2099 )
Pull request merge
Fix disassembler CI never failing on errors (
#2100 )
Pull request merge
Fix locations reporting (
#2093 )
Pull request merge
String concat const folding (
#2061 )
Pull request merge
Unit test some world
vars against bad const folding, fix `world.sys…
Pull request merge
Make const vars no longer static (
#2098 )
Pull request merge
Add
opendream_noconstfold
, add it to some world vars (
#2097 )
Pull request merge
Use a
switch
in
ProcStatement()
(
#2073 )
Pull request merge
Makes
DMCompiler
non-static. Yes, really. (
#2075 )
Pull request merge
You can’t perform that action at this time.