------------------------------------------------------------------------ r10704 | rubidium | 2007-07-27 12:49:04 +0000 (Fri, 27 Jul 2007) | 2 lines -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. ------------------------------------------------------------------------ r10703 | miham | 2007-07-27 08:33:33 +0000 (Fri, 27 Jul 2007) | 3 lines -Update: WebTranslator2 update to 2007-07-27 10:33:19 croatian - 1 fixed, 6 changed by knovak (7) ------------------------------------------------------------------------ r10702 | rubidium | 2007-07-27 03:27:16 +0000 (Fri, 27 Jul 2007) | 2 lines -Fix: "Can't build ..." instead of "Can't remove ..." message shown for road stops for trucks/cargo trams. ------------------------------------------------------------------------ r10701 | belugas | 2007-07-27 03:07:05 +0000 (Fri, 27 Jul 2007) | 1 line -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. ------------------------------------------------------------------------ r10700 | belugas | 2007-07-27 02:41:29 +0000 (Fri, 27 Jul 2007) | 2 lines -Codechange: Enable to jump (by default) to the overriding industry tile spec of the one been queried. Only on certain very specific circumstances do we need the original spec ------------------------------------------------------------------------ r10699 | rubidium | 2007-07-26 18:36:32 +0000 (Thu, 26 Jul 2007) | 2 lines -Fix (r10698): bridge middle parts were drawn too high if the southern bridge head has a foundation. ------------------------------------------------------------------------ r10698 | rubidium | 2007-07-26 16:51:10 +0000 (Thu, 26 Jul 2007) | 2 lines -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. ------------------------------------------------------------------------ r10697 | rubidium | 2007-07-26 15:37:19 +0000 (Thu, 26 Jul 2007) | 2 lines -Codechange: give a more sensible names to some of the unkX variables. ------------------------------------------------------------------------ r10696 | rubidium | 2007-07-26 14:07:11 +0000 (Thu, 26 Jul 2007) | 2 lines -Codechange: remove duplication of the "make sprite transparent" code. ------------------------------------------------------------------------ r10695 | rubidium | 2007-07-26 11:19:03 +0000 (Thu, 26 Jul 2007) | 2 lines -Fix [FS#1079]: building single pieces of road over tramtrack or vice versa on slopes did not work as expected. ------------------------------------------------------------------------ r10694 | rubidium | 2007-07-26 09:53:58 +0000 (Thu, 26 Jul 2007) | 2 lines -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. ------------------------------------------------------------------------ r10693 | rubidium | 2007-07-26 09:11:19 +0000 (Thu, 26 Jul 2007) | 2 lines -Fix: --enable-install should have been removed from the configure parameters to save a long time ago. Now it is only causing warnings. ------------------------------------------------------------------------ r10692 | rubidium | 2007-07-25 19:36:51 +0000 (Wed, 25 Jul 2007) | 2 lines -Fix (r10691): those good old days that LT_NORMAL was still called LT_NORMAL :) ------------------------------------------------------------------------ r10691 | rubidium | 2007-07-25 19:26:33 +0000 (Wed, 25 Jul 2007) | 2 lines -Codechange [FS#509]: simplify GetTransportedGoodsIncome to make it more obvious and less hidden what actually happens. Based on a patch by rfalke. ------------------------------------------------------------------------ r10690 | rubidium | 2007-07-25 19:06:29 +0000 (Wed, 25 Jul 2007) | 2 lines -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer. ------------------------------------------------------------------------ r10689 | rubidium | 2007-07-25 19:03:23 +0000 (Wed, 25 Jul 2007) | 2 lines -Documentation [FS#1057]: lots of function documentation written by Progman. ------------------------------------------------------------------------ r10688 | rubidium | 2007-07-25 17:18:13 +0000 (Wed, 25 Jul 2007) | 2 lines -Cleanup: coding style cleanups missed in the last few cleanups. ------------------------------------------------------------------------ r10687 | rubidium | 2007-07-25 17:07:38 +0000 (Wed, 25 Jul 2007) | 2 lines -Fix (r10686): subversion does not like it when you change code when you are typing the commit message. ------------------------------------------------------------------------ r10686 | rubidium | 2007-07-25 15:45:46 +0000 (Wed, 25 Jul 2007) | 2 lines -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. ------------------------------------------------------------------------ r10685 | rubidium | 2007-07-25 11:27:30 +0000 (Wed, 25 Jul 2007) | 2 lines -Fix [FS#1076]: graphical glitches when the "link landscape toolbar" patch is turned on when opening one of the construction toolbars. ------------------------------------------------------------------------ r10684 | rubidium | 2007-07-25 00:16:30 +0000 (Wed, 25 Jul 2007) | 2 lines -Codechange: some more coding style related changes. Primarily moving { to a new line. ------------------------------------------------------------------------ r10681 | rubidium | 2007-07-24 21:48:50 +0000 (Tue, 24 Jul 2007) | 2 lines -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. ------------------------------------------------------------------------ r10675 | rubidium | 2007-07-24 19:56:43 +0000 (Tue, 24 Jul 2007) | 2 lines -Codechange: unhardcode the industry types used in several locations of the source code. ------------------------------------------------------------------------ r10673 | rubidium | 2007-07-24 17:01:23 +0000 (Tue, 24 Jul 2007) | 2 lines -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. ------------------------------------------------------------------------ r10672 | rubidium | 2007-07-24 13:03:24 +0000 (Tue, 24 Jul 2007) | 2 lines -Codechange: typify some parameters/variables. ------------------------------------------------------------------------ r10671 | truelight | 2007-07-24 12:29:47 +0000 (Tue, 24 Jul 2007) | 2 lines -Codechange: don't mix both lookup and temp-variable-with-value-of-lookup (skidd13) ------------------------------------------------------------------------ r10670 | belugas | 2007-07-24 01:29:42 +0000 (Tue, 24 Jul 2007) | 1 line -Fix: Use proper initialization for grf_prop override member ------------------------------------------------------------------------ r10669 | belugas | 2007-07-24 01:26:57 +0000 (Tue, 24 Jul 2007) | 2 lines -Codechange: Removed redundant comment -Codechange: Add placeholder for yet another industry "variable" to code ------------------------------------------------------------------------ r10665 | truelight | 2007-07-23 19:30:36 +0000 (Mon, 23 Jul 2007) | 4 lines -Codechange: replace magic 15 with MAX_TILE_HEIGHT (bilbo) -Codechange: replace magic 13 with MAX_SNOWLINE_HEIGHT (bilbo) -Codechange: assure _map_height_bits is always of correct size (Rubidium) ------------------------------------------------------------------------ r10664 | truelight | 2007-07-23 19:24:32 +0000 (Mon, 23 Jul 2007) | 2 lines -Codechange: simplify a small piece of code (skidd13) ------------------------------------------------------------------------ r10663 | truelight | 2007-07-23 16:48:19 +0000 (Mon, 23 Jul 2007) | 2 lines -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) ------------------------------------------------------------------------ r10662 | truelight | 2007-07-23 16:39:27 +0000 (Mon, 23 Jul 2007) | 5 lines -Add: added 'V' as new shortcut for new viewport (bilbo) -Add: added 'M' as new shortcut for smallmap (bilbo) -Add: added '+' and '-' as shortcuts to zoom in the mainview (bilbo) -Add: added support for other keycodes to be possible used in the future (bilbo) ------------------------------------------------------------------------ r10661 | truelight | 2007-07-23 16:30:59 +0000 (Mon, 23 Jul 2007) | 2 lines -Documentation: documented slope.h (Progman) ------------------------------------------------------------------------ r10660 | truelight | 2007-07-23 16:15:40 +0000 (Mon, 23 Jul 2007) | 2 lines -Codechange: simplified tunnel cost algorithm (bilbo) ------------------------------------------------------------------------ r10659 | truelight | 2007-07-23 16:08:58 +0000 (Mon, 23 Jul 2007) | 3 lines -Codechange: updated documentation around RAIL_GROUND_FENCE_VERT[12] (frosch) -Codechange: added documentation and SPR_ enums for track fences (frosch) ------------------------------------------------------------------------ r10658 | glx | 2007-07-23 15:28:02 +0000 (Mon, 23 Jul 2007) | 1 line -Add: support for autosave_on_exit in the console, so dedicated servers can use it ------------------------------------------------------------------------ r10657 | truelight | 2007-07-23 15:20:20 +0000 (Mon, 23 Jul 2007) | 2 lines -Fix r10655: commit didn't comply with coding style (tnx glx :)) ------------------------------------------------------------------------ r10656 | truelight | 2007-07-23 15:18:53 +0000 (Mon, 23 Jul 2007) | 2 lines -Fix [FS#1068]: GetPartialZ returned wrong value for SLOPE_STEEP_E (frosch) ------------------------------------------------------------------------ r10655 | truelight | 2007-07-23 15:14:45 +0000 (Mon, 23 Jul 2007) | 2 lines -Fix [FS#1070]: Trolly AI didn't know about steep slopes, and used wrong tileh in some cases (frosch) ------------------------------------------------------------------------ r10651 | orudge | 2007-07-22 17:21:25 +0000 (Sun, 22 Jul 2007) | 1 line -Fix: Fix chdir problem with open/save dialog on OS/2 (Paul Smedley) ------------------------------------------------------------------------ r10649 | peter1138 | 2007-07-22 13:16:49 +0000 (Sun, 22 Jul 2007) | 2 lines -Fix (r9962): autoscroll (pointer near screen edge) didn't work ------------------------------------------------------------------------ r10648 | miham | 2007-07-21 18:34:43 +0000 (Sat, 21 Jul 2007) | 3 lines -Update: WebTranslator2 update to 2007-07-21 20:34:31 croatian - 44 fixed, 143 changed by knovak (187) ------------------------------------------------------------------------ r10647 | KUDr | 2007-07-21 14:01:12 +0000 (Sat, 21 Jul 2007) | 1 line -Fix: AutoPtrT::operator =() didn't delete old object ------------------------------------------------------------------------ r10646 | KUDr | 2007-07-21 13:45:15 +0000 (Sat, 21 Jul 2007) | 3 lines -Cleanup: AutoPtrT<>::Release() renamed to Detach() -better describes what it does -was inconsistent with CCountedPtr<>::Release() ------------------------------------------------------------------------ r10645 | KUDr | 2007-07-21 12:39:46 +0000 (Sat, 21 Jul 2007) | 1 line -Fix (r10644): file contents seems to be 3x there ------------------------------------------------------------------------ r10644 | rubidium | 2007-07-20 18:44:04 +0000 (Fri, 20 Jul 2007) | 2 lines -Merge (from NoAI): framework for reference counted objects (pointers). ------------------------------------------------------------------------ r10643 | rubidium | 2007-07-20 18:35:33 +0000 (Fri, 20 Jul 2007) | 2 lines -Merge (from NoAI): properly counting the amount of signs instead of using the size of the sign pool. ------------------------------------------------------------------------ r10642 | rubidium | 2007-07-20 18:34:21 +0000 (Fri, 20 Jul 2007) | 2 lines -Merge (from NoAI): ./configure flag for disabling threading. ------------------------------------------------------------------------