| Commit message (Expand) | Author | Files | Lines |
2007-08-29 | Various small changes (some likely to be removed again soon) | MW | 1 | -1/+1 |
2007-08-29 | Attempt to fix bug on linux where estate_settings.xml gets wiped. | Brian McBee | 1 | -1/+4 |
2007-08-28 | Fixed the problem of uploaded animations not showing up in inventory [Mantis ... | MW | 1 | -1/+1 |
2007-08-28 | some changes which get us closer to Sqlite storage for users | Sean Dague | 3 | -6/+16 |
2007-08-28 | Ensure that UserProfileData doesn't pass down null values. | Sean Dague | 2 | -22/+32 |
2007-08-28 | sqlite is storing now, uint64 makes things "interesting". | Sean Dague | 1 | -7/+8 |
2007-08-28 | added some more types that will be needed | Sean Dague | 1 | -2/+14 |
2007-08-28 | sqlite user datastore "should" be functionally complete | Sean Dague | 1 | -115/+74 |
2007-08-28 | reverting to old case sensitive username behavior. As sdague pointed out,we a... | Brian McBee | 1 | -1/+1 |
2007-08-28 | Avatar login names are no longer case sensitive | Brian McBee | 1 | -1/+1 |
2007-08-27 | first pass implementation of sqlite storage for user data. This | Sean Dague | 1 | -0/+705 |
2007-08-27 | Deleted a few old files that are no longer used. | MW | 6 | -320/+397 |
2007-08-27 | Stopped EntityBase from implementing IScriptHost, as don't think it should, m... | MW | 1 | -1/+1 |
2007-08-27 | Another small tweak to image sending. | MW | 1 | -1/+2 |
2007-08-27 | Tweaks to assetcache to make texture downloading better (I hope) | Brian McBee | 1 | -13/+14 |
2007-08-26 | See if this fixes the 0x0 texture size problems, and speeds up texture downlo... | MW | 1 | -2/+3 |
2007-08-26 | Another attempt to fix the image sending bug (next week, I intend to rewrite ... | MW | 6 | -37/+84 |
2007-08-25 | Applied dalien's libsl login patch (should now allow libsl clients to once ag... | MW | 1 | -4/+4 |
2007-08-25 | Second attempt to commit : Test to see if this change improves or makes worse... | MW | 1 | -1/+1 |
2007-08-24 | it helps to actually call TestTables to get the new tables created | Sean Dague | 1 | -0/+2 |
2007-08-24 | updated SQLite Inventory to newer model data definition, | Sean Dague | 1 | -485/+644 |
2007-08-22 | Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri... | MW | 2 | -0/+3 |
2007-08-22 | Made SceneObjectGroup.GetChildPrim() public, for now so that script engine ca... | MW | 2 | -0/+3 |
2007-08-22 | A little bit of cleaning up. | MW | 1 | -1/+1 |
2007-08-22 | Start of Task Inventory (ie prim's inventory). For now, you can only move scr... | MW | 2 | -0/+3 |
2007-08-22 | Fix for un-encrypted master avatar password in user database | Brian McBee | 1 | -1/+2 |
2007-08-21 | Added OnRezScript event to Scene.EventManager.Which the script engine should ... | MW | 2 | -0/+3 |
2007-08-21 | Can now turn on/off server side permission checking (on prim editing etc) fro... | MW | 5 | -11/+26 |
2007-08-20 | Instant Messages between users in the same region should actually now work. | MW | 3 | -4/+4 |
2007-08-19 | small clean up. | MW | 2 | -0/+5 |
2007-08-19 | Sqlite datastore should now save the textures and extraparams data (used by s... | MW | 5 | -28/+64 |
2007-08-17 | *Moved network_servers_info.xml into OpenSim.ini under [Network] | mingchen | 1 | -61/+15 |
2007-08-16 | Taking Prims (SceneObjectGroups) in and out of inventory should now work and ... | MW | 10 | -28/+122 |
2007-08-16 | Can now set the plugins for standalone mode's Inventory database (default sql... | MW | 1 | -1/+6 |
2007-08-15 | The 'Party Party Groupie Groupie Life is a game' commit: | lbsa71 | 2 | -0/+6 |
2007-08-15 | *Added the ability to run commands after all regions have started up | mingchen | 1 | -2/+8 |
2007-08-15 | More work on inventory, can now create other inventory types, like Clothes an... | MW | 6 | -11/+186 |
2007-08-15 | * Added more spinning parts to ComplexObject. | lbsa71 | 1 | -9/+24 |
2007-08-15 | * Exploring Group/Part from an app perspective. | lbsa71 | 1 | -5/+41 |
2007-08-15 | Temporary fix for the region crossing crash, Although we need to start to cha... | MW | 3 | -120/+30 |
2007-08-14 | preliminary support for editing notecards and scripts. | MW | 5 | -11/+121 |
2007-08-14 | Can now create some new empty inventory items (like notecards and scripts) fr... | MW | 1 | -2/+0 |
2007-08-14 | Start of inventory items, when you upload a texture the data will now be stor... | MW | 7 | -15/+139 |
2007-08-14 | More inventory work, should be able to now create new inventory folders and t... | MW | 3 | -25/+39 |
2007-08-14 | Start of Inventory service, currently only (partially) functional in standalo... | MW | 5 | -21/+499 |
2007-08-13 | oops , guess I should include the new files next time | MW | 1 | -0/+281 |
2007-08-13 | Separated Login Service from usermanager, which helps to clean up the code a ... | MW | 1 | -242/+16 |
2007-08-13 | Some work to prepare for inventory server. | MW | 1 | -21/+31 |
2007-08-13 | Deleted some unused code. | MW | 1 | -17/+0 |
2007-08-12 | Hopefully fixes userprofiles.yap problem on startup. (thanks Adam!) | Brian McBee | 1 | -4/+3 |