| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Making the web_login_key code work, even if the LL Viewer doesn't support it.... | diva | 2009-03-08 | 1 | -4/+19 |
* | Thank you tlaukkan for a patch that: Upgraded to MXP 0.4 version and cleaned ... | lbsa71 | 2009-03-08 | 4 | -142/+202 |
* | Moving Windows Installer to forge. | Adam Johnson | 2009-03-07 | 1 | -151/+0 |
* | Minor formatting cleanup. | Jeff Ames | 2009-03-07 | 2 | -8/+36 |
* | Correct a typo, purely cosmetic. | idb | 2009-03-07 | 1 | -1/+1 |
* | Limit the message length from llInstantMessage to 1024 characters http://wiki... | idb | 2009-03-07 | 2 | -2/+11 |
* | Added the ability to set User-Agent in llHTTPRequest. No new default value ha... | idb | 2009-03-07 | 2 | -1/+7 |
* | Correct casts so that the target id in the at_target event matches the origin... | idb | 2009-03-07 | 2 | -8/+10 |
* | * Making the minimum ground offset for flying a configurable offset in the Op... | Teravus Ovares | 2009-03-07 | 2 | -5/+11 |
* | * fixes mantis 3259 | Teravus Ovares | 2009-03-07 | 1 | -0/+9 |
* | * Adding application/x-oar to the list of content types to which the HTTP Ser... | Teravus Ovares | 2009-03-07 | 1 | -1/+5 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2009-03-07 | 1 | -14/+14 |
* | Add copyright headers. | Jeff Ames | 2009-03-07 | 13 | -13/+364 |
* | Update svn properties. | Jeff Ames | 2009-03-07 | 13 | -855/+855 |
* | * Fixes mantis: #3241 | Teravus Ovares | 2009-03-07 | 1 | -2/+13 |
* | * Added some limits to the maximum force applied per second by llMoveToTarget... | Teravus Ovares | 2009-03-07 | 2 | -2/+27 |
* | Fixes Mantis #3260. Thank you kindly, MCortez for a patch that: | Charles Krinke | 2009-03-06 | 12 | -18/+238 |
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-03-06 | 5 | -9/+8 |
* | * refactor: Remove GetLandOwner function from Scene | Justin Clarke Casey | 2009-03-06 | 3 | -42/+34 |
* | * Improve memory usage when writing OARs | Justin Clarke Casey | 2009-03-06 | 6 | -76/+68 |
* | * Protects RestClient from crashing with dictionary exception, which leads to... | Sean Dague | 2009-03-06 | 1 | -2/+24 |
* | Added a output message to CreateCommsManagerPlugin for when a user tries to r... | MW | 2009-03-06 | 1 | -36/+46 |
* | Add missing parameter to m_log.DebugFormat(). | Mike Mazur | 2009-03-06 | 1 | -1/+1 |
* | * Fixing a few mass calculation errors suggested by jhurliman | Teravus Ovares | 2009-03-05 | 1 | -2/+2 |
* | * Add more status information when an oar is being saved | Justin Clarke Casey | 2009-03-05 | 2 | -0/+23 |
* | Prevent ICommander-generated subcommand trees from generating an exception | Melanie Thielker | 2009-03-05 | 1 | -1/+6 |
* | * Replace Scene.GetLandHeight() with a straight query to Scene.Heightmap (whi... | Justin Clarke Casey | 2009-03-05 | 5 | -20/+13 |
* | * refactor: move media and music url setting from scene into LandObject | Justin Clarke Casey | 2009-03-05 | 5 | -20/+38 |
* | * simplify media and music url setting since we never get back a null land ob... | Justin Clarke Casey | 2009-03-05 | 3 | -31/+22 |
* | * Replace some string to byte conversions for object/item name/description fi... | Justin Clarke Casey | 2009-03-05 | 5 | -26/+33 |
* | * remove now unused serialization code | Justin Clarke Casey | 2009-03-05 | 6 | -676/+32 |
* | Make DeserializeUUID explicitly private. | Mike Mazur | 2009-03-05 | 1 | -1/+1 |
* | Made the OpenSimInventoryFrontendPlugin.DeserializeUUID(Stream stream) method... | MW | 2009-03-05 | 1 | -1/+1 |
* | Fix moving folders. | Mike Mazur | 2009-03-05 | 2 | -4/+9 |
* | Fix creating inventory items and folders. | Mike Mazur | 2009-03-05 | 2 | -6/+9 |
* | Implemented all Inventory frontend handlers. | Mike Mazur | 2009-03-05 | 3 | -512/+719 |
* | Implementing more inventory storage methods. | Mike Mazur | 2009-03-05 | 2 | -314/+134 |
* | Use Inventory{Item,Folder}Base in AssetInventoryServer. | Mike Mazur | 2009-03-05 | 6 | -268/+235 |
* | A couple cosmetic changes in inventory storage plugin. | Mike Mazur | 2009-03-05 | 1 | -2/+5 |
* | Fixes Mantis #3255. Thank you kindly, MCortez, for a patch that: | Charles Krinke | 2009-03-05 | 3 | -15/+41 |
* | Fixes Mantis #3194. Thank you kindly, Godfrey for a patch that: | Charles Krinke | 2009-03-05 | 1 | -1/+19 |
* | Fixes Mantis #3253. Thank you kindly, Godfrey, for a patch that: | Charles Krinke | 2009-03-05 | 1 | -1/+1 |
* | MRM Scripting Changes | Adam Frisby | 2009-03-05 | 3 | -8/+8 |
* | * Implements a number of members on SOGObject for use with the MRM Script Eng... | Adam Frisby | 2009-03-05 | 2 | -15/+166 |
* | * Fleshed out the MRM Module a little. | Adam Frisby | 2009-03-04 | 5 | -44/+84 |
* | * For now, restore file extension for default oar name I accidentally removed... | Justin Clarke Casey | 2009-03-04 | 1 | -1/+1 |
* | * Add the abilty to load and save iar item nodes where folders have identical... | Justin Clarke Casey | 2009-03-04 | 6 | -49/+161 |
* | * Whoops. Left MiniModule enabled to anyone. (potential security risk). Disab... | Adam Frisby | 2009-03-04 | 1 | -0/+3 |
* | * More work on MiniRegionModule module. | Adam Frisby | 2009-03-04 | 5 | -0/+275 |
* | * Add gnu tar format long file name support to tar reading and writing. | Justin Clarke Casey | 2009-03-04 | 3 | -85/+126 |