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 r6053) -Codechange: renamed all IsXXXIndex to IsValidXXXID | truelight |
2006-08-22 | (svn r6052) -Codechange: change OrderType (order->type) in a typedef | 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-20 | (svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant. | rubidium |
2006-08-16 | (svn r5926) -Codechange: make _cur_year contain the full year, instead of the... | rubidium |
2006-08-14 | (svn r5887) -Cleanup: move date related functions, defines and variables to d... | rubidium |
2006-08-09 | (svn r5822) - NewGRF: add support for callback 31, vehicle start/stop check. ... | peter1138 |
2006-08-09 | (svn r5819) - NewGRF: add support for refit costs specified in NewGRF. This m... | peter1138 |
2006-06-29 | (svn r5427) - Codechange: testing for "== true" is redundant. | peter1138 |
2006-06-09 | (svn r5188) - NewGRF: check refit capacity callback when refitting a ship | peter1138 |
2006-06-05 | (svn r5120) Add IsShipInDepot{Stopped,}() and remove some redundant checks | tron |
2006-06-04 | (svn r5104) - When refitting a vehicle to its existing cargo type, don't lose... | peter1138 |
2006-06-04 | (svn r5103) - Add cargo subtype parameter to refit commands (mart3p) | peter1138 |
2006-06-04 | (svn r5094) Remove _new_{aircraft,roadveh,ship,train,wagon}_id. _new_vehicle_... | tron |
2006-06-04 | (svn r5093) -CodeChange: [YAPF] min. debug level changed from 1 to 3 and 4 fo... | KUDr |
2006-05-27 | (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous su... | KUDr |
2006-05-19 | (svn r4910) - NewGRF: add and initialize cargo subtype for vehicle visual var... | peter1138 |
2006-05-11 | (svn r4826) -Fix: [autoreplace] fixed possible problem when autoreplacing and... | bjarni |
2006-04-23 | (svn r4554) Replace magic numbers by TILE_{HEIGHT,SIZE} | tron |
2006-04-21 | (svn r4505) -Fix (FS#94) Ships can now be used to set up feeders as well. | celestar |
2006-04-10 | (svn r4342) Change the first two parameters of commands - virtual pixel coord... | tron |
2006-04-08 | (svn r4321) For ships check the ship state, not the road state. This bug was ... | tron |
2006-04-07 | (svn r4317) -Codechange: More map accessors for ship_cmd. it is now map-acces... | celestar |
2006-04-05 | (svn r4289) -Codechange: Make use of water_map accessors for ships. Make a me... | celestar |
2006-04-04 | (svn r4272) -Codechange: Moved the map-accessing stuff from station.h into st... | celestar |
2006-04-03 | (svn r4246) -Codechange. Replaced about 100 occurences of '16' by TILE_SIZE | celestar |
2006-03-12 | (svn r3832) Replace some magic numbers by (Diag)Direction enums | tron |
2006-03-08 | (svn r3783) Replace further ints and magic numbers by Direction, DiagDirectio... | tron |
2006-03-05 | (svn r3767) Move all direction related enums and functions to a separate header | tron |
2006-03-04 | (svn r3758) Remove the news validation callback. It is superseded by r3757. | tron |
2006-03-04 | (svn r3757) -Feature: Delete news items about vehicles, when they get stale | tron |
2006-02-10 | (svn r3585) Similar changes to the order handlers of the other vehicle types ... | tron |
2006-02-03 | (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch],... | peter1138 |
2006-01-29 | (svn r3472) - [PBS] Remove from trunk. Anyone interested can still find it in... | Darkvater |
2006-01-18 | (svn r3402) -Fix: [building/cloning] added a string telling if build failed d... | bjarni |
2006-01-05 | (svn r3367) Unify the 4 distinct CMD_CHANGE_{AIRCRAFT,ROADVEH,SHIP,TRAIN}_SER... | tron |
2006-01-05 | (svn r3365) Staticise 36 functions | tron |
2005-12-28 | (svn r3352) - NewGRF: Move initialization of vehicle random_bits to DC_EXEC b... | peter1138 |
2005-12-24 | (svn r3339) Remove unnecessary includes | tron |
2005-11-29 | (svn r3248) - Codechange: Change interface of CanRefitTo() to supply the engi... | peter1138 |
2005-11-16 | (svn r3204) Make handling of clicking on vehicles a bit less ugly by avoiding... | tron |
2005-11-14 | (svn r3181) -Bracing | tron |
2005-11-14 | (svn r3177) GB, CLRBIT, HASBIT, TOGGLEBIT | tron |
2005-11-13 | (svn r3172) static, const | tron |
2005-11-08 | (svn r3156) -Fix: removed some cases where autoreplace windows were redrawn w... | bjarni |
2005-10-31 | (svn r3111) -Fix: [autoreplace] [ 1341783 ] Assertion failure in vehicle.c li... | bjarni |
2005-10-30 | (svn r3105) readded 2 line that should not have been removed in last commit(3... | bjarni |
2005-10-30 | (svn r3104) -Codechange: [refit] removed now obsolite code that the old autor... | bjarni |