aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Modules/Python (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright notices.Jeff Ames2008-05-203-6/+85
| | | | | Fix spelling typo (Thanks ChrisDown for pointing this out)
* Formatting cleanup.Jeff Ames2008-05-161-5/+5
|
* * Added NPCModule and NPCAvatar classes for NPCs. Primitive, but we can grow ↵Adam Frisby2008-05-111-2/+0
| | | | | | | | them out. * Fix for Scene.Inventory.cs - It assumes every entity at startup is a SceneObjectGroup. (Actually, this shouldn't have compiled[!] without a warning.) * Fix for LandManager at startup - it assumes there's a land channel when perhaps there isnt. (Bug that needs another refactor to fix. [Mike - I've assigned a ticket to you about this])
* Update svn properties.Jeff Ames2008-05-093-105/+105
|
* * Some refactorings.Adam Frisby2008-05-083-0/+105
* Added shell of new Python scripting engine. Similar in design to the one used by Rex, but will be structured at a region rather than object level, also is a region module.