aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* * Reduced a significant number of compiler warnings (back down to 9 for all p...Adam Frisby2007-07-249-14/+12
* *Added configuration plugin (OpenSim.Framework.Configuration.HTTP.dll) that f...mingchen2007-07-236-12/+174
* Applied makomk 's patch from issue #219.MW2007-07-231-9/+7
* * Fixed a typecasting issue with Navier-Stokes algorithms in libTerrain.Adam Frisby2007-07-231-2/+19
* * 1 line commit: Erosion functions should taint the terrain.Adam Frisby2007-07-231-0/+1
* * Bonus commit, added a "terrain fill" command to fill a terrain with a speci...Adam Frisby2007-07-231-0/+5
* * Major style changes in libTerrain.Channel - now uses .NET-style naming syntax.Adam Frisby2007-07-2319-181/+182
* Couple of small changesMW2007-07-222-3/+3
* Think I've recovered my deleted files, so hopefully it works now. MW2007-07-227-0/+1356
* * Some work in progress code: Inventory cache, start of inventory server/serv...MW2007-07-2253-2097/+1445
* * Aerobic erosion now uses Navier Stokes algorithms for wind calculations.Adam Frisby2007-07-223-10/+27
* * Added Navier Stokes computational fluid dynamics algorithms to libTerrain.C...Adam Frisby2007-07-221-1/+32
* * More navier-stokes fun. Will finish it later.Adam Frisby2007-07-221-1/+15
* * Ported Jos Stam's Navier Stokes algorithm from his GDC2003 Paper to C# and ...Adam Frisby2007-07-221-0/+214
* * Patched runprebuild.sh for *nix systems which do not register a mono ABI ha...Adam Frisby2007-07-221-2/+2
* * Enabled hydraulic erosion command.Adam Frisby2007-07-211-0/+6
* * Reimplemented Hydraulic Erosion routines, may be buggy.Adam Frisby2007-07-211-1/+144
* * Removed reference to libTerrain-BSD.dll from the terrain filter system.Adam Frisby2007-07-211-1/+0
* * Updated licensing headers on libTerrain imported components.Adam Frisby2007-07-2118-504/+450
* * Deleted libTerrain-BSD.dllAdam Frisby2007-07-2127-3/+2671
* * Renamed terrain functions to match OpenSim naming styles.Adam Frisby2007-07-217-77/+113
* * Fixed an issue whereby extremely tall terrains would be unable to output a ...Adam Frisby2007-07-211-35/+35
* * Issue#211 - 30 second timeout is too low. (Thanks Babblefrog)Adam Frisby2007-07-211-1/+1
* Re-added the ability to set the database provider (dll) in the config file fo...MW2007-07-214-4/+14
* * Issue#206 - Casting of a LLUUID from XMLRPC hashtable causes an error. (Tha...Adam Frisby2007-07-214-2/+124
* * Issue#209 - Terrain Hills Patch (Thanks Babblefrog)Adam Frisby2007-07-213-9/+16
* Attempt to fix the bug/crash that MetaLeo just reported.MW2007-07-201-1/+1
* *Added ability to manually set the configuration plugin dll from Configuratio...mingchen2007-07-201-1/+5
* * Fixed an config issue (log not initialized in RegionInfo config)lbsa712007-07-205-2/+47
* * Assortment of Console changes - console messages are now grouped into modul...Adam Frisby2007-07-2011-31/+34
* * New log functions which include the module name as an argument.Adam Frisby2007-07-201-0/+134
* *Added new config files into share -- cut down to 256 for practicality reasonsmingchen2007-07-19257-0/+270
* opps have a setting as true when it should be false.MW2007-07-191-2/+2
* *Moved XmlConfiguration to its own projectmingchen2007-07-191032-3120/+78
* Some work on Inventory (not yet finished or enabled)MW2007-07-1914-46/+216
* *Handler Functions can now refuse an object as invalid by returning false, th...mingchen2007-07-196-54/+94
* Added some Alert methods to Scene , and a console command handler. So from th...MW2007-07-1910-508/+100
* * Fixing sandbox mode crash caused by removal of LocalStorage during cleanup ...Adam Frisby2007-07-191-0/+2
* * Adding mysql_connection.ini sampleAdam Frisby2007-07-191-0/+7
* * Added housekeeping comments, see mailing list in just a moment...Adam Frisby2007-07-195-27/+11
* * More cleaningAdam Frisby2007-07-193-3/+19
* * Added TriggerTouchStart function to Interpreted Events APIAdam Frisby2007-07-191-0/+7
* * Moved EventManager to SceneBase (from Scene)Adam Frisby2007-07-193-9/+18
* * Nearly back down to zero compiler warnings again...Adam Frisby2007-07-191-1/+5
* * Cleaned out remaining references to the old LocalStorage system in prep. to...Adam Frisby2007-07-194-45/+9
* * Removed yet more compiler warningsAdam Frisby2007-07-1912-905/+1
* * Removing more compiler warningsAdam Frisby2007-07-194-6/+1
* * Removing more compiler warnings.Adam Frisby2007-07-191-4/+4
* *Removed files that were no longer important and prevented compilemingchen2007-07-183-150/+0
* *New Configuration System, much easier and less buggy compared to the origina...mingchen2007-07-1820-674/+792