| Commit message (Expand) | Author | Files | Lines |
2010-01-24 | Some method implementations were missing from LocalGridServiceConnector. | Diva Canto | 2 | -15/+17 |
2010-01-24 | Integrated the hyperlinking with the GridService. | Diva Canto | 2 | -80/+39 |
2010-01-24 | Fixes Region Crossings on a prim. | Revolution | 1 | -1/+9 |
2010-01-23 | Updates all IRegionModules to the new style region modules. | Revolution | 73 | -874/+1806 |
2010-01-22 | Add first part of test for checking restore of task inventory items on oar load | Justin Clark-Casey (justincc) | 2 | -1/+49 |
2010-01-22 | complete assertion checks of all other oar loaded region settings | Justin Clark-Casey (justincc) | 1 | -0/+28 |
2010-01-22 | minor: remove warning from LLClientView | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2010-01-22 | Allow oar loading to work even if an estate module is not present | Justin Clark-Casey (justincc) | 2 | -2/+74 |
2010-01-21 | add a target position to agent updates to ScenePresence to support alternativ... | unknown | 1 | -1/+7 |
2010-01-21 | Fixes llSetDamage. Patch from Revolution | Revolution | 1 | -7/+5 |
2010-01-20 | Console output no longer requires loglevel to be set to info; you can run the... | mbowman | 1 | -61/+66 |
2010-01-19 | Change a member of the friendslist module to better reflect the client side | Melanie | 3 | -9/+6 |
2010-01-18 | Go Home works. With security!! | Diva Canto | 5 | -10/+94 |
2010-01-18 | * Added missing GatekeeperServiceConnector | Diva Canto | 2 | -224/+281 |
2010-01-18 | * Fixed misspelling of field in GridService | Diva Canto | 4 | -53/+43 |
2010-01-18 | Fix a major security problem with osSetDynamicTexture which allowed the delet... | CasperW | 1 | -5/+12 |
2010-01-17 | HG teleports through gatekeeper are working. | Diva Canto | 2 | -17/+12 |
2010-01-17 | Agent gets there through the Gatekeeper, but still a few quirks to fix. | Diva Canto | 4 | -6/+164 |
2010-01-17 | Oops, forgot this one. | Diva Canto | 1 | -0/+137 |
2010-01-17 | HG agent transfers are starting to work. Gatekeeper handlers are missing. | Diva Canto | 3 | -230/+267 |
2010-01-17 | Hyperlinking minimally tested and working. | Diva Canto | 1 | -1/+0 |
2010-01-16 | Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ... | Diva Canto | 5 | -932/+61 |
2010-01-16 | Finished moving object crossings into EntityTransferModule | Diva Canto | 3 | -301/+3 |
2010-01-16 | Moved prim crossing to EntityTransferModule. Not complete yet. | Diva Canto | 5 | -224/+558 |
2010-01-16 | Let monitor data be requested using either the short form of the name or the | Melanie | 1 | -1/+4 |
2010-01-16 | Shorten the names of the tags in monitorstats summary to the immediate type | Melanie | 1 | -1/+5 |
2010-01-15 | Comment | Diva Canto | 1 | -0/+1 |
2010-01-15 | Renamed IAgentTransferModule to IEntityTransferModule -- accounts for objects... | Diva Canto | 5 | -42/+55 |
2010-01-15 | * General cleanup of Teleports, Crossings and Child agents. They are now in t... | Diva Canto | 13 | -1611/+1261 |
2010-01-14 | Added a UserAccountCache to the UserAccountServiceConnectors. Uses a CenomeCa... | Diva Canto | 3 | -3/+143 |
2010-01-13 | Bug fix in releasing agent. In Scene, always use SimulatonService, and not m_... | Diva Canto | 3 | -4/+4 |
2010-01-13 | Omit AuthorizationService from the default configurations, because the servic... | Diva Canto | 1 | -5/+5 |
2010-01-13 | * Removed debug messages. | Diva Canto | 1 | -2/+0 |
2010-01-13 | Bug in Teleport fixed -- Appearance was missing from AgentCircuitData. | Diva Canto | 2 | -0/+3 |
2010-01-13 | Several more buglets removed. | Diva Canto | 5 | -21/+20 |
2010-01-13 | Change the error messages on region region registration. This changes URM | Melanie | 4 | -11/+13 |
2010-01-12 | Bug in llGetNumberOfPrims always returns to script when no clients are connec... | Dan Lake | 1 | -14/+3 |
2010-01-12 | More appearance woes fixed, this time for child agents. Tested on a grid with... | Diva Canto | 2 | -0/+6 |
2010-01-12 | Fixed more appearance woes that showed up using remote connectors. Appearance... | Diva Canto | 4 | -18/+10 |
2010-01-11 | Fixed a couple of bugs with Appearance. Appearance is all good now. | Diva Canto | 9 | -19/+26 |
2010-01-11 | This fixes the problem that region modules (new style) weren't being recognized. | Diva Canto | 1 | -0/+1 |
2010-01-11 | add interface/method documentatio nto IScriptModuleComms | Justin Clark-Casey (justincc) | 1 | -2/+18 |
2010-01-11 | more specific config error logging | dr scofield (aka dirk husemann) | 1 | -2/+8 |
2010-01-11 | Moved MainServer.Instance.AddStreamHandler(new OpenSim.SimStatusHandler()); a... | Diva Canto | 1 | -2/+2 |
2010-01-11 | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 46 | -46/+39 |
2010-01-11 | CommunicationsManager deleted. | Diva Canto | 13 | -37/+17 |
2010-01-11 | minor: formatting | Justin Clark-Casey (justincc) | 1 | -1/+5 |
2010-01-11 | Make console_port work. | Melanie | 1 | -1/+3 |
2010-01-11 | Refactor. Instantiate sim status handlers in opensim base, not in a plugin | Melanie | 1 | -0/+5 |
2010-01-11 | Refactor. Move MainServer init to a place with greener grass | Melanie | 1 | -0/+2 |