aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2007-06-29* Experimental patch: Replaced IPAddress.Any with IPAddress.Parse("0.0.0.0") ...Adam Frisby2-6/+6
2007-06-29* Applying Danx0r's BasicPhysics update.Adam Frisby1-16/+23
2007-06-29*Deleted Logger.cs from OpenSim.Frameworkmingchen35-252/+163
2007-06-29* just making sure build files are latestlbsa717-21/+21
2007-06-29*Hopefully fixed the empty dialog box error on client when logging in on sand...mingchen7-7/+7
2007-06-28* Removed J# language support because it has issues with Mono.Adam Frisby41-307/+191
2007-06-28*Added UUIDNameRequest packet support (untested, but should work -- at least ...mingchen20-64/+89
2007-06-28enabled physics plugin flying flags.MW2-2/+3
2007-06-28*Renamed GridCommsManager to CommunicationsOGS1 to match CommunicationsLocal ...mingchen4-26/+33
2007-06-28*Master User is now set upmingchen40-174/+293
2007-06-28Applied ScenePresence movement patch from Darok.MW2-33/+60
2007-06-28*User Profile requests on OGS UserServer now uses XMLRPC instead of REST mingchen5-70/+107
2007-06-28Finished removing the old scripting code, Scene.Scripting.cs and OpenSim.Fram...MW13-251/+43
2007-06-28Imported the scripting changes, so now should be up to date with sugilite. MW69-712/+2315
2007-06-28should now work.MW2-2/+1
2007-06-28* Run prebuild, and stuff. (Fixed bug)Adam Frisby4-72/+84
2007-06-28Shiny commit (finally)Adam Frisby9-5/+603
2007-06-28* More removing stuff. Tortoise SVN I hate you.Adam Frisby4-218/+0
2007-06-28* Brand spankin' new scripting engine.Adam Frisby17-523/+193
2007-06-28*Fixed UserServer and OpenSim so now they start without crashing.mingchen5-6/+6
2007-06-27*Moved all the classes into their own file from LLSDHelpers.csmingchen39-400/+639
2007-06-27*Moved VersionInfo.cs to its correct place in OpenSim.csprojmingchen18-40/+40
2007-06-27*Fixed OpenGridServices.sln and prebuild.xmlmingchen1-4/+6
2007-06-27*Fixed all renaming for OpenGridServices.sln, still a reference issue in preb...mingchen26-61/+62
2007-06-27*More compile fixes (should be it on OpenSim.sln)mingchen6-67/+60
2007-06-27*Updated prebuild.xml and ran prebuild againmingchen47-572/+179
2007-06-27*Added some missing files I forgot to add...OpenSim.sln should compile nowmingchen11-0/+1096
2007-06-27*Some more restructuring/fixing -- should compile, but high chance I forgot t...mingchen69-1328/+228
2007-06-27Some very Preliminary work on .net remoting for interregion comms. MW7-23/+6
2007-06-27* Begun reimplementing scripting.Adam Frisby5-23/+196
2007-06-27The following events now work:Adam Frisby2-10/+33
2007-06-27* Renamed new event manager "SceneEvents" to "EventManager"Adam Frisby2-1/+9
2007-06-27* Commiting new "SceneEvents" class - a single class which contains bindable ...Adam Frisby1-0/+29
2007-06-26* Added help command to terrain filters.Adam Frisby2-0/+11
2007-06-26* Terrain filters! - Think photoshop-style filters for terrain.Adam Frisby4-24/+156
2007-06-25Some Caps/LLSD cleaning up.MW1-29/+25
2007-06-25Some work in progress LLSD serialise / de-serialise functions.MW1-9/+17
2007-06-25Forgot theseMW2-2/+2
2007-06-25updated prebuild.xml.MW14-160/+273
2007-06-24Disabled the EventQueueGet CAPS as its not yet fully functional.MW1-2/+2
2007-06-24Hopefully enabled the OGS commsManagerMW4-36/+87
2007-06-24* Updating prebuild.xmlAdam Frisby2-32/+27
2007-06-24Refactoring:Adam Frisby5-10/+11
2007-06-24A bit more work on the AssetCache.MW4-15/+17
2007-06-24Disabled the CheckSum Server as it seems that isn't used by viewer 1.18.MW15-131/+424
2007-06-23More work on CAPS handler.MW6-44/+51
2007-06-22Deleted some comments being wrote to consoleMW1-5/+10
2007-06-22Started work on CAPS support, now we have our first test capability, MapLayer...MW9-37/+151
2007-06-22SandBox mode login now shares a base class with the grid mode user server. MW12-145/+121
2007-06-21Fixed the struct and null compare bug.MW1-1/+1