truebrain
|
98103121d4
|
(svn r23355) -Codechange: rename all AI* to Script* (Rubidium)
|
2011-11-29 23:15:35 +00:00 |
|
truebrain
|
afdb67a353
|
(svn r23354) -Codechange: move all src/ai/api/ai_*.[hc]pp files to src/script/api/script_* (Rubidium)
|
2011-11-29 23:07:38 +00:00 |
|
truebrain
|
00877dd6d3
|
(svn r23352) -Add: support dynamically adding an API prefix when returning a C++ class to Squirrel
|
2011-11-29 22:24:30 +00:00 |
|
truebrain
|
bff7c33aa9
|
(svn r23350) -Add: support different ScriptTypes in the helper functions for GetClassName (Rubidium)
|
2011-11-29 22:23:33 +00:00 |
|
truebrain
|
dbd66cf523
|
(svn r23261) -Codechange: Squirrel glue templates were not inline (tnx to michi_cc)
|
2011-11-19 15:41:29 +00:00 |
|
rubidium
|
3f7eb71b17
|
(svn r23210) -Codechange: generate the GetClassName function for the AI classes programmatically
|
2011-11-13 20:52:39 +00:00 |
|
smatz
|
4d67c5ddaf
|
(svn r19510) -Codechange: remove superfluous semicolons from *.sq files
|
2010-03-23 22:48:10 +00:00 |
|
rubidium
|
e7fb5f00e7
|
(svn r17697) -Codechange: coding style in the automatically generated squirrel wrapper code
|
2009-10-04 18:16:44 +00:00 |
|
rubidium
|
e5755bd950
|
(svn r17566) -Fix: ai_basestation.hpp.sq linked to the wrong header; it did work though
|
2009-09-18 14:23:39 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
yexo
|
5a863925ee
|
(svn r17221) -Change [NoAI] [FS#3101]: when the API requests a string as parameter allow every squirrel type and convert to a string
|
2009-08-19 14:54:52 +00:00 |
|
yexo
|
67106dc063
|
(svn r17214) -Add [NoAI]: GetAPIVersion() as optional function in info.nut. Return "0.7" to get an api compatible (as much as possible) with the 0.7 api or "0.8" to get the latest api.
-Change [NoAI]: move all deprecated functions to a separate squirrel script that is only loaded if an AI requests an old API version.
|
2009-08-18 18:51:42 +00:00 |
|
yexo
|
8d768f5b30
|
(svn r17012) -Add [NoAI]: AIBaseStation::GetConstructionDate
|
2009-07-31 22:38:09 +00:00 |
|
yexo
|
8c05194c02
|
(svn r17011) -Change [NoAI]: Add AIBaseStation as a parentclass for AIStation and AIWaypoint, and move GetName, SetName and GetLocation to AIBaseStation
Remove (nearly) all references to WaypointID and replace them with StationID
|
2009-07-31 22:30:54 +00:00 |
|