summaryrefslogtreecommitdiff
path: root/roadveh_gui.c
AgeCommit message (Expand)Author
2006-08-20(svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant.rubidium
2006-08-19(svn r5944) -Merge TGP (r5578, r5579, r5724, r5726): -Feature: filter for tex...truelight
2006-08-16(svn r5926) -Codechange: make _cur_year contain the full year, instead of the...rubidium
2006-08-15(svn r5918) -Cleanup: rename ConvertDayToYMD/ConvertYMDToDay as they really c...rubidium
2006-08-15(svn r5916) -Cleanup: use MIN_YEAR/MAX_YEAR for the year boundaries and BASE_...rubidium
2006-08-15(svn r5910) Fix some more warnings on MSVC by using (void*) casts. Followup o...Darkvater
2006-08-14(svn r5894) Remove a totally unnecessary indirection in the vehicle sorter co...tron
2006-08-14(svn r5887) -Cleanup: move date related functions, defines and variables to d...rubidium
2006-08-09(svn r5820) - NewGRF: Add support for extra vehicle text in the purchase list...peter1138
2006-07-26(svn r5609) CodeChange : Apply coding stylebelugas
2006-06-27(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectaculartron
2006-06-11(svn r5225) Some windows periodically check if their parent exists - if not t...tron
2006-06-10(svn r5210) Many small changes which piled up: const, unsigned, variable scop...tron
2006-06-09(svn r5191) - NewGRF: add cargo refit support for road vehiclespeter1138
2006-06-05(svn r5119) -Fix: If a road vehicle is on a road depot tile and stopped doesn...tron
2006-06-05(svn r5118) Add IsRoadVehInDepot{Stopped,}()tron
2006-06-04(svn r5094) Remove _new_{aircraft,roadveh,ship,train,wagon}_id. _new_vehicle_...tron
2006-05-21(svn r4943) uint tile -> TileIndex tile, byte player -> PlayerID playertron
2006-05-21(svn r4940) Remove the dubious feature of remembering the last built depot. I...tron
2006-04-08(svn r4322) - Codechange: Remove conversion of kmh to mph from gui code to wi...peter1138
2006-04-03(svn r4259) -[multistop] Fix/Feature/Codechange:celestar
2006-03-16(svn r3909) [multistop]celestar
2006-03-08(svn r3783) Replace further ints and magic numbers by Direction, DiagDirectio...tron
2006-02-20(svn r3631) - 2cc: Remove use of some temporary variables and perform minor o...peter1138
2006-02-20(svn r3620) - 2cc: Replace use of macro to determine colour map with a functi...peter1138
2006-02-03(svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch],...peter1138
2006-02-02(svn r3520) Remove unused parameters from some functionstron
2006-02-01(svn r3511) More whitespace ([FS#46] by Rubidium)tron
2006-01-05(svn r3367) Unify the 4 distinct CMD_CHANGE_{AIRCRAFT,ROADVEH,SHIP,TRAIN}_SER...tron
2005-12-29(svn r3354) Fix a typo, which survived for about 3000 revisions: s/SRT_SORT_B...tron
2005-12-14(svn r3300) Remove unreachable code - in this case some duplicate breakstron
2005-12-07(svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect th...peter1138
2005-11-14(svn r3181) -Bracingtron
2005-11-13(svn r3172) static, consttron
2005-10-29(svn r3099) Copy&pasto in r3098tron
2005-10-28(svn r3098) static, const, uint -> TileIndex, indentation, bracing, unused re...tron
2005-10-23(svn r3078) Some more stuff, which piled up:tron
2005-10-22(svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com...tron
2005-10-15(svn r3046) Replace some numbers with sprite names and fix a typo in the spri...tron
2005-10-07(svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte...tron
2005-10-01(svn r3003) Change int, uint, uin16 and byte to EngineID where appropriate, p...tron
2005-09-27(svn r2992) Use PlayerID, StationID and INVALID_STATION instead of int, int a...tron
2005-09-18(svn r2962) - const correctness for all Get* functions and most Draw* functio...Darkvater
2005-09-10(svn r2932) Give the strings consisting of an up/a down arrow symbolic namestron
2005-08-02(svn r2795) -Fix: [Clone vehilcle] all error messages should now tell the rig...bjarni
2005-08-01(svn r2781) Fix some of the issues with variables in .h files.ludde
2005-07-31(svn r2772) Simplify the age notice in the vehicle details windowtron
2005-07-31(svn r2764) -Feature: Clone vehiclesbjarni
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