Fri, 27 Jul 2007 03:07:05 +0000 belugas (svn r10701) -Codechange: Make sure to not use an out of bound index when the index is specified by a grf file. It has a different meaning then.
Fri, 27 Jul 2007 02:41:29 +0000 belugas (svn r10700) -Codechange: Enable to jump (by default) to the overriding industry tile spec of the one been queried.
Thu, 26 Jul 2007 18:36:32 +0000 rubidium (svn r10699) -Fix (r10698): bridge middle parts were drawn too high if the southern bridge head has a foundation.
Thu, 26 Jul 2007 16:51:10 +0000 rubidium (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch.
Thu, 26 Jul 2007 15:37:19 +0000 rubidium (svn r10697) -Codechange: give a more sensible names to some of the unkX variables.
Thu, 26 Jul 2007 14:07:11 +0000 rubidium (svn r10696) -Codechange: remove duplication of the "make sprite transparent" code.
Thu, 26 Jul 2007 11:19:03 +0000 rubidium (svn r10695) -Fix [FS#1079]: building single pieces of road over tramtrack or vice versa on slopes did not work as expected.
Thu, 26 Jul 2007 09:53:58 +0000 rubidium (svn r10694) -Codechange: update the server information in the game list every once in a while so the information stays fairly up-to-date when you are looking through the servers.
Thu, 26 Jul 2007 09:11:19 +0000 rubidium (svn r10693) -Fix: --enable-install should have been removed from the configure parameters to save a long time ago. Now it is only causing warnings.
Wed, 25 Jul 2007 19:36:51 +0000 rubidium (svn r10692) -Fix (r10691): those good old days that LT_NORMAL was still called LT_NORMAL :)
Wed, 25 Jul 2007 19:26:33 +0000 rubidium (svn r10691) -Codechange [FS#509]: simplify GetTransportedGoodsIncome to make it more obvious and less hidden what actually happens. Based on a patch by rfalke.
Wed, 25 Jul 2007 19:06:29 +0000 rubidium (svn r10690) -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer.
Wed, 25 Jul 2007 19:03:23 +0000 rubidium (svn r10689) -Documentation [FS#1057]: lots of function documentation written by Progman.
Wed, 25 Jul 2007 17:18:13 +0000 rubidium (svn r10688) -Cleanup: coding style cleanups missed in the last few cleanups.
Wed, 25 Jul 2007 17:07:38 +0000 rubidium (svn r10687) -Fix (r10686): subversion does not like it when you change code when you are typing the commit message.
Wed, 25 Jul 2007 15:45:46 +0000 rubidium (svn r10686) -Fix [FS#1058]: determining whether there is a tunnel going under the lowered area is only needed in two directions instead of all four, so take the directions (one for each axis) to the nearest border (along the given axis). Furthermore GetTileZ did much more than absolutely necessary.
Wed, 25 Jul 2007 11:27:30 +0000 rubidium (svn r10685) -Fix [FS#1076]: graphical glitches when the "link landscape toolbar" patch is turned on when opening one of the construction toolbars.
Wed, 25 Jul 2007 00:16:30 +0000 rubidium (svn r10684) -Codechange: some more coding style related changes. Primarily moving { to a new line.
Tue, 24 Jul 2007 21:48:50 +0000 rubidium (svn r10681) -Codechange: do not determine whether a tile is a hangar based on the graphics index to be drawn on the given tile, but do it based on the specification of the location of hangars of the airport.
Tue, 24 Jul 2007 19:56:43 +0000 rubidium (svn r10675) -Codechange: unhardcode the industry types used in several locations of the source code.
Tue, 24 Jul 2007 17:01:23 +0000 rubidium (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var.
Tue, 24 Jul 2007 13:03:24 +0000 rubidium (svn r10672) -Codechange: typify some parameters/variables.
Tue, 24 Jul 2007 12:29:47 +0000 truelight (svn r10671) -Codechange: don't mix both lookup and temp-variable-with-value-of-lookup (skidd13)
Tue, 24 Jul 2007 01:29:42 +0000 belugas (svn r10670) -Fix: Use proper initialization for grf_prop override member
Tue, 24 Jul 2007 01:26:57 +0000 belugas (svn r10669) -Codechange: Removed redundant comment
Mon, 23 Jul 2007 19:30:36 +0000 truelight (svn r10665) -Codechange: replace magic 15 with MAX_TILE_HEIGHT (bilbo)
Mon, 23 Jul 2007 19:24:32 +0000 truelight (svn r10664) -Codechange: simplify a small piece of code (skidd13)
Mon, 23 Jul 2007 16:48:19 +0000 truelight (svn r10663) -Fix r10662: bad me, didn't comply with coding style, as penalty I updated the surrounding code to comply with coding style too; I will never do it again (I hope :p)
Mon, 23 Jul 2007 16:39:27 +0000 truelight (svn r10662) -Add: added 'V' as new shortcut for new viewport (bilbo)
Mon, 23 Jul 2007 16:30:59 +0000 truelight (svn r10661) -Documentation: documented slope.h (Progman)
Mon, 23 Jul 2007 16:15:40 +0000 truelight (svn r10660) -Codechange: simplified tunnel cost algorithm (bilbo)
Mon, 23 Jul 2007 16:08:58 +0000 truelight (svn r10659) -Codechange: updated documentation around RAIL_GROUND_FENCE_VERT[12] (frosch)
Mon, 23 Jul 2007 15:28:02 +0000 glx (svn r10658) -Add: support for autosave_on_exit in the console, so dedicated servers can use it
Mon, 23 Jul 2007 15:20:20 +0000 truelight (svn r10657) -Fix r10655: commit didn't comply with coding style (tnx glx :))
Mon, 23 Jul 2007 15:18:53 +0000 truelight (svn r10656) -Fix [FS#1068]: GetPartialZ returned wrong value for SLOPE_STEEP_E (frosch)
Mon, 23 Jul 2007 15:14:45 +0000 truelight (svn r10655) -Fix [FS#1070]: Trolly AI didn't know about steep slopes, and used wrong tileh in some cases (frosch)
Sun, 22 Jul 2007 17:21:25 +0000 orudge (svn r10651) -Fix: Fix chdir problem with open/save dialog on OS/2 (Paul Smedley)
Sun, 22 Jul 2007 13:16:49 +0000 peter1138 (svn r10649) -Fix (r9962): autoscroll (pointer near screen edge) didn't work
Sat, 21 Jul 2007 18:34:43 +0000 miham (svn r10648) -Update: WebTranslator2 update to 2007-07-21 20:34:31
Sat, 21 Jul 2007 14:01:12 +0000 KUDr (svn r10647) -Fix: AutoPtrT::operator =() didn't delete old object
Sat, 21 Jul 2007 13:45:15 +0000 KUDr (svn r10646) -Cleanup: AutoPtrT<>::Release() renamed to Detach()
Sat, 21 Jul 2007 12:39:46 +0000 KUDr (svn r10645) -Fix (r10644): file contents seems to be 3x there
Fri, 20 Jul 2007 18:44:04 +0000 rubidium (svn r10644) -Merge (from NoAI): framework for reference counted objects (pointers).
Fri, 20 Jul 2007 18:35:33 +0000 rubidium (svn r10643) -Merge (from NoAI): properly counting the amount of signs instead of using the size of the sign pool.
Fri, 20 Jul 2007 18:34:21 +0000 rubidium (svn r10642) -Merge (from NoAI): ./configure flag for disabling threading.
Fri, 20 Jul 2007 17:32:27 +0000 belugas (svn r10641) -Fix(r10638): Forgotten Son... err...include
Fri, 20 Jul 2007 17:25:07 +0000 belugas (svn r10640) -Fix(r10638): little typo...
Fri, 20 Jul 2007 17:14:03 +0000 belugas (svn r10639) -Codechange: Give meaninfull name to a magic number
Fri, 20 Jul 2007 16:50:11 +0000 belugas (svn r10638) -Codechange: Save the mapping of the industries and tiles, making them persistent.
Fri, 20 Jul 2007 16:08:28 +0000 belugas (svn r10637) -Fix: Enable the Random Industries in scenario editor if setting Number of Industries is not NONE.
Fri, 20 Jul 2007 14:49:41 +0000 belugas (svn r10635) -Codechange: Correct some typos and code beautifying (a little bit)
Thu, 19 Jul 2007 17:28:55 +0000 peter1138 (svn r10628) -Fix (r10606,FS#1055): Revert r10606 and fix the plural problem another way.
Thu, 19 Jul 2007 17:27:49 +0000 rubidium (svn r10627) -Fix [FS#1052]: be consistent with the space between the company name and the player number, i.e. always put a space between them.
Thu, 19 Jul 2007 17:23:28 +0000 miham (svn r10626) -Update: WebTranslator2 update to 2007-07-19 19:23:12
Thu, 19 Jul 2007 16:24:48 +0000 rubidium (svn r10624) -Fix [FS#1047]: the production of banks could not be modified (either in scenario editor or with the cheat).
Thu, 19 Jul 2007 01:47:32 +0000 belugas (svn r10622) -Feature: Introduction of the CBID_INDUSTRY_AVAILABLE's handling, in fund industry window.
Thu, 19 Jul 2007 01:35:48 +0000 belugas (svn r10621) -Codechange: install a struct holding the user's selection from _fund_gui.
Wed, 18 Jul 2007 17:37:34 +0000 miham (svn r10620) -Update: WebTranslator2 update to 2007-07-18 19:37:17
Wed, 18 Jul 2007 17:05:23 +0000 belugas (svn r10619) -Codechange: Use shorter variable/member names and add some code separation.
Wed, 18 Jul 2007 16:02:42 +0000 belugas (svn r10618) -Fix(r10167): remove unneeded comment