Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Justin Clark-Casey (justincc) 86367d7219 refactor: Move methods to start a monitored thread, start work in its own thread and run work in the jobengine from Watchdog to a WorkManager class. 10 gadi atpakaļ
  Justin Clark-Casey (justincc) b1fd0d35e5 Make small adjustment to JobEngine default from previous commit to enable it when [Startup] section is not present (though this is extremely unlikely). 10 gadi atpakaļ
  Justin Clark-Casey (justincc) 59b38f842a Add [Startup] JobEngineEnabled setting that allows the job engine to be disabled for testing purposes if necessary. 10 gadi atpakaļ
  Justin Clark-Casey (justincc) 281969093f Start JobEngine by default in simulator for now. 10 gadi atpakaļ
  Justin Clark-Casey (justincc) 3654ae8d8c Allow the "debug scene set physics false|true" command to work when bulletsim physics is running in a separate thread. 10 gadi atpakaļ
  Justin Clark-Casey (justincc) 889194db63 Actually call Close() for shared region modules when the simulator is being shutdown. 10 gadi atpakaļ
  Diva Canto 2ff9ea3f80 Fixed a few things pertaining to interfacing with the estate service. Specifically, StoreEstateSettings was not being used anywhere; instead EstatSetting.Save was being called, but that method is a trigger to the DB-layer code directly, which, besides being wrong, was making it impossible to replace the service with a remote connector. 10 gadi atpakaļ
  Melanie a108fcac95 Restore overload mode accidentally disabled in a prior commit. Add a new 10 gadi atpakaļ
  Melanie a4d322dcd1 Allow the setting from the environment to take effect if no explicit setting is given. 10 gadi atpakaļ
  Dev Random 3d0778bcd6 Allow Mono Plugin Registry setting for Regions 10 gadi atpakaļ
  Robert Adams 13a9a4b653 varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z. 11 gadi atpakaļ
  Robert Adams 604b39cea9 Merge branch 'master' into varregion 11 gadi atpakaļ
  Justin Clark-Casey (justincc) 7cab41f422 refactor: replace verbose checks with String.IsNullOrEmpty where applicable. 11 gadi atpakaļ
  Robert Adams f2810bf03a varregion: add plumbing to pass region size from Scene down to the 11 gadi atpakaļ
  Robert Adams 317c04fe17 VarRegion: change RegionInfo storage of region coordinates from region 11 gadi atpakaļ
  Robert Adams 50c163ae6c Add a JSON web fetch of the statististics managed by StatsManager. 11 gadi atpakaļ
  Justin Clark-Casey (justincc) e19defde36 Add "show caps stats by user" and "show caps stats by cap" console commands to print various counts of capability invocation by user and by cap 11 gadi atpakaļ
  Justin Clark-Casey (justincc) 5dbdd5f8b4 refactor: Make stats and sim status simpler by extending BaseStreamHandler like other handlers instead of implementing the IStreamedRequestHandler interface directly 11 gadi atpakaļ
  Justin Clark-Casey (justincc) 0d2fd0d914 Make general server stats available on the robust console as well as the simulator console 11 gadi atpakaļ
  Justin Clark-Casey (justincc) 304c5d4a8b On startup, start scenes after we're set up all local scenes, rather than starting scenes before others have been created. 11 gadi atpakaļ
  Justin Clark-Casey (justincc) c5de9840b0 refactor: Remove IClientNetworkServer.NetworkStop() in favour of existing Stop(). 11 gadi atpakaļ
  Justin Clark-Casey (justincc) 12900ea84e Log same environment information to Robust log as is already done for simulator logs, for debug purposes 11 gadi atpakaļ
  Justin Clark-Casey (justincc) faf96f5c85 minor: Log location in which simulator/robust was started. 11 gadi atpakaļ
  Justin Clark-Casey (justincc) 0e8ec5649e Get "show modules" console command to obey selected command line region/s 11 gadi atpakaļ
  Justin Clark-Casey (justincc) 145e38e5e9 Remove long unused Scene.DumpAssetsToFile boolean. 11 gadi atpakaļ
  teravus 6b0310b829 Adds the ability to load more then one IClientNetworkServer thereby allowing additional client network servers at the same time. Use comma separated values in clientstack_plugin in your config. Additional plugins lying around shouldn't be picked up because the loader only loads configured dll assemblies and breaks at the first IClientNetworkServer found in the assembly. (the only new functionality is the ability to specify more in config). Note: The existing functionality also passes in a nini config.. and has a boolean to determine if the client network server should be initialized for a specific scene. 11 gadi atpakaļ
  Justin Clark-Casey (justincc) 8c8c8a00a4 Fix problem where restarting the currently selected region would stop various console commands (e.g. "show users") from working. 12 gadi atpakaļ
  Justin Clark-Casey (justincc) 9fcf3f1a3f Make "config show/set/get/save" console commands available on all servers 12 gadi atpakaļ
  Justin Clark-Casey (justincc) 5c48d7a378 factor out common HandleShow code for "show uptime" 12 gadi atpakaļ
  Justin Clark-Casey (justincc) 2ccb53b42d If no ISimulationDataStore or IEstateDataStore implementations could be loaded then halt with informative message rather than a later NRE. 12 gadi atpakaļ