summaryrefslogtreecommitdiff
path: root/command.c
AgeCommit message (Expand)Author
2006-08-19(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:truelight
2006-06-10(svn r5210) Many small changes which piled up: const, unsigned, variable scop...tron
2006-06-09(svn r5192) - Stylechange: fix bjarni's tabs-instead-of-spaces alignmentpeter1138
2006-06-09(svn r5191) - NewGRF: add cargo refit support for road vehiclespeter1138
2006-04-10(svn r4342) Change the first two parameters of commands - virtual pixel coord...tron
2006-04-03(svn r4246) -Codechange. Replaced about 100 occurences of '16' by TILE_SIZEcelestar
2006-03-12(svn r3827) Remove the global variable _error_message_2, it's only used as lo...tron
2006-01-05(svn r3368) Fix the same type of off-by-one error when checking, if the passe...tron
2006-01-05(svn r3367) Unify the 4 distinct CMD_CHANGE_{AIRCRAFT,ROADVEH,SHIP,TRAIN}_SER...tron
2005-12-30(svn r3357) Fix an off-by-one error in checking if a coordinate passed to a c...tron
2005-12-18(svn r3319) - Fix (regression): "Unnamed Competitors". A result of revision r...Darkvater
2005-12-18(svn r3313) Remove GPMI related changes from trunktron
2005-12-14(svn r3304) -Add: allow AI-events to see the UID of the commandtruelight
2005-12-13(svn r3294) - Fix: use INVALID_STRING_ID instead of -1.Darkvater
2005-12-05(svn r3260) -Add: add events for AIs to check if a command execution failed o...truelight
2005-11-21(svn r3224) -Add: Allow the NewAI to work in Multiplayer Games (switchable vi...truelight
2005-11-15(svn r3187) Simplify overly complicated ifs, especially if (foo) return false...tron
2005-09-14(svn r2951) - Fix: [ 1259345 ] Changing engine in netgame opens train window ...Darkvater
2005-08-07(svn r2828) Only command.c needs to know about _docommand_recursive, so make ...tron
2005-07-31(svn r2764) -Feature: Clone vehiclesbjarni
2005-07-26(svn r2720) Remove unused declarations and definitionstron
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-22(svn r2673) Include functions.h directly, not globally via openttd.htron
2005-07-21(svn r2669) Shuffle some more stuff around to reduce dependenciestron
2005-06-25(svn r2486) Turn TILE_FROM_XY into an inline function and rename it to TileVi...tron
2005-06-21(svn r2468) -Codechange: Got rid of DEREF_PLAYER and replaced it by GetPlayercelestar
2005-06-02(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.Darkvater
2005-05-30(svn r2383) - Fix: Monkey-testing turned up some command crashes.Darkvater
2005-05-17(svn r2343) - Fix (regression): dedicated server caused desyncs with its comm...Darkvater
2005-05-17(svn r2339) - Fix: on a dedicated server, after the joining of a player, the ...Darkvater
2005-05-15(svn r2324) Introduce _cmd_text for passing strings with a command instead of...tron
2005-05-14(svn r2308) - Fix: enforce server-only and/or offline commands by giving them...Darkvater
2005-05-14(svn r2306) - CodeChange: Check the last commands; refits. This needed an ext...Darkvater
2005-05-12(svn r2300) - CodeChange: check the last number of commands, now only the ref...Darkvater
2005-05-12(svn r2298) - CodeChange: removed CmdAbuses: CmdSetTownNameType(), CmdStartNe...Darkvater
2005-05-11(svn r2290) - CodeChange: protect the next batch of commands. This brings us ...Darkvater
2005-05-09(svn r2288) - CodeChange: protected the next batch of commands (41 so far, ou...Darkvater
2005-05-09(svn r2286) - CodeChange: paramcheck the next batch of commands.Darkvater
2005-05-07(svn r2280) - Fix: Check if the passed tile to DoCommand is within the curren...Darkvater
2005-04-25(svn r2232) Remove unused commandstron
2005-04-15(svn r2206) - Regression Fix: slight typo of res2 into res, this also fixes r...Darkvater
2005-04-15(svn r2205) - Fixup of revision 2200, not twice CMD_REMOVE_LONG_ROAD :p. Than...Darkvater
2005-04-14(svn r2200) - Fix [ 1179892 ] click & drag removal of road assertion fail. Ad...Darkvater
2005-04-14(svn r2195) Add CmdFailed() as the One True Way(tm) to check if a command fai...tron
2005-04-02(svn r2127) Get rid again of the CmdSetNewMapSize(), which was agreed to be j...pasky
2005-04-02(svn r2125) - Feature: In the intro dialog, show a map size selector below th...pasky
2005-02-04(svn r1791) Remove the remnants of CMD_DESTROY_INDUSTRY, which was removed a ...tron
2005-01-30(svn r1731) - Fix: [ 1106930 ] BugFix: placing signals with 2x1 drags workaro...darkvater
2005-01-29(svn r1721) -Feature: It is now possible to build multiple road stations (up ...celestar
2005-01-22(svn r1594) Convert all undefined parameter lists to (void) and add the appro...tron