index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
CoreModules
/
Avatar
/
AvatarFactory
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into bigmerge
Melanie
2011-11-03
1
-7
/
+21
|
\
|
*
Fix race condition that would sometimes send or save appearance for the wrong...
Justin Clark-Casey (justincc)
2011-11-02
1
-7
/
+21
*
|
Reduce severity and remove duplication if a common log message regarding
Melanie
2011-10-28
1
-3
/
+1
|
/
*
Moved HaveNeighbor utility function from ScenePresence to Scene. Fixed line e...
Dan Lake
2011-10-19
2
-268
/
+268
*
Renamed and rearranged AvatarFactoryModule to eliminate redundant lookups of ...
Dan Lake
2011-10-19
2
-328
/
+300
*
minor: remove clutter null check from pass in config to AvatarFactoryModule.I...
Justin Clark-Casey (justincc)
2011-10-01
1
-8
/
+5
*
Fix avatar parameter updating for viewer 3 and maybe 2.
Justin Clark-Casey (justincc)
2011-09-23
1
-4
/
+15
*
On setting a new avatar appearance, if height hasn't changed then don't set t...
Justin Clark-Casey (justincc)
2011-09-17
1
-1
/
+3
*
Write code to create minimum necessary body parts/clothing and avatar entries...
Justin Clark-Casey (justincc)
2011-09-15
1
-1
/
+1
*
refactor: move multiple class to set avatar height into associated SP.AddToPh...
Justin Clark-Casey (justincc)
2011-08-31
1
-1
/
+1
*
Fix bug in persisting saved appearances for npcs
Justin Clark-Casey (justincc)
2011-08-30
2
-8
/
+91
*
When saving appearance, only save the baked textures, not the other face text...
Justin Clark-Casey (justincc)
2011-08-12
1
-5
/
+43
*
Implement first draft functions for saving and loading NPC appearance from st...
Justin Clark-Casey (justincc)
2011-08-09
2
-24
/
+65
*
refactor: Change SceneHelpers.AddClient() to AddScenePresence().
Justin Clark-Casey (justincc)
2011-08-06
1
-1
/
+1
*
rename TestHelper => TestHelpers for consistency
Justin Clark-Casey (justincc)
2011-08-06
1
-3
/
+3
*
rename test SceneSetupHelpers -> SceneHelpers for consistency
Justin Clark-Casey (justincc)
2011-08-06
1
-3
/
+3
*
Get osNpcCreate appearance working with avatars that are currently in the scene.
Justin Clark-Casey (justincc)
2011-08-01
1
-0
/
+4
*
When we start the appearance saving thread, make sure we set the culture to E...
Justin Clark-Casey (justincc)
2011-07-29
1
-0
/
+5
*
When handling SetAppearance packet, always save the appearance; not only if t...
Oren Hurvitz
2011-07-21
1
-5
/
+5
*
Fixed updating avatar appearance
Oren Hurvitz
2011-07-21
1
-10
/
+17
*
minor: method doc for baked texture uploading
Justin Clark-Casey (justincc)
2011-07-15
1
-1
/
+2
*
refactor: slightly simplify test
Justin Clark-Casey (justincc)
2011-07-09
1
-4
/
+1
*
Rename SceneSetupHelpers.AddRootAgent to AddClient() to better represent its ...
Justin Clark-Casey (justincc)
2011-07-09
1
-1
/
+1
*
Add scratch AvatarFactoryModuleTests with one test to do a partial check on A...
Justin Clark-Casey (justincc)
2011-07-09
2
-9
/
+87
*
Hack around with the NPC module to get osNpcCreate() partially working again.
Justin Clark-Casey (justincc)
2011-06-29
1
-2
/
+2
*
Add module with "appearance show" command.
Justin Clark-Casey (justincc)
2011-05-07
1
-3
/
+3
*
change some log messages from info to debug
Justin Clark-Casey (justincc)
2011-02-25
1
-1
/
+1
*
Removed a few more spurious appearance saves. When an avatar
Mic Bowman
2011-01-25
1
-1
/
+3
*
with mic's permission, reduce appearance, baked texture logging verbosity for...
Justin Clark-Casey (justincc)
2011-01-19
1
-3
/
+3
*
Various bug fixes for appearance handling: more aggressive reset of textures ...
Mic Bowman
2010-12-03
1
-36
/
+63
*
Refactor appearance and avatar data sending code. Paritioning the routines in...
Mic Bowman
2010-11-27
1
-24
/
+6
*
Fixed appearance send for avatars with only default textures. This should fix...
Master ScienceSim
2010-11-18
1
-53
/
+74
*
Formatting cleanup.
Jeff Ames
2010-11-08
1
-32
/
+31
*
Fix logins and avatar appearance. Contains a Migration. May contain nuts.
Melanie
2010-10-30
1
-5
/
+10
*
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
Melanie
2010-10-30
1
-29
/
+18
|
\
|
*
Rationalize the logging messages from the merged appearance branch, commentin...
Justin Clark-Casey (justincc)
2010-10-29
1
-29
/
+18
*
|
READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE.
Melanie
2010-10-30
1
-10
/
+5
|
/
*
Bunch of fixes that reduce the number of times appearance
Master ScienceSim
2010-10-29
1
-24
/
+49
*
Configuration of persistent baked textures and save/send delays.
Master ScienceSim
2010-10-28
1
-4
/
+14
*
Added background thread to handle delayed send and save of appearance
Master ScienceSim
2010-10-28
1
-55
/
+164
*
Made the check for texture assets asynchronous. This is one part of
Master ScienceSim
2010-10-26
1
-7
/
+10
*
Half of the compatibility is working. Login into a new region with
Master ScienceSim
2010-10-25
1
-1
/
+1
*
Major refactoring of appearance handling.
Master ScienceSim
2010-10-20
1
-87
/
+150
*
minor: Clean up log messages generated when an item is attached
Justin Clark-Casey (justincc)
2010-09-13
1
-1
/
+1
*
Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ...
Diva Canto
2010-06-13
1
-1
/
+1
*
Merge branch 'master' into presence-refactor
Melanie
2010-02-08
1
-2
/
+4
|
\
|
*
minor: log what kind of wearable cannot be found
Justin Clark-Casey (justincc)
2010-02-05
1
-2
/
+4
|
*
Revert "Updates all IRegionModules to the new style region modules."
Melanie
2010-01-29
1
-22
/
+7
|
*
Updates all IRegionModules to the new style region modules.
Revolution
2010-01-23
1
-7
/
+22
*
|
Several more buglets removed.
Diva Canto
2010-01-13
1
-2
/
+1
[next]