aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update Mac OS X ODE binary to opensim-libs r41.Jeff Ames2008-04-061-0/+0
|
* * ODE Library hackery.Teravus Ovares2008-04-052-0/+0
| | | | | * You know the drill if you roll your own ODE. (h ttp://opensimulator.org/wiki/PhysicsEngines )
* Add four nHibernate dll's into bin/Charles Krinke2008-04-044-0/+0
|
* move NullStorage => OpenSim.Data.Null to be consistant withSean Dague2008-04-031-1/+1
| | | | | | where other data storage assemblies are.
* * From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2008-04-031-1/+1
| | | | | | | * This patch removes voice code into a region module. This required the implementation of events and other code to allow region modules to register their own caps handlers, and should allow different voice module implementations. * CAVEAT: This does not provide complete voice support, it merely provides the hooks so that it can be plugged in.
* Update OS X libode binary to opensim-libs r36.Jeff Ames2008-04-021-0/+0
|
* change references to OpenSim.DataSean Dague2008-04-021-8/+8
|
* * Updating the version of the ODE library. (big update). The Mac library ↵Teravus Ovares2008-04-022-0/+0
| | | | | | | needs to be updated still. * Adding some XMPP stuff that's incomplete.
* * Make it a little clearer that the voice config options won't actually do ↵Justin Clarke Casey2008-03-311-0/+1
| | | | anything yet
* * From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2008-03-311-0/+10
| | | | | | | | | * (and Ansgar/Ansi) * Fleshes out the voice stubs to better interact with the viewer CAPS requests - no actual voice support yet! * In his own words "the attached patch enhances the existing voice support by returning a proper voice account user and password and is preparing the config file so that we can specify a SIP server (not yet working). currently the SIP is hardcoded. the next step is to refactor voice support into a region module. working on that. "
* Modify NAnt target in Prebuild to copy .mdb files to bin in debug ↵Jeff Ames2008-03-311-0/+0
| | | | | | | configuration. (bug #55) Use 'mono --debug OpenSim.exe' to get line number output on stack traces.
* Update svn properties.Jeff Ames2008-03-312-0/+0
|
* * Added competely untested MSSQLMapperlbsa712008-03-301-0/+1
| | | | | | | * Added the new mapper to the mapper factory * Made choice of mapper configurable * This means, in hteory, that we can persist avatar appearance on MSSQL as well
* * Updating ODE Libraries to release / dNODEBUGTeravus Ovares2008-03-294-0/+0
| | | | | | * If you compile your own libraries, be sure to follow the updated directions on http://opensimulator.org/wiki/PhysicsEngines * The previous libs are now -debug for people who wish to work on the ODELibrary and want the feedback.
* Add "warnings as errors" support for nant and monodevelop to Prebuild ↵Jeff Ames2008-03-251-0/+0
| | | | (though monodevelop may ignore this).
* Merged changes in Prebuild trunk up to r258 into OpenSim's Prebuild.Jeff Ames2008-03-171-0/+0
| | | | | | Hopefully this should make merging upstream easier. Building with NAnt should still work, but Visual Studio is untested.
* * Change opensim.ini.example guidance on asset_database setting to be ↵Justin Clarke Casey2008-03-131-4/+9
| | | | | | | | | | "local" or "grid" * See OpenSim.ini.example for more details * The old sqlite/mssql settings were redundant and effectively ignored anyway. Hence, there's no need for you to change your current settings, which will still work * In fact, asset_database should probably be moved to [Network] since it's meaningless for standalone installations
* * Change opensim.ini.example to flesh out database *_plugin optionsJustin Clarke Casey2008-03-131-2/+8
| | | | | | * Making each have sqlite (uncommented) and mysql (commented) strings
* * Updated LibSL _packets_.cs to latest revision. AKA New Packets.Teravus Ovares2008-03-121-0/+0
| | | | | | * Added the DataBlockExtended From the Message Template Data Block to the Media Update Request manually. * Set TickCount public from internal (whenever LibSL regenerates _packets_.cs this needs to be done)
* * Applied patch #681 from tyrelbsa712008-03-073-0/+0
| | | | | | * This fixes three broken default assets Thanks, tyre!
* More compiler warning cleanup.Jeff Ames2008-02-291-4/+1
| | | | | Removed verbose flag, since it doesn't do anything any more.
* Backported MACOSX OS identifier into Prebuild.Jeff Ames2008-02-271-0/+0
|
* I keep forgetting that my Linux OpenSim has the wrong version of ↵Tedd Hansen2008-02-241-0/+0
| | | | libopenjpeg-libsl-2.1.2.0.so
* eolTedd Hansen2008-02-241-0/+0
|
* * Reduced size of 'startup complete message' by several thousand lines.Adam Frisby2008-02-231-41/+1
|
* One more: Async LSL command thread is also shared now.Tedd Hansen2008-02-221-6/+4
|
* Better timing of MaintenanceThread's tasks (uses less CPU)Tedd Hansen2008-02-221-14/+17
| | | | | | Updated OpenSim.ini.example
* Fix exception when reading OpenSim.ini file.Jeff Ames2008-02-201-6/+2
|
* Added to OpenSim.ini.example:Tedd Hansen2008-02-191-0/+5
| | | | | | | ; Should avatars in neighbor sims see objects in this sim? see_into_this_sim_from_neighbor=True
* More distinct startup logo + include the link to FAQ.Dalien Talbot2008-02-191-28/+38
|
* A bit more prominent sign of start up completion :-) thanks HashBox for the ↵Dalien Talbot2008-02-181-0/+31
| | | | ASCII!
* Thank you very much, Hashbox for:Charles Krinke2008-02-182-459/+4
| | | | | | | | | | Changed the public IsAdministrator back to protected, now checks Config to see whether it is allowed to run or not. Defaults to false (not allowed). To use add the following to OpenSim.ini [LL-Functions] AllowosConsoleCommand=true
* Back with old libopenjpeg-libsl-2.1.2.0.soTedd Hansen2008-02-171-0/+0
|
* SVN propset thingieTedd Hansen2008-02-172-459/+459
|
* Thank you very much, Taoki for additions to pCampBot to improve walking, talkingCharles Krinke2008-02-171-0/+459
| | | | | and adding additional sentences for communications with pCampBot.
* Fixed ScriptEngine config in OpenSim.ini.example that was out of place.Tedd Hansen2008-02-163-17/+17
| | | | | | | Added some info to failure on GridServices listening port so people can see what actually went wrong. Moved most of the function/event execution module to a baseclass so other execution methods (instead of reflection) can be used with custom script modules run by ScriptEngine.Common. + some accumulated patches
* * Two (combined) patches from Dr Schofield (dirk husemann). Ta very much :)Justin Clarke Casey2008-02-151-0/+0
| | | | | | | | * Patch 1 stops OpenSim.32BitLaunch.exe and ScriptEngines/Default.lsl being deleted on nant clean * Patch 2 resolves a building problem with pCampBot * This will require a prebuild rerun
* * Split out MSSQLManager Test/Init into each provider.lbsa712008-02-132-1/+4
| | | | | | | | | * Made regions table name configurable (MSSQL only) * Added a note in ini.example pointing out that the sql resources have to change if you change table names * Removed duplicate picker method from GridData interface [Provided by openlifegrid.com]
* * Introduced customizable table names on MySQL and MSSQL UserData plug-ins.lbsa712008-02-133-0/+24
| | | | | | [Provided by openlifegrid.com]
* * Made physical prim stable enough for the general population to turn on. ↵Teravus Ovares2008-02-132-0/+5
| | | | | | | | | | (though I still don't recommend it for welcome regions unless object build is off. * Updated the ode.dll for windows with a more reasonable stack space reserve. Linux users will need to type ulimit -s 262144 before starting up OpenSimulator if using Physical Prim to protect against stack collisions. or run the included ./bin/opensim-ode.sh to start up OpenSimulator in ODE mode. * Added internal collision score and am keeping track of 'high usage' prim. * Tweaked collisions some more * Tested up to 460 physical prim in extremely close quarters (which was previously impossible in OpenSim). After 460 in tight quarters, physics slows down enough to make it hard to do any moving, however.. non physics things still work, such as logging on to the simulator, etc.
* default to appending for log files per Mantis 530, and per Sean Dague2008-02-1211-11/+11
| | | | | | previous OpenSim behavior.
* * Renamed and moved avatar appearance config keys. Everyone who has ↵Tedd Hansen2008-02-111-25/+31
| | | | | | | | appearance persistence needs to set new params for it (check OpenSim.ini.example) New keys "appearance_persist" and "appearance_connection_string" are now under [Startup]. * Reorganized OpenSim.ini slightly
* * Changed child_get_tasks to see_into_this_sim_from_neighbor.Teravus Ovares2008-02-111-0/+3
| | | | | | * Turned on see_into_this_sim_from_neighbor by default. * Fix Race Condition with parts being added to a group while the simulator is starting up.
* Move TESTING.txt from bin to rootJustin Clarke Casey2008-02-081-24/+0
|
* * Forced nunit.framework.dll into the repoAdam Frisby2008-02-081-0/+0
|
* * Added TESTING.txtAdam Frisby2008-02-081-0/+24
|
* Missed the appender change on the previous log4net config file sync.Jeff Ames2008-02-079-9/+9
|
* Convert pCampBot to use log4netJeff Ames2008-02-071-0/+28
|
* Sync other log4net config files with region server config.Jeff Ames2008-02-079-9/+9
|
* make a couple more changes to get us back very close to old color schemeSean Dague2008-02-061-1/+1
|