aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hopefully fixed the issue of inventory not working for the master account. (N...MW2007-08-241-22/+26
* Small bit of refactoring to the startup command script code (moved it into a ...MW2007-08-241-15/+27
* (Untested) Scripts are individually loaded into objects (on rez), and event f...Tedd Hansen2007-08-221-2/+0
* Shift and Drag copying should now work correctly. [This was one of those stup...MW2007-08-211-0/+2
* Can now turn on/off server side permission checking (on prim editing etc) fro...MW2007-08-211-1/+9
* Sqlite datastore should now save the textures and extraparams data (used by s...MW2007-08-192-3/+23
* * Added new terrain-sim <simname> <terrain commands...> function to run terra...Adam Frisby2007-08-171-0/+16
* Pimped up Default.lsl. Now featuring a touch counter.Tedd Hansen2007-08-171-1/+1
* *Moved network_servers_info.xml into OpenSim.ini under [Network]mingchen2007-08-171-5/+7
* Deleted old inventoryCache.csMW2007-08-161-1/+0
* Can now set the plugins for standalone mode's Inventory database (default sql...MW2007-08-161-4/+9
* *Added the ability to run commands after all regions have started upmingchen2007-08-151-0/+31
* * Permissions! - You can now only perform certain functions (such as editing ...Adam Frisby2007-08-151-0/+11
* Correct caps of Default.lsl for Linux. Thanks again krinkec. :)Tedd Hansen2007-08-141-1/+1
* ScriptEngine: Some error handling, logs to loggerTedd Hansen2007-08-141-6/+6
* Start of Inventory service, currently only (partially) functional in standalo...MW2007-08-141-5/+1
* Disabled ScriptEngine until I add error handling tomorrowTedd Hansen2007-08-131-4/+4
* Common script for all objects (Default.lsl). ScriptEngine touch_start event n...Tedd Hansen2007-08-131-1/+5
* (DotNet) ScriptEngine is now loaded and added to Scene during startup.Tedd Hansen2007-08-131-0/+9
* Setting culture for startup thread to invariant. Config now read correctly on...Tedd Hansen2007-08-131-0/+6
* The Welcome message /message of the day shown in the client during login, can...MW2007-08-131-1/+4
* Added a new column (SceneGroupID) to sqlite3 table (sqlite3-prims.sql) so tha...MW2007-08-111-11/+7
* Made account Authentication optional in "sandbox/standalone" mode. Just chang...MW2007-08-111-2/+20
* I'm sorry but it has now became a case of either it goes or I go, so I'm remo...MW2007-08-101-1/+1
* Some cleaning up and removed a few old files no longer in use.MW2007-08-101-31/+30
* Making sure my local working copy is in sync with svn before I start the job ...MW2007-08-091-1/+1
* Re-added Grid mode. (which had got removed/disabled in revision 1515)MW2007-08-062-10/+20
* * commands are done foreach instead of by [i]lbsa712007-08-061-10/+19
* * renamed some scene to worldlbsa712007-08-061-102/+2
* * encapsulated firstname/lastname on ScenePresencelbsa712007-08-061-6/+5
* * SimpleApp works again:lbsa712007-08-061-20/+13
* clean up of startup config settings (command line args etc),MW2007-08-042-89/+55
* ATTENTION!!! Change to default to "sandbox" (did we come up with a better nam...Brian McBee2007-08-031-5/+5
* Changes to prepare for future possible configuration of separate logdir, conf...Brian McBee2007-08-031-6/+20
* * Switched back to NullStorage until crazy DB4o error is fixed.Adam Frisby2007-07-291-1/+1
* Commit 1/2Adam Frisby2007-07-291-4/+4
* * Fixed an issue with Mono/UNIX filenames and DB4o storage engine.Adam Frisby2007-07-291-1/+1
* * Db4o Datastore is now the default.Adam Frisby2007-07-291-1/+1
* * OpenSim now performs compatibility checks at startup and warns the user if ...Adam Frisby2007-07-291-1/+13
* * Applying issue#238 - Console help is incomplete. (Thanks CutterRubio)Adam Frisby2007-07-291-2/+10
* * Started renaming world to Scenelbsa712007-07-261-18/+18
* * Some work in progress code: Inventory cache, start of inventory server/serv...MW2007-07-221-3/+6
* * Fixed an config issue (log not initialized in RegionInfo config)lbsa712007-07-201-0/+1
* *Moved XmlConfiguration to its own projectmingchen2007-07-191-2/+2
* Added some Alert methods to Scene , and a console command handler. So from th...MW2007-07-191-0/+7
* *New Configuration System, much easier and less buggy compared to the origina...mingchen2007-07-181-30/+8
* * Reverting 1371Adam Frisby2007-07-181-1/+1
* * Please to be checking you rename the strings inside the project when you re...Adam Frisby2007-07-181-1/+1
* * Added "backup" console command for sdagueAdam Frisby2007-07-171-0/+7
* * RegionApplicationBase restructuring now completelbsa712007-07-161-60/+20