Age | Commit message (Collapse) | Author |
|
comments
|
|
especially never should use
|
|
|
|
already in stdafx.h
|
|
|
|
exporting things to C from our squirrel
|
|
defines
|
|
|
|
|
|
platforms having wchar for SQChar and others just char; always use char (and UTF-8) like in the rest of (internal) OpenTTD
|
|
always 64 bits, so scripts behave the same on 32 or 64 bits architectures
|
|
machines failed
|
|
others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC)
|
|
it mostly solves the sort() issues
|
|
|
|
-Revert (r17273): this fix is included in Squirrel 2.2.4
|
|
|
|
/ Sleep instead of just printing an error message in the AI Debug Window
|
|
|
|
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
|
|
|