aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.Region/Scenes/Entity.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Brand spankin' new scripting engine.Adam Frisby2007-06-281-2/+1
| | | | | | * Use "script load somefile.cs" for C# scripting. Will commit additional languages shortly. Scripts should implement the IScript interfaces to work correctly. * Someone port this over to NameSpaceChanges (built in Sugilite since sugilite is working)
* Some refactoring.MW2007-06-211-2/+2
|
* Fixed problem of not being able to move out of the first 3X3 block of ↵MW2007-06-211-2/+7
| | | | regions. (Code Needs cleaning up).
* * Removed ClientThreads from avatarlbsa712007-06-201-2/+8
| | | | | | | | | * Deleted SimpleApp2 as it's getting wonkier and wonkier by the minute * Added avatar handling to SimpleApp, still don't have any avatar out on the playing field * Removed some warnings * Went from IWorld to Scene *
* Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't ↵MW2007-06-151-0/+35
| | | | have any backend ogs communication support yet so everything is Sandbox mode only )
* some more rearrangingMW2007-06-151-0/+148