aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-09-25* Fixed Culture-variant parsing of config optionslbsa711-6/+1
2007-09-24* Added time dilation property to SceneAdam Frisby1-0/+4
* Default Terrain algorithm now produces something slightly less mountainous. * Fixed lolcat
2007-09-24* Fixed an issue where it chose the smaller rather than larger of the two ↵Adam Frisby1-1/+1
numbers for the update call.
2007-09-24* Renamed ScriptConsole to PluginConsole for clarityAdam Frisby3-9/+9
* Fixed a bug where ODE tries to do a physics update for zero frames.
2007-09-24* Refactored the central update loop - now easier to work with. Switching ↵Adam Frisby1-90/+158
from per-framecounts to per-second time periods and moving to OpenSim.ini shortly.
2007-09-24* Long days journey towards nightlbsa711-4/+5
2007-09-24* Hotfix for 'properties all the way into the sunset' bug; it just doesn't ↵lbsa712-11/+11
make sense, but maybe we need to handle agentUpdates form children too. * Ignored some bins
2007-09-24* the worlds most insignificant commitlbsa711-0/+1
2007-09-24* Console output killed the cat. s/cat/sim/lbsa711-2/+2
2007-09-24* Started major restructusing of comms to prepare for better grid and region ↵lbsa712-16/+16
functionality * Working towards one shared set of services * Killed off two projects with very little functionality
2007-09-24* Encapsulated all CommunicationsManager serviceslbsa715-145/+145
2007-09-24* Added TryGetAvatarByNamelbsa712-0/+34
2007-09-24long-lost fixes to physics -- proper physical avatar management on crossings, TPdan miller2-2/+3
2007-09-23* Purged 'Regions' code pending Agent layer grok.lbsa716-110/+9
* Changed so prims aren't loaded until AFTER parcels. * The region startup flow is still an ungodly rats nest.
2007-09-22Stand Alone ScriptEngine: early framework, ongoing planning (don't touch ↵Tedd Hansen2-18/+17
yet, will go through major reorganizing). Still a LOT of things needs to be solved...
2007-09-21* There. I think this concludes todays work on moving stuff to Broadcast()lbsa711-2/+2
2007-09-21* Slowly but surely working my way towards Regionality...lbsa713-44/+44
2007-09-21* Yeah, I placed Close() in the wrong file. So sue me.lbsa712-9/+5
2007-09-21* Continued work on Region layerlbsa715-45/+59
* Added Close() to ScenePresence to remove and destroy PhysicsActor
2007-09-21* Removed unused RegenerateTerrain functionslbsa711-54/+0
2007-09-21* Removed unused LandRenegerated flaglbsa713-26/+2
2007-09-21* First example of moving stuff to a Region layerlbsa718-65/+77
* Also, changed RegionPresence to 'RegionSubscription' - let's just see where we land with this...
2007-09-21* Continuing refactoring of presencelbsa7115-179/+145
* Deleted stub ScenePresence.Body.cs * Added stub Region classes The idea is to, at first, have every ScenePresence have one RegionPresence, moving code over to it until we can detach the two classes and not have a ScenePresence for every RegionPresence.
2007-09-21physics-related fixes; should stabilize border crossingsdan miller2-2/+18
2007-09-21* Removed Unused 'Entity' superclasslbsa712-114/+71
2007-09-20* even more renaming and refactoring; the cleaning woman is on call.lbsa7111-93/+94
2007-09-20* Some more presence refactoringlbsa715-469/+469
2007-09-20Rev 1971 : The Lbsa71 vintage commitlbsa719-81/+77
* Refactored to prepare for some serious restructuring
2007-09-20* moved SceneManager to RegionApplicationBaselbsa712-0/+13
* Implemented SceneManager.StopScene() and Scene.Stop() * Some SimpleApping
2007-09-20* Rewired Touch to route to group/part (Still triggering EventManager as well)lbsa712-0/+16
2007-09-20* Added TryGetAvatar to SceneManagerlbsa713-443/+474
* Refactored some names for clarity
2007-09-19* Added AddToPhysicalScene and RemoveFromPhysicalScene and added to ↵lbsa712-15/+30
MakeAvatar and MakeChildAgent respectively * Removed unused m_child from ClientView
2007-09-19* Deleted unused RegionManager.cslbsa711-3/+0
* Deleted unused ModuleAPIMethod's
2007-09-19* Modernized ScriptManager to new interface-based module calls.lbsa7146-1443/+1431
* 'remove redundant this qualifier' ftw
2007-09-18* Now at least we're not creating physActors for child agents.lbsa711-9/+19
2007-09-18* Merged ClientViewBase into ClientView for great justicelbsa711-1/+0
2007-09-18RemoveAvatar called from scene.cs; implemented in ODE. Still issues with ↵dan miller1-0/+4
multi-region; see bug 410
2007-09-17fixing me some line endingsSean Dague29-2636/+2636
2007-09-17* Moved some commands from Scene into SceneManager so they could be used ↵lbsa712-77/+30
with 'root' * Removed some duplicated commands
2007-09-17* CHANGED SOME CONSOLE COMMAND BEHAVIOURSlbsa712-14/+232
* Normalized 'change-region' so (almost) all commands are context sensitive (use 'root' or '..' to set 'all scenes' context) * 'terrain-sim' is thusly obsolete, use 'change-region', followed by 'terrain' * Introduced SceneManager to administrate operations on group of scenes and moved relevant funcs there. * In it, there's a ForEach(Action<Scene>) that either passes all scenes, or only current scene depending on context. * Changed default prim backup (save-xml/load-xml) xml to "prim-backup.xml" * Changed Disable/EnablePermissions to BypassPermissions = true/false; Also: * Removed unused and non-existent project ref
2007-09-14* Wired up chat so that channel goes into OnChatFromViewer. However:lbsa713-49/+63
* There's no libsl reply packet field for it, I guess other channels than 0 makes no sense sending back to clients. * We do not currently support objects listening, so there's really no way of actually using this feature. So; somebody please wire chat all the way to the scripts.
2007-09-14added ability to update group positionSean Dague1-0/+7
2007-09-13Backup is now optional on classeslbsa712-24/+44
* Removed unused BackUp method on EntityBase * Added overridable InSceneBackup property on SceneObjectGroup * Refactored out AttachToBackup and DetachFromBackup * Normalized namespace OpenSim.DataStore.MonoSqliteStorage to OpenSim.DataStore.MonoSqlite
2007-09-11Kill little green men on minimap if the avatar logs off.Dalien Talbot1-0/+1
2007-09-11Fixing namespace problems MW1-0/+1
2007-09-11Applied ldvoipeng's patch [#360], sorry for it taking so long to apply it. ↵MW3-2/+46
If in future anyone's patch hasn't been applied within a few days, please can someone kick one of the developers with svn access.
2007-09-11Get rid of extra green men in minimap on region crossings (they were Dalien Talbot1-2/+3
child agents, not delirium tremens - thanks MW!); Get green men when connecting; Update the green men in the region you leave.
2007-09-10Make grass and trees phantom by default. Same behavior as LL grid.Brian McBee1-0/+6
2007-09-10mass update of urls in source code to new websiteSean Dague12-12/+12
2007-09-10hooked up sdague new sqlite asset database provider to the old asset system. ↵MW8-30/+75
So we can still use sqlite for assets while we wait for the rest of the new asset system to be wrote. Needs more testing, so if it causes problems will have to swap back to db4o.