aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/RegionServer.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-03-28After hours of searching for a bug, it works - User accounts in sandbox ↵MW1-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
2007-03-28RIP OpenSimRoot. (removed)MW1-2/+2
Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch.
2007-03-28* And lo, the OpenSim (which is actually the RegionServer) is decoupled from ↵lbsa711-5/+1
the exe.
2007-03-28* worked a little bit more on straigthening the startup procedure outlbsa711-37/+18
2007-03-27* revert the revert - begin the beguinelbsa711-5/+5
2007-03-27* Reverting todays work. It was worth a try.lbsa711-5/+5
2007-03-27* Config should be loaded before login server startup...lbsa711-3/+3
2007-03-27* Continued refactoring away OpenSimRoot - now it's down to the final 2.lbsa711-2/+2
2007-03-27* Now there's one Console class, and instead the apps responds to cmd's and ↵lbsa711-3/+3
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-26preparing to add full clothes/body part support. MW1-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.
2007-03-26Added -ode parametergareth1-1/+6
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-24* Added separate exe projectlbsa711-0/+75
* Prebuild exe is now built in /bin dir