aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer/ClientView.ProcessPackets.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Terrain modification more robust, uses area sizes matching those employed ↵Adam Frisby2007-06-201-1/+2
| | | | | | | | | | | | 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
* * Replaced old logging mechanism with new shiny logging mechanismAdam Frisby2007-06-201-2/+2
| | | | | * Console, I bid thee farewall. Use "Log" now where console used to exist.
* Each Region will now generate a texture image of their terrain and this will ↵MW2007-06-171-26/+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.
* Very Preliminary local teleporting added (currently only can teleport ↵MW2007-06-171-18/+29
| | | | | | | within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain.
* Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't ↵MW2007-06-151-1/+0
| | | | 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-1/+2
|
* some more rearrangingMW2007-06-151-21/+21
|
* (no commit message)MW2007-06-121-0/+538
|
* And some more!MW2007-06-121-537/+0
|
* *Added and updated copyright headers on all files in both OpenSim and OGSmingchen2007-06-111-0/+27
|
* Prim creation working.MW2007-06-101-1/+4
|
* Number of small changes. MW2007-06-091-3/+15
|
* *Added delegates and events for parcel and estate managementmingchen2007-06-081-0/+25
| | | | | *Only thing left is to get the master user setup in both sandbox and grid mode
* We have successful login! MW2007-05-301-4/+1
|
* trying to get login to workMW2007-05-301-20/+73
|
* Should allow multiple worlds (and UDP servers) to be ran in one instance, ↵MW2007-05-271-10/+7
| | | | just missing backend comms and working Avatar/primitives classes.
* Die WebFrontEnd, Die Grid class!MW2007-05-261-34/+1
|
* Start of rewrite 5279! MW2007-05-261-0/+456