Commit Graph

32 Commits

Author SHA1 Message Date
Sam Edwards d9045a5b72 distributed: Remake the NetMessenger; have AstronInternalRepository use it. 2014-05-15 08:14:17 -06:00
Sam Edwards a697ce3f05 distributed: Allow None/False/True in AIR's MsgPack encoder. 2014-05-12 10:18:21 -06:00
Sam Edwards 785354d3f3 distributed: Send Astron event logs using new MessagePack logging format. 2014-05-11 08:56:45 -06:00
Sam Edwards 3fe7dccae1 distributed: Add function to query objects' activated status from AstronInternalRepository. 2014-05-06 10:18:49 -06:00
Sam Edwards 0b482cd008 distributed: Use more efficient context-allocation mechanism for Astron. 2014-05-06 07:58:12 -06:00
kestred 5f39f21062 Bugfix: Various issues preventing imports and initialization of InternalRepository and ClientRepository. 2014-02-14 17:37:20 -07:00
Sam Edwards fa8750d2e5 In AIR, implement sendSetLocation. Also change sendActivate workaround to do the SET_FIELDS while in another zone. 2014-01-24 06:06:48 -07:00
Sam Edwards 26e18e2b2b In AIR, send delete event *after* the object is removed, just in case something handling the event relies on it being fully deleted. 2013-11-19 20:16:18 -07:00
Sam Edwards b449c25409 Add sendActivate to AIR, for activating DBSS objects. 2013-11-06 23:07:28 -07:00
Sam Edwards 77bfb5e552 Handle CHANGING_LOCATION messages in AIR. 2013-11-06 22:54:00 -07:00
Sam Edwards 8ea908c855 Huge update: Change distributed protocol to match the newly-changed Astron protocol. 2013-10-21 10:04:35 -06:00
Sam Edwards 8efe753496 Change AIR to allow event-logging of non-strings. 2013-10-18 09:03:31 -06:00
Sam Edwards 2857fd89dd Add object field update code to AIR's db interface. 2013-10-15 09:45:10 -06:00
Sam Edwards bcdfc59734 Add unknown-MsgType warning to AIR. 2013-10-15 08:12:01 -06:00
Sam Edwards 6494b57933 Add database-query support to AIR, so that you can now query objects by their ID. 2013-10-15 08:11:09 -06:00
Sam Edwards f74dc9b35d Add AstronDatabaseInterface, which can generate objects into an Astron DB. 2013-10-15 04:10:40 -06:00
Sam Edwards 84fc894309 Add object-exit handling to AIR. 2013-10-14 05:08:48 -06:00
Sam Edwards fbca620477 Add requestDelete to AIR. 2013-10-13 23:24:34 -06:00
Sam Edwards f4ee0106c7 Add datagram handler to AIR, which can handle objects entering. 2013-10-13 21:29:52 -06:00
Sam Edwards d279e2b201 Clear up incorrect docstring. 2013-10-12 22:54:34 -06:00
Sam Edwards ba77f823d9 AIR should default to using prc-configured dc files. 2013-10-12 22:50:17 -06:00
Sam Edwards 1efed6a16b Add connect code to AstronInternalRepository. 2013-10-12 22:16:55 -06:00
Sam Edwards 4d1fe61f77 Add generate support to AIR, so that it can put objects onto Astron State Servers. 2013-10-09 19:36:21 -06:00
Sam Edwards 4dbbc361c0 Add sendUpdate and sendUpdateToChannel to AIR. 2013-10-09 17:11:49 -06:00
Sam Edwards f9c47b0fb5 Add missing _registeredChannels attribute to AIR. 2013-10-09 01:47:08 -06:00
Sam Edwards c245e6fea7 Make AIR use "config" instead of "base.config", since server-side might call their global ShowBase either simbase or base. 2013-10-08 21:52:48 -06:00
Sam Edwards edf07a400c Add functions to AIR for sending common server control messages. 2013-10-08 18:53:01 -06:00
Sam Edwards 0649110964 Make AIR disable the "client datagram flag" on the ConnectionRepository so the server header is processed. 2013-10-08 18:02:02 -06:00
Sam Edwards 6a39b5ec60 Add (de)allocateChannel functions to AIR. 2013-10-08 17:11:30 -06:00
Sam Edwards 0c920af810 Add channel allocation to AstronInternalRepository. 2013-10-08 16:41:57 -06:00
Sam Edwards 1df99a3b8b Allow specifying the event log host in config. 2013-10-08 15:37:18 -06:00
Sam Edwards b248af111b Begin work on AstronInternalRepository class. Current class can do event logging only. 2013-10-08 15:31:40 -06:00