Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-06-15 | Readjust master version and flavor | Melanie | 1 | -2/+2 | |
2010-06-15 | Readusr master version and flavor | Melanie | 1 | -2/+2 | |
2010-06-12 | Change trunk versio to 0.7.1 Dev | Melanie | 1 | -2/+2 | |
2010-06-12 | Change flavor to 0.7-RC1 | Melanie | 1 | -2/+2 | |
2010-04-05 | Test commit | Melanie Thielker | 1 | -1/+1 | |
2010-04-05 | Bump version number | Melanie Thielker | 1 | -1/+1 | |
2010-03-26 | switch flavor to RC1 | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2010-03-26 | change trunk version to 0.7.Dev | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
2009-12-25 | Set version back to core version (base) and suffix CM. Please DO NOT CHANGE THIS | Melanie | 1 | -1/+1 | |
in the repo. This is the Caremninster repo and the number follows CORE. Always. | |||||
2009-12-25 | Restore version suffix. | Melanie | 1 | -1/+1 | |
2009-12-24 | Recover out-of-region objects during db load. | Kitto Flora | 1 | -1/+1 | |
2009-12-19 | Fix mantis #10 & #14 | Kitto Flora | 1 | -1/+1 | |
2009-12-12 | And reverse | Melanie | 1 | -1/+1 | |
2009-12-12 | Another whitespace test commit | Melanie | 1 | -1/+1 | |
2009-12-12 | Reverse test commit (again) | Melanie | 1 | -1/+1 | |
2009-12-12 | Another test | Melanie | 1 | -1/+1 | |
2009-12-12 | Reverse text commit whitespace change | Melanie | 1 | -1/+0 | |
2009-12-12 | test commit | Melanie | 1 | -0/+1 | |
2009-12-10 | Fix version number | Melanie | 1 | -4/+3 | |
2009-12-05 | Secnond revision of Sit and Stand for unscripted prims; Comment out | KittoFlora | 1 | -4/+4 | |
spammy debug messages in Interregion.... | |||||
2009-11-26 | Update CM version | Melanie | 1 | -1/+1 | |
2009-11-26 | Bump trunk version number to 0.6.9. | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
This is a place holder name and not necessarily the version number that will be used | |||||
2009-10-22 | Correct version number after merge | Melanie | 1 | -2/+2 | |
2009-10-22 | Remove the "mel_t" from version string | Melanie | 1 | -1/+1 | |
2009-10-22 | Mark new version | Melanie | 1 | -1/+1 | |
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2009-09-29 | change 0.6.7 candidate branch down to RC1 | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2009-09-28 | Bump main version to 0.6.8-Dev | Melanie | 1 | -1/+1 | |
2009-09-28 | Bump version number in post-fixes | Melanie | 1 | -2/+2 | |
2009-09-17 | Remove The legacy inventory and asset servers. Bump interface version to 6 | Melanie | 1 | -1/+1 | |
2009-08-17 | Bumping the interface number down again, because this *may* not be a ↵ | Diva Canto | 1 | -1/+1 | |
breaking change with older sims. | |||||
2009-08-16 | Bumped up grid services interface number. | Diva Canto | 1 | -1/+1 | |
2009-07-25 | * as per my e-mail to opensim-dev archive: ↵ | Teravus Ovares | 1 | -1/+1 | |
https://lists.berlios.de/pipermail/opensim-dev/2009-July/007223.html I'm bumping gridcomms interface version to 5. MajorInterfaceVersion = 5 | |||||
2009-07-15 | Bump version in Framework/Servers/VersionInfo to 0.6.6. | Jeff Ames | 1 | -1/+1 | |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-05-26 | * We have strand flavours. | lbsa71 | 1 | -6/+9 | |
* The version string is now reported as "OpenSim 0.6.5 (Dev)" * This has to be administrated manually. | |||||
2009-05-26 | * Introduced GetVersionString so we can harness the whole thing. | lbsa71 | 1 | -1/+15 | |
* Introduced 'Flavour' to spice things up. | |||||
2009-05-26 | * slowly getting there... | lbsa71 | 1 | -12/+7 | |
2009-05-26 | * Changed Version to property for great justice | lbsa71 | 1 | -1/+9 | |
2009-05-26 | * Added test to make sure version info is 27 chars long (still don't know ↵ | lbsa71 | 1 | -0/+1 | |
exactly why it has to be that, though) | |||||
2009-05-25 | * reseparate inventory item creator id and creator uuid | Justin Clarke Casey | 1 | -1/+1 | |
* unfortunately, while the client requires uuids and we want to be able to have arbitrary string ids, these cannot be kept in sync * I think the problems last time were due to a serialization change * So the major inteface version has been bumped to take care of any lingering issues here. * This means that region servers beyond this revision can only connect to similarly uptodate grid services, and vice versa | |||||
2009-05-25 | * Upped version number to 0.6.5 | lbsa71 | 1 | -1/+1 | |
2009-05-04 | Committing the changed tree | Melanie Thielker | 1 | -19/+18 | |
2009-02-06 | * Implement help <command> from the region console | Justin Clarke Casey | 1 | -0/+7 | |
* So at the moment once can type 'help terrain fill' as well as 'terrain fill help' * Current implementation is a transient hack that should be tidied up soon | |||||
2009-02-06 | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 1 | -1/+1 | |
OpenSim.Region.Environment into a "framework" part and a modules only part. This first changeset refactors OpenSim.Region.Environment.Scenes, OpenSim.Region.Environment.Interfaces, and OpenSim.Region.Interfaces into OpenSim.Region.Framework.{Interfaces,Scenes} leaving only region modules in OpenSim.Region.Environment. The next step will be to move region modules up from OpenSim.Region.Environment.Modules to OpenSim.Region.CoreModules and then sort out which modules are really core modules and which should move out to forge. I've been very careful to NOT BREAK anything. i hope i've succeeded. as this is the work of a whole week i hope i managed to keep track with the applied patches of the last week --- could any of you that did check in stuff have a look at whether it survived? thx! | |||||
2009-02-05 | * Make existing module commanders register as help topics | Justin Clarke Casey | 1 | -2/+7 | |
* Typing help will now give a list of these topics at the top (as well as the rest of the current help stuff) * Typing help <topic> will give information about commands specific to that topic | |||||
2009-02-05 | * Use the commander name to register module commanders instead of providing ↵ | Justin Clarke Casey | 1 | -0/+5 | |
the information twice | |||||
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -2/+0 | |
2008-07-25 | *Added CommandIntentions that is used to describe a console commands hazard. ↵ | mingchen | 1 | -0/+2 | |
HAZARDOUS if it modifies the simulator, NON_HAZARDOUS if it does a command that doesn't modify the simulator but does a background command such as a forced backup, and STATISTICAL if it returns debug or more information. *This is useful for implementing a protection system from unwanted script execution or for application modules needing to know what a command does. |