aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.Region (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-28* Run prebuild, and stuff. (Fixed bug)Adam Frisby2-48/+60
2007-06-28Shiny commit (finally)Adam Frisby8-5/+576
* 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 Frisby13-390/+217
* 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-27Some very Preliminary work on .net remoting for interregion comms. MW2-4/+2
a few more classes for CAPS LLSD types.
2007-06-27* Begun reimplementing scripting.Adam Frisby1-23/+32
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-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.MW7-108/+185
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 commsManagerMW1-7/+45
2007-06-24* Updating prebuild.xmlAdam Frisby2-32/+27
2007-06-24Refactoring:Adam Frisby2-5/+6
* 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.MW2-12/+7
2007-06-24Disabled the CheckSum Server as it seems that isn't used by viewer 1.18.MW6-47/+193
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.MW4-42/+47
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, ↵MW4-27/+141
MapLayer requests are handled by CAPS.
2007-06-22SandBox mode login now shares a base class with the grid mode user server. MW2-5/+5
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).
2007-06-21Some refactoring.MW8-281/+371
2007-06-21Very Preliminary teleporting between regions added. MW1-1/+14
2007-06-21Fixed problem of not being able to move out of the first 3X3 block of ↵MW4-21/+16
regions. (Code Needs cleaning up).
2007-06-20* Terrain modification more robust, uses area sizes matching those employed ↵Adam Frisby1-7/+44
by the client display. * Terrain tools now account for the duration the cursor was held for. * Terrain tools now support new brushes (completing the common set) ** Smooth brush ** Flatten brush ** Revert brush ** Noise brush
2007-06-20Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class.MW13-75/+80
Added ThirdPartyLicenses folder containing the licenses for the various third party libraries we use. Plus some other small changes.
2007-06-20* Replaced old logging mechanism with new shiny logging mechanismAdam Frisby4-28/+28
* Console, I bid thee farewall. Use "Log" now where console used to exist.
2007-06-20* Removed ClientThreads from avatarlbsa718-20/+24
* Deleted SimpleApp2 as it's getting wonkier and wonkier by the minute * Added avatar handling to SimpleApp, still don't have any avatar out on the playing field * Removed some warnings * Went from IWorld to Scene *
2007-06-19Made a base class from the Grid mode UserServer.UserManager and included ↵MW1-1/+1
that in the OpenSim solution. Included OpenGrid.Framework.Data in the OpenSim solution (and OpenGrid.Framework.Data.DB4O). Changed OpenSim.LocalCommunications.LocalUserServices so that it inherits from the UserManagement Base class. (still not finished implementing the CustomiseResponse() method)
2007-06-18Fixed the flashing when crossing a border.MW2-11/+20
2007-06-17Fixed inverted map texture problem.MW1-2/+23
Added(from trunk) the loading of terrain files defined in the region.xml files.
2007-06-17Each Region will now generate a texture image of their terrain and this will ↵MW3-20/+13
be used by the map. Note: Currently each region generates a new image every time they start; even if the terrain is read from the database. And also they don't update it when the terrain changes.
2007-06-17* Added the two Sample Apps to the solutionlbsa711-1/+1
* Made them build * They don't work though, gotta have a look see at that later. * ignored a shitload of bins
2007-06-17Very Preliminary local teleporting added (currently only can teleport ↵MW6-83/+187
within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain.
2007-06-16Some Rearranging of CommsManager.MW1-3/+3
2007-06-15Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't ↵MW4-22/+148
have any backend ogs communication support yet so everything is Sandbox mode only )
2007-06-15Preliminary movement added to sugilite, forwards walking only and no animations.MW3-36/+101
2007-06-15and some moreMW8-1282/+16
2007-06-15some more rearrangingMW6-0/+1266
2007-06-14trying to clean up the namespaces.MW18-45/+2961
2007-06-14trying to clean up the namespaces.MW19-2962/+50
2007-06-14* Applied Prebuild fixes to Sugilitelbsa712-22/+22
* Rebuilt project files * ignored some bins
2007-06-14Commented out the Scene.Backup method for now as there isn't really anything ↵MW1-0/+4
to Backup yet and it might be the cause of a memory leak. Deleted EmbeddedJVM scripting engine, not being used. "If" we ever decide to use it then it can be re-added.
2007-06-14Fixed the bug that makes a region use its water height as its name (in ↵MW2-20/+24
regionhandshake), which lead to most regions being called "20". (applied fix to sugilite) Rearranged some of the methods in ClientView.API.
2007-06-12(no commit message)MW4-5/+4
2007-06-12Renamed World class to Scene classMW13-52/+52
2007-06-12Renamed OpenSim.Region/World folder to Scene (classes renaming will follow)MW18-43/+31
2007-06-12some more rearranging. MW3-0/+0