aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * Yet some more connectivity restructuringlbsa712007-09-183-188/+42
* * Handlerized ViewerEffectlbsa712007-09-183-10/+55
* * Replaced usage of ClientView with IClientAPIlbsa712007-09-182-0/+10
* fixing me some line endingsSean Dague2007-09-171-17/+17
* Forgot to check in prebuild.xml on sat, see someone already did :)Tedd Hansen2007-09-171-2/+10
* * Wired up chat so that channel goes into OnChatFromViewer. However:lbsa712007-09-142-2/+2
* Can now set the http ports that grid server and user server use. MW2007-09-142-1/+17
* Added CLI "debug packet 0..255" to enable the in/out packet dumps with variou...Dalien Talbot2007-09-132-0/+2
* Fixed DNS resolve bug for Grid mode on multi-Homer systems.Tedd Hansen2007-09-121-0/+7
* 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-1023-23/+23
* hooked up sdague new sqlite asset database provider to the old asset system. ...MW2007-09-103-3/+22
* Little green men (aka dots on minimap). Thanks to bushing for Dalien Talbot2007-09-092-0/+2
* Partial fix for the "avatars permanently facing east" - now the rotationDalien Talbot2007-09-082-2/+2
* Converted the LSL scripting engine into a IRegionModule, so now all "modules"...MW2007-09-081-7/+7
* Added "Local" and "Temporary" Fields to the AssetBase class.MW2007-09-051-0/+2
* Various small changes (some likely to be removed again soon)MW2007-08-291-1/+1
* Deleted a few old files that are no longer used.MW2007-08-273-316/+1
* Another attempt to fix the image sending bug (next week, I intend to rewrite ...MW2007-08-263-2/+4
* Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri...MW2007-08-222-0/+3
* Made SceneObjectGroup.GetChildPrim() public, for now so that script engine ca...MW2007-08-222-0/+3
* Start of Task Inventory (ie prim's inventory). For now, you can only move scr...MW2007-08-222-0/+3
* Fix for un-encrypted master avatar password in user databaseBrian McBee2007-08-221-1/+2
* Added OnRezScript event to Scene.EventManager.Which the script engine should ...MW2007-08-212-0/+3
* Can now turn on/off server side permission checking (on prim editing etc) fro...MW2007-08-212-0/+3
* Instant Messages between users in the same region should actually now work.MW2007-08-203-4/+4
* small clean up.MW2007-08-192-0/+5
* Sqlite datastore should now save the textures and extraparams data (used by s...MW2007-08-193-16/+32
* *Moved network_servers_info.xml into OpenSim.ini under [Network]mingchen2007-08-171-61/+15
* Taking Prims (SceneObjectGroups) in and out of inventory should now work and ...MW2007-08-162-1/+3
* The 'Party Party Groupie Groupie Life is a game' commit:lbsa712007-08-152-0/+6
* More work on inventory, can now create other inventory types, like Clothes an...MW2007-08-152-0/+7
* * Added more spinning parts to ComplexObject.lbsa712007-08-151-9/+24
* * Exploring Group/Part from an app perspective.lbsa712007-08-151-5/+41
* Temporary fix for the region crossing crash, Although we need to start to cha...MW2007-08-151-1/+24
* Few small fixesMW2007-08-102-6/+6
* Some cleaning up and removed a few old files no longer in use.MW2007-08-104-111/+73
* Making sure my local working copy is in sync with svn before I start the job ...MW2007-08-092-4/+4
* * Got SimpleApp working againlbsa712007-08-081-41/+49
* a couple of changes in the new Sceneobject classes, just committing so things...MW2007-08-071-0/+1
* * yet another mini-shape-commitlbsa712007-08-061-0/+21
* * Now we have boxes. Yay!lbsa712007-08-063-9/+5
* * SimpleApp works again:lbsa712007-08-062-27/+32
* * a very small first step with shape wrapperslbsa712007-08-031-37/+26
* Changes to prepare for future possible configuration of separate logdir, conf...Brian McBee2007-08-032-2/+38
* More work on the AllNewSceneObject* classes.MW2007-08-031-2/+0
* *Estate settings are now saved in their own configuration file called estate_...mingchen2007-08-033-46/+685
* * Workaround for Mono not correctly implementing the OperatingSystemVersion c...Adam Frisby2007-08-011-2/+1
* Some more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 /Pa...MW2007-08-012-0/+4
* * Added GetLocalHost() to UtilAdam Frisby2007-07-302-1/+28