Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Fix string literal with URL + LLcommand(); | Teravus Ovares | 2008-05-29 | 2 | -2/+17 | |
| | | | | | | * Added 'detected around: value' when a x.Y detect occurs to help debug. * Fixed object text is too long to store to the database (wikilith) | |||||
* | Mantis#1411. Thank you kindly for Dataserver.cs and a patch | Charles Krinke | 2008-05-29 | 2 | -0/+10 | |
| | | | | | | that adds function stub to request region info by name and adds llRequestSimulatorData() and the dataserver event | |||||
* | * Added a child agent check to the ChildAgentData Update to make sure that ↵ | Teravus Ovares | 2008-05-29 | 1 | -1/+5 | |
| | | | | you're a child agent before applying the changes from the grid comms. Doing this to rule it out as a source of a few bugs such as the Zombie bug and the Express Train to 0,0,0 bug. | |||||
* | * Fixed a slight issue with the LLRAW exporter. | Adam Frisby | 2008-05-28 | 2 | -3/+4 | |
| | | | | | | * Linden uses a neutral height channel of 128.0 on their multiplier. OpenSim was using a neutral of 127.0 - this has been changed to 128.0, this may cause files exported to the .RAW format to look slightly different when loaded back in - it is highly recommended to use the R32 format instead which avoids these sorts of issues. * Made a tweak to the Terrain Plugin loading process. | |||||
* | *Added a Few External Checks relating to scripts including the seperation of ↵ | mingchen | 2008-05-28 | 4 | -9/+107 | |
| | | | | runscript into 3 different situations (Rez, start stop) | |||||
* | * Minor: Another small log adjustment | Justin Clarke Casey | 2008-05-28 | 1 | -1/+1 | |
| | ||||||
* | * Minor: Log message clean up in archiver code | Justin Clarke Casey | 2008-05-28 | 2 | -3/+5 | |
| | ||||||
* | * Put in stubs for "load-oar" command, including ultra-primitive temporary ↵ | Justin Clarke Casey | 2008-05-28 | 6 | -14/+185 | |
| | | | | | | | | tar loading code * Currently as a test, this will successfully load only the first file of an opensim archive and do absolutely nothing with it | |||||
* | * Put textures into a separate assets/ directory in the opensim archive | Justin Clarke Casey | 2008-05-28 | 2 | -6/+37 | |
| | | | | | | | * Fix nre where the asset couldn't be found * Not ready yet | |||||
* | Mantis#1406. Thank you kindly, Xantor for a patch that: | Charles Krinke | 2008-05-28 | 2 | -2/+16 | |
| | | | | | | | | | llLoopSound sends out one packet to clients in view, so it doesn't work anymore when clients enter later on, or the prim is modified in any way. Solution: Stored sound data on prim, send full update instead. llStartSound and llLoopSound now accept both LLUUIDs to a sound as well as object inventory sound names. llStopSound clears prim data and sends full update. | |||||
* | Mantis#1398. Thank you kindly, cmickeyb for a patch that: | Charles Krinke | 2008-05-28 | 1 | -1/+11 | |
| | | | | | | small patch to encode and send the outbound_body parameter in an http request. this enables post messages to send a body | |||||
* | Formatting cleanup. | Jeff Ames | 2008-05-28 | 13 | -167/+165 | |
| | ||||||
* | Thank you kindly, Melanie for a patch that: | Charles Krinke | 2008-05-28 | 1 | -0/+2 | |
| | | | | | When renaming items in task inventory, they become useless. Fix attached | |||||
* | Thank you very much, ChrisIndigo for a patch that: | Charles Krinke | 2008-05-28 | 1 | -9/+25 | |
| | | | | | | | | If a script updates an object to the same position or rotation offset, the object triggers an update and storage of the object. This become more prevalent in sensor and timer events which may be firing frequently. | |||||
* | Thank you, Grumly57 kindly for: | Charles Krinke | 2008-05-28 | 2 | -9/+13 | |
| | | | | | | | This patch proposes a new function : osOpenRemoteDataChannel(key channeID) that allow to open an XMLRPC channel for remote_data event. The difference is that the channelID can be customized instead of being randomly generated. | |||||
* | Thank you kindly, Melanie for a patch that adds a two-stage | Charles Krinke | 2008-05-28 | 1 | -1/+7 | |
| | | | | | | | check. It seems there may be a race. For me, this patch, just as it is here, fixes it. | |||||
* | Update svn properties. Fix inconsistent newlines. | Jeff Ames | 2008-05-28 | 1 | -187/+187 | |
| | ||||||
* | * Include prims.xml file in archive | Justin Clarke Casey | 2008-05-27 | 2 | -5/+17 | |
| | ||||||
* | * Add .jp2 extension to archived textures | Justin Clarke Casey | 2008-05-27 | 1 | -1/+1 | |
| | ||||||
* | * Write prim archives out as v7 tar files temporarily for testing purposes - ↵ | Justin Clarke Casey | 2008-05-27 | 2 | -1/+186 | |
| | | | | | | | | | not even gzipping yet! * Using hacked up code to create the correct tar archive headers - this stuff should really go away again before too long * No user functionality yet | |||||
* | * Added new InstallPlugin interface to ITerrainModule. | Adam Frisby | 2008-05-27 | 2 | -10/+22 | |
| | | | | | * This is to allow other region modules to install Terrain Effects. | |||||
* | Thank you kindly, Melanie for a patch that adds: | Charles Krinke | 2008-05-27 | 2 | -0/+75 | |
| | | | | | GetSerializationData() and CreateFromData() methods | |||||
* | * Implement asynchronous assets request for archiving | Justin Clarke Casey | 2008-05-27 | 1 | -116/+187 | |
| | | | | | | * No user functionality yet | |||||
* | fixes a CTB when IRCBridgeModule is not configured. | Dr Scofield | 2008-05-27 | 1 | -2/+2 | |
| | ||||||
* | cleaning up: coding style guidelines violation in RestPlugin.cs. | Dr Scofield | 2008-05-27 | 1 | -0/+23 | |
| | | | | | | adding support for enabled = true|false for IRCBridgeModule | |||||
* | I'm dropping the ISimChat interface as that has now been | Dr Scofield | 2008-05-27 | 3 | -40/+4 | |
| | | | | | | | | | | | | | | replaced by EventManager events. also, i've added instructions to README.txt about running runprebuild.sh and on how to report bugs. plus some minor fixes (dropping m_log statement left over from debugging llOwnerSay, nicer catch of exception in IRCBridgeModule | |||||
* | * Patch from jhurliman - Implements a binary search in the LLRAW exporter ↵ | Adam Frisby | 2008-05-26 | 1 | -26/+44 | |
| | | | | which dramatically speeds up exports. | |||||
* | Thank you kindly, Melanie for a patch for script reset | Charles Krinke | 2008-05-26 | 4 | -0/+24 | |
| | | | | | that creates the event handler chain ready to hook by script engines | |||||
* | This cleans up a merge mess from the earlier checkin and implements ↵ | Dr Scofield | 2008-05-26 | 4 | -53/+73 | |
| | | | | | | | | llOwnerSay() via the newly created Scene.SimBroadcast() call. | |||||
* | Adding OnChatBroadcast event logic to EventManager providing | Dr Scofield | 2008-05-26 | 3 | -108/+165 | |
| | | | | | | | | | | | | | a clean interface for Sim broadcasts. Added SimBroadcast support to ChatModule. Removing all code from IRCBridgeModule dealing with agent/client directly. Cleaning up ChatModule. Polishing IRC messages, adding support for "/me" (both directions). | |||||
* | * Minor: method documentation fiddling in SceneObjectGroup | Justin Clarke Casey | 2008-05-26 | 1 | -4/+6 | |
| | ||||||
* | * Break out baby archiving code into separate class ready for async asset ↵ | Justin Clarke Casey | 2008-05-26 | 2 | -54/+118 | |
| | | | | | | | | requesting * No user functionality yet | |||||
* | * Extract and boil down necessary texture UUIDs for an archive of the scene ↵ | Justin Clarke Casey | 2008-05-26 | 4 | -7/+31 | |
| | | | | | | | | prims * no user functionality yet | |||||
* | * Refactor: Where possible, change visibility on InnerScene methods to ↵ | Justin Clarke Casey | 2008-05-26 | 2 | -89/+90 | |
| | | | | protected internal on the basis that they shouldn't be manipulated by outsiders | |||||
* | * Refactor: remove code duplication between add ScenePresence methods in ↵ | Justin Clarke Casey | 2008-05-26 | 2 | -41/+4 | |
| | | | | InnerScene | |||||
* | * Refactor: Separate out RemoveScenePresence and add into InnerScene to ↵ | Justin Clarke Casey | 2008-05-26 | 2 | -26/+40 | |
| | | | | match existing AddScenePresence | |||||
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-05-25 | 13 | -101/+98 | |
| | ||||||
* | * A hacky Top Scripts display. It isn't accurate as far as ms accounting, ↵ | Teravus Ovares | 2008-05-25 | 5 | -9/+110 | |
| | | | | | | | however you can use it to help find out what scripts are causing your simulator to cry. * Access it from the Estate tools/Debug tab. | |||||
* | Thank you very much, Melanie for a patch that: | Charles Krinke | 2008-05-25 | 1 | -0/+6 | |
| | | | | | | | If the m_controllingClient member if a ScenePresence is null, that would cause a CTB. This patch fixes it. | |||||
* | Thank you kindly, Tiffany for a patch that helps: | Charles Krinke | 2008-05-25 | 2 | -6/+10 | |
| | | | | | | Drag copy a prim and the prim that is moved, persists. The prim that is created does not survive a restart. | |||||
* | Thank you kindly, Grumly57 for a patch to improve | Charles Krinke | 2008-05-25 | 1 | -5/+22 | |
| | | | | | XMLRPCModule.cs: RemoteDataReply() and XMLRpcResponse() | |||||
* | * Adds Top Colliders when using ODE. Access it from the estate tools/debug tab. | Teravus Ovares | 2008-05-25 | 2 | -1/+44 | |
| | ||||||
* | * phantom sculpties don't request the sculpt texture anymore. | Teravus Ovares | 2008-05-25 | 2 | -3/+39 | |
| | ||||||
* | * Disabling isSelected check on object persistence backup (at least ↵ | Justin Clarke Casey | 2008-05-25 | 2 | -22/+30 | |
| | | | | | | | | | temporarily), since it appears we sometimes either don't receive or don't register deselect packets when prims are shift copied. * A better long term solution may be to address the problem of why we're not always seeing the deselects | |||||
* | * Refactor: Collapses parts of different code paths in scene used when ↵ | Justin Clarke Casey | 2008-05-25 | 4 | -40/+27 | |
| | | | | deleting and unlinking an object | |||||
* | * Refactor: Collapse some multiple remove object paths | Justin Clarke Casey | 2008-05-24 | 4 | -56/+66 | |
| | | | | | | * Push some delete functionality into InnerScene to match what's already there for adding objects | |||||
* | * Refactor: Remove some unused methods in Scene/InnerScene | Justin Clarke Casey | 2008-05-24 | 2 | -26/+0 | |
| | ||||||
* | * Refactor: Change previous commits Object methods to SceneObject methods ↵ | Justin Clarke Casey | 2008-05-24 | 7 | -19/+26 | |
| | | | | instead, on the basis that this is less likely to cause confusion with c#'s base object type | |||||
* | * Refactor: Renaming various *Entity*() methods to *Object*() methods on the ↵ | Justin Clarke Casey | 2008-05-24 | 6 | -18/+42 | |
| | | | | basis that they all take SOG parameters to improve code readability for now | |||||
* | * Refactor: Push some dictionary initialization down from Scene into InnerScene | Justin Clarke Casey | 2008-05-24 | 2 | -10/+14 | |
| |