| Commit message (Expand) | Author | Files | Lines |
2009-03-09 | * Address http://opensimulator.org/mantis/view.php?id=3207 | Justin Clarke Casey | 1 | -2/+8 |
2009-03-09 | * Tweak llMoveToTarget per mantis 3265 | Teravus Ovares | 4 | -6/+735 |
2009-03-07 | Minor formatting cleanup. | Jeff Ames | 2 | -8/+36 |
2009-03-07 | Correct a typo, purely cosmetic. | idb | 1 | -1/+1 |
2009-03-07 | Limit the message length from llInstantMessage to 1024 characters http://wiki... | idb | 2 | -2/+11 |
2009-03-07 | Added the ability to set User-Agent in llHTTPRequest. No new default value ha... | idb | 2 | -1/+7 |
2009-03-07 | Correct casts so that the target id in the at_target event matches the origin... | idb | 2 | -8/+10 |
2009-03-07 | * Making the minimum ground offset for flying a configurable offset in the Op... | Teravus Ovares | 2 | -5/+11 |
2009-03-07 | * fixes mantis 3259 | Teravus Ovares | 1 | -0/+9 |
2009-03-07 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -14/+14 |
2009-03-07 | Add copyright headers. | Jeff Ames | 13 | -13/+364 |
2009-03-07 | Update svn properties. | Jeff Ames | 13 | -855/+855 |
2009-03-07 | * Fixes mantis: #3241 | Teravus Ovares | 1 | -2/+13 |
2009-03-07 | * Added some limits to the maximum force applied per second by llMoveToTarget... | Teravus Ovares | 2 | -2/+27 |
2009-03-06 | Fixes Mantis #3260. Thank you kindly, MCortez for a patch that: | Charles Krinke | 12 | -18/+238 |
2009-03-06 | * minor: remove some mono compiler warnings | Justin Clarke Casey | 3 | -6/+5 |
2009-03-06 | * refactor: Remove GetLandOwner function from Scene | Justin Clarke Casey | 3 | -42/+34 |
2009-03-06 | * Improve memory usage when writing OARs | Justin Clarke Casey | 6 | -76/+68 |
2009-03-05 | * Fixing a few mass calculation errors suggested by jhurliman | Teravus Ovares | 1 | -2/+2 |
2009-03-05 | * Add more status information when an oar is being saved | Justin Clarke Casey | 2 | -0/+23 |
2009-03-05 | * Replace Scene.GetLandHeight() with a straight query to Scene.Heightmap (whi... | Justin Clarke Casey | 5 | -20/+13 |
2009-03-05 | * refactor: move media and music url setting from scene into LandObject | Justin Clarke Casey | 5 | -20/+38 |
2009-03-05 | * simplify media and music url setting since we never get back a null land ob... | Justin Clarke Casey | 3 | -31/+22 |
2009-03-05 | * Replace some string to byte conversions for object/item name/description fi... | Justin Clarke Casey | 5 | -26/+33 |
2009-03-05 | * remove now unused serialization code | Justin Clarke Casey | 4 | -602/+5 |
2009-03-05 | Fixes Mantis #3255. Thank you kindly, MCortez, for a patch that: | Charles Krinke | 3 | -15/+41 |
2009-03-05 | Fixes Mantis #3194. Thank you kindly, Godfrey for a patch that: | Charles Krinke | 1 | -1/+19 |
2009-03-05 | Fixes Mantis #3253. Thank you kindly, Godfrey, for a patch that: | Charles Krinke | 1 | -1/+1 |
2009-03-05 | MRM Scripting Changes | Adam Frisby | 3 | -8/+8 |
2009-03-05 | * Implements a number of members on SOGObject for use with the MRM Script Eng... | Adam Frisby | 2 | -15/+166 |
2009-03-04 | * Fleshed out the MRM Module a little. | Adam Frisby | 5 | -44/+84 |
2009-03-04 | * For now, restore file extension for default oar name I accidentally removed... | Justin Clarke Casey | 1 | -1/+1 |
2009-03-04 | * Add the abilty to load and save iar item nodes where folders have identical... | Justin Clarke Casey | 6 | -49/+161 |
2009-03-04 | * Whoops. Left MiniModule enabled to anyone. (potential security risk). Disab... | Adam Frisby | 1 | -0/+3 |
2009-03-04 | * More work on MiniRegionModule module. | Adam Frisby | 5 | -0/+275 |
2009-03-04 | * Add gnu tar format long file name support to tar reading and writing. | Justin Clarke Casey | 3 | -85/+126 |
2009-03-04 | IObjectFace needs to be public to compile. | Mike Mazur | 1 | -1/+1 |
2009-03-04 | * More work on MiniRegionModule module. | Adam Frisby | 8 | -3/+254 |
2009-03-04 | * Implementing some interfaces for aformentioned script engine. Ignore this. | Adam Frisby | 4 | -0/+136 |
2009-03-03 | forgotten files | MW | 1 | -2/+2 |
2009-03-03 | Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The... | MW | 2 | -6/+25 |
2009-03-03 | Refactoring of CreateCommsManagerPlugin. | MW | 1 | -34/+0 |
2009-03-02 | Renamed OpenSimBase m_autoCreateLindenStack to m_autoCreateClientStack | MW | 1 | -4/+4 |
2009-03-02 | Moved the SetupScene methods from RegionApplicationBase to OpenSimBase [Do we... | MW | 2 | -95/+99 |
2009-03-02 | Changed IClientNetworkServer.AddScene method from void AddScene(Scene x) to v... | MW | 2 | -3/+2 |
2009-03-02 | Removed the commented out InitialiseStandaloneServices and InitialiseGridServ... | MW | 2 | -103/+0 |
2009-03-02 | After another heroic and bloody battle, OpenSim Dino Expedition 1, killed off... | MW | 4 | -40/+0 |
2009-03-02 | As part of a dinosaur hunting expedition, IScenePresenceBody.cs was terminate... | MW | 1 | -37/+0 |
2009-02-28 | Changed it so only .ini file types are loaded from the (optional) config dire... | MW | 1 | -2/+5 |
2009-02-27 | Added support for reading ini files from a (optional) config folder. This all... | MW | 2 | -1/+15 |