aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/add-copyright.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-03-04Added copyright heaaders. Minor cleanup.Jeff Ames1-26/+25
2007-12-14Added copyright notice.Jeff Ames1-28/+41
Added script (add-copyright.sh) to make doing this relatively painless.
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames1-2/+2
notice of doom
2007-11-26* Restarting regions with the estate tools works in sandbox mode. I'm still ↵Teravus Ovares1-3/+2
working on grid mode, however. It doesn't break anything, but that feature doesn't work in grid mode yet either.
2007-11-25* Added the ability to restart your individual sims from within them using ↵Teravus Ovares1-0/+19
the estate tools. * The sims properly restart, however they don't yet notify the existing avatars that they are up. To see the sim again, you'll need to log-out and back in until I can figure out how to get the proper data to the sims and to the avatar so they reconnect again.
2007-11-04Some more refactoringMW1-1/+0
2007-10-31* Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa711-0/+0
2007-10-31set svn:eol-styleJeff Ames1-42/+42
2007-10-30* Optimized usingslbsa711-7/+3
* Shortened type references * Removed redundant 'this' qualifier
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW1-47/+47
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
2007-09-25* Now the OGS1GridServices has a LocalBackEndServices that it forwards ↵lbsa711-0/+5
intra-instance requests to * Every Scene has a ClientManager (as every dog it's day) since two scenes can have the same circuit as client.
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-07-26* Started renaming world to Scenelbsa711-1/+1
* Update and UpdateMovement now first stores array to avoid collection update exceptions * Ignored some bins
2007-07-16changed to native line ending encodingSean Dague1-42/+42
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-3/+0
* added some licensing info
2007-07-01Fixed SimpleApp - aka thankgoditssundaycommitlbsa711-1/+1
* Updated SimpleApp with various introduced dependencies * Extracted ScenePrescence creation in Scene * removed try-catchall from UserManagerBase (that actually hid a bug) * Refactored RegionInfo * handle is calculated * it will explode upon accessing x,y,ip,port,externalip if not explicitly initialized * Removed superfluous 'ref' keywords * Removed a shitload of 'catch Exception e' that causes build warnings * Lots of small refactorings, renames et c * Ignored some bins