aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* Update svn properties.Jeff Ames2009-07-015-330/+330
* add some more intuitive overloads for PrimitiveBaseShape SetPathRange and Set...Dahlia Trimble2009-07-011-0/+12
* Updated services to allow external applications like web interfaces toMelanie Thielker2009-06-305-24/+228
* From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague2009-06-301-1/+1
* Thank you kindly, Snowdrop, for a patch that solves:Charles Krinke2009-06-298-2/+320
* Thanks StrawberryFride, for a patch that fixes MSSQL migration:Arthur Valadares2009-06-291-3/+3
* * C# compiler is not smart enough to understand ClientLoop is under very heav...Arthur Valadares2009-06-291-26/+25
* Thank you kindly, Snowdrop/Snowcrash for a patch that:Charles Krinke2009-06-293-2/+81
* * Changing List to Dictionary in PacketQueue.Dequeue for great justice (and p...Arthur Valadares2009-06-291-8/+18
* Update svn properties, add copyright header, formatting cleanup.Jeff Ames2009-06-292-3/+30
* From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague2009-06-2910-47/+59
* Thank you kindly, Godfrey, for a patch that:Charles Krinke2009-06-291-1/+2
* Thank you kindly, Grumly57 for a patch that solves:Charles Krinke2009-06-281-0/+1
* Removed the List<NewForce> m_forceList from ScenePresence, as there wasn't an...MW2009-06-281-20/+18
* Make cleartext authentication case sensitive. Thanks jhurliman for spotting t...Dahlia Trimble2009-06-275-7/+7
* Update svn properties.Jeff Ames2009-06-272-244/+244
* Fixed null bug, which was making unit tests failMW2009-06-261-3/+7
* Extracted the code that handles the sending of prim updates to the client, fr...MW2009-06-264-159/+269
* Enable the RemoteAdmin module to save regions as ini files rather than XMLMelanie Thielker2009-06-262-18/+89
* Make delete-region delete the section from an ini file. Will delete the wholeMelanie Thielker2009-06-262-2/+34
* Make create region save the new region to ini file format if the nameMelanie Thielker2009-06-252-12/+38
* From this version onwards, all new region files created automatically willMelanie Thielker2009-06-252-13/+117
* Add a comment and an example region config fileMelanie Thielker2009-06-252-1/+48
* Allow the reading of ini files instead of xml files when reading regionMelanie Thielker2009-06-252-50/+139
* Added a note to the ScenePresence.UpdateMovement() method, to remind everyone...MW2009-06-251-1/+1
* Applied patch from mantis #3820 which changed the clearing of the ScenePresen...MW2009-06-251-20/+16
* moving the m_PendingAcksMap.Remove() out of the foreach and clearingDr Scofield2009-06-251-1/+1
* have to clear m_PendingAcks not m_PendingAcksMapDr Scofield2009-06-251-1/+1
* hmph: missing '{'/'}', thx to nebadon for reporting it and rob smartDr Scofield2009-06-251-3/+10
* fixing windows specific compile error.Dr Scofield2009-06-251-32/+32
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-06-251-1/+1
* cosmetic changeDr Scofield2009-06-251-2/+1
* streamlining m_NeedAck logicDr Scofield2009-06-251-31/+29
* streamling m_PendingAcks logic to get rid of gratuitous List<...>Dr Scofield2009-06-251-20/+20
* commenting out expensive bits (who in the world even uses SetClientInfo()?)Dr Scofield2009-06-251-29/+29
* changing DropSend()'s foreach loop so that it does not copy theDr Scofield2009-06-251-5/+11
* commenting out rather expensive bits of GetClientInfo() --- the onlyDr Scofield2009-06-251-13/+20
* more efficient way of checking for already seen packets:Dr Scofield2009-06-251-29/+47
* adding logging statement for receive buffer sizeDr Scofield2009-06-251-0/+2
* - adds the possibility of setting the socket receive buffer sizeDr Scofield2009-06-252-35/+68
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-06-254-75/+185
* - fixes a "collection out of sync" exception in the ODE physicsDr Scofield2009-06-253-38/+55
* Allow "Take Copy" with copy only permissions if you own the object. TransMelanie Thielker2009-06-241-2/+10
* Reading GroupPosition, but setting OffsetPosition in undo doesnt' seem right.Melanie Thielker2009-06-241-2/+2
* Update svn properties.Jeff Ames2009-06-240-0/+0
* Also fix group role membership packet sizes to stay safely below MTUMelanie Thielker2009-06-231-29/+41
* Can I be this dumb?Melanie Thielker2009-06-231-1/+0
* Fix an error in group membership sending when the memebr count exceeds 60Melanie Thielker2009-06-231-2/+6
* Allow the member list of groups with more than 70 members to be viewedMelanie Thielker2009-06-231-36/+42
* Add RegionSecret to user data structure to provide data update securityMelanie Thielker2009-06-231-0/+6