aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* * added user account info to README.txtlbsa712007-03-291-0/+16
|
* * Naaw, -realphysx is too much to asklbsa712007-03-2921-192/+212
| | | | | * Genning proj Guids from name hash, for great justice
* Fixed so Inventory structure is correct after a log out and re-login (in ↵MW2007-03-294-2/+25
| | | | Sandbox accounts)
* * vs2005 target gens OpenSim.csporj.user with -loginserver -sandbox ↵lbsa712007-03-291-5/+9
| | | | -accounts -realphysx settings
* * changed readme to reflect current situationlbsa712007-03-291-3/+35
|
* Added lbsa71's http server changes. MW2007-03-2913-568/+766
| | | | | | 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)
* Doh! need to return the responsegareth2007-03-281-1/+1
|
* Added neighbours codegareth2007-03-281-0/+16
|
* Added more infrastructure for OGSgareth2007-03-282-0/+19
|
* Fixed name quotes bugMW2007-03-282-5/+4
|
* After hours of searching for a bug, it works - User accounts in sandbox ↵MW2007-03-2815-33/+216
| | | | | | | 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
* * log file name conflictlbsa712007-03-282-2/+2
|
* RIP OpenSimRoot. (removed)MW2007-03-2829-252/+442
| | | | | | 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-285-190/+161
|
* Who dropped my child_agent flag? It returnsgareth2007-03-271-0/+1
|
* * revert the revert - begin the beguinelbsa712007-03-2746-692/+486
|
* * Reverting todays work. It was worth a try.lbsa712007-03-2746-436/+676
|
* * Config should be loaded before login server startup...lbsa712007-03-272-95/+72
|
* * vaseline + duct-tape.lbsa712007-03-2728-166/+311
|
* * Added OpenSim.Framework ref to phys mgrlbsa712007-03-272-0/+2
|
* * Fixed yet another project ref fuck-up in Prebuild.lbsa712007-03-2716-177/+58
|
* * Continued refactoring away OpenSimRoot - now it's down to the final 2.lbsa712007-03-278-59/+97
|
* * Introduced BaseHttpServer (doing nothing at the moment)lbsa712007-03-2727-205/+255
| | | | | * 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-2721-119/+120
|
* * Enabled the OpenSim.Servers projectlbsa712007-03-2723-501/+167
|
* Added REST-handler interface for the http server and changed the Admin Web ↵MW2007-03-279-184/+258
| | | | front end to one.
* * Now there's one Console class, and instead the apps responds to cmd's and ↵lbsa712007-03-2760-2103/+9076
| | | | | | | | | | | | 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)
* Heightfield needs fixing, or i'll re-implement it (probably actually the ↵gareth2007-03-271-2/+2
| | | | | | | | collisions stuff i'm not doing right) Why am I using SVN logs to talk? It's bedtime.......
* ODE plugin now can fly but sinks through ground when walking (?!!!??!??!)gareth2007-03-2719-994/+1024
|
* Movement?gareth2007-03-271-5/+6
|
* ZOMG! CAPSULES AS BOUNDING VOLUMES!gareth2007-03-271-7/+12
|
* (no commit message)MW2007-03-261-1/+1
|
* preparing to add full clothes/body part support. MW2007-03-265-107/+162
| | | | | | | | 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 a very very very basic Web front end for admin use - ready to be used ↵MW2007-03-268-13/+340
| | | | in sandbox mode for adding new accounts.
* * Added Prebuild exe (just delete the old one)lbsa712007-03-2619-974/+974
| | | | | * Reverted faulty build files
* Fresh prebuild + nant setsgareth2007-03-2618-974/+974
|
* * Deleted unused OGS directorylbsa712007-03-2613-783/+69
|
* * fixed buildfileslbsa712007-03-2636-1103/+1119
|
* Added -ode parametergareth2007-03-2620-975/+981
| | | | | | | 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)
* Brought in ODE native binariesgareth2007-03-262-0/+0
|
* Added height field building to ODE plugingareth2007-03-261-2/+20
|
* Hopefully fixed the texture uploading and the crashing when a prim with a ↵MW2007-03-255-24/+30
| | | | uploaded texture on it is moved.
* * Hopefully it builds again...lbsa712007-03-2521-154/+583
|
* (no commit message)MW2007-03-2526-1330/+1330
|
* (no commit message)MW2007-03-251-68/+69
|
* You want large textures, you shall have! - Xfer system now working for large ↵MW2007-03-2511-236/+511
| | | | | | | | | 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
* Adding the only stuff that makes sensegareth2007-03-251-0/+181
|
* Added skeleton ODE plugingareth2007-03-255-0/+458
|
* .pdb files shouldn't reside in SVN.jmalthus2007-03-251-0/+0
|