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
/
ClientStack
/
Linden
/
Caps
/
EventQueue
/
EventQueueGetModule.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
varregion: remove use of Constants.RegionSize is various places.
Robert Adams
2015-03-28
1
-4
/
+5
*
comment out a debug msg. more on gods being Gods
UbitUmarov
2014-08-03
1
-1
/
+1
*
add queue transition code needs review/more testing
UbitUmarov
2014-07-25
1
-79
/
+115
*
remove old and dead code that its only making it hard to understand
UbitUmarov
2014-07-25
1
-287
/
+18
*
change previus code, send a NoEvents response back to http server, even
UbitUmarov
2014-07-24
1
-2
/
+1
*
EventQueueGetModule: dont reuse queues, we dont know whats there; make
UbitUmarov
2014-07-24
1
-10
/
+9
*
Intermediate commit. Sill errors.
Melanie
2014-01-05
1
-11
/
+23
|
\
|
*
varregion: Add region size to teleport event messages (EnableSimulator,
Robert Adams
2014-01-04
1
-8
/
+20
|
*
Create regression test TestSendAgentGroupDataUpdate() for groups agent data s...
Justin Clark-Casey (justincc)
2013-12-18
1
-3
/
+3
*
|
Merge branch 'master' into careminster
Melanie
2013-08-13
1
-3
/
+8
|
\
\
|
|
/
|
*
minor: Extend warning message when adding trying to add an event for a client...
Justin Clark-Casey (justincc)
2013-08-12
1
-3
/
+8
*
|
Merge branch 'master' into careminster
Melanie
2013-07-29
1
-54
/
+16
|
\
\
|
|
/
|
*
Several major improvements to group (V2) chat. Specifically: handle join/drop...
Diva Canto
2013-07-27
1
-2
/
+2
|
*
Slight improvement: no need to delay the removal of the queues in EQ, because...
Diva Canto
2013-07-26
1
-8
/
+0
|
*
This should fix all issues with teleports. One should be able to TP as fast a...
Diva Canto
2013-07-25
1
-44
/
+14
*
|
Merge branch 'master' into careminster
Melanie
2013-07-24
1
-46
/
+39
|
\
\
|
|
/
|
*
Changed the timoeut of EQ 502s (no events) to 50 secs. The viewer post reques...
Diva Canto
2013-07-18
1
-2
/
+9
|
*
Reverting the reverts I did yesterday. cpu-branch has now been
Diva Canto
2013-07-18
1
-3
/
+5
|
*
Revert "Cleared up much confusion in PollServiceRequestManager. Here's the hi...
Diva Canto
2013-07-17
1
-5
/
+3
|
*
Cleared up much confusion in PollServiceRequestManager. Here's the history:
Diva Canto
2013-07-17
1
-3
/
+5
|
*
Simplify EventQueue cap setup so that it is also stat monitored.
Justin Clark-Casey (justincc)
2013-07-16
1
-45
/
+29
|
*
Add request received/handling stats for caps which are served by http poll ha...
Justin Clark-Casey (justincc)
2013-07-15
1
-1
/
+1
*
|
Merge branch 'master' into careminster
Melanie
2013-07-18
1
-1
/
+2
|
\
\
|
|
/
|
*
For stat purposes, add names to capability request handlers where these were ...
Justin Clark-Casey (justincc)
2013-07-08
1
-1
/
+2
|
*
Adding Avination's PollService to round out the HTTP inventory changes
Melanie
2013-06-07
1
-2
/
+2
*
|
Let the event queue do lees work - expire every 40s as per Teravus instead of...
Melanie
2013-05-22
1
-1
/
+1
*
|
Merge branch 'master' into careminster
Melanie
2013-03-28
1
-1
/
+24
|
\
\
|
|
/
|
*
minor: Fix usage error message for "debug eq" console command
Justin Clark-Casey (justincc)
2013-03-28
1
-1
/
+1
|
*
Add "show eq" console command to show numbers of messages in agent event queues.
Justin Clark-Casey (justincc)
2013-03-28
1
-0
/
+23
|
*
Plumb the path from the client to the extra physics params and back
Melanie
2013-02-07
1
-0
/
+8
*
|
The viewer tries to parse the error message body to LLSD - give it some.
Melanie
2013-02-24
1
-2
/
+2
*
|
Merge branch 'master' into careminster
Melanie
2012-11-13
1
-1
/
+1
|
\
\
|
|
/
|
*
Cleanup on region modules: gave short node id's to all of them.
Diva Canto
2012-11-12
1
-1
/
+1
*
|
Merge branch 'master' into careminster
Melanie
2012-11-11
1
-51
/
+36
|
\
\
|
|
/
|
*
One more module: EventQueueGetModule. Also making it non-optional for this dll.
Diva Canto
2012-11-10
1
-53
/
+38
*
|
Merge branch 'master' into careminster
Melanie
2012-10-16
1
-4
/
+4
|
\
\
|
|
/
|
*
minor: Add missing newlines and spacing to help for "debug eq" console command
Justin Clark-Casey (justincc)
2012-10-16
1
-4
/
+4
*
|
Merge branch 'master' into careminster
Melanie
2012-10-12
1
-11
/
+2
|
\
\
|
|
/
|
*
Lock on AgentCircuitData during Scene.AddClient() and RemoveClient() to preve...
Justin Clark-Casey (justincc)
2012-10-10
1
-11
/
+2
*
|
just remove the damm thing
UbitUmarov
2012-09-26
1
-1
/
+1
*
|
Merge branch 'avination' into careminster
Melanie
2012-07-06
1
-1
/
+1
|
\
\
|
*
|
added a timeout paramenter to PollServiceEventArgs, so each type can define ...
UbitUmarov
2012-07-04
1
-1
/
+1
*
|
|
Merge branch 'master' into careminster
Melanie
2012-06-15
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Put all debug console commands into a single Debug section rather than scatte...
Justin Clark-Casey (justincc)
2012-06-15
1
-1
/
+1
*
|
|
Merge branch 'master' into careminster
Melanie
2012-05-19
1
-39
/
+61
|
\
\
\
|
|
/
/
|
*
|
Fix build break. Comment out EQG deregister/register logging.
Justin Clark-Casey (justincc)
2012-05-18
1
-10
/
+10
|
*
|
Add level 2 debug eq logging which logs event queue polls.
Justin Clark-Casey (justincc)
2012-05-18
1
-23
/
+32
|
*
|
refactor: move EventQueueGet path generation into common method. Rename some...
Justin Clark-Casey (justincc)
2012-05-18
1
-20
/
+33
*
|
|
Merge branch 'master' into careminster
Melanie
2012-05-05
1
-2
/
+6
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Implement optional name and description on http stream handlers so that we ca...
Justin Clark-Casey (justincc)
2012-05-03
1
-2
/
+6
[next]