| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-added the ability to set the database provider (dll) in the config file fo... | MW | 2007-07-21 | 2 | -2/+12 |
* | *Added ability to manually set the configuration plugin dll from Configuratio... | mingchen | 2007-07-20 | 1 | -1/+5 |
* | * Fixed an config issue (log not initialized in RegionInfo config) | lbsa71 | 2007-07-20 | 1 | -0/+5 |
* | * Assortment of Console changes - console messages are now grouped into modul... | Adam Frisby | 2007-07-20 | 1 | -1/+1 |
* | *Moved XmlConfiguration to its own project | mingchen | 2007-07-19 | 3 | -135/+43 |
* | Some work on Inventory (not yet finished or enabled) | MW | 2007-07-19 | 3 | -10/+21 |
* | *Handler Functions can now refuse an object as invalid by returning false, th... | mingchen | 2007-07-19 | 6 | -54/+94 |
* | Added some Alert methods to Scene , and a console command handler. So from th... | MW | 2007-07-19 | 2 | -2/+6 |
* | * Removed yet more compiler warnings | Adam Frisby | 2007-07-19 | 1 | -1/+1 |
* | *Removed files that were no longer important and prevented compile | mingchen | 2007-07-18 | 3 | -150/+0 |
* | *New Configuration System, much easier and less buggy compared to the origina... | mingchen | 2007-07-18 | 9 | -336/+765 |
* | * Added "GetHostFromDNS" to Util to replace the various DNS resolution method... | Adam Frisby | 2007-07-18 | 2 | -1/+26 |
* | A script/custom application should be able to add a particle system to a prim... | MW | 2007-07-18 | 2 | -6/+4 |
* | Sculpted Prims should now work. | MW | 2007-07-18 | 3 | -1/+8 |
* | More testing some ideas, to find best method for SceneObject Primitive classes. | MW | 2007-07-18 | 3 | -132/+1 |
* | few small changes | MW | 2007-07-18 | 1 | -0/+130 |
* | * Added a FileSystemObject to SimpleApp | lbsa71 | 2007-07-18 | 2 | -57/+75 |
* | * Applying babblefrog's DNS patches from issue #188 | Adam Frisby | 2007-07-17 | 1 | -2/+3 |
* | * RegionApplicationBase restructuring now complete | lbsa71 | 2007-07-16 | 1 | -2/+2 |
* | * Trimmed a few hundred warnings off SimpleApp. | Adam Frisby | 2007-07-16 | 1 | -0/+2 |
* | *Renamed everything Parcels and ParcelData to Land and LandData | mingchen | 2007-07-16 | 3 | -129/+129 |
* | * Restructured the RegionApplicationBase. | lbsa71 | 2007-07-16 | 1 | -1/+1 |
* | changed to native line ending encoding | Sean Dague | 2007-07-16 | 36 | -3536/+3536 |
* | *Trunk compiles now | mingchen | 2007-07-16 | 1 | -0/+2 |
* | *Fixed bug that incorrectly tabulated 'others' prims on a parcel | mingchen | 2007-07-16 | 2 | -2/+6 |
* | Hijacked simpleApp again (sorry lbsa71, guess I should create my own simpleAp... | MW | 2007-07-15 | 1 | -0/+125 |
* | *Added support for the "show" button that highlights objects over the selecte... | mingchen | 2007-07-15 | 1 | -1/+3 |
* | * Marked old terrain methods as obsolete. | Adam Frisby | 2007-07-15 | 1 | -0/+2 |
* | * Fixed bug where UserServer SendKey would not be saved in configuration. | Adam Frisby | 2007-07-15 | 1 | -1/+1 |
* | *Added support for simwide area and simwide prim count for parcels | mingchen | 2007-07-14 | 1 | -3/+5 |
* | *Added support for prim counting on parcels | mingchen | 2007-07-14 | 1 | -0/+4 |
* | Added AddPreCompiledScript method to ScriptManager. | MW | 2007-07-14 | 1 | -0/+2 |
* | *Moved the OnSignificantClientMovement event to ScenePresence. | mingchen | 2007-07-13 | 2 | -5/+4 |
* | *Reworked parcel joining to work the same way as LL's method. | mingchen | 2007-07-13 | 1 | -0/+6 |
* | * Fixing issue with ParcelFlags. ParcelFlags is now a uint rather than an enum. | Adam Frisby | 2007-07-13 | 1 | -1/+1 |
* | * Default parcel flags now allow flying, landmark creation, object entry, dee... | Adam Frisby | 2007-07-13 | 1 | -1/+1 |
* | * Obsoleted ILocalStorage | Adam Frisby | 2007-07-13 | 1 | -0/+1 |
* | Changed simpleApp to use basic physics. | MW | 2007-07-13 | 2 | -2/+7 |
* | inlined packet deserialization | lbsa71 | 2007-07-13 | 1 | -29/+0 |
* | * ObjectAddPacket now confined to ClientView,´using PrimitiveBaseShape inste... | lbsa71 | 2007-07-13 | 2 | -2/+32 |
* | * Moved SendNameReply to ClientView | lbsa71 | 2007-07-13 | 2 | -34/+1 |
* | * Fixing compiler warnings in an attempt to reduce them back down to zero. | Adam Frisby | 2007-07-13 | 1 | -0/+35 |
* | *Parcel and estate support fully restored into Sugilite | mingchen | 2007-07-12 | 1 | -1/+1 |
* | Next time maybe I should check it still compiles before committing. | MW | 2007-07-12 | 1 | -1/+1 |
* | Fixed a number of bugs in the local InstantMessage handling, sending InstantM... | MW | 2007-07-12 | 1 | -1/+1 |
* | Cleaning up some of the CAPS functions, Asset uploads now use the new LLSDStr... | MW | 2007-07-12 | 1 | -2/+2 |
* | More work on UserProfile and inventory cache (still currently not enabled). | MW | 2007-07-11 | 1 | -0/+4 |
* | * Applying dalien's patches from bug#177 and #179 | Adam Frisby | 2007-07-11 | 2 | -0/+7 |
* | preliminary inter region communications (between regions in different instanc... | MW | 2007-07-10 | 2 | -0/+3 |
* | Fixed the crashing when trying to look at the map in grid mode. Although the ... | MW | 2007-07-10 | 1 | -0/+14 |