| Commit message (Expand) | Author | Age | Files | Lines |
* | Change to no longer check funds on temp texture uploads. | Melanie Thielker | 2008-08-23 | 1 | -2/+3 |
* | Thank you, salahzar, for a patch that adds llGetNumberOfSides and will | Melanie Thielker | 2008-08-23 | 1 | -2/+105 |
* | more work on new meshing routines... | Dahlia Trimble | 2008-08-23 | 1 | -5/+77 |
* | some initial work on new prim meshing routines (incomplete) | Dahlia Trimble | 2008-08-23 | 1 | -0/+176 |
* | Some complex re-ordering to make prebuild do what needed to be done. | Melanie Thielker | 2008-08-23 | 10 | -4/+16 |
* | Patch #9171 | Melanie Thielker | 2008-08-23 | 3 | -6/+53 |
* | * Homer's amazing terrain MapTileRenderer. Thanks Homer! | Teravus Ovares | 2008-08-22 | 5 | -182/+704 |
* | * Allow an exception generated in ProcessOutPacket to travel up the stack | Justin Clarke Casey | 2008-08-22 | 1 | -27/+16 |
* | bug fixes: | Dr Scofield | 2008-08-22 | 1 | -1/+2 |
* | Cleaned up some warnings | Dahlia Trimble | 2008-08-22 | 1 | -2/+2 |
* | Commented out the float array "normals" in the Mesh object and all references... | Dahlia Trimble | 2008-08-22 | 3 | -56/+56 |
* | Mantis#904. Thank you kindly, Jonc for a patch that solves: | Charles Krinke | 2008-08-21 | 1 | -3/+9 |
* | Mantis#1990. Thank you kindly, Nlin and M.Igarashi for a patch that: | Charles Krinke | 2008-08-21 | 1 | -0/+6 |
* | Mantis #2003 - thank you, SachaMagne, for a patch that implements | Melanie Thielker | 2008-08-20 | 7 | -8/+157 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-08-19 | 3 | -4/+4 |
* | Fixes the previous commit of llMakeLink for Shared/ | Melanie Thielker | 2008-08-19 | 1 | -2/+2 |
* | Mantis #2001 | Melanie Thielker | 2008-08-19 | 2 | -2/+62 |
* | Mantis #1999 | Melanie Thielker | 2008-08-19 | 1 | -0/+3 |
* | Packet type exclusion (Mantis #2004) | Melanie Thielker | 2008-08-19 | 1 | -2/+4 |
* | Attachment persistence (Mantis #1711) | Melanie Thielker | 2008-08-19 | 1 | -10/+19 |
* | Moves one file to it's proper location | Melanie Thielker | 2008-08-19 | 1 | -0/+43 |
* | Fix region crossings and access to inventory after changing regions within | Melanie Thielker | 2008-08-19 | 4 | -7/+50 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-08-19 | 4 | -9/+8 |
* | Attachment persistence!!! Patch #9170 (Mantis #1171) | Melanie Thielker | 2008-08-19 | 2 | -11/+45 |
* | * This reverts a change where m_regions[RegionHandle] was replaced instead of... | Teravus Ovares | 2008-08-19 | 1 | -2/+7 |
* | Sync OpenSim/Region/ScriptEngine/{Common,Shared}/LSL_Types.cs. | Mike Mazur | 2008-08-19 | 2 | -91/+106 |
* | Apply Godfrey's patch (originally in r5872) to Shared/LSL_Types.cs as well. | Mike Mazur | 2008-08-19 | 1 | -2/+94 |
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-08-19 | 4 | -59/+31 |
* | Attachment persistence!!! Patch #9169 (Mantis #1171) | Melanie Thielker | 2008-08-19 | 4 | -21/+50 |
* | * It appears that sometimes some IClientAPI reference is not being released, ... | Justin Clarke Casey | 2008-08-18 | 2 | -5/+56 |
* | Change LowpriorityTask to be ThrottleType.Task | ThrottleType.LowPriority to ... | Melanie Thielker | 2008-08-18 | 2 | -8/+8 |
* | * maptile - just flatten it.. we'll worry about projection later.. | Teravus Ovares | 2008-08-18 | 1 | -4/+7 |
* | * Slightly better implementation of prim volume drawing on the maptile using ... | Teravus Ovares | 2008-08-18 | 1 | -10/+177 |
* | * Maptile prim volume drawing change from manually drawing the rectangles usi... | Teravus Ovares | 2008-08-18 | 1 | -20/+65 |
* | * Text/comment cleanup in MapImageModule | Teravus Ovares | 2008-08-18 | 1 | -30/+6 |
* | Fix another compiler warning, based on a patch submitted by Leaf. (bug #1978) | Jeff Ames | 2008-08-18 | 2 | -78/+79 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 100 | -2028/+1983 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-08-17 | 4 | -48/+48 |
* | Change the deselect processing to prevent gratuituous full update | Melanie Thielker | 2008-08-17 | 1 | -14/+42 |
* | Mantis#1974. Thank you BlueWall for a patch that: | Charles Krinke | 2008-08-17 | 1 | -0/+42 |
* | Add some locking on m_undo in SceneObjectPart | Melanie Thielker | 2008-08-17 | 1 | -15/+25 |
* | * Turned on the MapImageModule as opposed to the code in Scene for generating... | Teravus Ovares | 2008-08-17 | 2 | -100/+478 |
* | Add the IInventoryModule interface and a sample method call | Melanie Thielker | 2008-08-17 | 2 | -13/+32 |
* | Patch for Adam: Add two new permissions options to Opensim.ini.example | Melanie Thielker | 2008-08-17 | 1 | -3/+7 |
* | * half of the attachmentpoint skull fix | Teravus Ovares | 2008-08-17 | 1 | -0/+17 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-08-17 | 3 | -46/+54 |
* | Mantis#1971. Thank you kindly, BlueWall for a patch that: | Charles Krinke | 2008-08-16 | 1 | -2/+40 |
* | * re-order an operation to check for NaNs in the maptile shadow routine. | Teravus Ovares | 2008-08-16 | 1 | -4/+4 |
* | * Move GridInfoService into Framework.Communications and eliminate Common.Com... | Justin Clarke Casey | 2008-08-16 | 1 | -1/+1 |
* | * Insert a new 'set log level [level] command on the console' | Justin Clarke Casey | 2008-08-16 | 2 | -1/+1 |