Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update the nhibernate inventory item base definition | Sean Dague | 2008-05-28 | 1 | -0/+6 |
| | |||||
* | actually user the database_connect string for mysql. | Sean Dague | 2008-05-28 | 3 | -28/+20 |
| | | | | | | | This means you can run all the OpenSim grid services without needing a mysql_connection.ini | ||||
* | let Grid Servers specify a connect string in their configuration. | Sean Dague | 2008-05-28 | 12 | -37/+70 |
| | |||||
* | * 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 | 7 | -14/+198 |
| | | | | | | | | 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 | ||||
* | spring cleaning, remove a bit of db4o grid server | Sean Dague | 2008-05-28 | 2 | -229/+0 |
| | | | | | | code that was still in tree. | ||||
* | * 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 | ||||
* | remove terrain bloat, only keep last terrain revision | Sean Dague | 2008-05-28 | 1 | -1/+5 |
| | | | | | | | for mysql. For active terraformers this should return a lot of database space. | ||||
* | remove an erroneous line to fetch the terrain table in a way that | Sean Dague | 2008-05-28 | 1 | -2/+0 |
| | | | | | | isn't actually used. | ||||
* | Mantis#1406. Thank you kindly, Xantor for a patch that: | Charles Krinke | 2008-05-28 | 6 | -11/+85 |
| | | | | | | | | | 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 | ||||
* | * Implements duplicate packet tracking. This virtually eliminates object ↵ | Teravus Ovares | 2008-05-28 | 1 | -1/+64 |
| | | | | | | | duplication causing 2-3 duplicates depending on the UDP connection quality. This also eliminates duplicated chat, etc. * It's verbose currently since this is new. You'll see: [CLIENT]: Warning Duplicate packet detected X Dropping. After this is sufficiently tested we'll remove that m_log.info line. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-28 | 23 | -204/+206 |
| | |||||
* | 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. | ||||
* | *Hiding the warnings about scanning assemblies when initialising | mingchen | 2008-05-28 | 1 | -2/+7 |
| | |||||
* | Thank you, Grumly57 kindly for: | Charles Krinke | 2008-05-28 | 6 | -10/+33 |
| | | | | | | | 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. | ||||
* | * Resolves comment removal in string literals in the LSL2CSConverter | Teravus Ovares | 2008-05-28 | 1 | -17/+19 |
| | |||||
* | Change a couple Windows directory separators in SVN module to be platform ↵ | Jeff Ames | 2008-05-28 | 1 | -2/+2 |
| | | | | agnostic. | ||||
* | 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 | 3 | -2/+187 |
| | | | | | | | | | 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 | ||||
* | another take on the whole string cleansing, by adding specific poison | Sean Dague | 2008-05-27 | 1 | -2/+5 |
| | | | | | | keywords in foo.bar strings. Add items to the poison array to block them. | ||||
* | * 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. | ||||
* | * Revert last commit as it opens sim owners up to all sorts of nasty ↵ | Teravus Ovares | 2008-05-27 | 1 | -3/+3 |
| | | | | | | | | scripts. * If the regex that we're using isn't good enough, we really need to make it better. | ||||
* | comment out the x.y security check in the script engine because it's so ↵ | Sean Dague | 2008-05-27 | 1 | -3/+6 |
| | | | | | | | | aggressive it blocks string = "http://osgrid.org", amoung other things. | ||||
* | 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 | ||||
* | Thank you very much, Xantor for a patch that: | Charles Krinke | 2008-05-27 | 1 | -1/+34 |
| | | | | | | | | If a request is made for an asset which is not in the cache yet, but has already been requested by something else, queue up the callbacks on that requester instead of swamping the asset server with multiple requests for the same asset. | ||||
* | 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 | 2 | -1/+25 |
| | | | | | | adding support for enabled = true|false for IRCBridgeModule | ||||
* | updating URL for LSL status. | Dr Scofield | 2008-05-27 | 1 | -1/+1 |
| | |||||
* | I'm dropping the ISimChat interface as that has now been | Dr Scofield | 2008-05-27 | 4 | -41/+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 | ||||
* | * Assigns a random UUID to a region if the Sim UUID is null. | Adam Frisby | 2008-05-26 | 3 | -1/+15 |
| | |||||
* | * Potential fix for Mantis#167, 332 - MySQL Thread collision. | Adam Frisby | 2008-05-26 | 1 | -61/+76 |
| | |||||
* | * 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 | 7 | -0/+37 |
| | | | | | that creates the event handler chain ready to hook by script engines | ||||
* | disabling m_log again. | Dr Scofield | 2008-05-26 | 1 | -1/+1 |
| | |||||
* | This cleans up a merge mess from the earlier checkin and implements ↵ | Dr Scofield | 2008-05-26 | 12 | -87/+123 |
| | | | | | | | | 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 | 5 | -8/+32 |
| | | | | | | | | 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 | 44 | -400/+403 |
| |