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-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