Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 7 and Version 8 of code/doc/Util


Ignore:
Timestamp:
Aug 22, 2011, 2:34:05 PM (13 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/Util

    v7 v8  
    1111|| [wiki:Clipboard] || OS-specific functions to copy text from and to the clipboard ||
    1212|| [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] ||
    1413|| [wiki:Exception] || Defines exceptions and assertions ||
    1514|| [wiki:ExprParser] || Parses mathematical expressions and returns the result ||
    1615|| [wiki:Math] || Defines several mathematical functions ||
    1716|| [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] ||
    2018|| [wiki:Sleep] || Defines the sleep function for every OS ||
    2119|| [wiki:String] || Defines several string-functions ||