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
/
bridge_gui.cpp
Age
Commit message (
Expand
)
Author
2008-07-30
(svn r13876) -Codechange: Replace numbers with Colours enum on bridge gui
belugas
2008-06-20
(svn r13592) -Fix: window size remembering was broken
skidd13
2008-06-16
(svn r13533) -Codechange: Replace direct class member access of GUIList with ...
skidd13
2008-06-08
(svn r13419) -Fix [FS#2063]: Entries in the bridge list were not sorted when ...
rubidium
2008-05-27
(svn r13280) -Fix (r13276): MSVC compilation was broken
smatz
2008-05-26
(svn r13273) -Fix [FS#2042]: MSVC warnings (again)
glx
2008-05-26
(svn r13269) -Codechange: build bridge window uses GUILists Sort() now
skidd13
2008-05-26
(svn r13266) -Codechange: Use SmallVector in GUIList
peter1138
2008-05-20
(svn r13202) -Fix (r13149): MSVC signed/unsigned warning
glx
2008-05-19
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
rubidium
2008-05-18
(svn r13159) -Feature: Add the ability to sort availible bridges in the build...
skidd13
2008-05-17
(svn r13151) -Codechange: use an enum instead of bool as return type of OnKey...
rubidium
2008-05-17
(svn r13149) -Codechange: make a class of the BuildBridgeWindow.
skidd13
2008-05-17
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th...
rubidium
2008-05-08
(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with ...
rubidium
2008-05-06
(svn r12975) -Codechange: replace DeleteWindow(w) with delete w.
rubidium
2008-02-14
(svn r12136) -Fix(r12135): Code style compliance and... code style as such
belugas
2008-02-14
(svn r12135) -Codechange: Road and rail bridge selection windows were identic...
belugas
2008-02-11
(svn r12111) -Codechange: Rename Bridge to BridgeSpec, out of consistensy wit...
belugas
2008-02-11
(svn r12107) -Codechange: Add and use the typedef BridgeType
belugas
2008-02-05
(svn r12066) -Codechange: Rename GetBridge for the more common GetBridgeSpec
belugas
2008-01-23
(svn r11968) -Codechange: remove redundant FindLengthOfTunnel(), use GetTunne...
smatz
2008-01-13
(svn r11828) -Codechange: include table/* as the last includes and remove an ...
rubidium
2008-01-09
(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
rubidium
2007-12-29
(svn r11719) -Codechange: split sound.h in a header with types and one with f...
rubidium
2007-12-26
(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ...
rubidium
2007-12-25
(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...
rubidium
2007-12-22
(svn r11682) -Codechange: move some 'generic' geometry related types into a s...
rubidium
2007-12-21
(svn r11677) -Codechange: move price and command related types/functions to t...
rubidium
2007-12-21
(svn r11675) -Codechange: split the string types from the string functions.
rubidium
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-06
(svn r11580) -Feature: Memorise the resizing of the build bridge selection wi...
skidd13
2007-11-29
(svn r11539) -Feature: Make the bridge selection window resizable
skidd13
2007-11-04
(svn r11374) -Codechange: Give meaning to the magical number that specifies t...
belugas
2007-09-04
(svn r11040) -Fix [FS#1179]: removing CMD_AUTO from some commands could remot...
rubidium
2007-07-27
(svn r10704) -Codechange: provide an infrastructure to have resizable windows...
rubidium
2007-07-16
(svn r10587) -Codechange: move the string/dparam related stuff from variables...
rubidium
2007-06-21
(svn r10258) -Codechange: as we are now using int64 all over the place, it's ...
rubidium
2007-06-21
(svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to pla...
rubidium
2007-06-21
(svn r10246) -Fix (r10297): some forgotten money conversions and truncation i...
rubidium
2007-06-18
(svn r10205) -Codechange: refactor returning of cost, so it can be more easil...
rubidium
2007-06-18
(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
rubidium
2007-03-03
(svn r8990) -Fix: more indenting and variable scoping
peter1138
2007-02-23
(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp file...
belugas
2007-02-04
(svn r8569) -Fix (r8464): revert properly
peter1138
2007-01-14
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...
peter1138
2007-01-10
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...
KUDr