| Commit message (Expand) | Author | Files | Lines |
2007-08-09 | Start of replacing the old SceneObject/Primitive classes with the new versions. | MW | 1 | -19/+19 |
2007-08-09 | Making sure my local working copy is in sync with svn before I start the job ... | MW | 1 | -2/+9 |
2007-08-08 | worldmap now gets correctly updated when terrain changes | Brian McBee | 1 | -0/+2 |
2007-08-06 | * commands are done foreach instead of by [i] | lbsa71 | 1 | -2/+2 |
2007-08-06 | * renamed some scene to world | lbsa71 | 1 | -4/+8 |
2007-08-06 | * encapsulated firstname/lastname on ScenePresence | lbsa71 | 1 | -1/+1 |
2007-08-03 | and more work on those classes. Think they are just about ready to begin hook... | MW | 1 | -1/+0 |
2007-08-01 | * Terrain engine now knows the region coordinates - this can be later used to... | Adam Frisby | 1 | -1/+1 |
2007-08-01 | Some more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 /Pa... | MW | 1 | -2/+2 |
2007-07-31 | clear userAgent state on client shutdown, which fixes the issue | Sean Dague | 1 | -1/+3 |
2007-07-29 | Deleting objects should now work. But beware they aren't send to your trash f... | MW | 1 | -1/+2 |
2007-07-26 | * Started renaming world to Scene | lbsa71 | 1 | -10/+14 |
2007-07-25 | Start of the OpenSim library , for now only contains a few textures. | MW | 1 | -4/+4 |
2007-07-24 | * Users doing terraforming should see updates instantly now. | Adam Frisby | 1 | -29/+1 |
2007-07-24 | * SendLayerData overload including coords now uses patch number rather than c... | Adam Frisby | 1 | -20/+27 |
2007-07-24 | * Small fix, patch values should be multiplied by their size (16) | Adam Frisby | 1 | -1/+1 |
2007-07-24 | * Terrain should now send just updated patches. | Adam Frisby | 1 | -14/+31 |
2007-07-22 | Couple of small changes | MW | 1 | -1/+1 |
2007-07-22 | * Some work in progress code: Inventory cache, start of inventory server/serv... | MW | 1 | -9/+12 |
2007-07-21 | * Renamed terrain functions to match OpenSim naming styles. | Adam Frisby | 1 | -15/+15 |
2007-07-21 | * Issue#206 - Casting of a LLUUID from XMLRPC hashtable causes an error. (Tha... | Adam Frisby | 1 | -1/+23 |
2007-07-20 | * Assortment of Console changes - console messages are now grouped into modul... | Adam Frisby | 1 | -6/+6 |
2007-07-19 | Some work on Inventory (not yet finished or enabled) | MW | 1 | -0/+4 |
2007-07-19 | Added some Alert methods to Scene , and a console command handler. So from th... | MW | 1 | -0/+54 |
2007-07-19 | * Moved EventManager to SceneBase (from Scene) | Adam Frisby | 1 | -8/+1 |
2007-07-19 | * Cleaned out remaining references to the old LocalStorage system in prep. to... | Adam Frisby | 1 | -1/+5 |
2007-07-18 | Sculpted Prims should now work. | MW | 1 | -0/+1 |
2007-07-18 | few small changes | MW | 1 | -0/+4 |
2007-07-17 | * Changed SimpleApp to use EventManager and Scene timer | lbsa71 | 1 | -164/+162 |
2007-07-17 | * debugged quite a lot of db-related strangeness and various refactoring goofs | lbsa71 | 1 | -10/+3 |
2007-07-16 | * RegionApplicationBase restructuring now complete | lbsa71 | 1 | -2/+2 |
2007-07-16 | * Massive restructuring of RegionApplicationBase, OpenSimMain and SimpleApp | lbsa71 | 1 | -1/+1 |
2007-07-16 | *Renamed everything Parcels and ParcelData to Land and LandData | mingchen | 1 | -12/+12 |
2007-07-16 | *Renamed ParcelManager to LandManager | mingchen | 1 | -20/+22 |
2007-07-16 | changed to native line ending encoding | Sean Dague | 1 | -919/+919 |
2007-07-16 | *Trunk compiles now | mingchen | 1 | -3/+29 |
2007-07-16 | *Fixed bug that incorrectly tabulated 'others' prims on a parcel | mingchen | 1 | -0/+3 |
2007-07-15 | * More scripting enhancemnents and properties. | Adam Frisby | 1 | -0/+5 |
2007-07-15 | * Added new scripting related events, in particular a new event which is trig... | Adam Frisby | 1 | -0/+9 |
2007-07-15 | Hijacked simpleApp again (sorry lbsa71, guess I should create my own simpleAp... | MW | 1 | -2/+2 |
2007-07-15 | *Added support for the "show" button that highlights objects over the selecte... | mingchen | 1 | -1/+2 |
2007-07-15 | * Primitives are now loaded from Datastore during scene initialisation. | Adam Frisby | 1 | -0/+9 |
2007-07-15 | Removed the reference to ClientManager from scene, as scene really shouldn't ... | MW | 1 | -11/+19 |
2007-07-15 | Removed reference to Scene EventManager from primitive. In its place, primiti... | MW | 1 | -5/+12 |
2007-07-15 | * Marked old terrain methods as obsolete. | Adam Frisby | 1 | -2/+3 |
2007-07-15 | * Terrain now uses the new StorageManager. | Adam Frisby | 1 | -4/+4 |
2007-07-15 | * Storage Manager now initialises with a DB name equal to that of the region ... | Adam Frisby | 1 | -1/+1 |
2007-07-15 | * Added loading methods for NullStorage. | Adam Frisby | 1 | -1/+4 |
2007-07-14 | * Fixed duplicate CAP bug when a user logs out then relogs back in in grid mode. | Adam Frisby | 1 | -1/+10 |
2007-07-14 | *Removed ParcelManager from SceneObject and Primitive and replaced with event... | mingchen | 1 | -1/+4 |