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
/
graph_gui.cpp
Age
Commit message (
Expand
)
Author
2008-08-07
(svn r14011) -Codechange: not required to define an enum which was just the r...
belugas
2008-08-04
(svn r13994) -Codechange: replace a few rogue magic numbers with Colours enum...
belugas
2008-07-30
(svn r13883) -Codechange: Replace numbers with Colours enum on graph gui
belugas
2008-07-30
(svn r13882) -Codechange: Replace widget numbers with appropriate enums
belugas
2008-07-18
(svn r13731) -Codechange: make a pool of the array of players.
rubidium
2008-06-15
(svn r13521) -Codechange: Use GUIList sorting instead of poll & sort for Comp...
skidd13
2008-05-23
(svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() f...
peter1138
2008-05-19
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
rubidium
2008-05-18
(svn r13156) -Codechange: make classes of the GraphWindows.
rubidium
2008-05-18
(svn r13155) -Codechange: make a window class of the company league and graph...
rubidium
2008-05-17
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th...
rubidium
2008-05-16
(svn r13121) -Codechange: make a class of the PerformanceRatingDetailWindow.
rubidium
2008-05-08
(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of ...
rubidium
2008-05-06
(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when...
rubidium
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-01-24
(svn r11979) -Codechange: drop MSVC 2003 support because MSVC 2003 is broken ...
rubidium
2008-01-13
(svn r11828) -Codechange: include table/* as the last includes and remove an ...
rubidium
2008-01-12
(svn r11818) -Codechange: split player.h into smaller pieces.
rubidium
2008-01-09
(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
rubidium
2008-01-01
(svn r11742) -Codechange [FS#1319]: Run window tick events when paused, so th...
peter1138
2007-12-26
(svn r11702) -Codechange: move all date related stuff to date*.
rubidium
2007-12-25
(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...
rubidium
2007-12-25
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...
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-02
(svn r11559) -Fix [FS#1505]: overflow when drawing graphics with high company...
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-20
(svn r11485) -Codechange: Remove the doubled function ToggleBitT and rename t...
skidd13
2007-11-20
(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ...
skidd13
2007-11-19
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...
skidd13
2007-11-19
(svn r11476) -Codechange: rename the function myabs to abs to get rid of an u...
skidd13
2007-11-19
(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ...
skidd13
2007-11-04
(svn r11374) -Codechange: Give meaning to the magical number that specifies t...
belugas
2007-10-20
(svn r11312) -Codechange: implement a overflow safe integer and use that for ...
rubidium
2007-09-02
(svn r11039) -Fix [FS#1191]: underflow that caused overflows in the performan...
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-25
(svn r10323) -Codechange: reference company name, number and player (presiden...
peter1138
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-04-18
(svn r9672) -Cleanup: lots of coding style fixes around operands.
rubidium
2007-04-15
(svn r9638) -Feature: Increase cargo types from 12 to 32 and enable newcargo ...
peter1138
2007-03-24
(svn r9435) -Fix (r8972): ensure the cargo payment graph is at least 12 "item...
peter1138
2007-03-21
(svn r9388) -Codechange: variable scope and type, and standardify all CargoID...
peter1138
2007-03-09
(svn r9079) -Codechange: add WWT_LAST widget when dynamically building cargo ...
peter1138
2007-03-07
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
rubidium
[next]