aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Adapt the opensim.ini example to reflect the php file names actually usedMelanie Thielker2009-04-261-2/+2
| | | | | | in wiredux to reduce confusion a bit
* Thank you kindly, Ewe Loon, for a patch that solves:Charles Krinke2009-04-261-0/+39
| | | | | | | PRIM_TEXGEN not in llSetPrimitiveParams. Patch has been included to implement it.
* Thanks, Ewe Loon for a patch thatHomer Horwitz2009-04-253-15/+279
| | | | | | provides persistent AvatarAppearance for SQLite. Fixes Mantis #3296.
* Thank you kindly, RemedyTomm, for a patch that fixes:Charles Krinke2009-04-251-1/+4
| | | | | | | | | llSetPrimitiveParams in a large linkset can disrupt the entire region. However, when the script is in a large linkset, it appears to totally lag out the scene and stops updates from being sent.
* Remove second timestamp in offline IM, the client already adds oneMelanie Thielker2009-04-251-4/+0
|
* Thank you kindly, MCortez for a patch that:Charles Krinke2009-04-253-505/+795
| | | | | | | | | | The attached patch fixes a few problems that people were having with the Messaging provided by the XmlRpcGroups optional module, namely: * Fixes 2x echo in group messaging * Fixes problems with cross instance, non-neighbor, messaging
* Fix another typo in the ini exampleMelanie Thielker2009-04-251-1/+1
|
* Fix a typo in OpenSim.ini.exampleMelanie Thielker2009-04-251-1/+1
|
* Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and ↵Dahlia Trimble2009-04-256-17/+15
| | | | version to REST/json statistics reporting
* * More debug warning message removal in the FreeSwitchVoiceModuleTeravus Ovares2009-04-251-21/+275
|
* - Moved WorldMapModule and HGWorldMapModule to the new region-module systemHomer Horwitz2009-04-243-70/+125
| | | | | - Cleaned up some whitespace
* * Write separate unit test for replicating iar structure to a user inventoryJustin Clarke Casey2009-04-242-8/+30
|
* some code cleanupDahlia Trimble2009-04-241-18/+0
| | | | | sync with primmesher r35
* Limit hollow size of physics proxy to 95%Dahlia Trimble2009-04-242-2/+4
|
* * minor: move user profile test utils to test/common/setup for future reuseJustin Clarke Casey2009-04-243-1/+17
|
* * Refactor: break out loading of archive paths into inventory into a ↵Justin Clarke Casey2009-04-241-110/+139
| | | | separate method
* * correct spelling mistake in item seiralizationJustin Clarke Casey2009-04-242-3/+2
|
* * minor: make inventory item deserialization code easier to readJustin Clarke Casey2009-04-241-52/+26
|
* * Write basic, incomplete load iar testJustin Clarke Casey2009-04-243-64/+42
|
* silly C# not letting me use a File.Exists test for a directory. Don'tSean Dague2009-04-245-5/+5
| | | | | you know a directory is just a special kind of file on Linux.
* change power linux detection method, the previous method only workedSean Dague2009-04-245-10/+10
| | | | | with interactive logins, not under panda.
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-242-2/+450
| | | | | This commit adds RestFileServices to the REST ApplicationPlugin service.
* * Implements Microthreading for MRM scripting.Adam Frisby2009-04-247-2/+162
| | | | | | | | | | * This is achieved through two new keywords "microthreaded" and "relax". example: public microthreaded void MyFunc(...) { ... relax; ... }
* Update svn properties.Jeff Ames2009-04-240-0/+0
|
* Update svn properties, add copyright headers, formatting cleanup.Jeff Ames2009-04-244-23/+64
|
* * refactor: move archive user inventory item serialization out to a separate ↵Justin Clarke Casey2009-04-238-223/+295
| | | | file
* * Allow interested user data plugins to store temporary user profilesJustin Clarke Casey2009-04-239-8/+58
| | | | | | * Database and the OGS1 plugins are not interested and hence ignore these calls
* * Add user data plugin to store temporary profiles (which are distinct from ↵Justin Clarke Casey2009-04-2310-34/+130
| | | | | | | | | cached) * Plugin not yet used * Existing functionality should not be affected in any way
* fix up contributors list to have 3 contributors sectionsSean Dague2009-04-231-19/+34
| | | | | | | | | | * current core * past core * additional contributors Also fix all the IBM entries, and make sure all IBM folks that gave me patches get listed individually in here.
* move the lock out a bit further in the ProccessAssetCache loop to reduceSean Dague2009-04-231-16/+18
| | | | | | | | the number of times we are going to take this lock in a row (which is just wasted resource), and to keep us from attempting to array access a list which might be changing right now. Extremely curious if this helps prevent some of our mono segfaults.
* based on recent unit test output, put some extra checking in theSean Dague2009-04-231-1/+9
| | | | | RunAssetCache error code
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-232-70/+70
| | | | | Cleanup tabs and spacing.
* From: Alan M Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-231-14/+27
| | | | | | | | | | | | | | | | | | | | Some other IRC timing wrinkles showed up: [1] If connect processing blocked in socket activation, then the watch dog saw the session as connected, and eventually tried to ping, but because the socket create was still blocked, it barfed on a null reference. This then drove reconnect. Changed the watchdog handler so that it only tries to ping connections that are connected and not pending. [2] If the socket creation actually fails, then the connect and pending flags were reset. This resulted in the connection being retried at the earliest possible opportunity. The longer login-timeout is preferrable, so the status flags are not reset, and the failed login is eventually timed out. [3] The Inter-connection interval is primed so that the first session can connect without delay.
* Update svn properties.Jeff Ames2009-04-230-0/+0
|
* * Fix another crash bug in the FreeSwitchVoiceModuleTeravus Ovares2009-04-232-1/+3
|
* * Tweaking the dialstring so the sip_contact_user variable is set to the ↵Teravus Ovares2009-04-232-6/+10
| | | | dialed user. This stops the client from complaining and might be useful later. Resolves the 'unable to parse id from mod_sofia@ip:port' message.
* * Adds missing IClientAPI member. (Plz be adding new members to IClientCore!)Adam Frisby2009-04-231-0/+1
|
* * Adds additional background layer for VWoHTTP ClientStackAdam Frisby2009-04-233-13/+111
| | | | | * Implements asset handling.
* * Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServicesJustin Clarke Casey2009-04-225-26/+38
|
* * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some ↵Justin Clarke Casey2009-04-2214-98/+148
| | | | | | | | service initialization into CommsManager * What is really needed is a plugin and interface request system as being done for region modules
* * Resolve http://opensimulator.org/mantis/view.php?id=3509 by passing up the ↵Justin Clarke Casey2009-04-222-11/+14
| | | | comms manager rather than null
* * minor: remove some compiler warningsJustin Clarke Casey2009-04-223-39/+39
|
* Thank you kindly, TLaukkan, for a patch that:Charles Krinke2009-04-222-73/+91
| | | | | | | | Adds connectivity to grid regions. * Fixed UserService cast. * Added exception handling to avoid mxp message handling thread to exit and hang the module on unhandled exception.
* * Allow plugins to play nicely in UserManagerBaseJustin Clarke Casey2009-04-222-24/+26
| | | | | | | * Some methods were returning the value of the first plugin queried, even if the return was null * Other methods are probably best off querying more than one plugin and aggregating results
* add if exists to the drop tableSean Dague2009-04-222-30/+30
|
* add cleardb to estate testsSean Dague2009-04-221-16/+24
|
* ensure we've got a clean data environment prior to running the regionSean Dague2009-04-221-17/+24
| | | | | tests
* * Fix the other windows build break. Hopefully that shoudl be the last oneJustin Clarke Casey2009-04-222-0/+2
|
* * Fix windows build from last commitJustin Clarke Casey2009-04-222-0/+2
|
* * Fission OGS1UserServices into user service and OGS1 user data plugin ↵Justin Clarke Casey2009-04-2215-842/+886
| | | | | | | | | components * Make OGS1UserServices inherit from UserManagerBase * This allows grid mode regions to use the same user data plugin infrastructure as grid servers and standalone OpenSims