Age | Commit message (Expand) | Author |
2006-08-26 | (svn r6142) -Codechange: added WaypointID (sorry DV, couldn't splits it anymore) | truelight |
2006-08-22 | (svn r6055) -Codechange: added GetXXXArraySize, which returns HighestID + 1 (... | truelight |
2006-08-22 | (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit... | rubidium |
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 r5895) Remove dead code | tron |
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-06-28 | (svn r5399) Simplify a conditional expression: (a && b) || (!a && !b) -> a == b | tron |
2006-06-14 | (svn r5262) Add symbolic names for the aircraft subtypes. not perfect, but be... | tron |
2006-04-23 | (svn r4561) - NewGRF: implement most of callback 0x23: additional text in veh... | peter1138 |
2006-04-10 | (svn r4343) [Autoreplace] Fix drawing of train list for outdated engines. Fix... | peter1138 |
2006-04-01 | (svn r4229) [elrail & autoreplace] Always show compatible rail vehicles in th... | peter1138 |
2006-03-31 | (svn r4201) - Codechange: Do for _engine_info[] what we do for _*_vehicle_inf... | peter1138 |
2006-03-29 | (svn r4150) -Feature: Merged elrails into trunk. Thanks to Tron for lots of c... | celestar |
2006-02-20 | (svn r3620) - 2cc: Replace use of macro to determine colour map with a functi... | peter1138 |
2006-02-17 | (svn r3610) And one more (see r3608/r3609) | tron |
2006-02-17 | (svn r3609) Some more simplification in the same function as r3608 | tron |
2006-02-17 | (svn r3608) No functional change, just make some code more comprehensible: Re... | tron |
2006-02-14 | (svn r3605) - Remove silly macro and fix indenting in DrawVehicleRefitWindow() | peter1138 |
2006-02-06 | (svn r3564) Several smaller changes: | tron |
2006-02-04 | (svn r3546) - NewGRF feature: Implement rail vehicle 'property' 0x1A: allows ... | peter1138 |
2006-02-04 | (svn r3535) -Feature: [autoreplace] allow autoreplacing of train wagons | bjarni |
2006-02-03 | (svn r3528) - Feature: Allow sorting of vehicle lists by model or value (base... | peter1138 |
2006-02-03 | (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch],... | peter1138 |
2006-02-01 | (svn r3510) Fiddle with whitespace and parentheses | tron |
2006-01-12 | (svn r3396) - Autoreplace changes: | peter1138 |
2006-01-05 | (svn r3366) Make an unnecessarily global variable local | tron |
2006-01-02 | (svn r3359) - Autoreplace GUI: When starting or stopping a replacement, redra... | peter1138 |
2005-12-29 | (svn r3353) Simplify the automatic length adjustment algorithm for replacing ... | tron |
2005-12-14 | (svn r3298) Remove unused and write-only variables | tron |
2005-12-13 | (svn r3292) - Autoreplace: Disallow replacing to an engine type that already ... | peter1138 |
2005-12-13 | (svn r3291) - Codechange, Autoreplace: Replace int with EngineID and -1 with ... | peter1138 |
2005-12-07 | (svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect th... | peter1138 |
2005-11-26 | (svn r3239) - Codechange: Introduce and use helper functions for engine repla... | 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-07 | (svn r3155) -Feature: [autoreplace] autoreplace can now remove cars from too ... | bjarni |
2005-11-06 | (svn r3148) -NewGRF, Feature: Add support for cargo refitting specification b... | peter1138 |
2005-10-30 | (svn r3106) -Autoreplace feature: Continue to show old vehicles in replace wi... | peter1138 |
2005-10-25 | (svn r3089) Fix possible issue with out-of-bounds array access in replace veh... | peter1138 |
2005-10-24 | (svn r3082) made ChangeVehicleViewWindow() more readable (added in last commit) | bjarni |
2005-10-24 | (svn r3081) -Codechange: [autoreplace] complete rewrite of autoreplace | bjarni |
2005-10-23 | (svn r3078) Some more stuff, which piled up: | tron |
2005-10-18 | (svn r3059) Use bitfields to encode railtype and climates of engines instead ... | tron |
2005-10-16 | (svn r3049) Replace byte/int/uint by RailType where appropriate | tron |
2005-10-16 | (svn r3048) Replace 0/1/2 by RAILTYPE_RAIL/MONO/MAGLEV where appropriate | tron |
2005-10-01 | (svn r3003) Change int, uint, uin16 and byte to EngineID where appropriate, p... | tron |