Changes between Version 7 and Version 8 of code/doc/Util
- Timestamp:
- Aug 22, 2011, 2:34:05 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/Util
v7 v8 11 11 || [wiki:Clipboard] || OS-specific functions to copy text from and to the clipboard || 12 12 || [wiki:Convert] || A generic [wiki:template] to convert values of one type to another type || 13 || [wiki:Debug] || Defines macros for leveled [wiki:OutputHandler debug-output] ||14 13 || [wiki:Exception] || Defines exceptions and assertions || 15 14 || [wiki:ExprParser] || Parses mathematical expressions and returns the result || 16 15 || [wiki:Math] || Defines several mathematical functions || 17 16 || [wiki:MultiType] || A class that can store a value of almost every type || 18 || [wiki:OutputBuffer] || Buffers text that was sent to the outstream || 19 || [wiki:OutputHandler] || Handles [wiki:Debug output] and distributes it to console, logfile and the ingame [wiki:Shell] || 17 || [wiki:Output] || Handles output and distributes it to console, logfile and the ingame [wiki:Shell] || 20 18 || [wiki:Sleep] || Defines the sleep function for every OS || 21 19 || [wiki:String] || Defines several string-functions ||