Age | Commit message (Expand) | Author |
2006-12-26 | (svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debu... | Darkvater |
2006-12-09 | (svn r7446) -Feature: Double the length of the cargo and rating indicators in... | Darkvater |
2006-12-09 | (svn r7445) -Codechange (r4822): Properly draw the cargo colours in the stati... | Darkvater |
2006-12-09 | (svn r7444) -Codechange: Use one (global) cargo-colours array for drawing car... | Darkvater |
2006-12-08 | (svn r7432) -Fix(r7413) : The NO(cargo waiting) button of the StationList Win... | belugas |
2006-12-07 | (svn r7428) -Codechange: Give a more explicit name to the enum STATIONLIST_WI... | belugas |
2006-12-07 | (svn r7413) -Fix[FS#386,#412]: Station list window NONE button now behaves co... | belugas |
2006-12-05 | (svn r7372) - CodeChange: Rename all GetXXXArraySize() functions to GetNumXXX... | matthijs |
2006-11-18 | (svn r7209) -Codechange: Alter position of scroll bar in the station list; th... | peter1138 |
2006-11-18 | (svn r7205) -Fix [FS#350, SF#1560913]: Window allocation and deletion messed ... | Darkvater |
2006-11-10 | (svn r7128) -Codechange: Replace magic numbers by magic enums (windowdesc pos... | Darkvater |
2006-11-06 | (svn r7080) -Codechange: Remove negative array indexes, and only add ", " whe... | peter1138 |
2006-10-31 | (svn r7022) -Fix [FS#292]: Properly guard against viewing company-sensitive i... | 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-20 | (svn r6855) - Codechange: When displaying a "quantity of cargo" string, use t... | peter1138 |
2006-10-04 | (svn r6639) -CodeChange : Conversion of SetWidgetLoweredState to SetWindowWid... | belugas |
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-09-28 | (svn r6562) -Codechange: merged the vehicle list window widget arrays | bjarni |
2006-09-23 | (svn r6499) -Codechange: Finally, got "byte event" outside of the union Windo... | belugas |
2006-09-04 | (svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more... | rubidium |
2006-08-27 | (svn r6169) -Codechange: Use GetString() instead of GetStringWithArgs() which... | Darkvater |
2006-08-22 | (svn r6055) -Codechange: added GetXXXArraySize, which returns HighestID + 1 (... | 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-19 | (svn r5944) -Merge TGP (r5578, r5579, r5724, r5726): -Feature: filter for tex... | truelight |
2006-08-15 | (svn r5910) Fix some more warnings on MSVC by using (void*) casts. Followup o... | Darkvater |
2006-08-15 | (svn r5907) Remove more indirection by using pointers instead of IDs. Also fi... | tron |
2006-08-14 | (svn r5896) Remove pointless indirection similar to r5894 and remove an unnec... | tron |
2006-08-14 | (svn r5887) -Cleanup: move date related functions, defines and variables to d... | rubidium |
2006-05-16 | (svn r4891) - Fix (r4822): The station list window had some overlapping widge... | Darkvater |
2006-05-11 | (svn r4830) - Codechange: simplify station sorting a bit by recalculating the... | Darkvater |
2006-05-11 | (svn r4823) -Fix: Improved tooltips for sortable station lists. | celestar |
2006-05-11 | (svn r4822) -Feature: Station List View can now be sorted and filtered (by wa... | celestar |
2006-04-15 | (svn r4426) Code Cleaning : replacing tabs with spaces, removing obvious comm... | belugas |
2005-12-07 | (svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect th... | peter1138 |
2005-11-14 | (svn r3181) -Bracing | tron |
2005-11-14 | (svn r3180) Replace some magic numbers by symbolic names | tron |
2005-11-13 | (svn r3172) static, const | tron |
2005-10-23 | (svn r3078) Some more stuff, which piled up: | tron |
2005-10-20 | (svn r3073) int/byte -> EngineID/PlayerID/VehicleID | tron |
2005-10-20 | (svn r3072) CMD_RENAME_STATION isn't interested in the tile coordinates, so d... | tron |
2005-10-11 | (svn r3030) More work for GB/SB, this time concerning the waiting_acceptance ... | tron |
2005-10-07 | (svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte... | tron |
2005-10-03 | (svn r3010) Get rid of quite some dubious casts, either by using GB(), proper... | tron |
2005-09-30 | (svn r3001) s/Player*/const Player*/ | tron |
2005-07-24 | (svn r2701) Insert Id tags into all source files | tron |
2005-07-22 | (svn r2673) Include functions.h directly, not globally via openttd.h | tron |
2005-07-21 | (svn r2669) Shuffle some more stuff around to reduce dependencies | tron |