truebrain
|
1c9bec1999
|
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC)
|
2011-12-20 17:57:56 +00:00 |
|
smatz
|
33d283fdb1
|
(svn r23588) -Codechange: use the 'final' keyword so compiler can optimise out some indirect calls
|
2011-12-18 17:17:18 +00:00 |
|
rubidium
|
1a515e6344
|
(svn r22405) -Document: some more "random-ish" tidbits
|
2011-05-01 19:14:12 +00:00 |
|
alberth
|
7303f7d199
|
(svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines.
|
2010-12-22 11:46:41 +00:00 |
|
rubidium
|
af18c30f30
|
(svn r20816) -Codechange [FS#3835]: make waypoint default names work like depots, stations and vehicles (Krille)
|
2010-09-16 16:31:57 +00:00 |
|
rubidium
|
863ff6522b
|
(svn r19798) -Codechange: generalise the waypoint naming method
|
2010-05-12 18:31:39 +00:00 |
|
rubidium
|
3626eb340e
|
(svn r19141) -Fix [FS#3619] (r18421): look-ahead for multitile waypoints 'made up' data that shouldn't go into the cache, causing desyncs in MP
|
2010-02-15 23:55:04 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
e473e69ba4
|
(svn r16976) -Codechange: remove WaypointID and MAX_LENGTH constants in favour of their Station variants
|
2009-07-28 21:06:38 +00:00 |
|
rubidium
|
c3d2c47faa
|
(svn r16940) -Codechange: make the pathfinders behave the same when finding waypoints or stations, i.e. don't force exactly one destination tile for a waypoint
|
2009-07-24 15:18:25 +00:00 |
|
rubidium
|
6e3d999dce
|
(svn r16914) -Codechange: split Station and BaseStation into different files
|
2009-07-22 11:35:35 +00:00 |
|
rubidium
|
cb0409fe52
|
(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h
|
2009-07-22 10:18:19 +00:00 |
|