Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) 9b60c14bb1 minor: Add some console feedback on region restart and log who requested a region restart if done from the viewer. 12 years ago
  Justin Clark-Casey (justincc) 8c8c8a00a4 Fix problem where restarting the currently selected region would stop various console commands (e.g. "show users") from working. 12 years ago
  Justin Clark-Casey (justincc) 049987925d Add regression test for checking scene close when SceneManager is asked to close 12 years ago
  Justin Clark-Casey (justincc) eb1921ff93 Add "help all" console command which will list all commands alphabetically in a single list 12 years ago
  justincc 7133b6bb4f Fix recent windows build break. 12 years ago
  Justin Clark-Casey (justincc) 61808d148e Fix regression where we stopped closing scenes on simulator exit. 12 years ago
  Melanie 3b2caa63b0 Rename BulletSim's PhysicsShapeType to BSPhysicsShapeType because it 12 years ago
  Justin Clark-Casey (justincc) 3ce00e97cc Factor out command script code. 12 years ago
  Justin Clark-Casey (justincc) 9fcf3f1a3f Make "config show/set/get/save" console commands available on all servers 12 years ago
  Justin Clark-Casey (justincc) 8269d2b893 Factor out common pid file creation and removal code. 12 years ago
  Justin Clark-Casey (justincc) 42e87a6582 Add "get log level" command - this returns the current server session console logging level. 12 years ago
  Justin Clark-Casey (justincc) 34ff96a119 Remove unused BaseOpenSimServer.ShowHelp() 12 years ago
  Justin Clark-Casey (justincc) 4c4379b50f Make "set log level" command available across all servers 12 years ago
  Justin Clark-Casey (justincc) 45d1e6ab09 Make "show info" command available across all servers 12 years ago
  Justin Clark-Casey (justincc) cf03d6ea92 Factor out common registration of "show uptime" command 12 years ago
  Justin Clark-Casey (justincc) 5c48d7a378 factor out common HandleShow code for "show uptime" 12 years ago
  Justin Clark-Casey (justincc) 74a20a62ee refactor: Factor out copy/pasted server uptime report code 12 years ago
  Justin Clark-Casey (justincc) 448811ccdd If an asset POST does not contain well-formed XML, return a 400 (Bad Request) HTTP status rather than simply dropping the request. 12 years ago
  Justin Clark-Casey (justincc) 33a4f07c4e Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 12 years ago
  Robert Adams 56ef180c92 BulletSim: update DLLs and SOs. No functional changes. Only the parameter block format changed. 12 years ago
  Robert Adams cbc7e7bf85 BulletSim: Make avatar capsule so it is not circular. 12 years ago
  Robert Adams 4a0de01704 BulletSim: Properly position mesh terrain on creation (fixes terrain not appearing to be working). Centralize terrain shape creation logic. Remove very chatty detail log messages. 12 years ago
  Robert Adams a59368c4a1 BulletSim: add terrainImplementation parameter with default to Mesh. 12 years ago
  Robert Adams 2dc7e9d3fa BulletSim: fix line endings to be all Linux style (windows style keeps creeping in) 12 years ago
  Robert Adams 34cbc738a8 BulletSim: enablement and debugging of mesh terrain. 12 years ago
  Robert Adams 71b9640dfa BulletSim: pull heightmap implementation out of the terrain manager so a mesh terrain can be implemented. 12 years ago
  Robert Adams 8dd5813889 BulletSim: rename SHAPE_AVATAR to SHAPE_CAPSULE with the eye to eventually having mesh avatars. 12 years ago
  Robert Adams 65e55ada87 BulletSim: uplevel FixedShapeKey out of ShapeData structure (since it is getting simplified out of existance someday) and update all the references to same. 12 years ago
  Robert Adams d6db0d5740 BulletSim: uplevel PhysicsShapeType out of ShapeData structure (since it is getting simplified out of existance someday) and update all the references to that enum. 12 years ago
  Robert Adams 4d29488216 BulletSim: change PositionSanityCheck to apply a force to correct position corrections (below ground and floating). 12 years ago