tron
181e9b6cf9
(svn r1337) Use MapMax[XY]() (or MapSize[XY]() if appropriate) instead of TILE_MAX_[XY]
...
While here replace one erroneous TILE_MAX_X with MapMaxY()
2005-01-03 12:56:22 +00:00
tron
32bfe0dddd
(svn r1337) Use MapMax[XY]() (or MapSize[XY]() if appropriate) instead of TILE_MAX_[XY]
...
While here replace one erroneous TILE_MAX_X with MapMaxY()
2005-01-03 12:56:22 +00:00
dominik
8f8e6cddd9
(svn r1336) Fix: Correct landscaping buttons in monorail and maglev toolbars
2005-01-03 12:15:55 +00:00
dominik
4c14afba4e
(svn r1336) Fix: Correct landscaping buttons in monorail and maglev toolbars
2005-01-03 12:15:55 +00:00
dominik
4c5c4d23f3
(svn r1335) Removed wrongly renamed STR_TOWNNAME_ADDITIONAL_ENGLISH from all language files
2005-01-03 12:03:24 +00:00
dominik
288c52b688
(svn r1335) Removed wrongly renamed STR_TOWNNAME_ADDITIONAL_ENGLISH from all language files
2005-01-03 12:03:24 +00:00
dominik
9380b58111
(svn r1334) Fix: [ 1093466 ] no more glitches with many maps in the scenario list when creating server
2005-01-03 11:58:53 +00:00
dominik
2cb37408a3
(svn r1334) Fix: [ 1093466 ] no more glitches with many maps in the scenario list when creating server
2005-01-03 11:58:53 +00:00
dominik
48d92bd59e
(svn r1333) Fix: No crash when creating a game with American town names any more
2005-01-03 11:45:11 +00:00
dominik
60ba9c3280
(svn r1333) Fix: No crash when creating a game with American town names any more
2005-01-03 11:45:11 +00:00
truelight
a39f1b895a
(svn r1332) -Fix: Desert-landscape does no longer crash (protected GetMapExtraBits
...
from overflowing)
2005-01-03 11:11:16 +00:00
truelight
7e89cd8643
(svn r1332) -Fix: Desert-landscape does no longer crash (protected GetMapExtraBits
...
from overflowing)
2005-01-03 11:11:16 +00:00
tron
a8b727e9c3
(svn r1331) Update map size before sending game info
2005-01-03 09:14:31 +00:00
tron
6c4840fa50
(svn r1331) Update map size before sending game info
2005-01-03 09:14:31 +00:00
tron
7a51cb2aef
(svn r1330) Increase size of some vars from int16 to int32 to guard against future overflows
2005-01-03 08:50:44 +00:00
tron
29e71638ce
(svn r1330) Increase size of some vars from int16 to int32 to guard against future overflows
2005-01-03 08:50:44 +00:00
tron
85e6b834c8
(svn r1329) Remove unused function declaration
2005-01-03 08:34:54 +00:00
tron
608cdbe3f6
(svn r1329) Remove unused function declaration
2005-01-03 08:34:54 +00:00
tron
df1f0010f9
(svn r1328) Turn loop with explicit terminator element into loop using endof()
2005-01-03 08:33:04 +00:00
tron
09dd8053a9
(svn r1328) Turn loop with explicit terminator element into loop using endof()
2005-01-03 08:33:04 +00:00
darkvater
37bf3bf4cf
(svn r1327) -Fix: made resource file version independent for windows
...
-Fix: language file inconsistencies...please update all other language files as well when you rename a string name and do nothing else.
2005-01-03 00:42:43 +00:00
darkvater
ae336f146d
(svn r1327) -Fix: made resource file version independent for windows
...
-Fix: language file inconsistencies...please update all other language files as well when you rename a string name and do nothing else.
2005-01-03 00:42:43 +00:00
bjarni
a1a5790014
(svn r1326) fixed compiler warnings in vehicle_gui.c and widget.c
2005-01-02 22:28:56 +00:00
bjarni
6a6cbdd9b4
(svn r1326) fixed compiler warnings in vehicle_gui.c and widget.c
2005-01-02 22:28:56 +00:00
darkvater
3dd82d576b
(svn r1325) -Fixed eol-style properties on new files. Please before adding a new file to svn use: "svn propset svn:eol-style native <filename's>"!!
...
-Fix: the level land icon no longer flashes (was palette colour)
2005-01-02 21:52:21 +00:00
darkvater
efc2702491
(svn r1325) -Fixed eol-style properties on new files. Please before adding a new file to svn use: "svn propset svn:eol-style native <filename's>"!!
...
-Fix: the level land icon no longer flashes (was palette colour)
2005-01-02 21:52:21 +00:00
bjarni
71cfc83f99
(svn r1324) Fixed problem with autoreplace GUI and msvc6 (thanks bociusz)
2005-01-02 17:39:01 +00:00
bjarni
2351271889
(svn r1324) Fixed problem with autoreplace GUI and msvc6 (thanks bociusz)
2005-01-02 17:39:01 +00:00
bjarni
5da75918c0
(svn r1323) Adding autoreplace feature
...
This feature works much like autorenew, but it will get you a new engine type instead of a new one of the same type. Once
ordered, it will automatically replace the engines while they visits a depot. The GUI for setting this up have been added on the
vehicle overview windows
Note: autorenew is now autoreplace, but to the same engine type
Nice new features, that was added to make this possible
- windows can now have two independant vertical scrollbars
- CMD_SHOW_NO_ERROR have been added as a flag for DoCommandP. It will make it do the action instead of showing the red box with
estimated costs even if shift is pressed
- fixed problem where enginetypes where not initialized when loading a game. It's now done in InitializeGame()
2005-01-02 17:23:04 +00:00
bjarni
29d8c5bb50
(svn r1323) Adding autoreplace feature
...
This feature works much like autorenew, but it will get you a new engine type instead of a new one of the same type. Once
ordered, it will automatically replace the engines while they visits a depot. The GUI for setting this up have been added on the
vehicle overview windows
Note: autorenew is now autoreplace, but to the same engine type
Nice new features, that was added to make this possible
- windows can now have two independant vertical scrollbars
- CMD_SHOW_NO_ERROR have been added as a flag for DoCommandP. It will make it do the action instead of showing the red box with
estimated costs even if shift is pressed
- fixed problem where enginetypes where not initialized when loading a game. It's now done in InitializeGame()
2005-01-02 17:23:04 +00:00
truelight
5eeab7fcfe
(svn r1322) -Add: banning system (mostly tnx to guru3)
...
A server can ban people via ClientList
Both server and dedicated can do it via console:
'ban', 'unban', 'banlist'.
2005-01-02 12:03:43 +00:00
truelight
a11f46fed4
(svn r1322) -Add: banning system (mostly tnx to guru3)
...
A server can ban people via ClientList
Both server and dedicated can do it via console:
'ban', 'unban', 'banlist'.
2005-01-02 12:03:43 +00:00
truelight
25752eabfe
(svn r1321) -Fix: Revision 1302 partly solved the problem and created an other.
...
Should now really be solved.. now only MP_WATER is owned by OWNER_WATER
2005-01-01 19:18:48 +00:00
truelight
5d06584545
(svn r1321) -Fix: Revision 1302 partly solved the problem and created an other.
...
Should now really be solved.. now only MP_WATER is owned by OWNER_WATER
2005-01-01 19:18:48 +00:00
truelight
aacd9f7b0a
(svn r1320) -Fix: fixed chat-bug (that from a certain moment, nobody could talk).. 1
...
variable was still byte instead of uint16 (with a very big tnx to guru3!)
2005-01-01 16:34:54 +00:00
truelight
a0716c39de
(svn r1320) -Fix: fixed chat-bug (that from a certain moment, nobody could talk).. 1
...
variable was still byte instead of uint16 (with a very big tnx to guru3!)
2005-01-01 16:34:54 +00:00
truelight
5656666481
(svn r1318) -Fix: Saving a game fucked up the industries.. sorry ;)
2005-01-01 15:40:44 +00:00
truelight
461ca703ff
(svn r1318) -Fix: Saving a game fucked up the industries.. sorry ;)
2005-01-01 15:40:44 +00:00
truelight
db6e1bbb88
(svn r1314) -Fix: Population numbers is no longer negative for 32k+ towns
2004-12-31 19:09:03 +00:00
truelight
36333076d5
(svn r1314) -Fix: Population numbers is no longer negative for 32k+ towns
2004-12-31 19:09:03 +00:00
truelight
75567c3d7d
(svn r1313) -Fix: fixed MSVC problem
2004-12-31 18:59:22 +00:00
truelight
2ebc5011f3
(svn r1313) -Fix: fixed MSVC problem
2004-12-31 18:59:22 +00:00
truelight
c748f6db57
(svn r1312) -Add: Patch which is on by default: population in label of the town
...
-Fix: Expand town is a bit more agressive
-Fix: Fixed a bug in growing algorithm
2004-12-31 18:57:24 +00:00
truelight
92ac503b74
(svn r1312) -Add: Patch which is on by default: population in label of the town
...
-Fix: Expand town is a bit more agressive
-Fix: Fixed a bug in growing algorithm
2004-12-31 18:57:24 +00:00
truelight
ce480ec17f
(svn r1308) -Update: updated MSVC project files
2004-12-31 15:55:14 +00:00
truelight
1fef394fde
(svn r1308) -Update: updated MSVC project files
2004-12-31 15:55:14 +00:00
truelight
d32bfd8adb
(svn r1307) -Fix/feature: rewrote the townname generation code. Code is much more
...
readable now. 'American' is replaces by 'Additional English' (Jango)
2004-12-31 14:43:47 +00:00
truelight
d76ecbba7c
(svn r1307) -Fix/feature: rewrote the townname generation code. Code is much more
...
readable now. 'American' is replaces by 'Additional English' (Jango)
2004-12-31 14:43:47 +00:00
miham
62146b0f3b
(svn r1303) Daily langfile update (automatic)
2004-12-31 09:47:09 +00:00
miham
6c1e2989b1
(svn r1303) Daily langfile update (automatic)
2004-12-31 09:47:09 +00:00