Commit Graph

  • be6e0aaa3b * delete ancient libsl-2.0 directory justincc 2008-12-02 18:12:50 +00:00
  • 1505009118 move nhibernate stuff justincc 2008-12-02 18:11:19 +00:00
  • f7388bc154 * move libsl1550 stuff into old directory justincc 2008-12-02 18:10:50 +00:00
  • 37afb3cb16 * Move README into root directory justincc 2008-12-02 18:08:52 +00:00
  • 7cd751a9a5 update libOMV version used justincc 2008-11-18 20:53:39 +00:00
  • 4fc5de1642 * Add latest LibOMV_2359 justincc 2008-11-17 21:19:18 +00:00
  • aae60aaae3 Commit changes for jump fix melanie 2008-11-06 23:12:45 +00:00
  • 7122300712 Add the reserved words list module contributed by idb and adjust build for it. melanie 2008-11-01 23:53:46 +00:00
  • 962373b2e1 * Updated ODE.NET to 0.10.1 (added several new method wrappers to new entrypoints in ODE 0.10.1) teravus 2008-10-13 22:21:15 +00:00
  • 3bc4321268 Minor svn properties update. chi11ken 2008-10-13 01:13:37 +00:00
  • 56f56a6f17 svn:eol-style native teravus 2008-10-12 23:17:41 +00:00
  • be68911a19 * Updated LibODE Sources to ODE SVN Revision 1558. * Added all of my 'ODE Hacks' except the terrain pitting fix one. Still examining if that one needs to be added. * Updates ODE.NET as well. The internal structure of SurfaceParameters has changed as well as the dContact properties. teravus 2008-10-12 22:51:17 +00:00
  • 7634112997 * Fixes a protocol violation on *nix servers. * Replace StreamWriter.AppendLine() with StreamWriter.Append("\r\n") since *nix's default line ending is \n but http spec says \r\n teravus 2008-10-03 20:40:39 +00:00
  • dc3e19f3f0 * One more update to httpserver so it processes headers even if something goofy is sent * library writers, please don't use 'throw' in your code without 'catch' somewhere up the tree on servers! teravus 2008-09-30 16:53:44 +00:00
  • 52d4e5be17 * Add ProtocolVersion property to HttpServer * Remove dependency on xunit teravus 2008-09-30 08:59:36 +00:00
  • b967fb507a * Updates our archived copy of libomv to r2243 teravus 2008-09-26 17:38:01 +00:00
  • 9fb5564639 * Adds the LayerDataPacket Wind method, for upcoming commit * It turns out Wind Layer data is almost exactly the same as terrain layer data.. it's just uninterpreted differently. And, I haven't quite figured out how it's uninterpreted yet .. but it's close enough! teravus 2008-09-25 11:01:47 +00:00
  • 21f12a7c61 HttpServer project files updated after building r15903 dahlia 2008-09-25 08:28:59 +00:00
  • 24f7c51070 update HttpServer to r15903 dahlia 2008-09-25 08:18:46 +00:00
  • d8ef092ed6 Committing the changes to the LSL code generation for constant wrapping melanie 2008-09-23 14:08:31 +00:00
  • a1c4431bc4 Newtonsoft.Json.NET 1.3.1 source so that we can fork it if need be. teravus 2008-09-11 01:55:37 +00:00
  • dc80ae360e * Add None enum type back to PrimFlags teravus 2008-09-06 20:46:33 +00:00
  • 301829e32f * LibSL that goes with OpenSim revision r6143 * OpenMV r2197 teravus 2008-09-06 08:04:48 +00:00
  • 68bc90294c commented out the SurfaceInfoBlock reading code in _Packets_.cs mw 2008-08-28 16:08:43 +00:00
  • d36b0eb8ec fixed silly mistakes in last commit. mw 2008-08-28 14:56:06 +00:00
  • 16119f60a8 attempt to fix problem with the missing SurfaceInfoBlocks in the objectgrab packets sent by clients < 1.21 mw 2008-08-28 14:47:58 +00:00
  • 37d0330441 updated _Packets_.cs to the current libsl/openmv version. Renamed the maths types so it would compile (Vector3 renamed to LLVector3, UUID to LLUUID etc) mw 2008-08-28 08:58:00 +00:00
  • 75680e74f8 Bring in sync with OpenSim r5718, almost fixed issue 1863. mikem 2008-07-31 07:19:02 +00:00
  • ca0feddf64 Fixes for issue 1862, allowing assignments in if/while/do-while control statements. mikem 2008-07-31 07:18:59 +00:00
  • 0f5d94714d Fix an issue where if/if-else/for/while/do-while statements with no body caused an exception in the parser. Triggered by issue 1860. mikem 2008-07-31 01:25:22 +00:00
  • 3992920434 Update compiler files. mikem 2008-07-23 07:39:51 +00:00
  • fecbdfe127 Adding LSL -> C# compiler/translator sources. mikem 2008-07-15 04:35:07 +00:00
  • 80ea4163cf renamed ParcelMediaUpdate.DataExtendedBlock to DataBlockExtend to match libsl trunk and also the libsecondlife.dll that is in our bin folder. mw 2008-07-10 12:48:24 +00:00
  • 5e80c45ac4 * Applying nlin's patch that enables saving of the physics state from the ODEPlugin * The ODE.NET project that we're using was local and not the one in the contrib folder of OpenDynamicsEngine2, so I applied nlin's patch to my copy and then put it in the contrib folder here. * My copy has a few of the very new methods that limit rotational velocity teravus 2008-06-20 04:04:33 +00:00
  • d9f83385e4 * Adding C# Webserver r11358 * Adding IronPython-1.1.1 * Adding SvnDotNet afrisby 2008-05-14 19:37:47 +00:00
  • f49732424f Adds mjm's quaternion.getbytes patch to flip the coordinates properly to our copy of libsl teravus 2008-04-26 05:15:04 +00:00
  • 4b74bf6ec6 * Gracefully handled Two more asserts in the ODELib. teravus 2008-04-22 17:10:07 +00:00
  • 1e3fa713b7 * Include patch to rename AssetType.Primitive to AssetType.Object. This patch has also been included in libsecondlife justincc 2008-04-08 12:45:02 +00:00
  • 52341a31d2 * Some more hackery of the updated ODE library. teravus 2008-04-05 20:01:59 +00:00
  • b2d563af89 updated Makefile sdague 2008-04-04 19:50:57 +00:00
  • b8ba73bc12 completed build process for nhibernate sdague 2008-04-04 19:01:53 +00:00
  • 85bd6eedf1 checking in a makefile for building nhibernate sdague 2008-04-04 18:48:11 +00:00
  • 24f9d0b1b7 added nhibernate 1.2.1 patches sdague 2008-04-04 18:19:28 +00:00
  • 14ba3ed5e2 set SVN properties eol-style:native teravus 2008-04-02 00:01:48 +00:00
  • 157da6b314 * Updated OpenDynamicsEngine to SVN Revision 1431 * Added various hacks from previous version to make it stable teravus 2008-04-01 23:47:15 +00:00
  • 516dd56c24 * LibSL - set TickCount public again. The packet regeneration process LibSL used previously set it internal. teravus 2008-03-12 22:33:53 +00:00
  • 633cdc4afd * LibSL - Updated _packets_.cs to the latest version and added LibSL support for the extended datablock in the Parcel Media Update teravus 2008-03-12 22:21:08 +00:00
  • ab7ce6ef14 In Dr Schofld's own words justincc 2008-02-13 18:25:12 +00:00
  • 6751c15df6 From: dirk husemann <hud@zurich.ibm.com> sdague 2008-02-12 13:43:21 +00:00
  • 13f68e059f *CookComputing and openjpeg teravus 2008-02-11 14:42:07 +00:00
  • 17a20a686e build file.. we'll see if it gets added or ignored :P teravus 2008-02-11 14:35:56 +00:00
  • 4e8d8975cc Added Modified/BugFixed LibSecondLife r1550, so others can continue to tweak it as necessary. * So far.. Fixed a few missing methods from previous versions * Fixed a particle system bug * Fixed a Texture animation bug teravus 2008-02-02 08:45:08 +00:00
  • b102ebdbef * Extends the ODE API to check if spaces are internally locked. * Includes routines to avoid asserting if possible with actions regarding spaces teravus 2008-01-30 07:13:32 +00:00
  • b28e94297a * HeightField bug fix for pitted terrain teravus 2008-01-13 22:09:47 +00:00
  • f4ac6a2305 * Memory corruption under extreme load causing error in heightfield collisions. teravus 2007-11-09 19:43:32 +00:00
  • e04e25680a It has been modified the method CreateFromRotationMatrix in Quaternion class, so now rotations really works (added Daroks change back into trunk) tleiades 2007-11-08 20:25:18 +00:00
  • 7a1f4f2450 Reverted changes done to incorporate Libsl 0.3 tleiades 2007-11-08 19:47:12 +00:00
  • d492689e63 It has been modified the method CreateFromRotationMatrix in Quaternion class, so now rotations really works darok 2007-11-07 19:53:51 +00:00
  • a38f9444d3 Tagging 0.2 version, while upgrading to 3.0 tleiades 2007-11-07 09:27:26 +00:00
  • d7bb2fecc5 Removed file/folder tleiades 2007-11-07 09:22:11 +00:00
  • cf2ec58f91 Mark stable version tleiades 2007-11-07 09:07:20 +00:00
  • 61f87e8058 set some svn properties chi11ken 2007-11-07 07:32:06 +00:00
  • bf7e44c281 delete post-build events, the project outputs to the correct folder without any copying tleiades 2007-11-07 07:12:59 +00:00
  • ad0c0bffee fixed refence to inttypes.h, in vs build.obj added windows configs for 64 bit builds updated libopenjpeg to the latest versions moved compiler targets to shared bin dir for windows builds tleiades 2007-11-07 06:58:50 +00:00
  • dc78b33a4c extracted and updated to r/1476 of libopenjpeg tleiades 2007-11-06 08:28:11 +00:00
  • 28088fb696 Cleanup of unneeded .proj/.sln and .dll files tleiades 2007-11-06 08:24:06 +00:00
  • 73019bfde5 Added libsecondLife r 1476 Added CookComputing.XmlRpc 2.1.0 Added prebuild.exe and a prebuild.xml building xmlrpc and libsecondlife.build tleiades 2007-11-06 08:14:33 +00:00
  • 317f938a78 teravus second bug patch ODE (dnorm3 also commented out) danx0r 2007-11-05 23:19:46 +00:00
  • 08ca63cf97 tevarus debug patch on ODE danx0r 2007-11-05 19:15:29 +00:00
  • 8459ccfefb notes for building modified bullet libs danx0r 2007-10-24 04:16:03 +00:00
  • f6e931a625 fixing ode config AGAIN danx0r 2007-10-21 10:50:37 +00:00
  • 0cb3326e58 ODE build notes danx0r 2007-10-21 10:46:16 +00:00
  • 1e984bf7fc ODE: somehow config.h was mangled -- from the unix build? danx0r 2007-10-21 10:37:46 +00:00
  • 435744e9c4 ODE, sqlite, openjpeg danx0r 2007-10-21 08:28:30 +00:00
  • e3c0280f92 hmm -- trying again danx0r 2007-10-21 08:22:10 +00:00
  • 1143522131 checkin sqlite danx0r 2007-10-21 08:07:22 +00:00
  • 177fc893c7 checkin mod bullet danx0r 2007-10-21 08:03:52 +00:00
  • 6306003eee new directory structure, with a trunk danx0r 2007-10-21 07:33:25 +00:00
  • c7254a1b2a test initial checkin danx0r 2007-10-21 07:15:16 +00:00