| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Yet some more connectivity restructuring | lbsa71 | 2007-09-18 | 3 | -188/+42 |
* | * Handlerized ViewerEffect | lbsa71 | 2007-09-18 | 3 | -10/+55 |
* | * Replaced usage of ClientView with IClientAPI | lbsa71 | 2007-09-18 | 2 | -0/+10 |
* | fixing me some line endings | Sean Dague | 2007-09-17 | 1 | -17/+17 |
* | Forgot to check in prebuild.xml on sat, see someone already did :) | Tedd Hansen | 2007-09-17 | 1 | -2/+10 |
* | * Wired up chat so that channel goes into OnChatFromViewer. However: | lbsa71 | 2007-09-14 | 2 | -2/+2 |
* | Can now set the http ports that grid server and user server use. | MW | 2007-09-14 | 2 | -1/+17 |
* | Added CLI "debug packet 0..255" to enable the in/out packet dumps with variou... | Dalien Talbot | 2007-09-13 | 2 | -0/+2 |
* | Fixed DNS resolve bug for Grid mode on multi-Homer systems. | Tedd Hansen | 2007-09-12 | 1 | -0/+7 |
* | added some debugging for tracing where asset code isn't working with sqlite | Sean Dague | 2007-09-10 | 1 | -6/+5 |
* | mass update of urls in source code to new website | Sean Dague | 2007-09-10 | 23 | -23/+23 |
* | hooked up sdague new sqlite asset database provider to the old asset system. ... | MW | 2007-09-10 | 3 | -3/+22 |
* | Little green men (aka dots on minimap). Thanks to bushing for | Dalien Talbot | 2007-09-09 | 2 | -0/+2 |
* | Partial fix for the "avatars permanently facing east" - now the rotation | Dalien Talbot | 2007-09-08 | 2 | -2/+2 |
* | Converted the LSL scripting engine into a IRegionModule, so now all "modules"... | MW | 2007-09-08 | 1 | -7/+7 |
* | Added "Local" and "Temporary" Fields to the AssetBase class. | MW | 2007-09-05 | 1 | -0/+2 |
* | Various small changes (some likely to be removed again soon) | MW | 2007-08-29 | 1 | -1/+1 |
* | Deleted a few old files that are no longer used. | MW | 2007-08-27 | 3 | -316/+1 |
* | Another attempt to fix the image sending bug (next week, I intend to rewrite ... | MW | 2007-08-26 | 3 | -2/+4 |
* | Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri... | MW | 2007-08-22 | 2 | -0/+3 |
* | Made SceneObjectGroup.GetChildPrim() public, for now so that script engine ca... | MW | 2007-08-22 | 2 | -0/+3 |
* | Start of Task Inventory (ie prim's inventory). For now, you can only move scr... | MW | 2007-08-22 | 2 | -0/+3 |
* | Fix for un-encrypted master avatar password in user database | Brian McBee | 2007-08-22 | 1 | -1/+2 |
* | Added OnRezScript event to Scene.EventManager.Which the script engine should ... | MW | 2007-08-21 | 2 | -0/+3 |
* | Can now turn on/off server side permission checking (on prim editing etc) fro... | MW | 2007-08-21 | 2 | -0/+3 |
* | Instant Messages between users in the same region should actually now work. | MW | 2007-08-20 | 3 | -4/+4 |
* | small clean up. | MW | 2007-08-19 | 2 | -0/+5 |
* | Sqlite datastore should now save the textures and extraparams data (used by s... | MW | 2007-08-19 | 3 | -16/+32 |
* | *Moved network_servers_info.xml into OpenSim.ini under [Network] | mingchen | 2007-08-17 | 1 | -61/+15 |
* | Taking Prims (SceneObjectGroups) in and out of inventory should now work and ... | MW | 2007-08-16 | 2 | -1/+3 |
* | The 'Party Party Groupie Groupie Life is a game' commit: | lbsa71 | 2007-08-15 | 2 | -0/+6 |
* | More work on inventory, can now create other inventory types, like Clothes an... | MW | 2007-08-15 | 2 | -0/+7 |
* | * Added more spinning parts to ComplexObject. | lbsa71 | 2007-08-15 | 1 | -9/+24 |
* | * Exploring Group/Part from an app perspective. | lbsa71 | 2007-08-15 | 1 | -5/+41 |
* | Temporary fix for the region crossing crash, Although we need to start to cha... | MW | 2007-08-15 | 1 | -1/+24 |
* | Few small fixes | MW | 2007-08-10 | 2 | -6/+6 |
* | Some cleaning up and removed a few old files no longer in use. | MW | 2007-08-10 | 4 | -111/+73 |
* | Making sure my local working copy is in sync with svn before I start the job ... | MW | 2007-08-09 | 2 | -4/+4 |
* | * Got SimpleApp working again | lbsa71 | 2007-08-08 | 1 | -41/+49 |
* | a couple of changes in the new Sceneobject classes, just committing so things... | MW | 2007-08-07 | 1 | -0/+1 |
* | * yet another mini-shape-commit | lbsa71 | 2007-08-06 | 1 | -0/+21 |
* | * Now we have boxes. Yay! | lbsa71 | 2007-08-06 | 3 | -9/+5 |
* | * SimpleApp works again: | lbsa71 | 2007-08-06 | 2 | -27/+32 |
* | * a very small first step with shape wrappers | lbsa71 | 2007-08-03 | 1 | -37/+26 |
* | Changes to prepare for future possible configuration of separate logdir, conf... | Brian McBee | 2007-08-03 | 2 | -2/+38 |
* | More work on the AllNewSceneObject* classes. | MW | 2007-08-03 | 1 | -2/+0 |
* | *Estate settings are now saved in their own configuration file called estate_... | mingchen | 2007-08-03 | 3 | -46/+685 |
* | * Workaround for Mono not correctly implementing the OperatingSystemVersion c... | Adam Frisby | 2007-08-01 | 1 | -2/+1 |
* | Some more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 /Pa... | MW | 2007-08-01 | 2 | -0/+4 |
* | * Added GetLocalHost() to Util | Adam Frisby | 2007-07-30 | 2 | -1/+28 |