Sun, 26 Mar 2006 11:08:44 +0000(svn r4111) Fix/Remove some stale comments
tron [Sun, 26 Mar 2006 11:08:44 +0000] rev 3333
(svn r4111) Fix/Remove some stale comments

Sat, 25 Mar 2006 15:47:20 +0000(svn r4109) - Fix (r4105) [iconv]: Only include the needed headers when ICONV is actually used. Thanks for noticing Bjarni
Darkvater [Sat, 25 Mar 2006 15:47:20 +0000] rev 3332
(svn r4109) - Fix (r4105) [iconv]: Only include the needed headers when ICONV is actually used. Thanks for noticing Bjarni

Sat, 25 Mar 2006 10:38:28 +0000(svn r4108) Add [GS]etIndustryGfx()
tron [Sat, 25 Mar 2006 10:38:28 +0000] rev 3331
(svn r4108) Add [GS]etIndustryGfx()

Sat, 25 Mar 2006 10:15:53 +0000(svn r4107) - Fix (r4105): Mixup of string parameters in debug message if iconv_open() failed. Also clarify the message a bit.
Darkvater [Sat, 25 Mar 2006 10:15:53 +0000] rev 3330
(svn r4107) - Fix (r4105): Mixup of string parameters in debug message if iconv_open() failed. Also clarify the message a bit.

Sat, 25 Mar 2006 09:22:10 +0000(svn r4105) - Feature: Add proper ISO-8859-15 <> LOCALCODE conversion. As the mess that is makefile can't properly support it at the moment, it is only available for MACOSX. Windows doesn't need FS conversion and I have no idea about OS/2 so it's disabled for them.
Darkvater [Sat, 25 Mar 2006 09:22:10 +0000] rev 3329
(svn r4105) - Feature: Add proper ISO-8859-15 <> LOCALCODE conversion. As the mess that is makefile can't properly support it at the moment, it is only available for MACOSX. Windows doesn't need FS conversion and I have no idea about OS/2 so it's disabled for them.
- CodeChange: Change the function GetCurrentLocale(). It returns the locale from some default environment-variables, plus a custom one defined as parameter. If all fail, it tries $LANG.

Sat, 25 Mar 2006 08:53:06 +0000(svn r4103) updated mac documentation to mention the fact that it's a triple binary
bjarni [Sat, 25 Mar 2006 08:53:06 +0000] rev 3328
(svn r4103) updated mac documentation to mention the fact that it's a triple binary

Sat, 25 Mar 2006 07:22:53 +0000(svn r4099) -Codechange: [OSX] the cocoa video driver speedup of around 1000% now also applies to Intel macs
bjarni [Sat, 25 Mar 2006 07:22:53 +0000] rev 3327
(svn r4099) -Codechange: [OSX] the cocoa video driver speedup of around 1000% now also applies to Intel macs

Fri, 24 Mar 2006 18:16:39 +0000(svn r4092) CodeChange : Named sprites instead of magic numbers plus create/use helper macro/enum for recoloring scheme
belugas [Fri, 24 Mar 2006 18:16:39 +0000] rev 3326
(svn r4092) CodeChange : Named sprites instead of magic numbers plus create/use helper macro/enum for recoloring scheme

Fri, 24 Mar 2006 17:40:55 +0000(svn r4091) - Fix r4075. Do not "enter" please.
Darkvater [Fri, 24 Mar 2006 17:40:55 +0000] rev 3325
(svn r4091) - Fix r4075. Do not "enter" please.

Fri, 24 Mar 2006 17:00:55 +0000(svn r4090) - Followup for r4075. Some SDL implementations seem to have a different define for the SDL_ACTIVEEVENT SDL_APPMOUSEFOCUS which caused undrawing of the mouse only on losing input-focus. Correctly check for the event state
Darkvater [Fri, 24 Mar 2006 17:00:55 +0000] rev 3324
(svn r4090) - Followup for r4075. Some SDL implementations seem to have a different define for the SDL_ACTIVEEVENT SDL_APPMOUSEFOCUS which caused undrawing of the mouse only on losing input-focus. Correctly check for the event state