Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-06-29 | * Created new "UUID" class to override LLUUID in general. (Unable to inherit ↵ | Adam Frisby | 2 | -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 Frisby | 2 | -6/+6 | |
to force IPv4 | |||||
2007-06-29 | * Applying Danx0r's BasicPhysics update. | Adam Frisby | 1 | -16/+23 | |
2007-06-29 | *Deleted Logger.cs from OpenSim.Framework | mingchen | 35 | -252/+163 | |
2007-06-29 | * just making sure build files are latest | lbsa71 | 7 | -21/+21 | |
2007-06-29 | *Hopefully fixed the empty dialog box error on client when logging in on ↵ | mingchen | 7 | -7/+7 | |
sandbox mode | |||||
2007-06-28 | * Removed J# language support because it has issues with Mono. | Adam Frisby | 41 | -307/+191 | |
2007-06-28 | *Added UUIDNameRequest packet support (untested, but should work -- at least ↵ | mingchen | 20 | -64/+89 | |
in sandbox mode) *Various small renamings | |||||
2007-06-28 | enabled physics plugin flying flags. | MW | 2 | -2/+3 | |
2007-06-28 | *Renamed GridCommsManager to CommunicationsOGS1 to match CommunicationsLocal ↵ | mingchen | 4 | -26/+33 | |
-- its sandbox mode counterpart | |||||
2007-06-28 | *Master User is now set up | mingchen | 40 | -174/+293 | |
*Added support for getting user profile information from remote grid server (untested) *Updated prebuild.xml | |||||
2007-06-28 | Applied ScenePresence movement patch from Darok. | MW | 2 | -33/+60 | |
2007-06-28 | *User Profile requests on OGS UserServer now uses XMLRPC instead of REST | mingchen | 5 | -70/+107 | |
*Added base support for setting up a master user | |||||
2007-06-28 | Finished removing the old scripting code, Scene.Scripting.cs and ↵ | MW | 13 | -251/+43 | |
OpenSim.Framework.Interfaces.Scripting. | |||||
2007-06-28 | Imported the scripting changes, so now should be up to date with sugilite. | MW | 69 | -712/+2315 | |
2007-06-28 | should now work. | MW | 2 | -2/+1 | |
2007-06-28 | * Run prebuild, and stuff. (Fixed bug) | Adam Frisby | 4 | -72/+84 | |
2007-06-28 | Shiny commit (finally) | Adam Frisby | 9 | -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 Frisby | 4 | -218/+0 | |
2007-06-28 | * Brand spankin' new scripting engine. | Adam Frisby | 17 | -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. | mingchen | 5 | -6/+6 | |
2007-06-27 | *Moved all the classes into their own file from LLSDHelpers.cs | mingchen | 39 | -400/+639 | |
*Some folder renaming to follow project Name *Updated prebuild.xml | |||||
2007-06-27 | *Moved VersionInfo.cs to its correct place in OpenSim.csproj | mingchen | 18 | -40/+40 | |
*Added OpenSim.Region.Caps *Updated prebuild.xml and ran prebuild | |||||
2007-06-27 | *Fixed OpenGridServices.sln and prebuild.xml | mingchen | 1 | -4/+6 | |
*NameSpaceChanges branch now fully compiles! | |||||
2007-06-27 | *Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵ | mingchen | 26 | -61/+62 | |
prebuild.xml though | |||||
2007-06-27 | *More compile fixes (should be it on OpenSim.sln) | mingchen | 6 | -67/+60 | |
2007-06-27 | *Updated prebuild.xml and ran prebuild again | mingchen | 47 | -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 now | mingchen | 11 | -0/+1096 | |
2007-06-27 | *Some more restructuring/fixing -- should compile, but high chance I forgot ↵ | mingchen | 69 | -1328/+228 | |
to add/remove something | |||||
2007-06-27 | Some very Preliminary work on .net remoting for interregion comms. | MW | 7 | -23/+6 | |
a few more classes for CAPS LLSD types. | |||||
2007-06-27 | * Begun reimplementing scripting. | Adam Frisby | 5 | -23/+196 | |
2007-06-27 | The following events now work: | Adam Frisby | 2 | -10/+33 | |
* OnFrame * OnNewPresence * OnNewPrimitive * OnRemovePresence | |||||
2007-06-27 | * Renamed new event manager "SceneEvents" to "EventManager" | Adam Frisby | 2 | -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 Frisby | 1 | -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 Frisby | 2 | -0/+11 | |
2007-06-26 | * Terrain filters! - Think photoshop-style filters for terrain. | Adam Frisby | 4 | -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-25 | Some Caps/LLSD cleaning up. | MW | 1 | -29/+25 | |
2007-06-25 | Some work in progress LLSD serialise / de-serialise functions. | MW | 1 | -9/+17 | |
2007-06-25 | Forgot these | MW | 2 | -2/+2 | |
2007-06-25 | updated prebuild.xml. | MW | 14 | -160/+273 | |
Added some more events to IClientAPI (OnGrapObject , OnGrapUpdate, OnDeGrapObject). | |||||
2007-06-24 | Disabled the EventQueueGet CAPS as its not yet fully functional. | MW | 1 | -2/+2 | |
2007-06-24 | Hopefully enabled the OGS commsManager | MW | 4 | -36/+87 | |
2007-06-24 | * Updating prebuild.xml | Adam Frisby | 2 | -32/+27 | |
2007-06-24 | Refactoring: | Adam Frisby | 5 | -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-24 | A bit more work on the AssetCache. | MW | 4 | -15/+17 | |
2007-06-24 | Disabled the CheckSum Server as it seems that isn't used by viewer 1.18. | MW | 15 | -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-23 | More work on CAPS handler. | MW | 6 | -44/+51 | |
2007-06-22 | Deleted some comments being wrote to console | MW | 1 | -5/+10 | |
2007-06-22 | Started work on CAPS support, now we have our first test capability, ↵ | MW | 9 | -37/+151 | |
MapLayer requests are handled by CAPS. | |||||
2007-06-22 | SandBox mode login now shares a base class with the grid mode user server. | MW | 12 | -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). |