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
|
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 |
|
rubidium
|
0e8f006dc1
|
(svn r8735) -Feature: drive-through road stops made possible by the hard work of mart3p.
|
2007-02-14 16:37:16 +00:00 |
|
rubidium
|
ecfbfbd98c
|
(svn r8726) -Codechange: bools are 1 or 0 according to the C++ standard and refactor RoadStop::AllocateBay to remove a loop condition. Suggestions by Tron.
|
2007-02-14 09:34:12 +00:00 |
|
celestar
|
d9385f2798
|
(svn r8709) -Fix/Codechange: Rename the function GetStationPlatforms into GetPlatformLength because that is what it really does. Overload it because there is already a GetPlatformLength (one gives the length of the whole platform, the other gives the remaining length in a given direction). Turned both functions into methods of Station. While messing around with it, fix a problem where loading times for overhanging trains are miscomputed.
|
2007-02-13 16:36:38 +00:00 |
|
celestar
|
5e880a6a75
|
(svn r8708) -Codechange(r8514): No need to use "this->" in methods
|
2007-02-13 15:44:37 +00:00 |
|
celestar
|
8eab3964b4
|
(svn r8707) -Codechange: Turn IsValidStation into a method of Station
|
2007-02-13 15:42:52 +00:00 |
|
rubidium
|
eab6dd9898
|
(svn r8694) -Codechange: make RoadStop's status accessible via accessor functions.
|
2007-02-13 00:25:42 +00:00 |
|
celestar
|
22dc618582
|
(svn r8536) -Fix (FS#577): Road Vehicles now can obtain a slot even if the station is very spread out
|
2007-02-02 16:51:10 +00:00 |
|
celestar
|
5678febfe2
|
(svn r8514) -Codechange: Turn IsBuoy into a method of stations
|
2007-02-01 16:48:38 +00:00 |
|
tron
|
e3b63e6d83
|
(svn r8449) -Fix
-Codechange: Remove the superfluous attribute RoadStop::prev
|
2007-01-28 21:54:40 +00:00 |
|
celestar
|
600cb8a314
|
(svn r8401) -Codechange: Make 'IsValidRoadStop' a method of RoadStop and rename it to 'IsValid'
-Codechange: While I'm at it, put 'RoadStop::AllocateRaw' into the protected section
|
2007-01-25 08:58:09 +00:00 |
|
KUDr
|
147ca22060
|
(svn r8231) -Fix (r8125): MP desync caused by calling Random() from station constructor. This was wrong because station constructor is called also when loading savegame and when player tries to build station when it is not sure that it will succeed (thanks Rubidium)
|
2007-01-18 09:34:44 +00:00 |
|
tron
|
3be30b8842
|
(svn r8212) -Fix
Remove the unnecessary attribute RoadStop::used. The same information can be derived from RoadStop::xy
|
2007-01-17 22:32:34 +00:00 |
|
tron
|
3d1735fcfd
|
(svn r8207) -Fix
Remove the write-only attribute RoadStop::station
|
2007-01-17 21:14:17 +00:00 |
|
tron
|
f3daa56208
|
(svn r8203) -Fix:
Use initialisers, reduce variable scope, remove spurious whitespace, fix format string to make it readable
|
2007-01-17 20:34:29 +00:00 |
|
celestar
|
8c54793068
|
(svn r8185) -Codechange: Equipped Roadstops with new/delete operators and gave them proper constructors/destructors (Thanks to KUDr for a nice interactive C++ lesson)
|
2007-01-17 11:15:51 +00:00 |
|
KUDr
|
278cf974a4
|
(svn r8138) -Cleanup: comment style corrections
|
2007-01-14 23:36:25 +00:00 |
|
KUDr
|
cd74706c54
|
(svn r8136) -Codechange: Station spread rectangle manipulators turned into StationRect::methods.
|
2007-01-14 23:02:12 +00:00 |
|
tron
|
b028d8c201
|
(svn r8130) Provide struct GoodsEntry with a constructor
|
2007-01-14 20:00:25 +00:00 |
|
KUDr
|
8b65342449
|
(svn r8125) -Codechange: Station is now constructed/destroyed using new/delete operators (don't worry, they still use the same memory pool). Few station related functions turned into Station::methods (just first step). All this new stuff moved from station_cmd.cpp to the new file (station.cpp).
|
2007-01-14 19:18:50 +00:00 |
|