Thu, 19 Jun 2008 20:06:55 +0000(svn r13589) -Fix (r11802): signals could be propagated through waypoints built in orthogonal axis
smatz [Thu, 19 Jun 2008 20:06:55 +0000] rev 11033
(svn r13589) -Fix (r11802): signals could be propagated through waypoints built in orthogonal axis

Thu, 19 Jun 2008 20:04:24 +0000(svn r13588) -Documentation: Document the function PopupMainPlayerToolbMenu. Makes it a bit clearer, don't you think?
belugas [Thu, 19 Jun 2008 20:04:24 +0000] rev 11032
(svn r13588) -Documentation: Document the function PopupMainPlayerToolbMenu. Makes it a bit clearer, don't you think?

Thu, 19 Jun 2008 19:58:30 +0000(svn r13587) -Codechange: make some globals members of VehicleListBase since they are used as such
skidd13 [Thu, 19 Jun 2008 19:58:30 +0000] rev 11031
(svn r13587) -Codechange: make some globals members of VehicleListBase since they are used as such
-Cleanup: some small things referring the change

Thu, 19 Jun 2008 19:58:26 +0000(svn r13586) -Codechange: Using default parameter, for cases where there are few exceptions.
belugas [Thu, 19 Jun 2008 19:58:26 +0000] rev 11030
(svn r13586) -Codechange: Using default parameter, for cases where there are few exceptions.

Thu, 19 Jun 2008 18:09:29 +0000(svn r13585) [NoAI] -Add: possibility to get information/perform order changes based on the current order of a vehicle. noai
rubidium [Thu, 19 Jun 2008 18:09:29 +0000] rev 11029
(svn r13585) [NoAI] -Add: possibility to get information/perform order changes based on the current order of a vehicle.

Thu, 19 Jun 2008 17:54:23 +0000(svn r13584) -Fix: [OSX] Fixed issue where 10.5 failed to switch to fullscreen
bjarni [Thu, 19 Jun 2008 17:54:23 +0000] rev 11028
(svn r13584) -Fix: [OSX] Fixed issue where 10.5 failed to switch to fullscreen
This is done by selecting the 32bpp-anim blitter by default as it seems Apple removed some 8bpp support
Since this is done at runtime the same binary will still select 8bpp on 10.3 and 10.4

Thu, 19 Jun 2008 16:33:24 +0000(svn r13583) [NoAI] -Fix: in MultiPlayer, prevent AIDebug window opening for clients. noai
glx [Thu, 19 Jun 2008 16:33:24 +0000] rev 11027
(svn r13583) [NoAI] -Fix: in MultiPlayer, prevent AIDebug window opening for clients.

Thu, 19 Jun 2008 16:26:56 +0000(svn r13582) [NoAI] -Add: added 'stop_ai', which stops a company controlled by an AI (Yexo) noai
truebrain [Thu, 19 Jun 2008 16:26:56 +0000] rev 11026
(svn r13582) [NoAI] -Add: added 'stop_ai', which stops a company controlled by an AI (Yexo)

Thu, 19 Jun 2008 13:04:41 +0000(svn r13581) -Fix [FS#2040]: RVs continueing onto next DT station when they are build adjacent to them.
rubidium [Thu, 19 Jun 2008 13:04:41 +0000] rev 11025
(svn r13581) -Fix [FS#2040]: RVs continueing onto next DT station when they are build adjacent to them.

Thu, 19 Jun 2008 11:55:14 +0000(svn r13580) [NoAI] -Add: allow multiple version of a single library to exist. If you name your directory, say, pathfinder/road.1, and put Road Pathfinder version 1 in it, you can load version 1 and version 2. The system ignores everything after the '.' (dot), and accepts it if the versions differ. noai
truebrain [Thu, 19 Jun 2008 11:55:14 +0000] rev 11024
(svn r13580) [NoAI] -Add: allow multiple version of a single library to exist. If you name your directory, say, pathfinder/road.1, and put Road Pathfinder version 1 in it, you can load version 1 and version 2. The system ignores everything after the '.' (dot), and accepts it if the versions differ.