Fri, 07 Jan 2005 09:28:16 +0000(svn r1411) -Fix: structure packing in the OS/2 version (eg, with the old loader).
truelight [Fri, 07 Jan 2005 09:28:16 +0000] rev 923
(svn r1411) -Fix: structure packing in the OS/2 version (eg, with the old loader).

Fri, 07 Jan 2005 08:38:27 +0000(svn r1410) Replaced all occurences of 'passanger' by 'passenger' in the code
celestar [Fri, 07 Jan 2005 08:38:27 +0000] rev 922
(svn r1410) Replaced all occurences of 'passanger' by 'passenger' in the code

Fri, 07 Jan 2005 08:07:24 +0000(svn r1409) Simplify some preprocessor magic
tron [Fri, 07 Jan 2005 08:07:24 +0000] rev 921
(svn r1409) Simplify some preprocessor magic

Thu, 06 Jan 2005 22:50:48 +0000(svn r1408) -Fix: uninitialized variable :)
darkvater [Thu, 06 Jan 2005 22:50:48 +0000] rev 920
(svn r1408) -Fix: uninitialized variable :)

Thu, 06 Jan 2005 22:31:58 +0000(svn r1407) -Codechange: changed a lot around _stations, _vehicles, _towns and _industries
truelight [Thu, 06 Jan 2005 22:31:58 +0000] rev 919
(svn r1407) -Codechange: changed a lot around _stations, _vehicles, _towns and _industries
(in prepare of dynamic arrays):
- DEREF_XXX is changed into GetXXX
- All direct call are directed via GetXXX
- struct Industry has now an index-field
- ENUM'd some stuff
- Replaced home built loops with FOR_ALL_XXX
- Added _stations_size, _vehicles_size, ... which gives the length of the
array (which will be dynamic in the near future)
- Changed lengtof(XXX) to _XXX_size (e.g. _stations_size)
- Removed all endof(XXX) (because mostly it was part of a FOR_ALL_XXX)
- Made the sort-functions of all 4 dynamic
- Made all 4 Initialize functions more of the same
- Some minor tab-fixing and stuff
(tnx to Tron for proof-reading my 100kb patch ;))

Note for all: please do NOT directly call _stations, _vehicles, _towns and
_industries, but use the right wrapper to access them. Thank you.
Ps: please also do not use 'v++', where v is of type Vehicle *.

Thu, 06 Jan 2005 19:40:44 +0000(svn r1405) Added half done Estonian translation (indrek)
bjarni [Thu, 06 Jan 2005 19:40:44 +0000] rev 918
(svn r1405) Added half done Estonian translation (indrek)

Thu, 06 Jan 2005 18:54:13 +0000(svn r1404) -Fix: Company password no longer shares a widget with buying shares
darkvater [Thu, 06 Jan 2005 18:54:13 +0000] rev 917
(svn r1404) -Fix: Company password no longer shares a widget with buying shares

Thu, 06 Jan 2005 18:49:51 +0000(svn r1403) Daily langfile updates (semi-automatic) [505 missing strings]
miham [Thu, 06 Jan 2005 18:49:51 +0000] rev 916
(svn r1403) Daily langfile updates (semi-automatic) [505 missing strings]

Thu, 06 Jan 2005 18:45:28 +0000(svn r1402) Trim trailing whitespace
tron [Thu, 06 Jan 2005 18:45:28 +0000] rev 915
(svn r1402) Trim trailing whitespace

Thu, 06 Jan 2005 17:40:57 +0000(svn r1401) -Fix: glitches in train-depot GUI (tnx to Hackykid)
truelight [Thu, 06 Jan 2005 17:40:57 +0000] rev 914
(svn r1401) -Fix: glitches in train-depot GUI (tnx to Hackykid)
-Fix: glitch in Company Overview GUI (Hackykid)