summaryrefslogtreecommitdiff
path: root/train_gui.c
AgeCommit message (Expand)Author
2006-08-22(svn r6046) CodeChange : Rename WWT_5 Widget type to WWT_LABEL : a centered ...belugas
2006-08-22(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit...rubidium
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-12(svn r5853) -Fix: [elrails] FS#178 Electric Trains can leave Conventional Depotbjarni
2006-07-26(svn r5609) CodeChange : Apply coding stylebelugas
2006-06-28(svn r5404) Fix (r5391) : Yet another typo. Nothing specatular :)belugas
2006-06-27(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectaculartron
2006-06-20(svn r5318) - Allow room for a single pixel overflow on the first engine when...peter1138
2006-06-18(svn r5309) Partially fix the rail header dependency fiasco: rail_map.h now d...tron
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-04(svn r5094) Remove _new_{aircraft,roadveh,ship,train,wagon}_id. _new_vehicle_...tron
2006-05-30(svn r5046) - Implement smooth horizontal depot scrolling by setting up a cli...peter1138
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-05-14(svn r4869) - NewGRF: support setting train list vehicle width to 32 instead ...peter1138
2006-05-14(svn r4868) - Codechange: in the train detail window, don't call DrawTrainIma...peter1138
2006-05-08(svn r4781) - NewGRF: give _traininfo_vehicle_pitch a proper declarationpeter1138
2006-04-28(svn r4610) - If a wagon has a capacity of 0 (zero), display it in the purcha...peter1138
2006-04-23(svn r4562) - NewGRF: Add additional vehicle text to train engine and wagon p...peter1138
2006-04-10(svn r4342) Change the first two parameters of commands - virtual pixel coord...tron
2006-04-08(svn r4322) - Codechange: Remove conversion of kmh to mph from gui code to wi...peter1138
2006-03-31(svn r4211) - Removed measuring units from the names of two strings.peter1138
2006-03-31(svn r4201) - Codechange: Do for _engine_info[] what we do for _*_vehicle_inf...peter1138
2006-03-31(svn r4192) - Fix: In the depot, moving wagons from the end of a very long tr...peter1138
2006-03-29(svn r4150) -Feature: Merged elrails into trunk. Thanks to Tron for lots of c...celestar
2006-03-18(svn r3944) -Feature: it's now possible to turn a single unit in a trainbjarni
2006-03-17(svn r3916) Get/Set the rail type by [GS]etRailType{Crossing,OnBridge,}()tron
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-11(svn r3588) - Refit: Use only one global to return the refit capacity rather ...peter1138
2006-02-04(svn r3546) - NewGRF feature: Implement rail vehicle 'property' 0x1A: allows ...peter1138
2006-02-03(svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch],...peter1138
2006-02-02(svn r3521) - Feature: Allow trains details view to be resized.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-02-01(svn r3510) Fiddle with whitespace and parenthesestron
2006-01-21(svn r3415) - Fix: Disable the clone and refit buttons in the train view when...peter1138
2006-01-07(svn r3388) - NewGRF: Allow train running cost class to differ from engine cl...peter1138
2006-01-06(svn r3370) Improve alignment of text within total cargo tab of train view wi...peter1138
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