summaryrefslogtreecommitdiff
path: root/src/graph_gui.cpp
AgeCommit message (Expand)Author
2007-01-23(svn r8368) -Cleanup: [Graphs] Rename the variables relating to whether datas...maedhros
2007-01-23(svn r8367) -Fix: [Graphs] Don't try to use the same value to mean something ...maedhros
2007-01-23(svn r8366) -Codechange: [Graphs] Make the scaling code less cryptic, and fix...maedhros
2007-01-22(svn r8356) -Codechange: [Graphs] Rename mx to highest_value, and fix the sca...maedhros
2007-01-22(svn r8350) -Codechange: [Graphs] Use DrawStringCentered instead of a hardcod...maedhros
2007-01-22(svn r8347) -Codechange: [Graphs] Make some more variables local to the loops...maedhros
2007-01-21(svn r8330) -Codechange: Remove num_x and num_dataset from DrawGraph.maedhros
2007-01-21(svn r8329) -Codechange: Remove the the horribly abused j and k variables com...maedhros
2007-01-21(svn r8328) -Codechange: Remove some magic numbers in the graph drawing code.maedhros
2007-01-21(svn r8322) -Codechange: Rename unk61A and unk61C to something a little more ...maedhros
2007-01-21(svn r8319) -Codechange: Remove the remaining colours from GraphDrawer as the...maedhros
2007-01-21(svn r8317) -Codechange: Remove GraphDrawer::bg_line_color since it was the s...maedhros
2007-01-21(svn r8312) -Fix (r8038, sort of): Operating profit and the company value can...maedhros
2007-01-21(svn r8301) -Codechange: Move the code relating to the sign list window from ...maedhros
2007-01-21(svn r8300) -Codechange: Add a prototype for DrawPlayerIcon to players.h and ...maedhros
2007-01-14(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...peter1138
2007-01-11(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi...KUDr
2007-01-11(svn r8055) -Codechange: Replace the different max, dmax, maxu whatever macro...celestar
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr