.. |
Application
|
cb14e1d272
Update the "config get <section> <key>" command to "config get [<section>] [<key>]"
|
14 years ago |
ClientStack
|
5a0cb7d37e
Thank you, Goetz, for a patch to fix prim count display in cut regions.
|
14 years ago |
CoreModules
|
50254bf3d6
Move default inventory creation from InventoryService to UserAccountService
|
14 years ago |
DataSnapshot
|
dd277a0d02
First pass at cleaning up thread safety in EntityManager and SceneGraph
|
14 years ago |
Examples
|
a32f80b9e3
Implement SendPlacesReply
|
14 years ago |
Framework
|
50254bf3d6
Move default inventory creation from InventoryService to UserAccountService
|
14 years ago |
OptionalModules
|
5f3f7c3405
minor: remove unnecessary newline from "show throttles" information
|
14 years ago |
Physics
|
b23b29a53e
This fixes mantis #5198 and related. Physics is not my expertise, so I'm not 100% sure of what all the consequences of this change are. Pushing up, so others can take a look.
|
14 years ago |
RegionCombinerModule
|
be3685b1a2
When an oar is loaded, do not create a default parcel before loading the parcels from the OAR.
|
14 years ago |
ReplaceableModules
|
ec1a5d8933
Some module reshuffling, no user functionality yet
|
15 years ago |
ScriptEngine
|
f75a3ee762
Use ToString() rather than a cast (more robust)
|
14 years ago |
UserStatistics
|
859bc717a4
Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetAvatars have been removed to consolidate locking and iteration within SceneGraph. All callers which used these to then iterate over presences have been refactored to instead pass their delegates to Scene.ForEachScenePresence(Action<ScenePresence>).
|
14 years ago |