rubidium
|
0f7cee89d8
|
(svn r18377) -Codechange: add 'cache' of the tile area of truck and bus stops.
|
2009-12-02 16:20:44 +00:00 |
|
rubidium
|
224f4e0197
|
(svn r18028) -Codechange: unglobalise some functions
|
2009-11-09 10:40:33 +00:00 |
|
rubidium
|
079b7fa034
|
(svn r17816) -Codechange: move the CargoList invalidation-after-saveload to the function that handles the CargoPackets instead of spreading it around over the saveload files. Also add some code to validate whether the caches are valid; to be removed later when no problems turn up
|
2009-10-20 12:20:53 +00:00 |
|
rubidium
|
ef38feefda
|
(svn r17807) -Codechange: move all 'updates' just after the 'load' constructor of CargoPackets to the constructor call itself
|
2009-10-18 17:52:44 +00:00 |
|
rubidium
|
10428de7a3
|
(svn r17727) -Codechange: some coding style and documentation fixes
|
2009-10-06 19:52:27 +00:00 |
|
rubidium
|
ec3a0dc064
|
(svn r17720) -Codechange: guard the CargoPacket variables that are cached in CargoLists so they cannot be written from outside the CargoList class (based on patch by fonsinchen)
|
2009-10-06 17:23:15 +00:00 |
|
rubidium
|
982b8ee5fc
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
smatz
|
c3a80f1518
|
(svn r17589) -Codechange: rename town_acc to always_accepted
|
2009-09-20 17:44:33 +00:00 |
|
smatz
|
5d622fd840
|
(svn r17439) -Fix (r17436): you weren't paid for cargo delivered to houses and headquarters anymore
|
2009-09-07 07:39:08 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
smatz
|
98bc2e8d2b
|
(svn r17069) -Fix (r17004): invalid read when converting old waypoints
|
2009-08-05 14:12:39 +00:00 |
|
rubidium
|
a1e60a0085
|
(svn r17004) -Fix (r16909): StationRect of loading buoys/waypoints wasn't correctly set when loading 'old' games.
|
2009-07-31 19:04:22 +00:00 |
|
rubidium
|
1ab2d22318
|
(svn r16993) -Change: make the rail waypoint builder draggable
|
2009-07-30 17:44:13 +00:00 |
|
rubidium
|
34cb882127
|
(svn r16988) -Codechange: unify the code for removing (parts of) stations and waypoints
|
2009-07-29 22:09:05 +00:00 |
|
rubidium
|
58563eafa7
|
(svn r16947) -Codechange: use TileArea instead of train_tile, trainst_w and trainst_h.
|
2009-07-25 08:54:19 +00:00 |
|
rubidium
|
c02c85d645
|
(svn r16944) -Codechange: remove needlessly complex way of getting the offset of items within a struct that are within a struct
|
2009-07-24 19:09:48 +00:00 |
|
rubidium
|
6435dc89fe
|
(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h
|
2009-07-22 10:18:19 +00:00 |
|
rubidium
|
100cb17fa8
|
(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types.
-Change: make (rail) waypoints sub classes of 'base stations', make buoys waypoints and unify code between them where possible.
|
2009-07-22 08:59:57 +00:00 |
|
rubidium
|
e56535fda5
|
(svn r16735) -Codechange: had_vehicle_of_type only stored 7 bits, all less that bit 7... but it was a word wasting space etc.
|
2009-07-04 11:24:25 +00:00 |
|
smatz
|
61a42f42c1
|
(svn r16640) -Codechange: move roadstop stuff to separate files
|
2009-06-23 21:44:48 +00:00 |
|
smatz
|
769de62daf
|
(svn r16338) -Codechange: split loading of references to two phases
In the first phase, indexes are stored. In the second phase, indexes are checked for validity and converted to pointers
|
2009-05-17 16:28:29 +00:00 |
|
rubidium
|
57a7313ea5
|
(svn r16328) -Fix: desync when removing lots of stations
|
2009-05-17 10:19:00 +00:00 |
|
peter1138
|
4b1728079c
|
(svn r15436) -Codechange: Return index of station spec within station class as a return parameter of GetCustomStationSpecByGrf(), as the index is already known. Saves on an extra loop and an extern...
|
2009-02-09 22:49:28 +00:00 |
|
smatz
|
91233ea596
|
(svn r14828) -Codechange: move most of save/load-specific code to separate files
|
2009-01-04 15:32:25 +00:00 |
|