index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
smallmap_gui.cpp
Age
Commit message (
Expand
)
Author
2007-11-21
(svn r11486) -Fix [FS#1457]: industry count was wrong in smallmap
glx
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 enum
truelight
2007-04-26
(svn r9721) -Codechange: -Codechange: Cleanup of industry_cmd (Step-12). Dyn...
belugas
2007-04-18
(svn r9669) -Documentation: some more doxygen fixes
belugas
2007-04-18
(svn r9666) -Fix (r9651): end of data / column flags were reversed
peter1138
2007-04-17
(svn r9664) -Documentation: Doxygen corrections,errors and omissions
belugas
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