aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * You can now rez objects out of inventory at the correct offset from prim yo...Teravus Ovares2008-05-016-15/+69
* * Fix OBB raycaster to respond properly to rays cast from any direction.Teravus Ovares2008-05-011-1/+4
* * ODE Tweak. See if this helps.Teravus Ovares2008-05-011-71/+23
* * Whoops, SQLite land data malfunction. Fixed. Teravus Ovares2008-05-011-1/+2
* * Spring cleaned a bunch of '//TODO: unused' marked functions.Adam Frisby2008-04-3012-414/+0
* * Cruft removal step #1. Cleaning Modules directory.Adam Frisby2008-04-3035-2060/+2149
* * Sometimes you know, you do something really stupid.Adam Frisby2008-04-3014-17/+23
* * And moreAdam Frisby2008-04-303-0/+241
* * Commiting a bunch of missed files.Adam Frisby2008-04-3046-0/+6986
* * Previous commit managed to miss some files despite me hitting 'Select all'.Adam Frisby2008-04-302-0/+443
* * Refactored Environment/Modules directory - modules now reside in their own ...Adam Frisby2008-04-3078-16880/+8880
* * Adds the AuthbuyerID field to sqlite and makes use of it.Teravus Ovares2008-04-301-0/+34
* * Refactored the land table to be versionable in mySQL.Teravus Ovares2008-04-303-11/+170
* * Refactor: Rename InventoryFolderImpl.HasSubFolder() to GetDescendentFolder()Justin Clarke Casey2008-04-303-12/+12
* * Resolve mantis 1068, 1095Justin Clarke Casey2008-04-302-10/+38
* * Add a scratch implementation of the new inventory fields to the mssql datab...Justin Clarke Casey2008-04-303-9/+33
* * Change new inventory groupID field to 36 rather than 63Justin Clarke Casey2008-04-302-2/+8
* * Completely inconsequential inventory odds and ends (actual impact - only on...Justin Clarke Casey2008-04-303-3/+11
* add a bunch of properties for User AppearanceSean Dague2008-04-301-0/+104
* The beginnings of a UserAppearance containerSean Dague2008-04-301-0/+92
* * Actually enable the inventory upgrade sql if appropriateJustin Clarke Casey2008-04-301-6/+7
* * Patch by Melanie. Implements proper objectflags on child objects. Thanks ...Teravus Ovares2008-04-3012-134/+139
* * Deal with a situation where the new fields in the inventory store are null ...Justin Clarke Casey2008-04-301-6/+18
* * Trivial sqlite inventory db log message change so I can pick out the messag...Justin Clarke Casey2008-04-301-7/+7
* * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank...Teravus Ovares2008-04-3016-50/+313
* move IUserService into the OpenSim.Framework.Communications assemblySean Dague2008-04-301-0/+0
* Patch from Melanie: 0001077: [PATCH] LSL types cannot be cast implicitly or e...Teravus Ovares2008-04-3011-339/+684
* * Disabled IntergridModule until a Mono bug can be isolated.Adam Frisby2008-04-291-11/+18
* * One more attempted fix.Adam Frisby2008-04-291-1/+2
* * Made a change to InterGrid module to prevent duplicate registrations.Adam Frisby2008-04-292-8/+14
* * Missed a file in previous commit. Sorry!Adam Frisby2008-04-291-0/+65
* * Implemented new InterRegion comms method in the form of InterregionModuleAdam Frisby2008-04-293-0/+225
* * Preparatory work for autoupgrade of sqlite inventory tables in preparation ...Justin Clarke Casey2008-04-291-2/+36
* Stuck an exception handler in the friends routine until I have time to debug ...Teravus Ovares2008-04-291-4/+14
* From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2008-04-293-23/+23
* Committing Dee100's balance update patch with a few bug fixes and a twist. Th...Teravus Ovares2008-04-291-1/+27
* * Little more spring cleaning.Adam Frisby2008-04-292-9/+15
* * Spring cleaning.Adam Frisby2008-04-2964-1441/+1249
* Patch from Melanie: 0001087: Crash to bash de-linking objects. Thanks Melanie!Teravus Ovares2008-04-291-1/+2
* * Applying Xantor's patch 0001089 - Added llRot2Angle, llRot2Axis,llAxisAngle...Teravus Ovares2008-04-293-9/+174
* * Fixes child prim not editable as an attachment. You can right click on chi...Teravus Ovares2008-04-292-2/+16
* * Applying melanie's List2Vector and List2Rot patch. Added a routine in the...Teravus Ovares2008-04-292-2/+8
* * Lash up mantis 1064 - nre thrown in LandObject.sendLandObjectOwners()Justin Clarke Casey2008-04-281-13/+36
* wrap a common exception that we get on shutdown of the script engine to keepSean Dague2008-04-281-4/+9
* From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2008-04-285-702/+794
* * Fixed 'Welcome to Krynn' default that I missed and got stuck in by a patch.Teravus Ovares2008-04-281-1/+1
* From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2008-04-281-21/+29
* * Added basic 3-5 level undo on prim position/rotation/scale.Teravus Ovares2008-04-289-8/+370
* * Added String(FileExtension) property to ITerrainLoader to allow us to deter...Adam Frisby2008-04-278-6/+46
* * Patch from XenReborn to make remove-region work properly without needing to...Teravus Ovares2008-04-277-17/+130