------------------------------------------------------------------------ r10724 | peter1138 | 2007-07-29 16:43:58 +0000 (Sun, 29 Jul 2007) | 2 lines -Fix (r10723): Toolbar spacing was off-by-one ------------------------------------------------------------------------ r10723 | rubidium | 2007-07-29 15:48:43 +0000 (Sun, 29 Jul 2007) | 2 lines -Codechange: dynamically sized (width) main toolbars and status bar for when the window becomes less than 640 pixels in width. ------------------------------------------------------------------------ r10722 | rubidium | 2007-07-29 14:06:53 +0000 (Sun, 29 Jul 2007) | 2 lines -Codechange: unhardcode the positions of strings in the status bar. ------------------------------------------------------------------------ r10721 | peter1138 | 2007-07-29 14:02:27 +0000 (Sun, 29 Jul 2007) | 2 lines -Fix [FS#1084]: Skip articulated parts of road vehicles during unique name check. ------------------------------------------------------------------------ r10720 | rubidium | 2007-07-29 14:01:22 +0000 (Sun, 29 Jul 2007) | 2 lines -Codechange: unhardcode the positions of the player toolbar menus. ------------------------------------------------------------------------ r10719 | rubidium | 2007-07-29 12:13:22 +0000 (Sun, 29 Jul 2007) | 2 lines -Codechange: since DParams are now 64 bits we should make NUM and COMMA handle writing 64 bit integers to the strings. ------------------------------------------------------------------------ r10718 | rubidium | 2007-07-29 12:11:50 +0000 (Sun, 29 Jul 2007) | 2 lines -Fix (r10698): when having a road corner on a slope removing the road bit perpendicular on the slope made the foundation disappear. ------------------------------------------------------------------------ r10717 | rubidium | 2007-07-28 21:00:31 +0000 (Sat, 28 Jul 2007) | 2 lines -Fix: in-game console had a "transparent" part when opened in a game, while it did not in the menu. ------------------------------------------------------------------------ r10716 | rubidium | 2007-07-28 20:59:30 +0000 (Sat, 28 Jul 2007) | 2 lines -Codechange: not all windows' minimum size is actually their minimum size, so take the size of the window after WE_CREATE has been called as bare minimum size. ------------------------------------------------------------------------ r10715 | truelight | 2007-07-28 12:45:27 +0000 (Sat, 28 Jul 2007) | 2 lines -Fix: limited-fs code was broken ------------------------------------------------------------------------ r10714 | glx | 2007-07-28 00:19:49 +0000 (Sat, 28 Jul 2007) | 1 line -Fix r10696: MSVC performance warning ------------------------------------------------------------------------ r10713 | KUDr | 2007-07-27 23:49:48 +0000 (Fri, 27 Jul 2007) | 1 line -Cleanup (r10711): too long string buffers, unsafe sprintf used (Darkvater) ------------------------------------------------------------------------ r10712 | KUDr | 2007-07-27 22:32:48 +0000 (Fri, 27 Jul 2007) | 1 line -Fix (r10711): \0 at the end of string constant (glx) ------------------------------------------------------------------------ r10711 | KUDr | 2007-07-27 22:19:19 +0000 (Fri, 27 Jul 2007) | 1 line -Fix [Win32]: take default language from current user's locale on Windows (In-) ------------------------------------------------------------------------ r10710 | rubidium | 2007-07-27 22:13:12 +0000 (Fri, 27 Jul 2007) | 2 lines -Codechange: allow automatic downsizing of the group window. Same as idea as for the previous commits, i.e. you could already do so but the button would be out of reach. ------------------------------------------------------------------------ r10709 | rubidium | 2007-07-27 22:11:22 +0000 (Fri, 27 Jul 2007) | 2 lines -Codechange: allow automatic downsizing of the load game/save game windows. These windows also already supported downsizing, but again the resize button would be unreachable. ------------------------------------------------------------------------ r10708 | rubidium | 2007-07-27 22:10:21 +0000 (Fri, 27 Jul 2007) | 2 lines -Codechange: allow automatic downsizing of the smallmap window in case of low resolutions; one could already make the window smaller, but the resize button was unreachable. ------------------------------------------------------------------------ r10707 | rubidium | 2007-07-27 22:08:59 +0000 (Fri, 27 Jul 2007) | 2 lines -Codechange: account for the main toolbar and status bar when determining the maximum height for a window. ------------------------------------------------------------------------ r10706 | rubidium | 2007-07-27 19:57:52 +0000 (Fri, 27 Jul 2007) | 2 lines -Codechange: allow resizing the multiplayer server list window. ------------------------------------------------------------------------ r10705 | rubidium | 2007-07-27 19:09:31 +0000 (Fri, 27 Jul 2007) | 2 lines -Fix (r10704): some windows were not correctly initialized as they resized the window themselves and that should be interfered by making sure the window is resized in the right "step" size. -Fix (r10704): call the WE_RESIZE when resizing during initialization of the windows. ------------------------------------------------------------------------ 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) ------------------------------------------------------------------------