Commit History

Author SHA1 Message Date
  Tedd Hansen 5a86fd2c31 (Untested) Scripts are individually loaded into objects (on rez), and event fired likewise. Bugfixes coming in next commit. 17 years ago
  MW b7134c834c Shift and Drag copying should now work correctly. [This was one of those stupid little one line bugs that was so much fun to track down that I decided to spend a few hours on it) 17 years ago
  MW 252b48fb3e Can now turn on/off server side permission checking (on prim editing etc) from the opensim.ini file. Just add a line to the Startup section like : serverside_object_permissions = true 17 years ago
  MW c89db49f3c Sqlite datastore should now save the textures and extraparams data (used by sculpties) correctly. [Really need to add a ExtraParams field to the sqlite database though, but for now I have combined their data so that we don't lose backward compatibility, know a couple of people have been using the datastore already]. 17 years ago
  Adam Frisby d2e48c8014 * Added new terrain-sim <simname> <terrain commands...> function to run terrain commands on a specific sim. 17 years ago
  Tedd Hansen fcf7db7272 Pimped up Default.lsl. Now featuring a touch counter. 17 years ago
  mingchen d3660ed269 *Moved network_servers_info.xml into OpenSim.ini under [Network] 17 years ago
  MW 67873b8614 Deleted old inventoryCache.cs 17 years ago
  MW b6c48c53b2 Can now set the plugins for standalone mode's Inventory database (default sqlite) and for its user database (default DB4o). Currently changing the user plugin to MySql should work (if you have MySql setup (should be same as for grid mode). There is also a MySql provider for the inventory but not 100% certain if that is finished and functional (will need to check with Adam on that). 17 years ago
  mingchen ae20503dae *Added the ability to run commands after all regions have started up 17 years ago
  Adam Frisby 5699bb2e64 * Permissions! - You can now only perform certain functions (such as editing other peoples objects) if you have permission to do so. 17 years ago
  Tedd Hansen 09e1f5f22e Correct caps of Default.lsl for Linux. Thanks again krinkec. :) 17 years ago
  Tedd Hansen afaa12a9e2 ScriptEngine: Some error handling, logs to logger 17 years ago
  MW a228b5984e Start of Inventory service, currently only (partially) functional in standalone mode and using sqlite). 17 years ago
  Tedd Hansen 7b2663a41e Disabled ScriptEngine until I add error handling tomorrow 17 years ago
  Tedd Hansen 79dc1a4f7d Common script for all objects (Default.lsl). ScriptEngine touch_start event now works, but llSay only outputs to server console. 17 years ago
  Tedd Hansen 876f71cf93 (DotNet) ScriptEngine is now loaded and added to Scene during startup. 17 years ago
  MW 7fbc3266df The Welcome message /message of the day shown in the client during login, can now be set from the .INI file for standalone mode (change the standalone_welcome = "Welcome to OpenSim" line). 17 years ago
  MW 822881eac5 Added a new column (SceneGroupID) to sqlite3 table (sqlite3-prims.sql) so that we can tell what prims belong to the same SceneObjectGroup. If sdague has a different method in mind when he gets back then he can change it then. 17 years ago
  MW 114807b9d1 Made account Authentication optional in "sandbox/standalone" mode. Just change "standalone_authenticate = false" to be true in OpenSim.ini. Then as per grid mode, you can use the "create user" command to create new accounts. 17 years ago
  MW afa445660e I'm sorry but it has now became a case of either it goes or I go, so I'm removing the creating a different named log file every time opensim is ran (I can't take doing a bit of developing then finding 500 log files in the bin folder), and as opensim allows multiple regions in a instance there should no longer be the need to run multiple instances of opensim from a single folder (which was I believe the reason that code was added ). 17 years ago
  MW 79f0ac82e3 Some cleaning up and removed a few old files no longer in use. 17 years ago
  MW a56a17fab2 Making sure my local working copy is in sync with svn before I start the job of enabling the new SceneObject classes. 17 years ago
  MW 4c9cc74ac2 Re-added Grid mode. (which had got removed/disabled in revision 1515) 17 years ago
  lbsa71 fdbb891659 * commands are done foreach instead of by [i] 17 years ago
  lbsa71 07b011af3a * renamed some scene to world 17 years ago
  lbsa71 9924f35613 * encapsulated firstname/lastname on ScenePresence 17 years ago
  lbsa71 9bdeb8af6f * SimpleApp works again: 17 years ago
  MW f1e10e555d clean up of startup config settings (command line args etc), 17 years ago
  Brian McBee 599a6d32ee Changes to prepare for future possible configuration of separate logdir, configdir, datadir. 17 years ago