aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Added Primitive2 to vs2005 solutionlbsa712007-04-041-48/+48
| | | | | * Apparently, Prebuild thinks DEBUG should be in there.
* Finished initial sim<>Grid login (kinda)gareth2007-04-031-48/+48
| | | | | | | Can login but no config data sent/updated yet
* * lovely. svn doesn't delete the files from disk on svn delete, so they show ↵lbsa712007-04-033-4/+0
| | | | up in prebuilt projs and build files.
* * Fixad namespace clashlbsa712007-04-034-64/+68
|
* Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic ↵MW2007-04-021-48/+48
| | | | configuration method, so that it is easier to load configuration data from a ogs server
* Moved database storage of the world map to the Db4LocalStorage so its in the ↵MW2007-04-021-126/+126
| | | | same database as in world prims are stored.
* Added OpenUser.Config projectgareth2007-04-021-126/+126
|
* Fixed VS2005 solution/project filesMW2007-04-021-126/+126
|
* Added new REST protocol (partially complete)gareth2007-04-022-174/+174
| | | | | | | | Made sim profiles load from DB Updated build files for grid server Added sim login
* More refactoringMW2007-04-011-0/+1
|
* * Moved LoginServer and LocalUserProfileManager to OpenSim.Serverslbsa712007-03-292-0/+7
|
* * Naaw, -realphysx is too much to asklbsa712007-03-291-5/+5
| | | | | * Genning proj Guids from name hash, for great justice
* After hours of searching for a bug, it works - User accounts in sandbox ↵MW2007-03-281-0/+6
| | | | | | | mode, currently they are not persistent between restarts (ie restarting opensim.exe) but should be persistent between sessions (login/ logout). Use the -account command line arg to enable them and then create new accounts through the web interface
* RIP OpenSimRoot. (removed)MW2007-03-281-2/+2
| | | | | | Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch.
* * And lo, the OpenSim (which is actually the RegionServer) is decoupled from ↵lbsa712007-03-281-5/+1
| | | | the exe.
* * worked a little bit more on straigthening the startup procedure outlbsa712007-03-281-37/+18
|
* * revert the revert - begin the beguinelbsa712007-03-273-14/+14
|
* * Reverting todays work. It was worth a try.lbsa712007-03-273-14/+14
|
* * Config should be loaded before login server startup...lbsa712007-03-271-3/+3
|
* * vaseline + duct-tape.lbsa712007-03-272-6/+6
|
* * Fixed yet another project ref fuck-up in Prebuild.lbsa712007-03-271-4/+4
|
* * Continued refactoring away OpenSimRoot - now it's down to the final 2.lbsa712007-03-271-2/+2
|
* * Introduced BaseHttpServer (doing nothing at the moment)lbsa712007-03-271-5/+5
| | | | | * Removed OpenSimRoot dependencies from SimClient and AgentAssetUpload. 2 down, 7 left to go.
* * Prebuild breaks nant build if project is empty. Quick fix : add dummy filelbsa712007-03-271-5/+5
|
* * Enabled the OpenSim.Servers projectlbsa712007-03-271-5/+5
|
* * Now there's one Console class, and instead the apps responds to cmd's and ↵lbsa712007-03-273-55/+55
| | | | | | | | | | | | 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)
* ODE plugin now can fly but sinks through ground when walking (?!!!??!??!)gareth2007-03-271-47/+47
|
* preparing to add full clothes/body part support. MW2007-03-261-5/+5
| | | | | | | | Currently you can: now create new body parts and clothes. edit those clothes and wear them. But currently you will not see most of the edited effects on your own avatar, although often other clients will see those changes on your avatar.
* * Added Prebuild exe (just delete the old one)lbsa712007-03-261-47/+47
| | | | | * Reverted faulty build files
* Fresh prebuild + nant setsgareth2007-03-261-47/+47
|
* * fixed buildfileslbsa712007-03-262-52/+52
|
* Added -ode parametergareth2007-03-262-48/+53
| | | | | | | Updated buildscripts (to fix ODE references) Fixed up ODE plugin to the point of being able to login and get weird bugs (no real movement code yet)
* * Hopefully it builds again...lbsa712007-03-251-5/+5
|
* (no commit message)MW2007-03-251-47/+47
|
* Brought in the OGS user server into the main trunk (in a rather messy way)gareth2007-03-241-47/+47
|
* * Added separate exe projectlbsa712007-03-243-0/+242
* Prebuild exe is now built in /bin dir