ClassiCube/ClassicalSharp/Utils
2016-10-05 18:25:21 +11:00
..
Camera.cs Core: Rewrite camera class to have less code duplication. 2016-10-01 18:21:49 +10:00
ErrorHandler.cs Avoid foreach wherever possible. 2016-08-15 12:57:25 +10:00
MathUtils.cs Split up Utils.cs into Utils.cs and Utils.Math.cs, also use our own ToLower() method that does not make any extra memory allocations. 2016-08-15 20:00:57 +10:00
Options.cs Add back in Options.Set(string, string) to avoid MissingMethod. (Thanks Cheesse), fixes #235 2016-09-13 06:51:51 +10:00
StringBuffer.cs Fixes messages to the server including trailing spaces at the end of the chat input. 2016-09-11 13:02:35 +10:00
TextureRectangle.cs Remove Block enum. 2016-06-11 15:29:45 +10:00
Utils.cs Style: Split IGraphicsAPI into IGraphicsAPI and IGraphicsAPI.Core, don't catch NotSupportException for invalid bitmap. 2016-10-05 18:25:21 +11:00
Utils.Math.cs Split up Utils.cs into Utils.cs and Utils.Math.cs, also use our own ToLower() method that does not make any extra memory allocations. 2016-08-15 20:00:57 +10:00
Vector3I.cs Remove Block enum. 2016-06-11 15:29:45 +10:00
WrappableStringBuffer.cs Use named StringLength constant instead of hardcoding 64 everywhere, replace StringBuilder with StringBuffer. 2016-08-15 18:33:37 +10:00