Sat, 14 May 2005 23:48:39 +0000(svn r2316) - Fix: [ 1154454 ] Fix BeOS build on Trunk (myob)
Darkvater [Sat, 14 May 2005 23:48:39 +0000] rev 1812
(svn r2316) - Fix: [ 1154454 ] Fix BeOS build on Trunk (myob)

Sat, 14 May 2005 22:51:15 +0000(svn r2315) - Fix: [ 1187613 ] No HQ present for competitor, disable 'View HQ' button, inspired by lucaspiller
Darkvater [Sat, 14 May 2005 22:51:15 +0000] rev 1811
(svn r2315) - Fix: [ 1187613 ] No HQ present for competitor, disable 'View HQ' button, inspired by lucaspiller

Sat, 14 May 2005 22:42:33 +0000(svn r2314) - Feature: [ 1187490 ] Patches for building on IRIX (jgilje)
Darkvater [Sat, 14 May 2005 22:42:33 +0000] rev 1810
(svn r2314) - Feature: [ 1187490 ] Patches for building on IRIX (jgilje)

Sat, 14 May 2005 22:03:25 +0000(svn r2313) - Fix: [ 1202115 ] Clicking shipslist on bouy asserts GetPlayer(). Bouys and oilrigs don't have owners, so it cannot get the vehicle-list of the station-owner. Just use _current_player
Darkvater [Sat, 14 May 2005 22:03:25 +0000] rev 1809
(svn r2313) - Fix: [ 1202115 ] Clicking shipslist on bouy asserts GetPlayer(). Bouys and oilrigs don't have owners, so it cannot get the vehicle-list of the station-owner. Just use _current_player

Sat, 14 May 2005 21:55:54 +0000(svn r2312) - Fix (regression): changing to/from fullscreen got broken with SDL.
Darkvater [Sat, 14 May 2005 21:55:54 +0000] rev 1808
(svn r2312) - Fix (regression): changing to/from fullscreen got broken with SDL.

Sat, 14 May 2005 21:03:46 +0000(svn r2311) - Fix: eh, forgot to remove moved function.
Darkvater [Sat, 14 May 2005 21:03:46 +0000] rev 1807
(svn r2311) - Fix: eh, forgot to remove moved function.

Sat, 14 May 2005 21:01:57 +0000(svn r2310) - Fix: Game would crash if you full-screened with the 'fullscreen' button than chose a resolution from the dropdown box that was no longer valid. Big thanks to DaleStan for track down the crashing bug.
Darkvater [Sat, 14 May 2005 21:01:57 +0000] rev 1806
(svn r2310) - Fix: Game would crash if you full-screened with the 'fullscreen' button than chose a resolution from the dropdown box that was no longer valid. Big thanks to DaleStan for track down the crashing bug.
- Fix: There would be duplicate entries in the resolutions dropdown box. Copy SDL method or removing duplicates and sort the list.
- Feature: in the settings menu, you don't have to click on the arrows anymore, clicking on the dropdown box itself has the same effect. Consistent with other dropdowns in the game

Sat, 14 May 2005 19:34:59 +0000(svn r2309) - CodeChange: Change all _iconsole_color_whatever into _icolour_wtv (abbreviated). Besides the changed into proper english, yes this commit is pretty useless ;)
Darkvater [Sat, 14 May 2005 19:34:59 +0000] rev 1805
(svn r2309) - CodeChange: Change all _iconsole_color_whatever into _icolour_wtv (abbreviated). Besides the changed into proper english, yes this commit is pretty useless ;)

Sat, 14 May 2005 19:25:18 +0000(svn r2308) - Fix: enforce server-only and/or offline commands by giving them flags in the process table. This also fixes bug "[ 1190944 ] Many commands not checked for security"
Darkvater [Sat, 14 May 2005 19:25:18 +0000] rev 1804
(svn r2308) - Fix: enforce server-only and/or offline commands by giving them flags in the process table. This also fixes bug "[ 1190944 ] Many commands not checked for security"
- CodeChange: move ValParamRailtype() to check rail type from command.h to vehicle.h where it is better suited.

Sat, 14 May 2005 18:25:01 +0000(svn r2307) - Fix (regression): it was not possible to change the drive-side in the intro-game.
Darkvater [Sat, 14 May 2005 18:25:01 +0000] rev 1803
(svn r2307) - Fix (regression): it was not possible to change the drive-side in the intro-game.
- CodeChange: remove unused "CANT_DO_THIS" double-string.