Commit History

Author SHA1 Message Date
  Adam Frisby 038774de30 Commit 1/2 17 years ago
  Adam Frisby c518a9e141 * Fixed an issue with Mono/UNIX filenames and DB4o storage engine. 17 years ago
  Adam Frisby 4d6045ba1f * Db4o Datastore is now the default. 17 years ago
  Adam Frisby 0f90cdfed1 * Applying issue#238 - Console help is incomplete. (Thanks CutterRubio) 17 years ago
  lbsa71 39b64564dc * Started renaming world to Scene 17 years ago
  MW 70fa302042 * Some work in progress code: Inventory cache, start of inventory server/service, userprofile cache, inventory handling. (non of it is enabled yet (or at least it shouldn't be). 17 years ago
  lbsa71 2da8a7c128 * Fixed an config issue (log not initialized in RegionInfo config) 17 years ago
  mingchen ed69e84874 *Moved XmlConfiguration to its own project 17 years ago
  MW 0b6e332e16 Added some Alert methods to Scene , and a console command handler. So from 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). 17 years ago
  mingchen 222becc879 *New Configuration System, much easier and less buggy compared to the original system in place 17 years ago
  Adam Frisby 4cd9a87183 * Reverting 1371 17 years ago
  Adam Frisby bb55713de0 * Please to be checking you rename the strings inside the project when you rename libraries! 17 years ago
  Adam Frisby b3830528d1 * Added "backup" console command for sdague 17 years ago
  lbsa71 497ab5d7ab * RegionApplicationBase restructuring now complete 17 years ago
  lbsa71 f35f5ddaf7 * And yet more restructuring of startup sequence... 17 years ago
  lbsa71 85bdec5e0d * Massive restructuring of RegionApplicationBase, OpenSimMain and SimpleApp 17 years ago
  mingchen 2873b82b78 *Renamed everything Parcels and ParcelData to Land and LandData 17 years ago
  mingchen 7fabf9612a *Renamed ParcelManager to LandManager 17 years ago
  lbsa71 d79e69d168 * Since we're discussing it, applying the m_ convention on some members... 17 years ago
  lbsa71 e6dea73d1f * Removed some superfluous assigns 17 years ago
  lbsa71 58f4d69833 * working on RegionApplicationBase 17 years ago
  lbsa71 4a17587b8d * Restructured the RegionApplicationBase. 17 years ago
  Sean Dague 2a3c79df83 changed to native line ending encoding 17 years ago
  mingchen d216f5779c *Trunk compiles now 17 years ago
  lbsa71 cba02cb632 * Some minor renamings 17 years ago
  mingchen 7f10179129 *Fixed bug that incorrectly tabulated 'others' prims on a parcel 17 years ago
  Adam Frisby f2c449f10e * Added new scripting related events, in particular a new event which is triggered by console commands so that the script can subscribe to console messages and operate when they occur. 17 years ago
  MW 3c326aae99 Removed the reference to ClientManager from scene, as scene really shouldn't have a direct reference to the UDP/Packet server's clientmanager, instead it should send all data through the ScenePresences. 17 years ago
  MW a87ebda895 Removed reference to Scene EventManager from primitive. In its place, primitive now has its own event (OnPrimCountTainted) that ParcelManager subscribes to. 17 years ago
  Adam Frisby 6d455f3b6c * Storage Manager now initialises with a DB name equal to that of the region name, and DB file specified in the DataStore config item. Storage engines may ignore the DB name parameter. 17 years ago