| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Refactor the packet scheduling out of ClientView. Add intelligent | Melanie Thielker | 2008-07-22 | 3 | -11/+26 |
* | * minor: Make create user command appear on the region console only if the re... | Justin Clarke Casey | 2008-07-22 | 1 | -0/+1 |
* | added experimental packet tracker (LLPacketTracker.cs), which can be told to ... | MW | 2008-07-21 | 2 | -5/+9 |
* | pulling query handling through the handlers. adding (non-functional, | Dr Scofield | 2008-07-18 | 2 | -2/+4 |
* | simplifying OSHTtpHandler (a bit), adding query string matching, | Dr Scofield | 2008-07-18 | 3 | -120/+118 |
* | force Culture to en-US in BaseHttpserver.HandleRequest() --- this | Dr Scofield | 2008-07-18 | 1 | -0/+3 |
* | fixing warnings in EstateSettings and correcting coding style: | Dr Scofield | 2008-07-18 | 1 | -20/+20 |
* | Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ... | Mike Mazur | 2008-07-18 | 1 | -67/+103 |
* | Patch #9151 | Melanie Thielker | 2008-07-18 | 5 | -386/+348 |
* | add plywood texture as a constant, as we need it in a couple of places | Sean Dague | 2008-07-17 | 1 | -0/+1 |
* | Revert "git merge" | Sean Dague | 2008-07-17 | 1 | -1/+10 |
* | git merge | Sean Dague | 2008-07-17 | 1 | -10/+1 |
* | more safety checks | Sean Dague | 2008-07-17 | 1 | -1/+7 |
* | add a null check for safety | Sean Dague | 2008-07-17 | 1 | -0/+3 |
* | rearranging variables in OSHttpRequest and adding Query property. | Dr Scofield | 2008-07-17 | 1 | -22/+45 |
* | morphing OSHttpHandler interface into an abstract base class. adding | Dr Scofield | 2008-07-17 | 3 | -109/+108 |
* | change fields to private so everyone will use properties | Sean Dague | 2008-07-16 | 1 | -44/+44 |
* | Revert "refactoring of PrimitiveBaseShape to properties" | Sean Dague | 2008-07-16 | 1 | -142/+539 |
* | refactoring of PrimitiveBaseShape to properties | Sean Dague | 2008-07-16 | 1 | -539/+142 |
* | further property refactoring of PrimitiveBaseShape | Sean Dague | 2008-07-16 | 1 | -83/+254 |
* | refactoring primitive base shape to use properties | Sean Dague | 2008-07-16 | 1 | -76/+302 |
* | * Expose client statistics to the console via 'show stats' | Justin Clarke Casey | 2008-07-15 | 1 | -1/+91 |
* | cleanup: fixing CamelCase issue with RestDeserialiseHandler. | Dr Scofield | 2008-07-15 | 1 | -2/+2 |
* | fixes handler scoring method. XmlRpc code path now fully working with | Dr Scofield | 2008-07-15 | 2 | -7/+61 |
* | fixes a couple of issues i introduced yesterday, one of them MapBlock queries... | Dr Scofield | 2008-07-15 | 2 | -55/+56 |
* | Mantis#1745. Thank you kindly, Lulurun for a patch that: | Charles Krinke | 2008-07-15 | 1 | -2/+2 |
* | further work in progress on the HttpServer side: XmlRpc handler path | Dr Scofield | 2008-07-14 | 6 | -79/+594 |
* | Patch #9150 | Melanie Thielker | 2008-07-14 | 2 | -87/+16 |
* | Patch #9149 | Melanie Thielker | 2008-07-14 | 1 | -275/+0 |
* | Patch #9148 | Melanie Thielker | 2008-07-14 | 1 | -11/+11 |
* | Patch #9147 | Melanie Thielker | 2008-07-14 | 2 | -163/+1 |
* | Mantis#1638. Thank you kindly, Salahzar for a patch that: | Charles Krinke | 2008-07-13 | 1 | -1/+1 |
* | * Hive off ConsolePluginCommand into its own framework class | Justin Clarke Casey | 2008-07-12 | 1 | -0/+139 |
* | Patch #9146 (No Mantis) | Melanie Thielker | 2008-07-12 | 1 | -3/+4 |
* | Patches #9143 and #9144 (Mantis #1723) | Melanie Thielker | 2008-07-12 | 1 | -1/+8 |
* | * Move thread tracking code to base opensim server so that it's available for... | Justin Clarke Casey | 2008-07-11 | 1 | -6/+31 |
* | Mantis#1005. Thank you kindly, Mircea for a two patches that: | Charles Krinke | 2008-07-11 | 1 | -4/+4 |
* | Update svn properties. | Jeff Ames | 2008-07-11 | 16 | -442/+442 |
* | Mantis#1682. Revert temporarily, Sempuki's mono addins patch | Charles Krinke | 2008-07-11 | 1 | -35/+24 |
* | Mantis#1682. Thank you kindly, Sempuki for a patch that: | Charles Krinke | 2008-07-10 | 1 | -24/+35 |
* | corrected the params types on IClientAPI.SendParcelMediaCommand. the command ... | MW | 2008-07-09 | 1 | -1/+1 |
* | small console message change related to last revision | MW | 2008-07-08 | 1 | -1/+1 |
* | Added option to userserver config, to be able disable/enable the LLSD Login s... | MW | 2008-07-08 | 1 | -0/+7 |
* | * Added experimental SendParcelMediaCommand and SendParcelMediaUpdate to ICli... | lbsa71 | 2008-07-08 | 2 | -0/+33 |
* | * Changed casing of some archaic methods to conform with code standards | lbsa71 | 2008-07-08 | 1 | -10/+10 |
* | * Split out various classes from IClientAPI into their own files, in accordan... | lbsa71 | 2008-07-08 | 16 | -365/+437 |
* | RegionInfo.configMember can be null for dynamically created regions | Dr Scofield | 2008-07-08 | 1 | -0/+3 |
* | Mantis#1685. Thank you kindly, Mjm for a patch that: | Charles Krinke | 2008-07-08 | 1 | -1/+12 |
* | * remove redundant sync locking in AssetServerBase since this is already bein... | Justin Clarke Casey | 2008-07-07 | 5 | -26/+8 |
* | * remove unused CommitAssets() hook for now | Justin Clarke Casey | 2008-07-07 | 4 | -17/+0 |