Wed, 09 Mar 2005 16:56:26 +0000(svn r1972) Several cleanups and fix some latent bugs
tron [Wed, 09 Mar 2005 16:56:26 +0000] rev 1468
(svn r1972) Several cleanups and fix some latent bugs

Wed, 09 Mar 2005 15:37:36 +0000(svn r1971) -Codechange: Got rid of two ugly gotos and replaced them by one elegant and one ugly non-goto. Credits for 1959 go to Darkvater. Sorry
celestar [Wed, 09 Mar 2005 15:37:36 +0000] rev 1467
(svn r1971) -Codechange: Got rid of two ugly gotos and replaced them by one elegant and one ugly non-goto. Credits for 1959 go to Darkvater. Sorry

Wed, 09 Mar 2005 11:49:34 +0000(svn r1970) Fix some warnings which Cygwin showed
tron [Wed, 09 Mar 2005 11:49:34 +0000] rev 1466
(svn r1970) Fix some warnings which Cygwin showed

Tue, 08 Mar 2005 23:20:47 +0000(svn r1969) - GUI: Replace vehicle dropdown menu now looks a bit more comform the ones used throughout the game.
Darkvater [Tue, 08 Mar 2005 23:20:47 +0000] rev 1465
(svn r1969) - GUI: Replace vehicle dropdown menu now looks a bit more comform the ones used throughout the game.

Tue, 08 Mar 2005 22:28:59 +0000(svn r1968) - Fix: [NPF] Mixed declarations and statements
matthijs [Tue, 08 Mar 2005 22:28:59 +0000] rev 1464
(svn r1968) - Fix: [NPF] Mixed declarations and statements

Tue, 08 Mar 2005 22:21:20 +0000(svn r1967) Codechange: A mix of mostly indentation-related tidyups.
pasky [Tue, 08 Mar 2005 22:21:20 +0000] rev 1463
(svn r1967) Codechange: A mix of mostly indentation-related tidyups.

Tue, 08 Mar 2005 21:47:22 +0000(svn r1966) - Fix: [ 1110437 ] Replace Vehicles GUI gets random clicks. Breaks people! Don't forget the breaks in switch() statements!!
Darkvater [Tue, 08 Mar 2005 21:47:22 +0000] rev 1462
(svn r1966) - Fix: [ 1110437 ] Replace Vehicles GUI gets random clicks. Breaks people! Don't forget the breaks in switch() statements!!

Tue, 08 Mar 2005 20:13:21 +0000(svn r1965) - Fix: [NPF] Forgot to update one line where NPFGetFlag() should have been used two commits ago.
matthijs [Tue, 08 Mar 2005 20:13:21 +0000] rev 1461
(svn r1965) - Fix: [NPF] Forgot to update one line where NPFGetFlag() should have been used two commits ago.

Message for last commit should have been:
- Add: [NPF] Added penalty for curves, straighter paths are now preferred when the length is the same. (HackyKid)

Tue, 08 Mar 2005 19:59:56 +0000(svn r1964) - Add: [NPF] Added a penalty
matthijs [Tue, 08 Mar 2005 19:59:56 +0000] rev 1460
(svn r1964) - Add: [NPF] Added a penalty

Tue, 08 Mar 2005 19:54:10 +0000(svn r1963) - Add: [NPF] Penalty for a red signal that is the last signal on the path.
matthijs [Tue, 08 Mar 2005 19:54:10 +0000] rev 1459
(svn r1963) - Add: [NPF] Penalty for a red signal that is the last signal on the path.
- Add: [NPF] NPFGetFlag() and NPFSetFlag() to wrap NPF node flag handling