peter1138 [Wed, 14 Dec 2005 09:15:06 +0000] rev 2758
(svn r3303) Change #if PF_BENCHMARK to #ifdef PF_BENCHMARK
peter1138 [Wed, 14 Dec 2005 08:05:36 +0000] rev 2757
(svn r3302) - Fix: split drawing of text buttons and the closebox, so the closebox symbol can be centred.
tron [Wed, 14 Dec 2005 06:51:19 +0000] rev 2756
(svn r3301) One more static
tron [Wed, 14 Dec 2005 06:49:54 +0000] rev 2755
(svn r3300) Remove unreachable code - in this case some duplicate breaks
tron [Wed, 14 Dec 2005 06:32:06 +0000] rev 2754
(svn r3299) Remove the unimplemented -l option, which should select the language
tron [Wed, 14 Dec 2005 06:28:48 +0000] rev 2753
(svn r3298) Remove unused and write-only variables
tron [Wed, 14 Dec 2005 06:20:23 +0000] rev 2752
(svn r3297) Staticise
tron [Wed, 14 Dec 2005 06:16:34 +0000] rev 2751
(svn r3296) Warn about testing an undefined macro with #if - should most probably be #ifdef
Darkvater [Tue, 13 Dec 2005 22:28:44 +0000] rev 2750
(svn r3295) - Regressionfix: scrolling with mousewheel no longer worked in saveload dialogs because of restriction that scroller is only active for widget + next widget is scrollbar. Yes, we need a better window system.
Darkvater [Tue, 13 Dec 2005 21:21:57 +0000] rev 2749
(svn r3294) - Fix: use INVALID_STRING_ID instead of -1.
- Fix: savegames only give back one message, show this by ignoring the first argument. Perhaps make the message more verbose in the future by adding STR_ equivalents next to the already existing debug messages.