rubidium
|
77dca1f023
|
(svn r12608) -Fix [FS#1909]: pressing 'Load' did not cancel the full load order.
|
2008-04-07 15:04:00 +00:00 |
|
rubidium
|
f46ae97d8e
|
(svn r12601) -Fix (r12587): do not reset the index of orders (causes loading ancient savegames to loop infinitively.
|
2008-04-07 11:45:53 +00:00 |
|
rubidium
|
c57a1d74c3
|
(svn r12600) -Codechange: make GetNonStopType return a more augmented type; not is there a non-stop order but the kind of non-stop order, so one doesn't need to check _patches.new_nonstop type everywhere.
|
2008-04-07 08:59:04 +00:00 |
|
smatz
|
6af1fb2bdd
|
(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify compiler's decisions about inlining
|
2008-04-06 23:49:45 +00:00 |
|
rubidium
|
d90a041230
|
(svn r12595) -Codechange: hide Order's flags in the last few cases.
|
2008-04-06 21:54:22 +00:00 |
|
rubidium
|
fb1c4eccd8
|
(svn r12593) -Codechange: hide Order's flags in most of the code.
|
2008-04-06 15:09:45 +00:00 |
|
rubidium
|
d6623cf654
|
(svn r12588) -Codechange: do not access the destination of an order directly.
|
2008-04-06 07:48:51 +00:00 |
|
rubidium
|
8cd1795fe3
|
(svn r12587) -Codechange: unduplicate some code in the Unpack*Order functions and move the 'normal' case Pack/Unpack to Order.
|
2008-04-06 07:22:26 +00:00 |
|
rubidium
|
e68b2088ce
|
(svn r12586) -Codechange: do not access an order's refit variables directly.
|
2008-04-06 07:07:21 +00:00 |
|
rubidium
|
5b47f81b0f
|
(svn r12584) -Codechange: do not access the order type directly.
|
2008-04-05 23:36:54 +00:00 |
|
rubidium
|
56e63a6044
|
(svn r12583) -Codechange: make AssignOrder a class function of order.
|
2008-04-05 21:45:05 +00:00 |
|
rubidium
|
669b4bc609
|
(svn r12582) -Codechange: move some (needlessly) static inlined functions from order_base.h to order_cmd.cpp.
|
2008-04-05 20:57:01 +00:00 |
|
rubidium
|
84211a8fea
|
(svn r12581) -Fix (r12580): trains would not stop correctly on intermediate stations when non-stop was not enabled.
|
2008-04-05 19:51:51 +00:00 |
|
rubidium
|
aef20ec54d
|
(svn r12580) -Codechange: merge some logical related to non-stop orders.
|
2008-04-05 15:30:15 +00:00 |
|
rubidium
|
5eb5889954
|
(svn r12578) -Codechange: merge the aircrafts ProcessOrder too into the 'unified' ProcessOrder.
|
2008-04-05 12:01:34 +00:00 |
|
rubidium
|
bdd64495cd
|
(svn r12575) -Codechange: unduplicate Process*Orders for trains, ships and road vehicles.
|
2008-04-05 10:55:50 +00:00 |
|
rubidium
|
6f15d34fe5
|
(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff).
|
2008-03-31 06:42:26 +00:00 |
|
rubidium
|
2edd403656
|
(svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
|
2008-03-31 00:06:17 +00:00 |
|
rubidium
|
4a1035ab95
|
(svn r12488) -Codechange: split order.h into order_base.h and order_func.h.
|
2008-03-30 23:24:18 +00:00 |
|
rubidium
|
450d234745
|
(svn r12466) -Codechange: move DestinationID to a more logical location.
|
2008-03-28 16:31:26 +00:00 |
|
rubidium
|
eeabab4555
|
(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.
|
2008-03-28 08:53:36 +00:00 |
|
glx
|
1976d2d37c
|
(svn r12345) -Fix [FS#1828](r12296): don't try to restore backupped timetable when timetabling is disabled
|
2008-03-05 22:05:22 +00:00 |
|
glx
|
459fd42e1d
|
(svn r12296) -Fix [FS#1549]: restore timetable from backupped orders and add group ID to the backup
|
2008-02-27 21:46:57 +00:00 |
|
smatz
|
507728f46b
|
(svn r12129) -Change [FS#1759]: simplified patch settings for pathfinders (Yorick)
|
2008-02-13 14:21:36 +00:00 |
|
belugas
|
fc4f6dcfb1
|
(svn r12040) -Codechange: Change IsOrderListShared from a simple function to a class member(MagicBuzz).
|
2008-02-02 02:45:09 +00:00 |
|
rubidium
|
9444eb4484
|
(svn r11939) -Codechange: some type fixes and very initial steps into supporting NDS by default. Based on work by Dominik.
|
2008-01-21 23:55:57 +00:00 |
|
rubidium
|
576f8ad93e
|
(svn r11866) -Codechange: swap OFB_* and OF_* so it conceptually in sync with other cases of *B_* vs *_* like VETSB_* and VETS_*.
|
2008-01-15 18:44:22 +00:00 |
|
rubidium
|
5c4150d304
|
(svn r11832) -Codechange: get rid of (quite) some VARDEFs.
|
2008-01-13 13:36:01 +00:00 |
|
rubidium
|
d4e6a6bf57
|
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
|
2008-01-13 01:21:35 +00:00 |
|
peter1138
|
ab8382c0db
|
(svn r11822) -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is
no limit to the amount of names.
-Fix: NewGRF engines could not be renamed.
|
2008-01-12 19:58:06 +00:00 |
|
rubidium
|
ac528411df
|
(svn r11818) -Codechange: split player.h into smaller pieces.
|
2008-01-12 14:10:35 +00:00 |
|
rubidium
|
a3ccdcea36
|
(svn r11777) -Codechange: split the string header and make do not include it when it's not necessary.
|
2008-01-07 14:23:25 +00:00 |
|
rubidium
|
b0ac283aec
|
(svn r11774) -Change: do not include variables.h in a header when it is not needed.
|
2008-01-07 00:57:19 +00:00 |
|
rubidium
|
384503e7d3
|
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
|
2007-12-27 13:35:39 +00:00 |
|
rubidium
|
429521a7d1
|
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
|
2007-12-25 11:26:07 +00:00 |
|
rubidium
|
bf98e25e43
|
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
|
2007-12-25 09:48:53 +00:00 |
|
rubidium
|
9e9cfe6e59
|
(svn r11677) -Codechange: move price and command related types/functions to their respective places.
|
2007-12-21 21:50:46 +00:00 |
|
rubidium
|
433a9f3c09
|
(svn r11675) -Codechange: split the string types from the string functions.
|
2007-12-21 19:49:27 +00:00 |
|
smatz
|
5acc147c1c
|
(svn r11625) -Codechange: add CO_* enum at some places, add includes of order.h too
|
2007-12-12 14:37:35 +00:00 |
|
glx
|
fb1d768924
|
(svn r11618) -Fix: buoys are just waypoints, so don't allow load/unload/transfert for them
|
2007-12-11 17:44:55 +00:00 |
|
skidd13
|
a91c2a4c39
|
(svn r11485) -Codechange: Remove the doubled function ToggleBitT and rename the remaining to fit with the naming style
|
2007-11-20 14:11:19 +00:00 |
|
skidd13
|
5c31a973a1
|
(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style
|
2007-11-19 21:32:20 +00:00 |
|
skidd13
|
71c4325c50
|
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
|
2007-11-19 21:02:30 +00:00 |
|
rubidium
|
c393a28028
|
(svn r11370) -Fix [FS1384]: manually replacing a vehicle with shared orders makes it lose it's order index and service interval. Patch by jthill.
|
2007-11-03 06:20:25 +00:00 |
|
glx
|
8e5480aa16
|
(svn r11214) -Fix [FS#1296]: planes can't use heliports so refuse these orders
|
2007-10-05 22:13:35 +00:00 |
|
rubidium
|
beeae81f60
|
(svn r11184) -Codechange: cleanup the code related to backup orders.
|
2007-09-28 21:15:45 +00:00 |
|
rubidium
|
2dd7a5d296
|
(svn r10773) -Codechange: use pool.CleanPool instead of CleanPool(&pool) and similarly for AddBlock*.
|
2007-08-03 20:18:38 +00:00 |
|
rubidium
|
d751ce56cb
|
(svn r10760) -Codechange: make the order struct use the pool item class as super class.
|
2007-08-02 23:40:19 +00:00 |
|
peter1138
|
fc7418d19d
|
(svn r10314) -Codechange: Refer to vehicle names by index
|
2007-06-24 22:42:11 +00:00 |
|
maedhros
|
cf0118ee63
|
(svn r10236) -Feature: Introduce a form of timetabling for vehicles.
|
2007-06-20 19:17:22 +00:00 |
|