Changes between Version 22 and Version 23 of Coding_Conventions


Ignore:
Timestamp:
Jul 2, 2013, 7:39:08 AM (11 years ago)
Author:
historic_bruno
Comment:

Adds link to Logging

Legend:

Unmodified
Added
Removed
Modified
  • Coding_Conventions

    v22 v23  
    130130
    131131=== Error reporting ===
     132See [wiki:Logging] for more info.
    132133 * For engine bugs (that is, error cases which need to be fixed by C++ developers, and which should never be triggered by users or modders (even if they write invalid data files)), use "`debug_warn(L"message")`" to report the error. (This pops up an ugly dialog box with stack trace and continue/debug/exit buttons.)
    133134