------------------------------------------------------------------------ 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. ------------------------------------------------------------------------ r10641 | belugas | 2007-07-20 17:32:27 +0000 (Fri, 20 Jul 2007) | 1 line -Fix(r10638): Forgotten Son... err...include ------------------------------------------------------------------------ r10640 | belugas | 2007-07-20 17:25:07 +0000 (Fri, 20 Jul 2007) | 1 line -Fix(r10638): little typo... ------------------------------------------------------------------------ r10639 | belugas | 2007-07-20 17:14:03 +0000 (Fri, 20 Jul 2007) | 1 line -Codechange: Give meaninfull name to a magic number ------------------------------------------------------------------------ r10638 | belugas | 2007-07-20 16:50:11 +0000 (Fri, 20 Jul 2007) | 1 line -Codechange: Save the mapping of the industries and tiles, making them persistent. ------------------------------------------------------------------------ r10637 | belugas | 2007-07-20 16:08:28 +0000 (Fri, 20 Jul 2007) | 3 lines -Fix: Enable the Random Industries in scenario editor if setting Number of Industries is not NONE. Spotted by skiddl13. Thanks to glx for help in finding and better looking code :) ------------------------------------------------------------------------ r10635 | belugas | 2007-07-20 14:49:41 +0000 (Fri, 20 Jul 2007) | 1 line -Codechange: Correct some typos and code beautifying (a little bit) ------------------------------------------------------------------------ r10628 | peter1138 | 2007-07-19 17:28:55 +0000 (Thu, 19 Jul 2007) | 2 lines -Fix (r10606,FS#1055): Revert r10606 and fix the plural problem another way. ------------------------------------------------------------------------ r10627 | rubidium | 2007-07-19 17:27:49 +0000 (Thu, 19 Jul 2007) | 2 lines -Fix [FS#1052]: be consistent with the space between the company name and the player number, i.e. always put a space between them. ------------------------------------------------------------------------ r10626 | miham | 2007-07-19 17:23:28 +0000 (Thu, 19 Jul 2007) | 3 lines -Update: WebTranslator2 update to 2007-07-19 19:23:12 american - 4 fixed by WhiteRabbit (4) ------------------------------------------------------------------------ r10624 | rubidium | 2007-07-19 16:24:48 +0000 (Thu, 19 Jul 2007) | 2 lines -Fix [FS#1047]: the production of banks could not be modified (either in scenario editor or with the cheat). ------------------------------------------------------------------------ r10622 | belugas | 2007-07-19 01:47:32 +0000 (Thu, 19 Jul 2007) | 2 lines -Feature: Introduction of the CBID_INDUSTRY_AVAILABLE's handling, in fund industry window. In order to stay as much consistent with the specs, the fund window will perform (if required) the callback every game-day. TTDPatch performs the same call every second, but after discussions with Csaboka, we agreed that it was not required to be that intensive. So a game-day is plenty enough. ------------------------------------------------------------------------ r10621 | belugas | 2007-07-19 01:35:48 +0000 (Thu, 19 Jul 2007) | 4 lines -Codechange: install a struct holding the user's selection from _fund_gui. -Codechange: merge WE_TIMEOUT and WE_ABORT_PLACE_OBJ, as they both do the same thing. -Feature: Any time you place an industry, even if it fails, the button will reset and the cursor will return to normal. ------------------------------------------------------------------------