UbitUmarov
|
2285ced73a
merge LocalGridServicesConnector and LemoteGridServicesConnector into just RegionGridServicesConnector, with more clear code path and less useless modules loading. runprebuild and note the need changes in config-include files
|
3 年 前 |
UbitUmarov
|
a34813cbba
fix local grid assetservice on standalone.ini
|
4 年 前 |
UbitUmarov
|
e4a922012a
change region asset connectors again. The new ini files must be used (should update automaticly). All region modes back, but testing needed, as usual. Left out automatic grid store retry, that needs better consideration (like on payed uploads). runprebuild, clearaot etc needed
|
4 年 前 |
Kevin Cozens
|
6b24ff0bc9
Removed trailing whitespace
|
6 年 前 |
UbitUmarov
|
a95e286168
increase sample rate of WaitGetScenePresence()
|
7 年 前 |
UbitUmarov
|
e5991124dd
merge LocalNeighbourServicesConnector and RemoteNeighbourServicesConnector in single NeighbourServicesOutConnector
|
7 年 前 |
Diva Canto
|
7ab633461e
Fixed merge conflicts
|
9 年 前 |
Diva Canto
|
bcb8a7d7f9
A few bug fixes for Agent Preferences to actually work. Also added missing config for standalone.
|
9 年 前 |
Cinder
|
0fa94f222d
Refactor AgentPreferences so that database operations happen centrally. the opensim way.
|
9 年 前 |
Justin Clark-Casey (justincc)
|
d9bfc710c0
Replace the tabs that have crept into isolated places in config and config example files with spaces
|
9 年 前 |
Diva Canto
|
8e562f04d1
Donation of robust network connectors for estate service, as promised. This allows to have one central database for estates without having to open the MySql port. This is off by default, so not to disturb everyone's existing installations. To use it, see GridCommon.ini.example [EstateDataStore] section and Robust*.ini.example's new additions.
|
9 年 前 |
Diva Canto
|
fe779128b0
Added simulation version compatibility check so that agents coming from 0.7.6 to a varregion running in 0.8 and above will be denied teleport, rather than be allowed and crash the viewer.
|
10 年 前 |
BlueWall
|
fce3fca7f9
Add the UserProfiles local service module to non-HG Standalone configuration.
|
11 年 前 |
Michael Cerquoni
|
e3c4936dea
remove RefreshTime = 0 from [MapImageService] in Standalone.ini, StandaloneHypergrid.ini, Grid.ini, GridHypergrid.ini they were redundant and would not allow variables in OpenSim.ini to be set to anything.
|
10 年 前 |
Michael Cerquoni
|
da990d01f2
set RefreshTime = 0 in [MapImageService] in Standalone.ini and StandaloneHypergrid.ini to eliminate memory leaking for Warp3D map tiler, these variables should be erased needs more discussion!
|
10 年 前 |
Justin Clark-Casey (justincc)
|
997700c4aa
minor: Make config-include .ini files more consistent
|
11 年 前 |
Justin Clark-Casey (justincc)
|
54b1071556
Allow older teleport ConnectorProtocolVersion of "SIMULATION/0.1" to be manually forced in a new [SimulationService] config setting.
|
11 年 前 |
Diva Canto
|
7b0b5c9d97
Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that handler from both Groups modules in core, and replaced them with an operation on IGroupsModule.
|
11 年 前 |
Melanie
|
9707a2d57c
Remove profile from basic configuration
|
12 年 前 |
Justin Clark-Casey (justincc)
|
cccef2e56d
Calculate the Daylight Savings Time information sent to the viewer based on US Pacific Standard Time rather than whatever timezone the login server is set to.
|
12 年 前 |
Diva Canto
|
33c14cb107
Region access control! Region operators can now specify things like DisallowForeigners (means what it says) and DisallowResidents (means that only admins and managers can get into the region). This puts the never-completed AuthorizationService to good use. Note that I didn't implement a grid-wide Authorization service; this service implementation is done entirely locally on the simulator. This can be changed as usual by pluging in a different AuthorizationServicesConnector.
|
12 年 前 |
Justin Clark-Casey (justincc)
|
37370a8102
On standalone, by default create the necessary minimum body parts and clothes necessary to display a viewer 2 avatar, as implemented in c4efb97d
|
13 年 前 |
Justin Clark-Casey (justincc)
|
c4efb97d49
Write code to create minimum necessary body parts/clothing and avatar entries to make a newly created user appear as a non-cloud on viewer 2
|
13 年 前 |
Diva Canto
|
fd57c91b4a
First pass at making the V2 map work. Standalones only for now. There are some issues with the zoom level -- TBD.
|
13 年 前 |
Diva Canto
|
46cdd442a8
[Profiles] --> [Profile]
|
13 年 前 |
Diva Canto
|
36f9d55c36
Added a BasicProfilemodule so that the profile-based actions (like give inventory, etc) work. This is just a mock profile, the same for all users, and with no DB backend behind it -- meaning that nothing will be saved. For serious profiles, use 3rd party implementations.
|
13 年 前 |
Jeff Ames
|
eeca0ee009
Formatting cleanup.
|
14 年 前 |
John Hurliman
|
0db1ed0b5a
* Added ISimulationDataService and IEstateDataService
|
14 年 前 |
Diva Canto
|
1314c87f36
Enabled GridInfoServiceInConnector for standalones.
|
14 年 前 |
Diva Canto
|
a58859a0d4
GridUserService in place. Replaces the contrived concept of storing user's home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway.
|
14 年 前 |