Age | Commit message (Collapse) | Author |
|
|
|
check overflows
|
|
|
|
|
|
|
|
|
|
|
|
that) in the middle of a C-string
|
|
|
|
heightmaps to OOM-crash the game
|
|
|
|
|
|
banning clients
|
|
|
|
|
|
(#9306)
This is mostly done as there are now constraints on settings.ini you might not
expected. For example, conditional settings always have to come last, as otherwise
they would influence the index.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
YAPF could end up in a situation where it sets the best intermediate node
to a node whose construction is never finalized (i.e. it is never added to
the open list). The content of the node would be overwritten in the next
round, potentially sending the vehicle to an unwanted location.
|
|
It is not nice to have your definition say you won't change a value
while in fact the whole reason for your existance is to change it.
|
|
This could have unwanted side-effects, as it could change the
source for ever and ever.
|
|
|
|
|
|
This to be more explicit the function changes the value, and not
returns yes/no.
|
|
When you buy-out a company, you got your shares back. This is
based on company-value, which includes values for the vehicles etc.
In other words, you not only got the vehicles, but you also got
paid to get them back.
Additionally, you also got the loan of the company, but not the
money for the loan (as that is subtracted from the company-value).
Solve this by changing the rules of a buy-out: don't sell your
shares, get the loan AND the balance and get the infrastructure.
|
|
for every setting
This has the added benefit of not getting mistaken that multiple bases can be used for the same SettingTable
|
|
|
|
|
|
|
|
ints valid and writing ints
|
|
strings valid and writing strings
|
|
norwegian (bokmal): 3 changes by Anolitt
dutch: 3 changes by Afoklala
portuguese (brazilian): 3 changes by Vimerum
|
|
chinese (traditional): 9 changes by benny30111
english (us): 3 changes by 2TallTyler
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And by doing so remove the hack where ints were put into pointers so "def" could either be an int or a string
|
|
|
|
|
|
|
|
|
|
|
|
|