Fri, 28 Apr 2006 07:47:55 +0000(svn r4606) -Backported r4341 from trunk: 0.4
celestar [Fri, 28 Apr 2006 07:47:55 +0000] rev 9970
(svn r4606) -Backported r4341 from trunk:
-(FS#101) When a player got bankrupt, slots were not cleared, because vehicles got deleted directly by DeleteVehicle

Fri, 28 Apr 2006 07:45:44 +0000(svn r4605) -Backported revisions 4304, 4309, 4310, 4312, 4313, 4314 from trunk (chatbox-related stuff) 0.4
celestar [Fri, 28 Apr 2006 07:45:44 +0000] rev 9969
(svn r4605) -Backported revisions 4304, 4309, 4310, 4312, 4313, 4314 from trunk (chatbox-related stuff)
-The chat box' parent window (the main toolbar, wtf?) doesn't care for the WE_ON_EDIT_TEXT_CANCEL event, so don't send one. This code looks like it was mindlessly copy&pasted from the query box
-The initial string of the chat box is always the empty string, so don't jump through hoops to check if nothing was entered and simplify the code
-The chat box has no visible window title, therefore remove the string
-Calculate the maximum pixel width of the entered text in the chat box from the "text box"-widget instead of hardcoding an arbitrary - and wrong - number
-The parent window of the chat box is always the main toolbar (?!), therefore don't pass this information as parameter
-a buffer overflow of the chat box introduced in r1263. Don't tell the Textbuf an arbitrary number as size of the string buffer, but the real lengthof() it

Fri, 31 Mar 2006 16:19:16 +0000(svn r4207) - Fix: Update OS/2 on 0.4 branch, too 0.4
orudge [Fri, 31 Mar 2006 16:19:16 +0000] rev 9968
(svn r4207) - Fix: Update OS/2 on 0.4 branch, too

Sun, 26 Mar 2006 18:49:31 +0000(svn r4117) - Prepare 0.4 branch for release. Update readme's, bugs, installers and makefile, changelog, etc. to 0.4.7 0.4
Darkvater [Sun, 26 Mar 2006 18:49:31 +0000] rev 9967
(svn r4117) - Prepare 0.4 branch for release. Update readme's, bugs, installers and makefile, changelog, etc. to 0.4.7

Sat, 25 Mar 2006 08:54:09 +0000(svn r4104) -Backported 4102: updated OSX docs about triple binary 0.4
bjarni [Sat, 25 Mar 2006 08:54:09 +0000] rev 9966
(svn r4104) -Backported 4102: updated OSX docs about triple binary

Sat, 25 Mar 2006 08:45:30 +0000(svn r4102) -Backported 3673, 3674, 3675, 3679, 3682, 3882, 3884 [all OSX] 0.4
bjarni [Sat, 25 Mar 2006 08:45:30 +0000] rev 9965
(svn r4102) -Backported 3673, 3674, 3675, 3679, 3682, 3882, 3884 [all OSX]
added support for G5 (ppc970) optimised code
added support for triple binaries (ppc, ppc970, i386)
updated the makefile to handle building of universal and triple in a more automated way (way less flags to set)
now it's no longer needed to spent minutes setting up flags when releasing. It works out of the box :)
note: even though it looks like it's a lot of commits, it really is that there changes were introduced in small pieces in the trunk

Sat, 25 Mar 2006 07:40:02 +0000(svn r4100) -Backported 4082 and 4099 0.4
bjarni [Sat, 25 Mar 2006 07:40:02 +0000] rev 9964
(svn r4100) -Backported 4082 and 4099
the cocoa driver no longer crashes when going to fullscreen (this one depended on the resolution)
teh cocoa driver speedup of around 1000% applies to Intel macs, so the driver is now just as fast as the PPC one

Fri, 24 Mar 2006 23:33:30 +0000(svn r4097) -Backported 4084 properly (included the last line) 0.4
bjarni [Fri, 24 Mar 2006 23:33:30 +0000] rev 9963
(svn r4097) -Backported 4084 properly (included the last line)
also added a header that is needed because we didn't backport the new feature, that includes the header in the trunk

Fri, 24 Mar 2006 22:55:16 +0000(svn r4095) -Backport 4060, 4084 0.4
bjarni [Fri, 24 Mar 2006 22:55:16 +0000] rev 9962
(svn r4095) -Backport 4060, 4084
made the release target for OSX do more work (less manual work when releasing)
updated some OSX documentation

Fri, 24 Mar 2006 22:36:54 +0000(svn r4094) - Allow unused wagons have their ->first set. This fixes the faulty 0.4
peter1138 [Fri, 24 Mar 2006 22:36:54 +0000] rev 9961
(svn r4094) - Allow unused wagons have their ->first set. This fixes the faulty
cache warning message, and noticably speeds up depot operations in large
games. Backport of r3576 from trunk