aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby80-8615/+0
2007-07-08Who would have known that the only way of specifying utf-8 without preamble, ↵lbsa713-5/+5
is to not specify encoding at all. Or 'null' when sending an Encoder.
2007-07-05* Changed XmlRpc to specify utf-8lbsa714-13/+26
2007-06-28Deleted some files that are no longer in use. (I am sure I deleted these ↵MW7-1532/+44
yesterday but they seem to have returned).
2007-06-28* Run prebuild, and stuff. (Fixed bug)Adam Frisby6-96/+92
2007-06-27Some very Preliminary work on .net remoting for interregion comms. MW8-64/+238
a few more classes for CAPS LLSD types.
2007-06-27* Added patch for SYSTEMIP handling when an IPv6 address is the primary ↵Adam Frisby1-1/+10
address of the system. (as is the case on Windows Vista)
2007-06-26*Added support for reservations in OpenGridServices (mysql only for now)mingchen4-13/+80
*SQL file coming soon (as soon as I can figure out how to get the
2007-06-26* Terrain filters! - Think photoshop-style filters for terrain.Adam Frisby2-1/+10
* 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.MW2-7/+31
2007-06-25Some work in progress LLSD serialise / de-serialise functions.MW3-15/+198
2007-06-25Forgot theseMW1-1/+1
2007-06-25updated prebuild.xml.MW5-38/+45
Added some more events to IClientAPI (OnGrapObject , OnGrapUpdate, OnDeGrapObject).
2007-06-24Disabled the EventQueueGet CAPS as its not yet fully functional.MW1-2/+0
2007-06-24Hopefully enabled the OGS commsManagerMW5-37/+131
2007-06-24* Updated to use multi-listenersAdam Frisby1-24/+30
2007-06-24* Updating prebuild.xmlAdam Frisby2-43/+95
2007-06-24* Updating sugilite userserver with the same patchAdam Frisby2-2/+48
* Added expect_user support to sugilite GridComms manager (needs testing to make sure there's no conflict between httpListener daemons)
2007-06-24* Added partial support for OGS/1 grid servers with the Sugilite patch.Adam Frisby1-3/+68
2007-06-24* Forgot to commit the OGS1 code.Adam Frisby3-0/+169
2007-06-24Refactoring:Adam Frisby2-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.
2007-06-24Disabled the CheckSum Server as it seems that isn't used by viewer 1.18.MW4-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.
2007-06-23More work on CAPS handler.MW3-0/+10
2007-06-22Deleted some comments being wrote to consoleMW1-2/+1
2007-06-22Started work on CAPS support, now we have our first test capability, ↵MW3-15/+16
MapLayer requests are handled by CAPS.
2007-06-22SandBox mode login now shares a base class with the grid mode user server. MW9-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).
2007-06-21* Porting console fix from Trunk to SugiliteAdam Frisby1-3/+11
2007-06-21* Maintainence: Experimental console fix for DebianAdam Frisby1-3/+10
2007-06-21Fixed problem of not being able to move out of the first 3X3 block of ↵MW1-1/+1
regions. (Code Needs cleaning up).
2007-06-20* Terrain modification more robust, uses area sizes matching those employed ↵Adam Frisby1-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
2007-06-20Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class.MW5-25/+18
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 Frisby9-75/+70
* Console, I bid thee farewall. Use "Log" now where console used to exist.
2007-06-20* re-added SimpleApp projectslbsa713-25/+1
* made them work (yay!) * some cleanup
2007-06-19Made a base class from the Grid mode UserServer.UserManager and included ↵MW35-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)
2007-06-19*Added some missing files from last commitmingchen2-2/+0
*LoginService is now only used in LocalCommunications and not as a interface in RegionCommunications
2007-06-18*Updated/Added the base classes and interfaces for user and login serversmingchen3-15/+28
*Not yet usable, but I'm working on it
2007-06-18* example soft logger by delegatelbsa713-0/+89
2007-06-18Fixed the flashing when crossing a border.MW1-0/+1
2007-06-17Fixed inverted map texture problem.MW1-0/+27
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 ↵MW1-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.
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 ↵MW8-9/+52
within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain.
2007-06-17* Added 'LogFilename' attribute to simconfig.xml - in order to specify log namelbsa711-36/+23
* removed some greedy try-catch * ignored some bins
2007-06-16Some Rearranging of CommsManager.MW15-688/+31
2007-06-15Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't ↵MW9-3/+69
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.MW1-2/+5
2007-06-14* Added maintenance patch (issue #139) from BigfootAg to /trunkAdam Frisby4-0/+75
2007-06-14Deleted IGridServer interface (and classes implementing that).MW7-175/+23
2007-06-14* Applied Prebuild fixes to Sugilitelbsa717-31/+31
* Rebuilt project files * ignored some bins
2007-06-14Commented out the Scene.Backup method for now as there isn't really anything ↵MW2-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.