Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into careminster | Melanie | 2012-03-03 | 3 | -94/+45 |
|\ | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Servers/VersionInfo.cs OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs | ||||
| * | Use a fully stubbed out MockConsole for unit tests rather than inheriting ↵ | Justin Clark-Casey (justincc) | 2012-03-01 | 1 | -22/+37 |
| | | | | | | | | | | | | | | | | from CommandConsole. This is so that the static MainConsole.Instance doesn't retain references to methods registered by scene and other modules to service commands. This prevents the scene from being garbage collected at the end of a test. This is not the final thing preventing GC - next up is the timer started by SimStatsReporter that holds a reference to Scene that prevents end of test gc. | ||||
| * | Flick master up to 0.7.4 | Justin Clark-Casey (justincc) | 2012-02-29 | 1 | -1/+1 |
| | | |||||
| * | Some clean up in WebUtil, remove unused ServiceRequest function. | Mic Bowman | 2012-02-27 | 1 | -71/+7 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2012-02-24 | 3 | -19/+57 |
|\ \ | |/ | |||||
| * | Take watchdog alarm calling back outside the m_threads lock. | Justin Clark-Casey (justincc) | 2012-02-24 | 1 | -3/+16 |
| | | | | | | | | This is how it was originally. This stops a very long running alarm callback from causing a problem. | ||||
| * | Rename Watchdog.GetThreads() to GetThreadsInfo() to reflect what it actually ↵ | Justin Clark-Casey (justincc) | 2012-02-24 | 2 | -2/+2 |
| | | | | | | | | returns and for consistency. | ||||
| * | Stop spurious scene loop startup timeout alarms for scenes with many prims. | Justin Clark-Casey (justincc) | 2012-02-24 | 2 | -17/+42 |
| | | | | | | | | | | | | | | | | On the first frame, all startup scene objects are added to the physics scene. This can cause a considerable delay, so we don't start raising the alarm on scene loop timeouts until the second frame. This commit also slightly changes the behaviour of timeout reporting. Previously, a report was made for the very first timed out thread, ignoring all others until the next watchdog check. Instead, we now report every timed out thread, though we still only do this once no matter how long the timeout. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2012-02-21 | 1 | -0/+30 |
|\ \ | |/ | | | | | Conflicts: | ||||
| * | Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process. | Justin Clark-Casey (justincc) | 2012-02-21 | 1 | -0/+30 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2012-02-18 | 2 | -2/+40 |
|\ \ | |/ | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.Inventory.cs OpenSim/Region/Framework/Scenes/Serialization/SceneObjectSerializer.cs | ||||
| * | On Windows automatically load the correct native ODE library depending on ↵ | Justin Clark-Casey (justincc) | 2012-02-18 | 2 | -2/+40 |
| | | | | | | | | | | | | | | | | | | whether the process is 32-bit or 64-bit In theory, this means that a 64-bit Windows OS user can now run OpenSim.exe with ODE and use more than 2 (or 3) GB of memory. However, this is completely untested since I don't currently own a 64-bit Windows box. Feedback appreciated. Using OpenSim.32BitLaunch.exe should continue to work. Other platforms are unaffected. This will currently not work with sqlite - I will add that too if this works. | ||||
* | | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ↵ | Melanie | 2012-02-15 | 1 | -0/+11 |
|\ \ | | | | | | | | | | careminster | ||||
| * | | Implement region crossing of sitting avatars. Edit mode and llSetPos work | Melanie | 2012-02-14 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | but unscripted default sit anim is lost. Still some Gfx glitching. Physical crossing doesn't work yet. | ||||
* | | | Merge branch 'master' into careminster | Melanie | 2012-02-15 | 1 | -6/+13 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2012-02-13 | 3 | -3/+37 |
| |\ | |||||
| * | | On object deserialization, go back to logging errors at DEBUG level rather ↵ | Justin Clark-Casey (justincc) | 2012-02-13 | 1 | -6/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | than ERROR. Restore extra log message if shape processing fails. Logging level was DEBUG before 312e145 (Fri Feb 3 2012). 312e145 also accidentally removed the 'general error' log message if any shape deserialization failed. This commit restores it, though this has no functional impact. | ||||
* | | | Merge branch 'master' into careminster | Melanie | 2012-02-10 | 2 | -3/+3 |
|\ \ \ | | |/ | |/| | |||||
| * | | Change parser to leave embedded quotes alone if the pattern is recognized | Melanie | 2012-02-10 | 1 | -0/+34 |
| | | | | | | | | | | | | as an OptionSet long option | ||||
| * | | minor: Remove warning from RegionInfo due to repeated config.GetString() ↵ | Justin Clark-Casey (justincc) | 2012-02-10 | 1 | -1/+0 |
| | | | | | | | | | | | | call where the first was unused. | ||||
| * | | Add line numbers to Util.PrintCallStack() | Justin Clark-Casey (justincc) | 2012-02-10 | 1 | -2/+3 |
| |/ | |||||
* | | Change parser to leave embedded quotes alone if the pattern is recognized | Melanie | 2012-02-10 | 1 | -0/+34 |
| | | | | | | | | as an OptionSet long option | ||||
* | | Merge branch 'master' into careminster | Melanie | 2012-02-05 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs | ||||
| * | Set PhysPrimMax default to 0 so ini files won't be overridden | BlueWall | 2012-02-04 | 1 | -1/+1 |
| | | |||||
| * | Make NonphysicalPrimMax setting work properly | BlueWall | 2012-02-04 | 1 | -1/+1 |
| | | | | | | | | RegionInfo setting will override only if it is > 0 | ||||
* | | Merge branch 'master' into careminster | Melanie | 2012-02-04 | 9 | -111/+370 |
|\ \ | |/ | | | | | | | | | Conflicts: OpenSim/Data/MySQL/Resources/RegionStore.migrations OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | ||||
| * | Add TestRegionSettingsDeserialize | Justin Clark-Casey (justincc) | 2012-02-04 | 2 | -1/+135 |
| | | |||||
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2012-02-03 | 3 | -4/+12 |
| |\ | |||||
| | * | Merge branch 'master' of ssh://snoopy@opensimulator.org/var/git/opensim | Snoopy Pfeffer | 2012-02-04 | 8 | -109/+215 |
| | |\ | |||||
| | | * | Merge branch 'master' of /home/opensim/src/opensim | BlueWall | 2012-02-03 | 2 | -2/+10 |
| | | |\ | |||||
| | | | * | Fix: Covenant changed time not set ↵ | PixelTomsen | 2012-02-03 | 2 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://opensimulator.org/mantis/view.php?id=5869 Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | ||||
| | * | | | Changed save oar and save iar parameter -p|--profile to -h|--home, including ↵ | Snoopy Pfeffer | 2012-02-03 | 1 | -2/+2 |
| | | |/ | | |/| | | | | | | | | | corresponding RemoteAdmin parameter | ||||
| * | | | Change SceneObjectSerializer to use common ↵ | Justin Clark-Casey (justincc) | 2012-02-03 | 1 | -9/+28 |
| | |/ | |/| | | | | | | | | | | | | | ExternalRepresentationUtils.ExecuteReadProcessors() methods. Adds ability to submit a customized exception message to match logging. | ||||
| * | | Refactor common deserialization processor code to generic method ↵ | Justin Clark-Casey (justincc) | 2012-02-03 | 3 | -98/+62 |
| | | | | | | | | | | | | ExternalRepresentationUtils.ExecuteReadProcessors() | ||||
| * | | Change LandDataSerializer deserialization so that in the future it won't ↵ | Justin Clark-Casey (justincc) | 2012-02-03 | 5 | -75/+209 |
| |/ | | | | | | | | | | | care about extra elements or element order. This brings it into line with other deserializations such as object and will improve future backward compatibility. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2012-02-03 | 1 | -18/+23 |
|\ \ | |/ | |||||
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Dan Lake | 2012-02-02 | 6 | -21/+42 |
| |\ | |||||
| * | | fix line endings | Dan Lake | 2012-02-02 | 1 | -7/+7 |
| | | | |||||
| * | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Dan Lake | 2012-02-01 | 9 | -167/+251 |
| |\ \ | |||||
| * | | | Fixed bugs in earlier commit on custom user parameters in Regions.ini | Dan Lake | 2012-01-19 | 1 | -20/+25 |
| | | | | |||||
* | | | | Merge branch 'master' into careminster | Melanie | 2012-02-03 | 1 | -0/+1 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Fix test failure | Melanie | 2012-02-03 | 1 | -0/+1 |
| | | | | |||||
| * | | | Replace ParcelAccessEntry with a new struct, LandAccessEntry, which more | Melanie | 2012-02-02 | 5 | -21/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | accurately reflects the data sent by the viewer. Add times bans and the expiration of timed bans. Warning: Contains a Migration (and nuts) | ||||
* | | | | Make ban, eject, freeze and the scripted versions of those work. | Melanie | 2012-02-02 | 5 | -21/+30 |
| | | | | |||||
* | | | | Merge branch 'master' into careminster | Melanie | 2012-02-02 | 1 | -3/+3 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/TaskInventoryItem.cs OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs | ||||
| * | | | Improve reliability of script state saving by covering various saving | Melanie | 2012-02-02 | 1 | -0/+11 |
| | |/ | |/| | | | | | | | and loading scenarios which resulted in loss of continuity on item ids | ||||
* | | | Improve reliability of script state saving by covering various saving | Melanie | 2012-02-02 | 1 | -2/+12 |
| | | | | | | | | | | | | and loading scenarios which resulted in loss of continuity on item ids | ||||
* | | | Merge branch 'master' into careminster | Melanie | 2012-01-31 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Use Environment.TickCount & Int32.MaxValue; instead of ↵ | Justin Clark-Casey (justincc) | 2012-01-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Util.EnvironmentTickCount(); when producing the threads report to reduce wraparound. This matches the tickcount masking in the thread watchdog. For some reason, Util.EnvironmentTickCount() masks ticks by 0x3fffffff instead of 0xffffffff | ||||
* | | | Merge branch 'master' into careminster | Melanie | 2012-01-30 | 1 | -0/+8 |
|\ \ \ | |/ / | | | | | | | | | | Conflicts: OpenSim/Data/MySQL/MySQLSimulationData.cs |