comparison codeDoc/debugCodes.txt @ 116:5ee69b3ed9c9

Partial implementation of infinite widget recursion protection; some cleanup. Implemented recursion protection which only allowed unsafe widgets to be instantiated once; realised this was far too restrictive (multiple sibling instances are needed) and a check against parent widgets would be needed. Could be implemented by passing widgets a reference to parents. Removed ButtonWidget aka First interactible widget.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sun, 21 Dec 2008 12:03:50 +0000
parents 56c0ddd90193
children 9f035cd139c6
comparison
equal deleted inserted replaced
115:1b1e2297e2fc 116:5ee69b3ed9c9
11 11
12 - code - - purpose - 12 - code - - purpose -
13 mdeUnitTest Compile in unittest code (including extra imports, and a few other bits outside the unittest itself). 13 mdeUnitTest Compile in unittest code (including extra imports, and a few other bits outside the unittest itself).
14 drawGlyphCache Draw the font texture in the upper-left corner of the screen, with a pretty background. 14 drawGlyphCache Draw the font texture in the upper-left corner of the screen, with a pretty background.
15 mdeWidgets Log trace messages for the creation of all widgets. 15 mdeWidgets Log trace messages for the creation of all widgets.
16 SDLCalls Log a message before some SDL calls.