| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed non-ASCII chat and IM | Jeff Ames | 2007-11-08 | 1 | -3/+3 |
* | * Substituted som 'GenericCall' with Action<> | lbsa71 | 2007-11-05 | 1 | -1/+1 |
* | * Diuerse beavtificatems | lbsa71 | 2007-11-01 | 1 | -2/+2 |
* | Thank you, Melanie for solving: When receiving an ObjectAdd packet, the Rotat... | Charles Krinke | 2007-11-01 | 1 | -1/+1 |
* | fixed filenames in log messages | Jeff Ames | 2007-10-31 | 1 | -1/+1 |
* | Step one on the long march towards grid based inventory. Introduction of an I... | Tleiades Hax | 2007-10-30 | 1 | -1/+1 |
* | temporary fix for sitting collisions in ODE | Jeff Ames | 2007-10-30 | 1 | -3/+2 |
* | * Optimized usings | lbsa71 | 2007-10-30 | 1 | -110/+160 |
* | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H... | MW | 2007-10-29 | 1 | -3/+1 |
* | Started the process of cleaning up AssetCache and moving most of the code int... | MW | 2007-10-29 | 1 | -2/+12 |
* | Added preliminary support for sitting on prims | Jeff Ames | 2007-10-28 | 1 | -0/+16 |
* | * Major structural change: Begun converting Events to use (caller, args) synt... | Adam Frisby | 2007-10-19 | 1 | -1/+11 |
* | Possible fix for: Remoting exceptions with adjacent non-running sims. | Tleiades Hax | 2007-10-18 | 1 | -1/+1 |
* | Reverting back to 2017 since 2018 were causing Linux breakage; reopening Tlei... | lbsa71 | 2007-09-27 | 1 | -2/+3 |
* | * Tleiades grid mode inventory (#444) - thanx Tleiades! | lbsa71 | 2007-09-27 | 1 | -3/+2 |
* | * Some more presence refactoring | lbsa71 | 2007-09-20 | 1 | -1/+1 |
* | * Added AddToPhysicalScene and RemoveFromPhysicalScene and added to MakeAvata... | lbsa71 | 2007-09-19 | 1 | -11/+8 |
* | * Moved SendLogoutPacket back to IClientAPI. | lbsa71 | 2007-09-18 | 1 | -0/+12 |
* | * Handlerized ViewerEffect | lbsa71 | 2007-09-18 | 1 | -13/+0 |
* | * Replaced usage of ClientView with IClientAPI | lbsa71 | 2007-09-18 | 1 | -5/+6 |
* | * Merged ClientViewBase into ClientView for great justice | lbsa71 | 2007-09-18 | 1 | -1/+1 |
* | * Wired up chat so that channel goes into OnChatFromViewer. However: | lbsa71 | 2007-09-14 | 1 | -1/+4 |
* | Added CLI "debug packet 0..255" to enable the in/out packet dumps with variou... | Dalien Talbot | 2007-09-13 | 1 | -7/+0 |
* | mass update of urls in source code to new website | Sean Dague | 2007-09-10 | 1 | -1/+1 |
* | hooked up sdague new sqlite asset database provider to the old asset system. ... | MW | 2007-09-10 | 1 | -1/+3 |
* | Added some place holder classes for various modules. | MW | 2007-08-30 | 1 | -2/+4 |
* | Various small changes (some likely to be removed again soon) | MW | 2007-08-29 | 1 | -1/+2 |
* | Another attempt to fix the image sending bug (next week, I intend to rewrite ... | MW | 2007-08-26 | 1 | -2/+3 |
* | Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri... | MW | 2007-08-22 | 1 | -0/+7 |
* | Made SceneObjectGroup.GetChildPrim() public, for now so that script engine ca... | MW | 2007-08-22 | 1 | -0/+10 |
* | Start of Task Inventory (ie prim's inventory). For now, you can only move scr... | MW | 2007-08-22 | 1 | -0/+7 |
* | Added OnRezScript event to Scene.EventManager.Which the script engine should ... | MW | 2007-08-21 | 1 | -0/+5 |
* | Can now turn on/off server side permission checking (on prim editing etc) fro... | MW | 2007-08-21 | 1 | -1/+11 |
* | Instant Messages between users in the same region should actually now work. | MW | 2007-08-20 | 1 | -6/+6 |
* | small clean up. | MW | 2007-08-19 | 1 | -13/+4 |
* | Sqlite datastore should now save the textures and extraparams data (used by s... | MW | 2007-08-19 | 1 | -2/+22 |
* | Deleted old inventoryCache.cs | MW | 2007-08-16 | 1 | -2/+2 |
* | Taking Prims (SceneObjectGroups) in and out of inventory should now work and ... | MW | 2007-08-16 | 1 | -18/+6 |
* | The 'Party Party Groupie Groupie Life is a game' commit: | lbsa71 | 2007-08-15 | 1 | -1/+22 |
* | More work on inventory, can now create other inventory types, like Clothes an... | MW | 2007-08-15 | 1 | -18/+17 |
* | oops , guess I should include the new files next time | MW | 2007-08-13 | 1 | -2/+0 |
* | Few small fixes | MW | 2007-08-10 | 1 | -9/+9 |
* | missed this file | MW | 2007-08-08 | 1 | -1/+2 |
* | * Now we have boxes. Yay! | lbsa71 | 2007-08-06 | 1 | -24/+30 |
* | * Started renaming world to Scene | lbsa71 | 2007-07-26 | 1 | -29/+3 |
* | * Users doing terraforming should see updates instantly now. | Adam Frisby | 2007-07-24 | 1 | -1/+1 |
* | * Some work in progress code: Inventory cache, start of inventory server/serv... | MW | 2007-07-22 | 1 | -9/+14 |
* | Some work on Inventory (not yet finished or enabled) | MW | 2007-07-19 | 1 | -22/+18 |
* | Sculpted Prims should now work. | MW | 2007-07-18 | 1 | -2/+7 |
* | More testing some ideas, to find best method for SceneObject Primitive classes. | MW | 2007-07-18 | 1 | -0/+1 |