index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Environment
/
Scenes
/
ScenePresence.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-01-18
* ODE Physics update. fixed weird rotation of the avatar surrogate.
Teravus Ovares
1
-1
/
+1
2008-01-16
* Fixed standing up so that you're at the new position of the prim if you mov...
Teravus Ovares
1
-3
/
+6
2008-01-16
* Added Agent Time, Pending Downloads, and made Agent Updates/Sec actually ac...
Teravus Ovares
1
-1
/
+43
2008-01-12
*removed a goofy debug line left in
Teravus Ovares
1
-4
/
+1
2008-01-12
* Added some of the finer control points to POS such as
Teravus Ovares
1
-0
/
+5
2008-01-04
* Fixed situation where sometimes your avatar tries to land and gets 'put' 80...
Teravus Ovares
1
-1
/
+8
2008-01-02
* Did a bit of estate work. Added some fields to EstateSettings.xml for est...
Teravus Ovares
1
-1
/
+8
2007-12-27
* Optimized usings
lbsa71
1
-63
/
+69
2007-12-27
* Added slightly better object sit handling
Teravus Ovares
1
-14
/
+96
2007-12-26
* Play the 'landing' animation when landing and minimize the collision protec...
Teravus Ovares
1
-1
/
+2
2007-12-26
* This update includes a wide range of changes to the ODEPlugin for avatar mo...
Teravus Ovares
1
-11
/
+11
2007-12-26
* Removed a debug message I left in there
Teravus Ovares
1
-1
/
+7
2007-12-26
* Added the ability to land automatically on prim by pressing the page down b...
Teravus Ovares
1
-2
/
+51
2007-12-20
*Ban lines now work if they are enabled grid wide.
mingchen
1
-0
/
+2
2007-12-20
Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...
Jeff Ames
1
-5
/
+1
2007-12-20
*Added event called after any movement is handled (OnClientMovement) - will b...
mingchen
1
-0
/
+3
2007-12-20
*Made a much more network friendly method of ban and pass line sending
mingchen
1
-1
/
+6
2007-12-19
Misc. cleanup:
Jeff Ames
1
-12
/
+24
2007-12-19
*Added Ban Lines around parcels for banned avatars, but there is no actual bl...
mingchen
1
-1
/
+1
2007-12-18
* Removed redundant code in RestService.cs
Adam Frisby
1
-3
/
+0
2007-12-13
Enabled the sit_ground animation. The sit state is not properly set, but it ...
Jeff Ames
1
-1
/
+1
2007-12-13
Added placeholder for sitting on ground support. Doesn't work yet.
Jeff Ames
1
-2
/
+9
2007-12-13
Fix for #176 (... doesn't appear in chat bubbles). This also gets the viewer ...
Jeff Ames
1
-17
/
+0
2007-12-12
remove another partial class, and map another class back to a real file
Sean Dague
1
-1
/
+1
2007-12-12
* Added some simstats to fill the simulator pane of the Statistics monitor.
Teravus Ovares
1
-1
/
+2
2007-12-11
Minor cleanup/refactoring of ScenePresence.
Jeff Ames
1
-76
/
+47
2007-12-10
* Added comments to many methods in the listed files.
Teravus Ovares
1
-41
/
+105
2007-12-10
Refactored animation handling in ScenePresence. Now maintains a list of curre...
Jeff Ames
1
-78
/
+101
2007-12-10
saved OpenSim source code from the giant rampaging unterminated copyright not...
Jeff Ames
1
-1
/
+1
2007-12-10
* Hooked up the GridComm event ChildDataUpdate to the scene.
Teravus Ovares
1
-0
/
+14
2007-12-07
Avatar Appearance refactoring /changes. Added a AvatarAppearance class, each ...
MW
1
-131
/
+137
2007-12-07
Updates to LibSL revision 1498. Thanks Johan!
Adam Johnson
1
-14
/
+14
2007-12-07
added one more command to the console help.
Jeff Ames
1
-28
/
+12
2007-12-06
removed obsolete Verbose() function
Jeff Ames
1
-0
/
+3
2007-12-05
* Refactored Permissions into ScenePresence as requested by MW
Teravus Ovares
1
-3
/
+6
2007-12-04
keeping opensim safe for children -- made some namespace references less expl...
Jeff Ames
1
-6
/
+2
2007-12-04
* Removed 12 compiler warnings.
Adam Frisby
1
-1
/
+0
2007-12-02
Attempt to fix mantis issue #82, taking prims into inventory and then rezzing...
MW
1
-0
/
+2
2007-12-02
Added some error handling (and console output) to BaseHttpServer.
MW
1
-2
/
+1
2007-12-01
attempt to fix sitting-related bugs #3 and #67
Jeff Ames
1
-14
/
+17
2007-11-29
* Fixed neighbour range bug
lbsa71
1
-2
/
+2
2007-11-24
* Added a way for the Region master user to kick individual users from their ...
Teravus Ovares
1
-13
/
+0
2007-11-24
* Hanling RequestGodlikePowers. On Request.. sends the sim owner's client the...
Teravus Ovares
1
-0
/
+19
2007-11-24
* Added a nice 'The Region is going down.' message to the user when the sim o...
Teravus Ovares
1
-0
/
+14
2007-11-23
* added some functions for use in raytracing. They're kind of crappy now, so...
Teravus Ovares
1
-0
/
+5
2007-11-22
* Added code to capture the draw distance setting from the client.
Teravus Ovares
1
-10
/
+72
2007-11-21
* Did some initial work for prim crossing. Just glue so far.
Teravus Ovares
1
-4
/
+21
2007-11-20
fix for mantis #2 from Justin Casey (IBM)
Sean Dague
1
-3
/
+7
2007-11-18
* Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...
Teravus Ovares
1
-1
/
+1
2007-11-18
cleaned up some mono compiler warnings
Jeff Ames
1
-4
/
+1
[next]