summaryrefslogtreecommitdiff
path: root/src/ai
AgeCommit message (Expand)Author
2010-11-13(svn r21157) -Codechange: remove information about the text direction out of ...rubidium
2010-11-10(svn r21142) -Codechange: replace magic bridge length constants with proper c...rubidium
2010-10-30(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)alberth
2010-10-16(svn r20951) -Codechange: Add SmallMap::Contains() and use it.frosch
2010-09-15(svn r20810) -Merge: documentation updates from 1.0rubidium
2010-09-13(svn r20798) -Doc [FS#4117]: [NoAI] AITile::HasTransportType doesn't work for...yexo
2010-09-08(svn r20769) -Codechange: move some depot flags from p2 to p1 in CmdSendVehic...rubidium
2010-09-08(svn r20765) -Fix (r17345): AIEventCompanyAskMerger was disguised as AIEventC...yexo
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-23(svn r20606) -Change [FS#4042]: change the debug level of the "Registering tw...yexo
2010-08-23(svn r20604) -Feature: add a reset button to the newgrf parameters windowyexo
2010-08-19(svn r20575) -Fix [FS#4059] (r20542): reloading of companies did load another AIrubidium
2010-08-19(svn r20574) -Codechange: a little over 1 million vehicles should be enough f...rubidium
2010-08-19(svn r20573) -Codechange: free/reserve some bits in the sell vehicle command ...rubidium
2010-08-19(svn r20572) -Codechange: free/reserve some bits in the wagon move command to...rubidium
2010-08-19(svn r20571) -Codechange: free/reserve some bits in the order commands to inc...rubidium
2010-08-19(svn r20568) -Codechange: change the value of AIVehicle::VEHICLE_INVALID and ...yexo
2010-08-19(svn r20563) -Change: [NoAI] rename AIAbstractList to AIListyexo
2010-08-19(svn r20562) -Change: [NoAI] Move all functions from AIList to AIAbstractListyexo
2010-08-19(svn r20560) -Fix: AIs (still/again?) crashing for certain commandsrubidium
2010-08-19(svn r20558) -Codechange: use one generic function to create a list of compan...yexo
2010-08-19(svn r20556) -Fix (r20555): a tempory copy/pasted line ended up in the commityexo
2010-08-19(svn r20555) -Fix [FS#4053]: wrong tooltip for the company select button in t...yexo
2010-08-18(svn r20534) -Codechange: unify the naming of the 'vehicle must be stopped in...yexo
2010-08-18(svn r20533) -Codechange: shuffle a bit with the bits in the sell commandrubidium
2010-08-17(svn r20532) -Codechange: unify selling of vehicles a bitrubidium
2010-08-17(svn r20523) -Fix [FS#4040]: Do not print a colon for AI settings with empty ...frosch
2010-08-15(svn r20499) -Doc: Spelling fixes, and one doxygen comment addition.alberth
2010-08-14(svn r20489) -Fix [FS#4031]: [NoAI] checking whether water tiles are connecte...rubidium
2010-08-13(svn r20479) -Change: Use 'Buttons Name: Value' layout for AI and NewGRF para...frosch
2010-08-12(svn r20470) -Codechange: Make arrow buttons lower and raise like other butto...frosch
2010-08-12(svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROL...frosch
2010-08-12(svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll ...frosch
2010-08-12(svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate s...frosch
2010-08-08(svn r20411) -Codechange: rename unmovables as quite a lot of them are actual...rubidium
2010-08-07(svn r20406) -Codechange: make StationClass use the new generic classrubidium
2010-08-07(svn r20402) -Codechange: rename the airport/station class id to something sl...rubidium
2010-08-07(svn r20399) -Change: [NoAI] AIIndustry::IsCargoAccepted now returns 3 possib...yexo
2010-08-06(svn r20389) [NoAI] -Add: AIOrder::IsVoidOrder to find void "(Invalid Order)"...rubidium
2010-08-03(svn r20348) -Fix [FS#4004]: [NoAI] Ship depots were constructed along the wr...rubidium
2010-08-03(svn r20346) -Change: scan for tar files before scanning for AIs/NewGRFs so n...yexo
2010-08-02(svn r20328) -Codechange: unify the unmovable related commands and make build...rubidium
2010-08-01(svn r20293) -Doc: add more doxygen comments in ai_gui.cpyexo
2010-08-01(svn r20292) -Codechange: remove some unused variables from AIConfigWindowyexo
2010-08-01(svn r20288) -Doc: add doxygen string to all GetClassName functions (part of ...yexo
2010-08-01(svn r20286) -Codechange: Unify end of doxygen comments.frosch
2010-08-01(svn r20285) -Codechange: use ///< for single-line doxygen comments in the AI...yexo
2010-08-01(svn r20284) -Codechange: use ///< for single-line doxygen comments in the AI...yexo
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium