aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* * 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
|
* Brought in ODE bindinggareth2007-03-252-0/+0
|
* All shall become clear soon....gareth2007-03-258-4/+51
| | | | | | | Renamed SimConfig stuff, ready to abstract both it and ServerConsole yay for code reuse
* Finished adding the grid server to prebuildgareth2007-03-2511-224/+316
|
* Moved gridserver into main trunk (but no prebuild yet)gareth2007-03-2413-425/+0
|
* Brought in the OGS user server into the main trunk (in a rather messy way)gareth2007-03-2427-778/+1714
|
* Uncommented linegareth2007-03-241-1/+1
|
* Applying Randomskk's patchesAdam Frisby2007-03-242-1/+47
|
* * Removed old prebuild prebuild filelbsa712007-03-241-57/+0
|
* * Added separate exe projectlbsa712007-03-2428-231/+544
| | | | | * Prebuild exe is now built in /bin dir
* Added Fly animationMW2007-03-232-4/+21
|
* Fixed the nant build fileMW2007-03-231-0/+1
|
* Fixed it so that a Avatar update shouldn't be sent every frame and none ↵MW2007-03-238-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)
* * whoops - missing project...lbsa712007-03-2311-71/+248
|
* * not neededlbsa712007-03-231-15/+0
|
* Fixed VS solution fileMW2007-03-232-81/+71
|
* Fixed the "doh!" bug with animations (hint - sending a stand animation for ↵gareth2007-03-231-1/+1
| | | | walking is very "doh!")