Age | Commit message (Expand) | Author |
2006-11-10 | (svn r7125) -Fix: Several errors/glitches related to multiplayer and bankrupc... | Darkvater |
2006-10-14 | (svn r6776) -Codechange: Use IsValidPlayer() function to determine of a Playe... | Darkvater |
2006-10-14 | (svn r6774) -Codechange: Rename the badly named OWNER_SPECTATOR to PLAYER_SPE... | Darkvater |
2006-10-03 | (svn r6624) -Feature: added ability to add refit commands to vehicle orders (... | bjarni |
2006-09-28 | (svn r6552) -Feature: [depot window] added a "autoreplace all vehicles in dep... | bjarni |
2006-09-28 | (svn r6544) - Codechange: Rename CmdReplaceVehicle to CmdSetAutoReplace, to r... | peter1138 |
2006-09-27 | (svn r6542) -Feature: [depot window] added a "sell all vehicles in depot" button | bjarni |
2006-09-26 | (svn r6515) -Feature: added "start all" and "stop all" buttons to the depot w... | bjarni |
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 alignment | peter1138 |
2006-06-09 | (svn r5191) - NewGRF: add cargo refit support for road vehicles | peter1138 |
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_SIZE | celestar |
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 trunk | tron |
2005-12-14 | (svn r3304) -Add: allow AI-events to see the UID of the command | truelight |
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 vehicles | bjarni |
2005-07-26 | (svn r2720) Remove unused declarations and definitions | tron |
2005-07-24 | (svn r2701) Insert Id tags into all source files | tron |
2005-07-22 | (svn r2673) Include functions.h directly, not globally via openttd.h | tron |
2005-07-21 | (svn r2669) Shuffle some more stuff around to reduce dependencies | tron |
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 GetPlayer | celestar |
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 commands | tron |
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 |