| Commit message (Expand) | Author | Files | Lines |
2009-04-24 | * Write separate unit test for replicating iar structure to a user inventory | Justin Clarke Casey | 2 | -8/+30 |
2009-04-24 | some code cleanup | Dahlia Trimble | 1 | -18/+0 |
2009-04-24 | Limit hollow size of physics proxy to 95% | Dahlia Trimble | 2 | -2/+4 |
2009-04-24 | * minor: move user profile test utils to test/common/setup for future reuse | Justin Clarke Casey | 3 | -1/+17 |
2009-04-24 | * Refactor: break out loading of archive paths into inventory into a separate... | Justin Clarke Casey | 1 | -110/+139 |
2009-04-24 | * correct spelling mistake in item seiralization | Justin Clarke Casey | 2 | -3/+2 |
2009-04-24 | * minor: make inventory item deserialization code easier to read | Justin Clarke Casey | 1 | -52/+26 |
2009-04-24 | * Write basic, incomplete load iar test | Justin Clarke Casey | 3 | -64/+42 |
2009-04-24 | silly C# not letting me use a File.Exists test for a directory. Don't | Sean Dague | 5 | -5/+5 |
2009-04-24 | change power linux detection method, the previous method only worked | Sean Dague | 5 | -10/+10 |
2009-04-24 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2 | -2/+450 |
2009-04-24 | * Implements Microthreading for MRM scripting. | Adam Frisby | 7 | -2/+162 |
2009-04-24 | Update svn properties, add copyright headers, formatting cleanup. | Jeff Ames | 4 | -23/+64 |
2009-04-23 | * refactor: move archive user inventory item serialization out to a separate ... | Justin Clarke Casey | 8 | -223/+295 |
2009-04-23 | * Allow interested user data plugins to store temporary user profiles | Justin Clarke Casey | 9 | -8/+58 |
2009-04-23 | * Add user data plugin to store temporary profiles (which are distinct from c... | Justin Clarke Casey | 10 | -34/+130 |
2009-04-23 | move the lock out a bit further in the ProccessAssetCache loop to reduce | Sean Dague | 1 | -16/+18 |
2009-04-23 | based on recent unit test output, put some extra checking in the | Sean Dague | 1 | -1/+9 |
2009-04-23 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2 | -70/+70 |
2009-04-23 | From: Alan M Webb <alan_webb@us.ibm.com> | Dr Scofield | 1 | -14/+27 |
2009-04-23 | * Fix another crash bug in the FreeSwitchVoiceModule | Teravus Ovares | 2 | -1/+3 |
2009-04-23 | * Tweaking the dialstring so the sip_contact_user variable is set to the dial... | Teravus Ovares | 2 | -6/+10 |
2009-04-23 | * Adds missing IClientAPI member. (Plz be adding new members to IClientCore!) | Adam Frisby | 1 | -0/+1 |
2009-04-23 | * Adds additional background layer for VWoHTTP ClientStack | Adam Frisby | 2 | -13/+110 |
2009-04-22 | * Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServices | Justin Clarke Casey | 5 | -26/+38 |
2009-04-22 | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se... | Justin Clarke Casey | 14 | -98/+148 |
2009-04-22 | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by passing up the ... | Justin Clarke Casey | 2 | -11/+14 |
2009-04-22 | * minor: remove some compiler warnings | Justin Clarke Casey | 3 | -39/+39 |
2009-04-22 | Thank you kindly, TLaukkan, for a patch that: | Charles Krinke | 2 | -73/+91 |
2009-04-22 | * Allow plugins to play nicely in UserManagerBase | Justin Clarke Casey | 2 | -24/+26 |
2009-04-22 | add if exists to the drop table | Sean Dague | 2 | -30/+30 |
2009-04-22 | add cleardb to estate tests | Sean Dague | 1 | -16/+24 |
2009-04-22 | ensure we've got a clean data environment prior to running the region | Sean Dague | 1 | -17/+24 |
2009-04-22 | * Fix the other windows build break. Hopefully that shoudl be the last one | Justin Clarke Casey | 1 | -0/+1 |
2009-04-22 | * Fix windows build from last commit | Justin Clarke Casey | 1 | -0/+1 |
2009-04-22 | * Fission OGS1UserServices into user service and OGS1 user data plugin compon... | Justin Clarke Casey | 15 | -842/+886 |
2009-04-22 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 5 | -71/+185 |
2009-04-22 | more cleanup | Dr Scofield | 4 | -72/+65 |
2009-04-22 | Thanks tlaukkan for a patch that Fixes asset cache url forming for MXP join r... | Dahlia Trimble | 1 | -1/+1 |
2009-04-22 | Thank you kindly, Marcus Llewellyn, for a patch that: | Charles Krinke | 1 | -4/+24 |
2009-04-22 | fix line endings on new files | Sean Dague | 2 | -1107/+1107 |
2009-04-22 | fix the build break, thankes mikkopa for pointing out the quick change | Sean Dague | 1 | -0/+2 |
2009-04-22 | * Committing stub VW-over-HTTP ClientStack. (2/2) | Adam Frisby | 1 | -1/+1 |
2009-04-22 | * Committing stub VW-over-HTTP ClientStack. (1/2) | Adam Frisby | 2 | -0/+1105 |
2009-04-22 | further cleanup (lower casing non-public vars and local vars) | Dr Scofield | 1 | -179/+173 |
2009-04-22 | cleaning up, fixing warnings | Dr Scofield | 9 | -85/+67 |
2009-04-22 | * Some tweaks to the FreeSwitchModule to allow a well known hostname and avoi... | Teravus Ovares | 2 | -9/+26 |
2009-04-22 | Fix loading notecards from LSL. The first time a notecard was accessed, the | Melanie Thielker | 1 | -49/+21 |
2009-04-22 | Add copyright headers. Formatting cleanup. | Jeff Ames | 16 | -150/+283 |
2009-04-21 | Thank you kindly, MCortez, for a patch that: | Charles Krinke | 3 | -330/+217 |