sannybuilder / dev

Sanny Builder Bug Tracker and Roadmap development
https://sannybuilder.com
49 stars 0 forks source link

typed variable declaration should not stomp on timer variables #246

Closed x87 closed 1 year ago

x87 commented 1 year ago

32

Skip TIMERA and TIMERB when allocating the next index It happens e.g. when using a lot of custom variables in a mission code.

x87 commented 1 year ago

Managing variable buffer overflow (too many local vars).

Precondition:

Validation rule:

x87 commented 1 year ago

this validation will be annoying without #145 . however current behavior is even worse, as new declared variables go beyond the limit without any warning (35@, 36@, etc)