rubidium
|
dc80195754
|
(svn r10999) -Codechange: unify the way the running cost of a vehicle is determined. Patch by nycom.
|
2007-08-29 21:27:16 +00:00 |
|
rubidium
|
3f3b013b99
|
(svn r10999) -Codechange: unify the way the running cost of a vehicle is determined. Patch by nycom.
|
2007-08-29 21:27:16 +00:00 |
|
rubidium
|
5e5d36d6b4
|
(svn r10995) -Codechange: unify the way to get the displayed maxium speed of a vehicle. Patch by nycom.
|
2007-08-28 06:46:33 +00:00 |
|
rubidium
|
2179faf5c8
|
(svn r10995) -Codechange: unify the way to get the displayed maxium speed of a vehicle. Patch by nycom.
|
2007-08-28 06:46:33 +00:00 |
|
rubidium
|
9e630945b2
|
(svn r10985) -Codechange: unify/remove duplicate CcClone(Aircraft|RoadVeh|Ship|Train) in favour of CcCloneVehicle.
|
2007-08-26 21:21:59 +00:00 |
|
rubidium
|
3c919e36a7
|
(svn r10985) -Codechange: unify/remove duplicate CcClone(Aircraft|RoadVeh|Ship|Train) in favour of CcCloneVehicle.
|
2007-08-26 21:21:59 +00:00 |
|
rubidium
|
91d18ebd17
|
(svn r10984) -Codechange: unify the way one can get the current speed in the same forwat so we can display it.
|
2007-08-26 20:43:22 +00:00 |
|
rubidium
|
a5b32d8d72
|
(svn r10984) -Codechange: unify the way one can get the current speed in the same forwat so we can display it.
|
2007-08-26 20:43:22 +00:00 |
|
rubidium
|
dfe851e02f
|
(svn r10798) -Fix [FS#1105]: virtual functions do not work in destructors :(.
|
2007-08-05 17:43:04 +00:00 |
|
rubidium
|
ab5fa3add2
|
(svn r10798) -Fix [FS#1105]: virtual functions do not work in destructors :(.
|
2007-08-05 17:43:04 +00:00 |
|
rubidium
|
59d33d0f7c
|
(svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var.
|
2007-07-24 17:01:23 +00:00 |
|
rubidium
|
5d3f058b65
|
(svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var.
|
2007-07-24 17:01:23 +00:00 |
|
rubidium
|
ec137f60ed
|
(svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a Tick method in the Vehicle class.
|
2007-07-01 19:24:54 +00:00 |
|
rubidium
|
90f85c957a
|
(svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a Tick method in the Vehicle class.
|
2007-07-01 19:24:54 +00:00 |
|
rubidium
|
c0e341ee05
|
(svn r10408) -Codechange: make GetImage a class method of Vehicle instead of Get(Aircraft|RoadVeh|Ship|Train)Image.
|
2007-07-01 19:11:47 +00:00 |
|
rubidium
|
83a880c882
|
(svn r10408) -Codechange: make GetImage a class method of Vehicle instead of Get(Aircraft|RoadVeh|Ship|Train)Image.
|
2007-07-01 19:11:47 +00:00 |
|
maedhros
|
fa548f1a6f
|
(svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace individual checks depending on the vehicle type.
|
2007-06-01 12:03:10 +00:00 |
|
maedhros
|
4acf3e4c3f
|
(svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace individual checks depending on the vehicle type.
|
2007-06-01 12:03:10 +00:00 |
|
rubidium
|
0297ce53a8
|
(svn r9765) -Codechange: constify some class functions.
|
2007-05-02 09:39:11 +00:00 |
|
rubidium
|
951c74806f
|
(svn r9765) -Codechange: constify some class functions.
|
2007-05-02 09:39:11 +00:00 |
|
rubidium
|
5e4c9ad875
|
(svn r9764) -Codechange: replace some lookup tables by functions.
|
2007-05-02 09:29:41 +00:00 |
|
rubidium
|
dce7dcb664
|
(svn r9764) -Codechange: replace some lookup tables by functions.
|
2007-05-02 09:29:41 +00:00 |
|
rubidium
|
5a46c763f0
|
(svn r9760) -Codechange: remove the need for saving some vehicle variables.
|
2007-05-01 16:35:14 +00:00 |
|
rubidium
|
a4e045a3fb
|
(svn r9760) -Codechange: remove the need for saving some vehicle variables.
|
2007-05-01 16:35:14 +00:00 |
|
rubidium
|
df59f5cd15
|
(svn r9755) -Codechange: refactor some more of the begin loading stuff.
|
2007-04-29 22:33:51 +00:00 |
|
rubidium
|
ec9ac99d01
|
(svn r9755) -Codechange: refactor some more of the begin loading stuff.
|
2007-04-29 22:33:51 +00:00 |
|
rubidium
|
0def47a3b0
|
(svn r9754) -Codechange: make classes for all vehicle types, so we can make nicer/better maintainable code, i.e. virtual methods instead of switches.
|
2007-04-29 21:24:08 +00:00 |
|
rubidium
|
202009522c
|
(svn r9754) -Codechange: make classes for all vehicle types, so we can make nicer/better maintainable code, i.e. virtual methods instead of switches.
|
2007-04-29 21:24:08 +00:00 |
|
peter1138
|
0d32783f87
|
(svn r9671) -Codechange: Implement NewGRF callback 36, which allows changing of various properties which were previously static. Vehicle max speed and train power/te/running costs are adjustable.
|
2007-04-18 18:37:40 +00:00 |
|
peter1138
|
41cf2fa69b
|
(svn r9671) -Codechange: Implement NewGRF callback 36, which allows changing of various properties which were previously static. Vehicle max speed and train power/te/running costs are adjustable.
|
2007-04-18 18:37:40 +00:00 |
|
belugas
|
b52ce40496
|
(svn r9551) -Documentation: Some more doxygen work
|
2007-04-03 16:12:28 +00:00 |
|
belugas
|
56943ab584
|
(svn r9551) -Documentation: Some more doxygen work
|
2007-04-03 16:12:28 +00:00 |
|
rubidium
|
b961ef336e
|
(svn r9546) -Fix (r9545): several typos...
|
2007-04-02 15:08:36 +00:00 |
|
rubidium
|
48c23d27f3
|
(svn r9546) -Fix (r9545): several typos...
|
2007-04-02 15:08:36 +00:00 |
|
belugas
|
0e33549b7f
|
(svn r9545) -Documentation: Some corrections to previous doxygen work
|
2007-04-02 14:20:31 +00:00 |
|
belugas
|
d58f9ef7b4
|
(svn r9545) -Documentation: Some corrections to previous doxygen work
|
2007-04-02 14:20:31 +00:00 |
|
rubidium
|
36cea84b11
|
(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code).
|
2007-03-08 16:27:54 +00:00 |
|
rubidium
|
ce919e8c71
|
(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code).
|
2007-03-08 16:27:54 +00:00 |
|
rubidium
|
979ccd45ba
|
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
|
2007-03-07 12:11:48 +00:00 |
|
rubidium
|
24c4d5b06d
|
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
|
2007-03-07 12:11:48 +00:00 |
|
glx
|
b03db3c381
|
(svn r9048) -Fix r9040: non-bool used as bool
|
2007-03-06 23:27:14 +00:00 |
|
glx
|
0b5cbecd3d
|
(svn r9048) -Fix r9040: non-bool used as bool
|
2007-03-06 23:27:14 +00:00 |
|
bjarni
|
13c72c07d6
|
(svn r9040) -Codechange: the build window and CmdBuildAircraft() now shares the code to figure out if an aircraft is buildable in the hangar in question
This should help ensuring that the build command and the list are consistent in what aircraft are buildable
|
2007-03-06 22:11:58 +00:00 |
|
bjarni
|
f61f1962c5
|
(svn r9040) -Codechange: the build window and CmdBuildAircraft() now shares the code to figure out if an aircraft is buildable in the hangar in question
This should help ensuring that the build command and the list are consistent in what aircraft are buildable
|
2007-03-06 22:11:58 +00:00 |
|
celestar
|
dfa3c0aae1
|
(svn r8857) -Documentation: Added some doxygen @file tags, repaired others (the @file tag MUST be found before any line of code, that includes preprocessor directives).
|
2007-02-23 08:37:33 +00:00 |
|
celestar
|
0ed4b64e64
|
(svn r8857) -Documentation: Added some doxygen @file tags, repaired others (the @file tag MUST be found before any line of code, that includes preprocessor directives).
|
2007-02-23 08:37:33 +00:00 |
|
belugas
|
b1b5aecae9
|
(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style
|
2007-02-23 01:48:53 +00:00 |
|
belugas
|
a723770836
|
(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style
|
2007-02-23 01:48:53 +00:00 |
|
tron
|
27f48c5dda
|
(svn r8822) -Fix
Variable scope, const
|
2007-02-20 06:39:09 +00:00 |
|
tron
|
41d526415c
|
(svn r8822) -Fix
Variable scope, const
|
2007-02-20 06:39:09 +00:00 |
|