KUDr [Sat, 13 Jan 2007 16:23:24 +0000] rev 5645
(svn r8104) -Fix: missing helpers.hpp added into source.list and VC
peter1138 [Sat, 13 Jan 2007 16:09:53 +0000] rev 5644
(svn r8103) -Docchange: Include station tile types used by RichK's airports
Darkvater [Sat, 13 Jan 2007 15:55:22 +0000] rev 5643
(svn r8102) -Cleanup: Remove unreachable code (r8096), useless cast
Darkvater [Sat, 13 Jan 2007 15:50:36 +0000] rev 5642
(svn r8101) -Fix (runknown): Plug potential memleaks when calling UnInitWindowSystem. The function directly deleted all windows instead of calling their respective deallocators which could then in turn any used memory.
KUDr [Sat, 13 Jan 2007 15:24:31 +0000] rev 5641
(svn r8100) -Propchange: EOL style changed to LF for /projects/generate
KUDr [Sat, 13 Jan 2007 15:22:36 +0000] rev 5640
(svn r8099) -Fix (r8092): source.list updated to reflect move of header files (thanks stillunknown). vcproj files updated too (thanks glx)
Darkvater [Sat, 13 Jan 2007 15:00:40 +0000] rev 5639
(svn r8098) -Fix (r6964): For editboxen, always fill the background with black, and not only after a valid call to FillDrawPixelInfo. This solves some graphics glitches with background widget-colour showing through on frequent redraws.
tron [Sat, 13 Jan 2007 15:00:16 +0000] rev 5638
(svn r8097) Replace strlen() {==,!=,>} 0 by the more concise {,!}StrEmpty(). Additionally the test takes O(1) instead of O(n) now
Darkvater [Sat, 13 Jan 2007 14:48:47 +0000] rev 5637
(svn r8096) -Codechange: Invert the check if you are allowed to clear a road tile so there are not so many negations (too confusing) and added some comments to further clarify what happens.
KUDr [Sat, 13 Jan 2007 14:43:46 +0000] rev 5636
(svn r8095) -Codechange: stuff that is not related to HAL moved from hal.h to gfx.h