frosch
|
14c1a7ad0b
|
(svn r27571) -Codechange: Consistent naming for command callbacks which play a sound effect.
|
2016-05-22 10:07:48 +00:00 |
|
michi_cc
|
83a0b3cf1d
|
(svn r24139) -Add: Creating a new vehicle group by drag and drop. (Based on patch by Juanjo)
|
2012-04-17 19:44:16 +00:00 |
|
truebrain
|
f66f27d249
|
(svn r23604) -Add: initial support for GameScripts
|
2011-12-19 20:50:54 +00:00 |
|
truebrain
|
ff5775638c
|
(svn r23361) -Codechange: move multiplayer DoCommand callback code so other script users can call their own
|
2011-11-29 23:21:42 +00:00 |
|
rubidium
|
1cd3dac854
|
(svn r23215) -Codechange: stricter type safety for CommandFlags
|
2011-11-14 20:38:56 +00:00 |
|
rubidium
|
f0ad5fd749
|
(svn r21844) -Codechange: move documentation towards the code to make it more likely to be updates [a-c].
|
2011-01-18 22:17:15 +00:00 |
|
rubidium
|
78054d7ad5
|
(svn r21427) -Add: helper function to determine whether a command may be executed
|
2010-12-07 21:08:35 +00:00 |
|
rubidium
|
c7066d00af
|
(svn r21358) -Codechange: make some network function names conform to coding style
|
2010-11-30 13:38:46 +00:00 |
|
smatz
|
691261674a
|
(svn r19714) -Feature: ctrl+click on a vehicle to start/stop it
|
2010-04-24 20:55:51 +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 |
|
alberth
|
72d62fd6fc
|
(svn r19494) -Codechange: Remove _error_message.
|
2010-03-20 17:58:24 +00:00 |
|
alberth
|
68213d25ab
|
(svn r19423) -Codechange: Move error message reporting of industry build in SE to a callback.
|
2010-03-14 19:59:45 +00:00 |
|
terkhen
|
6ccd15fd08
|
(svn r19227) -Codechange: Reorganization of parameters at CmdBuildRoadStop.
|
2010-02-24 21:45:23 +00:00 |
|
rubidium
|
f618acfb7d
|
(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper functions
|
2010-01-18 22:57:21 +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
|
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
|
8bdeb2cab6
|
(svn r18779) -Codechange: merge the command callbacks of the primary vehicles; they are identical
|
2010-01-11 18:34:02 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
5c8cf85613
|
(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.
|
2009-02-09 21:20:05 +00:00 |
|
Yexo
|
e3c69b7c4e
|
(svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map.
|
2009-01-21 02:31:55 +00:00 |
|
frosch
|
5dcb9e63e3
|
(svn r15014) -Codechange: Add a helper function to get the needed DC_xxx flags from the result of GetCommandFlags().
|
2009-01-12 15:27:39 +00:00 |
|
rubidium
|
78c43297e2
|
(svn r14916) -Codechange: make it possible to send CommandContainers directly to DoCommand(P).
|
2009-01-08 14:55:28 +00:00 |
|
rubidium
|
e83cca7d13
|
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter.
|
2008-12-28 14:37:19 +00:00 |
|
rubidium
|
df12937f19
|
(svn r11839) -Codechange: move some variables from variables.h to a more logical location.
|
2008-01-13 21:41:24 +00:00 |
|
rubidium
|
3074bca136
|
(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.
|
2007-12-21 22:50:51 +00:00 |
|
rubidium
|
766551b0bc
|
(svn r11677) -Codechange: move price and command related types/functions to their respective places.
|
2007-12-21 21:50:46 +00:00 |
|