| Commit message (Expand) | Author | Files | Lines |
2011-10-14 | Add back the missing bin/addon-modules directory that I somehow managed to ac... | Justin Clark-Casey (justincc) | 1 | -0/+1 |
2011-10-14 | change default ODE world_stepsize to 0.0178 from 0.02 | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2011-10-13 | Expose minimum frame time and update periods for experimentation. | Justin Clark-Casey (justincc) | 1 | -0/+42 |
2011-10-12 | Make it possible to disable the HG linker. On non-HG systems it spits yellow | Melanie | 3 | -0/+3 |
2011-10-12 | Update OpenSimDefaults.ini to make the prior state (Groups messaging enabled | Melanie | 1 | -1/+1 |
2011-10-10 | Provide a way to turn the MonitorModule on and off | Justin Clark-Casey (justincc) | 1 | -0/+5 |
2011-10-08 | Improve explanation of access_ip_addresses in [RemoteAdmin] to say that there... | Justin Clark-Casey (justincc) | 2 | -0/+2 |
2011-10-08 | Add option to allow only explicitly listed IPs to access RemoteAdmin facilities. | Justin Clark-Casey (justincc) | 2 | -0/+8 |
2011-10-07 | Correct DeleteScriptsOnRestart to DeleteScriptsOnStartup in comments in OpenS... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-10-04 | Clarify explanation of DeleteScriptsOnStartup switch in [XEngine]. | Justin Clark-Casey (justincc) | 2 | -9/+8 |
2011-09-30 | copy config information on allow/disallow individual os functions into OpenSi... | Justin Clark-Casey (justincc) | 2 | -19/+38 |
2011-09-30 | remove unused postgresql dll | Justin Clark-Casey (justincc) | 1 | -0/+0 |
2011-09-30 | Add Enabled switch in new [Attachments] section in OpenSimDefaults.ini to all... | Justin Clark-Casey (justincc) | 1 | -0/+8 |
2011-09-24 | Added a setting to [Startup] section of config that will allow the simulator ... | Kevin Houlihan & Michelle Argus | 2 | -0/+9 |
2011-09-24 | Clarify explanation of the "DeleteScriptsOnStartup" config switch and add thi... | Justin Clark-Casey (justincc) | 2 | -5/+13 |
2011-09-23 | Correct asset id of library default iris texture. | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-09-17 | Add BulletSim physics option details to OpenSim.ini.example. Marked as in de... | Justin Clark-Casey (justincc) | 1 | -0/+2 |
2011-09-17 | Remove old bullet DotNET and X libraries in preparation for BulletS | Justin Clark-Casey (justincc) | 1 | -4/+1 |
2011-09-17 | Add back BulletSPlugin.dll.config that I somehow managed to delete today in a... | Justin Clark-Casey (justincc) | 1 | -0/+6 |
2011-09-17 | Revert "uncomment Standalone config in OpenSim.ini.example." | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-09-16 | Fix base_hair.dat to actually contain the base hair asset rather than base ey... | Justin Clark-Casey (justincc) | 1 | -6/+94 |
2011-09-16 | Fix build errors on Windows by adding missing OpenSim.Services.Base reference | justincc | 1 | -6/+0 |
2011-09-16 | On standalone, by default create the necessary minimum body parts and clothes... | Justin Clark-Casey (justincc) | 3 | -2/+21 |
2011-09-15 | Write code to create minimum necessary body parts/clothing and avatar entries... | Justin Clark-Casey (justincc) | 9 | -140/+215 |
2011-09-12 | uncomment Standalone config in OpenSim.ini.example. | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-09-04 | Fixed BulletSim config files for Linux *.so libraries. | Snoopy Pfeffer | 1 | -2/+2 |
2011-08-30 | also get "nant clean" to remove old .mdb from .exe and .dll | Justin Clark-Casey (justincc) | 1 | -0/+0 |
2011-08-30 | Hack our copy of Prebuild to just delete the dlls and mdbs in Physics, so as ... | Justin Clark-Casey (justincc) | 1 | -0/+0 |
2011-08-30 | BulletSim: update values in OpenSimDefaults.ini to the same as defaults in th... | Robert Adams | 1 | -4/+4 |
2011-08-30 | BulletSim: add .so for 64 bit Linux. Move .config file to where it will be read. | Robert Adams | 4 | -0/+0 |
2011-08-26 | BulletSim: add mesh representation. Use meshes for static objects and switch ... | Robert Adams | 4 | -1/+3 |
2011-08-22 | minor: Add explanative text for the new currency parameter. Convert some tab... | Justin Clark-Casey (justincc) | 3 | -16/+19 |
2011-08-19 | Get rid of HttpServer.dll to avoid confusion since we use HttpServer_OpenSim.... | Justin Clark-Casey (justincc) | 1 | -0/+0 |
2011-08-18 | BulletSim: add runtime setting of physics parameters. Update default values. | Robert Adams | 3 | -0/+0 |
2011-08-16 | Add terminating quotes to http addresses in [SimulatorFeatures] section of Op... | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2011-08-16 | Change the default standalone asset cache to be the Flotsam asset cache (with... | Justin Clark-Casey (justincc) | 2 | -5/+7 |
2011-08-16 | minor: Add warning to OpenSim.ini.example about bullet plugins not working ri... | Justin Clark-Casey (justincc) | 1 | -0/+1 |
2011-08-14 | Added optional Login Service parameter "Currency" to be able to change the cu... | Snoopy Pfeffer | 3 | -0/+6 |
2011-08-14 | WorldMap: Added map item for Land-for-Sale. Implemented backlist item timeout... | Snoopy Pfeffer | 1 | -0/+3 |
2011-08-05 | BulletSim: Parameters settable from ini file. Linksets. Physical property val... | Robert Adams | 4 | -0/+42 |
2011-08-03 | correct config comments mistakes | Justin Clark-Casey (justincc) | 2 | -2/+1 |
2011-08-03 | Put config to enable disable [NPC] module. | Justin Clark-Casey (justincc) | 2 | -0/+10 |
2011-08-01 | Get osNpcCreate appearance working with avatars that are currently in the scene. | Justin Clark-Casey (justincc) | 1 | -0/+33 |
2011-07-30 | Make it clearer what the save_crashes setting in [Startup] actually does. | Justin Clark-Casey (justincc) | 2 | -0/+6 |
2011-07-25 | BulletSim: Update dlls | Robert Adams | 3 | -0/+0 |
2011-07-23 | Change default AllowScriptCrossings config setting to true. | Justin Clark-Casey (justincc) | 2 | -5/+9 |
2011-07-23 | Fixed serverside_object_permission default value confliction | Makopoppo | 1 | -2/+2 |
2011-07-23 | Remove manually permissions settings on all current library items so that the... | Justin Clark-Casey (justincc) | 12 | -538/+126 |
2011-07-23 | Revert "Don't load current/next/everyone/base permissions from the library it... | Justin Clark-Casey (justincc) | 12 | -126/+538 |
2011-07-23 | Don't load current/next/everyone/base permissions from the library item xml f... | Justin Clark-Casey (justincc) | 12 | -538/+126 |