| Commit message (Expand) | Author | Files | Lines |
2009-04-19 | Thank you kindly, MCortez, for a patch that: | Charles Krinke | 1 | -0/+2 |
2009-04-18 | Bug fix in HG asset posts. Get the inner assets not just from mem cache but f... | diva | 1 | -18/+24 |
2009-04-17 | Thank you M1sha for diagnosing and patching a lock bug affecting region cross... | diva | 1 | -13/+16 |
2009-04-16 | Expose the GroupRecord and it's accessor API | Melanie Thielker | 1 | -9/+1 |
2009-04-15 | Prevent a nullref when no script engines are loaded | Melanie Thielker | 1 | -0/+3 |
2009-04-15 | Commit the group deeding support, thank you, mcortez | Melanie Thielker | 1 | -0/+9 |
2009-04-15 | Make sim health data more useful | Melanie Thielker | 1 | -1/+23 |
2009-04-15 | * Make it possible to add a request id to load and save oar requests | Justin Clarke Casey | 2 | -10/+27 |
2009-04-15 | Convert both script engines to new region module format. Add proper unload | Melanie Thielker | 1 | -1/+1 |
2009-04-15 | * Resolve unit test failure introduced in r9148 (probably) | Justin Clarke Casey | 1 | -1/+0 |
2009-04-15 | Another cleanup: Region_Status renamed to RegionStatus, and a usage comment a... | Johan Berntsson | 2 | -3/+3 |
2009-04-15 | Renamed splitID in Scene and added comments on usage | Johan Berntsson | 1 | -1/+8 |
2009-04-14 | Adds session authentication upon NewUserConnections. Adds user key authentica... | diva | 1 | -38/+55 |
2009-04-14 | * Make archiver tests pump the asset server manually instead of starting the ... | Justin Clarke Casey | 2 | -2/+2 |
2009-04-14 | Formatting cleanup. | Jeff Ames | 2 | -6/+6 |
2009-04-14 | Add the RegionLoaded(Scene) API to the new region module interface to allow | Melanie Thielker | 1 | -0/+13 |
2009-04-14 | Cleaning up old circuit upon client close. | diva | 1 | -0/+2 |
2009-04-14 | * Commit a variety of fixes to bugs discovered while trying to fix the NaN si... | Teravus Ovares | 1 | -22/+30 |
2009-04-13 | Remove m_moduleCommands. It wasn't used anywhere; probably a left-over from b... | Homer Horwitz | 1 | -31/+8 |
2009-04-12 | Thank you, dslake, for a patch that converts many of the linear searches | Melanie Thielker | 2 | -256/+197 |
2009-04-12 | Fix a regression where animations would only be sent if the avatar has | Melanie Thielker | 1 | -1/+1 |
2009-04-11 | Adding a script event, changed(CHANGED_ANIMATION) | Melanie Thielker | 2 | -1/+23 |
2009-04-11 | * Add catch-all error handlers back to scene. | Teravus Ovares | 1 | -8/+8 |
2009-04-11 | * Instead of referencing mesh stuff in the physics plugin.. change the IMesh ... | Teravus Ovares | 1 | -8/+8 |
2009-04-10 | Introduce IXmlRpcRouter, an interface that allows registering XMLRPC | Melanie Thielker | 2 | -1/+42 |
2009-04-10 | Expose the XMLRPC listener port on the IXMLRPC interface to allow | Melanie Thielker | 1 | -0/+1 |
2009-04-10 | Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Drag | nlin | 5 | -0/+180 |
2009-04-09 | * Reinstated Scene Crossing tests, now with timeouts to check for race condit... | Arthur Valadares | 1 | -16/+55 |
2009-04-09 | * Tagged long running tests with LongRunningAttribute. | lbsa71 | 3 | -6/+9 |
2009-04-09 | * Added additional debug testing info to Scene | Adam Frisby | 1 | -0/+1 |
2009-04-09 | * Implements retrieving child primitives via World.Objects[id] (MRM) | Adam Frisby | 1 | -0/+3 |
2009-04-08 | * Make it possible to store creator strings in user inventory items as well a... | Justin Clarke Casey | 3 | -9/+9 |
2009-04-07 | * minor: remove some mono compiler warnings | Justin Clarke Casey | 1 | -1/+2 |
2009-04-07 | * Apply http://opensimulator.org/mantis/view.php?id=3227 | Justin Clarke Casey | 2 | -0/+11 |
2009-04-06 | Added some null-checks to Intimidated's patch in r9024. | Homer Horwitz | 1 | -5/+5 |
2009-04-06 | Applying Intimidated's patch to fix anim handling. | Melanie Thielker | 2 | -7/+32 |
2009-04-06 | Thank you, Intimidated, for a patch too fix the movement animation handling | Melanie Thielker | 1 | -43/+183 |
2009-04-06 | * Implements World.Parcels[] array for MRM scripting. | Adam Frisby | 1 | -1/+3 |
2009-04-05 | Changed the asynchronous call to get inventory in HG, so that it properly rep... | diva | 2 | -22/+19 |
2009-04-05 | - Add new RegionModulesControllerPlugin to the application modules | Homer Horwitz | 5 | -7/+247 |
2009-04-05 | - Move IWindModule to OpenSim.Region.Framework.Interfaces | Homer Horwitz | 1 | -0/+83 |
2009-04-05 | Added CreateObject(regionhandle, userID, itemID) to post objects that are to ... | diva | 4 | -12/+82 |
2009-04-05 | * Fixed copyright headers on HyperGrid source files. (Now match the rest of O... | Adam Frisby | 4 | -98/+94 |
2009-04-04 | Thanks jonc, for a patch that adds rendering of classic clouds. | Homer Horwitz | 1 | -0/+38 |
2009-04-03 | * Fixes issue where of you force your avatar against a region corner, it gets... | Arthur Valadares | 1 | -6/+64 |
2009-04-03 | * refactor: Call StatsReporter methods directly rather than through Scene (as... | Justin Clarke Casey | 3 | -42/+24 |
2009-04-03 | * Implements Scene.SimChat(string,...) rather than byte[]. We should probably... | Adam Frisby | 1 | -0/+10 |
2009-04-01 | One more bit of refactoring, so this can be used outside region code. | diva | 1 | -42/+0 |
2009-04-01 | Refactoring, no functional changes. Moved ChildAgentDataUpdate data structure... | diva | 3 | -607/+1 |
2009-04-01 | * Committing patch in mantis 3376 [Patch] Fix a minor animation handling glit... | Teravus Ovares | 1 | -20/+0 |