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)

Thu, 06 Jan 2005 17:14:37 +0000(svn r1400) -Fix: signal stays red if a track is removed (Darkvater / Tron / TrueLight)
truelight [Thu, 06 Jan 2005 17:14:37 +0000] rev 913
(svn r1400) -Fix: signal stays red if a track is removed (Darkvater / Tron / TrueLight)

Thu, 06 Jan 2005 15:57:26 +0000(svn r1399) -Fix: Fixes for compiling with Watcom C/C++ (ie, OS/2 port). (orudge)
truelight [Thu, 06 Jan 2005 15:57:26 +0000] rev 912
(svn r1399) -Fix: Fixes for compiling with Watcom C/C++ (ie, OS/2 port). (orudge)
Note: If people could watch out for initialising structs with
*non-constants* in future... it's a bit annoying, I
know, but Open Watcom isn't the only compiler which
doesn't support this (yet) - Borland, for example,
still doesn't like it.

Thu, 06 Jan 2005 15:54:09 +0000(svn r1398) -Feature: CTRL+V (Paste) now works on all editboxes. This includes 'Add Server', chat, etc. Feature is Windows only.
darkvater [Thu, 06 Jan 2005 15:54:09 +0000] rev 911
(svn r1398) -Feature: CTRL+V (Paste) now works on all editboxes. This includes 'Add Server', chat, etc. Feature is Windows only.

Thu, 06 Jan 2005 12:34:22 +0000(svn r1397) Add missing RESIZE_NONE
tron [Thu, 06 Jan 2005 12:34:22 +0000] rev 910
(svn r1397) Add missing RESIZE_NONE