aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* Update svn properties.Jeff Ames2009-07-080-0/+0
* Add DisableUndergroundMovement to scrpting API to allow underground movementMelanie Thielker2009-07-081-1/+3
* Prevent scripts from moving prims undergroundMelanie Thielker2009-07-081-1/+4
* Prevent teleports from ending undergroundMelanie Thielker2009-07-082-0/+52
* Experimental fix for tilted avatar capsule, Mantis #2905nlin2009-07-083-7/+33
* A stab at fixong a Windows build breakMelanie Thielker2009-07-071-0/+1
* * Allowing LLSD logins to do silent logout of last hung session on standalone...Arthur Valadares2009-07-071-8/+17
* Make a renamed OpenSim.Server.exe use the corret ini file, e.g.Melanie Thielker2009-07-071-5/+5
* Update prompt and make it settable from within the ini fileMelanie Thielker2009-07-072-1/+3
* B.U.S.T. Implant #1. Add inventory services to B.U.S.T.Melanie Thielker2009-07-071-2/+13
* Make the asset IN connector return HTTP 404 if an asset is not found, andMelanie Thielker2009-07-071-3/+21
* Removing the left over monolithic user server config filesMelanie Thielker2009-07-072-47/+0
* Committing the basic universal server Technology (B.U.S.T.)Melanie Thielker2009-07-074-1/+93
* Thank you, mcortez, for a patch to prebuild to allow includes with wildcards.Melanie Thielker2009-07-062-11/+86
* Change fields and methods in LSL API from private to protected, make someMelanie Thielker2009-07-061-99/+104
* comment out some excessively verbose eventqueue debugging messagesDahlia Trimble2009-07-051-2/+2
* Fix previous commitMelanie Thielker2009-07-041-0/+1
* Add the new field agent_access_max. Without it being set to "A", viewers fromMelanie Thielker2009-07-041-0/+9
* - adding a Persistent flag to RegionInfoDr Scofield2009-07-032-1/+15
* Thank you kindly, AnakinLohner, for a patch that addresses:Charles Krinke2009-07-021-0/+18
* make methods surounding backup virtual so they could be override for server s...Sean Dague2009-07-021-3/+3
* Restore some lost functionality tot he combat module. Code that used toMelanie Thielker2009-07-021-1/+16
* Formatting cleanup.Jeff Ames2009-07-0110-326/+326
* Add copyright headers.Jeff Ames2009-07-015-5/+133
* Restore the functionality that was removed in r9928. This lets the loadMelanie Thielker2009-07-0110-52/+89
* 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