aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Applied patch 485, inventory patch from tleiades (thanks again).MW2007-10-088-231/+406
|
* small bug fixMW2007-10-081-1/+1
|
* applied Darok"s BulletXPlugin changes 003.patchdan miller2007-10-072-99/+378
|
* Applied Patch 473, Inventory Patch from Tleiades (many thanks).MW2007-10-063-14/+90
|
* Fixed bug in last commitTedd Hansen2007-10-051-1/+1
|
* Some more work on new ScriptEngine.Tedd Hansen2007-10-0534-7/+8119
|
* Code from Illumious Beltran (IBM) implementing more LSLSean Dague2007-10-058-9/+1001
| | | | | | | | | | | | | | | | | | | The functions implemented are: llListen llListenControl llListenRemove llOpenRemoteDataChannel llCloseRemoteDataChannel llRemoteDataReply The events implemented are: listen remote_data
* getting all our line endings consistant againSean Dague2007-10-0540-2836/+2836
|
* * So, ok, maybe renaming serialized fields on a friday wasn't the smartest ↵lbsa712007-10-0512-456/+456
| | | | of things. Reverting 2056.
* * minor refactoringlbsa712007-10-052-8/+3
| | | | | * using base type IUserService
* Some tiny refactoringMW2007-10-053-6/+7
|
* * UserProfileData meets code conventionslbsa712007-10-0512-456/+456
|
* == The "right name and place" commit ==lbsa712007-10-0534-121/+109
| | | | | | | | | * Moved InventoryData to Framework.Types/InventoryItemBase.cs * Moved UserData to Framework.Interfaces/IUserData.cs * Moved UserProfileData to Framework/Types/UserProfileData.cs * Deleted ass-backwards Framework dependency on Framework.Data (now it's the other way round) * Changed some namespaces to reflect file structure
* * Moved IUserService to OpenSim.Framework.Interfaceslbsa712007-10-053-4/+4
|
* * Renamed IUserServices to IUserServicelbsa712007-10-054-5/+5
|
* * minor renaminglbsa712007-10-031-3/+3
|
* more refactoringMW2007-10-035-173/+166
|
* Some continuation of lbsa71's refactoring of the CommunicationsManager.MW2007-10-034-64/+68
|
* Droppin da fyzyx bomb on yadan miller2007-10-031-41/+89
| | | | | | | | seriously, this is quite the update. Fixes a number of nagging physics problems, including avatar shell size/shape The internal logic is quite different, and CPU usage may be affected. Also some work remains wrt flying. Please test this rev out before you deploy widely
* * Moved setup of LocalInventoryService and LocalUserServices to the app layerlbsa712007-10-026-59/+23
| | | | | | | * Killed off 'parent' relation from LocalUserServices to CommunicationsLocal * Deleted obsolete project InventoryServiceBase * Deleted superfluous createCol function
* removed debug statementsdan miller2007-10-011-3/+1
|
* fixing odeplugin debug bugdan miller2007-10-011-1/+0
|
* this should fix mantis 452 and related -- hollow prims work in Linux! (I hope)dan miller2007-10-011-1/+2
|
* revert working getInventoryFolder function because this seemsSean Dague2007-10-011-6/+13
| | | | | | to break multi region environments.
* Applied ckrinke's patch for #453. Thanks Charles! :)Dalien Talbot2007-09-301-2/+132
|
* Corrected the typo in the folder name.Dalien Talbot2007-09-302-0/+0
|
* Hollow prims (box only), thanks Gerard! Enjoydan miller2007-09-292-0/+839
|
* Hollow prims (box only), thanks Gerard! Enjoydan miller2007-09-299-35/+255
|
* negative code checkin. All these functions are in the baseSean Dague2007-09-281-162/+1
| | | | | | class which we get for free now.
* implement getInventoryItem and getInventoryFolder (notSean Dague2007-09-281-5/+15
| | | | | | sure why these weren't implemented previously)
* this should fix 443 and compile!dan miller2007-09-271-1/+1
|
* this should fix mantis #443dan miller2007-09-271-3/+6
|
* Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa712007-09-2732-992/+425
| | | | Tleiades patch 444 and 445.
* oops, I broke the build. Fixed nowSean Dague2007-09-271-3/+3
|
* * Tleiades patch #445 - the inventory folders displayed does not show the ↵lbsa712007-09-271-2/+2
| | | | | | | expected folder icons Tahnx, Tleiades; keep up the good work!
* implement something in sqlite inventory that wasn't beforeSean Dague2007-09-271-3/+7
| | | | | | not sure how we missed this function
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-2732-422/+985
| | | | | | | * updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
* Terrain:Adam Frisby2007-09-257-62/+66
| | | | | | | | | | | * Attempted fix for lag/pause when doing lots of updates. * Some naming fixes to libTerrain. * Refactored terrain bitmap generation into a common call for both world map and export. General: * Switched some calls to Console.WriteLine to use MainLog.Warn/Verbose/Notice.
* * Now the OGS1GridServices has a LocalBackEndServices that it forwards ↵lbsa712007-09-259-111/+135
| | | | | | | intra-instance requests to * Every Scene has a ClientManager (as every dog it's day) since two scenes can have the same circuit as client.
* * Fixed Culture-variant parsing of config optionslbsa712007-09-257-16/+44
|
* More reorganizing of new SE. Added debug print of application exception.Tedd Hansen2007-09-255-5/+17
|
* * Removed some more fields from CommunicationsLocallbsa712007-09-245-208/+196
| | | | | | * added OnLoginToRegion to CommunicationsLocal
* * Added time dilation property to SceneAdam Frisby2007-09-242-0/+8
| | | | | | * Default Terrain algorithm now produces something slightly less mountainous. * Fixed lolcat
* * Fixed an issue where it chose the smaller rather than larger of the two ↵Adam Frisby2007-09-241-1/+1
| | | | numbers for the update call.
* * Renamed ScriptConsole to PluginConsole for clarityAdam Frisby2007-09-244-10/+10
| | | | | * Fixed a bug where ODE tries to do a physics update for zero frames.
* * Refactored the central update loop - now easier to work with. Switching ↵Adam Frisby2007-09-241-90/+158
| | | | from per-framecounts to per-second time periods and moving to OpenSim.ini shortly.
* More structural changes to new SETedd Hansen2007-09-246-34/+61
|
* Reorganized some filesTedd Hansen2007-09-248-33/+55
|
* * Long days journey towards nightlbsa712007-09-241-4/+5
|
* * Hotfix for 'properties all the way into the sunset' bug; it just doesn't ↵lbsa712007-09-242-11/+11
| | | | | | | make sense, but maybe we need to handle agentUpdates form children too. * Ignored some bins