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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-04-10
re-fixing this darn file
lcc
1
-0
/
+11
2010-04-10
dding this deleted file...
lcc
1
-2
/
+2
2010-04-10
Fixing Trap
lcc
1
-11
/
+0
2010-04-09
minor - add some documentation to PrimitiveBaseShape constructor with OpenMet...
dahlia
1
-0
/
+4
2010-04-09
Add Scene.SnmpService, which is of type ISnmpModule and, if nun-null, can
Melanie
1
-0
/
+14
2010-04-08
Changed the GetTextureModule backport to work with the 0.6.9 codebase
John Hurliman
2
-363
/
+11
2010-04-08
Backported WebUtil.cs from master to 0.6.9-postfixes to fix the build break
John Hurliman
1
-0
/
+361
2010-04-08
Backported GetTextureModule and IAssetService.GetCached()
John Hurliman
10
-3
/
+287
2010-04-08
* Adds IAssetService.GetCached() to allow asset fetching from the local cache...
John Hurliman
11
-2
/
+293
2010-04-07
Implement cmGetAvatarList(). This returns a strided list of all avatars in th...
Thomas Grimshaw
3
-60
/
+87
2010-04-07
Increase the amount of time we wait for a teleport to complete. This allows t...
Thomas Grimshaw
1
-1
/
+1
2010-04-07
* Fixing incorrect documentation for the continuation passing style IAssetSer...
John Hurliman
2
-2
/
+3
2010-04-07
Fix llDialog responses so that they can be heard throughout the region. This ...
Thomas Grimshaw
1
-1
/
+1
2010-04-07
Fix llLookAt so that it doesn't "roll" the object and more closely imitates t...
Thomas Grimshaw
1
-4
/
+16
2010-04-07
Add CHANGED_REGION_START (alias for CHANGED_REGION_RESTART as per LL Jira SVC...
Thomas Grimshaw
1
-0
/
+1
2010-04-07
Implement PSYS_SRC_INNERANGLE and PSYS_SRC_OUTERANGLE
Thomas Grimshaw
1
-0
/
+10
2010-04-06
Added NullInventoryData for unit tests and quick try-outs of the services in ...
Diva Canto
1
-0
/
+193
2010-04-05
* May fix mantis #4603.
Diva Canto
6
-198
/
+200
2010-04-05
* In the async asset fetch method, cache check before firing any async code. ...
John Hurliman
1
-47
/
+62
2010-04-05
Add the ISnmpModule interface definition to Careminster release
Melanie Thielker
1
-0
/
+11
2010-04-05
Fix up my own shoddy code! Fixes prim rez break. Whups!
Thomas Grimshaw
1
-22
/
+26
2010-04-05
Test commit
Melanie Thielker
1
-1
/
+1
2010-04-05
Bump version number
Melanie Thielker
1
-1
/
+1
2010-04-05
This commit adds some randomness to object persistence. It's a Work In Progre...
Thomas Grimshaw
1
-4
/
+42
2010-04-05
Add a much cheaper agent count retrieval method. This is obsoleted by 0.7 so...
Thomas Grimshaw
4
-4
/
+12
2010-04-05
check group membership and powers with the groups module rather than just the...
Justin Clark-Casey (justincc)
1
-12
/
+27
2010-04-05
log exceptions that end up at the top of a asynchronous viewer packet method ...
Justin Clark-Casey (justincc)
1
-3
/
+13
2010-04-05
Fix some overlooked merge conflicts that got committed
Melanie
1
-10
/
+0
2010-04-05
Partially implement share with group option for object inventory items
Justin Clark-Casey (justincc)
4
-8
/
+22
2010-04-04
ChODE Only: Corrected Heightmap load to iliminate crack at 255M. Added 'fence...
kitto
2
-156
/
+157
2010-04-04
Fixed Ban and parcel exclusion. Need to fix the parcel chat too
lcc
1
-1
/
+1
2010-04-04
Patch from mcortez. This appears to be a huge change to the groups module
Melanie
5
-231
/
+337
2010-04-03
* Guard against null in last commit
Diva Canto
1
-1
/
+2
2010-04-03
Last commit was too fast... must override.
Diva Canto
2
-2
/
+2
2010-04-03
* Fail storing user accounts in the remote connector.
Diva Canto
1
-0
/
+6
2010-04-03
* Made UserAccountService handle UserLevel, UserFlags and UserTitle appropria...
Diva Canto
4
-118
/
+114
2010-04-02
Don't append ACKs to zerocoded packets. Although this should fine in theory, ...
John Hurliman
1
-15
/
+20
2010-04-02
* Better logging for Authenticate() failures
John Hurliman
2
-3
/
+11
2010-04-02
Adding the groups update (Mantis #4646)
Melanie
4
-294
/
+1543
2010-04-01
oops, add file missing from last commit
Justin Clark-Casey (justincc)
2
-9
/
+80
2010-04-01
expose methods that allow region modules to send messages to groups
Justin Clark-Casey (justincc)
1
-63
/
+81
2010-03-31
First attempt at fixing mantis #4641. It's better but there are now some issu...
Diva Canto
6
-18
/
+38
2010-03-31
When saving an oar/iar, don't attempt to write out the data byte array if it'...
Justin Clark-Casey (justincc)
1
-1
/
+3
2010-03-31
Add missing licenses. Change relicensed LightShare module to proper BSD
Melanie
3
-6
/
+79
2010-03-31
Adding the LightShare module and scripting API. This code was written by
Melanie
5
-0
/
+925
2010-03-31
Committing the LightShare code, which was developed by TomMeta of Meta7.
Melanie
19
-19
/
+597
2010-03-30
Rename Meta7Windlight to LightShare
Melanie
13
-368
/
+93
2010-03-30
minor: commented out code removal
Justin Clark-Casey (justincc)
1
-1
/
+0
2010-03-30
Completely prevent full update packets being sent after kill object packets
Justin Clark-Casey (justincc)
1
-6
/
+43
2010-03-29
fix build break. First argument of GetGroupRecord is not a uuid
Justin Clark-Casey (justincc)
1
-1
/
+1
[prev]
[next]