openclonk/src/script
Nicolas Hake e21a5bdd44 Rename BoundBy to Clamp
"BoundBy" sounds like a predicate. "Clamp" is a common function name for
the operation in graphics processing, so it should be familiar to users.
2015-02-12 23:05:55 +01:00
..
C4Aul.cpp Reorder some declarations and initializations to avoid order mismatch 2015-02-04 22:12:42 +01:00
C4Aul.h Revert "Move C4Aul code into separate subdirectory" 2014-05-12 02:24:19 +02:00
C4AulDebug.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4AulDebug.h Revert "Move C4Aul code into separate subdirectory" 2014-05-12 02:24:19 +02:00
C4AulDefFunc.h Revert "Move C4Aul code into separate subdirectory" 2014-05-12 02:24:19 +02:00
C4AulExec.cpp Revert "Move C4Aul code into separate subdirectory" 2014-05-12 02:24:19 +02:00
C4AulExec.h Revert "Move C4Aul code into separate subdirectory" 2014-05-12 02:24:19 +02:00
C4AulFunc.cpp Revert "Move C4Aul code into separate subdirectory" 2014-05-12 02:24:19 +02:00
C4AulFunc.h Revert "Move C4Aul code into separate subdirectory" 2014-05-12 02:24:19 +02:00
C4AulLink.cpp Revert "Move C4Aul code into separate subdirectory" 2014-05-12 02:24:19 +02:00
C4AulParse.cpp Revert "Move C4Aul code into separate subdirectory" 2014-05-12 02:24:19 +02:00
C4PropList.cpp Add custom EditCursorCommands available in editor context menu. 2015-01-03 23:21:36 +01:00
C4PropList.h Add custom EditCursorCommands available in editor context menu. 2015-01-03 23:21:36 +01:00
C4Script.cpp Rename BoundBy to Clamp 2015-02-12 23:05:55 +01:00
C4ScriptHost.cpp Allow C4ScriptHost to load a script from memory 2014-08-04 13:04:34 -04:00
C4ScriptHost.h Allow C4ScriptHost to load a script from memory 2014-08-04 13:04:34 -04:00
C4ScriptMain.cpp Update copyright notices 2013-12-23 13:03:19 +01:00
C4ScriptStandalone.cpp Allow C4ScriptHost to load a script from memory 2014-08-04 13:04:34 -04:00
C4StringTable.cpp make ContainBlast a property instead of DefCore entry 2015-01-15 17:46:53 +01:00
C4StringTable.h Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4Value.cpp Correct a comment about GetDataString safety 2014-05-25 22:47:56 +02:00
C4Value.h 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
C4ValueArray.cpp Fix self-overwrite in C4ValueArray::SetSlice (#1212: Array manipulation goes wrong ) 2015-01-09 15:09:36 +09:00
C4ValueArray.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4ValueMap.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4ValueMap.h Remove some redundant #includes 2015-01-25 18:53:48 +01:00