Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-07-11 | * Wiping trunk in prep for Sugilite | Adam Frisby | 1 | -107/+0 | |
2007-06-24 | * "create user" command now works with the MySQL Data Storage Engine on the ↵ | Adam Frisby | 1 | -16/+23 | |
userserver. | |||||
2007-06-13 | * Changed some more sort order issues | lbsa71 | 1 | -29/+22 | |
* Updated vs2005 files as well | |||||
2007-06-09 | * Removed ServiceManager from OGS/Sugilite due to compilation issues. | Adam Frisby | 1 | -88/+0 | |
* Removed GridInterface reference from AssetServer | |||||
2007-06-09 | Commiting solutions - may compile now? | Adam Frisby | 1 | -16/+23 | |
2007-06-08 | *Merged EstateManager, EstateSettings, ParcelManager,Parcel, and ParcelData ↵ | mingchen | 1 | -117/+0 | |
classes *Incorporated EstateSettings into the RegionInfo class *Next step is to load from db, save to db the parcel and estate settings | |||||
2007-06-08 | Re-imported OpenGridServices from trunk | MW | 1 | -0/+205 | |
2007-06-08 | Deleted OpenGridServices folder as the easiest way to reimport the latest ↵ | MW | 1 | -88/+0 | |
version from trunk | |||||
2007-06-08 | prebuild.xml should be fixed/updated. | MW | 1 | -20/+13 | |
2007-06-08 | *Added Estate Tools for terrain texturing, terrain texturing heights per ↵ | mingchen | 1 | -23/+16 | |
corner, water height, region flags, etc basic settings *Parcel now sends ParcelProperties when the owner changes information as soon as the information is changed | |||||
2007-06-07 | *Added EstateSettings.cs and moved many relevant variables from ↵ | mingchen | 1 | -16/+23 | |
RegionInfoBase to EstateSettings class and added an EstateSettings objection to RegionInfoBase *Added a few missed copyright headers *Fixed a filename typo | |||||
2007-06-05 | * Finished adding licensing declarations to everything (3/3) | Adam Frisby | 1 | -23/+16 | |
2007-06-05 | * Fixed OGS build | Adam Frisby | 1 | -15/+26 | |
* Converted to new console interfaces * Fixed other minor issues which somehow snuck in | |||||
2007-06-04 | Prebuild and stuff | Adam Frisby | 1 | -96/+96 | |
2007-05-30 | Another rebuild of the build files! :O | gareth | 1 | -0/+4 | |
More XML config stuff in ServiceManager | |||||
2007-05-30 | Rebuilt the build files | gareth | 1 | -95/+92 | |
Added some more prompts and stuff to ServiceManager | |||||
2007-05-29 | number of changes | MW | 1 | -13/+20 | |
2007-05-27 | * Fixed dumb mistake with terrain default loading. | Adam Frisby | 1 | -13/+20 | |
2007-05-26 | Goodbye World | MW | 1 | -20/+13 | |
2007-05-25 | * Added new mysql_connection.ini file which contains configuration options ↵ | Adam Frisby | 1 | -20/+13 | |
for the database connection used by OGS. * Added IniFile class (code imported from public example) to Framework.Data - may be worth moving to Util. * Ran prebuild, updated solution files. | |||||
2007-05-24 | (no commit message) | MW | 1 | -13/+20 | |
2007-05-24 | * re-prebuilt | lbsa71 | 1 | -20/+13 | |
* deleted all those *.user - ignore them next time! | |||||
2007-05-24 | Stage 2: GridServices build files should be fixed now, Someone will need to ↵ | MW | 1 | -2/+2 | |
test it under nant, and the releng scripts might need updating as we now have two solutions. Also the build order for the two solutions should be to compile the OpenSim Solution first and then the GridServices one, as the common projects are referenced by DLL in the Gridservices. | |||||
2007-05-24 | Renamed the new Directories. (removed the "-Source" from the end of them) | MW | 1 | -0/+0 | |
2007-05-24 | Some more code refactoring, plus a restructuring of the directories so that ↵ | MW | 1 | -25/+31 | |
the Grid servers can be a separate solution to the region server. | |||||
2007-05-17 | More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵ | MW | 1 | -89/+89 | |
class a bit and added a WorldBase class (that World now inherits from) | |||||
2007-05-16 | rebuilt build files | gareth | 1 | -89/+89 | |
Imported crappy monodevelop GTK# manager app (tis embarrassing) | |||||
2007-04-02 | Moved database storage of the world map to the Db4LocalStorage so its in the ↵ | MW | 1 | -89/+89 | |
same database as in world prims are stored. | |||||
2007-04-02 | Added OpenUser.Config project | gareth | 1 | -89/+89 | |
2007-04-02 | Fixed VS2005 solution/project files | MW | 1 | -89/+89 | |
2007-04-02 | Added new REST protocol (partially complete) | gareth | 1 | -89/+89 | |
Made sim profiles load from DB Updated build files for grid server Added sim login | |||||
2007-03-29 | * Naaw, -realphysx is too much to ask | lbsa71 | 1 | -1/+1 | |
* Genning proj Guids from name hash, for great justice | |||||
2007-03-27 | * revert the revert - begin the beguine | lbsa71 | 1 | -1/+1 | |
2007-03-27 | * Reverting todays work. It was worth a try. | lbsa71 | 1 | -1/+1 | |
2007-03-27 | * vaseline + duct-tape. | lbsa71 | 1 | -1/+1 | |
2007-03-27 | * Fixed yet another project ref fuck-up in Prebuild. | lbsa71 | 1 | -1/+1 | |
2007-03-27 | * Introduced BaseHttpServer (doing nothing at the moment) | lbsa71 | 1 | -1/+1 | |
* Removed OpenSimRoot dependencies from SimClient and AgentAssetUpload. 2 down, 7 left to go. | |||||
2007-03-27 | * Prebuild breaks nant build if project is empty. Quick fix : add dummy file | lbsa71 | 1 | -1/+1 | |
2007-03-27 | * Enabled the OpenSim.Servers project | lbsa71 | 1 | -1/+1 | |
2007-03-27 | * Now there's one Console class, and instead the apps responds to cmd's and ↵ | lbsa71 | 1 | -1/+4 | |
show's * Removed Golden Future TCP/SimChat options * Moved Ode.NET.dll to bin and changed prebuild accordingly (due to Prebuild limitations) * Normalized some namespaces * Added FxCop project * Added (temp disabled) Servers project (for great justice) | |||||
2007-03-26 | * fixed buildfiles | lbsa71 | 1 | -1/+1 | |
2007-03-25 | * Hopefully it builds again... | lbsa71 | 1 | -1/+1 | |
2007-03-24 | * Added separate exe project | lbsa71 | 1 | -1/+1 | |
* Prebuild exe is now built in /bin dir | |||||
2007-03-23 | * whoops - missing project... | lbsa71 | 1 | -1/+1 | |
2007-03-23 | * Hopefully got vs2005 target to gen refs correctly | lbsa71 | 1 | -2/+3 | |
2007-03-22 | brought zircon branch into trunk | gareth | 1 | -0/+85 | |