aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-03-30Removed a few comments sent to the consoleMW2-8/+3
2007-03-30Should now be able to create and edit NotecardsMW3-2/+30
2007-03-30Started to add a few features to the web front end that should be useful ↵MW2-5/+44
during debugging. First such feature is that you can see a list of any connected clients inventory.
2007-03-29When you change the name of a inventory item, it should no longer revert ↵MW4-6/+27
after a logout / login
2007-03-29* Moved LoginServer and LocalUserProfileManager to OpenSim.Serverslbsa714-424/+0
2007-03-29* Now the rest handlers try to match path as close as possibly, so it's ↵lbsa711-7/+7
possible to add handlers for just a beginning of a path.
2007-03-29* RestMethod now uses same pattern as XmlRpcMethodlbsa712-112/+112
* Made /Admin use RestMethod * HttpServer is now a mini-webapp-server yay!
2007-03-29* Tried to make the sandbox/useraccount sim setup a bit simplerlbsa713-171/+52
* Removed some comments
2007-03-29* Naaw, -realphysx is too much to asklbsa711-33/+25
* Genning proj Guids from name hash, for great justice
2007-03-29Fixed so Inventory structure is correct after a log out and re-login (in ↵MW2-1/+21
Sandbox accounts)
2007-03-29Added lbsa71's http server changes. MW8-439/+225
So it now has a single http listener that passes incoming requests to the correct handler. This means that logins (in sandbox mode) now go through this listener, which for now is listening on the port you set in startup (default 9000). (This needs changing so that the http listener and udp server are not using the same port)
2007-03-28Fixed name quotes bugMW1-3/+2
2007-03-28After hours of searching for a bug, it works - User accounts in sandbox ↵MW9-25/+139
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
2007-03-28RIP OpenSimRoot. (removed)MW15-190/+300
Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch.
2007-03-28* worked a little bit more on straigthening the startup procedure outlbsa712-40/+53
2007-03-27* revert the revert - begin the beguinelbsa7112-160/+226
2007-03-27* Reverting todays work. It was worth a try.lbsa7112-228/+160
2007-03-27* vaseline + duct-tape.lbsa712-6/+6
2007-03-27* Fixed yet another project ref fuck-up in Prebuild.lbsa711-4/+4
2007-03-27* Continued refactoring away OpenSimRoot - now it's down to the final 2.lbsa717-57/+95
2007-03-27* Introduced BaseHttpServer (doing nothing at the moment)lbsa716-74/+108
* 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 filelbsa711-4/+4
2007-03-27* Enabled the OpenSim.Servers projectlbsa711-31/+27
2007-03-27Added REST-handler interface for the http server and changed the Admin Web ↵MW6-164/+235
front end to one.
2007-03-27* Now there's one Console class, and instead the apps responds to cmd's and ↵lbsa717-287/+131
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-27ODE plugin now can fly but sinks through ground when walking (?!!!??!??!)gareth1-69/+69
2007-03-26(no commit message)MW1-1/+1
2007-03-26preparing to add full clothes/body part support. MW3-86/+132
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.
2007-03-26Added a very very very basic Web front end for admin use - ready to be used ↵MW4-12/+201
in sandbox mode for adding new accounts.
2007-03-26* Added Prebuild exe (just delete the old one)lbsa711-69/+69
* Reverted faulty build files
2007-03-26Fresh prebuild + nant setsgareth1-69/+69
2007-03-26* fixed buildfileslbsa712-73/+73
2007-03-26Added -ode parametergareth1-69/+69
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)
2007-03-25Hopefully fixed the texture uploading and the crashing when a prim with a ↵MW5-24/+30
uploaded texture on it is moved.
2007-03-25* Hopefully it builds again...lbsa711-29/+24
2007-03-25(no commit message)MW1-4/+4
2007-03-25(no commit message)MW1-68/+69
2007-03-25You want large textures, you shall have! - Xfer system now working for large ↵MW6-79/+343
asset uploads Fixed the VS solution file. Now forwars ViewerEffect messages onto the other clients Renamed OpenSim.Framework/Inventory.cs to OpenSim.Framework/AgentInventory.cs
2007-03-24Brought in the OGS user server into the main trunk (in a rather messy way)gareth1-68/+68
2007-03-24Uncommented linegareth1-1/+1
2007-03-24Applying Randomskk's patchesAdam Frisby2-1/+47
2007-03-24* Added separate exe projectlbsa713-100/+106
* Prebuild exe is now built in /bin dir
2007-03-23Added Fly animationMW1-4/+21
2007-03-23Fixed the nant build fileMW1-0/+1
2007-03-23Fixed it so that a Avatar update shouldn't be sent every frame and none ↵MW8-217/+290
should be sent when not moving. Fixed the problem with sometimes Avatar Animations being updated every frame. New Asset uploads should now appear in the inventory all the time. Moved Animation names/ LLUUIDs to their own class (AvatarAnimations)
2007-03-23* whoops - missing project...lbsa711-0/+177
2007-03-23Fixed VS solution fileMW1-14/+20
2007-03-23Fixed the "doh!" bug with animations (hint - sending a stand animation for ↵gareth1-1/+1
walking is very "doh!")
2007-03-23Added initial (buggy) support for animationsgareth1-4/+34
2007-03-23Added LoadAnims()gareth2-2/+153