Age | Commit message (Expand) | Author |
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 |
2007-03-07 | (svn r9050) -Codechange: Foo(void) -> Foo() | rubidium |
2007-03-03 | (svn r8989) -Fix: more indenting and variable scoping | peter1138 |
2007-03-02 | (svn r8972) -Codechange: Dynamically add buttons on the cargo payment graph. ... | peter1138 |
2007-03-01 | (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few ... | belugas |
2007-02-20 | (svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular str... | peter1138 |
2007-02-06 | (svn r8612) -Fix (r117) [FS#582]: When the currently selected player in the p... | maedhros |
2007-02-01 | (svn r8511) -Codechange: make WindowClass an enumerated value. | rubidium |
2007-01-23 | (svn r8374) -Fix (r8367): LLONG_MAX isn't always defined, and INT64_MAX descr... | maedhros |
2007-01-23 | (svn r8369) -Cleanup: [Graphs] Rename include_neg and adj_height to more desc... | maedhros |
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 |