openclonk/docs/sdk/script
Sven Eberhardt 9349498f3f Fix pump to clear the last row of pixels (#1057) and allow pumping from pump without source pipe.
ExtractMaterial has been changed to be able to slurp in from the most distant horizontal position rather than the closest to the extraction top center.

Also speed up ExtractMaterial for the common case of no required horizontal shifts.
2015-05-14 12:32:11 +02:00
..
fn Fix pump to clear the last row of pixels (#1057) and allow pumping from pump without source pipe. 2015-05-14 12:32:11 +02:00
AppendTo.xml Docs: Slightly update the script reference 2010-08-27 21:19:58 +02:00
BreakContinue.xml docs: Expand the index a bit 2013-02-24 14:50:11 +01:00
Effects.xml Fixed parameters and text in SetGamma.xml, Schedule.xml and Effects.xml 2013-01-02 22:45:31 +01:00
FuncCall.xml docs: Fix some typos found by make check 2013-02-24 14:50:12 +01:00
Funcs.xml docs: Update German translation 2012-05-06 15:37:58 +02:00
GetXXVal.xml docs: fixed and translated examples 2011-07-23 22:10:44 +02:00
MapScript.xml Fix documentation on new_color parameter in Layer.SetPixel to include option to set it as string. 2015-03-01 21:06:18 +01:00
NamedVar.xml docs: Document the function pointer stuff somewhat 2012-03-09 19:13:46 +01:00
ScriptPlayers.xml docs: translated ScriptPlayers.xml examples 2011-07-24 00:08:36 +02:00
Typechecks.xml docs: Document the function pointer stuff somewhat 2012-03-09 19:13:46 +01:00
for.xml docs: fixed and translated examples 2011-07-23 22:10:44 +02:00
index.xml docs: Add an index to the table of contents 2011-09-05 22:37:47 +02:00
operatoren.xml Change == and != to do pointer comparison on arrays and proplists (formerly === and !==). Remove === and !=== and introduce function DeepEqual for contents comparison. 2014-04-19 22:33:31 +02:00