Sat, 13 Jan 2007 15:22:36 +0000(svn r8099) -Fix (r8092): source.list updated to reflect move of header files (thanks stillunknown). vcproj files updated too (thanks glx)
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)

Sat, 13 Jan 2007 15:00:40 +0000(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.
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.

Sat, 13 Jan 2007 15:00:16 +0000(svn r8097) Replace strlen() {==,!=,>} 0 by the more concise {,!}StrEmpty(). Additionally the test takes O(1) instead of O(n) now
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

Sat, 13 Jan 2007 14:48:47 +0000(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.
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.

Sat, 13 Jan 2007 14:43:46 +0000(svn r8095) -Codechange: stuff that is not related to HAL moved from hal.h to gfx.h
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

Sat, 13 Jan 2007 14:01:05 +0000(svn r8094) -Feature/Fix (r7523): Show the activated status of the GRF list after pressing 'apply'
Darkvater [Sat, 13 Jan 2007 14:01:05 +0000] rev 5635
(svn r8094) -Feature/Fix (r7523): Show the activated status of the GRF list after pressing 'apply'
in the newgrf window, instead of the local list.

Sat, 13 Jan 2007 13:47:57 +0000(svn r8093) -Codechange: Add a function to get a string representation of an MD5SUM and use it.
Darkvater [Sat, 13 Jan 2007 13:47:57 +0000] rev 5634
(svn r8093) -Codechange: Add a function to get a string representation of an MD5SUM and use it.

Sat, 13 Jan 2007 13:33:36 +0000(svn r8092) -Codechange: header files with miscellaneous template classes (smart pointers, blob, array, hashtable, etc.) moved from src/yapf to src/misc as they can now be used anywhere.
KUDr [Sat, 13 Jan 2007 13:33:36 +0000] rev 5633
(svn r8092) -Codechange: header files with miscellaneous template classes (smart pointers, blob, array, hashtable, etc.) moved from src/yapf to src/misc as they can now be used anywhere.

Sat, 13 Jan 2007 13:23:56 +0000(svn r8091) -Propchange: EOL style changed to LF for config.lib (fixes ./configure errors when sharing WC between linux and windows)
KUDr [Sat, 13 Jan 2007 13:23:56 +0000] rev 5632
(svn r8091) -Propchange: EOL style changed to LF for config.lib (fixes ./configure errors when sharing WC between linux and windows)

Sat, 13 Jan 2007 13:13:32 +0000(svn r8090) -[win32] Fix (r8089): for *nprintf 'ret = count' NOT 'ret = 0'...
Darkvater [Sat, 13 Jan 2007 13:13:32 +0000] rev 5631
(svn r8090) -[win32] Fix (r8089): for *nprintf 'ret = count' NOT 'ret = 0'...