aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-29* Created new "UUID" class to override LLUUID in general. (Unable to inherit ↵Adam Frisby2-15/+153
from LLUUID, so written as a wrapper + extra functions), 1:1 Feature compatible with LLUUID designed as "Drop In" replacement.
2007-06-29* Experimental patch: Replaced IPAddress.Any with IPAddress.Parse("0.0.0.0") ↵Adam Frisby2-6/+6
to force IPv4
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 ↵mingchen7-7/+7
sandbox mode
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
in sandbox mode) *Various small renamings
2007-06-28enabled physics plugin flying flags.MW2-2/+3
2007-06-28*Renamed GridCommsManager to CommunicationsOGS1 to match CommunicationsLocal ↵mingchen4-26/+33
-- its sandbox mode counterpart
2007-06-28*Master User is now set upmingchen40-174/+293
*Added support for getting user profile information from remote grid server (untested) *Updated prebuild.xml
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
*Added base support for setting up a master user
2007-06-28Finished removing the old scripting code, Scene.Scripting.cs and ↵MW13-251/+43
OpenSim.Framework.Interfaces.Scripting.
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
* Added support for new scripting engines ** Javascript ** J# (Java on .NET) ** C# * Added license headers to things. * Updated prebuild for the above
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
* Use "script load somefile.cs" for C# scripting. Will commit additional languages shortly. Scripts should implement the IScript interfaces to work correctly. * Someone port this over to NameSpaceChanges (built in Sugilite since sugilite is working)
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
*Some folder renaming to follow project Name *Updated prebuild.xml
2007-06-27*Moved VersionInfo.cs to its correct place in OpenSim.csprojmingchen18-40/+40
*Added OpenSim.Region.Caps *Updated prebuild.xml and ran prebuild
2007-06-27*Fixed OpenGridServices.sln and prebuild.xmlmingchen1-4/+6
*NameSpaceChanges branch now fully compiles!
2007-06-27*Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵mingchen26-61/+62
prebuild.xml though
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
*Removed .user, .suo, and unneccessary files in /bin/Physics/ *OpenSim.sln should compile with nant and on windows now
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 ↵mingchen69-1328/+228
to add/remove something
2007-06-27Some very Preliminary work on .net remoting for interregion comms. MW7-23/+6
a few more classes for CAPS LLSD types.
2007-06-27* Begun reimplementing scripting.Adam Frisby5-23/+196
2007-06-27The following events now work:Adam Frisby2-10/+33
* OnFrame * OnNewPresence * OnNewPrimitive * OnRemovePresence
2007-06-27* Renamed new event manager "SceneEvents" to "EventManager"Adam Frisby2-1/+9
* Installed into Scene.cs * TODO: Remove IScriptHandler and ScriptEng calls from Update() - they should use eventManager and bind as needed.
2007-06-27* Commiting new "SceneEvents" class - a single class which contains bindable ↵Adam Frisby1-0/+29
events for common things, which can later be passed to the scripting engine. Events being things like OnFrame / OnNewViewer, etc.
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
* Terrain filters may be written in either C# or JavaScript and loaded at runtime Use: terrain csfilter somefile.cs -- Loads a C# filter terrain jsfilter somefile.js -- Loads a JavaScript filter Once a terrain filter has been loaded, you can use the command as normal, eg terrain demofilter
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
Added some more events to IClientAPI (OnGrapObject , OnGrapUpdate, OnDeGrapObject).
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
* Renamed IPListenAddr to CommsIPListenAddr * Renamed IPListenPort to CommsIPListenPort New Features: * Begun OGS/.1 implementation -- created new temporary "GridInfo" class to hold grid settings, needs reworking to wherever settings are stored these days.
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
Started to add support for asset uploads over CAPS (the asset is uploaded but seems to come out corrupt). Started to cleanup/rewrite the AssetCache. Fixed bug in MapBlock requests, where data for some regions wasn't being sent. Renamed PrimData's Texture to TextureEntry. most likely a few other small changes.
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, ↵MW9-37/+151
MapLayer requests are handled by CAPS.
2007-06-22SandBox mode login now shares a base class with the grid mode user server. MW12-145/+121
To allow people to login without creating accounts first in sandbox mode anytime a login request is received without a matching account already being in the database, a new account will be made. (also in sandbox mode, passwords aren't currently used).