Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Minor fixes and cleanups around code being used for Rex Module work. | Adam Frisby | 2008-09-14 | 1 | -17/+16 |
| | |||||
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-09-09 | 1 | -9/+9 |
| | |||||
* | Implement proper persistence of the following prim properties: | Melanie Thielker | 2008-09-08 | 1 | -0/+7 |
| | | | | | | | | | Floating text, Rotation, Texture animation, Particle System This will make "Eye Candy" scripts work without modification in XEngine. The use of the CHANGED_REGION_RESTART hack is no longer needed. Implemented in MySQL only, hovertext also in SQLite. | ||||
* | * minor: Clean up of logging messages to make following the client login ↵ | Justin Clarke Casey | 2008-09-07 | 1 | -24/+42 |
| | | | | | | | | process easier * documentation | ||||
* | * minor: just minor doc and tidy up | Justin Clarke Casey | 2008-09-07 | 1 | -3/+23 |
| | |||||
* | Mantis #2133 | Melanie Thielker | 2008-09-06 | 1 | -1/+1 |
| | | | | | | | Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml | ||||
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -2/+2 |
| | | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. | ||||
* | Rolling back #6139 because there is no consensus on it's application. | Melanie Thielker | 2008-09-06 | 1 | -27/+1 |
| | | | | | | Reverted pending further discussion. | ||||
* | Mantis #624 | Melanie Thielker | 2008-09-06 | 1 | -1/+27 |
| | | | | | | | | | | | Thank you, openlifegrid, for a patch to move new user connections to thread pool threads. Reworked by me to fit current trunk. I believe that that patch may be beneficial in reducing the cases in which regions become unresponsive and will no longer accept new logins. | ||||
* | * Committed patch in mantis 623 | Justin Clarke Casey | 2008-08-30 | 1 | -14/+3 |
| | | | | | | | * Unpatched code certainly looks bizarre - attempts to add a new client if we encountered a failure in processing a packet. No apparant ill effects on a sniff test. * Thanks openlifegrid | ||||
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -9/+9 |
| | |||||
* | * Added a little more log info in LLUDPServer | lbsa71 | 2008-08-09 | 1 | -1/+2 |
| | |||||
* | * Shielded against various forms of Malformed data crashes - if there is an ↵ | lbsa71 | 2008-08-09 | 1 | -119/+65 |
| | | | | | | | | error in packet creation, we just log and ignore it * If there's a Socket.AlreadyInProgress, just silently ignore this one * Tried to refactor the Reset and BeginRecieve logic into something a little more readable, little less duplicated | ||||
* | Patch #9160 | Melanie Thielker | 2008-08-08 | 1 | -2/+2 |
| | | | | | | | Refactor proxy encode/decode methods out of the PacketPool into their own class. | ||||
* | * minor: log message twiddling | Justin Clarke Casey | 2008-08-01 | 1 | -0/+1 |
| | |||||
* | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 2008-07-23 | 1 | -2/+2 |
| | |||||
* | Guard against wrong packet types being passed into AddNewClient. | Melanie Thielker | 2008-07-23 | 1 | -0/+2 |
| | | | | | | | Actually, the exception handler seems to be a valid execution path here, this needs some love. | ||||
* | * Guard against a null point passed to RemoveClientCircuit (odd that this ↵ | Justin Clarke Casey | 2008-07-11 | 1 | -4/+15 |
| | | | | | | | | | happens at all) * Patch from Kurt Taylor (IBM) in http://opensimulator.org/mantis/view.php?id=1720 * Thanks Kurt! | ||||
* | last round of warning squashing. calling it a day now. | Dr Scofield | 2008-06-27 | 1 | -3/+3 |
| | |||||
* | Implemented plugin support for ClientStack, with LindenUDP as the default ↵ | Johan Berntsson | 2008-06-20 | 1 | -0/+5 |
| | | | | plugin. This makes it easy for developers to experiment with alternative communication protocols | ||||
* | Minor formatting cleanup. | Jeff Ames | 2008-06-06 | 1 | -3/+3 |
| | |||||
* | change clientCircuits_reverse to a synchronized hash table. This | Sean Dague | 2008-06-04 | 1 | -35/+45 |
| | | | | | | | removes a lock on every SendPacketTo call, which was shown to have good performance benefits by the IBM China Research Lab. | ||||
* | temporarily disable the last bit of code as it prevents startup on | Sean Dague | 2008-06-03 | 1 | -1/+2 |
| | | | | | | mono. Need to sort that out with DJ shortly. | ||||
* | From: Dong Jun Lan <landj@cn.ibm.com> | Sean Dague | 2008-06-03 | 1 | -0/+6 |
| | | | | | | | Set udp flags correctly to prevent "Socket forcibly closed by host" errors. | ||||
* | * Extract and boil down necessary texture UUIDs for an archive of the scene ↵ | Justin Clarke Casey | 2008-05-26 | 1 | -1/+1 |
| | | | | | | | | prims * no user functionality yet | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -16/+16 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-05-14 | 1 | -1/+1 |
| | |||||
* | fixed the dos line endings | Sean Dague | 2008-05-02 | 1 | -508/+508 |
| | |||||
* | * More clientstack abstractions - We now only have a single constructor call ↵ | Adam Frisby | 2008-05-02 | 1 | -6/+16 |
| | | | | to UDPServer. Going to reduce this with an abstracted constructor in a bit. | ||||
* | * Commit 2/3 - Please dont attempt to update to this revision until all 3 ↵ | Adam Frisby | 2008-05-02 | 1 | -0/+499 |
are in. |