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
/
Client
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
minor: remove one mono compiler warning
Justin Clark-Casey (justincc)
2010-02-03
1
-1
/
+1
*
Revert "Updates all IRegionModules to the new style region modules."
Melanie
2010-01-29
1
-24
/
+12
*
more endlines..
Teravus Ovares (Dan Olivares)
2010-01-26
1
-9
/
+9
*
* Fix Endlines in SirikataClientView.cs
Teravus Ovares (Dan Olivares)
2010-01-26
1
-9
/
+9
*
* Fix Endlines in VWHClientView.cs
Teravus Ovares (Dan Olivares)
2010-01-26
1
-9
/
+9
*
Updates all IRegionModules to the new style region modules.
Revolution
2010-01-23
1
-12
/
+24
*
Remove "login disable", "login enable" and "login status" commands.
Melanie
2010-01-10
3
-93
/
+44
*
Add functionality to estate "Allowed Users" and "Allowed Groups". Allowed users
Melanie
2010-01-09
3
-3
/
+3
*
Adds IClientAPI voids for GroupProposals.
Revolution
2010-01-08
3
-3
/
+27
*
Fixes the newly added packets as per Melanie's request.
Revolution
2010-01-07
3
-30
/
+30
*
Formatting cleanup. Add copyright headers.
Jeff Ames
2010-01-04
12
-71
/
+314
*
Adds tons of packets.
Revolution
2009-12-31
3
-0
/
+93
*
Change teleports so the TeleportFlags are sent to the destination sim. It
Melanie
2009-12-29
3
-3
/
+3
*
* Implements some basic Sirikata protocol work (initial handshakes).
Adam Frisby
2009-12-27
2
-1
/
+57
*
* Implements Sirikata ClientStack Module
Adam Frisby
2009-12-27
17
-0
/
+29698
*
Add AvatarInterestsReply
Melanie
2009-12-26
2
-0
/
+8
*
* Diagnosing a connection issue.
Adam Frisby
2009-12-11
1
-1
/
+1
*
Patch by revolution, thank you. Mantis #1789 . Implement friends permissions.
Melanie
2009-11-05
2
-0
/
+3
*
Backport the fixes to WebFetchInventoryDescendents to the UDP
Melanie
2009-11-04
2
-2
/
+2
*
Squelch an error message on sim shutdown when not using MXP
Melanie
2009-10-30
1
-2
/
+5
*
* Standalone logins will now go through the sequence of "requested region, de...
John Hurliman
2009-10-28
1
-0
/
+4
*
Do case-insensitive comparisons on region names in LLStandaloneLoginModule
John Hurliman
2009-10-26
1
-1
/
+1
*
* Changed various modules to not initialize timers unless the module is initi...
John Hurliman
2009-10-23
1
-2
/
+3
*
Implemented a Watchdog class. Do not manually create Thread objects anymore, ...
John Hurliman
2009-10-22
1
-4
/
+1
*
Merged master into prioritization
John Hurliman
2009-10-21
1
-2
/
+10
|
\
|
*
Really make module port selection work. Implement port setting in
Melanie
2009-10-21
1
-2
/
+10
*
|
* Rewrote the methods that build ObjectUpdate and ImprovedTerseObjectUpdate p...
John Hurliman
2009-10-18
1
-9
/
+11
*
|
Committing the second part of Jim Greensky @ Intel Lab's patch, re-prioritizi...
John Hurliman
2009-10-17
2
-0
/
+9
*
|
Merge branch 'master' into prioritization
Melanie
2009-10-17
1
-0
/
+6
|
\
\
|
|
/
|
*
Adds SendAvatarInterestsUpdate to IClientAPI
Melanie
2009-10-17
1
-0
/
+6
*
|
Object update prioritization by Jim Greensky of Intel Labs, part one. This im...
John Hurliman
2009-10-15
2
-27
/
+17
|
/
*
* Consolidated adding / removing ClientManager IClientAPIs to two places in S...
John Hurliman
2009-10-13
2
-6
/
+5
*
* Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo...
John Hurliman
2009-10-13
3
-8
/
+13
*
* Changed logic of enabling LLProxyLoginModule to follow the new style -- tru...
Diva Canto
2009-10-11
1
-2
/
+2
*
Fixing a few compile errors in the previous commit
John Hurliman
2009-10-06
1
-1
/
+0
*
* KeepAlive set to false in expect_user and log_off.
Diva Canto
2009-10-04
1
-2
/
+2
*
* MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...
John Hurliman
2009-10-04
1
-7
/
+6
*
Merge branch 'diva-textures-osgrid'
Melanie
2009-10-04
1
-1
/
+1
|
\
|
*
* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...
John Hurliman
2009-10-02
1
-1
/
+1
*
|
Better error handling to diagnose login problems.
Diva Canto
2009-10-03
1
-79
/
+101
*
|
Merge branch 'master' into diva-textures
Melanie
2009-10-02
3
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Formatting cleanup.
Jeff Ames
2009-10-01
1
-1
/
+1
|
*
Moved the property RegionLoginsEnabled from GridComms to the Scene -- not the...
Diva Canto
2009-09-25
2
-2
/
+2
*
|
* Change the signature of the agent set appearance callback to prevent unnece...
John Hurliman
2009-09-30
1
-6
/
+1
*
|
Add RebakeAvatarTexturesPacket to the client view
Melanie
2009-09-30
2
-0
/
+8
|
/
*
* Lock timers when Calling Start() and Stop() when the Thread Context is murk...
Teravus Ovares (Dan Olivares)
2009-09-09
1
-3
/
+8
*
minor: formatting and comments
Justin Clark-Casey (justincc)
2009-08-28
1
-11
/
+6
*
Thanks dmiles for a patch that adds PacketType.RequestMultipleObjects Packet ...
Adam Johnson
2009-08-16
2
-0
/
+2
*
minor: comments
Teravus Ovares (Dan Olivares)
2009-08-12
1
-0
/
+6
*
Replace the Replaceable modules name
Melanie
2009-08-10
3
-3
/
+3
[next]