Commit History

Author SHA1 Message Date
  idb 63a1cab7fe Correct llGetNumberOfPrims to include sitting avatars in the count. 16 years ago
  Justin Clarke Casey bc9a013f52 * minor: remove mono compiler warnings 16 years ago
  Melanie Thielker a8f3d625cb Guard the values used to set the cursor position in the real time console 16 years ago
  Justin Clarke Casey b71d68c9bc * Change static field "initialized" in RestInterregionComms to an instance field 16 years ago
  Justin Clarke Casey d307109e1a * refactor: move alert commands from Scene to DialogModule 16 years ago
  Justin Clarke Casey a46c9b0eea * Quieten down log messages from the Friends module 16 years ago
  Justin Clarke Casey d31810d548 * add file missing from last commit 16 years ago
  Justin Clarke Casey 92232663e4 * refactor: Move LazySaveGeneratedMapTile from scene to WorldMapModule 16 years ago
  Justin Clarke Casey 3b147f814f * Remove old Scene.CreateTerrainTexture code that is now handled by the world map module 16 years ago
  Justin Clarke Casey 42bd38960c * Apply http://opensimulator.org/mantis/view.php?id=3149 16 years ago
  Justin Clarke Casey 88b273bc71 * refactor: Move export map function to world map module from scene 16 years ago
  Dr Scofield 6600a7a9bc fixing crash due to make-child and make-root stepping on each other's toes 16 years ago
  diva 1b4a615690 Commented the tests for region crossings for now -- they need to be substantially changed because of the callback from region B triggered by the client. 16 years ago
  diva 96113e5660 And finally... region crossings entirely over RESTComms/LocalComms. No more remoting for agent movements. WARNING: This breaks region crossing compatibility with previous versions. 16 years ago
  Jeff Ames 163c1026d1 Fix some compiler warnings. Minor formatting cleanup. 16 years ago
  Jeff Ames 95d53d48d4 Add copyright headers. Minor formatting cleanup. Fix some compiler warnings. Fix some m_log declarations. 16 years ago
  Jeff Ames 0362c69404 Update svn properties. 16 years ago
  diva a54758eef3 Bug fix in prim crossing: making it clear when the local object needs to be cloned (regions on the same instance) and when it doesn't (regions on different instances). 16 years ago
  Mike Mazur ebf268a593 Remove extra ID field from asset DB mapping. Mantis #3122, fixes Mantis #3080. 16 years ago
  diva ad1e2e0b8b Fixes a bug in the ScenePresence test itself. 16 years ago
  diva 7a274a7e1d Makes region crossings asynchronous. Moved the bulk of the original code out of ScenePresence and into SceneCommunicationService, where it should be (next to RequestTeleportToLocation). No changes in the crossing mechanism itself, yet. But this change opens the way to doing crossings as slowly as it needs to be, outside the simulator Update loop. 16 years ago
  Justin Clarke Casey 9177f28710 * Make it possible to load and save inventory archives while a user is not logged in on standalone mode but not on grid mode 16 years ago
  Sean Dague 5959e42683 large scale fix for svn props after "the great refactor" 16 years ago
  Justin Clarke Casey 6db1f3c6a6 * Lock remaining m_rpcHandlers use since these accesses are not guaranteed to be thread safe 16 years ago
  diva 8ed9c3b8cd Commented a couple of not very useful log messages that are cluttering the log in sims that have objects belonging to foreign users. 16 years ago
  Justin Clarke Casey e2b2ac8715 * Remove a change which shouldn't have made it into the last commit 16 years ago
  Justin Clarke Casey 34ef01615c * Add missing OpenSIm.Framework.Communications ref for Wdinwos builds 16 years ago
  Sean Dague 8e7f1279bd * Forgot to fix bamboo.build for the new ScriptEngine Tests 16 years ago
  Justin Clarke Casey d29e0498ff * Apply http://opensimulator.org/mantis/view.php?id=3138 16 years ago
  Justin Clarke Casey f74326c1b0 * move userinfo for inventory archiving up to module class so that it only has to be done once 16 years ago