Jeff Ames
|
a8cfbbe963
Minor cleanup.
|
hace 16 años |
Jeff Ames
|
6ed5283bc0
Converted logging to use log4net.
|
hace 17 años |
Justin Clarke Casey
|
baefa05b57
* Rebase all current servers on common abstract BaseOpenSimServer class
|
hace 17 años |
MW
|
755ad9e3e0
First part of avatar persistence, currently only really works in standalone mode (with accounts_authenticate set to true), it also only currently has a mysql database connector. (sqlite one will follow soon). It also uses the tribalmedia database system, so this needs checking to see if the old problems with mono have been fixed.
|
hace 17 años |
Tedd Hansen
|
3a6405d2f7
In an attempt to solve multihomed UDP problem I seem to have bound UDP socket to external IP instead of internal :)
|
hace 17 años |
Tedd Hansen
|
b089ccfa3d
Hopefully fixed MySQL DB crash on startup issue (so we can remove 3 sec wait).
|
hace 17 años |
Justin Clarke Casey
|
82d7fb7522
* Exprimental prim inventory persistence can now be enabled by users.
|
hace 17 años |
lbsa71
|
efd90b56b7
* Optimized usings
|
hace 17 años |
Jeff Ames
|
be2ad79e52
Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. Works with LibSL rev>1532
|
hace 17 años |
mingchen
|
128f2b1e1b
*Parcels and their access lists now store over multiple sessions when the datastore is sqlite
|
hace 17 años |
mingchen
|
d845da215f
*Land has now been linked to the StorageManager. Next step is to fill in the functions for the different datastore interfaces for Land Objects.
|
hace 17 años |
Jeff Ames
|
8d995a5a5d
Minor cleanup
|
hace 17 años |
Jeff Ames
|
af6eb67999
saved OpenSim source code from the giant rampaging unterminated copyright notice of doom
|
hace 17 años |
Jeff Ames
|
4bde56457f
removed some duplicate hard-coded port numbers. changed ports to uint.
|
hace 17 años |
Adam Frisby
|
91c1e8a734
* Fixed a whole bunch of console messages.
|
hace 17 años |
Teravus Ovares
|
31cec30aa0
* Extended our semi-stupid implementation of in world object permissions to show a user's client that it can't edit a prim if it doesn't have permission.
|
hace 17 años |
lbsa71
|
7704bb6f63
* Fixed neighbour range bug
|
hace 17 años |
MW
|
ac77c50ba9
Moved the m_sceneGridService.RegisterRegion(RegionInfo); call out of LoadWorldMap and into its own public method (which is called during region creation). We shouldn't have things like that in methods like LoadWorldMap as some regions might not being having a worldmap loaded via the LoadWorldMap method (like in custom applications).
|
hace 17 años |
lbsa71
|
3aed77bd2c
*** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM OpenSim.ini.example **
|
hace 17 años |
Teravus Ovares
|
cb07ba0d68
* Moves the Meshmerizer to a separate plugin
|
hace 17 años |
mingchen
|
b51a900beb
*Master Avatar can be specified by a previous UUID in either grid mode or standalone mode by specifying a master_avatar_uuid attribute in the place of master_avatar_xxxx_name and master_avatar_password.You will not be asked for the name and password if a valid UUID is specified.
|
hace 17 años |
lbsa71
|
67e12b95ea
* Optimized usings
|
hace 17 años |
MW
|
3d8219f6c7
as per the "Filesystem cleanup for OpenSim repository" mailing list thread. Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace.
|
hace 17 años |
Adam Frisby
|
2048d611cf
* Added XMLRPC Controller Module to OpenSimMain which allows XML-RPC queries to be sent to the core application.
|
hace 17 años |
lbsa71
|
5a65521203
== The "right name and place" commit ==
|
hace 17 años |
lbsa71
|
9076d5e1ac
* minor renaming
|
hace 17 años |
lbsa71
|
1302ef44e3
* Started major restructusing of comms to prepare for better grid and region functionality
|
hace 17 años |
lbsa71
|
40468f18a4
* Encapsulated all CommunicationsManager services
|
hace 17 años |
lbsa71
|
b3eeb5a8dc
* Purged 'Regions' code pending Agent layer grok.
|
hace 17 años |
lbsa71
|
14d5a2e9b7
* moved SceneManager to RegionApplicationBase
|
hace 17 años |