aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * 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
|
* pass 1 on getting colors back to the consoleSean Dague2008-02-061-2/+2
|
* Shortened console log messages.Jeff Ames2008-02-0610-19/+19
|
* change the console logging format a little bit to look more likeSean Dague2008-02-061-2/+2
| | | | | | it did before (still no colors)
* Revert color console changes until a cross-platform method is found.Jeff Ames2008-02-0610-190/+10
|
* Added colors back to console output.Jeff Ames2008-02-0610-10/+190
| | | | | Fixed line duplication in console output.
* Converted logging to use log4net.Jeff Ames2008-02-0510-0/+280
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* Reverted MySQLDataStore.cs to not use static mutexes any more, patch didn't ↵Tedd Hansen2008-02-051-4/+5
| | | | | | | work anyway. Added js to OpenSim.ini.example.
* First part of avatar persistence, currently only really works in standalone ↵MW2008-02-041-0/+4
| | | | | | | | | mode (with accounts_authenticate set to true), it also only currently has a mysql database connector. (sqlite one will follow soon). It also uses the tribalmedia database system, so this needs checking to see if the old problems with mono have been fixed. To use, see the appearance section in opensim.ini.example, set "persist = true", then add the correct connection string for your database.(see mysql-AvatarAppearance.sql in share folder for a example of the table mysql table structure). This could possible be used in a very small grid, but would mean each region server would need to connect to the same mysql database. But the work to move the code to one of the grid servers shouldn't be too much.
* * Chat Message format patch from kinoc (#443) Thanks!Adam Frisby2008-02-041-2/+12
|
* * Made sure the excuses are up to date and properly attributed.(pCampBot ↵Teravus Ovares2008-02-031-5/+2
| | | | uses them)
* * Adding the PhysicsCamperBot load testing app to the SVN in it's own ↵Teravus Ovares2008-02-031-0/+463
| | | | | | | folder. You'll have to build it separately to take advantage of it. *read the Readme file*. The bots created by this application roam around amusingly to simulate load. * Be smart, Don't use this on a public grid, lest you get banned permanently.
* * Added Full support for llSetTextureAnim. To ckrinke: Let the fountains ↵Teravus Ovares2008-02-021-0/+0
| | | | | | | | of Wright Plaza flow! * Fixed another bug in LibSL. This is the same version, as before just with a bug fix.
* fixed a timing bug in config re-read. Apparently there is 1000000000 ns in ↵Tedd Hansen2008-02-022-0/+0
| | | | one second...
* Added commands to change config file from console:Tedd Hansen2008-02-023-0/+0
| | | | | | | | | CONFIG SET section key value value value CONFIG GET section key CONFIG SAVE (it saves, but does it save correctly?:) ScriptEngine will react correctly to any config change made while it is running.
* Updated svn properties.Jeff Ames2008-02-022-0/+0
|
* Hopefully fixed MySQL DB crash on startup issue (so we can remove 3 sec wait).Tedd Hansen2008-02-022-0/+0
| | | | | | Added option to try alternate UDP ports if the one configured is in use. UDP packets are now bound to the actual outside IP address and hopefully won't "randomly" select IP on multihomed systems.
* Last patch was a disaster... reset terrain whenever bug occurred. Trying ↵Tedd Hansen2008-02-022-0/+0
| | | | again with some modifications on Mutex.
* And one more patch before sleepTedd Hansen2008-02-021-1/+0
| | | | | This annoying sleep during startup-problem still sometimes causes exceptions, so added some retry...
* Re-enabled AllowedCompilers functionTedd Hansen2008-02-023-0/+1
| | | | | Added notice in OpenSim.ini that config refresh function is disabled