truelight [Sun, 20 Aug 2006 13:39:33 +0000] rev 4323
(svn r5977) -Fix [FS#78]: never set I-am-a-thread bool to true IN the thread. Machines with
dualcore can be faster then you want, and therefor create 2 threads, while
you made the bool to make sure there is never more then 1 thread of this type.
rubidium [Sun, 20 Aug 2006 12:39:17 +0000] rev 4322
(svn r5975) -Cleanup: use ORIGINAL_BASE_YEAR & ORIGINAL_MAX_YEAR where the functions really depend on the original date format.
-Cleanup: use DAYS_TILL_ORIGINAL_BASE_YEAR where the date variables are in the old date format and conversions are needed.
-Cleanup: replace one (forgotten) instance of uint16 with Date.
truelight [Sun, 20 Aug 2006 12:09:32 +0000] rev 4321
(svn r5974) -Codechange: added casts all around the place to make Windows 64bit happy (michi_cc)
truelight [Sun, 20 Aug 2006 12:07:27 +0000] rev 4320
(svn r5973) -Codechange: md5_append only uses size_t as nbytes param, so use that (michi_cc)
truelight [Sun, 20 Aug 2006 12:03:39 +0000] rev 4319
(svn r5972) -Fix: usr strrchr instead of your own function (tnx Darkvater)
-Codechange: added some comments and const correctness (Darkvater)
truelight [Sun, 20 Aug 2006 11:51:10 +0000] rev 4318
(svn r5971) -Fix: wrong struct in assert_compile (thomasdev)
truelight [Sun, 20 Aug 2006 11:41:34 +0000] rev 4317
(svn r5970) -Fix [FS#49]: town-growth removed houses under construction to make way for road. Not wanted behavoir (Rubidium)
truelight [Sun, 20 Aug 2006 11:18:46 +0000] rev 4316
(svn r5969) -Fix r5968: windows doesn't know strncasecmp, but called it strnicmp (michi_cc)
truelight [Sun, 20 Aug 2006 10:51:27 +0000] rev 4315
(svn r5968) -Feature: add auto-completion in chat-window. It completes Player-Names and
Town-Names (that order) using <tab>. Based on FS#28 by egladil.
rubidium [Sun, 20 Aug 2006 10:50:23 +0000] rev 4314
(svn r5967) -Change: use right alignment for the year in the player's balance window instead of centering (about) 'string width' / 2 from the right edge