Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-17 | (svn r8185) -Codechange: Equipped Roadstops with new/delete operators and ↵ | celestar | |
gave them proper constructors/destructors (Thanks to KUDr for a nice interactive C++ lesson) | |||
2007-01-14 | (svn r8138) -Cleanup: comment style corrections | KUDr | |
2007-01-14 | (svn r8136) -Codechange: Station spread rectangle manipulators turned into ↵ | KUDr | |
StationRect::methods. | |||
2007-01-14 | (svn r8130) Provide struct GoodsEntry with a constructor | tron | |
2007-01-14 | (svn r8125) -Codechange: Station is now constructed/destroyed using ↵ | KUDr | |
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). |