aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-03-07* Applied patch #681 from tyrelbsa713-0/+0
* This fixes three broken default assets Thanks, tyre!
2008-02-29More compiler warning cleanup.Jeff Ames1-4/+1
Removed verbose flag, since it doesn't do anything any more.
2008-02-27Backported MACOSX OS identifier into Prebuild.Jeff Ames1-0/+0
2008-02-24I keep forgetting that my Linux OpenSim has the wrong version of ↵Tedd Hansen1-0/+0
libopenjpeg-libsl-2.1.2.0.so
2008-02-24eolTedd Hansen1-0/+0
2008-02-23* Reduced size of 'startup complete message' by several thousand lines.Adam Frisby1-41/+1
2008-02-22One more: Async LSL command thread is also shared now.Tedd Hansen1-6/+4
2008-02-22Better timing of MaintenanceThread's tasks (uses less CPU)Tedd Hansen1-14/+17
Updated OpenSim.ini.example
2008-02-20Fix exception when reading OpenSim.ini file.Jeff Ames1-6/+2
2008-02-19Added to OpenSim.ini.example:Tedd Hansen1-0/+5
; Should avatars in neighbor sims see objects in this sim? see_into_this_sim_from_neighbor=True
2008-02-19More distinct startup logo + include the link to FAQ.Dalien Talbot1-28/+38
2008-02-18A bit more prominent sign of start up completion :-) thanks HashBox for the ↵Dalien Talbot1-0/+31
ASCII!
2008-02-18Thank you very much, Hashbox for:Charles Krinke2-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
2008-02-17Back with old libopenjpeg-libsl-2.1.2.0.soTedd Hansen1-0/+0
2008-02-17SVN propset thingieTedd Hansen2-459/+459
2008-02-17Thank you very much, Taoki for additions to pCampBot to improve walking, talkingCharles Krinke1-0/+459
and adding additional sentences for communications with pCampBot.
2008-02-16Fixed ScriptEngine config in OpenSim.ini.example that was out of place.Tedd Hansen3-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
2008-02-15* Two (combined) patches from Dr Schofield (dirk husemann). Ta very much :)Justin Clarke Casey1-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
2008-02-13* Split out MSSQLManager Test/Init into each provider.lbsa712-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]
2008-02-13* Introduced customizable table names on MySQL and MSSQL UserData plug-ins.lbsa713-0/+24
[Provided by openlifegrid.com]
2008-02-13* Made physical prim stable enough for the general population to turn on. ↵Teravus Ovares2-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.
2008-02-12default to appending for log files per Mantis 530, and per Sean Dague11-11/+11
previous OpenSim behavior.
2008-02-11* Renamed and moved avatar appearance config keys. Everyone who has ↵Tedd Hansen1-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
2008-02-11* Changed child_get_tasks to see_into_this_sim_from_neighbor.Teravus Ovares1-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.
2008-02-08Move TESTING.txt from bin to rootJustin Clarke Casey1-24/+0
2008-02-08* Forced nunit.framework.dll into the repoAdam Frisby1-0/+0
2008-02-08* Added TESTING.txtAdam Frisby1-0/+24
2008-02-07Missed the appender change on the previous log4net config file sync.Jeff Ames9-9/+9
2008-02-07Convert pCampBot to use log4netJeff Ames1-0/+28
2008-02-07Sync other log4net config files with region server config.Jeff Ames9-9/+9
2008-02-06make a couple more changes to get us back very close to old color schemeSean Dague1-1/+1
2008-02-06pass 1 on getting colors back to the consoleSean Dague1-2/+2
2008-02-06Shortened console log messages.Jeff Ames10-19/+19
2008-02-06change the console logging format a little bit to look more likeSean Dague1-2/+2
it did before (still no colors)
2008-02-06Revert color console changes until a cross-platform method is found.Jeff Ames10-190/+10
2008-02-06Added colors back to console output.Jeff Ames10-10/+190
Fixed line duplication in console output.
2008-02-05Converted logging to use log4net.Jeff Ames10-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.
2008-02-05Reverted MySQLDataStore.cs to not use static mutexes any more, patch didn't ↵Tedd Hansen1-4/+5
work anyway. Added js to OpenSim.ini.example.
2008-02-04First part of avatar persistence, currently only really works in standalone ↵MW1-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.
2008-02-04* Chat Message format patch from kinoc (#443) Thanks!Adam Frisby1-2/+12
2008-02-03* Made sure the excuses are up to date and properly attributed.(pCampBot ↵Teravus Ovares1-5/+2
uses them)
2008-02-03* Adding the PhysicsCamperBot load testing app to the SVN in it's own ↵Teravus Ovares1-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.
2008-02-02* Added Full support for llSetTextureAnim. To ckrinke: Let the fountains ↵Teravus Ovares1-0/+0
of Wright Plaza flow! * Fixed another bug in LibSL. This is the same version, as before just with a bug fix.
2008-02-02fixed a timing bug in config re-read. Apparently there is 1000000000 ns in ↵Tedd Hansen2-0/+0
one second...
2008-02-02Added commands to change config file from console:Tedd Hansen3-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.
2008-02-02Updated svn properties.Jeff Ames2-0/+0
2008-02-02Hopefully fixed MySQL DB crash on startup issue (so we can remove 3 sec wait).Tedd Hansen2-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.
2008-02-02Last patch was a disaster... reset terrain whenever bug occurred. Trying ↵Tedd Hansen2-0/+0
again with some modifications on Mutex.
2008-02-02And one more patch before sleepTedd Hansen1-1/+0
This annoying sleep during startup-problem still sometimes causes exceptions, so added some retry...
2008-02-02Re-enabled AllowedCompilers functionTedd Hansen3-0/+1
Added notice in OpenSim.ini that config refresh function is disabled