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.
|
před 10 roky |
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!
|
před 10 roky |
Justin Clark-Casey (justincc)
|
997700c4aa
minor: Make config-include .ini files more consistent
|
před 11 roky |
Justin Clark-Casey (justincc)
|
54b1071556
Allow older teleport ConnectorProtocolVersion of "SIMULATION/0.1" to be manually forced in a new [SimulationService] config setting.
|
před 11 roky |
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.
|
před 11 roky |
Melanie
|
9707a2d57c
Remove profile from basic configuration
|
před 12 roky |
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.
|
před 12 roky |
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.
|
před 12 roky |
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
|
před 13 roky |
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
|
před 13 roky |
Diva Canto
|
fd57c91b4a
First pass at making the V2 map work. Standalones only for now. There are some issues with the zoom level -- TBD.
|
před 13 roky |
Diva Canto
|
46cdd442a8
[Profiles] --> [Profile]
|
před 13 roky |
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.
|
před 13 roky |
Jeff Ames
|
eeca0ee009
Formatting cleanup.
|
před 14 roky |
John Hurliman
|
0db1ed0b5a
* Added ISimulationDataService and IEstateDataService
|
před 14 roky |
Diva Canto
|
1314c87f36
Enabled GridInfoServiceInConnector for standalones.
|
před 14 roky |
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.
|
před 14 roky |
Diva Canto
|
bd49985afa
Switched everything to XInventory by default. The old Inventory is still there for now, in case bugs pop up with XInventory.
|
před 14 roky |
Justin Clark-Casey (justincc)
|
19b4770fe7
start laoding griduser local connector, though it isn't invoked by anything yet
|
před 14 roky |
Justin Clark-Casey (justincc)
|
aad17e7513
Simplify database setup and remove migration problems by moving all sqlite config-include settings to a separate file for standalone
|
před 14 roky |
Justin Clark-Casey (justincc)
|
e97ba57788
reset the accidental local configuration changes
|
před 14 roky |
Justin Clark-Casey (justincc)
|
edb176447b
Fix bug where approximately half the time, attachments would rez only their root prim until right clicked (or otherwise updated).
|
před 14 roky |
Melanie
|
38ea1dd5c8
Merge branch 'master' into presence-refactor
|
před 14 roky |
Diva Canto
|
774958bbbf
Added FriendsData to both Null storage and SQLite. Untested.
|
před 14 roky |
Diva Canto
|
679ad95750
List of friends now retrieved upon login. Configured and tested in standalone only.
|
před 14 roky |
Jeff Ames
|
e6c869ddfc
Minor formatting cleanup.
|
před 14 roky |
Diva Canto
|
552e9e8c78
* Added SQlite connector for AvatarData. Tested -- works.
|
před 14 roky |
Diva Canto
|
0ab6aac052
Added UserAccountData and auth to the SQLite connector. Compiles, runs, but access to these tables doesn't work.
|
před 14 roky |
Diva Canto
|
dc19785672
Added UserAccount, Avatar and Authentication to Data.Null, so that OpenSim can run out-of-the-box. #WaitingForSQLite
|
před 14 roky |
Melanie
|
9f5b39300a
Add InventoryService to default standalone config
|
před 14 roky |