summaryrefslogtreecommitdiff
path: root/src/smallmap_gui.cpp
AgeCommit message (Expand)Author
2007-12-19(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.hrubidium
2007-12-19(svn r11668) -Codechange: more refactoring aimed at reducing compile time and...rubidium
2007-12-19(svn r11667) -Codechange: split window.h into a header that defines some 'glo...rubidium
2007-12-16(svn r11649) -Codechange: some code can be simplified thanks to changes in r1...smatz
2007-12-16(svn r11644) -Codechange: merge some functions from tunnel_map.h and bridge_m...smatz
2007-12-16(svn r11643) -Codechange: conform with the coding style for the WP macro uses.rubidium
2007-12-02(svn r11555) -Codechange: use the new members introduced in r11551.rubidium
2007-11-24(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fit...skidd13
2007-11-21(svn r11486) -Fix [FS#1457]: industry count was wrong in smallmapglx
2007-11-19(svn r11474) -Feature: Allow to resize on creation the smallmap gui in order ...belugas
2007-11-19(svn r11473) -Codechange: Replace two more instances of widget/smalltype numb...belugas
2007-11-19(svn r11472) -Codechange: Give enuma for both the widget numbers and the used...belugas
2007-11-04(svn r11374) -Codechange: Give meaning to the magical number that specifies t...belugas
2007-08-29(svn r11000) -Fix r10121: when introducing the new blitter system, smallmap r...truelight
2007-07-29(svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "r...rubidium
2007-07-29(svn r10732) -Codechange: lower the minimum size for the extra viewport window.rubidium
2007-07-27(svn r10708) -Codechange: allow automatic downsizing of the smallmap window i...rubidium
2007-07-27(svn r10704) -Codechange: provide an infrastructure to have resizable windows...rubidium
2007-07-23(svn r10665) -Codechange: replace magic 15 with MAX_TILE_HEIGHT (bilbo)truelight
2007-07-16(svn r10587) -Codechange: move the string/dparam related stuff from variables...rubidium
2007-06-17(svn r10190) -Codechange: merged renderer and blitter to one single class API...truelight
2007-06-12(svn r10121) -Codechange: split renderer from rest of code; no longer any cod...truelight
2007-05-30(svn r9992) -Codechange: Remove some hardcoded references to Industry IDs.belugas
2007-05-30(svn r9983) -Codechange: Use the "enabled" property of the industry spec.belugas
2007-05-28(svn r9962) -Feature: Add smooth viewport scrolling. This must be enabled wit...peter1138
2007-05-15(svn r9846) -Codechange: introduced ZOOM_LVL_MIN and ZOOM_LVL_MAX for the obv...truelight
2007-05-15(svn r9844) -Codechange: replace zoomlevel with an enumtruelight
2007-04-26(svn r9721) -Codechange: -Codechange: Cleanup of industry_cmd (Step-12). Dyn...belugas
2007-04-18(svn r9669) -Documentation: some more doxygen fixesbelugas
2007-04-18(svn r9666) -Fix (r9651): end of data / column flags were reversedpeter1138
2007-04-17(svn r9664) -Documentation: Doxygen corrections,errors and omissionsbelugas
2007-04-16(svn r9652) -Fix(r9651): "const" keyword forgotten. Spotted by glx.belugas
2007-04-16(svn r9651) -Codechange: make legend system of smallmap a little bit less mag...belugas
2007-04-12(svn r9609) -Codechange: Move some function prototypes out of functions.h and...maedhros
2007-04-09(svn r9578) -Codechange: Cleanup of industry_cmd (Step-10). Use industry's sp...belugas
2007-04-04(svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The...belugas
2007-03-22(svn r9400) -Codechange: Use some more representative enum names for landscap...belugas
2007-03-08(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod...rubidium
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-02-07(svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that ...bjarni
2007-02-01(svn r8511) -Codechange: make WindowClass an enumerated value.rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr