Age | Commit message (Collapse) | Author |
|
|
|
information
|
|
|
|
|
|
|
|
|
|
|
|
|
|
instead of at the end.
Otherwise temporary data may be passed from an aborted load action to the next load action.
|
|
|
|
|
|
Functionally reverts 683b65ee1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This can avoid out-of-memory situations due to single scripts using up the entire address space.
Instead, scripts that go above the maximum are killed.
The maximum is default 1 GB per script, but can be configured by a setting.
|
|
(#7583)
|
|
|
|
bridges losing their type
|
|
|
|
2005
|
|
GroupStatistics pool was not initialised before trying to delete vehicles (specifically, trams with no tram track)
|
|
|
|
|
|
|
|
|
|
|
|
The only port that ever used it to make heap allocations instead of stack ones was the NDS port, which got thrown out some time ago.
|
|
|