aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Types (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Possible fix for: Remoting exceptions with adjacent non-running sims.Tleiades Hax2007-10-181-38/+64
| | | | | | | | | Bugs 449, 454, 408, 244, 197 implemented InformClientOfNeighbours as an asynchroneous process, handling timeouts without blocking the main thread. Improved logging of errors, removed catch all in try catch
* * Applied Chillken patch #419: consolidate_ports-r2096-3.patch - ↵lbsa712007-10-152-10/+11
| | | | consolidated port number defaults. Thankx Chillken!
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-154-0/+112
|
* Applied patch 485, inventory patch from tleiades (thanks again).MW2007-10-081-3/+2
|
* Applied Patch 473, Inventory Patch from Tleiades (many thanks).MW2007-10-061-0/+7
|
* * So, ok, maybe renaming serialized fields on a friday wasn't the smartest ↵lbsa712007-10-051-24/+24
| | | | of things. Reverting 2056.
* * UserProfileData meets code conventionslbsa712007-10-051-24/+24
|
* == The "right name and place" commit ==lbsa712007-10-052-0/+413
| | | | | | | | | * Moved InventoryData to Framework.Types/InventoryItemBase.cs * Moved UserData to Framework.Interfaces/IUserData.cs * Moved UserProfileData to Framework/Types/UserProfileData.cs * Deleted ass-backwards Framework dependency on Framework.Data (now it's the other way round) * Changed some namespaces to reflect file structure
* Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa712007-09-272-6/+3
| | | | Tleiades patch 444 and 445.
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-272-3/+6
| | | | | | | * updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
* * Fixed Culture-variant parsing of config optionslbsa712007-09-251-1/+3
|
* Forgot to check in prebuild.xml on sat, see someone already did :)Tedd Hansen2007-09-171-2/+10
| | | | | Fix in DNS resolve
* added some debugging for tracing where asset code isn't working with sqliteSean Dague2007-09-101-6/+5
|
* mass update of urls in source code to new websiteSean Dague2007-09-1011-11/+11
|
* hooked up sdague new sqlite asset database provider to the old asset system. ↵MW2007-09-101-1/+2
| | | | | | | | So we can still use sqlite for assets while we wait for the rest of the new asset system to be wrote. Needs more testing, so if it causes problems will have to swap back to db4o.
* Added "Local" and "Temporary" Fields to the AssetBase class.MW2007-09-051-0/+2
|
* Deleted a few old files that are no longer used.MW2007-08-272-229/+1
| | | | | | Deleted the GridInterfaces projects, and for now moved the old local asset server into Framework.Communications, as we prepare to rewrite the asset cache and asset server. Deleted Framework.manager as I am sure this is no longer in use.
* Another attempt to fix the image sending bug (next week, I intend to rewrite ↵MW2007-08-261-0/+2
| | | | | | | | the assetcache and asset server). Attempt to fix bug # 326. (crashing when using save-xml and hollow prims) Attempt to fix bug # 328 (limit of 50 items in a folder)
* Fix for un-encrypted master avatar password in user databaseBrian McBee2007-08-221-1/+2
|
* Instant Messages between users in the same region should actually now work.MW2007-08-201-1/+1
|
* Sqlite datastore should now save the textures and extraparams data (used by ↵MW2007-08-191-16/+17
| | | | | | | | | | | | | sculpties) correctly. [Really need to add a ExtraParams field to the sqlite database though, but for now I have combined their data so that we don't lose backward compatibility, know a couple of people have been using the datastore already]. Now have a rough day/night cycle (the movement of the sun needs to be made smoother but for now it is better than we had I think). Added dalien's patch (issue 294) for saving and loading prims to a xml file (think he will be modifying these to be import/export functions and maybe writing a xml datastore for backups). Some preliminary work on task inventory (ie object's/prim's inventory). Added place holder data for AvatarProperties (ie a avatar's profile). Should we store this sort of data on the user server or have another server for it (a normal webserver should work). Added a few more method to IClientAPI. Sure there is something I'm forgeting.
* *Moved network_servers_info.xml into OpenSim.ini under [Network]mingchen2007-08-171-61/+15
|
* * Added more spinning parts to ComplexObject.lbsa712007-08-151-9/+24
| | | | | | * We now have CylinderShape * This commit dedicated to the birth of techno house.
* * Exploring Group/Part from an app perspective.lbsa712007-08-151-5/+41
|
* Some cleaning up and removed a few old files no longer in use.MW2007-08-101-1/+48
| | | | | | | | | | | Temporary have had to rename the OpenSim.DataStore.MonoSqlite project to OpenSim.DataStore.MonoSqlite1, as I'm not sure what was done to stop the old project name being included in the VS2005 solution. Also some config changes: OpenSim now has a INI (OpenSim.ini) file that it will read some config settings from (if the ini file exists). Added Mono.Data.SqliteClient.dll so that we can use the same code for sqlite on Windows and mono/linux. (from what I can tell Mono class libraries have a MIT license so there should be no problems with us including this dll). So now to get the basic prim storage working , you need to first create the sqlite database file from the sqlite3-prims.sql in share directory. Then in the OpenSim.ini file, change the storage_plugin so it points to OpenSim.DataStore.MonoSqlite1.dll (storage_plugin = OpenSim.DataStore.MonoSqlite1.dll). Then in your region.xml files change the DataStore value so it is the name of your database file (at the moment you need a different sqlite3 database file for each region).
* * Got SimpleApp working againlbsa712007-08-081-41/+49
| | | | | * Minor shape koncept experiments
* a couple of changes in the new Sceneobject classes, just committing so ↵MW2007-08-071-0/+1
| | | | things are kept in sync.
* * yet another mini-shape-commitlbsa712007-08-061-0/+21
|
* * Now we have boxes. Yay!lbsa712007-08-061-5/+3
| | | | | | * Removed unused SendPrimitiveToClient that didn't have rot.
* * SimpleApp works again:lbsa712007-08-062-27/+32
| | | | | | | | | | | * NetworkServersInfo settable without config file * DefaultHomeLoc throws if getted before setted * Removed nonsensical sandbox distinction * Refactored default config file creation * Some more small refactorings on shapes
* * a very small first step with shape wrapperslbsa712007-08-031-37/+26
|
* Changes to prepare for future possible configuration of separate logdir, ↵Brian McBee2007-08-031-2/+4
| | | | configdir, datadir.
* More work on the AllNewSceneObject* classes.MW2007-08-031-2/+0
|
* *Estate settings are now saved in their own configuration file called ↵mingchen2007-08-032-45/+676
| | | | estate_settings.xml using the configuration system.
* * Added GetLocalHost() to UtilAdam Frisby2007-07-301-1/+8
| | | | | * ExternalHostName supports "SYSTEMIP" again.
* mass update of files to have native line endingsSean Dague2007-07-301-120/+120
|
* Should now have version 0.1 of our new ruth default avatar. At the moment, ↵MW2007-07-271-2/+8
| | | | | | | | you only see your own avatar correctly, all other user's avatars show up as the old ruth. This will be fixed soon. We also need better clothing for the new ruth and to edit the body shape. To get this working you will need to delete your asset yap file and also in grid mode the user server needs to be updated.
* More work on inventory and opensim library.MW2007-07-261-1/+4
| | | | | Fixed a number of bugs in the AssetCache related to asset downloading.
* Added the default shape to the OpenSim library. Now need to get the new ruth ↵MW2007-07-251-1/+1
| | | | into asset format and add that.
* * Fixed an config issue (log not initialized in RegionInfo config)lbsa712007-07-201-0/+5
| | | | | * Added LineInfo stacktrace parser to LogBase (not used yet though)
* *Handler Functions can now refuse an object as invalid by returning false, ↵mingchen2007-07-192-26/+30
| | | | | | | | thus forcing the user to re-enter the data *Added TYPE_STRING_NOT_EMPTY that requires some sort of text to be entered *Added another parameter to addConfigurationOption called use_default_no_prompt that will not ask via the console a configuration option; it will use whatever is in the config file. If nothing is in the config file for that option, it will force itself to use default
* *New Configuration System, much easier and less buggy compared to the ↵mingchen2007-07-182-335/+125
| | | | | | | | original system in place *View RegionInfo.cs for an example on how it works! *This hopefully copies all the files over, but who knows :)
* * Added "GetHostFromDNS" to Util to replace the various DNS resolution ↵Adam Frisby2007-07-181-1/+1
| | | | methods we use. Favours IPv4 addresses before IPv6 addresses to work around the Vista preference issue.
* Sculpted Prims should now work. MW2007-07-181-1/+5
|
* More testing some ideas, to find best method for SceneObject Primitive classes. MW2007-07-181-1/+1
|
* * Added a FileSystemObject to SimpleApplbsa712007-07-182-57/+75
| | | | | | * Added Some ShapeTypes (shapes doesn't work though!) * Fixed some \0 issues
* * Applying babblefrog's DNS patches from issue #188Adam Frisby2007-07-171-2/+3
|
* *Renamed everything Parcels and ParcelData to Land and LandDatamingchen2007-07-161-120/+120
| | | | | *Added missing files (I hope)
* changed to native line ending encodingSean Dague2007-07-1616-1731/+1731
|
* *Fixed bug that incorrectly tabulated 'others' prims on a parcelmingchen2007-07-161-0/+2
| | | | | | *Added support for selected prims (does not yet support prims being sat on) *Added support for listing avatars with prims on parcel with their prim count