nestharus / JASS

MIT License
31 stars 8 forks source link

BooleanExpression Bugged #13

Closed nestharus closed 10 years ago

nestharus commented 10 years ago

Fixing it :\

_edit_ apparently, the collections are bugged. They aren't using TableField atm.

_edit_ BooleanExpression now works after fixing NxStackT

I improved BooleanExpression merge algorithm though. Wtf was I thinking when I wrote that thing? lmao. It was horrible.

_edit_ ok, fixed BooleanExpression bug and Trigger behavior.

It's getting too late to get UnitIndexer to work with new Trigger behavior. I'll push the other changes.

Have fun ;D

Trigger is now much easier to use because references don't run before registered code.