Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-01-14 | * First pass at collidable linksets | Teravus Ovares | 3 | -40/+151 | |
* There will be bugs, you can count on that. To avoid them, set the linksets phantom * After region restart, the linksets restore in a non collidable state. * Linksets can but shouldn't be made physical with the physical checkbox or when you unlink them, they tend to explode. * After creating a linkset, you have to move the linkset or set it phantom and not phantom for it to become collidable. * There's a few ParentGroup references that need to be refactored. | |||||
2008-01-14 | Remove unused SOG constructor | Justin Clarke Casey | 1 | -8/+0 | |
2008-01-13 | * Fixed an overflow in the land manager | Teravus Ovares | 1 | -2/+2 | |
* Did some goofy math undoing in the Sim Stats Reporter * More reduction to the amount of calls per second to UnManaged ODE code * Added a significant amount of comments to ODE | |||||
2008-01-12 | *removed a goofy debug line left in | Teravus Ovares | 1 | -4/+1 | |
2008-01-12 | * Added some of the finer control points to POS such as | Teravus Ovares | 1 | -0/+5 | |
** jumping ** crouching ** landing on prim | |||||
2008-01-12 | * Unmoderated the ODE FPS in the sim stats. Decided to do that after Andrew ↵ | Teravus Ovares | 2 | -3/+4 | |
Linden insisted that Havok was running at 45fps internally. * Set the SimStats packet as unreliable (so we don't require an ack and do resends on it) | |||||
2008-01-12 | * For your enjoyment, some RAdmin improvements, namely a new LoadHeightmap ↵ | Adam Frisby | 1 | -0/+9 | |
method. | |||||
2008-01-11 | Fix some warnings under mono. | Jeff Ames | 1 | -1/+1 | |
2008-01-11 | * Do database implementation for prim inventory items in mysql | Justin Clarke Casey | 1 | -0/+7 | |
* Properly clean up items when a region object is deleted * Update persisted prim when an inventory script is changed * No user functionality yet | |||||
2008-01-11 | Switch prim items type representation to use int rather than strings. | Justin Clarke Casey | 2 | -14/+9 | |
2008-01-10 | Fix r2959 - last letter was being sliced off region prim renames | Justin Clarke Casey | 1 | -2/+2 | |
2008-01-09 | Prim inventory script saving phase 2. | Justin Clarke Casey | 6 | -57/+241 | |
* It is now possible to edit and save scripts directly from prim inventories * On saving, the script will be restarted in the region * Doesn't appear that it's yet possible to drag inventory contents back to agent inventory. Not quite sure why this is yet - the perms all look very permissive. | |||||
2008-01-08 | make Stopped a property of the SceneObjectPart instead of in the | Sean Dague | 1 | -0/+13 | |
database code, so this is a shared concept. | |||||
2008-01-07 | Minor prim inventory method refactoring | Justin Clarke Casey | 2 | -36/+21 | |
2008-01-07 | Trigger persistence of the scripts in a prim's inventory when that inventory ↵ | Justin Clarke Casey | 3 | -6/+36 | |
is changed/updated/deleted (before the trigger only happened if the prim was moved). This is still development code - experimental prim inventory persistence cannot yet be enabled by users. | |||||
2008-01-07 | Very minor refactoring. Remove unused prim inventory bool returns for now | Justin Clarke Casey | 2 | -7/+2 | |
2008-01-07 | Refactor Scene.Inventory.RezScript to use newer script starting code | Justin Clarke Casey | 3 | -47/+65 | |
2008-01-07 | Commenting out InnerScene.SceneObjects for now since it was unpopulated and ↵ | Justin Clarke Casey | 2 | -26/+27 | |
not used by active code (as far as I can see), so a source of confusion. All current code uses the Entities dictionary | |||||
2008-01-07 | Persistent prim inventory phase 5. Restart scripts contained in persisted ↵ | Justin Clarke Casey | 7 | -23/+104 | |
prims on region start. No user functionality exposed yet - no ini switch to enable persistence or restore. A bit more initial work to do. | |||||
2008-01-06 | Factor out inventory code in SceneObjectGroup into seperate class. | Justin Clarke Casey | 2 | -96/+137 | |
As was true for the previous update, this might require nant users to re-run prebuild.[sh|bat] | |||||
2008-01-06 | Factor out inventory related code in SceneObjectPart into separate class | Justin Clarke Casey | 2 | -205/+245 | |
2008-01-06 | Factor out TaskInventoryItem | Justin Clarke Casey | 2 | -74/+6 | |
2008-01-06 | Prim inventory phase 4. Properly recover the prim folder ID from storage. ↵ | Justin Clarke Casey | 2 | -27/+87 | |
Scripts now show up in prim inventories after region restart. Probably doesn't yet work for any items other than scripts. Still some work to do. No user functionality exposed. Not yet user tieable into normal code. | |||||
2008-01-05 | Persistent prim inventory phase 3. Now retrieving prim item data from ↵ | Justin Clarke Casey | 1 | -3/+10 | |
persistent store, but this doesn't yet show up for the client. Still no user functionality and not enabled in normal code. | |||||
2008-01-05 | * Hiding CompletePingChecks and UseCircuitCode messages.. as the packets ↵ | Teravus Ovares | 1 | -1/+4 | |
are most definitely handled. * My guess is someone was using them to diagnose a problem and they've been in the console output ever since. | |||||
2008-01-05 | * Re-enabling parcel prim count updates, as it doesn't cause errors on the ↵ | Teravus Ovares | 1 | -2/+2 | |
console and border crossing problems anymore | |||||
2008-01-04 | * Fixed situation where sometimes your avatar tries to land and gets 'put' ↵ | Teravus Ovares | 1 | -1/+8 | |
80 meters into the air immediately. | |||||
2008-01-04 | * Added the ability for estate managers to use the magic secondlife blue ↵ | Teravus Ovares | 2 | -24/+72 | |
card of death to send out region and estate messages. * Switched over Region Restart notices to the magic secondlife blue card of death method. | |||||
2008-01-03 | * Added removal of TextureSenders and UserTextureDownloadService on agent ↵ | lbsa71 | 1 | -3/+3 | |
leaving region. | |||||
2008-01-03 | Fix mantis 280 - sim crashes when a prim is deleted. | Justin Clarke Casey | 1 | -0/+1 | |
2008-01-03 | I have fixed the ZeroDecodeCommand bug, and restored my packet recycling ↵ | Johan Berntsson | 4 | -5/+5 | |
code. Let me know by IRC if there are other problems | |||||
2008-01-02 | Minor refactoring to expose PrimInventory from SceneObjectPart | Justin Clarke Casey | 1 | -7/+15 | |
2008-01-02 | * Added the ability for Region Owners to add and remove estate managers ↵ | Teravus Ovares | 1 | -2/+2 | |
using the estate tools. * Estate managers get abilities like the region owner for now. * Estate managers, you'll need to request server admin status to be able to activate the estate tools dialog (haven't figured out why this is the case yet) * Switching from grid mode to standalone or switching grids will make the stored Estate Manager UUIDs not match up with a valid account so you'll see (waiting) listed there instead of a user until you reset them or go back to the grid you added them from. | |||||
2008-01-02 | * Did a bit of estate work. Added some fields to EstateSettings.xml for ↵ | Teravus Ovares | 1 | -1/+8 | |
estate managers. * You can put UUIDs in those fields to give other users some ability to help manage a sim you own. * Also started decoding the EstateOwnerMessage packet convolutions. | |||||
2008-01-01 | * You can add and remove a friend in standalone now within the same ↵ | Teravus Ovares | 2 | -0/+77 | |
simulator. It saves. * You can add and remove a friend in grid mode now within the same simulator. It doesn't save yet. * I got rid of Mr. OpenSim as a friend.. he bothers me /:b... | |||||
2007-12-30 | * re-applied AddNewPrim refactoring... third time now... | lbsa71 | 1 | -36/+34 | |
2007-12-30 | * Patch from Alondria that re-fixes llSetColor | Teravus Ovares | 1 | -20/+20 | |
2007-12-30 | * This update rolls back the packetpool and LibSL changes. Please retest ↵ | Teravus Ovares | 5 | -54/+47 | |
and then patch these changes back in. Currently it's not quite ready for 0.5. The down side to this action, is that we loose some performance to the garbage collector for now. Given that the target date for 0.5 is *Two days* from now, I'm taking the initiative to work towards a real stable version. * This update also fixes scripting and some weird physics reactions | |||||
2007-12-29 | * Extracted out old RezObject method placing at absolute pos without the ↵ | lbsa71 | 1 | -0/+5 | |
raytracing * Ignored some bins | |||||
2007-12-28 | * Patch from Melanie provides Util.CleanString and uses it on the prim name ↵ | Teravus Ovares | 2 | -3/+2 | |
and description. Thanks Melanie. | |||||
2007-12-28 | * applied melanie's matnis patch #255. Thanks Melanie. | Teravus Ovares | 1 | -2/+2 | |
2007-12-28 | * Rezzing items from Inventory on top of other prim rezzes them 0.5 meters ↵ | Teravus Ovares | 2 | -3/+21 | |
above the 'hit' prim instead of buried in the ground somewhere. * Various Refactorings | |||||
2007-12-28 | * Made a copy of parts before updating to avoid dictionary updated ↵ | lbsa71 | 2 | -4/+10 | |
exceptions on big updates * The part now uses the byte[] TextureEntry instead of the object | |||||
2007-12-28 | * redid the AddNewPrim refactoring as that got lost in r2855 | lbsa71 | 1 | -35/+34 | |
2007-12-28 | Patch from Johan: LibSL updated to the latest revision (1568) and all ↵ | Adam Johnson | 4 | -45/+53 | |
packets are now recycled to improve performance and memory usage. | |||||
2007-12-28 | * Moved PrimitiveBaseShape subclasses into factory methods - the subclassing ↵ | lbsa71 | 1 | -32/+33 | |
scheme won't hold for serialization * Extracted out the 'old' AddNewPrimitive that places an object at an exact pos, without the raytracing | |||||
2007-12-28 | * Added ability to create new prim on existing prim (rezzing prim from ↵ | Teravus Ovares | 2 | -39/+88 | |
inventory on other prim coming soon). No more new prim buried in the ground by accident. * The prim are at the absolute position of the prim you rezzed it on top of + (0,0,0.5) for now. | |||||
2007-12-28 | Add missing "System." to System.NullReferenceException | Charles Krinke | 1 | -1/+1 | |
so Linux build works again. | |||||
2007-12-27 | * Optimized usings | lbsa71 | 19 | -793/+816 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-27 | * Fixed MonoSQLite Update Table routine | Teravus Ovares | 1 | -2/+2 | |
* Charles, this will fix the red issue. * Same situation, the first run updates the tables (and gives you a ton of red errors), the second run and everything works as expected. |