Mon, 03 Jan 2005 19:45:18 +0000 truelight (svn r1348) -Feature: resizable windows. Read the comment in window.h to find out
Mon, 03 Jan 2005 19:34:07 +0000 darkvater (svn r1347) -Fix: Some were fixed for the trees -> Only copy the lowest two bits (amount of snow/desert) from map5 to map2 when placing trees, before this happened implicitly because map2 was just 8 bits wide;
Mon, 03 Jan 2005 19:09:45 +0000 darkvater (svn r1346) -Fix: fix signed/unsigned warnings
Mon, 03 Jan 2005 19:06:16 +0000 tron (svn r1345) Only copy the lowest two bits (amount of snow/desert) from map5 to map2 when placing trees, before this happened implicitly because map2 was just 8 bits wide
Mon, 03 Jan 2005 18:59:58 +0000 tron (svn r1344) Use MapSize[XY]() (or MapSize()/MapMax[XY]() where appropriate) instead of TILES_[XY]
Mon, 03 Jan 2005 18:49:45 +0000 truelight (svn r1343) -Fix: [Graphic] Autorail icon is now correct (Darkvater)
Mon, 03 Jan 2005 18:40:41 +0000 darkvater (svn r1342) -Fix: [1094596] Problem with ship depot; upon load it is also given owner OWNER_WATER
Mon, 03 Jan 2005 17:55:25 +0000 darkvater (svn r1341) -Fix: fix WWT_FRAME drawing when there is no text there (STR_NULL)
Mon, 03 Jan 2005 16:45:42 +0000 darkvater (svn r1340) -Feature: scrolling credits list...finally! Hope nobody gets offended if I forgot them.
Mon, 03 Jan 2005 14:33:59 +0000 darkvater (svn r1339) -Fix: compilation with networking works on MinGW32 again (thx orudge).
Mon, 03 Jan 2005 14:07:49 +0000 darkvater (svn r1338) -Fix: fix signed/unsigned warnings introduced when ditching the macros for map querying.
Mon, 03 Jan 2005 12:56:22 +0000 tron (svn r1337) Use MapMax[XY]() (or MapSize[XY]() if appropriate) instead of TILE_MAX_[XY]
Mon, 03 Jan 2005 12:15:55 +0000 dominik (svn r1336) Fix: Correct landscaping buttons in monorail and maglev toolbars
Mon, 03 Jan 2005 12:03:24 +0000 dominik (svn r1335) Removed wrongly renamed STR_TOWNNAME_ADDITIONAL_ENGLISH from all language files
Mon, 03 Jan 2005 11:58:53 +0000 dominik (svn r1334) Fix: [ 1093466 ] no more glitches with many maps in the scenario list when creating server
Mon, 03 Jan 2005 11:45:11 +0000 dominik (svn r1333) Fix: No crash when creating a game with American town names any more
Mon, 03 Jan 2005 11:11:16 +0000 truelight (svn r1332) -Fix: Desert-landscape does no longer crash (protected GetMapExtraBits
Mon, 03 Jan 2005 09:14:31 +0000 tron (svn r1331) Update map size before sending game info
Mon, 03 Jan 2005 08:50:44 +0000 tron (svn r1330) Increase size of some vars from int16 to int32 to guard against future overflows
Mon, 03 Jan 2005 08:34:54 +0000 tron (svn r1329) Remove unused function declaration
Mon, 03 Jan 2005 08:33:04 +0000 tron (svn r1328) Turn loop with explicit terminator element into loop using endof()
Mon, 03 Jan 2005 00:42:43 +0000 darkvater (svn r1327) -Fix: made resource file version independent for windows
Sun, 02 Jan 2005 22:28:56 +0000 bjarni (svn r1326) fixed compiler warnings in vehicle_gui.c and widget.c
Sun, 02 Jan 2005 21:52:21 +0000 darkvater (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>"!!
Sun, 02 Jan 2005 17:39:01 +0000 bjarni (svn r1324) Fixed problem with autoreplace GUI and msvc6 (thanks bociusz)
Sun, 02 Jan 2005 17:23:04 +0000 bjarni (svn r1323) Adding autoreplace feature
Sun, 02 Jan 2005 12:03:43 +0000 truelight (svn r1322) -Add: banning system (mostly tnx to guru3)
Sat, 01 Jan 2005 19:18:48 +0000 truelight (svn r1321) -Fix: Revision 1302 partly solved the problem and created an other.
Sat, 01 Jan 2005 16:34:54 +0000 truelight (svn r1320) -Fix: fixed chat-bug (that from a certain moment, nobody could talk).. 1
Sat, 01 Jan 2005 15:40:44 +0000 truelight (svn r1318) -Fix: Saving a game fucked up the industries.. sorry ;)
Fri, 31 Dec 2004 19:09:03 +0000 truelight (svn r1314) -Fix: Population numbers is no longer negative for 32k+ towns
Fri, 31 Dec 2004 18:59:22 +0000 truelight (svn r1313) -Fix: fixed MSVC problem
Fri, 31 Dec 2004 18:57:24 +0000 truelight (svn r1312) -Add: Patch which is on by default: population in label of the town
Fri, 31 Dec 2004 15:55:14 +0000 truelight (svn r1308) -Update: updated MSVC project files
Fri, 31 Dec 2004 14:43:47 +0000 truelight (svn r1307) -Fix/feature: rewrote the townname generation code. Code is much more
Fri, 31 Dec 2004 09:47:09 +0000 miham (svn r1303) Daily langfile update (automatic)
Thu, 30 Dec 2004 10:29:28 +0000 truelight (svn r1302) -Fix: [ 1091655 ] In some older maps somehow water is owned by
Thu, 30 Dec 2004 10:03:35 +0000 truelight (svn r1301) -Codechange: _industries finally has FOR_ALL_INDUSTRIES too
Thu, 30 Dec 2004 09:46:40 +0000 truelight (svn r1300) -Fix: The cost for an autorenew was not always send to the right player ;)
Thu, 30 Dec 2004 09:43:12 +0000 truelight (svn r1299) -Fix: [ 1092473 ] In SE, when trees are placed randomly, they are no
Wed, 29 Dec 2004 15:32:10 +0000 truelight (svn r1298) -Fix: [ 1092661 ] On create, the scrollbar of the server-list was not updated
Wed, 29 Dec 2004 13:13:29 +0000 miham (svn r1297) Language fixes in the source.. (ln-)
Wed, 29 Dec 2004 11:00:34 +0000 celestar (svn r1296) Cleanup for MSVC files (bociusz)
Wed, 29 Dec 2004 08:42:30 +0000 truelight (svn r1295) -Fix: [ 1092499 ] Copy order was fucked up, because memcpy said:
Tue, 28 Dec 2004 22:46:09 +0000 miham (svn r1294) Daily langfile updates (automatic)
Tue, 28 Dec 2004 22:36:46 +0000 miham (svn r1293) Fixed the bug in translator
Tue, 28 Dec 2004 17:50:17 +0000 truelight (svn r1292) -Codechange: also updated the town/industry sort-list to be uint16 compatible
Tue, 28 Dec 2004 17:40:15 +0000 truelight (svn r1291) -Codechange: prepared subsidies and towns to become an uint16 (happens
Tue, 28 Dec 2004 17:18:46 +0000 bjarni (svn r1290) Added type to typedef struct Engine and filled in the same data as in type in vehicle
Tue, 28 Dec 2004 12:11:34 +0000 truelight (svn r1289) -Fix: Minor fix for OS/2 message boxes (orudge)
Tue, 28 Dec 2004 11:51:31 +0000 truelight (svn r1288) -Codechange: changed _map2 to an uint16. It is still saved and loaded as
Tue, 28 Dec 2004 09:55:55 +0000 truelight (svn r1287) -Fix: reversed 1285, because it is not the solution. This also means
Tue, 28 Dec 2004 09:31:38 +0000 truelight (svn r1286) -Fix: oeps, I clamp'd some numbers wrong :$
Tue, 28 Dec 2004 09:29:40 +0000 truelight (svn r1285) -Fix: your loan is now substracted from your company value
Tue, 28 Dec 2004 09:24:02 +0000 truelight (svn r1284) -Fix: Fixed 'money-cheat' (read: bug which could give people a lot of money)
Mon, 27 Dec 2004 18:18:44 +0000 truelight (svn r1283) -Add: AutoRenew is now a client-side patch instead of a game-side patch
Mon, 27 Dec 2004 13:40:30 +0000 truelight (svn r1282) -Fix: forget 2 files for the OS/2 patch. And forgot to add:
Mon, 27 Dec 2004 10:40:04 +0000 truelight (svn r1281) -Fix: the OS/2 is now finished. Fixes:
Mon, 27 Dec 2004 10:24:38 +0000 truelight (svn r1280) -Codechange: made the last patch a bit more... readable (in other words:
Sun, 26 Dec 2004 22:09:34 +0000 bjarni (svn r1279) Fixed the scrollbar in the network gui(server list). It now updates when scrolling (HackyKid)