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
/
Framework
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-11-29
fixed duplicate login in standalone mode (mostly untested in grid mode)
Jeff Ames
3
-7
/
+6
2007-11-29
* Fixed about 7 issues with restarting sims and resolved interRegion comms is...
Teravus Ovares
1
-1
/
+1
2007-11-29
set svn:eol-style
Jeff Ames
1
-195
/
+195
2007-11-28
Moved the m_sceneGridService.RegisterRegion(RegionInfo); call out of LoadWorl...
MW
1
-1
/
+1
2007-11-28
* Restaring the sim works fine in grid mode now. Sims announce themselves to...
Teravus Ovares
3
-4
/
+207
2007-11-27
Fixed an event in the events chain in inter-region communications.
Teravus Ovares
4
-1
/
+6
2007-11-26
Attempt to handle MYSQL error fetching assets
Brian McBee
1
-10
/
+17
2007-11-26
* Restarting regions with the estate tools works in sandbox mode. I'm still ...
Teravus Ovares
4
-3
/
+19
2007-11-25
Added new configuration item to User Server: X and Y of region to send user t...
Brian McBee
1
-0
/
+12
2007-11-25
* Added the ability to restart your individual sims from within them using th...
Teravus Ovares
1
-0
/
+19
2007-11-24
* Removed references to "new LLUUID()", replaced with LLUUID.Zero.
Adam Frisby
6
-11
/
+11
2007-11-24
* Added a way for the Region master user to kick individual users from their ...
Teravus Ovares
1
-0
/
+4
2007-11-24
* Hanling RequestGodlikePowers. On Request.. sends the sim owner's client the...
Teravus Ovares
1
-0
/
+5
2007-11-23
* Refactored NumPackets calculation
lbsa71
1
-20
/
+21
2007-11-22
* Quelled a Log format exception in the logging routines.
Teravus Ovares
1
-2
/
+15
2007-11-22
Created a client driven packet throttler. The sim now respects the client's ...
Teravus Ovares
1
-1
/
+3
2007-11-22
* removed erroneous comments
lbsa71
1
-3
/
+0
2007-11-22
* Added code to capture the draw distance setting from the client.
Teravus Ovares
1
-1
/
+1
2007-11-21
* Did some initial work for prim crossing. Just glue so far.
Teravus Ovares
3
-0
/
+49
2007-11-19
there is no real reason to write this value back to estate settings,
Sean Dague
1
-1
/
+5
2007-11-19
* Changed namespace
lbsa71
3
-3
/
+1
2007-11-18
* Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...
Teravus Ovares
4
-13
/
+23
2007-11-18
cleaned up some mono compiler warnings
Jeff Ames
2
-3
/
+3
2007-11-18
first stab at implementation of CopyInventoryItem
Jeff Ames
4
-14
/
+37
2007-11-18
Added handler for MapNameRequest - OnMapNameRequest
Dalien Talbot
1
-0
/
+3
2007-11-17
Added ClickAction property to SceneObjectPart (and the relevant changes in IC...
MW
1
-1
/
+1
2007-11-17
set svn:eol-style
Jeff Ames
1
-1015
/
+1015
2007-11-17
minor cleanup of some dodgy bits
Jeff Ames
1
-1
/
+1
2007-11-17
catch exceptions when loading malformed xml files
Jeff Ames
3
-24
/
+44
2007-11-16
More cleaning up when deleting regions from a instance. NOTE: IGridServices.D...
MW
1
-0
/
+1
2007-11-15
*** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM OpenSim...
lbsa71
2
-24
/
+4
2007-11-15
* Added MySQLDataStore (adapted from MonoSqlite
lbsa71
1
-0
/
+1035
2007-11-15
* Implemented the little friendly pop tooltip messages that appear when you h...
Teravus Ovares
1
-0
/
+3
2007-11-14
* Copied objects are now owned by the object copier (Next Owner) (however nex...
Teravus Ovares
1
-1
/
+1
2007-11-14
Another try: Fix moon bleeding over into linden grid. Need to clear your cach...
Brian McBee
1
-2
/
+2
2007-11-13
* Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m...
Teravus Ovares
15
-3
/
+330
2007-11-13
first pass on unlinking of objects. From Jay Clarke (IBM)
Sean Dague
1
-0
/
+3
2007-11-13
Some work on cleanly removing Regions.
MW
1
-0
/
+1
2007-11-13
Some work on being able to set/send a users Buddylist info. (added handling c...
MW
1
-1
/
+63
2007-11-12
* Implemented Walk Vs Run in ODE. Also helps make the walk look smoother.
Teravus Ovares
1
-1
/
+2
2007-11-12
enable typing animation for chat, maybe
Jeff Ames
1
-0
/
+2
2007-11-11
Patch from Mathias Soeken (thanks Mathias!) to take care of the color
Dalien Talbot
1
-1
/
+1
2007-11-11
Fixed bug in assetcache where certain textures were not being packetized corr...
Brian McBee
1
-1
/
+1
2007-11-09
* Fixed compile issue.
Adam Frisby
1
-1
/
+2
2007-11-09
* Added a mutex to the LoginService allowing only a single login simultaneous...
Adam Frisby
1
-82
/
+93
2007-11-08
* Added Rotational Velocity reporting for Client Interpolation to Terse Updates
Teravus Ovares
1
-1
/
+1
2007-11-07
add SendSunPos function to IClientAPI to let us pull all the sun
Sean Dague
1
-0
/
+1
2007-11-06
* Added better logging to AssetCache
lbsa71
3
-94
/
+101
2007-11-05
* Substituted som 'GenericCall' with Action<>
lbsa71
1
-10
/
+4
2007-11-05
Started to cleanup/close down childagent connections when a user teleports. ...
MW
2
-0
/
+12
[next]