aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Forgot theseMW2007-06-251-1/+1
|
* updated prebuild.xml.MW2007-06-255-38/+45
| | | | | Added some more events to IClientAPI (OnGrapObject , OnGrapUpdate, OnDeGrapObject).
* Disabled the EventQueueGet CAPS as its not yet fully functional.MW2007-06-241-2/+0
|
* Hopefully enabled the OGS commsManagerMW2007-06-245-37/+131
|
* * Updated to use multi-listenersAdam Frisby2007-06-241-24/+30
|
* * Updating prebuild.xmlAdam Frisby2007-06-242-43/+95
|
* * Updating sugilite userserver with the same patchAdam Frisby2007-06-242-2/+48
| | | | | * Added expect_user support to sugilite GridComms manager (needs testing to make sure there's no conflict between httpListener daemons)
* * Added partial support for OGS/1 grid servers with the Sugilite patch.Adam Frisby2007-06-241-3/+68
|
* * Forgot to commit the OGS1 code.Adam Frisby2007-06-243-0/+169
|
* Refactoring:Adam Frisby2007-06-242-11/+42
| | | | | | | | * 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.
* Disabled the CheckSum Server as it seems that isn't used by viewer 1.18.MW2007-06-244-12/+31
| | | | | | | | | 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.
* More work on CAPS handler.MW2007-06-233-0/+10
|
* Deleted some comments being wrote to consoleMW2007-06-221-2/+1
|
* Started work on CAPS support, now we have our first test capability, ↵MW2007-06-223-15/+16
| | | | MapLayer requests are handled by CAPS.
* SandBox mode login now shares a base class with the grid mode user server. MW2007-06-229-270/+837
| | | | | 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).
* * Porting console fix from Trunk to SugiliteAdam Frisby2007-06-211-3/+11
|
* Fixed problem of not being able to move out of the first 3X3 block of ↵MW2007-06-211-1/+1
| | | | regions. (Code Needs cleaning up).
* * Terrain modification more robust, uses area sizes matching those employed ↵Adam Frisby2007-06-201-1/+1
| | | | | | | | | | | | 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
* Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class.MW2007-06-205-25/+18
| | | | | | Added ThirdPartyLicenses folder containing the licenses for the various third party libraries we use. Plus some other small changes.
* * Replaced old logging mechanism with new shiny logging mechanismAdam Frisby2007-06-209-75/+70
| | | | | * Console, I bid thee farewall. Use "Log" now where console used to exist.
* * re-added SimpleApp projectslbsa712007-06-203-25/+1
| | | | | | * made them work (yay!) * some cleanup
* Made a base class from the Grid mode UserServer.UserManager and included ↵MW2007-06-1935-26/+3644
| | | | | | | | 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)
* *Added some missing files from last commitmingchen2007-06-192-2/+0
| | | | | *LoginService is now only used in LocalCommunications and not as a interface in RegionCommunications
* *Updated/Added the base classes and interfaces for user and login serversmingchen2007-06-183-15/+28
| | | | | *Not yet usable, but I'm working on it
* * example soft logger by delegatelbsa712007-06-183-0/+89
|
* Fixed the flashing when crossing a border.MW2007-06-181-0/+1
|
* Fixed inverted map texture problem.MW2007-06-171-0/+27
| | | | | Added(from trunk) the loading of terrain files defined in the region.xml files.
* Each Region will now generate a texture image of their terrain and this will ↵MW2007-06-171-0/+1
| | | | 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.
* * Added the two Sample Apps to the solutionlbsa712007-06-171-1/+1
| | | | | | | * Made them build * They don't work though, gotta have a look see at that later. * ignored a shitload of bins
* Very Preliminary local teleporting added (currently only can teleport ↵MW2007-06-178-9/+52
| | | | | | | within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain.
* * Added 'LogFilename' attribute to simconfig.xml - in order to specify log namelbsa712007-06-171-36/+23
| | | | | | * removed some greedy try-catch * ignored some bins
* Some Rearranging of CommsManager.MW2007-06-1615-688/+31
|
* Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't ↵MW2007-06-159-3/+69
| | | | have any backend ogs communication support yet so everything is Sandbox mode only )
* Preliminary movement added to sugilite, forwards walking only and no animations.MW2007-06-151-2/+5
|
* Deleted IGridServer interface (and classes implementing that).MW2007-06-147-175/+23
|
* * Applied Prebuild fixes to Sugilitelbsa712007-06-147-31/+31
| | | | | | * Rebuilt project files * ignored some bins
* Commented out the Scene.Backup method for now as there isn't really anything ↵MW2007-06-142-23/+19
| | | | | | | 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.
* * Added experimental RegionHandle class to Framework.Types - see email ↵Adam Frisby2007-06-142-15/+143
| | | | posted to mailing list for technical details. Not actually enabled anywhere and could be helpful for ordinary RegionHandles as well.
* Deleted files under OpenSim.Framework/Interfaces/Remoting/ as they are ↵MW2007-06-128-252/+0
| | | | | | | currently unused and would need rewriting when we do get .net remoting added. Fixed compile error that happened due to the deleting of ClientView.Grid.
* Some rearranging of folders in OpenSim.RegionMW2007-06-126-109/+101
|
* *Fixed sugilitemingchen2007-06-111-18/+22
|
* *Removed missing file in csprojmingchen2007-06-114-12/+0
| | | | | *Removed Avatar.Client.cs (unused)
* *Removed SimProfileBase from OpenSim (Unused/Depreciated)mingchen2007-06-1110-188/+143
| | | | | *Updated prebuild.xml
* *Removed OSVector3 and replaced with libsecondlife.LLVector3mingchen2007-06-113-64/+24
|
* *Added and updated copyright headers on all files in both OpenSim and OGSmingchen2007-06-1134-14/+853
|
* Started to add/update copyright notice in sugilite.MW2007-06-1132-28/+758
|
* A few small changes and hopefully fixed the nant build problem ↵MW2007-06-111-0/+1
| | | | (OpenSim.Framework came before OpenSim.Framework.Console, so was causing a problem as OpenSim.Framework references OpenSim.Framework.Console).
* Added AttachObject method to IClientAPI.MW2007-06-111-0/+1
| | | | | Added RequestAvatar(LLUUID avatarID) method to world.
* Renamed sandBoxManager to LocalBackEndServicesMW2007-06-116-23/+30
|
* Added InterSimComms (Likely to be renamed) to the commsManager and moved the ↵MW2007-06-109-63/+103
| | | | InformClientOfNeighbours method into that.