openclonk/src/control
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
..
C4Control.cpp Rename BoundBy to Clamp 2015-02-12 23:05:55 +01:00
C4Control.h Object movement in editor respects Def->HorizontalFix and attachment procedure. 2015-01-17 21:19:56 +01:00
C4GameControl.cpp Rename BoundBy to Clamp 2015-02-12 23:05:55 +01:00
C4GameControl.h Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4GameParameters.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4GameParameters.h Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4GameSave.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4GameSave.h Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4PlayerControl.cpp (Re)implement text completion in dialogue text windows as an async control. Default to Space, i.e. MenuOK. 2014-08-10 20:58:26 +02:00
C4PlayerControl.h Reorder some declarations and initializations to avoid order mismatch 2015-02-04 22:12:42 +01:00
C4PlayerInfo.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4PlayerInfo.h Added script functions SetLeagueProgressData, GetLeagueProgressData, GetLeagueScore and SetLeaguePerformance. 2014-04-20 15:33:36 +02:00
C4PlayerInfoConflicts.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4Record.cpp Fix a load of warnings (two were actual errors, only in diagnostics though) 2014-04-17 19:24:41 +02:00
C4Record.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4RoundResults.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4RoundResults.h Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4Teams.cpp Avoid out-of-bounds read 2014-04-15 14:51:57 +02:00
C4Teams.h Update copyright notices 2013-12-23 13:03:19 +01:00