alberth
|
9f3845227e
|
(svn r21273) -Codechange: Return values should start at the same line.
|
2010-11-20 15:44:24 +00:00 |
|
rubidium
|
db3a6485d7
|
(svn r20768) -Codechange: unify send-to-depot commands
|
2010-09-08 18:55:58 +00:00 |
|
yexo
|
6c336d9926
|
(svn r20746) -Fix: set CMD_NO_WATER flag for CmdBuildBridge
|
2010-09-05 15:07:38 +00:00 |
|
yexo
|
0d040f03e6
|
(svn r20729) -Fix [FS#4107]: assert when overbuilding object
|
2010-09-03 21:50:51 +00:00 |
|
rubidium
|
360d6daf34
|
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
|
2010-08-26 22:01:16 +00:00 |
|
rubidium
|
27e45d96a4
|
(svn r20547) -Change: the way order backups are performed. Now restoring an order doesn't require up to 765 commands.
|
2010-08-18 20:48:38 +00:00 |
|
rubidium
|
db8af95d58
|
(svn r20546) -Fix (r20542): starting AIs shouldn't cause an assertion to trigger
|
2010-08-18 18:57:58 +00:00 |
|
rubidium
|
8a9929d702
|
(svn r20542) -Codechange: generalise the setting of "p2" to the ClientID.
|
2010-08-18 17:06:45 +00:00 |
|
rubidium
|
982df3e96b
|
(svn r20536) -Codechange: unify the refitting of vehicles
|
2010-08-18 00:47:31 +00:00 |
|
rubidium
|
c57a5b735a
|
(svn r20532) -Codechange: unify selling of vehicles a bit
|
2010-08-17 23:55:22 +00:00 |
|
rubidium
|
253080ad64
|
(svn r20531) -Codechange: unify quite a bit of the vehicle building commands
|
2010-08-17 23:15:55 +00:00 |
|
rubidium
|
1f2276b785
|
(svn r20411) -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable.
|
2010-08-08 10:59:30 +00:00 |
|
rubidium
|
7fe695dc28
|
(svn r20328) -Codechange: unify the unmovable related commands and make building lighthouses/transmitters actually happen via a command
|
2010-08-02 22:10:05 +00:00 |
|
terkhen
|
ec6cba6b92
|
(svn r20323) -Codechange: Move Delete town code to a command.
|
2010-08-02 21:07:23 +00:00 |
|
terkhen
|
014771848d
|
(svn r20322) -Codechange: Move Expand town code to a command.
|
2010-08-02 21:06:06 +00:00 |
|
rubidium
|
c28f639c40
|
(svn r20013) -Fix [FS#3890]: silence some warnings / take the advice of the warnings into account
|
2010-06-23 14:38:17 +00:00 |
|
frosch
|
65d058723e
|
(svn r19933) -Fix [FS#3804]: Keep _current_company and _local_company in sync during GUI operation.
|
2010-06-05 13:32:42 +00:00 |
|
rubidium
|
63865a5ed7
|
(svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbr
|
2010-05-12 20:50:10 +00:00 |
|
smatz
|
d053f0dcf3
|
(svn r19663) -Fix: in rare cases, update of signals could be missed
|
2010-04-17 20:21:33 +00:00 |
|
rubidium
|
ea7aececf8
|
(svn r19602) -Codechange: add the name of the command to the desync logs
|
2010-04-11 10:11:26 +00:00 |
|
rubidium
|
ff6ec70007
|
(svn r19601) -Fix: make the desync replay parse the "whole" string instead of everything up to the first space; make it log the sync state too
|
2010-04-11 09:54:44 +00:00 |
|
rubidium
|
ff5dfd9c7e
|
(svn r19589) -Change: add some more useful information to the desync log and unify the formatting
|
2010-04-08 21:14:49 +00:00 |
|
alberth
|
72d62fd6fc
|
(svn r19494) -Codechange: Remove _error_message.
|
2010-03-20 17:58:24 +00:00 |
|
alberth
|
efddc16fc3
|
(svn r19419) -Codechange: Use failed CommandCost object to retrieve message instead of _error_message.
|
2010-03-14 14:36:37 +00:00 |
|
alberth
|
cb10444807
|
(svn r19415) -Codechange: Forward CommandCost with an error back to the caller.
|
2010-03-14 12:58:51 +00:00 |
|
alberth
|
19dff3a6b2
|
(svn r19414) -Doc: Several doxygen additions and corrections.
|
2010-03-14 12:39:24 +00:00 |
|
smatz
|
5504b1105e
|
(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit
|
2010-02-24 14:46:15 +00:00 |
|
alberth
|
9e302e5fa1
|
(svn r19130) -Codechange: Use references and inlining in CommandCost.
|
2010-02-14 15:44:21 +00:00 |
|
alberth
|
a2af272a52
|
(svn r19128) -Codechange: CommandCost cost methods return void instead of a copy of *this.
|
2010-02-14 15:30:08 +00:00 |
|
frosch
|
6ade772f01
|
(svn r18975) -Cleanup: CMD_REMOVE_ROAD is unused.
|
2010-01-31 20:55:10 +00:00 |
|
frosch
|
15f0fcf3c4
|
(svn r18974) -Fix [FS#3578]: CMD_BUILD_ROAD missed CMD_AUTO. Also do not access tiles anymore after clearing them; that fails either in test or exec run.
|
2010-01-31 20:28:36 +00:00 |
|
rubidium
|
f618acfb7d
|
(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper functions
|
2010-01-18 22:57:21 +00:00 |
|
rubidium
|
dc94ed8d02
|
(svn r18788) -Codechange: replace macro as without macro it's shorter than with the macro.
|
2010-01-11 22:46:00 +00:00 |
|
rubidium
|
8343a34805
|
(svn r18785) -Codechange: rewrite/rework DoCommandP in order to simplify it, reduce duplication and remove gotos.
|
2010-01-11 20:39:38 +00:00 |
|
rubidium
|
7f1bf45c03
|
(svn r18784) -Codechange: make NetworkSend_Command accept a company instead of using _local_company to pass that information, with the whole mess when you don't want the company to be _local_company.
|
2010-01-11 20:32:32 +00:00 |
|
rubidium
|
9313532ddd
|
(svn r18783) -Codechange: make CheckCompanyHasMoney set an error on the CommandCost it tests when you don't have enough money instead of setting a global variable.
|
2010-01-11 20:21:56 +00:00 |
|
rubidium
|
26b203e3ff
|
(svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not.
-Fix: AIs did update their last cost incorrectly in network games if the cost of the DC_EXEC phase differed from the ~DC_EXEC phase.
|
2010-01-11 18:46:09 +00:00 |
|
rubidium
|
bd9c679873
|
(svn r18292) -Codechange: add a command to set the start date of a timetable. Based on work by PhilSophus.
|
2009-11-25 23:37:15 +00:00 |
|
smatz
|
f7466979b9
|
(svn r18281) -Feature: founding towns in-game (based on work by Belugas, TheJosh, GeekToo, Terkhen and others)
|
2009-11-24 21:18:11 +00:00 |
|
alberth
|
5a97b64d73
|
(svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string.
Gentlemen, swap your string parameters.
|
2009-10-31 19:46:51 +00:00 |
|
rubidium
|
982b8ee5fc
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
smatz
|
a2f43040af
|
(svn r17608) -Codechange: use CmdFoundTown when founding 'Random town' too
|
2009-09-21 20:22:56 +00:00 |
|
smatz
|
e3e180523e
|
(svn r17607) -Fix: when command didn't fail in test run and failed in exec run, error message wasn't set. Affects only few commands
|
2009-09-21 19:40:05 +00:00 |
|
smatz
|
13437a998e
|
(svn r17603) -Codechange: since now, towns are 'founded' instead of 'built'
|
2009-09-21 18:16:00 +00:00 |
|
rubidium
|
06e490fadc
|
(svn r17567) -Fix: some doxygen warnings
|
2009-09-18 14:23:58 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
b3f3ba36db
|
(svn r16990) -Codechange: unify some (command) naming w.r.t. stations/waypoints.
|
2009-07-29 22:32:20 +00:00 |
|
rubidium
|
f62b2f9c7e
|
(svn r16922) -Codechange: unduplicate some vehicle CMD_*s and move the setting of the error message to a single place
|
2009-07-22 23:39:35 +00:00 |
|
smatz
|
e6b8b65fcd
|
(svn r16504) -Fix [FS#2948](r16435): one couldn't build anything in the scenario editor
|
2009-06-02 12:57:47 +00:00 |
|
smatz
|
d8d7a38eb9
|
(svn r16438) -Fix (r16436): set 'old_company' after modifying '_current_company'
|
2009-05-26 21:55:49 +00:00 |
|