src/smallmap_gui.cpp
Sun, 13 Jan 2008 14:37:30 +0000 rubidium (svn r11834) -Codechange: only include settings_type.h if needed.
Sun, 13 Jan 2008 01:21:35 +0000 rubidium (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
Sat, 12 Jan 2008 14:10:35 +0000 rubidium (svn r11818) -Codechange: split player.h into smaller pieces.
Wed, 09 Jan 2008 09:45:45 +0000 rubidium (svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
Sat, 29 Dec 2007 09:24:26 +0000 rubidium (svn r11719) -Codechange: split sound.h in a header with types and one with functions.
Thu, 27 Dec 2007 13:35:39 +0000 rubidium (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
Wed, 26 Dec 2007 11:45:43 +0000 rubidium (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h).
Tue, 25 Dec 2007 13:28:09 +0000 rubidium (svn r11694) -Codechange: move more endianness related stuff to endian_func.hpp.
Tue, 25 Dec 2007 11:26:07 +0000 rubidium (svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
Sun, 23 Dec 2007 10:56:02 +0000 rubidium (svn r11684) -Codechange: split gfx.h in a type and functional header.
Sat, 22 Dec 2007 23:30:28 +0000 rubidium (svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type.
Fri, 21 Dec 2007 19:49:27 +0000 rubidium (svn r11675) -Codechange: split the string types from the string functions.
Wed, 19 Dec 2007 23:26:02 +0000 rubidium (svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
Wed, 19 Dec 2007 20:45:46 +0000 rubidium (svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found.
Wed, 19 Dec 2007 19:44:29 +0000 rubidium (svn r11667) -Codechange: split window.h into a header that defines some 'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
Sun, 16 Dec 2007 19:30:42 +0000 smatz (svn r11649) -Codechange: some code can be simplified thanks to changes in r11642
Sun, 16 Dec 2007 15:38:51 +0000 smatz (svn r11644) -Codechange: merge some functions from tunnel_map.h and bridge_map.h into tunnelbridge_map.h
Sun, 16 Dec 2007 10:54:08 +0000 rubidium (svn r11643) -Codechange: conform with the coding style for the WP macro uses.
Sun, 02 Dec 2007 14:29:48 +0000 rubidium (svn r11555) -Codechange: use the new members introduced in r11551.
Sat, 24 Nov 2007 10:38:43 +0000 skidd13 (svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fitting to the naming style
Wed, 21 Nov 2007 13:46:29 +0000 glx (svn r11486) -Fix [FS#1457]: industry count was wrong in smallmap
Mon, 19 Nov 2007 04:34:40 +0000 belugas (svn r11474) -Feature: Allow to resize on creation the smallmap gui in order to show all the types industry available.
Mon, 19 Nov 2007 01:16:53 +0000 belugas (svn r11473) -Codechange: Replace two more instances of widget/smalltype numbers by enum(-a) values
Mon, 19 Nov 2007 00:57:56 +0000 belugas (svn r11472) -Codechange: Give enuma for both the widget numbers and the used smallmap currently used type
Sun, 04 Nov 2007 00:08:57 +0000 belugas (svn r11374) -Codechange: Give meaning to the magical number that specifies the color of the text in a DrawString call.
Wed, 29 Aug 2007 21:30:03 +0000 truelight (svn r11000) -Fix r10121: when introducing the new blitter system, smallmap regained an old bug: buffer-overflow when moving window to far bottom-right.
Sun, 29 Jul 2007 23:42:59 +0000 rubidium (svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "road" everywhere except in the tile type.
Sun, 29 Jul 2007 23:25:17 +0000 rubidium (svn r10732) -Codechange: lower the minimum size for the extra viewport window.
Fri, 27 Jul 2007 22:10:21 +0000 rubidium (svn r10708) -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.
Fri, 27 Jul 2007 12:49:04 +0000 rubidium (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size.
Mon, 23 Jul 2007 19:30:36 +0000 truelight (svn r10665) -Codechange: replace magic 15 with MAX_TILE_HEIGHT (bilbo)
Mon, 16 Jul 2007 09:16:58 +0000 rubidium (svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
Sun, 17 Jun 2007 20:30:28 +0000 truelight (svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter
Tue, 12 Jun 2007 20:24:12 +0000 truelight (svn r10121) -Codechange: split renderer from rest of code; no longer any code directly accesses the video-buffer
Wed, 30 May 2007 20:20:58 +0000 belugas (svn r9992) -Codechange: Remove some hardcoded references to Industry IDs.
Wed, 30 May 2007 01:55:11 +0000 belugas (svn r9983) -Codechange: Use the "enabled" property of the industry spec.
Mon, 28 May 2007 16:46:16 +0000 peter1138 (svn r9962) -Feature: Add smooth viewport scrolling. This must be enabled with patch setting 'smooth_scroll'
Tue, 15 May 2007 16:08:46 +0000 truelight (svn r9846) -Codechange: introduced ZOOM_LVL_MIN and ZOOM_LVL_MAX for the obvious reasons
Tue, 15 May 2007 14:08:39 +0000 truelight (svn r9844) -Codechange: replace zoomlevel with an enum
Thu, 26 Apr 2007 20:20:12 +0000 belugas (svn r9721) -Codechange: -Codechange: Cleanup of industry_cmd (Step-12). Dynamically build the legends (name and color) for industries in the smallmap_gui.
Wed, 18 Apr 2007 18:00:33 +0000 belugas (svn r9669) -Documentation: some more doxygen fixes
Wed, 18 Apr 2007 07:22:53 +0000 peter1138 (svn r9666) -Fix (r9651): end of data / column flags were reversed
Tue, 17 Apr 2007 21:09:38 +0000 belugas (svn r9664) -Documentation: Doxygen corrections,errors and omissions
Mon, 16 Apr 2007 19:55:17 +0000 belugas (svn r9652) -Fix(r9651): "const" keyword forgotten. Spotted by glx.
Mon, 16 Apr 2007 19:44:22 +0000 belugas (svn r9651) -Codechange: make legend system of smallmap a little bit less magic with the help of a struct and not an array of bytes
Thu, 12 Apr 2007 13:07:15 +0000 maedhros (svn r9609) -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist.
Mon, 09 Apr 2007 01:14:43 +0000 belugas (svn r9578) -Codechange: Cleanup of industry_cmd (Step-10). Use industry's spec map_colour for smallmap industry color code drawing
Wed, 04 Apr 2007 01:35:16 +0000 belugas (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near
Tue, 22 Jan 2008 21:00:30 +0000 rubidium (svn r11950) [NewGRF_ports] -Sync with trunk r11566:11949. NewGRF_ports
Mon, 03 Dec 2007 23:39:38 +0000 rubidium (svn r11566) [NewGRF_ports] -Sync: with trunk r11218:r11565. NewGRF_ports
Sun, 02 Sep 2007 11:58:58 +0000 rubidium (svn r11037) [NewGRF_ports] -Sync: with trunk r10844:11035. NewGRF_ports
Fri, 03 Aug 2007 18:10:15 +0000 richk (svn r10766) [NewGRF_ports] -Sync: with trunk r10651-10765 NewGRF_ports
Mon, 16 Jul 2007 21:22:24 +0000 richk (svn r10595) [NewGRF_ports] -Sync: with trunk r10559-10593 NewGRF_ports
Sat, 14 Jul 2007 19:42:58 +0000 richk (svn r10560) [NewGRF_ports] -Sync: with trunk r10027-10559 NewGRF_ports
Sat, 02 Jun 2007 19:59:29 +0000 richk (svn r10027) [NewGRF_ports] -Sync: with trunk r9506-10026 NewGRF_ports
Thu, 22 Mar 2007 03:42:43 +0000 belugas (svn r9400) -Codechange: Use some more representative enum names for landscape types.
Thu, 08 Mar 2007 16:27:54 +0000 rubidium (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code).
Wed, 07 Mar 2007 12:11:48 +0000 rubidium (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
Wed, 07 Mar 2007 11:47:46 +0000 rubidium (svn r9050) -Codechange: Foo(void) -> Foo()
Sat, 21 Apr 2007 08:23:57 +0000 KUDr (svn r9708) [cpp_gui] -Sync with trunk (r9633:9707) cpp_gui