Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Caches UUIDName requests | Teravus Ovares | 2008-05-29 | 1 | -2/+46 |
| | | | | | | * Looks up UUIDNames for script time and colliders in a separate thread. * Hopefully this'll allow you to look at top scripts on a region that has a lot of scripts without crashing your client thread. | ||||
* | * Fixed a slight issue with the LLRAW exporter. | Adam Frisby | 2008-05-28 | 2 | -3/+4 |
| | | | | | | * Linden uses a neutral height channel of 128.0 on their multiplier. OpenSim was using a neutral of 127.0 - this has been changed to 128.0, this may cause files exported to the .RAW format to look slightly different when loaded back in - it is highly recommended to use the R32 format instead which avoids these sorts of issues. * Made a tweak to the Terrain Plugin loading process. | ||||
* | * Minor: Another small log adjustment | Justin Clarke Casey | 2008-05-28 | 1 | -1/+1 |
| | |||||
* | * Minor: Log message clean up in archiver code | Justin Clarke Casey | 2008-05-28 | 2 | -3/+5 |
| | |||||
* | * Put in stubs for "load-oar" command, including ultra-primitive temporary ↵ | Justin Clarke Casey | 2008-05-28 | 5 | -11/+182 |
| | | | | | | | | tar loading code * Currently as a test, this will successfully load only the first file of an opensim archive and do absolutely nothing with it | ||||
* | * Put textures into a separate assets/ directory in the opensim archive | Justin Clarke Casey | 2008-05-28 | 2 | -6/+37 |
| | | | | | | | * Fix nre where the asset couldn't be found * Not ready yet | ||||
* | Mantis#1406. Thank you kindly, Xantor for a patch that: | Charles Krinke | 2008-05-28 | 1 | -1/+1 |
| | | | | | | | | | llLoopSound sends out one packet to clients in view, so it doesn't work anymore when clients enter later on, or the prim is modified in any way. Solution: Stored sound data on prim, send full update instead. llStartSound and llLoopSound now accept both LLUUIDs to a sound as well as object inventory sound names. llStopSound clears prim data and sends full update. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-28 | 3 | -76/+76 |
| | |||||
* | Update svn properties. Fix inconsistent newlines. | Jeff Ames | 2008-05-28 | 1 | -187/+187 |
| | |||||
* | * Include prims.xml file in archive | Justin Clarke Casey | 2008-05-27 | 2 | -5/+17 |
| | |||||
* | * Add .jp2 extension to archived textures | Justin Clarke Casey | 2008-05-27 | 1 | -1/+1 |
| | |||||
* | * Write prim archives out as v7 tar files temporarily for testing purposes - ↵ | Justin Clarke Casey | 2008-05-27 | 2 | -1/+186 |
| | | | | | | | | | not even gzipping yet! * Using hacked up code to create the correct tar archive headers - this stuff should really go away again before too long * No user functionality yet | ||||
* | * Added new InstallPlugin interface to ITerrainModule. | Adam Frisby | 2008-05-27 | 2 | -10/+22 |
| | | | | | * This is to allow other region modules to install Terrain Effects. | ||||
* | * Implement asynchronous assets request for archiving | Justin Clarke Casey | 2008-05-27 | 1 | -116/+187 |
| | | | | | | * No user functionality yet | ||||
* | * Patch from jhurliman - Implements a binary search in the LLRAW exporter ↵ | Adam Frisby | 2008-05-26 | 1 | -26/+44 |
| | | | | which dramatically speeds up exports. | ||||
* | Thank you kindly, Melanie for a patch for script reset | Charles Krinke | 2008-05-26 | 1 | -0/+2 |
| | | | | | that creates the event handler chain ready to hook by script engines | ||||
* | * Break out baby archiving code into separate class ready for async asset ↵ | Justin Clarke Casey | 2008-05-26 | 2 | -54/+118 |
| | | | | | | | | requesting * No user functionality yet | ||||
* | * Extract and boil down necessary texture UUIDs for an archive of the scene ↵ | Justin Clarke Casey | 2008-05-26 | 1 | -1/+14 |
| | | | | | | | | prims * no user functionality yet | ||||
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-05-25 | 3 | -25/+25 |
| | |||||
* | * A hacky Top Scripts display. It isn't accurate as far as ms accounting, ↵ | Teravus Ovares | 2008-05-25 | 1 | -9/+27 |
| | | | | | | | however you can use it to help find out what scripts are causing your simulator to cry. * Access it from the Estate tools/Debug tab. | ||||
* | * Adds Top Colliders when using ODE. Access it from the estate tools/debug tab. | Teravus Ovares | 2008-05-25 | 2 | -1/+44 |
| | |||||
* | * Refactor: Collapse some multiple remove object paths | Justin Clarke Casey | 2008-05-24 | 1 | -1/+1 |
| | | | | | | * Push some delete functionality into InnerScene to match what's already there for adding objects | ||||
* | * Refactor: Change previous commits Object methods to SceneObject methods ↵ | Justin Clarke Casey | 2008-05-24 | 2 | -1/+7 |
| | | | | instead, on the basis that this is less likely to cause confusion with c#'s base object type | ||||
* | * Refactor: Renaming various *Entity*() methods to *Object*() methods on the ↵ | Justin Clarke Casey | 2008-05-24 | 1 | -1/+1 |
| | | | | basis that they all take SOG parameters to improve code readability for now | ||||
* | * Fixes endless loop in the Land Module when selecting any object. | Teravus Ovares | 2008-05-24 | 2 | -0/+6 |
| | | | | | * Fixes returning objects when the object owner hasn't been in the simulator since the simulator started up last. | ||||
* | * Get the xml2 entities serialization representation in the archiver module | Justin Clarke Casey | 2008-05-24 | 2 | -10/+54 |
| | | | | | | | * Not yet reusing serialization module - this will happen in the future * No user functionality yet | ||||
* | This enables return from the parcel object owner display. | Teravus Ovares | 2008-05-24 | 4 | -24/+100 |
| | | | | | There's some oddness with the parcel counts, but if you can get past the oddness, you can return objects under an owner that you have permission to return. | ||||
* | * Implements selected object return. | Teravus Ovares | 2008-05-24 | 1 | -25/+45 |
| | | | | | * If user is in the same sim with you, they'll get an inventory update, if not.... oh well, they'll have to clear their cache potentially before they'll see it. | ||||
* | *Refactor of the LandManagementModule that allows OpenSim to run without it | mingchen | 2008-05-23 | 2 | -868/+965 |
| | |||||
* | Thank you kindly, Melanie, for: | Charles Krinke | 2008-05-23 | 1 | -1/+2 |
| | | | | | | | Nothing huge, but the new button code for producing a new script does well, but the script will not allow for name change once created. It reverts back to new script. | ||||
* | * Plug in stubbed out archiver module | Justin Clarke Casey | 2008-05-22 | 2 | -0/+121 |
| | |||||
* | Add copyright notices. | Jeff Ames | 2008-05-20 | 3 | -7/+86 |
| | | | | | Fix spelling typo (Thanks ChrisDown for pointing this out) | ||||
* | * Group type stuff. Nothing spectacular. two packets, sorta almost semi ↵ | Teravus Ovares | 2008-05-18 | 1 | -0/+7 |
| | | | | half tiny amount implemented. | ||||
* | * Tweaked patch mantis 1302 and committing it. | Teravus Ovares | 2008-05-17 | 2 | -3/+18 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 10 | -94/+94 |
| | |||||
* | Committing patch from Melanie. 0001290: [PATCH] implement permissions ↵ | Teravus Ovares | 2008-05-15 | 1 | -1/+7 |
| | | | | | | | | propagation and script module hooks. Thanks Melanie! * Implements quite a few inventory related perms. * (from Teravus) Fixes Take Copy | ||||
* | * Committing Patch mantis 0001275: [PATCH] Add more perms-fu. From Melanie. ↵ | Teravus Ovares | 2008-05-15 | 1 | -8/+85 |
| | | | | | | | Thanks Melanie! * Adds hooks in the permission module for CanReadScript, CanEditScript, CanCopyInventory, CanDeleteInventory, CanEditNotecard, CanViewNotecard, CanViewScript.. and a few more. The functionality in the default module returns true. | ||||
* | * Comitting 0001271: [PATCH] Refactor permissions to fully allow stacking ↵ | Teravus Ovares | 2008-05-14 | 2 | -19/+16 |
| | | | | permissions modules. From Melanie. Thanks Melanie! | ||||
* | * Fixed deleting prim. | Teravus Ovares | 2008-05-14 | 1 | -1/+1 |
| | |||||
* | * Applying patches from Melanie to cover permissions module. Thanks! | Adam Frisby | 2008-05-14 | 1 | -0/+9 |
| | |||||
* | * Adding the very bare minimum for the client to register user as having the ↵ | Teravus Ovares | 2008-05-14 | 1 | -0/+6 |
| | | | | group OpenSimulator Tester. This allows us to start examining and implementing the vary many unhandled group packets. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-14 | 3 | -41/+35 |
| | |||||
* | * Refactored OutPacket out of ScenePresence | Teravus Ovares | 2008-05-14 | 1 | -0/+9 |
| | | | | | * Down to 65 warnings. | ||||
* | * Refactored OutPacket and FirstName/LastName out of Friends Module. | Teravus Ovares | 2008-05-14 | 1 | -0/+10 |
| | |||||
* | *Locked objects can now be unlocked | mingchen | 2008-05-13 | 1 | -1/+1 |
| | |||||
* | *Locked objects now delete after accepting warning as expected | mingchen | 2008-05-13 | 1 | -9/+9 |
| | |||||
* | * Applying Mantis #970 - Revert brush does stupid things. Thanks tglion for ↵ | Adam Frisby | 2008-05-13 | 1 | -2/+2 |
| | | | | fixing a really dumb bug. | ||||
* | *Complete redo of the permissions module | mingchen | 2008-05-13 | 5 | -378/+545 |
| | | | | | | *Removed hardcoded permissions checks *Added permissions checks where needed | ||||
* | my last patch didn't actually get the sun to possition correctly, but | Sean Dague | 2008-05-12 | 1 | -3/+5 |
| | | | | | | | | now we are correctly using the timezone offset. If you set day_length to 24.0 you'll get a sun progression that roughly follows your real world day on your server. | ||||
* | move the sun based on localtime instead of utc. Now it won't set for me at | Sean Dague | 2008-05-12 | 1 | -4/+10 |
| | | | | | | 3pm any more. |