Changes between Initial Version and Version 1 of Ticket #1886, comment 5


Ignore:
Timestamp:
May 27, 2013, 12:32:59 AM (11 years ago)
Author:
historic_bruno

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1886, comment 5

    initial v1  
    1 r13429 ref'd this ticket because I had to use some hacks to get around AIs sharing data between script contexts. Actually the solution could e much simpler if each AI's data was in a single script context (then !ScriptInterface could be used to hold the serializable prototypes).
     1r13429 ref'd this ticket because I had to use some hacks to get around AIs sharing data between script contexts. Actually the solution could be much simpler if each AI's data was in a single script context (then !ScriptInterface could be used to hold the serializable prototypes, and the implementation wouldn't be AI specific).
    22
    33Also a heads up since probably these changes will need merging into your local repo, feel free to ask if anything causes trouble.