コミット履歴

作者 SHA1 メッセージ 日付
  Melanie Thielker b16abc8166 Massive tab and trailing space cleanup 7 年 前
  Melanie Thielker ea8f3c83bf Finally remove the requirement for an InventoryItem/FolderBase object to 8 年 前
  Diva Canto 959872315f WARNING: massive refactor to follow libomv's latest changes regarding inventory folders. The newest version of libomv itself is committed here. Basically, everything that was using the AssetType enum has been combed through; many of those uses were changed to the new FolderType enum. 9 年 前
  Diva Canto c74cef0f42 Major change in the way inventory is downloaded: added a method throughout IIventoryService that fetches sets of folders at once. Also added folder id in the InventoryCollection data structure, so that we don't need to go to inventory server again just for that. This reduces the chatter between sims and inventory server by... a lot. On my tests, this reduces initial inventory download down to 30% of what it currently is. 9 年 前
  Oren Hurvitz 018832522c Removed GetUserInventory(). It wasn't being used, and was creating warnings because it's Obsolete. 10 年 前
  Justin Clark-Casey (justincc) 7cab41f422 refactor: replace verbose checks with String.IsNullOrEmpty where applicable. 10 年 前
  Diva Canto bb44758179 Switched to using the other Util function with a default value. 11 年 前
  Diva Canto f1010d7b15 Moved the HG default variables out of [Startup] and into their own section [Hypergrid] in *Common.ini.example. Backwards compatible for now. 11 年 前
  Diva Canto 0e8289cd00 Added new Util function for reading config vars that's more generic than the one I added yesterday -- this is for helping move config vars out of [Startup] 11 年 前
  Diva Canto e515cdddec Simplification of HG configs: HomeURI and GatekeeperURI now are defined as default under [Startup]. They can then be overwritten in the other sections (but probably shouldn't). I kept the existing code for backwards compatibility, so this should not cause any breaks from people's current configurations. But people should move to have these 2 vars under [Startup] -- see OpenSim.ini.example and Robust.HG.ini.example. And yes, both names now end with "URI" for consistency. 11 年 前
  Diva Canto 6eaff18961 Finish the implementation of GetUserInventory, even though it's still not used. 12 年 前
  Diva Canto 91950b3147 Amend to previous commit regarding the config name. Bugs bite. 12 年 前
  Diva Canto 8131a24cde Send the config section name up to the service classes themselves (XInventory and Assets). 12 年 前
  Diva Canto 91ac21b9ec HG Inventoty: Guard against items not found. 12 年 前
  Diva Canto 8bdd80abfa HG: normalize all externalized user ULRs to be the Home URL, i.e. the location of the user's UAS. This corrects an earlier design which had some cases pointing to the profile server. WARNING: CONFIGURATION CHANGES in both the sims (*Common.ini) and the Robust configs (Robust.HG.ini). Please check diff of the example files, but basically all vars that were pointing to profile should point to the UAS instead and should be called HomeURI. 12 年 前
  Diva Canto d60f525baa HG inventory transfers over the profile working. 13 年 前
  Diva Canto 7d24dbca3c Added some comments. Better than listening to the boring speaker... 13 年 前
  Diva Canto ae4b02e115 WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added capability to preserve creator information on HG asset transfers. Added a new HGAssetService that is intended to be the one outside the firewall. It processes and filters the assets that go out of the grid. Also fixed the normal AssetService to do special things for the main instance (console commands, etc). Moved HGInventoryService to OpenSim.Services.HypergridService. Changed the way the login service gets the ServiceURL configs. 13 年 前