Justin Clark-Casey (justincc)
|
bea65b06a4
Add back the missing bin/addon-modules directory that I somehow managed to accidentally delete in 2fbc98f (Jul 7 2011)
|
преди 13 години |
Justin Clark-Casey (justincc)
|
03102864f0
change default ODE world_stepsize to 0.0178 from 0.02
|
преди 13 години |
Justin Clark-Casey (justincc)
|
4bfc2f5cde
Change hardcoded ODE total frame time to match the default total frame time (0.09375 -> 0.089).
|
преди 13 години |
Diva Canto
|
83c7b9b609
Bug fix -- Test User on first run standalone might not be created properly: let all instances of UserAccountService have all its service references properly initialized, and register console commands on only one.
|
преди 13 години |
Justin Clark-Casey (justincc)
|
aa19ccf65c
refactor: rename IClientAPI.SendPrimUpdate() to SendEntityUpdate() since it sends entity updates (including presence ones), not just prims.
|
преди 13 години |
Justin Clark-Casey (justincc)
|
77c65951e0
Extract NullPhysicsScene from PhysicsScene to improve code readability
|
преди 13 години |
Justin Clark-Casey (justincc)
|
ee84c0589c
Don't execute rest of code in XEngine.RemoveRegion() and Close() if the module is disabled.
|
преди 13 години |
Justin Clark-Casey (justincc)
|
4e7d4330c2
Expose minimum frame time and update periods for experimentation.
|
преди 13 години |
Justin Clark-Casey (justincc)
|
128d8dfd8b
refactor: Put the frame update period when temporary objects are cleaned up in a field, like all the other update periods
|
преди 13 години |
Justin Clark-Casey (justincc)
|
fd274a6688
refactor: chain the two scene constructors together to eliminate more copypasta
|
преди 13 години |
Justin Clark-Casey (justincc)
|
a6fa15e8b6
Tie reported FPS correction factor into the minimum frame time rather than setting separately.
|
преди 13 години |
Justin Clark-Casey (justincc)
|
ceb326284e
Move fps stat adjustment factor into field rather than hard-coded.
|
преди 13 години |
Justin Clark-Casey (justincc)
|
20da04fd0c
More method doc and formatting changes. Makes DestroyOdeStructures() private
|
преди 13 години |
Justin Clark-Casey (justincc)
|
227db07f2f
refactor: move 3x copy/pasted ode structure removal code in ODECharacter into a DestroyOdeStructures() method
|
преди 13 години |
Justin Clark-Casey (justincc)
|
f08664f422
remove some mono compiler warnings
|
преди 13 години |
Justin Clark-Casey (justincc)
|
631d5e16ef
Get rid of some traces of the old pre-ROBUST grid architecture config
|
преди 13 години |
Justin Clark-Casey (justincc)
|
f5f7ca47ea
Bring LindenUDP.Tests back from the dead. No tests are running.
|
преди 13 години |
Justin Clark-Casey (justincc)
|
ea7366ddc6
When shutting down XEngine, log how many scripts are being shutdown so the user knows why they are waiting.
|
преди 13 години |
Justin Clark-Casey (justincc)
|
c5826d589a
minor: insert some commented out log lines which are a blunt but useful instrument to see packet expiry and received acks
|
преди 13 години |
Justin Clark-Casey (justincc)
|
36e73dbc9b
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
преди 13 години |
Justin Clark-Casey (justincc)
|
f9ffd2538f
Improve some method doc for LLUDPClient, LLUDPServer and UnackedPacketCollection
|
преди 13 години |
Melanie
|
4b7b9e81f7
Make it possible to disable the HG linker. On non-HG systems it spits yellow
|
преди 13 години |
Melanie
|
0faa8db0ef
Update OpenSimDefaults.ini to make the prior state (Groups messaging enabled
|
преди 13 години |
Melanie
|
ca74088d94
Change default groups messaging module in hardcode to the empty string.
|
преди 13 години |
Justin Clark-Casey (justincc)
|
fe3594c5ea
Start recording object updates per second statistic (analogue of agent updates per secod) and expose via monitoring module as ObjectUpdatePerSecondMonitor
|
преди 13 години |
Justin Clark-Casey (justincc)
|
f138a2056e
meaningless change to goose panda
|
преди 13 години |
Pixel Tomsen
|
28f549bd64
osSetParcelDetails - PARCEL_DETAILS_CLAIMDATE
|
преди 13 години |
Justin Clark-Casey (justincc)
|
353e7ce873
Allow monitoring of stats by region name
|
преди 13 години |
Justin Clark-Casey (justincc)
|
62aad4c18f
Add other region stats (total frame time, physics fps, etc.) currently missing from MonitorModule
|
преди 13 години |
Justin Clark-Casey (justincc)
|
19096bd391
Convert getLastReportedSimFPS() and getLastReportedSimStats() into more idiomatic LastReportedSimFPS and LastReportedSimStats on SimStatsReporter
|
преди 13 години |