summaryrefslogtreecommitdiff
path: root/graph_gui.c
AgeCommit message (Expand)Author
2006-12-26(svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debu...Darkvater
2006-12-09(svn r7444) -Codechange: Use one (global) cargo-colours array for drawing car...Darkvater
2006-12-05(svn r7372) - CodeChange: Rename all GetXXXArraySize() functions to GetNumXXX...matthijs
2006-12-04(svn r7355) -Codechange: replace 'for (i = 0; w->widget[i].type != WWT_TYPE; ...rubidium
2006-11-10(svn r7128) -Codechange: Replace magic numbers by magic enums (windowdesc pos...Darkvater
2006-10-24(svn r6925) -Codechange: Be more strict with widget distinctions. WWT_PANEL i...Darkvater
2006-10-21(svn r6884) -Codechange: Add strict bounds checking in string formatting system.Darkvater
2006-10-21(svn r6882) -Fix r6777: Off by one drawing error for cargo buttonsDarkvater
2006-10-15(svn r6777) -GuiChange: When painting a lowered button on CargoPaymentsRates,...belugas
2006-10-06(svn r6674) -Fix r6631: two loops had incorrect behaviour (out of bound acces...glx
2006-10-03(svn r6631) -Codechange: Use accessors for click_state.belugas
2006-10-03(svn r6619) -Codechange: Use accessors for disabled_state.belugas
2006-10-02(svn r6612) -Codechange: Use accessors for hidden_state.belugas
2006-09-23(svn r6499) -Codechange: Finally, got "byte event" outside of the union Windo...belugas
2006-08-29(svn r6222) Remove struct ColorList, because the names of its attributes are ...tron
2006-08-23(svn r6081) -Fix(6054) : Silenced a MSVC warning on compiling (thanks Maulin...belugas
2006-08-22(svn r6055) -Codechange: added GetXXXArraySize, which returns HighestID + 1 (...truelight
2006-08-22(svn r6054) Change the sign sorter in a similar way as the other sorters: Rem...tron
2006-08-22(svn r6050) -Codechange: mass-renamed SignStruct -> Sign and ss -> si. Now fu...truelight
2006-08-22(svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips inva...truelight
2006-08-22(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit...rubidium
2006-08-16(svn r5926) -Codechange: make _cur_year contain the full year, instead of the...rubidium
2006-08-15(svn r5916) -Cleanup: use MIN_YEAR/MAX_YEAR for the year boundaries and BASE_...rubidium
2006-08-14(svn r5887) -Cleanup: move date related functions, defines and variables to d...rubidium
2006-05-09(svn r4809) Codechange : Merged two loops in only one. belugas
2006-05-03(svn r4713) - Fix: random crashes when opening some GUI (i.e. cheats window) ...KUDr
2006-03-26(svn r4128) - CodeChange: Add proper semantics for CargoID for such variables...Darkvater
2006-02-18(svn r3613) Some more const, indentation, whitespace and similar stufftron
2006-02-16(svn r3607) - Fix indenting of PerformanceRatingDetailWndProc()peter1138
2006-02-01(svn r3511) More whitespace ([FS#46] by Rubidium)tron
2006-01-22(svn r3417) - Make company league table window pinnable.peter1138
2005-12-07(svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect th...peter1138
2005-11-17(svn r3215) - Fix: warning on VS.NET 2003 complaining about constness reintro...Darkvater
2005-11-16(svn r3198) Rewrite the company league drawing routine for better readabilitytron
2005-11-14(svn r3181) -Bracingtron
2005-10-02(svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)Darkvater
2005-09-30(svn r3001) s/Player*/const Player*/tron
2005-09-25(svn r2984) Use adequate types, this should aid portability a bittron
2005-09-18(svn r2962) - const correctness for all Get* functions and most Draw* functio...Darkvater
2005-08-01(svn r2781) Fix some of the issues with variables in .h files.ludde
2005-07-31(svn r2766) Remove string and make use of the plural featuretron
2005-07-24(svn r2702) -Codechange: Cleaned up the sprite code and replaced many magic n...celestar
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-22(svn r2673) Include functions.h directly, not globally via openttd.htron
2005-07-21(svn r2669) Shuffle some more stuff around to reduce dependenciestron
2005-07-19(svn r2645) Fix (useless)warning in graph_gui and add brackets around HASBIT ...Darkvater
2005-07-19(svn r2643) Get rid of some unnecessary caststron
2005-07-15(svn r2572) - Codechange: [string] Changed string system so it's not as depen...ludde
2005-06-25(svn r2486) Turn TILE_FROM_XY into an inline function and rename it to TileVi...tron
2005-06-21(svn r2468) -Codechange: Got rid of DEREF_PLAYER and replaced it by GetPlayercelestar