Aaron Terrell (Enus)
4dc9dbcfee
fixing package declaration and package_data (for message_template.msg and message.xml)
2009-12-03 16:55:17 -08:00
Aaron Terrell (Enus)
4f23ed145a
declaring the namespace in namespace_packaging
2009-12-03 16:37:07 -08:00
kotler.linden
00292916b3
temporary fix to not strip off padding of binary data
2009-11-14 00:43:54 +00:00
enus.linden
41b57df548
adding a flag to toggle monitoring of outgoing packets
2009-11-11 17:28:57 +00:00
enus.linden
fe57fbe86e
integrating message.xml checking into udp message serialization and deserialization
2009-10-20 22:43:49 +00:00
enus.linden
f7cc801bbf
one should think to svn up prior to publishing eggs. done do now
2009-10-19 05:42:21 +00:00
enus.linden
15d9804fbf
fixing up the setup and sending a new egg
2009-10-19 05:40:42 +00:00
enus.linden
e801f27f28
checking in an egg so that setup.py can work form pyogp.lib.client, this will have to be maintained as edits are made to this package
2009-10-19 05:32:30 +00:00
kotler.linden
7196ff1955
refactored Capability to allow a more generic way of POSTing to a cap without going through the LLSD serializer.
2009-10-17 00:24:02 +00:00
enus.linden
c87707de7b
moving sphinx docs to their natural location
2009-10-15 21:48:05 +00:00
enus.linden
782feee46a
adding a comment re a bug to fix, and adding whitespace which is so pretty
2009-10-12 20:42:22 +00:00
joshua.linden
43042bb322
Added unit test for message[block][index][var] shortcuts
2009-10-09 16:09:56 +00:00
joshua.linden
2ef5ed08a0
* Refactor redundant code out of an if/else block * Add __getitem__ accessors so you can replace this:
...
packet.blocks['RegionInfo'][0].get_variable('SimName').data
with this:
packet['RegionInfo'][0]['SimName']
Reviewed by Enus Linden
2009-10-08 23:56:00 +00:00
enus.linden
bcfb58f081
adding custom message_template.msg and message.xml to MessageManager(), and passing it through
2009-10-06 23:28:31 +00:00
kotler.linden
34ad6f4c2b
another message_manager test
2009-10-06 18:33:56 +00:00
kotler.linden
a8f3115c6b
fix to the comment regular expression to parse 1 line comments that don't start at the beginning of the line
2009-10-06 17:47:36 +00:00
enus.linden
863352a47d
removed a nose argument that was running all tests
2009-10-06 05:22:26 +00:00
enus.linden
1be075f406
new message_template.msg and message.xml, test updates
2009-10-05 22:13:31 +00:00
joshua.linden
0159d63772
Fix creation of Messages with multiple Blocks for events coming over the event queue.
...
Reviewed by Enus Linden
2009-10-02 22:48:17 +00:00
kotler.linden
eb5f6d08a1
removed region dependency from EventQueueClient and MessageManager
2009-10-02 22:03:01 +00:00
joshua.linden
5b65c64074
oops, forgot this part of r2824 (required for NameValue support) - parser and serialization change for Vector3
2009-10-02 18:12:43 +00:00
joshua.linden
147abe7516
Remove duplicated code block (merge issue?)
2009-10-02 18:11:23 +00:00
joshua.linden
b1085a74a4
Remove unused EventletClient which requires eventlet.httpc, which is removed in newer versions of eventlet
2009-09-30 23:31:43 +00:00
kotler.linden
6b59f96ae6
minor bug fix found through the power of unittests :)
2009-09-30 00:31:53 +00:00
kotler.linden
7ff5115786
add event queue setting to base.settings, fixed settings test case, started work on tst_message_mananger
2009-09-30 00:10:16 +00:00
kotler.linden
8f2c635398
removed region attribute from udpdispatcher since it serves no purpose and the udpdispatcher can multiplex hosts so it makes no sense to be tied to a single region
2009-09-29 22:19:34 +00:00
kotler.linden
5724037da9
adding message_manager and event_queue to lib.base
2009-09-29 19:04:42 +00:00
joshua.linden
a492ffac49
Fix for DEV-39785: errors with packet ack decoding.
...
Acks were being incorrectly stripped before zero-decoding, so bogus data was re-added and subsequent ack parsing would fail.
Will get post-facto review from Enus.
2009-09-11 19:00:30 +00:00
enus.linden
306c40248d
movinf helpers.py and deleting the utilities dir
2009-09-04 05:30:18 +00:00
enus.linden
9f8ec77716
fixing up logging imports, moving some things around
2009-09-04 05:00:00 +00:00
enus.linden
bfed8d8574
removing parse_packet, added it to apps
2009-09-04 04:37:55 +00:00
enus.linden
4c94199d8a
moving enums to client, removing unneeded build_packet_templates
2009-09-04 04:30:01 +00:00
enus.linden
6fe81dc56e
just cleaning up settings a bit
2009-09-04 03:56:29 +00:00
enus.linden
ba03081acd
moving datamanager from base to client
2009-09-03 19:49:05 +00:00
enus.linden
e2fa197b2f
pairing down settings in base, adding a test to cover it
2009-09-03 19:34:54 +00:00
enus.linden
3d0a4aece7
adding a package specific test wrapper
2009-09-03 19:04:41 +00:00
kotler.linden
879f187f34
Merge from smoke_test r 2606:2710
2009-09-01 20:54:43 +00:00
enus.linden
27ea7d3228
eliminating the import error due to multiple packages with the pyogp namespace
2009-09-01 16:50:03 +00:00
enus.linden
6040d7240b
making logging changes
2009-09-01 16:34:23 +00:00
enus.linden
f54290d7e7
removing event queue client related code and tests from base
2009-08-31 23:23:24 +00:00
enus.linden
2838cae0c5
removing tests living in the wrong package
2009-08-31 23:21:37 +00:00
enus.linden
bfc6b5bb28
specifying the right eventlet in base
2009-08-29 00:53:10 +00:00
enus.linden
41fee8a893
removing components from base that will llive in client
2009-08-28 16:48:12 +00:00
enus.linden
b629f37fda
moving the license info to the header of the file
2009-08-20 22:57:24 +00:00
enus.linden
5e74d799cc
moving LICENSE.txt and CONTRIBUTORS.txt into the proper locations
2009-08-19 04:55:34 +00:00
kotler.linden
b3db3a8f47
Merge from asset_upload 2550:2592
2009-08-10 18:46:31 +00:00
kotler.linden
953f4ef900
Added comment to verify whether fix is correct
2009-07-21 18:27:00 +00:00
kotler.linden
c2789241f9
fix to packet parser '.' bug
2009-07-21 18:21:21 +00:00
kotler.linden
c8f5d9e601
bug fixes to get appearance working again
2009-07-21 17:32:11 +00:00
enus.linden
322d4046bf
removing packets.py, updating test_region to remove the dependency on packets.py
2009-07-20 23:42:05 +00:00