Age | Commit message (Collapse) | Author |
|
|
|
style
|
|
course be 'static inline bool' (SmatZ)
|
|
a macro (skidd13)
|
|
the color of the text in a DrawString call.
Patch heavily based on BiBB's work (FS#1383)
|
|
showed this one)
|
|
vehicle window allows the main viewport to follow the chosen vehicle.(stevenh)
|
|
|
|
type 'bool' in operation
|
|
list for other players. Patch by SmatZ.
|
|
enumified constants.
|
|
Based on a patch by nycom.
|
|
functions. Based on patches by skidd13, SmatZ and Belugas.
|
|
Vehicle->SetNext() so we can trap instances that change a next pointer and (in the future) update the first/previous pointers based on that.
|
|
a depot.
|
|
|
|
windows that are smaller than the default window size.
|
|
vehicle list, not station or shared order lists.
|
|
(president) name
by index
|
|
|
|
better to use int64 variables in the string generating too instead of packing them into two int32s.
-Fix: some displays of money were wrong.
|
|
place money in some string.
|
|
issues. Thanks to benc for providing the patch.
|
|
easily modified.
|
|
|
|
|
|
can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13.
|
|
strictness.
|
|
|
|
tabs with spaces.
|
|
|
|
corrections...
|
|
Almost done. Yeah. I know, I've already said that...
|
|
CargoID loops.
|
|
coding style (and rest of the code).
|
|
|
|
|
|
mapping is now dealt with only in NewGRF code, on load where possible.
|
|
tables with dynamically generated data. Change associated code to use new functions.
|
|
struct array (with accessor) and implement new initialization method using cargo labels.
|
|
for a certain vehicle type. We have a function to do that
|
|
VEH_Train is 0, VEH_Road is 1 and so on
This means that "v->type" can be used as array indexes instead of VehTypeToIndex() (or "v->type - VEH_Train/0x10 as the code still used in some places)
Surprisingly this can be done without changing the savegame format
|
|
|
|
|
|
STR_AVAILABLE_ROAD_VEHICLES for clarificaton (Tron)
|
|
global vehicle lists to 'Available <vehtype>' as it is a view-only list, not one from which you can purchase (rolling) stock.
|
|
file of it's own
Note: it's the same as r8363, only this time the svn history of autoreplace should be preserved
|
|
|
|
file of it's own
|
|
real static inline functions
|