------------------------------------------------------------------------ r1344 | tron | 2005-01-03 18:59:58 +0000 (Mon, 03 Jan 2005) | 2 lines Use MapSize[XY]() (or MapSize()/MapMax[XY]() where appropriate) instead of TILES_[XY] ------------------------------------------------------------------------ r1343 | truelight | 2005-01-03 18:49:45 +0000 (Mon, 03 Jan 2005) | 3 lines -Fix: [Graphic] Autorail icon is now correct (Darkvater) -Fix: [Graphic] Added resize icon (tnx tokai) ------------------------------------------------------------------------ r1342 | darkvater | 2005-01-03 18:40:41 +0000 (Mon, 03 Jan 2005) | 1 line -Fix: [1094596] Problem with ship depot; upon load it is also given owner OWNER_WATER ------------------------------------------------------------------------ r1341 | darkvater | 2005-01-03 17:55:25 +0000 (Mon, 03 Jan 2005) | 2 lines -Fix: fix WWT_FRAME drawing when there is no text there (STR_NULL) -Copyright notice is now 2002-2005 for all languages ------------------------------------------------------------------------ r1340 | darkvater | 2005-01-03 16:45:42 +0000 (Mon, 03 Jan 2005) | 1 line -Feature: scrolling credits list...finally! Hope nobody gets offended if I forgot them. ------------------------------------------------------------------------ r1339 | darkvater | 2005-01-03 14:33:59 +0000 (Mon, 03 Jan 2005) | 1 line -Fix: compilation with networking works on MinGW32 again (thx orudge). ------------------------------------------------------------------------ r1338 | darkvater | 2005-01-03 14:07:49 +0000 (Mon, 03 Jan 2005) | 1 line -Fix: fix signed/unsigned warnings introduced when ditching the macros for map querying. ------------------------------------------------------------------------ r1337 | tron | 2005-01-03 12:56:22 +0000 (Mon, 03 Jan 2005) | 3 lines Use MapMax[XY]() (or MapSize[XY]() if appropriate) instead of TILE_MAX_[XY] While here replace one erroneous TILE_MAX_X with MapMaxY() ------------------------------------------------------------------------ r1336 | dominik | 2005-01-03 12:15:55 +0000 (Mon, 03 Jan 2005) | 2 lines Fix: Correct landscaping buttons in monorail and maglev toolbars ------------------------------------------------------------------------ r1335 | dominik | 2005-01-03 12:03:24 +0000 (Mon, 03 Jan 2005) | 2 lines Removed wrongly renamed STR_TOWNNAME_ADDITIONAL_ENGLISH from all language files ------------------------------------------------------------------------ r1334 | dominik | 2005-01-03 11:58:53 +0000 (Mon, 03 Jan 2005) | 2 lines Fix: [ 1093466 ] no more glitches with many maps in the scenario list when creating server ------------------------------------------------------------------------ r1333 | dominik | 2005-01-03 11:45:11 +0000 (Mon, 03 Jan 2005) | 2 lines Fix: No crash when creating a game with American town names any more ------------------------------------------------------------------------ r1332 | truelight | 2005-01-03 11:11:16 +0000 (Mon, 03 Jan 2005) | 3 lines -Fix: Desert-landscape does no longer crash (protected GetMapExtraBits from overflowing) ------------------------------------------------------------------------ r1331 | tron | 2005-01-03 09:14:31 +0000 (Mon, 03 Jan 2005) | 1 line Update map size before sending game info ------------------------------------------------------------------------ r1330 | tron | 2005-01-03 08:50:44 +0000 (Mon, 03 Jan 2005) | 1 line Increase size of some vars from int16 to int32 to guard against future overflows ------------------------------------------------------------------------ r1329 | tron | 2005-01-03 08:34:54 +0000 (Mon, 03 Jan 2005) | 1 line Remove unused function declaration ------------------------------------------------------------------------ r1328 | tron | 2005-01-03 08:33:04 +0000 (Mon, 03 Jan 2005) | 1 line Turn loop with explicit terminator element into loop using endof() ------------------------------------------------------------------------ r1327 | darkvater | 2005-01-03 00:42:43 +0000 (Mon, 03 Jan 2005) | 2 lines -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. ------------------------------------------------------------------------ r1326 | bjarni | 2005-01-02 22:28:56 +0000 (Sun, 02 Jan 2005) | 1 line fixed compiler warnings in vehicle_gui.c and widget.c ------------------------------------------------------------------------ r1325 | darkvater | 2005-01-02 21:52:21 +0000 (Sun, 02 Jan 2005) | 2 lines -Fixed eol-style properties on new files. Please before adding a new file to svn use: "svn propset svn:eol-style native "!! -Fix: the level land icon no longer flashes (was palette colour) ------------------------------------------------------------------------ r1324 | bjarni | 2005-01-02 17:39:01 +0000 (Sun, 02 Jan 2005) | 1 line Fixed problem with autoreplace GUI and msvc6 (thanks bociusz) ------------------------------------------------------------------------ r1323 | bjarni | 2005-01-02 17:23:04 +0000 (Sun, 02 Jan 2005) | 13 lines 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() ------------------------------------------------------------------------ r1322 | truelight | 2005-01-02 12:03:43 +0000 (Sun, 02 Jan 2005) | 5 lines -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'. ------------------------------------------------------------------------ r1321 | truelight | 2005-01-01 19:18:48 +0000 (Sat, 01 Jan 2005) | 3 lines -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 ------------------------------------------------------------------------ r1320 | truelight | 2005-01-01 16:34:54 +0000 (Sat, 01 Jan 2005) | 3 lines -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!) ------------------------------------------------------------------------ r1318 | truelight | 2005-01-01 15:40:44 +0000 (Sat, 01 Jan 2005) | 2 lines -Fix: Saving a game fucked up the industries.. sorry ;) ------------------------------------------------------------------------ r1314 | truelight | 2004-12-31 19:09:03 +0000 (Fri, 31 Dec 2004) | 2 lines -Fix: Population numbers is no longer negative for 32k+ towns ------------------------------------------------------------------------ r1313 | truelight | 2004-12-31 18:59:22 +0000 (Fri, 31 Dec 2004) | 2 lines -Fix: fixed MSVC problem ------------------------------------------------------------------------ r1312 | truelight | 2004-12-31 18:57:24 +0000 (Fri, 31 Dec 2004) | 4 lines -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 ------------------------------------------------------------------------ r1308 | truelight | 2004-12-31 15:55:14 +0000 (Fri, 31 Dec 2004) | 2 lines -Update: updated MSVC project files ------------------------------------------------------------------------ r1307 | truelight | 2004-12-31 14:43:47 +0000 (Fri, 31 Dec 2004) | 3 lines -Fix/feature: rewrote the townname generation code. Code is much more readable now. 'American' is replaces by 'Additional English' (Jango) ------------------------------------------------------------------------ r1303 | miham | 2004-12-31 09:47:09 +0000 (Fri, 31 Dec 2004) | 1 line Daily langfile update (automatic) ------------------------------------------------------------------------ r1302 | truelight | 2004-12-30 10:29:28 +0000 (Thu, 30 Dec 2004) | 6 lines -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. ------------------------------------------------------------------------ r1301 | truelight | 2004-12-30 10:03:35 +0000 (Thu, 30 Dec 2004) | 2 lines -Codechange: _industries finally has FOR_ALL_INDUSTRIES too ------------------------------------------------------------------------ r1300 | truelight | 2004-12-30 09:46:40 +0000 (Thu, 30 Dec 2004) | 2 lines -Fix: The cost for an autorenew was not always send to the right player ;) ------------------------------------------------------------------------ r1299 | truelight | 2004-12-30 09:43:12 +0000 (Thu, 30 Dec 2004) | 3 lines -Fix: [ 1092473 ] In SE, when trees are placed randomly, they are no longer placed on farmland ------------------------------------------------------------------------ r1298 | truelight | 2004-12-29 15:32:10 +0000 (Wed, 29 Dec 2004) | 2 lines -Fix: [ 1092661 ] On create, the scrollbar of the server-list was not updated ------------------------------------------------------------------------ r1297 | miham | 2004-12-29 13:13:29 +0000 (Wed, 29 Dec 2004) | 1 line Language fixes in the source.. (ln-) ------------------------------------------------------------------------ r1296 | celestar | 2004-12-29 11:00:34 +0000 (Wed, 29 Dec 2004) | 1 line Cleanup for MSVC files (bociusz) ------------------------------------------------------------------------ r1295 | truelight | 2004-12-29 08:42:30 +0000 (Wed, 29 Dec 2004) | 3 lines -Fix: [ 1092499 ] Copy order was fucked up, because memcpy said: sizeof(uint16), instead of sizeof(Order). ------------------------------------------------------------------------ r1294 | miham | 2004-12-28 22:46:09 +0000 (Tue, 28 Dec 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r1293 | miham | 2004-12-28 22:36:46 +0000 (Tue, 28 Dec 2004) | 1 line Fixed the bug in translator ------------------------------------------------------------------------ r1292 | truelight | 2004-12-28 17:50:17 +0000 (Tue, 28 Dec 2004) | 2 lines -Codechange: also updated the town/industry sort-list to be uint16 compatible ------------------------------------------------------------------------ r1291 | truelight | 2004-12-28 17:40:15 +0000 (Tue, 28 Dec 2004) | 3 lines -Codechange: prepared subsidies and towns to become an uint16 (happens after savegame bump) ------------------------------------------------------------------------ r1290 | bjarni | 2004-12-28 17:18:46 +0000 (Tue, 28 Dec 2004) | 2 lines 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 ------------------------------------------------------------------------ r1289 | truelight | 2004-12-28 12:11:34 +0000 (Tue, 28 Dec 2004) | 2 lines -Fix: Minor fix for OS/2 message boxes (orudge) ------------------------------------------------------------------------ r1288 | truelight | 2004-12-28 11:51:31 +0000 (Tue, 28 Dec 2004) | 5 lines -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!! ------------------------------------------------------------------------ r1287 | truelight | 2004-12-28 09:55:55 +0000 (Tue, 28 Dec 2004) | 3 lines -Fix: reversed 1285, because it is not the solution. This also means that getting a lot of money with shares is back... :( ------------------------------------------------------------------------ r1286 | truelight | 2004-12-28 09:31:38 +0000 (Tue, 28 Dec 2004) | 2 lines -Fix: oeps, I clamp'd some numbers wrong :$ ------------------------------------------------------------------------ r1285 | truelight | 2004-12-28 09:29:40 +0000 (Tue, 28 Dec 2004) | 2 lines -Fix: your loan is now substracted from your company value ------------------------------------------------------------------------ r1284 | truelight | 2004-12-28 09:24:02 +0000 (Tue, 28 Dec 2004) | 2 lines -Fix: Fixed 'money-cheat' (read: bug which could give people a lot of money) ------------------------------------------------------------------------