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.
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.
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
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
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
Darkvater [Fri, 24 Mar 2006 17:40:55 +0000] rev 3325
(svn r4091) - Fix r4075. Do not "enter" please.
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
belugas [Fri, 24 Mar 2006 16:03:09 +0000] rev 3323
(svn r4089) CodeChange : Create Map Accessors Group in MS WorkSpace, arrange VCProject. Remove warning on FindLengthOfTunnel, uint is not DiagDirection
celestar [Fri, 24 Mar 2006 15:24:16 +0000] rev 3322
(svn r4088) -Codechange: Introduce {Unb,B}arCrossing and IsCrossingBarred to put and get the status of a level crossing
tron [Fri, 24 Mar 2006 13:46:45 +0000] rev 3321
(svn r4087) Add IsIndustryCompleted() to check if a industry tile is fully built