aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneBase.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *Added SceneExternalChecks.cs that is used to manage checking the results of ↵mingchen2008-05-071-0/+6
| | | | multiple functions that register with the class and return the result (usually true/false) based on those results. This is useful for module wanting to put their opinion in decisions such as 'can the user rez this object?'
* * Rolled back a few changes.Adam Frisby2008-05-011-37/+34
|
* * Spring cleaning on Region.Environment. Adam Frisby2008-05-011-34/+37
| | | | | | | * Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-4/+4
| | | | (this took a while to run).
* * Re-Fixed caps Teravus Ovares2008-04-171-12/+0
| | | | | * This fixes chi11ken's/OpenViewer's libsl cap issue.
* * A tweak of the caps system so that new caps have random paths instead of a ↵Teravus Ovares2008-04-151-0/+12
| | | | | | | | | | fixed path * This allows caps requests to be routed to regions where the agent is currently a root agent instead of the region that they logged into as it did previously. * This fixes a wide variety of bugs related to 'can't do X once i've crossed a border'. * The first seed cap request fails, the second one works. (this generates an error message on the console) * Experimental.
* *Moved LandManagement into its own region module (spiffy!)mingchen2008-03-221-0/+3
|
* * First draft resolution of mantis 777, 734, 389 - scripts do not save in ↵Justin Clarke Casey2008-03-201-0/+15
| | | | | | | | | | | | non-home regions * Should work in multi-region standalone and grid modes * This should also solve other non-home region caps issues (map requests, RC client inventory requests, etc) * We now pass CAPS information on to the destination region on region crossing, and set up a CAPS object when an agent becomes a master * Current limitation is that this will only work if your http_listener_port is 9000 * This is a very early code cut (lots of bad practice, hard coding and inefficiency). However, I wanted to get this out there for feedback and my own sanity. Next few patches will clean up the mess.
* Formatting cleanup.Jeff Ames2008-03-181-27/+27
|
* * Disabled ancient TerrainEngine.Adam Frisby2008-03-061-11/+2
| | | | | | | * Enabled new TerrainModule. (The king is dead, long live the king!) * Use the console command: "script terrain save file.r32" / "script terrain load file.r32" to load/save terrain. Now uses the extension to determine file format. * MANY of the old terrain features do not have a replacement function in the new module yet, this needs to be corrected, but has not been done so far. This being said, the new module is faster and more efficient and should be a good replacement.
* * New Terrain Module (disabled, search for 'usingTerrainModule = false' to ↵Adam Frisby2008-03-051-1/+1
| | | | | | | | | | | reenable) * *Much* faster terraforming (woot!) * New "Brushes" design, so you can create custom terraforming brushes then apply those inplace of the standard tools. (ie an Erode Brush for example) * New specialised "Flood Brushes" to do large area effects, ie, raise-area, now takes a bitmap rather than repeats the ordinary raise brush a thousand times. * New modular file Load/Save systems -- write importers/exporters for multiple formats without having to hard code the whole thing in. * Coming soon - effects system, ie the old Erosion functions, etc. for one-shot effects.
* * Removed a bunch of compiler warnings.Adam Frisby2008-03-031-1/+1
|
* * Removed and sorted using clauses in a number of files.Adam Frisby2008-03-031-1/+10
| | | | | | | | | | * Cleaned up ITerrainChannel * Implemented Raise, Lower, Smooth, Flatten, Noise Terrain Paint Brushes * Implemented Raise, Lower, Smooth, Flatten, Noise Terrain Fill Brushes * Implemented Export functionality for RAW32 terrain loader * Implemented Import/Export for SLRAW terrain loader * Implemented Export for JPEG terrain loader
* Change handler001 through handler009 to moreCharles Krinke2008-03-021-3/+3
| | | | | | | | appropriate names consisten with their use. All done with all 94 handlers from handler001 through handler094. Hopefully we can move forward without numbered handlers.
* * Moved all events except gridcomms and regioncomms over to Event Delegate ↵Teravus Ovares2008-02-221-1/+3
| | | | instances to prevent event race conditions
* * Removed some catch-all-ignores from UDPServer in an attempt to look for #305.Adam Frisby2008-02-141-0/+2
| | | | | * Minor work towards abstracting terrain.
* * Fixed nebadon's UserServer crash bug from yesterday.Teravus Ovares2008-02-091-0/+5
| | | | | | * Made Estate tools work for estate managers without needing to request admin status First * Added code to make the Simulator version to be reported in the About box of the client
* Converted logging to use log4net.Jeff Ames2008-02-051-2/+4
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* Persistent prim inventory phase 5. Restart scripts contained in persisted ↵Justin Clarke Casey2008-01-071-1/+3
| | | | | | | | prims on region start. No user functionality exposed yet - no ini switch to enable persistence or restore. A bit more initial work to do.
* * Added the ability for estate managers to use the magic secondlife blue ↵Teravus Ovares2008-01-041-1/+4
| | | | | | | card of death to send out region and estate messages. * Switched over Region Restart notices to the magic secondlife blue card of death method.
* * Optimized usingslbsa712007-12-271-7/+4
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* * Fix for mantis 0000040 After client logout remote host closed connection ↵Teravus Ovares2007-12-181-0/+2
| | | | | | | | | on Simulator makes sim unuseable->'Closed Connection Called' * I've fundamentally changed a few things, so this is experimental * The routine that I used needs to be tested on Linux. I don't expect it to cause a problem, but hey, it might. * Child agents are still not logged off properly, so when the first set time out, the second set get logged off also, on the second log in if the second login is initiated before the first one fully times out.
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-101-2/+2
| | | | notice of doom
* * Restarting regions with the estate tools works in sandbox mode. I'm still ↵Teravus Ovares2007-11-261-2/+1
| | | | working on grid mode, however. It doesn't break anything, but that feature doesn't work in grid mode yet either.
* * Added the ability to restart your individual sims from within them using ↵Teravus Ovares2007-11-251-0/+34
| | | | | | | the estate tools. * The sims properly restart, however they don't yet notify the existing avatars that they are up. To see the sim again, you'll need to log-out and back in until I can figure out how to get the proper data to the sims and to the avatar so they reconnect again.
* Added "remove-region <region name>" console command that "should" remove the ↵MW2007-11-131-5/+0
| | | | named region/scene.
* Some more refactoringMW2007-11-041-7/+0
|
* Added support for OpenSim application plugins (as requested by Adam), which ↵MW2007-11-041-1/+7
| | | | | | | use Mono.addins for loading/management. (which is a pure .net solution so works on both Mono and MS .net, and is under the MIT license, will add the source code for the library later). I also suggest we look into switching to using Mono.addins for our Region module loading management. A little bit more refactoring of Scene.
* First part of Scene refactoring:MW2007-11-031-1/+4
| | | | | | Started the move of some of the methods from scene into a inner class (currently called InnerScene.cs), the idea being that the code related to the 3d scene (primitive/entities/Avatars etc) will be in this inner class, then what is now Scene.cs will be left as a kind of wrapper class around it. And once the spilt is complete can be renamed to something like RegionInstance (or any name that sounds good and ids it as the Region layer class that "has" a scene). Added SceneCommunicationService which at the moment is a kind of high level wrapper around commsManager. The idea being that it has a higher level API for the Region/Scene to send messages to the other regions on the grid. a Example of the API is that instead of having sendXmessage methods, it has more functional level method like PassAvatarToNeighbour. Hopefully this will allow more freedom to do changes in communications that doesn't break other things.
* fixed filenames in log messagesJeff Ames2007-10-311-1/+1
|
* * Optimized usingslbsa712007-10-301-2/+2
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW2007-10-291-2/+1
| | | | | | | Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
* * Now the OGS1GridServices has a LocalBackEndServices that it forwards ↵lbsa712007-09-251-0/+7
| | | | | | | intra-instance requests to * Every Scene has a ClientManager (as every dog it's day) since two scenes can have the same circuit as client.
* * Encapsulated all CommunicationsManager serviceslbsa712007-09-241-1/+1
|
* * First example of moving stuff to a Region layerlbsa712007-09-211-11/+0
| | | | | * Also, changed RegionPresence to 'RegionSubscription' - let's just see where we land with this...
* * Modernized ScriptManager to new interface-based module calls.lbsa712007-09-191-9/+7
| | | | | * 'remove redundant this qualifier' ftw
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* Various small changes (some likely to be removed again soon)MW2007-08-291-0/+1
|
* Added public RegionInfo RegionsInfo property to SceneBase (so scripts can ↵MW2007-08-141-0/+5
| | | | access it).
* * Started renaming world to Scenelbsa712007-07-261-1/+1
| | | | | | * Update and UpdateMovement now first stores array to avoid collection update exceptions * Ignored some bins
* * Terrain should now send just updated patches.Adam Frisby2007-07-241-2/+2
|
* * Reduced a significant number of compiler warnings (back down to 9 for all ↵Adam Frisby2007-07-241-1/+1
| | | | projects combined, all 'never used' things)
* * Some work in progress code: Inventory cache, start of inventory ↵MW2007-07-221-1/+1
| | | | | | | | | | | server/service, userprofile cache, inventory handling. (non of it is enabled yet (or at least it shouldn't be). * Fixed some of the problems with crossing regions when flying: you should no longer sink to ground level when crossing (should keep roughly your right height). Should no longer sometimes get sent back to the centre of the current region when attempting to border cross. But instead sometimes you will find you avatar stop at the edge of region and you will need to start moving again to retry the crossing (which should then work). This code is partly based on Babblefrog's issue #212 patch. [I think I have some ideas of how to solve the stopping at edges problem, just want to get the inventory code done first] * Capabilities code has now been moved to the OpenSim.Framework.Communications project as some of the caps code will be tightly tied to inventory/asset handling and it was causing a two way reference problem when it was in its own project/dll. This is a Big commit as I was going to keep my inventory work local until I had it in a working state, in case it brakes anything, but its getting harder to keep in sync with svn.
* * Renamed terrain functions to match OpenSim naming styles.Adam Frisby2007-07-211-2/+2
| | | | | * Added capability to support minimum/maximum terrain limits (from the last 'bake')
* * Moved EventManager to SceneBase (from Scene)Adam Frisby2007-07-191-1/+8
| | | | | | * Added OnShutdown event to EventManager (to be used to perform cleanups, etc) * Fixed another compiler warning.
* * Cleaned out remaining references to the old LocalStorage system in prep. ↵Adam Frisby2007-07-191-40/+1
| | | | to move to StorageManager.
* * debugged quite a lot of db-related strangeness and various refactoring goofslbsa712007-07-171-31/+24
|
* changed to native line ending encodingSean Dague2007-07-161-195/+195
|
* Removed the reference to ClientManager from scene, as scene really shouldn't ↵MW2007-07-151-1/+0
| | | | | | | | have a direct reference to the UDP/Packet server's clientmanager, instead it should send all data through the ScenePresences. For those functions that was using the clientManager's foreachClient(delegate) method, there is now a ForEachScenePresence(delegate) in scene. This change helps with the decoupling of client packet functions from the scene functions.
* * ObjectAddPacket now confined to ClientView,´using PrimitiveBaseShape ↵lbsa712007-07-131-2/+0
| | | | instead - w00t!