Age | Commit message (Expand) | Author |
2009-02-21 | (svn r15535) -Fix (r15460, pre noai merge): use '.' as 'any' for squirrel cal... | glx |
2009-02-20 | (svn r15530) -Fix (r15519): The AIWaypoint classes were not exported to squir... | yexo |
2009-02-19 | (svn r15527) -Fix (r15526): A ')' too much. | yexo |
2009-02-19 | (svn r15526) -Add [NoAI]: Support for conditional orders. | yexo |
2009-02-19 | (svn r15524) -Add [NoAI]: AIEngine::GetPower, AIEngine::GetWeight and AIEngin... | yexo |
2009-02-19 | (svn r15520) -Cleanup [NoAI]: Fix some typos, unify the comment style and upd... | yexo |
2009-02-19 | (svn r15519) -Add [NoAI]: support for waypoints by adding AIRail::Build/Remov... | yexo |
2009-02-14 | (svn r15494) -Change [API CHANGE]: Split AIRoad::BuildRoadStation in BuildRoa... | yexo |
2009-02-14 | (svn r15492) -Change [API CHANGE]: Split AIVehicle::MoveWagon in MoveWagon an... | yexo |
2009-02-14 | (svn r15491) -Change [API CHANGE]: AIMarine::BuildWaterDepot now accepts a fr... | yexo |
2009-02-14 | (svn r15490) -Change [API CHANGE]: Remove AIBridge::GetYearAvailable. AIBridg... | yexo |
2009-02-14 | (svn r15489) -Change [API CHANGE]: Remove AIAirport::AirportAvailable. AIAirp... | yexo |
2009-02-14 | (svn r15488) -Change [API CHANGE]: Add support for distant-join stations. | yexo |
2009-02-14 | (svn r15487) -Change [API CHANGE]: Remove the never implemented function AIEv... | yexo |
2009-02-14 | (svn r15486) -Change [API CHANGE]: Remove AITown::GetMaxTownID. | yexo |
2009-02-14 | (svn r15485) -Change [API CHANGE]: Split AIIndustry::HasHeliportAndDock and G... | yexo |
2009-02-14 | (svn r15484) -Change [API CHANGE]: Remove AICompany::GetCompanyName and SetCo... | yexo |
2009-02-14 | (svn r15483) -Change [API CHANGE]: Remove AIIndustry::GetProduction, use AIIn... | yexo |
2009-02-14 | (svn r15482) -Fix [NoAI]: Typos in api docs. | yexo |
2009-02-14 | (svn r15481) -Fix [NoAI]: Make sure AIs can't call functions they shouldn't c... | yexo |
2009-02-14 | (svn r15479) -Fix: Documentation of AIIndustryType::CanBuildIndustry(). | frosch |
2009-02-13 | (svn r15470) -Fix [NoAI]: Check the types of the parameters passed to AddSett... | yexo |
2009-02-13 | (svn r15467) -Fix [NoAI]: AIs with an error in their info.nut are no longer a... | yexo |
2009-02-13 | (svn r15466) -Fix (r15330): The squirrel instance object was freed twice if a... | yexo |
2009-02-13 | (svn r15465) -Codechange: constify most of AIInfo/AIFileInfo methods, move de... | smatz |
2009-02-13 | (svn r15464) -Codechange [NoAI]: Call all info.nut functions exactly once and... | yexo |
2009-02-13 | (svn r15463) -Change [API CHANGE]: Replace AIInfo::CanLoadFromVersion(version... | yexo |
2009-02-13 | (svn r15462) -Change [NoAI]: Make AIController::GetTick() and AIController::G... | yexo |
2009-02-12 | (svn r15460) -Fix [NoAI]: don't require an instance to exist in the scope for... | rubidium |
2009-02-11 | (svn r15441) -Cleanup: Use a return value instead of passing a pointer to whe... | yexo |
2009-02-10 | (svn r15440) -Fix: Backup AIObject::GetAllowDoCommand and restore the old val... | yexo |
2009-02-09 | (svn r15436) -Codechange: Return index of station spec within station class a... | peter1138 |
2009-02-09 | (svn r15428) -Codechange: consistently use colour instead of having both colo... | rubidium |
2009-02-09 | (svn r15425) -Codechange: some color->colour changes and type safety. | rubidium |
2009-02-08 | (svn r15410) -Cleanup: get rid of most of the references to the 'patches' exc... | rubidium |
2009-02-08 | (svn r15408) -Fix (r15027): AIs could call AIController::Sleep() at times the... | Yexo |
2009-02-08 | (svn r15406) -Fix: make Valuate actually cost a few opcodes to not make it a ... | rubidium |
2009-02-07 | (svn r15401) -Fix [FS#2619](r15027): AI::Stop changed _current_company, but d... | smatz |
2009-02-07 | (svn r15400) -Fix: Typos in comments. | frosch |
2009-02-06 | (svn r15368) -Fix: some typos in comments | rubidium |
2009-02-06 | (svn r15366) -Add [NoAI]: Add AddLabels() where you can define labels for the... | Yexo |
2009-02-05 | (svn r15360) -Fix: Flooding vehicles did not trigger an AI event. | frosch |
2009-02-05 | (svn r15359) -Add [NoAI]: AIEventVehicleCrashed::CRASH_RV_UFO, AIEventDisaste... | frosch |
2009-02-05 | (svn r15358) -Add [NoAI]: AIEventVehicleCrashed::GetCrashReason() | frosch |
2009-02-05 | (svn r15355) -Codechange: simplify some stuff now ->FirstShared returns non-N... | rubidium |
2009-02-05 | (svn r15346) -Add [NoAI]: Add AIAirport::GetNearestTown() so AIs can known in... | Yexo |
2009-02-05 | (svn r15345) -Add [NoAI]: Add AIVehicle::HasSharedOrders() and AIVehicleList_... | Yexo |
2009-02-04 | (svn r15343) -Add [NoAI]: Add AITown::GetRoadLayout so AIs can get the road l... | Yexo |
2009-02-03 | (svn r15330) -Fix [FS#2597]: leaking of Squirrel when using circular referenc... | rubidium |
2009-02-03 | (svn r15328) -Fix (r15327): Load(data, version) was called instead of Load(ve... | Yexo |