Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Tweaks some locks when modifying an ODECharacter. This actually allows a ↵ | Teravus Ovares | 2009-01-31 | 2 | -17/+45 |
| | | | | | | | user to log-in while the physics scene and the scripts are starting up. This also seems to smooth out the jerks on teleport/connect/disconnect a little bit. * If you log-in while the simulator is starting up, you won't be able to move and the sim stats will say 0 FPS, and 0 Physics Frames and you may see only terrain. Once the sim finishes starting up, it'll all resume as normal. | ||||
* | Oops. Forgot a try-catch on the last commit. | diva | 2009-01-31 | 1 | -2/+6 |
| | |||||
* | Fixes mantis #3061. Thanks Hallow Palmer for diagnosing the issue so well. I ↵ | diva | 2009-01-31 | 1 | -0/+4 |
| | | | | bet this inconsistency happens a lot out there. | ||||
* | Hopefully fixes mantis #3063. | diva | 2009-01-31 | 1 | -1/+4 |
| | |||||
* | Bug fix on posting assets onto foreign users inventory. Check that the key ↵ | diva | 2009-01-30 | 1 | -1/+2 |
| | | | | is already in the local asset map before adding it. | ||||
* | Added a new method SendGroupRootUpdate to start addressing mantis #3019. ll ↵ | diva | 2009-01-30 | 1 | -0/+14 |
| | | | | functions have not been changed. | ||||
* | * Put a wait timeout on the archive test, just in case the archiver never ↵ | Justin Clarke Casey | 2009-01-30 | 1 | -1/+1 |
| | | | | returns | ||||
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-01-30 | 2 | -3/+0 |
| | |||||
* | * In OpenSim.ini.example, list defaults for AllowOSFunctions and ↵ | Justin Clarke Casey | 2009-01-30 | 2 | -30/+34 |
| | | | | OSFunctionThreatLevel and change existing OpenSim.ini.example settings | ||||
* | * Extend archive save test to check for the presence of the file for the ↵ | Justin Clarke Casey | 2009-01-30 | 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 | ||||
* | * furhter simplify test setups for objects | Justin Clarke Casey | 2009-01-30 | 1 | -10/+6 |
| | |||||
* | * minor: stop bothering to set parts to phantom within test setups - tests ↵ | Justin Clarke Casey | 2009-01-30 | 2 | -1/+2 |
| | | | | now seem to pass without having to do this | ||||
* | reporting original request URI if HttpWebRequest failed, adding | Dr Scofield | 2009-01-30 | 1 | -11/+18 |
| | | | | | | try-catch around GetRequestStream (this time for sure) | ||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2009-01-30 | 2 | -14/+14 |
| | |||||
* | remove dummy parcel media settings from event queue message | Dahlia Trimble | 2009-01-30 | 1 | -11/+16 |
| | |||||
* | (no commit message) | Dr Scofield | 2009-01-30 | 1 | -6/+27 |
| | |||||
* | fixing: client gets logged out when concierge's broker returns 500 | Dr Scofield | 2009-01-30 | 1 | -2/+19 |
| | | | | | | | response. adding: more verbose error logging | ||||
* | * If an orphaned group is found in the mysql or mssql databases (i.e. there ↵ | Justin Clarke Casey | 2009-01-29 | 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 | ||||
* | Complete the implementation of llSHA1String. | idb | 2009-01-29 | 2 | -1/+13 |
| | |||||
* | * minor: just a few formatting changes and log quietening | Justin Clarke Casey | 2009-01-29 | 3 | -6/+12 |
| | |||||
* | * Enhanced ScenePresenceTests. Now tests for region and prim crossing. | Sean Dague | 2009-01-28 | 1 | -30/+230 |
| | | | | | From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | ||||
* | fix: client gets logged out when concierge's broker returns 500 | Dr Scofield | 2009-01-28 | 1 | -4/+11 |
| | | | | | | response. | ||||
* | From: Christopher Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 2009-01-28 | 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. | ||||
* | From: Christopher Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 2009-01-28 | 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. | ||||
* | Add in a stub for llSHA1String. I believe it is the only one new | Charles Krinke | 2009-01-28 | 3 | -1/+12 |
| | | | | | function we were missing. | ||||
* | Removing ThirdParty/3Di from prebuild.xml. | Mike Mazur | 2009-01-28 | 1 | -68/+0 |
| | |||||
* | Removing contents of ThirdParty/3Di. The load balancer can now be found | Mike Mazur | 2009-01-28 | 12 | -2825/+0 |
| | | | | | | | at http://forge.opensimulator.org/gf/project/loadbalancer/ config key: svn.rmdir | ||||
* | Slight cleanup of docs, removing trailing whitespace. | Mike Mazur | 2009-01-28 | 2 | -12/+11 |
| | |||||
* | delete some commented out junk code notes | Dahlia Trimble | 2009-01-27 | 1 | -27/+0 |
| | |||||
* | Send groups list via event queue | Dahlia Trimble | 2009-01-27 | 2 | -13/+92 |
| | |||||
* | correct formatting if parcel description field in event queue message | Dahlia Trimble | 2009-01-27 | 1 | -1/+1 |
| | |||||
* | Correct a typo in the parcel properties event queue message which was ↵ | Dahlia Trimble | 2009-01-27 | 1 | -1/+1 |
| | | | | preventing the display of authorized buyer | ||||
* | (no commit message) | Dr Scofield | 2009-01-26 | 2 | -6/+6 |
| | |||||
* | (no commit message) | Dr Scofield | 2009-01-26 | 2 | -6/+6 |
| | |||||
* | ~ fixing bugs in ConciergeServer.py test code | Dr Scofield | 2009-01-26 | 2 | -6/+6 |
| | | | | | | ~ fix bug in ConciergeModule: wrong closing tag for avatars list | ||||
* | adding XML parsing to make sure POST content is welformed | Dr Scofield | 2009-01-26 | 1 | -0/+17 |
| | |||||
* | + adding URI substitution for concierges broker URI | Dr Scofield | 2009-01-26 | 2 | -2/+11 |
| | |||||
* | ~ moving test server script on level up | Dr Scofield | 2009-01-26 | 1 | -0/+92 |
| | |||||
* | ~ moving test server script on level up | Dr Scofield | 2009-01-26 | 1 | -66/+0 |
| | |||||
* | ~ turning synchronous broker update into asynchronous one | Dr Scofield | 2009-01-26 | 1 | -3/+11 |
| | |||||
* | ~ fix: Concierge reports avatar leaving region twice | Dr Scofield | 2009-01-26 | 1 | -3/+1 |
| | | | | | | ~ cleaning up log statements | ||||
* | + completed python test server | Dr Scofield | 2009-01-26 | 1 | -6/+41 |
| | |||||
* | + adding test server for debugging purposes | Dr Scofield | 2009-01-26 | 1 | -0/+31 |
| | |||||
* | ~ extending attendee list to include agent name | Dr Scofield | 2009-01-26 | 1 | -10/+45 |
| | | | | | | | + code to generate full XML avatar list + code to POST XML snipplet | ||||
* | adding timestamp as ISO 8601 | Dr Scofield | 2009-01-26 | 1 | -2/+2 |
| | |||||
* | adding XML sniplet generation (start of) | Dr Scofield | 2009-01-26 | 1 | -0/+16 |
| | |||||
* | starting draft attendee list notification support. | Dr Scofield | 2009-01-26 | 1 | -0/+27 |
| | |||||
* | swap endianness of parcel flags in event queue message | Dahlia Trimble | 2009-01-26 | 1 | -1/+14 |
| | |||||
* | * Providing a way for the rest of the simulator to get at the economy ↵ | Teravus Ovares | 2009-01-26 | 2 | -0/+44 |
| | | | | settings through the IMoneyModule interface. | ||||
* | in the spirit of cleanup, remove the old sql directory, as this stuff is | Sean Dague | 2009-01-26 | 7 | -195/+0 |
| | | | | | all done in the drivers now |