Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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-05 | Log instead of crash on some specific unknown startup bug I'm getting | Tedd Hansen | 1 | -8/+49 | |
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 | 3 | -25/+103 | |
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-04 | * Fixing a the time clock issue on Sim Restart messages. See Mantis 287 | Teravus Ovares | 1 | -2/+3 | |
2008-01-03 | * Made covenant changes made in the estate tools persist across sim restarts. | Teravus Ovares | 1 | -1/+2 | |
2008-01-03 | * changed form Debug to Verbose on Texture sending | lbsa71 | 1 | -1/+1 | |
2008-01-03 | * Added removal of TextureSenders and UserTextureDownloadService on agent ↵ | lbsa71 | 3 | -5/+34 | |
leaving region. | |||||
2008-01-03 | Set svn:eol-style. | Jeff Ames | 2 | -232/+232 | |
2008-01-03 | * Some work on TextureDownloadModule | lbsa71 | 3 | -214/+236 | |
* fixed Cancel bug | |||||
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 | 6 | -11/+11 | |
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 | 2 | -26/+84 | |
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 | 3 | -5/+97 | |
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-02 | * Trying to address TextureSender issues | lbsa71 | 1 | -32/+43 | |
* The BlockingQueue exposes Contains so we can make sure we don't add a TextureSender to the queue if there's already one present * introduced some TryGetValue and various code convention stuff | |||||
2008-01-02 | * Re-wrote IM that sends the friend request so that it displays the name of ↵ | Teravus Ovares | 2 | -5/+12 | |
the person who sent the request, or (hippos) if it can't find it. | |||||
2008-01-01 | * You can add and remove a friend in standalone now within the same ↵ | Teravus Ovares | 5 | -34/+291 | |
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 | * Added graceful remote script server connection error handling | Teravus Ovares | 1 | -2/+2 | |
* Removed a friends module test that I had. | |||||
2007-12-30 | * Fixed References in Prebuild so the project compiles | Teravus Ovares | 1 | -3/+40 | |
* Added Friends List methods to IUserData interface * Created Stub friendslist Database Methods | |||||
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 | 7 | -60/+53 | |
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-30 | * Applied Melanie's same instance IM fix. This will make IMs work within ↵ | Teravus Ovares | 1 | -4/+6 | |
the same OpenSim Instance. | |||||
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 | 6 | -54/+68 | |
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 | 34 | -1092/+1119 | |
* 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. | |||||
2007-12-27 | * AssetServerBase: _ProcessRequest is now called GetAsset | lbsa71 | 3 | -6/+5 | |
* PrimitiveBaseShape: The textures are now exposed as a 'TextureEntry Textures'; all serialization still using the 'byte[] TextureEntry' for backwards compatibility. * Scene: Re-added AddTree, since the Tree type isn't gone from libsl, merely relocated. | |||||
2007-12-27 | * Fixed the matching logic error on the LLQuat to axiom quat :P | Teravus Ovares | 1 | -1/+1 | |
2007-12-27 | * fixed a logic error in the receiving end of the prim load for the sit target | Teravus Ovares | 1 | -2/+5 | |
2007-12-27 | * Added Sit Target persistence over sim restarts for mySQL and MonoSQLite. | Teravus Ovares | 1 | -0/+27 | |
* SAVE YOUR PRIM DATA, THIS MAKES CHANGES TO YOUR PRIMS TABLE * The first time you run OpenSim after updating past this revision, you'll see a lot of Errors. Be calm, shutdown the simulator, and start it again and your prims table will be updated. * MSSQL added the fields to the Initial CreateTable section, however, you'll need to add the fields to your prims table if you want it to persist. | |||||
2007-12-27 | * Added slightly better object sit handling | Teravus Ovares | 2 | -14/+130 | |
* Added sit handling for sit targets * Implemented llSitTarget() * Implemented llAvatarOnSitTarget() * Sit targets do not persist sim restart. | |||||
2007-12-27 | Prim inventory persistence phase 1: Creation of preliminary table in sqlite. | Justin Clarke Casey | 3 | -19/+16 | |
No user functionality yet. This code is not turned on, so there is no possibility of disruption to existing databases. | |||||
2007-12-26 | * Play the 'landing' animation when landing and minimize the collision ↵ | Teravus Ovares | 1 | -1/+2 | |
protection offset so the animations match up. | |||||
2007-12-26 | If a prim is persisted in the region, scripts dragged into its inventory ↵ | Justin Clarke Casey | 3 | -5/+15 | |
after a server restart would not appear (though the script they contain would still be invoked). This change fixes that problem. | |||||
2007-12-26 | * This update includes a wide range of changes to the ODEPlugin for avatar ↵ | Teravus Ovares | 2 | -12/+20 | |
movement, including: ** - avatar can navigate stairs better now ** - avatar can land without shooting into the air ** - excessive collisions with the ground are tempered somewhat and should only shoot the avatar up 20m instead of 200m ** - Try Catched a TextureDownloadModule.cs array out of bounds error with a report that causes it not to crash the sim, however it reports a few important items for tracking it down. | |||||
2007-12-26 | * Patch by Melanie to fix CreateSelected | Teravus Ovares | 1 | -1/+7 | |
2007-12-26 | * Removed a debug message I left in there | Teravus Ovares | 1 | -1/+7 | |
* Added a few more comments. | |||||
2007-12-26 | * Added the ability to land automatically on prim by pressing the page down ↵ | Teravus Ovares | 1 | -2/+51 | |
button when over them and colliding * Reverted the avatar portion of the inter-penetration physics scene explosion management, it needs more work. |