aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-08-22Made SceneObjectGroup.GetChildPrim() public, for now so that script engine ↵MW2-0/+3
can get ref to the SceneObjectPart/ IScriptHost.
2007-08-22A little bit of cleaning up.MW1-1/+1
2007-08-22Start of Task Inventory (ie prim's inventory). For now, you can only move ↵MW2-0/+3
scripts into a prim (from your user inventory) and although the script will now show up in the prims inventory, you can't make any changes to it (or delete it). Also a prim's inventory is currently not saved between restarts.
2007-08-22Fix for un-encrypted master avatar password in user databaseBrian McBee1-1/+2
2007-08-21Added OnRezScript event to Scene.EventManager.Which the script engine should ↵MW2-0/+3
subscribe to. This is triggered whenever a script is moved into a primitive (and includes the localid of the prim and the script text as params) . Currently though the script item isn't deleted from a users inventory, nor does it actually show up in the objects inventory (this will be fixed soon.) So that means that it isn't currently possible to edit a script (or delete it) once it has been added to a primitive.
2007-08-21Can now turn on/off server side permission checking (on prim editing etc) ↵MW5-11/+26
from the opensim.ini file. Just add a line to the Startup section like : serverside_object_permissions = true Changes /editing that are made to clothing/ body parts in your inventory should now be saved between logins/ restarts.
2007-08-20Instant Messages between users in the same region should actually now work.MW3-4/+4
2007-08-19small clean up.MW2-0/+5
2007-08-19Sqlite datastore should now save the textures and extraparams data (used by ↵MW5-28/+64
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.
2007-08-17*Moved network_servers_info.xml into OpenSim.ini under [Network]mingchen1-61/+15
2007-08-16Taking Prims (SceneObjectGroups) in and out of inventory should now work and ↵MW10-28/+122
if left in inventory will still be there after restarts. (as with the rest of inventory it will only fully work in standalone mode with account authentication turned on).
2007-08-16Can now set the plugins for standalone mode's Inventory database (default ↵MW1-1/+6
sqlite) and for its user database (default DB4o). Currently changing the user plugin to MySql should work (if you have MySql setup (should be same as for grid mode). There is also a MySql provider for the inventory but not 100% certain if that is finished and functional (will need to check with Adam on that).
2007-08-15The 'Party Party Groupie Groupie Life is a game' commit:lbsa712-0/+6
* Added prototypical MoneyBalance support * Finalized konceptual touch wiring * Turned SimpleApp into a tedious harvesting game.
2007-08-15*Added the ability to run commands after all regions have started upmingchen1-2/+8
*By default, it is set to startup_commands.txt. Simply add a list of commands separated by a new line to be run or change the file by changing the path of a startup commands file in OpenSim.ini
2007-08-15More work on inventory, can now create other inventory types, like Clothes ↵MW6-11/+186
and body parts. [Note while you can edit these, at the moment your changes won't be saved between restarts. This will be fixed very soon.]
2007-08-15* Added more spinning parts to ComplexObject.lbsa711-9/+24
* We now have CylinderShape * This commit dedicated to the birth of techno house.
2007-08-15* Exploring Group/Part from an app perspective.lbsa711-5/+41
2007-08-15Temporary fix for the region crossing crash, Although we need to start to ↵MW3-120/+30
change and improve how we handle caps.
2007-08-14preliminary support for editing notecards and scripts. MW5-11/+121
Although there seems to sometimes be a problem of when you login again, old notecards and scripts will have their permissions messed up and you won't be able to even view their text. This seems to be related to the client's cache, and if you clear your client's cache, on the next login they should be fine again. [I have a couple of ideas about what might be causing this so hopefully will have it fixed soon.]
2007-08-14Can now create some new empty inventory items (like notecards and scripts) ↵MW1-2/+0
from the create menu in the inventory window. Although currently you can't update/edit them (and have those changes saved).
2007-08-14Start of inventory items, when you upload a texture the data will now be ↵MW7-15/+139
stored in the inventory database and you will still have that texture in inventory on later logins (Again only in standalone mode with authentication.) Also there might be some problems if you upload textures in other regions to the start one (due to us not updating the CAPS url properly).
2007-08-14More inventory work, should be able to now create new inventory folders and ↵MW3-25/+39
them be stored in database (so are there on next login). Again only works in standalone mode with Account/password authentication turned on. [Creating new inventory items should be working very soon.] The test is to make sure that it hasn't broke grid mode at all.
2007-08-14Start of Inventory service, currently only (partially) functional in ↵MW5-21/+499
standalone mode and using sqlite). In standalone mode, if you have account authenticate turned on (setting in opensim.ini) then when you create a new account, a set of inventory is created for that account and stored in database (currently only a set of empty folders). Then during login the database is search for that set and sent to the client in the login response. More functions will be added soon, like creating new folders (and a bit later items) from the client inventory window.
2007-08-13oops , guess I should include the new files next time MW1-0/+281
2007-08-13Separated Login Service from usermanager, which helps to clean up the code a ↵MW1-242/+16
bit and also should help to integrate the inventory server (when it is wrote/finished).
2007-08-13Some work to prepare for inventory server.MW1-21/+31
2007-08-13Deleted some unused code.MW1-17/+0
2007-08-12Hopefully fixes userprofiles.yap problem on startup. (thanks Adam!)Brian McBee1-4/+3
2007-08-11Added a new column (SceneGroupID) to sqlite3 table (sqlite3-prims.sql) so ↵MW1-0/+1
that we can tell what prims belong to the same SceneObjectGroup. If sdague has a different method in mind when he gets back then he can change it then.
2007-08-11A attempt to fix the user manager db4o crash bug (where you have to delete ↵MW1-1/+4
userprofiles.yap to get opensim to start)
2007-08-10Few small fixesMW2-6/+6
2007-08-10Some cleaning up and removed a few old files no longer in use.MW4-111/+73
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).
2007-08-09Start of replacing the old SceneObject/Primitive classes with the new versions.MW1-1/+1
PLEASE NOTE: that with this revision some prim related features may be broke for a while. (things like linking prims and the parcel prim count.) Also this revision may not work on mono, but that will be fixed soon.
2007-08-09Making sure my local working copy is in sync with svn before I start the job ↵MW4-8/+10
of enabling the new SceneObject classes.
2007-08-08Fixed the asset download problem I think, solution might not be ideal but ↵MW1-12/+9
works for now.
2007-08-08Hopefully improved texture downloading (including the speed at which they ↵MW1-35/+83
download), but still a few problems, it seems that the client has a quite short timeout for receiving a texture and if the whole texture isn't sent within this time, the client will request the texture again, With quite small textures this is fine, but it seems that with larger textures we can't send them fast enough and a infinite loop develops where the client keeps requesting a texture and we keep trying to send it, but are never fast enough. So I've for now put code in that so that the server will try to send a texture only once and then after that will ignore future requests from that client for that texture.
2007-08-08Added checks to the last commit to make sure the xml files exist before it ↵MW1-2/+5
tries to load them.
2007-08-08The startup set of assets in the local asset server can now be set from a ↵MW1-3/+42
xml file (OpenSimAssetSet.xml). (remember to make changes to the set, you will also need to delete the old asset .yap file, so that it is recreated). Also the set of items in the OpenSim inventory Library can also now be set from a xml file (OpenSimLibrary.xml).
2007-08-08* Got SimpleApp working againlbsa711-41/+49
* Minor shape koncept experiments
2007-08-08CAPS should now be working in standalone mode. Texture uploads will work ↵Brian McBee1-6/+12
even after you cross a region boundary.
2007-08-08Whoops! left this out. second part of r1541Brian McBee1-3/+4
2007-08-07a couple of changes in the new Sceneobject classes, just committing so ↵MW2-3/+2
things are kept in sync.
2007-08-06* yet another mini-shape-commitlbsa711-0/+21
2007-08-06* commands are done foreach instead of by [i]lbsa711-1/+1
* fixed 'show users' format bug.
2007-08-06* Now we have boxes. Yay!lbsa713-9/+5
* Removed unused SendPrimitiveToClient that didn't have rot.
2007-08-06* SimpleApp works again:lbsa712-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
2007-08-03* a very small first step with shape wrapperslbsa711-37/+26
2007-08-03Changes to prepare for future possible configuration of separate logdir, ↵Brian McBee5-3/+48
configdir, datadir.
2007-08-03More work on the AllNewSceneObject* classes.MW1-2/+0
2007-08-03*Estate settings are now saved in their own configuration file called ↵mingchen3-46/+685
estate_settings.xml using the configuration system.