Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start of replacing the old SceneObject/Primitive classes with the new versions. | MW | 2007-08-09 | 1 | -586/+0 |
| | | | | | | PLEASE NOTE: that with this revision some prim related features may be broke for a while. (things like linking prims and the parcel prim count.) Also this revision may not work on mono, but that will be fixed soon. | ||||
* | Some more work on new Sceneobject. | MW | 2007-08-07 | 1 | -4/+53 |
| | |||||
* | * koncept bugfix | lbsa71 | 2007-08-07 | 1 | -0/+12 |
| | |||||
* | a couple of changes in the new Sceneobject classes, just committing so ↵ | MW | 2007-08-07 | 1 | -2/+2 |
| | | | | things are kept in sync. | ||||
* | * renamed some scene to world | lbsa71 | 2007-08-06 | 1 | -2/+2 |
| | | | | | * passing on NotImplemented from Update() | ||||
* | clean up of startup config settings (command line args etc), | MW | 2007-08-04 | 1 | -2/+10 |
| | | | | | | | Now using the Nini configuration library (suggest we look into using this for the rest of our config handling, as it provides a standard interface for command line args, INI files, Xml files, .NET config files, and windows registry). One IMPORTANT change is that to TO START GRIDMODE , you need to now use -gridmode=true . Also need someone to test it under mono. (there is a dll that has been compiled under mono available, just hoping that we don't have to deal with separate dlls for windows and linux. | ||||
* | changed the properties so that most of them only take up one line per get/set. | MW | 2007-08-03 | 1 | -11/+5 |
| | |||||
* | * Changed some names | lbsa71 | 2007-08-03 | 1 | -2/+2 |
| | |||||
* | Yet another commit related to the SceneObject rewrites. | MW | 2007-08-03 | 1 | -2/+11 |
| | |||||
* | Yet another commit related to the SceneObject rewrites. | MW | 2007-08-03 | 1 | -4/+13 |
| | |||||
* | and more work on those classes. Think they are just about ready to begin ↵ | MW | 2007-08-03 | 1 | -2/+74 |
| | | | | hooking them up. | ||||
* | Ditto...More work on the AllNewSceneObject* classes. | MW | 2007-08-03 | 1 | -5/+21 |
| | |||||
* | More work on the AllNewSceneObject* classes. | MW | 2007-08-03 | 1 | -1/+84 |
| | |||||
* | Some more work on SceneObject/ Primitive rewrites (slowly getting there) | MW | 2007-08-02 | 1 | -0/+35 |
| | |||||
* | Some more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 ↵ | MW | 2007-08-01 | 1 | -8/+8 |
| | | | | | | | | /Part2). Updated the JavaVM to a later version I did (basically some clean up and a little bit more functional). Added SendLoadURL method to IClientAPI. | ||||
* | mass update of files to have native line endings | Sean Dague | 2007-07-30 | 1 | -299/+299 |
| | |||||
* | Added some Alert methods to Scene , and a console command handler. So from ↵ | MW | 2007-07-19 | 1 | -3/+3 |
| | | | | the console to send alerts use : alert general <message> , for a instance wide message , or use alert firstname secondname <message> to send a alert to one user. (TODO: add region wide messages). | ||||
* | More testing some ideas, to find best method for SceneObject Primitive classes. | MW | 2007-07-18 | 1 | -0/+299 |