Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-01-31 | Fixes mantis #3061. Thanks Hallow Palmer for diagnosing the issue so well. I ↵ | diva | 1 | -0/+4 | |
bet this inconsistency happens a lot out there. | |||||
2009-01-31 | Hopefully fixes mantis #3063. | diva | 1 | -1/+4 | |
2009-01-30 | Bug fix on posting assets onto foreign users inventory. Check that the key ↵ | diva | 1 | -1/+2 | |
is already in the local asset map before adding it. | |||||
2009-01-30 | Added a new method SendGroupRootUpdate to start addressing mantis #3019. ll ↵ | diva | 1 | -0/+14 | |
functions have not been changed. | |||||
2009-01-30 | * Put a wait timeout on the archive test, just in case the archiver never ↵ | Justin Clarke Casey | 1 | -1/+1 | |
returns | |||||
2009-01-30 | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2 | -3/+0 | |
2009-01-30 | * In OpenSim.ini.example, list defaults for AllowOSFunctions and ↵ | Justin Clarke Casey | 1 | -26/+27 | |
OSFunctionThreatLevel and change existing OpenSim.ini.example settings | |||||
2009-01-30 | * Extend archive save test to check for the presence of the file for the ↵ | Justin Clarke Casey | 7 | -22/+70 | |
object that was in the scene * Can now pass in a wait handle to ArchiveRegion() if you want same thread signalling that the save has completed | |||||
2009-01-30 | * furhter simplify test setups for objects | Justin Clarke Casey | 1 | -10/+6 | |
2009-01-30 | * minor: stop bothering to set parts to phantom within test setups - tests ↵ | Justin Clarke Casey | 2 | -1/+2 | |
now seem to pass without having to do this | |||||
2009-01-30 | reporting original request URI if HttpWebRequest failed, adding | Dr Scofield | 1 | -11/+18 | |
try-catch around GetRequestStream (this time for sure) | |||||
2009-01-30 | Update svn properties, minor formatting cleanup. | Jeff Ames | 2 | -14/+14 | |
2009-01-30 | remove dummy parcel media settings from event queue message | Dahlia Trimble | 1 | -11/+16 | |
2009-01-30 | (no commit message) | Dr Scofield | 1 | -6/+27 | |
2009-01-30 | fixing: client gets logged out when concierge's broker returns 500 | Dr Scofield | 1 | -2/+19 | |
response. adding: more verbose error logging | |||||
2009-01-29 | * If an orphaned group is found in the mysql or mssql databases (i.e. there ↵ | Justin Clarke Casey | 3 | -14/+40 | |
is no prim where UUID = SceneGroupID), then force one prim to have UUID = SceneGroupID. * A warning is posted about this on startup giving the location of the object * This should allow one class of persistently undeletable prims to be removed * This change should not cause any issues, but I still suggest that you backup your database beforehand * If this doesn't work for previously linked objects, then you could also try the workaround in http://opensimulator.org/mantis/view.php?id=3059 * This change has been made to mysql and mssql, but sqlite appears to work in a different way | |||||
2009-01-29 | Complete the implementation of llSHA1String. | idb | 2 | -1/+13 | |
2009-01-29 | * minor: just a few formatting changes and log quietening | Justin Clarke Casey | 3 | -6/+12 | |
2009-01-28 | * Enhanced ScenePresenceTests. Now tests for region and prim crossing. | Sean Dague | 1 | -30/+230 | |
From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | |||||
2009-01-28 | fix: client gets logged out when concierge's broker returns 500 | Dr Scofield | 1 | -4/+11 | |
response. | |||||
2009-01-28 | From: Christopher Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 3 | -41/+61 | |
This changeset fixes a race condition where a script (XEngine run) can startup before a reference is added to it in all of the required places in the XEngine class. The effect of this is that a script can sometimes on startup miss script events. For example a script which starts up and initialises itself from a notecard may never receive the dataserver event containing the notecard information. The patch isn't as clean as I'd like - I've split the constructor of ScriptInstance up so it does everything it did before except call Startup and post events like state_entry and on_rez. An Init function has been added which is called after the ScriptInstance object has been added to the necessary data structures in XEngine. Happy to rework it if someone suggests a better way of doing it. | |||||
2009-01-28 | From: Christopher Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 3 | -37/+110 | |
Adding Oarfileloaded and EmptyScriptCompileQueue event support which allows (with a module) for programmatic notification of when a region objects and scripts are up and running after a server start or load-oar. | |||||
2009-01-28 | Add in a stub for llSHA1String. I believe it is the only one new | Charles Krinke | 3 | -1/+12 | |
function we were missing. | |||||
2009-01-28 | Slight cleanup of docs, removing trailing whitespace. | Mike Mazur | 2 | -12/+11 | |
2009-01-27 | delete some commented out junk code notes | Dahlia Trimble | 1 | -27/+0 | |
2009-01-27 | Send groups list via event queue | Dahlia Trimble | 2 | -13/+92 | |
2009-01-27 | correct formatting if parcel description field in event queue message | Dahlia Trimble | 1 | -1/+1 | |
2009-01-27 | Correct a typo in the parcel properties event queue message which was ↵ | Dahlia Trimble | 1 | -1/+1 | |
preventing the display of authorized buyer | |||||
2009-01-26 | (no commit message) | Dr Scofield | 2 | -6/+6 | |
2009-01-26 | (no commit message) | Dr Scofield | 2 | -6/+6 | |
2009-01-26 | ~ fixing bugs in ConciergeServer.py test code | Dr Scofield | 2 | -6/+6 | |
~ fix bug in ConciergeModule: wrong closing tag for avatars list | |||||
2009-01-26 | adding XML parsing to make sure POST content is welformed | Dr Scofield | 1 | -0/+17 | |
2009-01-26 | + adding URI substitution for concierges broker URI | Dr Scofield | 1 | -2/+4 | |
2009-01-26 | ~ moving test server script on level up | Dr Scofield | 1 | -0/+92 | |
2009-01-26 | ~ moving test server script on level up | Dr Scofield | 1 | -66/+0 | |
2009-01-26 | ~ turning synchronous broker update into asynchronous one | Dr Scofield | 1 | -3/+11 | |
2009-01-26 | ~ fix: Concierge reports avatar leaving region twice | Dr Scofield | 1 | -3/+1 | |
~ cleaning up log statements | |||||
2009-01-26 | + completed python test server | Dr Scofield | 1 | -6/+41 | |
2009-01-26 | + adding test server for debugging purposes | Dr Scofield | 1 | -0/+31 | |
2009-01-26 | ~ extending attendee list to include agent name | Dr Scofield | 1 | -10/+45 | |
+ code to generate full XML avatar list + code to POST XML snipplet | |||||
2009-01-26 | adding timestamp as ISO 8601 | Dr Scofield | 1 | -2/+2 | |
2009-01-26 | adding XML sniplet generation (start of) | Dr Scofield | 1 | -0/+16 | |
2009-01-26 | starting draft attendee list notification support. | Dr Scofield | 1 | -0/+27 | |
2009-01-26 | swap endianness of parcel flags in event queue message | Dahlia Trimble | 1 | -1/+14 | |
2009-01-26 | * Providing a way for the rest of the simulator to get at the economy ↵ | Teravus Ovares | 2 | -0/+44 | |
settings through the IMoneyModule interface. | |||||
2009-01-26 | add a definition for a parcel properties CAP | Dahlia Trimble | 2 | -2/+120 | |
send parcel properties via eventqueue rather than UDP to facilitate libomv clients - see Mantis #3040 | |||||
2009-01-26 | more eventqueue IM nonsense | Dahlia Trimble | 2 | -7/+35 | |
2009-01-25 | Remove the addition of the region coordinates to obtain the absolute ↵ | idb | 1 | -10/+6 | |
position of a prim/person on the grid. I believe it is superfluous and removes needed decimal places for short range sensors. Fixes Manitis #3046 | |||||
2009-01-25 | * Fixed a small logical error in error handling of console commands. | Homer Horwitz | 1 | -16/+22 | |
* Console command help should be output to the console, not to the log (as "help" does it already). That allows getting help/answers even if you only log into a file. Fixes Mantis#2916. | |||||
2009-01-25 | Add an override of the ! operator to lsl integer. | idb | 1 | -0/+5 | |
Fixes Mantis #3041 |