Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Refactored Environment/Modules directory - modules now reside in their own ↵ | Adam Frisby | 2008-04-30 | 1 | -33/+0 |
| | | | | | | | | directory with any associated module-specific classes. * Each module directory is currently inside one of the following category folders: Agent (Anything relating to do with Client<->Server communications.), Avatar (Anything to do with the avatar or presence inworld), Framework (Classes modules can use), Grid (Grid traffic, new OGS2 grid comms), Scripting (Scripting functions, etc), World (The enrivonment/scene, IE Sun/Tree modules.) * This should be moved into a seperate project file. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -27/+26 |
| | |||||
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 1 | -1/+1 |
| | |||||
* | * Optimized usings | lbsa71 | 2007-10-30 | 1 | -1/+1 |
| | | | | | | * Shortened type references * Removed redundant 'this' qualifier | ||||
* | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 2007-10-15 | 1 | -1/+29 |
| | |||||
* | * Modernized ScriptManager to new interface-based module calls. | lbsa71 | 2007-09-19 | 1 | -6/+2 |
| | | | | | * 'remove redundant this qualifier' ftw | ||||
* | fixing me some line endings | Sean Dague | 2007-09-17 | 1 | -10/+10 |
| | |||||
* | Some work on Module loading/management. | MW | 2007-09-04 | 1 | -0/+10 |
Some more modules templates classes (hoping that someone will pick some of these and work on implementing them). Early version of the "Dynamic Texture Module", although currently there are no render modules included (so not really functional without them). Added osSetDynamicTextureURL script function, for attaching a dynamic texture to a prim. Some work on the console command handling. Added "change-region <regionname>" and "exit-region" so that after the use of change-region, the commands entered will apply to that region only. Then use exit-region to return to the top level (so commands then function as they did before and either apply to all regions or to the first region) (Note: this hasn't been tested very much) |