Age | Commit message (Expand) | Author |
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 train | bjarni |
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 functions | tron |
2006-02-01 | (svn r3511) More whitespace ([FS#46] by Rubidium) | tron |
2006-02-01 | (svn r3510) Fiddle with whitespace and parentheses | tron |
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 |
2005-12-28 | (svn r3351) Make sort criteria selection widgets in player train list consist... | peter1138 |
2005-12-07 | (svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect th... | peter1138 |
2005-11-18 | (svn r3218) -Feature: Multiheaded train engines will now stay in the same train | bjarni |
2005-11-14 | (svn r3181) -Bracing | tron |
2005-11-13 | (svn r3172) static, const | tron |
2005-11-06 | (svn r3148) -NewGRF, Feature: Add support for cargo refitting specification b... | peter1138 |
2005-11-05 | (svn r3139) -NewGRF, Feature: support for articulated rail vehicles. This is ... | peter1138 |
2005-11-04 | (svn r3130) Calculate shorter wagon lengths more precisely in train depot win... | peter1138 |
2005-10-30 | (svn r3107) -NewGRF: Move train y-position offset adjustment to remove code d... | peter1138 |
2005-10-29 | (svn r3099) Copy&pasto in r3098 | tron |
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-16 | (svn r3049) Replace byte/int/uint by RailType where appropriate | tron |
2005-10-15 | (svn r3047) The parameters for the railtype check got flipped in the train bu... | 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-05 | (svn r3019) -Codechange: Replace explicit shifting/anding/oring with GB and SB | tron |
2005-10-03 | (svn r3010) Get rid of quite some dubious casts, either by using GB(), proper... | 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-24 | (svn r2982) Newgrf: Added patch option for wagon speed limits. This is enable... | peter1138 |
2005-09-22 | (svn r2969) -Newgrf: Show a wagon's speed limit in purchase list. | peter1138 |
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 names | tron |
2005-08-03 | (svn r2799) Make the only two non-const widget lists const | tron |