Age | Commit message (Expand) | Author |
2010-04-08 | (svn r19589) -Change: add some more useful information to the desync log and ... | rubidium |
2010-03-20 | (svn r19494) -Codechange: Remove _error_message. | alberth |
2010-03-14 | (svn r19419) -Codechange: Use failed CommandCost object to retrieve message i... | alberth |
2010-03-14 | (svn r19415) -Codechange: Forward CommandCost with an error back to the caller. | alberth |
2010-03-14 | (svn r19414) -Doc: Several doxygen additions and corrections. | alberth |
2010-02-24 | (svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit | smatz |
2010-02-14 | (svn r19130) -Codechange: Use references and inlining in CommandCost. | alberth |
2010-02-14 | (svn r19128) -Codechange: CommandCost cost methods return void instead of a c... | alberth |
2010-01-31 | (svn r18975) -Cleanup: CMD_REMOVE_ROAD is unused. | frosch |
2010-01-31 | (svn r18974) -Fix [FS#3578]: CMD_BUILD_ROAD missed CMD_AUTO. Also do not acce... | frosch |
2010-01-18 | (svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper... | rubidium |
2010-01-11 | (svn r18788) -Codechange: replace macro as without macro it's shorter than wi... | rubidium |
2010-01-11 | (svn r18785) -Codechange: rewrite/rework DoCommandP in order to simplify it, ... | rubidium |
2010-01-11 | (svn r18784) -Codechange: make NetworkSend_Command accept a company instead o... | rubidium |
2010-01-11 | (svn r18783) -Codechange: make CheckCompanyHasMoney set an error on the Comma... | rubidium |
2010-01-11 | (svn r18781) -Codechange: pass the CommandCost to the callback instead of whe... | rubidium |
2009-11-25 | (svn r18292) -Codechange: add a command to set the start date of a timetable.... | rubidium |
2009-11-24 | (svn r18281) -Feature: founding towns in-game (based on work by Belugas, TheJ... | smatz |
2009-10-31 | (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string bef... | alberth |
2009-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium |
2009-09-21 | (svn r17608) -Codechange: use CmdFoundTown when founding 'Random town' too | smatz |
2009-09-21 | (svn r17607) -Fix: when command didn't fail in test run and failed in exec ru... | smatz |
2009-09-21 | (svn r17603) -Codechange: since now, towns are 'founded' instead of 'built' | smatz |
2009-09-18 | (svn r17567) -Fix: some doxygen warnings | rubidium |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-07-29 | (svn r16990) -Codechange: unify some (command) naming w.r.t. stations/waypoints. | rubidium |
2009-07-22 | (svn r16922) -Codechange: unduplicate some vehicle CMD_*s and move the settin... | rubidium |
2009-06-02 | (svn r16504) -Fix [FS#2948](r16435): one couldn't build anything in the scena... | smatz |
2009-05-26 | (svn r16438) -Fix (r16436): set 'old_company' after modifying '_current_company' | smatz |
2009-05-26 | (svn r16436) -Codechange: always execute 'spectator'/'server' commands as spe... | rubidium |
2009-05-26 | (svn r16435) -Codechange: don't require the 'user company 0' hack for commands. | rubidium |
2009-05-26 | (svn r16429) -Change: Make the company settings behave like all others settin... | yexo |
2009-05-18 | (svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsV... | smatz |
2009-05-17 | (svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal... | smatz |
2009-05-16 | (svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index) | smatz |
2009-04-21 | (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t... | rubidium |
2009-03-15 | (svn r15718) -Cleanup: apply some comment coding style on the rest of the sou... | rubidium |
2009-02-09 | (svn r15434) -Codechange: bit of type safety for the DC_xxx flags. | rubidium |
2009-02-09 | (svn r15428) -Codechange: consistently use colour instead of having both colo... | rubidium |
2009-02-08 | (svn r15410) -Cleanup: get rid of most of the references to the 'patches' exc... | rubidium |
2009-02-07 | (svn r15402) -Codechange: verify _current_company didn't change when executin... | smatz |
2009-02-07 | (svn r15395) -Fix [FS#2611] (r15377): one couldn't reset companies anymore in... | rubidium |
2009-02-04 | (svn r15337) -Fix: don't allow a spectating server to build stuff. | rubidium |
2009-02-04 | (svn r15335) -Change: use the patch change mechanism to change the road side ... | rubidium |
2009-01-31 | (svn r15299) -Cleanup: remove many redundant includes | smatz |
2009-01-21 | (svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map. | Yexo |
2009-01-12 | (svn r15039) -Codechange: fix comments regarding old AI, remove one old AI hack | smatz |
2009-01-12 | (svn r15014) -Codechange: Add a helper function to get the needed DC_xxx flag... | frosch |
2009-01-08 | (svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus) | rubidium |
2009-01-08 | (svn r14916) -Codechange: make it possible to send CommandContainers directly... | rubidium |