Thu, 30 Aug 2007 17:17:04 +0000(svn r11005) -Codechange: move the tiletype specific terraforming checks to the functions for those tile types.
rubidium [Thu, 30 Aug 2007 17:17:04 +0000] rev 7494
(svn r11005) -Codechange: move the tiletype specific terraforming checks to the functions for those tile types.
-Codechange: barren the rail grounds on terraforming.

Thu, 30 Aug 2007 13:09:44 +0000(svn r11004) -Codechange: some reworks of the saveload mechanism to be able to save and load private and protected variables in the vehicle struct.
rubidium [Thu, 30 Aug 2007 13:09:44 +0000] rev 7493
(svn r11004) -Codechange: some reworks of the saveload mechanism to be able to save and load private and protected variables in the vehicle struct.

Thu, 30 Aug 2007 13:03:56 +0000(svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicle->SetNext() so we can trap instances that change a next pointer and (in the future) update the first/previous pointers based on that.
rubidium [Thu, 30 Aug 2007 13:03:56 +0000] rev 7492
(svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicle->SetNext() so we can trap instances that change a next pointer and (in the future) update the first/previous pointers based on that.

Thu, 30 Aug 2007 12:10:32 +0000(svn r11002) -Codechange: unhackify the cargo packet list saving (a little).
rubidium [Thu, 30 Aug 2007 12:10:32 +0000] rev 7491
(svn r11002) -Codechange: unhackify the cargo packet list saving (a little).

Wed, 29 Aug 2007 21:49:08 +0000(svn r11001) -Codechange: unify the way to determine whether a vehicle is in a depot.
rubidium [Wed, 29 Aug 2007 21:49:08 +0000] rev 7490
(svn r11001) -Codechange: unify the way to determine whether a vehicle is in a depot.

Wed, 29 Aug 2007 21:30:03 +0000(svn r11000) -Fix r10121: when introducing the new blitter system, smallmap regained an old bug: buffer-overflow when moving window to far bottom-right.
truelight [Wed, 29 Aug 2007 21:30:03 +0000] rev 7489
(svn r11000) -Fix r10121: when introducing the new blitter system, smallmap regained an old bug: buffer-overflow when moving window to far bottom-right.
-Note: we no longer cheat on not drawing the last line in smallmap, this time we created a more elegant fix

Wed, 29 Aug 2007 21:27:16 +0000(svn r10999) -Codechange: unify the way the running cost of a vehicle is determined. Patch by nycom.
rubidium [Wed, 29 Aug 2007 21:27:16 +0000] rev 7488
(svn r10999) -Codechange: unify the way the running cost of a vehicle is determined. Patch by nycom.

Wed, 29 Aug 2007 21:08:35 +0000(svn r10998) -Codechange: refactor of the "core" of the terraforming code to make it possible to push the tile type specific terraforming requirements out of the generic part of the terraforming code. Patch by frosch. For more information take a look at FS#1147.
rubidium [Wed, 29 Aug 2007 21:08:35 +0000] rev 7487
(svn r10998) -Codechange: refactor of the "core" of the terraforming code to make it possible to push the tile type specific terraforming requirements out of the generic part of the terraforming code. Patch by frosch. For more information take a look at FS#1147.

Wed, 29 Aug 2007 20:50:58 +0000(svn r10997) -Codechange: unify the vehicle view window. Patch by PhilSophus.
rubidium [Wed, 29 Aug 2007 20:50:58 +0000] rev 7486
(svn r10997) -Codechange: unify the vehicle view window. Patch by PhilSophus.

Wed, 29 Aug 2007 08:20:04 +0000(svn r10996) -Feature: [OSX] added more options for right click emulation (controlled from the interface tab in the patch window)
bjarni [Wed, 29 Aug 2007 08:20:04 +0000] rev 7485
(svn r10996) -Feature: [OSX] added more options for right click emulation (controlled from the interface tab in the patch window)
This only works with the cocoa drivers (you will use the cocoa drivers unless you manually switched to SDL and compiled yourself)
Note: if control-click is selected, then the ingame control-click (like presignals and such) will be command-click
Requested and tested by ln- (so he should be blamed if this goes wrong :P )