src/ai/api/ai_order.hpp
Thu, 19 Jun 2008 18:09:29 +0000 rubidium (svn r13585) [NoAI] -Add: possibility to get information/perform order changes based on the current order of a vehicle. noai
Fri, 06 Jun 2008 18:25:42 +0000 truebrain (svn r13395) [NoAI] -Fix [API CHANGE]: Rename AIOrder::GetNumberOfORders to AIOrder::GetOrderCount noai
Mon, 14 Apr 2008 21:21:10 +0000 rubidium (svn r12712) [NoAI] -Sync with trunk r12672:12711. noai
Sun, 13 Apr 2008 09:10:59 +0000 truebrain (svn r12680) [NoAI] -Fix [API CHANGE]: don't use very very long AIOF_NON_STOP flags, but AIOF_NON_STOP_INTERMEDIATE / AIOF_NON_STOP_DESTINATION instead noai
Sat, 12 Apr 2008 22:28:07 +0000 rubidium (svn r12677) [NoAI] -Change [API CHANGE]: rework of the OrderFlags to support the new order possibilities in OpenTTD. As a result of this the following has changed: noai
Tue, 08 Apr 2008 11:54:53 +0000 truebrain (svn r12627) [NoAI] -Fix: last few commits missed some comments around enums noai
Tue, 08 Apr 2008 07:19:02 +0000 rubidium (svn r12623) [NoAI] -Add: support for GetLastError in AIOrder. noai
Mon, 31 Mar 2008 08:42:20 +0000 truebrain (svn r12504) [NoAI] -Documentation: the last few files which now are consistent in their comments (anyway, so I hope :)) noai
Mon, 31 Mar 2008 06:32:27 +0000 truebrain (svn r12491) [NoAI] -Documentation: made parts of the comments more uniform (@file header and class header) noai
Fri, 22 Feb 2008 12:30:17 +0000 truebrain (svn r12216) [NoAI] -Codechange: made most functions 'static', which removes the need to create an instance to get, for example, engine information, and therefor heavily simplifying AI creation (Morloth) noai
Tue, 16 Oct 2007 16:07:01 +0000 truelight (svn r11273) [NoAI] -Add: added AIOrder::MoveOrder (dynaxo) noai
Sat, 14 Apr 2007 21:57:44 +0000 rubidium (svn r9629) [NoAI] -Codechange: move the squirrel export functions out of the API header files. noai
Sat, 14 Apr 2007 20:38:10 +0000 rubidium (svn r9627) [NoAI] -Fix: let the squirrel export script export all needed (and a few more) types of references to structs and classes. noai
Mon, 26 Mar 2007 12:58:47 +0000 rubidium (svn r9479) [NoAI] -Fix: AIOrder::ChangeOrder didn't work as expected, or rather CMD_MODIFY_ORDER didn't. noai
Mon, 26 Mar 2007 12:41:42 +0000 rubidium (svn r9478) [NoAI] -Codechange: back in the days that DefSQMethod was called DefSQFunction, DefSQConst has a few spaces to align everything... aligning them now means adding way too much spaces, thus remove the alignment. noai
Sun, 25 Mar 2007 22:21:12 +0000 rubidium (svn r9463) [NoAI] -Codechange: update squirrel export script to generate the correct amount and type of parameters, so that can be checked. noai
Sun, 25 Mar 2007 17:43:40 +0000 rubidium (svn r9453) [NoAI] -Codechange: make a difference between static and non-static methods in the squirrel export script. noai
Sun, 25 Mar 2007 16:32:02 +0000 truelight (svn r9451) [NoAI] -Add: allow static and non-static members for SQ noai
Sun, 25 Mar 2007 16:10:40 +0000 truelight (svn r9450) [NoAI] -Fix: don't allow static-method calls from SQ to non-static functions noai
Sun, 25 Mar 2007 14:19:59 +0000 rubidium (svn r9446) [NoAI] -Add: simple script to make changing/adding classes to export a little simpler. noai
Sun, 25 Mar 2007 13:55:31 +0000 truelight (svn r9445) [NoAI] -Change: changed from sq_createslot to sq_newslot (first is deprecated) noai
Sun, 25 Mar 2007 13:50:19 +0000 rubidium (svn r9444) [NoAI] -Codechange: allow all API-class-instances to be used as parameters in Squirrel. noai
Sun, 25 Mar 2007 12:38:29 +0000 rubidium (svn r9441) [NoAI] -Codechange: make the Squirrel method registration happen in the same order as the methods occur in the class. noai
Sun, 25 Mar 2007 12:02:13 +0000 rubidium (svn r9440) [NoAI] -Codechange: use the identifier used for the #ifdef in the #endif not something that looks like the identifier. noai
Thu, 22 Mar 2007 09:10:00 +0000 truelight (svn r9406) [NoAI] -Fix: made the detection of 'void' against 'non-void' functions for the class->SQ convertor via templates (as MSVC failed to understand the other method) (KUDr) noai
Tue, 20 Mar 2007 14:30:42 +0000 truelight (svn r9375) [NoAI] -Fix r9374: make AIOrder() work for SQ (enums not yet) noai
Tue, 20 Mar 2007 14:27:54 +0000 rubidium (svn r9374) [NoAI] -Add: functionality to modify orders. noai