Age | Commit message (Collapse) | Author |
|
called (indirectly) via call/acall/pcall OpenTTD crashed. Fix this by disallowing AIs to be suspended while called via call/acall/pcall.
IMPORTANT FOR AI WRITERS: AIs can no longer call any DoCommand functions (change anything, build vehicles, etc.) in a function called (indirectly) via call/acall/pcall. Where possible, please rewrite your code so it doesn't use call/acall/pcall
|
|
and reintroduced in r16241 again, this time without breaking the regression test.
|
|
reached like break after returns or break after functions that never return (i.e. NOT_REACHED)
|
|
const is (accidentally?) removed using C-style casts.
|
|
amount of traps
|
|
try/catch blocks to be 'forgotten' during a suspend.
|
|
(2^32 - small_value) times instead of only small_value times.
|
|
|