Age | Commit message (Expand) | Author |
2010-01-30 | (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a param... | frosch |
2010-01-29 | (svn r18956) -Update: NoAI changelog | yexo |
2010-01-29 | (svn r18955) -Feature: [NoAI] introduce GetBuildCost functions in several cla... | yexo |
2010-01-29 | (svn r18953) -Feature: [NoAI] allow editing AI settings while an AI is running | yexo |
2010-01-29 | (svn r18947) -Fix [FS#1510]: after clicking move up/move down in the newgrf/a... | yexo |
2010-01-29 | (svn r18946) -Fix: it was possible to change AI settings without changing to ... | yexo |
2010-01-29 | (svn r18944) -Change [FS#3232]: use the highest version of an AI that can loa... | yexo |
2010-01-27 | (svn r18930) -Fix: [NoAI] Autoreplace is also valid for the default group. | frosch |
2010-01-27 | (svn r18925) -Fix (r18924): a waypoint can have a buoy but no rail waypoint tile | yexo |
2010-01-27 | (svn r18924) -Fix [NoAI]: AIOrder::GetOrderDestination could return a non-way... | yexo |
2010-01-21 | (svn r18881) -Codechange: make the AI debug window look nicer when not at its... | rubidium |
2010-01-21 | (svn r18877) -Change: make the default size of the AI debug window bigger so ... | yexo |
2010-01-18 | (svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper... | rubidium |
2010-01-18 | (svn r18862) -Fix [FS#3544]: don't pass AI strings through iconv | rubidium |
2010-01-18 | (svn r18860) -Codechange: introduce a wrapper to get an hangar tile from a st... | yexo |
2010-01-15 | (svn r18811) -Fix (r18803): also swap the parameters for the AI API | rubidium |
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if... | rubidium |
2010-01-15 | (svn r18807) -Codechange: introduce AirportSpec and move several non-statemac... | yexo |
2010-01-11 | (svn r18786) -Fix [FS#3507]: NoAI's custom implementation of DoCommandP has s... | rubidium |
2010-01-11 | (svn r18784) -Codechange: make NetworkSend_Command accept a company instead o... | rubidium |
2010-01-11 | (svn r18781) -Codechange: pass the CommandCost to the callback instead of whe... | rubidium |
2010-01-10 | (svn r18777) -Codechange: remove some unused parameters from a function | rubidium |
2010-01-09 | (svn r18763) -Feature [FS#3095]: rerandomise AIs on reloading (via the debug ... | rubidium |
2010-01-07 | (svn r18749) -Fix [FS#3491]: the AI's name and version in the debug panel wer... | rubidium |
2010-01-07 | (svn r18747) -Codechange: add some constness to the AI code | rubidium |
2010-01-04 | (svn r18726) -Fix [FS#3463]: with non-uniform industries the 'supplies' text ... | rubidium |
2010-01-04 | (svn r18725) -Add: [NoAI] AIWaypoint::WaypointType and AIWaypoint::HasWaypoin... | frosch |
2010-01-04 | (svn r18721) -Codechange: simplify adding/removing rectangles of tiles from A... | rubidium |
2010-01-04 | (svn r18719) -Feature: don't delete the rough/rocky status of a tile when it'... | yexo |
2010-01-04 | (svn r18718) -Codechange: make a wrapper macro for looping TileAreas | rubidium |
2010-01-04 | (svn r18717) -Codechange: use TileArea in industry instead of three separate ... | rubidium |
2010-01-04 | (svn r18716) -Codechange: pass a TileArea to FindStationsAroundTiles | rubidium |
2010-01-03 | (svn r18696) -Fix [FS#3404]: AITile::IsCoastTile returned false for coast til... | yexo |
2010-01-02 | (svn r18691) -Change [NoAI]: cleanup some errors messages and add a few to AI... | yexo |
2010-01-02 | (svn r18687) -Add [NoAI]: AIEngine::IsBuildable to check if you can build a c... | yexo |
2010-01-01 | (svn r18683) -Fix: it's not an other | rubidium |
2009-12-30 | (svn r18667) -Fix [FS#3454]: [NoAI] crash when trying to get the order destin... | rubidium |
2009-12-28 | (svn r18651) -Fix [FS#3438](r18518): [NoAI] When AI tried to create NO_UNLOAD... | smatz |
2009-12-23 | (svn r18622) -Merge: release changes | rubidium |
2009-12-21 | (svn r18588) -Feature [FS#2943]: Add shading and unshading of windows. | alberth |
2009-12-20 | (svn r18580) -Codechange: Use widget information only for setting scrollbar c... | alberth |
2009-12-20 | (svn r18562) -Document: improve clarity of the AIAccounting class | rubidium |
2009-12-20 | (svn r18558) -Cleanup (r18557): no need to document TILE_INVALID twice | smatz |
2009-12-19 | (svn r18557) -Fix: (most of) gcc errors when using lto caused by some structs... | smatz |
2009-12-19 | (svn r18556) -Fix (r17005): squirrel export didn't accept negative constants | smatz |
2009-12-19 | (svn r18555) -Fix (r15027): fake definitions of squirrel types were wrong for... | smatz |
2009-12-16 | (svn r18518) -Add [NoAI]: AIOrder::AIOF_GOTO_NEAREST_DEPOT for goto nearest d... | yexo |
2009-12-16 | (svn r18516) -Feature [FS#3359]: moving of AIs in the AI configuration window... | rubidium |
2009-12-15 | (svn r18507) -Change [FS#3340]: move the 'check online content' button from t... | yexo |
2009-12-14 | (svn r18504) -Remove [NoAI]: AIVehicle::SkipToVehicleOrder as it was a duplic... | yexo |