Richard Braakman

Results 43 comments of Richard Braakman

Okay :) I think they can be added as a third namespace to `ScopeContext`, alongside named scopes and non-variable lists. I suppose local variable lists can be a fourth namespace....

> Persistent and global variables could have loose type checking as well. The same type validation rules should apply for synchronously executed code, while in blocks that are executed at...

I asked about temporary scopes in the coops, and it seems the values defined in a trigger (at any depth) only last till the end of the trigger. Not sure...

I did some science. Temporary scope set in event trigger: * not present in immediate * not present in option Temporary scope set in an `if limit` in immediate: *...

Yeah I wouldn't warn about `always = yes/no` by itself in a trigger, just if it's used to control an if or similar. And yeah, trigger_if can use the same...

Tiger traces through event triggers and marks events as "visited" while it does so, so this could be done with a second pass over the events

I realized that this could lead to a significant speed improvement. Currently most events are evaluated twice, once as standalone and once as part of whatever event chain they're part...

I hit a snag while implementing this. The named scopes in scripted buttons are considered not known, and therefore events triggered from scripted buttons are not traced. To mark them...

I don't know whether PowerShell needs the command in a different way. Have you tried the normal command shell? You could also try to first cd to tiger's folder, so...

> After I saw your response, I tried using the command prompt app and it seems to work better but I get an error that it couldn't find any mods...