Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-01-31 | Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as ↵ | Diva Canto | 11 | -99/+5 | |
lots of other obsolete configs. | |||||
2010-01-31 | * Bug fix in XInventoryData -- groupOwned is an int in the DB | Diva Canto | 3 | -4/+12 | |
* Bug fix in InventoryServerInConnector -- m_config | |||||
2010-01-31 | * Added a few files that were missing in the repo. | Diva Canto | 6 | -68/+619 | |
* New HGInventoryService which allows restricted access to inventory while outside | |||||
2010-01-31 | Added missing file. | Diva Canto | 1 | -0/+20 | |
2010-01-30 | Changed an error message to w warning message. | Diva Canto | 1 | -1/+1 | |
2010-01-30 | Bug fix for making cross-grid login work. | Diva Canto | 2 | -2/+7 | |
2010-01-30 | Bug fix: change HGBroker to a INonSharedRegionModule | Diva Canto | 3 | -71/+82 | |
2010-01-30 | * HGScene is no more. | Diva Canto | 16 | -907/+975 | |
* Moved a few key inventory access methods from Scene.Inventory to an IInventoryAccessModule module | |||||
2010-01-29 | On the way to making HG inventory work. Inventory can now be accessed again. ↵ | Diva Canto | 1 | -110/+66 | |
Assets are still broken. | |||||
2010-01-29 | * HGGridConnector is no longer necessary. | Diva Canto | 14 | -344/+138 | |
* Handle logout properly. This needed an addition to IClientAPI, because of how the logout packet is currently being handled -- the agent is being removed from the scene before the different event handlers are executed, which is broken. | |||||
2010-01-29 | Works for grid login. | Diva Canto | 6 | -22/+121 | |
2010-01-28 | HG 1.5 is in place. Tested in standalone only. | Diva Canto | 21 | -640/+1100 | |
2010-01-27 | Added ExternalName config on Gatekeeper. | Diva Canto | 7 | -9/+37 | |
2010-01-24 | Removed obsolete interface IHyperlink. | Diva Canto | 4 | -86/+4 | |
2010-01-24 | Hypergrid map search back on, this time with a config var in the grid service. | Diva Canto | 2 | -22/+37 | |
2010-01-24 | Some method implementations were missing from LocalGridServiceConnector. | Diva Canto | 3 | -16/+20 | |
2010-01-24 | Integrated the hyperlinking with the GridService. | Diva Canto | 12 | -1345/+876 | |
2010-01-19 | Change a member of the friendslist module to better reflect the client side | Melanie | 4 | -11/+6 | |
data storage paradigm of the friends list and avoid repeated, unneccessary fetches of the entire friends list. | |||||
2010-01-18 | * Towards enabling hyperlinks at grid-level. | Diva Canto | 3 | -6/+149 | |
* Updated grid configs | |||||
2010-01-19 | Add a Hyperlink flag to the regions table | Melanie | 1 | -1/+2 | |
2010-01-18 | Check for impersonations at the Gatekeeper. | Diva Canto | 1 | -29/+52 | |
2010-01-18 | Go Home works. With security!! | Diva Canto | 12 | -26/+468 | |
2010-01-18 | * Added missing GatekeeperServiceConnector | Diva Canto | 8 | -229/+478 | |
* Added basic machinery for teleporting users home. Untested. | |||||
2010-01-18 | * Fixed misspelling of field in GridService | Diva Canto | 5 | -54/+44 | |
* Moved TeleportClientHome to EntityTransferModule | |||||
2010-01-17 | HG teleports through gatekeeper are working. | Diva Canto | 7 | -138/+13 | |
2010-01-17 | Agent gets there through the Gatekeeper, but still a few quirks to fix. | Diva Canto | 15 | -93/+560 | |
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 | 10 | -257/+354 | |
2010-01-17 | Copyright notices. | Diva Canto | 2 | -2/+56 | |
2010-01-17 | * Added ServiceURLs to AgentCircuitData. | Diva Canto | 5 | -3/+24 | |
* Fixed a configuration buglet introduced yesterday in StandaloneHypergrid.ini. | |||||
2010-01-17 | Hyperlinking minimally tested and working. | Diva Canto | 3 | -6/+14 | |
2010-01-17 | These 2 were moved to corresponding Hypergrid folders. The server connector ↵ | Diva Canto | 2 | -470/+0 | |
was renamed to Gatekeeper, because it will have all the handlers for the gatekeeper. | |||||
2010-01-16 | Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ↵ | Diva Canto | 14 | -668/+1233 | |
yet. | |||||
2010-01-16 | Finished moving object crossings into EntityTransferModule | Diva Canto | 3 | -301/+3 | |
2010-01-16 | Fixed a missing field in the last regions table migration. | Diva Canto | 2 | -3/+4 | |
2010-01-16 | Moved prim crossing to EntityTransferModule. Not complete yet. | Diva Canto | 6 | -226/+560 | |
2010-01-16 | Shorten the names of the tags in monitorstats summary to the immediate type | Melanie | 1 | -1/+5 | |
name sans namespace. Needs adjustment of scripts using these!. Request my name still uses full namespace path. | |||||
2010-01-15 | Comment | Diva Canto | 1 | -0/+1 | |
2010-01-15 | Renamed IAgentTransferModule to IEntityTransferModule -- accounts for ↵ | Diva Canto | 5 | -42/+55 | |
objects too. | |||||
2010-01-15 | * General cleanup of Teleports, Crossings and Child agents. They are now in ↵ | Diva Canto | 13 | -1611/+1261 | |
the new AgentTransferModule, in line with what MW started implementing back in May -- ITeleportModule. This has been renamed IAgentTransferModule, to be more generic. * HGSceneCommunicationService has been deleted * SceneCommunicationService will likely be deleted soon too | |||||
2010-01-15 | Implement region registration with authentication | Melanie | 2 | -1/+23 | |
2010-01-15 | Implement "Reservation" flag behavior. | Melanie | 1 | -0/+34 | |
2010-01-15 | Implement the NoMove behavior. Cause Reservation flag to be reset on | Melanie | 1 | -2/+8 | |
first connect | |||||
2010-01-15 | Add a handful of new region flags and a small migration | Melanie | 2 | -1/+10 | |
2010-01-14 | Added a UserAccountCache to the UserAccountServiceConnectors. Uses a ↵ | Diva Canto | 4 | -7/+147 | |
CenomeCache. | |||||
2010-01-14 | Added the 2 missing methods in the grid service remote connections. | Diva Canto | 2 | -4/+174 | |
2010-01-14 | add an agent position field to AgentUpdateArgs for use by some non-LL clients | dahlia | 1 | -0/+8 | |
2010-01-13 | Take the verbose debug messages in AgentHandler out again. | Diva Canto | 1 | -6/+6 | |
2010-01-13 | Bug fix in releasing agent. In Scene, always use SimulatonService, and not ↵ | Diva Canto | 4 | -11/+11 | |
m_SimulationService, because it may be null... | |||||
2010-01-13 | Omit AuthorizationService from the default configurations, because the ↵ | Diva Canto | 1 | -5/+5 | |
service doesn't exist in the distribution. |