Commit Graph

863 Commits (b12b10c34336316b3b60547947faf9f1ac02efde)
 

Author SHA1 Message Date
truelight b12b10c343 (svn r1343) -Fix: [Graphic] Autorail icon is now correct (Darkvater)
-Fix: [Graphic] Added resize icon (tnx tokai)
20 years ago
darkvater dc3a478533 (svn r1342) -Fix: [1094596] Problem with ship depot; upon load it is also given owner OWNER_WATER 20 years ago
darkvater 83342a0bcb (svn r1341) -Fix: fix WWT_FRAME drawing when there is no text there (STR_NULL)
-Copyright notice is now 2002-2005 for all languages
20 years ago
darkvater d02bdb0768 (svn r1340) -Feature: scrolling credits list...finally! Hope nobody gets offended if I forgot them. 20 years ago
darkvater dcc1376533 (svn r1339) -Fix: compilation with networking works on MinGW32 again (thx orudge). 20 years ago
darkvater 920b9eab9d (svn r1338) -Fix: fix signed/unsigned warnings introduced when ditching the macros for map querying. 20 years ago
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()
20 years ago
dominik 8f8e6cddd9 (svn r1336) Fix: Correct landscaping buttons in monorail and maglev toolbars 20 years ago
dominik 4c5c4d23f3 (svn r1335) Removed wrongly renamed STR_TOWNNAME_ADDITIONAL_ENGLISH from all language files 20 years ago
dominik 9380b58111 (svn r1334) Fix: [ 1093466 ] no more glitches with many maps in the scenario list when creating server 20 years ago
dominik 48d92bd59e (svn r1333) Fix: No crash when creating a game with American town names any more 20 years ago
truelight a39f1b895a (svn r1332) -Fix: Desert-landscape does no longer crash (protected GetMapExtraBits
from overflowing)
20 years ago
tron a8b727e9c3 (svn r1331) Update map size before sending game info 20 years ago
tron 7a51cb2aef (svn r1330) Increase size of some vars from int16 to int32 to guard against future overflows 20 years ago
tron 85e6b834c8 (svn r1329) Remove unused function declaration 20 years ago
tron df1f0010f9 (svn r1328) Turn loop with explicit terminator element into loop using endof() 20 years ago
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.
20 years ago
bjarni a1a5790014 (svn r1326) fixed compiler warnings in vehicle_gui.c and widget.c 20 years ago
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)
20 years ago
bjarni 71cfc83f99 (svn r1324) Fixed problem with autoreplace GUI and msvc6 (thanks bociusz) 20 years ago
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()
20 years ago
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'.
20 years ago
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
20 years ago
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!)
20 years ago
truelight 5656666481 (svn r1318) -Fix: Saving a game fucked up the industries.. sorry ;) 20 years ago
truelight db6e1bbb88 (svn r1314) -Fix: Population numbers is no longer negative for 32k+ towns 20 years ago
truelight 75567c3d7d (svn r1313) -Fix: fixed MSVC problem 20 years ago
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
20 years ago
truelight ce480ec17f (svn r1308) -Update: updated MSVC project files 20 years ago
truelight d32bfd8adb (svn r1307) -Fix/feature: rewrote the townname generation code. Code is much more
readable now. 'American' is replaces by 'Additional English' (Jango)
20 years ago
miham 62146b0f3b (svn r1303) Daily langfile update (automatic) 20 years ago
truelight 31ac922166 (svn r1302) -Fix: [ 1091655 ] In some older maps somehow water is owned by
OWNER_NONE instead of OWNER_WATER.
-Fix: On InitializeLandscape the map was made MP_WATER, but OWNER_NONE. 
 When ConvertGroundTilesIntoWaterTiles() is not called, this gives big 
 problems (see above). Now the owner is set to OWNER_WATER by default.
20 years ago
truelight fe657e9ee3 (svn r1301) -Codechange: _industries finally has FOR_ALL_INDUSTRIES too 20 years ago
truelight 78cbe3f412 (svn r1300) -Fix: The cost for an autorenew was not always send to the right player ;) 20 years ago
truelight a538fb3213 (svn r1299) -Fix: [ 1092473 ] In SE, when trees are placed randomly, they are no
longer placed on farmland
20 years ago
truelight e4f558de8c (svn r1298) -Fix: [ 1092661 ] On create, the scrollbar of the server-list was not updated 20 years ago
miham 7bf7cf80ee (svn r1297) Language fixes in the source.. (ln-) 20 years ago
celestar a25a482187 (svn r1296) Cleanup for MSVC files (bociusz) 20 years ago
truelight 6b4fa48bf9 (svn r1295) -Fix: [ 1092499 ] Copy order was fucked up, because memcpy said:
sizeof(uint16), instead of sizeof(Order).
20 years ago
miham f576a873d6 (svn r1294) Daily langfile updates (automatic) 20 years ago
miham 2b5ffc7208 (svn r1293) Fixed the bug in translator 20 years ago
truelight ba3dedca7b (svn r1292) -Codechange: also updated the town/industry sort-list to be uint16 compatible 20 years ago
truelight 3e1a12299c (svn r1291) -Codechange: prepared subsidies and towns to become an uint16 (happens
after savegame bump)
20 years ago
bjarni bd580437b8 (svn r1290) Added type to typedef struct Engine and filled in the same data as in type in vehicle
it was kind of lame that you should use AircraftVehInfo(), ShipVehInfo() etc. if you wanted to know what type the engine is
20 years ago
truelight c476b34b23 (svn r1289) -Fix: Minor fix for OS/2 message boxes (orudge) 20 years ago
truelight 2f9e0b8e0c (svn r1288) -Codechange: changed _map2 to an uint16. It is still saved and loaded as
an uint8 till the savegame version is bumped to version 5. Then it works 
automaticly as a fully uint16. So _stations[] can not be increased till 
after the bump!!
20 years ago
truelight 16cd779efe (svn r1287) -Fix: reversed 1285, because it is not the solution. This also means
that getting a lot of money with shares is back... :(
20 years ago
truelight 0f856ad408 (svn r1286) -Fix: oeps, I clamp'd some numbers wrong :$ 20 years ago
truelight 968c9ffe60 (svn r1285) -Fix: your loan is now substracted from your company value 20 years ago
truelight bb1ad030e3 (svn r1284) -Fix: Fixed 'money-cheat' (read: bug which could give people a lot of money) 20 years ago