Commit Graph

6888 Commits

Author SHA1 Message Date
Harvir d5207cac3f air: Update add/clear postremove for prerouted postremoves. 2014-08-04 07:02:11 +01:00
Sam Edwards db951158a9 distributed: DistributedNode should not initialize NodePath if it's already initialized. 2014-08-03 22:45:00 -07:00
Jeremy Koletar 4fbda13fa2 distributed: Correctly msgpack int 0 and int 1 2014-07-16 14:17:24 -05:00
Sebastian Hoffmann bbf1b4b2a3 Split up handleMessageType. Added "forgotten" types to MsgTypes. 2014-07-10 03:14:42 +02:00
Sebastian Hoffmann b34b44e894 Merge branch 'master' of github.com:Astron/panda3d 2014-07-06 22:13:37 +02:00
Sebastian Hoffmann d8c265dd70 Commented out speculative implementation of CLIENT_OBJECT_SET_FIELDS. 2014-07-02 02:38:08 +02:00
bobbybee f1e705fc3b CLIENT_OBJECT_SET_FIELDS raises NotImplementedError 2014-06-29 15:11:16 -04:00
Sam Edwards b374f63614 Merge remote-tracking branch 'origin/master' into astron-master 2014-06-27 19:54:43 -07:00
rdb 862e22e548 remove Python-2-isms from DirectGui and FSM to make them work with Python 3 2014-05-19 17:33:36 +00:00
Sam Edwards d9045a5b72 distributed: Remake the NetMessenger; have AstronInternalRepository use it. 2014-05-15 08:14:17 -06:00
Sam Edwards 1eb7a773b3 distributed: Properly handle non-field-mismatch failures in AstronDatabaseInterface. 2014-05-13 12:27:13 -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 227dbfb34d Merge branch 'master' into astron-master 2014-05-06 08:10:24 -06:00
Sam Edwards 0b482cd008 distributed: Use more efficient context-allocation mechanism for Astron. 2014-05-06 07:58:12 -06:00
rdb 51dffd0f5a Commit patch by cfsworks to clean up use of exec() and eval() 2014-04-16 13:09:12 +00:00
Harvir ea4644756b FourState (FSM): Fix a crash when attempting to call debugPrint before stateIndex is defined. 2014-04-09 19:49:29 +01:00
Sebastian Hoffmann 06a082362d disconnect() now removes all distributed objects. 2014-04-09 05:48:19 +02:00
kestred 3ba0f44660 Merge remote-tracking branch 'upstream/master' 2014-04-08 17:39:26 -06:00
rdb 4b1c4ff3c8 Fix use of deprecated NodePath.id() 2014-04-05 08:55:50 +00:00
rdb 44b4afe898 Fix issues building the plugin on Linux 2014-03-27 12:56:59 +00:00
rdb 904ed200b8 Add pyglet to hosted packages 2014-03-27 10:25:29 +00:00
Harvir 00299b4f2c Merge remote-tracking branch 'origin/feature/new-MsgTypes' 2014-03-18 16:55:24 +00:00
rdb e6c8957d27 Fix DTOOL_SUPER_BASE111 assertion error with the new building style 2014-03-07 19:35:41 +00:00
rdb aa2c240336 Fix bug: loadSound should respect positional parameter 2014-03-06 21:31:02 +00:00
Sebastian Hoffmann bf141562d3 Added DistributedObjectBase cleanup method. Implemented CLIENT_OBJECT_LEAVING. Bugfixed CLIENT_OBJECT_LOCATION. Some debug code. 2014-03-02 17:03:24 +01:00
Sebastian Hoffmann 4adc2f6a72 self.handleInterestDoneMessage invoked. Cleanup. 2014-03-02 13:46:45 +01:00
Sebastian Hoffmann a6ff9bef01 More message implementations. Better FIXMEs. 2014-03-02 12:36:19 +01:00
Sebastian Hoffmann 53f14161ff Added several events. Cleanup. 2014-02-28 13:49:55 +01:00
Sebastian Hoffmann cd5bb84890 Re-internalized CLIENTOBJECT_SET_FIELD. 2014-02-28 12:11:58 +01:00
Sebastian Hoffmann 659d7f4073 Overwrite handleDatagram to get CLIENT_HELLO_RESP, which otherwise gets swallowed. Cleanup. 2014-02-28 10:08:06 +01:00
Sebastian Hoffmann 9752736dbc Prevented infinite loop on handleMessageType. Added debug prints. 2014-02-28 09:46:41 +01:00
Sebastian Hoffmann 743f6cc55c First bugfixes during testing. 2014-02-28 08:54:44 +01:00
Sebastian Hoffmann e4a83aaa6e Message types. Skeleton of AstronClientRepository.py. 2014-02-28 05:43:27 +01:00
rdb 79430f6bc5 Fixes for Python 3 2014-02-27 11:30:56 +00:00
Chris Brunner 858275a95f Add a check to make sure the method has a __name__ member before trying to print it 2014-02-26 01:57:28 +00:00
rdb 46450f2798 Delete panda3d.py on installation if it exists 2014-02-22 10:56:13 +00:00
kestred a959c2ba2f Update DistributedNodeUD.py
Remove import to non-existent item.
2014-02-21 20:27:32 -07:00
rdb abbbb1d09f Let the installer copy the new 'panda3d' tree instead of the panda3d.py file. 2014-02-20 18:05:56 +00:00
rdb 5f2c0a6e04 Big commit aiding in separation of Python bindings:
* Most extension functions have been moved to C++.
 * In makepanda, Python bindings are compiled into panda3d/<module>.pyd.
2014-02-20 13:33:26 +00:00
kestred 5f39f21062 Bugfix: Various issues preventing imports and initialization of InternalRepository and ClientRepository. 2014-02-14 17:37:20 -07:00
Harvir 3b9b50d8ff Add in missing MsgTypes for new DBSS_OBJECT_GET_ACTIVATED. 2014-02-14 22:03:28 +00:00
kestred ace98d1572 Bugfix: Missing import dependencies for AstronInternalRepository.py and ClientRepository.py 2014-02-14 14:26:07 -07:00
kestred e5bb27b46b ClientRepositoryBase should use notify instead of print to output debug info. 2014-02-11 02:14:59 -07:00
kestred 089b11b466 Merge remote-tracking branch 'upstream/master' 2014-01-25 22:15:46 -07:00
Sam Edwards b6e33d3d38 Fix typo in DirectSelection. 2014-01-24 06:06:53 -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
rdb 5f9545a914 Move SetRegView to appropriate sections 2014-01-14 11:02:58 +00:00
rdb 07404ff694 Add SetRegView so we can correctly install 64-bit build to the 64-bit registry 2014-01-14 10:12:50 +00:00