aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ThirdPartyLicenses/Aurora-Sim.txt (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-11-03BulletSim: Add banking and other new code to vechile dynamics. Add third ↵Robert Adams1-36/+26
party license and contributor in for for Aurora-Sim project for physics code.
2012-01-12Move some interfaces to a more apropriate placeBlueWall1-0/+0
2012-01-05Adding empty ISearchModule interfaceBlueWall1-2/+1
2012-01-03Profile UpdatesBlueWall1-4/+5
Update basic profile to use the replaceable interface, making configuration less error-prone. Add support to query avatar's home user account and profile service for regions usng the updated OpenProfileModule with Hypergrid.
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2008-12-29* Apply http://opensimulator.org/mantis/view.php?id=2927 with some changesJustin Clarke Casey1-1/+0
* This allows configuration of the assetset and library control file paths to be other than ./inventory/Libraries.xml and ./assets/AssetSets.xml * This is controlled via the LibrariesXMLFile and AssetSetsXMLFile configuration settings in [StandAlone] in OpenSim.ini (in standalone) and via the user and asset config xml files for grid mode * Thanks to SirKimba for the patch
2008-04-29* Spring cleaning.Adam Frisby1-2/+2
* Added new generic "Location" class to handle 2D integer locations. Going to use it to replace all RegionHandle and X,Y coordinate references throughout the entire project. You have been warned.
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-01-02* Refactored out function to load specified AssetSet Xmllbsa711-1/+2
This commit dedicated to 'Mohawk - Bad Girls (Need Love Too)'
2007-12-28Factor out common asset loading from AssetServerBase and Grid/AssetServer/MainJustin Clarke Casey1-6/+5
2007-12-27* Optimized usingslbsa711-5/+2
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames1-1/+1
notice of doom
2007-11-04normalized line endingsJeff Ames1-41/+41
2007-11-03*Moved region loading into its own interface IRegionLoadermingchen1-40/+41
*Added ability to load regioninfo remotely from a webserver from a single file. See share/RegionLoading/HOWTO_REMOTE_REGION_LOADING.txt for more info and an example file.
2007-10-30* Optimized usingslbsa711-4/+1
* Shortened type references * Removed redundant 'this' qualifier
2007-09-17fixing me some line endingsSean Dague1-43/+43
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-08-28Taken the old scripting engine out of Region.Environment and moved it into a ↵MW1-43/+43
separate module: OpenSim.Region.ExtensionsScriptModule (named as such because the purpose of it is to script server extensions, rather than "user scripting" like Tedd's engine.)
2007-08-06... and here's the second part...lbsa711-0/+0
2007-08-06Part 1 of a two-part commit to change caps of 'scripting' dir...lbsa711-0/+0
2007-07-16changed to native line ending encodingSean Dague1-43/+43
2007-07-13* Renamed OpenSim.Region.Enviroment.Scripting to OpenSim.Region.ScriptingAdam Frisby1-1/+1
* Renamed OpenSim.Scripting to OpenSim.Region.Scripting
2007-07-13* Reorganising Java Virtual Machine code into a subfolder for the JVM ↵Adam Frisby1-0/+0
specific parts, leaving the JVMEngine folder specifically for Script/IScript interfaces. * Fixed a compile issue with the Interpreted Scripts API.
2007-07-05* Added Java support back into Sugilite (although it still needs a calling ↵Adam Frisby1-7/+7
host to be added).
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-8/+0
* added some licensing info