aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Added *.Tests.log to .gitignoreOren Hurvitz2015-08-111-0/+1
* When the user stops a script, have it remain stoppedOren Hurvitz2015-08-113-3/+28
* When scripts are sleeping, don't count that as execution timeOren Hurvitz2015-08-1118-49/+95
* Show Script Time in the statistics panelOren Hurvitz2015-08-113-38/+69
* Changed "Script Execution Time" to be the gross time, i.e. including handling...Oren Hurvitz2015-08-111-164/+176
* Report "Script Execution Time" as the time spent executing the script in the ...Oren Hurvitz2015-08-114-51/+241
* Improved calculation of Script Execution TimeStartedOren Hurvitz2015-08-112-7/+13
* Fixed mistakes related to confusion between Environment.TickCount (millisecon...Oren Hurvitz2015-08-112-3/+3
* Log scripts that have processed many events: this is probably an indication o...Oren Hurvitz2015-08-111-0/+8
* Removed unused code that checked wait_timeout in MySQLEstateDataOren Hurvitz2015-08-111-34/+0
* Fixed calling "debug xengine log" without the 'level' parameter: this should ...Oren Hurvitz2015-08-111-1/+1
* Prevent a crash if "debug jobengine log" is entered without a log levelOren Hurvitz2015-08-111-0/+6
* Better handling of invalid XML: a) prevent infinite loop on EOF; b) better lo...Oren Hurvitz2015-08-115-69/+115
* Fixed mistakes in string format specifiers (e.g., "{0)" instead of {0}")Oren Hurvitz2015-08-112-2/+2
* BulletSim: rearrange code and add different locking to eliminate chancesRobert Adams2015-08-093-43/+40
* BulletSim: update the motion actors so they completely clean themselvesRobert Adams2015-08-097-29/+41
* Corrected spelling of SQLITE. Fixes mantis #7675.Kevin Cozens2015-08-081-1/+1
* Convert the enum to int before casting it to string for DB queryDiva Canto2015-08-081-1/+1
* Fixed failing testDiva Canto2015-08-081-14/+5
* WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto2015-08-0841-225/+238
* Have osAvatarName2Key check the cache first, even for foreign usersOren Hurvitz2015-08-072-23/+47
* max-agent-groups supportCinder2015-08-074-2/+27
* BulletSim: clean up some code for axis locking. No functional change.Robert Adams2015-08-061-74/+13
* BulletSim: rearrange code and add some tests to try and resolve theRobert Adams2015-08-062-6/+7
* create osGetAvatarHomeURIChristopher2015-08-044-0/+41
* Make osAvatarName2Key() able to get names from unknown HG usersChristopher2015-08-042-4/+41
* In the AgentCircuitData of HG users, set the last name to include the portOren Hurvitz2015-08-031-1/+1
* Merged the two "Version 2" migrations in PGSQLOren Hurvitz2015-08-031-6/+0
* PGSL Presence migration to correct a double version 2 migration that existedGeir Nøklebye2015-08-031-0/+10
* Removed unused variableOren Hurvitz2015-08-031-2/+0
* Add an option to processes physics collisions using FireAndForget.Robert Adams2015-08-022-3/+48
* Add HGFSAssetService to the HypergridService to provide HG support for FSAssets.AliciaRaven2015-08-023-5/+195
* osKey2Name returns now correct values for HG users who are not on the region.Christopher2015-08-021-10/+18
* Mantis #7657: similar fixes for FSAssets.Diva Canto2015-08-012-1/+29
* Mantis #7657 and #7514. This should alleviate the problem of bad object asset...Diva Canto2015-08-014-4/+47
* Mantis #7664: Added IHypergridLinker interface to establish a contract about ...Diva Canto2015-08-012-2/+8
* Show last online status of group members from the PresenceService in group pr...Cinder2015-07-313-48/+80
* Eliminated several warningsOren Hurvitz2015-07-317-3/+15
* XMLRPCModule now actually aborts the worker thread when requestedOren Hurvitz2015-07-311-2/+6
* PGSQL migrations for IM_Store, UserProfiles, removal of casting exception for...Geir Nøklebye2015-07-315-1/+35
* Fixed bad log messageOren Hurvitz2015-07-311-1/+1
* Fix a typo in my previous changes to robust.ini example files with regards to...AliciaRaven2015-07-302-4/+4
* Fixed bug introduced in 4735514. The project didn't compile.Oren Hurvitz2015-07-261-1/+1
* Update PGSQL groups handler to accept search queries from the viewerGeir Nøklebye2015-07-263-17/+26
* Add LogFile option in OpenSimDefaults.ini. It was omitted accidentallyMelanie Thielker2015-07-261-0/+3
* Fixed not being charged to create classifeids on money enabled regionsQuill Littlefeather2015-07-261-2/+14
* Removed unused code related to DNS lookupsOren Hurvitz2015-07-232-38/+0
* Git-ignore log files and console history filesOren Hurvitz2015-07-231-0/+5
* Add quotes aroung LandFlags as PGSQL seems to choke on the word whenMelanie Thielker2015-07-231-1/+1
* Added locking to HypergridLinker, to prevent problems if multiple linking req...Oren Hurvitz2015-07-221-6/+14