1 ==> engine/src/ogre/com/jme3/scene/plugins/ogre/SkeletonLoader.java <== 2 /* 3 * Copyright (c) 2009-2010 jMonkeyEngine 4 * All rights reserved. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions are 8 * met: 9 * 10 * * Redistributions of source code must retain the above copyright 11 * notice, this list of conditions and the following disclaimer. 12 * 13 * * Redistributions in binary form must reproduce the above copyright 14 * notice, this list of conditions and the following disclaimer in the 15 * documentation and/or other materials provided with the distribution. 16 * 17 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 18 * may be used to endorse or promote products derived from this software 19 * without specific prior written permission. 20 * 21 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 29 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 30 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 31 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 32 */ 33 ==> engine/src/ogre/com/jme3/scene/plugins/ogre/MeshLoader.java <== 34 /* 35 * Copyright (c) 2009-2010 jMonkeyEngine 36 * All rights reserved. 37 * 38 * Redistribution and use in source and binary forms, with or without 39 * modification, are permitted provided that the following conditions are 40 * met: 41 * 42 * * Redistributions of source code must retain the above copyright 43 * notice, this list of conditions and the following disclaimer. 44 * 45 * * Redistributions in binary form must reproduce the above copyright 46 * notice, this list of conditions and the following disclaimer in the 47 * documentation and/or other materials provided with the distribution. 48 * 49 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 50 * may be used to endorse or promote products derived from this software 51 * without specific prior written permission. 52 * 53 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 54 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 55 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 56 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 57 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 58 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 59 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 60 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 61 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 62 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 63 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 64 */ 65 ==> engine/src/ogre/com/jme3/scene/plugins/ogre/AnimData.java <== 66 /* 67 * Copyright (c) 2009-2010 jMonkeyEngine 68 * All rights reserved. 69 * 70 * Redistribution and use in source and binary forms, with or without 71 * modification, are permitted provided that the following conditions are 72 * met: 73 * 74 * * Redistributions of source code must retain the above copyright 75 * notice, this list of conditions and the following disclaimer. 76 * 77 * * Redistributions in binary form must reproduce the above copyright 78 * notice, this list of conditions and the following disclaimer in the 79 * documentation and/or other materials provided with the distribution. 80 * 81 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 82 * may be used to endorse or promote products derived from this software 83 * without specific prior written permission. 84 * 85 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 86 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 87 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 88 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 89 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 90 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 91 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 92 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 93 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 94 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 95 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 96 */ 97 ==> engine/src/ogre/com/jme3/scene/plugins/ogre/matext/MaterialExtension.java <== 98 /* 99 * Copyright (c) 2009-2010 jMonkeyEngine 100 * All rights reserved. 101 * 102 * Redistribution and use in source and binary forms, with or without 103 * modification, are permitted provided that the following conditions are 104 * met: 105 * 106 * * Redistributions of source code must retain the above copyright 107 * notice, this list of conditions and the following disclaimer. 108 * 109 * * Redistributions in binary form must reproduce the above copyright 110 * notice, this list of conditions and the following disclaimer in the 111 * documentation and/or other materials provided with the distribution. 112 * 113 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 114 * may be used to endorse or promote products derived from this software 115 * without specific prior written permission. 116 * 117 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 118 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 119 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 120 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 121 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 122 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 123 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 124 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 125 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 126 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 127 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 128 */ 129 ==> engine/src/ogre/com/jme3/scene/plugins/ogre/matext/package.html <== 130 ==> engine/src/ogre/com/jme3/scene/plugins/ogre/matext/MaterialExtensionLoader.java <== 131 /* 132 * Copyright (c) 2009-2010 jMonkeyEngine 133 * All rights reserved. 134 * 135 * Redistribution and use in source and binary forms, with or without 136 * modification, are permitted provided that the following conditions are 137 * met: 138 * 139 * * Redistributions of source code must retain the above copyright 140 * notice, this list of conditions and the following disclaimer. 141 * 142 * * Redistributions in binary form must reproduce the above copyright 143 * notice, this list of conditions and the following disclaimer in the 144 * documentation and/or other materials provided with the distribution. 145 * 146 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 147 * may be used to endorse or promote products derived from this software 148 * without specific prior written permission. 149 * 150 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 151 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 152 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 153 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 154 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 155 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 156 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 157 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 158 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 159 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 160 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 161 */ 162 ==> engine/src/ogre/com/jme3/scene/plugins/ogre/matext/MaterialExtensionSet.java <== 163 /* 164 * Copyright (c) 2009-2010 jMonkeyEngine 165 * All rights reserved. 166 * 167 * Redistribution and use in source and binary forms, with or without 168 * modification, are permitted provided that the following conditions are 169 * met: 170 * 171 * * Redistributions of source code must retain the above copyright 172 * notice, this list of conditions and the following disclaimer. 173 * 174 * * Redistributions in binary form must reproduce the above copyright 175 * notice, this list of conditions and the following disclaimer in the 176 * documentation and/or other materials provided with the distribution. 177 * 178 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 179 * may be used to endorse or promote products derived from this software 180 * without specific prior written permission. 181 * 182 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 183 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 184 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 185 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 186 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 187 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 188 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 189 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 190 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 191 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 192 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 193 */ 194 ==> engine/src/ogre/com/jme3/scene/plugins/ogre/matext/OgreMaterialKey.java <== 195 /* 196 * Copyright (c) 2009-2012 jMonkeyEngine 197 * All rights reserved. 198 * 199 * Redistribution and use in source and binary forms, with or without 200 * modification, are permitted provided that the following conditions are 201 * met: 202 * 203 * * Redistributions of source code must retain the above copyright 204 * notice, this list of conditions and the following disclaimer. 205 * 206 * * Redistributions in binary form must reproduce the above copyright 207 * notice, this list of conditions and the following disclaimer in the 208 * documentation and/or other materials provided with the distribution. 209 * 210 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 211 * may be used to endorse or promote products derived from this software 212 * without specific prior written permission. 213 * 214 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 215 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 216 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 217 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 218 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 219 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 220 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 221 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 222 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 223 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 224 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 225 */ 226 ==> engine/src/ogre/com/jme3/scene/plugins/ogre/MeshAnimationLoader.java <== 227 /* 228 * Copyright (c) 2009-2010 jMonkeyEngine 229 * All rights reserved. 230 * 231 * Redistribution and use in source and binary forms, with or without 232 * modification, are permitted provided that the following conditions are 233 * met: 234 * 235 * * Redistributions of source code must retain the above copyright 236 * notice, this list of conditions and the following disclaimer. 237 * 238 * * Redistributions in binary form must reproduce the above copyright 239 * notice, this list of conditions and the following disclaimer in the 240 * documentation and/or other materials provided with the distribution. 241 * 242 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 243 * may be used to endorse or promote products derived from this software 244 * without specific prior written permission. 245 * 246 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 247 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 248 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 249 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 250 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 251 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 252 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 253 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 254 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 255 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 256 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 257 */ 258 ==> engine/src/ogre/com/jme3/scene/plugins/ogre/SceneLoader.java <== 259 /* 260 * Copyright (c) 2009-2010 jMonkeyEngine 261 * All rights reserved. 262 * 263 * Redistribution and use in source and binary forms, with or without 264 * modification, are permitted provided that the following conditions are 265 * met: 266 * 267 * * Redistributions of source code must retain the above copyright 268 * notice, this list of conditions and the following disclaimer. 269 * 270 * * Redistributions in binary form must reproduce the above copyright 271 * notice, this list of conditions and the following disclaimer in the 272 * documentation and/or other materials provided with the distribution. 273 * 274 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 275 * may be used to endorse or promote products derived from this software 276 * without specific prior written permission. 277 * 278 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 279 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 280 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 281 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 282 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 283 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 284 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 285 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 286 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 287 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 288 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 289 */ 290 ==> engine/src/ogre/com/jme3/scene/plugins/ogre/MaterialLoader.java <== 291 /* 292 * Copyright (c) 2009-2010 jMonkeyEngine 293 * All rights reserved. 294 * 295 * Redistribution and use in source and binary forms, with or without 296 * modification, are permitted provided that the following conditions are 297 * met: 298 * 299 * * Redistributions of source code must retain the above copyright 300 * notice, this list of conditions and the following disclaimer. 301 * 302 * * Redistributions in binary form must reproduce the above copyright 303 * notice, this list of conditions and the following disclaimer in the 304 * documentation and/or other materials provided with the distribution. 305 * 306 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 307 * may be used to endorse or promote products derived from this software 308 * without specific prior written permission. 309 * 310 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 311 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 312 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 313 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 314 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 315 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 316 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 317 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 318 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 319 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 320 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 321 */ 322 ==> engine/src/ogre/com/jme3/scene/plugins/ogre/OgreMeshKey.java <== 323 /* 324 * Copyright (c) 2009-2010 jMonkeyEngine 325 * All rights reserved. 326 * 327 * Redistribution and use in source and binary forms, with or without 328 * modification, are permitted provided that the following conditions are 329 * met: 330 * 331 * * Redistributions of source code must retain the above copyright 332 * notice, this list of conditions and the following disclaimer. 333 * 334 * * Redistributions in binary form must reproduce the above copyright 335 * notice, this list of conditions and the following disclaimer in the 336 * documentation and/or other materials provided with the distribution. 337 * 338 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 339 * may be used to endorse or promote products derived from this software 340 * without specific prior written permission. 341 * 342 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 343 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 344 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 345 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 346 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 347 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 348 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 349 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 350 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 351 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 352 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 353 */ 354 ==> engine/src/blender/Common/MatDefs/Texture3D/tex3D.frag <== 355 ==> engine/src/blender/Common/MatDefs/Texture3D/tex3D.j3md <== 356 ==> engine/src/blender/Common/MatDefs/Texture3D/tex3D.vert <== 357 ==> engine/src/blender/.DS_Store <== 358 ==> engine/src/blender/com/jme3/.DS_Store <== 359 ==> engine/src/blender/com/jme3/asset/BlenderKey.java <== 360 /* 361 * Copyright (c) 2009-2012 jMonkeyEngine 362 * All rights reserved. 363 * 364 * Redistribution and use in source and binary forms, with or without 365 * modification, are permitted provided that the following conditions are 366 * met: 367 * 368 * * Redistributions of source code must retain the above copyright 369 * notice, this list of conditions and the following disclaimer. 370 * 371 * * Redistributions in binary form must reproduce the above copyright 372 * notice, this list of conditions and the following disclaimer in the 373 * documentation and/or other materials provided with the distribution. 374 * 375 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 376 * may be used to endorse or promote products derived from this software 377 * without specific prior written permission. 378 * 379 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 380 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 381 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 382 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 383 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 384 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 385 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 386 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 387 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 388 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 389 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 390 */ 391 ==> engine/src/blender/com/jme3/asset/GeneratedTextureKey.java <== 392 /** 393 * This key is mostly used to distinguish between textures that are loaded from 394 * the given assets and those being generated automatically. Every generated 395 * texture will have this kind of key attached. 396 * 397 * @author Marcin Roguski (Kaelthas) 398 */ 399 ==> engine/src/blender/com/jme3/scene/plugins/blender/meshes/MeshContext.java <== 400 /** 401 * Class that holds information about the mesh. 402 * 403 * @author Marcin Roguski (Kaelthas) 404 */ 405 ==> engine/src/blender/com/jme3/scene/plugins/blender/meshes/MeshHelper.java <== 406 /* 407 * Copyright (c) 2009-2010 jMonkeyEngine 408 * All rights reserved. 409 * 410 * Redistribution and use in source and binary forms, with or without 411 * modification, are permitted provided that the following conditions are 412 * met: 413 * 414 * * Redistributions of source code must retain the above copyright 415 * notice, this list of conditions and the following disclaimer. 416 * 417 * * Redistributions in binary form must reproduce the above copyright 418 * notice, this list of conditions and the following disclaimer in the 419 * documentation and/or other materials provided with the distribution. 420 * 421 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 422 * may be used to endorse or promote products derived from this software 423 * without specific prior written permission. 424 * 425 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 426 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 427 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 428 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 429 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 430 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 431 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 432 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 433 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 434 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 435 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 436 */ 437 ==> engine/src/blender/com/jme3/scene/plugins/blender/textures/UVCoordinatesGenerator.java <== 438 /* 439 * Copyright (c) 2009-2010 jMonkeyEngine 440 * All rights reserved. 441 * 442 * Redistribution and use in source and binary forms, with or without 443 * modification, are permitted provided that the following conditions are 444 * met: 445 * 446 * * Redistributions of source code must retain the above copyright 447 * notice, this list of conditions and the following disclaimer. 448 * 449 * * Redistributions in binary form must reproduce the above copyright 450 * notice, this list of conditions and the following disclaimer in the 451 * documentation and/or other materials provided with the distribution. 452 * 453 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 454 * may be used to endorse or promote products derived from this software 455 * without specific prior written permission. 456 * 457 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 458 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 459 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 460 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 461 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 462 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 463 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 464 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 465 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 466 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 467 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 468 */ 469 ==> engine/src/blender/com/jme3/scene/plugins/blender/textures/TextureHelper.java <== 470 /* 471 * Copyright (c) 2009-2010 jMonkeyEngine 472 * All rights reserved. 473 * 474 * Redistribution and use in source and binary forms, with or without 475 * modification, are permitted provided that the following conditions are 476 * met: 477 * 478 * * Redistributions of source code must retain the above copyright 479 * notice, this list of conditions and the following disclaimer. 480 * 481 * * Redistributions in binary form must reproduce the above copyright 482 * notice, this list of conditions and the following disclaimer in the 483 * documentation and/or other materials provided with the distribution. 484 * 485 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 486 * may be used to endorse or promote products derived from this software 487 * without specific prior written permission. 488 * 489 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 490 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 491 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 492 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 493 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 494 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 495 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 496 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 497 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 498 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 499 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 500 */ 501 ==> engine/src/blender/com/jme3/scene/plugins/blender/textures/TextureGeneratorNoise.java <== 502 /* 503 * Copyright (c) 2009-2010 jMonkeyEngine 504 * All rights reserved. 505 * 506 * Redistribution and use in source and binary forms, with or without 507 * modification, are permitted provided that the following conditions are 508 * met: 509 * 510 * * Redistributions of source code must retain the above copyright 511 * notice, this list of conditions and the following disclaimer. 512 * 513 * * Redistributions in binary form must reproduce the above copyright 514 * notice, this list of conditions and the following disclaimer in the 515 * documentation and/or other materials provided with the distribution. 516 * 517 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 518 * may be used to endorse or promote products derived from this software 519 * without specific prior written permission. 520 * 521 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 522 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 523 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 524 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 525 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 526 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 527 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 528 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 529 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 530 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 531 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 532 */ 533 ==> engine/src/blender/com/jme3/scene/plugins/blender/textures/TextureGeneratorStucci.java <== 534 /* 535 * Copyright (c) 2009-2010 jMonkeyEngine 536 * All rights reserved. 537 * 538 * Redistribution and use in source and binary forms, with or without 539 * modification, are permitted provided that the following conditions are 540 * met: 541 * 542 * * Redistributions of source code must retain the above copyright 543 * notice, this list of conditions and the following disclaimer. 544 * 545 * * Redistributions in binary form must reproduce the above copyright 546 * notice, this list of conditions and the following disclaimer in the 547 * documentation and/or other materials provided with the distribution. 548 * 549 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 550 * may be used to endorse or promote products derived from this software 551 * without specific prior written permission. 552 * 553 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 554 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 555 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 556 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 557 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 558 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 559 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 560 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 561 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 562 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 563 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 564 */ 565 ==> engine/src/blender/com/jme3/scene/plugins/blender/textures/TextureGeneratorMagic.java <== 566 /* 567 * Copyright (c) 2009-2010 jMonkeyEngine 568 * All rights reserved. 569 * 570 * Redistribution and use in source and binary forms, with or without 571 * modification, are permitted provided that the following conditions are 572 * met: 573 * 574 * * Redistributions of source code must retain the above copyright 575 * notice, this list of conditions and the following disclaimer. 576 * 577 * * Redistributions in binary form must reproduce the above copyright 578 * notice, this list of conditions and the following disclaimer in the 579 * documentation and/or other materials provided with the distribution. 580 * 581 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 582 * may be used to endorse or promote products derived from this software 583 * without specific prior written permission. 584 * 585 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 586 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 587 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 588 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 589 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 590 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 591 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 592 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 593 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 594 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 595 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 596 */ 597 ==> engine/src/blender/com/jme3/scene/plugins/blender/textures/TextureGeneratorDistnoise.java <== 598 /* 599 * Copyright (c) 2009-2010 jMonkeyEngine 600 * All rights reserved. 601 * 602 * Redistribution and use in source and binary forms, with or without 603 * modification, are permitted provided that the following conditions are 604 * met: 605 * 606 * * Redistributions of source code must retain the above copyright 607 * notice, this list of conditions and the following disclaimer. 608 * 609 * * Redistributions in binary form must reproduce the above copyright 610 * notice, this list of conditions and the following disclaimer in the 611 * documentation and/or other materials provided with the distribution. 612 * 613 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 614 * may be used to endorse or promote products derived from this software 615 * without specific prior written permission. 616 * 617 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 618 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 619 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 620 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 621 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 622 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 623 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 624 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 625 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 626 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 627 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 628 */ 629 ==> engine/src/blender/com/jme3/scene/plugins/blender/textures/TextureGeneratorMusgrave.java <== 630 /* 631 * Copyright (c) 2009-2010 jMonkeyEngine 632 * All rights reserved. 633 * 634 * Redistribution and use in source and binary forms, with or without 635 * modification, are permitted provided that the following conditions are 636 * met: 637 * 638 * * Redistributions of source code must retain the above copyright 639 * notice, this list of conditions and the following disclaimer. 640 * 641 * * Redistributions in binary form must reproduce the above copyright 642 * notice, this list of conditions and the following disclaimer in the 643 * documentation and/or other materials provided with the distribution. 644 * 645 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 646 * may be used to endorse or promote products derived from this software 647 * without specific prior written permission. 648 * 649 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 650 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 651 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 652 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 653 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 654 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 655 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 656 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 657 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 658 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 659 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 660 */ 661 ==> engine/src/blender/com/jme3/scene/plugins/blender/textures/TextureGeneratorWood.java <== 662 /* 663 * 664 * $Id: noise.c 14611 2008-04-29 08:24:33Z campbellbarton $ 665 * 666 * ***** BEGIN GPL LICENSE BLOCK ***** 667 * 668 * This program is free software; you can redistribute it and/or 669 * modify it under the terms of the GNU General Public License 670 * as published by the Free Software Foundation; either version 2 671 * of the License, or (at your option) any later version. 672 * 673 * This program is distributed in the hope that it will be useful, 674 * but WITHOUT ANY WARRANTY; without even the implied warranty of 675 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 676 * GNU General Public License for more details. 677 * 678 * You should have received a copy of the GNU General Public License 679 * along with this program; if not, write to the Free Software Foundation, 680 * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 681 * 682 * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV. 683 * All rights reserved. 684 * 685 * The Original Code is: all of this file. 686 * 687 * Contributor(s): none yet. 688 * 689 * ***** END GPL LICENSE BLOCK ***** 690 * 691 */ 692 ==> engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/TextureBlenderDDS.java <== 693 /** 694 * The class that is responsible for blending the following texture types: 695 * <li> DXT1 696 * <li> DXT3 697 * <li> DXT5 698 * Not yet supported (but will be): 699 * <li> DXT1A: 700 * @author Marcin Roguski (Kaelthas) 701 */ 702 ==> engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/TextureBlenderAWT.java <== 703 /** 704 * The class that is responsible for blending the following texture types: 705 * <li> RGBA8 706 * <li> ABGR8 707 * <li> BGR8 708 * <li> RGB8 709 * Not yet supported (but will be): 710 * <li> ARGB4444: 711 * <li> RGB10: 712 * <li> RGB111110F: 713 * <li> RGB16: 714 * <li> RGB16F: 715 * <li> RGB16F_to_RGB111110F: 716 * <li> RGB16F_to_RGB9E5: 717 * <li> RGB32F: 718 * <li> RGB565: 719 * <li> RGB5A1: 720 * <li> RGB9E5: 721 * <li> RGBA16: 722 * <li> RGBA16F 723 ==> engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/TextureBlenderLuminance.java <== 724 /** 725 * The class that is responsible for blending the following texture types: 726 * <li> Luminance8 727 * <li> Luminance8Alpha8 728 * Not yet supported (but will be): 729 * <li> Luminance16: 730 * <li> Luminance16Alpha16: 731 * <li> Luminance16F: 732 * <li> Luminance16FAlpha16F: 733 * <li> Luminance32F: 734 * @author Marcin Roguski (Kaelthas) 735 */ 736 ==> engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/TextureBlender.java <== 737 /** 738 * An interface for texture blending classes (the classes that mix the texture 739 * pixels with the material colors). 740 * 741 * @author Marcin Roguski (Kaelthas) 742 */ 743 ==> engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/AbstractTextureBlender.java <== 744 /** 745 * An abstract class that contains the basic methods used by the classes that 746 * will derive from it. 747 * 748 * @author Marcin Roguski (Kaelthas) 749 */ 750 /* package */abstract class AbstractTextureBlender implements TextureBlender { 751 ==> engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/TextureBlenderFactory.java <== 752 /** 753 * This class creates the texture blending class depending on the texture type. 754 * 755 * @author Marcin Roguski (Kaelthas) 756 */ 757 ==> engine/src/blender/com/jme3/scene/plugins/blender/textures/NoiseGenerator.java <== 758 /* 759 * Copyright (c) 2009-2010 jMonkeyEngine 760 * All rights reserved. 761 * 762 * Redistribution and use in source and binary forms, with or without 763 * modification, are permitted provided that the following conditions are 764 * met: 765 * 766 * * Redistributions of source code must retain the above copyright 767 * notice, this list of conditions and the following disclaimer. 768 * 769 * * Redistributions in binary form must reproduce the above copyright 770 * notice, this list of conditions and the following disclaimer in the 771 * documentation and/or other materials provided with the distribution. 772 * 773 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 774 * may be used to endorse or promote products derived from this software 775 * without specific prior written permission. 776 * 777 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 778 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 779 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 780 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 781 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 782 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 783 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 784 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 785 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 786 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 787 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 788 */ 789 ==> engine/src/blender/com/jme3/scene/plugins/blender/textures/TextureGeneratorVoronoi.java <== 790 /* 791 * Copyright (c) 2009-2010 jMonkeyEngine 792 * All rights reserved. 793 * 794 * Redistribution and use in source and binary forms, with or without 795 * modification, are permitted provided that the following conditions are 796 * met: 797 * 798 * * Redistributions of source code must retain the above copyright 799 * notice, this list of conditions and the following disclaimer. 800 * 801 * * Redistributions in binary form must reproduce the above copyright 802 * notice, this list of conditions and the following disclaimer in the 803 * documentation and/or other materials provided with the distribution. 804 * 805 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 806 * may be used to endorse or promote products derived from this software 807 * without specific prior written permission. 808 * 809 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 810 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 811 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 812 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 813 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 814 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 815 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 816 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 817 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 818 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 819 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 820 */ 821 ==> engine/src/blender/com/jme3/scene/plugins/blender/textures/TextureGeneratorClouds.java <== 822 /* 823 * Copyright (c) 2009-2010 jMonkeyEngine 824 * All rights reserved. 825 * 826 * Redistribution and use in source and binary forms, with or without 827 * modification, are permitted provided that the following conditions are 828 * met: 829 * 830 * * Redistributions of source code must retain the above copyright 831 * notice, this list of conditions and the following disclaimer. 832 * 833 * * Redistributions in binary form must reproduce the above copyright 834 * notice, this list of conditions and the following disclaimer in the 835 * documentation and/or other materials provided with the distribution. 836 * 837 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 838 * may be used to endorse or promote products derived from this software 839 * without specific prior written permission. 840 * 841 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 842 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 843 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 844 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 845 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 846 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 847 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 848 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 849 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 850 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 851 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 852 */ 853 ==> engine/src/blender/com/jme3/scene/plugins/blender/textures/UVProjectionGenerator.java <== 854 /** 855 * This class helps with projection calculations. 856 * 857 * @author Marcin Roguski (Kaelthas) 858 */ 859 /* package */class UVProjectionGenerator { 860 ==> engine/src/blender/com/jme3/scene/plugins/blender/textures/TextureGeneratorBlend.java <== 861 /* 862 * Copyright (c) 2009-2010 jMonkeyEngine 863 * All rights reserved. 864 * 865 * Redistribution and use in source and binary forms, with or without 866 * modification, are permitted provided that the following conditions are 867 * met: 868 * 869 * * Redistributions of source code must retain the above copyright 870 * notice, this list of conditions and the following disclaimer. 871 * 872 * * Redistributions in binary form must reproduce the above copyright 873 * notice, this list of conditions and the following disclaimer in the 874 * documentation and/or other materials provided with the distribution. 875 * 876 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 877 * may be used to endorse or promote products derived from this software 878 * without specific prior written permission. 879 * 880 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 881 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 882 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 883 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 884 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 885 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 886 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 887 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 888 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 889 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 890 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 891 */ 892 ==> engine/src/blender/com/jme3/scene/plugins/blender/textures/TexturePixel.java <== 893 /** 894 * The class that stores the pixel values of a texture. 895 * 896 * @author Marcin Roguski (Kaelthas) 897 */ 898 ==> engine/src/blender/com/jme3/scene/plugins/blender/textures/ImageLoader.java <== 899 /* 900 * Copyright (c) 2009-2010 jMonkeyEngine 901 * All rights reserved. 902 * 903 * Redistribution and use in source and binary forms, with or without 904 * modification, are permitted provided that the following conditions are 905 * met: 906 * 907 * * Redistributions of source code must retain the above copyright 908 * notice, this list of conditions and the following disclaimer. 909 * 910 * * Redistributions in binary form must reproduce the above copyright 911 * notice, this list of conditions and the following disclaimer in the 912 * documentation and/or other materials provided with the distribution. 913 * 914 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 915 * may be used to endorse or promote products derived from this software 916 * without specific prior written permission. 917 * 918 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 919 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 920 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 921 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 922 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 923 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 924 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 925 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 926 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 927 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 928 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 929 */ 930 ==> engine/src/blender/com/jme3/scene/plugins/blender/textures/TextureGenerator.java <== 931 /* 932 * Copyright (c) 2009-2010 jMonkeyEngine 933 * All rights reserved. 934 * 935 * Redistribution and use in source and binary forms, with or without 936 * modification, are permitted provided that the following conditions are 937 * met: 938 * 939 * * Redistributions of source code must retain the above copyright 940 * notice, this list of conditions and the following disclaimer. 941 * 942 * * Redistributions in binary form must reproduce the above copyright 943 * notice, this list of conditions and the following disclaimer in the 944 * documentation and/or other materials provided with the distribution. 945 * 946 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 947 * may be used to endorse or promote products derived from this software 948 * without specific prior written permission. 949 * 950 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 951 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 952 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 953 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 954 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 955 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 956 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 957 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 958 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 959 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 960 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 961 */ 962 ==> engine/src/blender/com/jme3/scene/plugins/blender/textures/TextureGeneratorMarble.java <== 963 /* 964 * Copyright (c) 2009-2010 jMonkeyEngine 965 * All rights reserved. 966 * 967 * Redistribution and use in source and binary forms, with or without 968 * modification, are permitted provided that the following conditions are 969 * met: 970 * 971 * * Redistributions of source code must retain the above copyright 972 * notice, this list of conditions and the following disclaimer. 973 * 974 * * Redistributions in binary form must reproduce the above copyright 975 * notice, this list of conditions and the following disclaimer in the 976 * documentation and/or other materials provided with the distribution. 977 * 978 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 979 * may be used to endorse or promote products derived from this software 980 * without specific prior written permission. 981 * 982 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 983 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 984 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 985 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 986 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 987 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 988 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 989 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 990 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 991 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 992 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 993 */ 994 ==> engine/src/blender/com/jme3/scene/plugins/blender/textures/noiseconstants.dat <== 995 ==> engine/src/blender/com/jme3/scene/plugins/blender/curves/CurvesHelper.java <== 996 /** 997 * A class that is used in mesh calculations. 998 * @author Marcin Roguski 999 */ 1000 ==> engine/src/blender/com/jme3/scene/plugins/blender/curves/BezierCurve.java <== 1001 /** 1002 * A class that helps to calculate the bezier curves calues. It uses doubles for performing calculations to minimize 1003 * floating point operations errors. 1004 * @author Marcin Roguski 1005 */ 1006 ==> engine/src/blender/com/jme3/scene/plugins/blender/cameras/CameraHelper.java <== 1007 /** 1008 * A class that is used to load cameras into the scene. 1009 * @author Marcin Roguski 1010 */ 1011 ==> engine/src/blender/com/jme3/scene/plugins/blender/animations/IpoHelper.java <== 1012 /** 1013 * This class helps to compute values from interpolation curves for features 1014 * like animation or constraint influence. The curves are 3rd degree bezier 1015 * curves. 1016 * 1017 * @author Marcin Roguski 1018 */ 1019 ==> engine/src/blender/com/jme3/scene/plugins/blender/animations/ArmatureHelper.java <== 1020 /* 1021 * Copyright (c) 2009-2010 jMonkeyEngine 1022 * All rights reserved. 1023 * 1024 * Redistribution and use in source and binary forms, with or without 1025 * modification, are permitted provided that the following conditions are 1026 * met: 1027 * 1028 * * Redistributions of source code must retain the above copyright 1029 * notice, this list of conditions and the following disclaimer. 1030 * 1031 * * Redistributions in binary form must reproduce the above copyright 1032 * notice, this list of conditions and the following disclaimer in the 1033 * documentation and/or other materials provided with the distribution. 1034 * 1035 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 1036 * may be used to endorse or promote products derived from this software 1037 * without specific prior written permission. 1038 * 1039 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1040 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 1041 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1042 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 1043 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 1044 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 1045 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1046 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 1047 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1048 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1049 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1050 */ 1051 ==> engine/src/blender/com/jme3/scene/plugins/blender/animations/Ipo.java <== 1052 /** 1053 * This class is used to calculate bezier curves value for the given frames. The 1054 * Ipo (interpolation object) consists of several b-spline curves (connected 3rd 1055 * degree bezier curves) of a different type. 1056 * 1057 * @author Marcin Roguski 1058 */ 1059 ==> engine/src/blender/com/jme3/scene/plugins/blender/animations/BoneContext.java <== 1060 /** 1061 * This class holds the basic data that describes a bone. 1062 * 1063 * @author Marcin Roguski (Kaelthas) 1064 */ 1065 ==> engine/src/blender/com/jme3/scene/plugins/blender/animations/CalculationBone.java <== 1066 /** 1067 * The purpose of this class is to imitate bone's movement when calculating inverse kinematics. 1068 * @author Marcin Roguski (Kaelthas) 1069 */ 1070 ==> engine/src/blender/com/jme3/scene/plugins/blender/objects/Properties.java <== 1071 /** 1072 * The blender object's custom properties. 1073 * This class is valid for all versions of blender. 1074 * @author Marcin Roguski (Kaelthas) 1075 */ 1076 ==> engine/src/blender/com/jme3/scene/plugins/blender/objects/ObjectHelper.java <== 1077 /* 1078 * Copyright (c) 2009-2010 jMonkeyEngine 1079 * All rights reserved. 1080 * 1081 * Redistribution and use in source and binary forms, with or without 1082 * modification, are permitted provided that the following conditions are 1083 * met: 1084 * 1085 * * Redistributions of source code must retain the above copyright 1086 * notice, this list of conditions and the following disclaimer. 1087 * 1088 * * Redistributions in binary form must reproduce the above copyright 1089 * notice, this list of conditions and the following disclaimer in the 1090 * documentation and/or other materials provided with the distribution. 1091 * 1092 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 1093 * may be used to endorse or promote products derived from this software 1094 * without specific prior written permission. 1095 * 1096 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1097 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 1098 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1099 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 1100 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 1101 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 1102 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1103 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 1104 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1105 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1106 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1107 */ 1108 ==> engine/src/blender/com/jme3/scene/plugins/blender/BlenderModelLoader.java <== 1109 /* 1110 * Copyright (c) 2009-2010 jMonkeyEngine 1111 * All rights reserved. 1112 * 1113 * Redistribution and use in source and binary forms, with or without 1114 * modification, are permitted provided that the following conditions are 1115 * met: 1116 * 1117 * * Redistributions of source code must retain the above copyright 1118 * notice, this list of conditions and the following disclaimer. 1119 * 1120 * * Redistributions in binary form must reproduce the above copyright 1121 * notice, this list of conditions and the following disclaimer in the 1122 * documentation and/or other materials provided with the distribution. 1123 * 1124 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 1125 * may be used to endorse or promote products derived from this software 1126 * without specific prior written permission. 1127 * 1128 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1129 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 1130 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1131 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 1132 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 1133 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 1134 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1135 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 1136 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1137 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1138 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1139 */ 1140 ==> engine/src/blender/com/jme3/scene/plugins/blender/BlenderLoader.java <== 1141 /* 1142 * Copyright (c) 2009-2010 jMonkeyEngine 1143 * All rights reserved. 1144 * 1145 * Redistribution and use in source and binary forms, with or without 1146 * modification, are permitted provided that the following conditions are 1147 * met: 1148 * 1149 * * Redistributions of source code must retain the above copyright 1150 * notice, this list of conditions and the following disclaimer. 1151 * 1152 * * Redistributions in binary form must reproduce the above copyright 1153 * notice, this list of conditions and the following disclaimer in the 1154 * documentation and/or other materials provided with the distribution. 1155 * 1156 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 1157 * may be used to endorse or promote products derived from this software 1158 * without specific prior written permission. 1159 * 1160 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1161 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 1162 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1163 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 1164 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 1165 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 1166 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1167 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 1168 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1169 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1170 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1171 */ 1172 ==> engine/src/blender/com/jme3/scene/plugins/blender/modifiers/MirrorModifier.java <== 1173 /** 1174 * This modifier allows to array modifier to the object. 1175 * 1176 * @author Marcin Roguski (Kaelthas) 1177 */ 1178 /*package*/ class MirrorModifier extends Modifier { 1179 ==> engine/src/blender/com/jme3/scene/plugins/blender/modifiers/ArrayModifier.java <== 1180 /** 1181 * This modifier allows to array modifier to the object. 1182 * 1183 * @author Marcin Roguski (Kaelthas) 1184 */ 1185 /*package*/ class ArrayModifier extends Modifier { 1186 ==> engine/src/blender/com/jme3/scene/plugins/blender/modifiers/ObjectAnimationModifier.java <== 1187 /** 1188 * This modifier allows to add animation to the object. 1189 * 1190 * @author Marcin Roguski (Kaelthas) 1191 */ 1192 /* package */class ObjectAnimationModifier extends Modifier { 1193 ==> engine/src/blender/com/jme3/scene/plugins/blender/modifiers/ModifierHelper.java <== 1194 /* 1195 * Copyright (c) 2009-2012 jMonkeyEngine 1196 * All rights reserved. 1197 * 1198 * Redistribution and use in source and binary forms, with or without 1199 * modification, are permitted provided that the following conditions are 1200 * met: 1201 * 1202 * * Redistributions of source code must retain the above copyright 1203 * notice, this list of conditions and the following disclaimer. 1204 * 1205 * * Redistributions in binary form must reproduce the above copyright 1206 * notice, this list of conditions and the following disclaimer in the 1207 * documentation and/or other materials provided with the distribution. 1208 * 1209 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 1210 * may be used to endorse or promote products derived from this software 1211 * without specific prior written permission. 1212 * 1213 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1214 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 1215 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1216 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 1217 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 1218 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 1219 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1220 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 1221 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1222 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1223 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1224 */ 1225 ==> engine/src/blender/com/jme3/scene/plugins/blender/modifiers/ArmatureModifier.java <== 1226 ==> engine/src/blender/com/jme3/scene/plugins/blender/modifiers/Modifier.java <== 1227 /** 1228 * This class represents an object's modifier. The modifier object can be varied 1229 * and the user needs to know what is the type of it for the specified type 1230 * name. For example "ArmatureModifierData" type specified in blender is 1231 * represented by AnimData object from jMonkeyEngine. 1232 * 1233 * @author Marcin Roguski (Kaelthas) 1234 */ 1235 ==> engine/src/blender/com/jme3/scene/plugins/blender/modifiers/ParticlesModifier.java <== 1236 /** 1237 * This modifier allows to add particles to the object. 1238 * 1239 * @author Marcin Roguski (Kaelthas) 1240 */ 1241 /* package */class ParticlesModifier extends Modifier { 1242 ==> engine/src/blender/com/jme3/scene/plugins/blender/AbstractBlenderHelper.java <== 1243 /* 1244 * Copyright (c) 2009-2010 jMonkeyEngine 1245 * All rights reserved. 1246 * 1247 * Redistribution and use in source and binary forms, with or without 1248 * modification, are permitted provided that the following conditions are 1249 * met: 1250 * 1251 * * Redistributions of source code must retain the above copyright 1252 * notice, this list of conditions and the following disclaimer. 1253 * 1254 * * Redistributions in binary form must reproduce the above copyright 1255 * notice, this list of conditions and the following disclaimer in the 1256 * documentation and/or other materials provided with the distribution. 1257 * 1258 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 1259 * may be used to endorse or promote products derived from this software 1260 * without specific prior written permission. 1261 * 1262 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1263 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 1264 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1265 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 1266 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 1267 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 1268 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1269 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 1270 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1271 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1272 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1273 */ 1274 ==> engine/src/blender/com/jme3/scene/plugins/blender/particles/ParticlesHelper.java <== 1275 ==> engine/src/blender/com/jme3/scene/plugins/blender/materials/IAlphaMask.java <== 1276 /** 1277 * An interface used in calculating alpha mask during particles' texture calculations. 1278 * @author Marcin Roguski (Kaelthas) 1279 */ 1280 /*package*/ interface IAlphaMask { 1281 ==> engine/src/blender/com/jme3/scene/plugins/blender/materials/MaterialContext.java <== 1282 /** 1283 * This class holds the data about the material. 1284 * @author Marcin Roguski (Kaelthas) 1285 */ 1286 ==> engine/src/blender/com/jme3/scene/plugins/blender/materials/MaterialHelper.java <== 1287 /* 1288 * Copyright (c) 2009-2012 jMonkeyEngine 1289 * All rights reserved. 1290 * 1291 * Redistribution and use in source and binary forms, with or without 1292 * modification, are permitted provided that the following conditions are 1293 * met: 1294 * 1295 * * Redistributions of source code must retain the above copyright 1296 * notice, this list of conditions and the following disclaimer. 1297 * 1298 * * Redistributions in binary form must reproduce the above copyright 1299 * notice, this list of conditions and the following disclaimer in the 1300 * documentation and/or other materials provided with the distribution. 1301 * 1302 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 1303 * may be used to endorse or promote products derived from this software 1304 * without specific prior written permission. 1305 * 1306 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1307 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 1308 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1309 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 1310 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 1311 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 1312 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1313 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 1314 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1315 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1316 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1317 */ 1318 ==> engine/src/blender/com/jme3/scene/plugins/blender/file/BlenderInputStream.java <== 1319 /* 1320 * Copyright (c) 2009-2012 jMonkeyEngine 1321 * All rights reserved. 1322 * 1323 * Redistribution and use in source and binary forms, with or without 1324 * modification, are permitted provided that the following conditions are 1325 * met: 1326 * 1327 * * Redistributions of source code must retain the above copyright 1328 * notice, this list of conditions and the following disclaimer. 1329 * 1330 * * Redistributions in binary form must reproduce the above copyright 1331 * notice, this list of conditions and the following disclaimer in the 1332 * documentation and/or other materials provided with the distribution. 1333 * 1334 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 1335 * may be used to endorse or promote products derived from this software 1336 * without specific prior written permission. 1337 * 1338 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1339 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 1340 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1341 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 1342 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 1343 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 1344 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1345 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 1346 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1347 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1348 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1349 */ 1350 ==> engine/src/blender/com/jme3/scene/plugins/blender/file/DynamicArray.java <== 1351 /* 1352 * Copyright (c) 2009-2010 jMonkeyEngine 1353 * All rights reserved. 1354 * 1355 * Redistribution and use in source and binary forms, with or without 1356 * modification, are permitted provided that the following conditions are 1357 * met: 1358 * 1359 * * Redistributions of source code must retain the above copyright 1360 * notice, this list of conditions and the following disclaimer. 1361 * 1362 * * Redistributions in binary form must reproduce the above copyright 1363 * notice, this list of conditions and the following disclaimer in the 1364 * documentation and/or other materials provided with the distribution. 1365 * 1366 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 1367 * may be used to endorse or promote products derived from this software 1368 * without specific prior written permission. 1369 * 1370 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1371 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 1372 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1373 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 1374 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 1375 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 1376 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1377 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 1378 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1379 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1380 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1381 */ 1382 ==> engine/src/blender/com/jme3/scene/plugins/blender/file/Pointer.java <== 1383 /* 1384 * Copyright (c) 2009-2012 jMonkeyEngine 1385 * All rights reserved. 1386 * 1387 * Redistribution and use in source and binary forms, with or without 1388 * modification, are permitted provided that the following conditions are 1389 * met: 1390 * 1391 * * Redistributions of source code must retain the above copyright 1392 * notice, this list of conditions and the following disclaimer. 1393 * 1394 * * Redistributions in binary form must reproduce the above copyright 1395 * notice, this list of conditions and the following disclaimer in the 1396 * documentation and/or other materials provided with the distribution. 1397 * 1398 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 1399 * may be used to endorse or promote products derived from this software 1400 * without specific prior written permission. 1401 * 1402 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1403 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 1404 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1405 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 1406 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 1407 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 1408 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1409 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 1410 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1411 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1412 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1413 */ 1414 ==> engine/src/blender/com/jme3/scene/plugins/blender/file/FileBlockHeader.java <== 1415 /* 1416 * Copyright (c) 2009-2010 jMonkeyEngine 1417 * All rights reserved. 1418 * 1419 * Redistribution and use in source and binary forms, with or without 1420 * modification, are permitted provided that the following conditions are 1421 * met: 1422 * 1423 * * Redistributions of source code must retain the above copyright 1424 * notice, this list of conditions and the following disclaimer. 1425 * 1426 * * Redistributions in binary form must reproduce the above copyright 1427 * notice, this list of conditions and the following disclaimer in the 1428 * documentation and/or other materials provided with the distribution. 1429 * 1430 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 1431 * may be used to endorse or promote products derived from this software 1432 * without specific prior written permission. 1433 * 1434 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1435 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 1436 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1437 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 1438 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 1439 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 1440 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1441 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 1442 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1443 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1444 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1445 */ 1446 ==> engine/src/blender/com/jme3/scene/plugins/blender/file/Structure.java <== 1447 /* 1448 * Copyright (c) 2009-2010 jMonkeyEngine 1449 * All rights reserved. 1450 * 1451 * Redistribution and use in source and binary forms, with or without 1452 * modification, are permitted provided that the following conditions are 1453 * met: 1454 * 1455 * * Redistributions of source code must retain the above copyright 1456 * notice, this list of conditions and the following disclaimer. 1457 * 1458 * * Redistributions in binary form must reproduce the above copyright 1459 * notice, this list of conditions and the following disclaimer in the 1460 * documentation and/or other materials provided with the distribution. 1461 * 1462 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 1463 * may be used to endorse or promote products derived from this software 1464 * without specific prior written permission. 1465 * 1466 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1467 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 1468 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1469 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 1470 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 1471 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 1472 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1473 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 1474 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1475 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1476 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1477 */ 1478 ==> engine/src/blender/com/jme3/scene/plugins/blender/file/Field.java <== 1479 /** 1480 * This class represents a single field in the structure. It can be either a primitive type or a table or a reference to 1481 * another structure. 1482 * @author Marcin Roguski 1483 */ 1484 /*package*/ 1485 ==> engine/src/blender/com/jme3/scene/plugins/blender/file/DnaBlockData.java <== 1486 /* 1487 * Copyright (c) 2009-2010 jMonkeyEngine 1488 * All rights reserved. 1489 * 1490 * Redistribution and use in source and binary forms, with or without 1491 * modification, are permitted provided that the following conditions are 1492 * met: 1493 * 1494 * * Redistributions of source code must retain the above copyright 1495 * notice, this list of conditions and the following disclaimer. 1496 * 1497 * * Redistributions in binary form must reproduce the above copyright 1498 * notice, this list of conditions and the following disclaimer in the 1499 * documentation and/or other materials provided with the distribution. 1500 * 1501 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 1502 * may be used to endorse or promote products derived from this software 1503 * without specific prior written permission. 1504 * 1505 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1506 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 1507 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1508 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 1509 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 1510 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 1511 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1512 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 1513 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1514 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1515 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1516 */ 1517 ==> engine/src/blender/com/jme3/scene/plugins/blender/exceptions/BlenderFileException.java <== 1518 /* 1519 * Copyright (c) 2009-2010 jMonkeyEngine 1520 * All rights reserved. 1521 * 1522 * Redistribution and use in source and binary forms, with or without 1523 * modification, are permitted provided that the following conditions are 1524 * met: 1525 * 1526 * * Redistributions of source code must retain the above copyright 1527 * notice, this list of conditions and the following disclaimer. 1528 * 1529 * * Redistributions in binary form must reproduce the above copyright 1530 * notice, this list of conditions and the following disclaimer in the 1531 * documentation and/or other materials provided with the distribution. 1532 * 1533 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 1534 * may be used to endorse or promote products derived from this software 1535 * without specific prior written permission. 1536 * 1537 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1538 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 1539 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1540 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 1541 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 1542 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 1543 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1544 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 1545 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1546 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1547 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1548 */ 1549 /** 1550 * This exception is thrown when blend file data is somehow invalid. 1551 ==> engine/src/blender/com/jme3/scene/plugins/blender/AbstractBlenderLoader.java <== 1552 /* 1553 * Copyright (c) 2009-2010 jMonkeyEngine 1554 * All rights reserved. 1555 * 1556 * Redistribution and use in source and binary forms, with or without 1557 * modification, are permitted provided that the following conditions are 1558 * met: 1559 * 1560 * * Redistributions of source code must retain the above copyright 1561 * notice, this list of conditions and the following disclaimer. 1562 * 1563 * * Redistributions in binary form must reproduce the above copyright 1564 * notice, this list of conditions and the following disclaimer in the 1565 * documentation and/or other materials provided with the distribution. 1566 * 1567 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 1568 * may be used to endorse or promote products derived from this software 1569 * without specific prior written permission. 1570 * 1571 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1572 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 1573 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1574 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 1575 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 1576 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 1577 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1578 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 1579 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1580 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1581 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1582 */ 1583 ==> engine/src/blender/com/jme3/scene/plugins/blender/lights/LightHelper.java <== 1584 /* 1585 * Copyright (c) 2009-2010 jMonkeyEngine 1586 * All rights reserved. 1587 * 1588 * Redistribution and use in source and binary forms, with or without 1589 * modification, are permitted provided that the following conditions are 1590 * met: 1591 * 1592 * * Redistributions of source code must retain the above copyright 1593 * notice, this list of conditions and the following disclaimer. 1594 * 1595 * * Redistributions in binary form must reproduce the above copyright 1596 * notice, this list of conditions and the following disclaimer in the 1597 * documentation and/or other materials provided with the distribution. 1598 * 1599 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 1600 * may be used to endorse or promote products derived from this software 1601 * without specific prior written permission. 1602 * 1603 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1604 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 1605 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1606 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 1607 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 1608 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 1609 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1610 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 1611 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1612 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1613 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1614 */ 1615 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/ConstraintChildOf.java <== 1616 /** 1617 * This class represents 'ChildOf' constraint type in blender. 1618 * @author Marcin Roguski (Kaelthas) 1619 */ 1620 /*package*/ class ConstraintChildOf extends Constraint { 1621 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/Constraint.java <== 1622 /** 1623 * The implementation of a constraint. 1624 * 1625 * @author Marcin Roguski (Kaelthas) 1626 */ 1627 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/ConstraintTransform.java <== 1628 /** 1629 * This class represents 'Transform' constraint type in blender. 1630 * @author Marcin Roguski (Kaelthas) 1631 */ 1632 /*package*/ class ConstraintTransform extends Constraint { 1633 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/ConstraintClampTo.java <== 1634 /** 1635 * This class represents 'Clamp to' constraint type in blender. 1636 * @author Marcin Roguski (Kaelthas) 1637 */ 1638 /*package*/ class ConstraintClampTo extends Constraint { 1639 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/ConstraintRigidBodyJoint.java <== 1640 /** 1641 * This class represents 'Rigid body joint' constraint type in blender. 1642 * @author Marcin Roguski (Kaelthas) 1643 */ 1644 /*package*/ class ConstraintRigidBodyJoint extends Constraint { 1645 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/Feature.java <== 1646 /** 1647 * This class represents either owner or target of the constraint. It has the 1648 * common methods that take the evalueation space of the feature. 1649 * 1650 * @author Marcin Roguski (Kaelthas) 1651 */ 1652 /* package */class Feature { 1653 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/ConstraintMinMax.java <== 1654 /** 1655 * This class represents 'Min max' constraint type in blender. 1656 * @author Marcin Roguski (Kaelthas) 1657 */ 1658 /*package*/ class ConstraintMinMax extends Constraint { 1659 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/ConstraintFollowPath.java <== 1660 /** 1661 * This class represents 'Follow path' constraint type in blender. 1662 * @author Marcin Roguski (Kaelthas) 1663 */ 1664 /*package*/ class ConstraintFollowPath extends Constraint { 1665 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/ConstraintNull.java <== 1666 /** 1667 * This class represents 'Null' constraint type in blender. 1668 * @author Marcin Roguski (Kaelthas) 1669 */ 1670 /*package*/ class ConstraintNull extends Constraint { 1671 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/ConstraintDistLimit.java <== 1672 /** 1673 * This class represents 'Dist limit' constraint type in blender. 1674 * @author Marcin Roguski (Kaelthas) 1675 */ 1676 /*package*/ class ConstraintDistLimit extends Constraint { 1677 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/ConstraintPython.java <== 1678 /** 1679 * This class represents 'Python' constraint type in blender. 1680 * @author Marcin Roguski (Kaelthas) 1681 */ 1682 /*package*/ class ConstraintPython extends Constraint { 1683 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/ConstraintLocLimit.java <== 1684 /** 1685 * This class represents 'Loc limit' constraint type in blender. 1686 * @author Marcin Roguski (Kaelthas) 1687 */ 1688 /*package*/ class ConstraintLocLimit extends Constraint { 1689 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/ConstraintAction.java <== 1690 /** 1691 * This class represents 'Action' constraint type in blender. 1692 * @author Marcin Roguski (Kaelthas) 1693 */ 1694 /*package*/ class ConstraintAction extends Constraint { 1695 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/BlenderTrack.java <== 1696 /** 1697 * This class holds either the bone track or spatial track. Is made to improve 1698 * code readability. 1699 * 1700 * @author Marcin Roguski (Kaelthas) 1701 */ 1702 /* package */final class BlenderTrack implements Track { 1703 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/ConstraintLockTrack.java <== 1704 /** 1705 * This class represents 'Action' constraint type in blender. 1706 * @author Marcin Roguski (Kaelthas) 1707 */ 1708 /*package*/ class ConstraintLockTrack extends Constraint { 1709 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/ConstraintSizeLike.java <== 1710 /** 1711 * This class represents 'Size like' constraint type in blender. 1712 * @author Marcin Roguski (Kaelthas) 1713 */ 1714 /*package*/ class ConstraintSizeLike extends Constraint { 1715 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/ConstraintPivot.java <== 1716 /** 1717 * The pivot constraint. Available for blender 2.50+. 1718 * @author Marcin Roguski (Kaelthas) 1719 */ 1720 /*package*/ class ConstraintPivot extends Constraint { 1721 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/ConstraintSizeLimit.java <== 1722 /** 1723 * This class represents 'Size limit' constraint type in blender. 1724 * @author Marcin Roguski (Kaelthas) 1725 */ 1726 /*package*/ class ConstraintSizeLimit extends Constraint { 1727 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/ConstraintShrinkWrap.java <== 1728 /** 1729 * This class represents 'Shrink wrap' constraint type in blender. 1730 * @author Marcin Roguski (Kaelthas) 1731 */ 1732 /*package*/ class ConstraintShrinkWrap extends Constraint { 1733 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/ConstraintHelper.java <== 1734 /** 1735 * This class should be used for constraint calculations. 1736 * @author Marcin Roguski (Kaelthas) 1737 */ 1738 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/ConstraintDampTrack.java <== 1739 /** 1740 * The damp track constraint. Available for blender 2.50+. 1741 * @author Marcin Roguski (Kaelthas) 1742 */ 1743 /*package*/ class ConstraintDampTrack extends Constraint { 1744 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/ConstraintSplineInverseKinematic.java <== 1745 /** 1746 * The spline inverse kinematic constraint. Available for blender 2.50+. 1747 * @author Marcin Roguski (Kaelthas) 1748 */ 1749 /*package*/ class ConstraintSplineInverseKinematic extends Constraint { 1750 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/ConstraintLocLike.java <== 1751 /** 1752 * This class represents 'Loc like' constraint type in blender. 1753 * @author Marcin Roguski (Kaelthas) 1754 */ 1755 /*package*/ class ConstraintLocLike extends Constraint { 1756 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/ConstraintStretchTo.java <== 1757 /** 1758 * This class represents 'Stretch to' constraint type in blender. 1759 * @author Marcin Roguski (Kaelthas) 1760 */ 1761 /*package*/ class ConstraintStretchTo extends Constraint { 1762 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/ConstraintInverseKinematics.java <== 1763 /** 1764 * This class represents 'Inverse kinematics' constraint type in blender. 1765 * @author Marcin Roguski (Kaelthas) 1766 */ 1767 /*package*/ class ConstraintInverseKinematics extends Constraint { 1768 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/ConstraintRotLike.java <== 1769 /** 1770 * This class represents 'Rot like' constraint type in blender. 1771 * @author Marcin Roguski (Kaelthas) 1772 */ 1773 /*package*/ class ConstraintRotLike extends Constraint { 1774 ==> engine/src/blender/com/jme3/scene/plugins/blender/constraints/ConstraintRotLimit.java <== 1775 /** 1776 * This class represents 'Rot limit' constraint type in blender. 1777 * 1778 * @author Marcin Roguski (Kaelthas) 1779 */ 1780 /* package */class ConstraintRotLimit extends Constraint { 1781 ==> engine/src/blender/com/jme3/scene/plugins/blender/BlenderContext.java <== 1782 /* 1783 * Copyright (c) 2009-2012 jMonkeyEngine 1784 * All rights reserved. 1785 * 1786 * Redistribution and use in source and binary forms, with or without 1787 * modification, are permitted provided that the following conditions are 1788 * met: 1789 * 1790 * * Redistributions of source code must retain the above copyright 1791 * notice, this list of conditions and the following disclaimer. 1792 * 1793 * * Redistributions in binary form must reproduce the above copyright 1794 * notice, this list of conditions and the following disclaimer in the 1795 * documentation and/or other materials provided with the distribution. 1796 * 1797 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 1798 * may be used to endorse or promote products derived from this software 1799 * without specific prior written permission. 1800 * 1801 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1802 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 1803 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1804 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 1805 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 1806 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 1807 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1808 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 1809 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1810 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1811 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1812 */ 1813 ==> engine/src/blender/com/.DS_Store <== 1814 ==> engine/src/jbullet/com/jme3/bullet/objects/infos/RigidBodyMotionState.java <== 1815 /* 1816 * Copyright (c) 2009-2010 jMonkeyEngine 1817 * All rights reserved. 1818 * 1819 * Redistribution and use in source and binary forms, with or without 1820 * modification, are permitted provided that the following conditions are 1821 * met: 1822 * 1823 * * Redistributions of source code must retain the above copyright 1824 * notice, this list of conditions and the following disclaimer. 1825 * 1826 * * Redistributions in binary form must reproduce the above copyright 1827 * notice, this list of conditions and the following disclaimer in the 1828 * documentation and/or other materials provided with the distribution. 1829 * 1830 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 1831 * may be used to endorse or promote products derived from this software 1832 * without specific prior written permission. 1833 * 1834 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1835 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 1836 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1837 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 1838 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 1839 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 1840 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1841 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 1842 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1843 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1844 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1845 */ 1846 ==> engine/src/jbullet/com/jme3/bullet/objects/PhysicsGhostObject.java <== 1847 /* 1848 * Copyright (c) 2009-2010 jMonkeyEngine 1849 * All rights reserved. 1850 * 1851 * Redistribution and use in source and binary forms, with or without 1852 * modification, are permitted provided that the following conditions are 1853 * met: 1854 * 1855 * * Redistributions of source code must retain the above copyright 1856 * notice, this list of conditions and the following disclaimer. 1857 * 1858 * * Redistributions in binary form must reproduce the above copyright 1859 * notice, this list of conditions and the following disclaimer in the 1860 * documentation and/or other materials provided with the distribution. 1861 * 1862 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 1863 * may be used to endorse or promote products derived from this software 1864 * without specific prior written permission. 1865 * 1866 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1867 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 1868 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1869 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 1870 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 1871 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 1872 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1873 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 1874 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1875 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1876 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1877 */ 1878 ==> engine/src/jbullet/com/jme3/bullet/objects/VehicleWheel.java <== 1879 /* 1880 * Copyright (c) 2009-2012 jMonkeyEngine 1881 * All rights reserved. 1882 * 1883 * Redistribution and use in source and binary forms, with or without 1884 * modification, are permitted provided that the following conditions are 1885 * met: 1886 * 1887 * * Redistributions of source code must retain the above copyright 1888 * notice, this list of conditions and the following disclaimer. 1889 * 1890 * * Redistributions in binary form must reproduce the above copyright 1891 * notice, this list of conditions and the following disclaimer in the 1892 * documentation and/or other materials provided with the distribution. 1893 * 1894 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 1895 * may be used to endorse or promote products derived from this software 1896 * without specific prior written permission. 1897 * 1898 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1899 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 1900 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1901 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 1902 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 1903 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 1904 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1905 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 1906 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1907 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1908 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1909 */ 1910 ==> engine/src/jbullet/com/jme3/bullet/objects/PhysicsCharacter.java <== 1911 /* 1912 * Copyright (c) 2009-2010 jMonkeyEngine 1913 * All rights reserved. 1914 * 1915 * Redistribution and use in source and binary forms, with or without 1916 * modification, are permitted provided that the following conditions are 1917 * met: 1918 * 1919 * * Redistributions of source code must retain the above copyright 1920 * notice, this list of conditions and the following disclaimer. 1921 * 1922 * * Redistributions in binary form must reproduce the above copyright 1923 * notice, this list of conditions and the following disclaimer in the 1924 * documentation and/or other materials provided with the distribution. 1925 * 1926 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 1927 * may be used to endorse or promote products derived from this software 1928 * without specific prior written permission. 1929 * 1930 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1931 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 1932 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1933 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 1934 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 1935 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 1936 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1937 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 1938 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1939 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1940 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1941 */ 1942 ==> engine/src/jbullet/com/jme3/bullet/objects/PhysicsVehicle.java <== 1943 /* 1944 * Copyright (c) 2009-2010 jMonkeyEngine 1945 * All rights reserved. 1946 * 1947 * Redistribution and use in source and binary forms, with or without 1948 * modification, are permitted provided that the following conditions are 1949 * met: 1950 * 1951 * * Redistributions of source code must retain the above copyright 1952 * notice, this list of conditions and the following disclaimer. 1953 * 1954 * * Redistributions in binary form must reproduce the above copyright 1955 * notice, this list of conditions and the following disclaimer in the 1956 * documentation and/or other materials provided with the distribution. 1957 * 1958 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 1959 * may be used to endorse or promote products derived from this software 1960 * without specific prior written permission. 1961 * 1962 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1963 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 1964 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1965 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 1966 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 1967 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 1968 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1969 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 1970 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 1971 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1972 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1973 */ 1974 ==> engine/src/jbullet/com/jme3/bullet/objects/PhysicsRigidBody.java <== 1975 /* 1976 * Copyright (c) 2009-2012 jMonkeyEngine 1977 * All rights reserved. 1978 * 1979 * Redistribution and use in source and binary forms, with or without 1980 * modification, are permitted provided that the following conditions are 1981 * met: 1982 * 1983 * * Redistributions of source code must retain the above copyright 1984 * notice, this list of conditions and the following disclaimer. 1985 * 1986 * * Redistributions in binary form must reproduce the above copyright 1987 * notice, this list of conditions and the following disclaimer in the 1988 * documentation and/or other materials provided with the distribution. 1989 * 1990 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 1991 * may be used to endorse or promote products derived from this software 1992 * without specific prior written permission. 1993 * 1994 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1995 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 1996 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 1997 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 1998 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 1999 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2000 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2001 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2002 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2003 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2004 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2005 */ 2006 ==> engine/src/jbullet/com/jme3/bullet/PhysicsSpace.java <== 2007 /* 2008 * Copyright (c) 2009-2010 jMonkeyEngine 2009 * All rights reserved. 2010 * 2011 * Redistribution and use in source and binary forms, with or without 2012 * modification, are permitted provided that the following conditions are 2013 * met: 2014 * 2015 * * Redistributions of source code must retain the above copyright 2016 * notice, this list of conditions and the following disclaimer. 2017 * 2018 * * Redistributions in binary form must reproduce the above copyright 2019 * notice, this list of conditions and the following disclaimer in the 2020 * documentation and/or other materials provided with the distribution. 2021 * 2022 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2023 * may be used to endorse or promote products derived from this software 2024 * without specific prior written permission. 2025 * 2026 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2027 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2028 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2029 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2030 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2031 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2032 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2033 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2034 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2035 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2036 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2037 */ 2038 ==> engine/src/jbullet/com/jme3/bullet/collision/PhysicsRayTestResult.java <== 2039 /* 2040 * Copyright (c) 2009-2010 jMonkeyEngine 2041 * All rights reserved. 2042 * 2043 * Redistribution and use in source and binary forms, with or without 2044 * modification, are permitted provided that the following conditions are 2045 * met: 2046 * 2047 * * Redistributions of source code must retain the above copyright 2048 * notice, this list of conditions and the following disclaimer. 2049 * 2050 * * Redistributions in binary form must reproduce the above copyright 2051 * notice, this list of conditions and the following disclaimer in the 2052 * documentation and/or other materials provided with the distribution. 2053 * 2054 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2055 * may be used to endorse or promote products derived from this software 2056 * without specific prior written permission. 2057 * 2058 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2059 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2060 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2061 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2062 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2063 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2064 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2065 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2066 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2067 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2068 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2069 */ 2070 ==> engine/src/jbullet/com/jme3/bullet/collision/PhysicsCollisionEventFactory.java <== 2071 /* 2072 * Copyright (c) 2009-2010 jMonkeyEngine 2073 * All rights reserved. 2074 * 2075 * Redistribution and use in source and binary forms, with or without 2076 * modification, are permitted provided that the following conditions are 2077 * met: 2078 * 2079 * * Redistributions of source code must retain the above copyright 2080 * notice, this list of conditions and the following disclaimer. 2081 * 2082 * * Redistributions in binary form must reproduce the above copyright 2083 * notice, this list of conditions and the following disclaimer in the 2084 * documentation and/or other materials provided with the distribution. 2085 * 2086 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2087 * may be used to endorse or promote products derived from this software 2088 * without specific prior written permission. 2089 * 2090 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2091 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2092 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2093 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2094 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2095 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2096 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2097 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2098 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2099 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2100 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2101 */ 2102 ==> engine/src/jbullet/com/jme3/bullet/collision/PhysicsCollisionObject.java <== 2103 /* 2104 * Copyright (c) 2009-2012 jMonkeyEngine 2105 * All rights reserved. 2106 * 2107 * Redistribution and use in source and binary forms, with or without 2108 * modification, are permitted provided that the following conditions are 2109 * met: 2110 * 2111 * * Redistributions of source code must retain the above copyright 2112 * notice, this list of conditions and the following disclaimer. 2113 * 2114 * * Redistributions in binary form must reproduce the above copyright 2115 * notice, this list of conditions and the following disclaimer in the 2116 * documentation and/or other materials provided with the distribution. 2117 * 2118 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2119 * may be used to endorse or promote products derived from this software 2120 * without specific prior written permission. 2121 * 2122 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2123 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2124 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2125 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2126 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2127 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2128 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2129 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2130 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2131 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2132 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2133 */ 2134 ==> engine/src/jbullet/com/jme3/bullet/collision/PhysicsCollisionEvent.java <== 2135 /* 2136 * Copyright (c) 2009-2010 jMonkeyEngine 2137 * All rights reserved. 2138 * 2139 * Redistribution and use in source and binary forms, with or without 2140 * modification, are permitted provided that the following conditions are 2141 * met: 2142 * 2143 * * Redistributions of source code must retain the above copyright 2144 * notice, this list of conditions and the following disclaimer. 2145 * 2146 * * Redistributions in binary form must reproduce the above copyright 2147 * notice, this list of conditions and the following disclaimer in the 2148 * documentation and/or other materials provided with the distribution. 2149 * 2150 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2151 * may be used to endorse or promote products derived from this software 2152 * without specific prior written permission. 2153 * 2154 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2155 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2156 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2157 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2158 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2159 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2160 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2161 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2162 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2163 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2164 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2165 */ 2166 ==> engine/src/jbullet/com/jme3/bullet/collision/PhysicsSweepTestResult.java <== 2167 /* 2168 * Copyright (c) 2009-2010 jMonkeyEngine 2169 * All rights reserved. 2170 * 2171 * Redistribution and use in source and binary forms, with or without 2172 * modification, are permitted provided that the following conditions are 2173 * met: 2174 * 2175 * * Redistributions of source code must retain the above copyright 2176 * notice, this list of conditions and the following disclaimer. 2177 * 2178 * * Redistributions in binary form must reproduce the above copyright 2179 * notice, this list of conditions and the following disclaimer in the 2180 * documentation and/or other materials provided with the distribution. 2181 * 2182 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2183 * may be used to endorse or promote products derived from this software 2184 * without specific prior written permission. 2185 * 2186 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2187 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2188 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2189 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2190 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2191 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2192 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2193 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2194 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2195 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2196 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2197 */ 2198 ==> engine/src/jbullet/com/jme3/bullet/collision/shapes/GImpactCollisionShape.java <== 2199 /* 2200 * Copyright (c) 2009-2010 jMonkeyEngine 2201 * All rights reserved. 2202 * 2203 * Redistribution and use in source and binary forms, with or without 2204 * modification, are permitted provided that the following conditions are 2205 * met: 2206 * 2207 * * Redistributions of source code must retain the above copyright 2208 * notice, this list of conditions and the following disclaimer. 2209 * 2210 * * Redistributions in binary form must reproduce the above copyright 2211 * notice, this list of conditions and the following disclaimer in the 2212 * documentation and/or other materials provided with the distribution. 2213 * 2214 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2215 * may be used to endorse or promote products derived from this software 2216 * without specific prior written permission. 2217 * 2218 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2219 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2220 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2221 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2222 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2223 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2224 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2225 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2226 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2227 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2228 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2229 */ 2230 ==> engine/src/jbullet/com/jme3/bullet/collision/shapes/CollisionShape.java <== 2231 /* 2232 * Copyright (c) 2009-2010 jMonkeyEngine 2233 * All rights reserved. 2234 * 2235 * Redistribution and use in source and binary forms, with or without 2236 * modification, are permitted provided that the following conditions are 2237 * met: 2238 * 2239 * * Redistributions of source code must retain the above copyright 2240 * notice, this list of conditions and the following disclaimer. 2241 * 2242 * * Redistributions in binary form must reproduce the above copyright 2243 * notice, this list of conditions and the following disclaimer in the 2244 * documentation and/or other materials provided with the distribution. 2245 * 2246 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2247 * may be used to endorse or promote products derived from this software 2248 * without specific prior written permission. 2249 * 2250 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2251 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2252 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2253 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2254 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2255 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2256 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2257 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2258 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2259 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2260 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2261 */ 2262 ==> engine/src/jbullet/com/jme3/bullet/collision/shapes/HullCollisionShape.java <== 2263 ==> engine/src/jbullet/com/jme3/bullet/collision/shapes/SimplexCollisionShape.java <== 2264 /* 2265 * To change this template, choose Tools | Templates 2266 * and open the template in the editor. 2267 */ 2268 /** 2269 * A simple point, line, triangle or quad collisionShape based on one to four points- 2270 * @author normenhansen 2271 */ 2272 ==> engine/src/jbullet/com/jme3/bullet/collision/shapes/CylinderCollisionShape.java <== 2273 /* 2274 * Copyright (c) 2009-2010 jMonkeyEngine 2275 * All rights reserved. 2276 * 2277 * Redistribution and use in source and binary forms, with or without 2278 * modification, are permitted provided that the following conditions are 2279 * met: 2280 * 2281 * * Redistributions of source code must retain the above copyright 2282 * notice, this list of conditions and the following disclaimer. 2283 * 2284 * * Redistributions in binary form must reproduce the above copyright 2285 * notice, this list of conditions and the following disclaimer in the 2286 * documentation and/or other materials provided with the distribution. 2287 * 2288 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2289 * may be used to endorse or promote products derived from this software 2290 * without specific prior written permission. 2291 * 2292 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2293 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2294 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2295 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2296 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2297 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2298 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2299 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2300 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2301 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2302 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2303 */ 2304 ==> engine/src/jbullet/com/jme3/bullet/collision/shapes/CompoundCollisionShape.java <== 2305 /* 2306 * Copyright (c) 2009-2010 jMonkeyEngine 2307 * All rights reserved. 2308 * 2309 * Redistribution and use in source and binary forms, with or without 2310 * modification, are permitted provided that the following conditions are 2311 * met: 2312 * 2313 * * Redistributions of source code must retain the above copyright 2314 * notice, this list of conditions and the following disclaimer. 2315 * 2316 * * Redistributions in binary form must reproduce the above copyright 2317 * notice, this list of conditions and the following disclaimer in the 2318 * documentation and/or other materials provided with the distribution. 2319 * 2320 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2321 * may be used to endorse or promote products derived from this software 2322 * without specific prior written permission. 2323 * 2324 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2325 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2326 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2327 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2328 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2329 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2330 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2331 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2332 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2333 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2334 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2335 */ 2336 ==> engine/src/jbullet/com/jme3/bullet/collision/shapes/HeightfieldCollisionShape.java <== 2337 /* 2338 * To change this template, choose Tools | Templates 2339 * and open the template in the editor. 2340 */ 2341 /** 2342 * Uses Bullet Physics Heightfield terrain collision system. This is MUCH faster 2343 * than using a regular mesh. 2344 * There are a couple tricks though: 2345 * -No rotation or translation is supported. 2346 * -The collision bbox must be centered around 0,0,0 with the height above and below the y-axis being 2347 * equal on either side. If not, the whole collision box is shifted vertically and things don't collide 2348 * as they should. 2349 * 2350 * @author Brent Owens 2351 */ 2352 ==> engine/src/jbullet/com/jme3/bullet/collision/shapes/MeshCollisionShape.java <== 2353 /* 2354 * Copyright (c) 2009-2010 jMonkeyEngine 2355 * All rights reserved. 2356 * 2357 * Redistribution and use in source and binary forms, with or without 2358 * modification, are permitted provided that the following conditions are 2359 * met: 2360 * 2361 * * Redistributions of source code must retain the above copyright 2362 * notice, this list of conditions and the following disclaimer. 2363 * 2364 * * Redistributions in binary form must reproduce the above copyright 2365 * notice, this list of conditions and the following disclaimer in the 2366 * documentation and/or other materials provided with the distribution. 2367 * 2368 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2369 * may be used to endorse or promote products derived from this software 2370 * without specific prior written permission. 2371 * 2372 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2373 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2374 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2375 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2376 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2377 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2378 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2379 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2380 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2381 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2382 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2383 */ 2384 ==> engine/src/jbullet/com/jme3/bullet/collision/shapes/CapsuleCollisionShape.java <== 2385 /* 2386 * Copyright (c) 2009-2010 jMonkeyEngine 2387 * All rights reserved. 2388 * 2389 * Redistribution and use in source and binary forms, with or without 2390 * modification, are permitted provided that the following conditions are 2391 * met: 2392 * 2393 * * Redistributions of source code must retain the above copyright 2394 * notice, this list of conditions and the following disclaimer. 2395 * 2396 * * Redistributions in binary form must reproduce the above copyright 2397 * notice, this list of conditions and the following disclaimer in the 2398 * documentation and/or other materials provided with the distribution. 2399 * 2400 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2401 * may be used to endorse or promote products derived from this software 2402 * without specific prior written permission. 2403 * 2404 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2405 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2406 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2407 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2408 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2409 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2410 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2411 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2412 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2413 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2414 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2415 */ 2416 ==> engine/src/jbullet/com/jme3/bullet/collision/shapes/PlaneCollisionShape.java <== 2417 /* 2418 * To change this template, choose Tools | Templates 2419 * and open the template in the editor. 2420 */ 2421 /** 2422 * 2423 * @author normenhansen 2424 */ 2425 ==> engine/src/jbullet/com/jme3/bullet/collision/shapes/SphereCollisionShape.java <== 2426 /* 2427 * Copyright (c) 2009-2010 jMonkeyEngine 2428 * All rights reserved. 2429 * 2430 * Redistribution and use in source and binary forms, with or without 2431 * modification, are permitted provided that the following conditions are 2432 * met: 2433 * 2434 * * Redistributions of source code must retain the above copyright 2435 * notice, this list of conditions and the following disclaimer. 2436 * 2437 * * Redistributions in binary form must reproduce the above copyright 2438 * notice, this list of conditions and the following disclaimer in the 2439 * documentation and/or other materials provided with the distribution. 2440 * 2441 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2442 * may be used to endorse or promote products derived from this software 2443 * without specific prior written permission. 2444 * 2445 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2446 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2447 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2448 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2449 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2450 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2451 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2452 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2453 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2454 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2455 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2456 */ 2457 ==> engine/src/jbullet/com/jme3/bullet/collision/shapes/BoxCollisionShape.java <== 2458 /* 2459 * Copyright (c) 2009-2010 jMonkeyEngine 2460 * All rights reserved. 2461 * 2462 * Redistribution and use in source and binary forms, with or without 2463 * modification, are permitted provided that the following conditions are 2464 * met: 2465 * 2466 * * Redistributions of source code must retain the above copyright 2467 * notice, this list of conditions and the following disclaimer. 2468 * 2469 * * Redistributions in binary form must reproduce the above copyright 2470 * notice, this list of conditions and the following disclaimer in the 2471 * documentation and/or other materials provided with the distribution. 2472 * 2473 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2474 * may be used to endorse or promote products derived from this software 2475 * without specific prior written permission. 2476 * 2477 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2478 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2479 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2480 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2481 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2482 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2483 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2484 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2485 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2486 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2487 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2488 */ 2489 ==> engine/src/jbullet/com/jme3/bullet/collision/shapes/ConeCollisionShape.java <== 2490 /* 2491 * To change this template, choose Tools | Templates 2492 * and open the template in the editor. 2493 */ 2494 /** 2495 * 2496 * @author normenhansen 2497 */ 2498 ==> engine/src/jbullet/com/jme3/bullet/util/DebugShapeFactory.java <== 2499 /* 2500 * Copyright (c) 2009-2010 jMonkeyEngine 2501 * All rights reserved. 2502 * 2503 * Redistribution and use in source and binary forms, with or without 2504 * modification, are permitted provided that the following conditions are 2505 * met: 2506 * 2507 * * Redistributions of source code must retain the above copyright 2508 * notice, this list of conditions and the following disclaimer. 2509 * 2510 * * Redistributions in binary form must reproduce the above copyright 2511 * notice, this list of conditions and the following disclaimer in the 2512 * documentation and/or other materials provided with the distribution. 2513 * 2514 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2515 * may be used to endorse or promote products derived from this software 2516 * without specific prior written permission. 2517 * 2518 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2519 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2520 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2521 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2522 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2523 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2524 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2525 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2526 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2527 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2528 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2529 */ 2530 ==> engine/src/jbullet/com/jme3/bullet/util/Converter.java <== 2531 /* 2532 * Copyright (c) 2009-2010 jMonkeyEngine 2533 * All rights reserved. 2534 * 2535 * Redistribution and use in source and binary forms, with or without 2536 * modification, are permitted provided that the following conditions are 2537 * met: 2538 * 2539 * * Redistributions of source code must retain the above copyright 2540 * notice, this list of conditions and the following disclaimer. 2541 * 2542 * * Redistributions in binary form must reproduce the above copyright 2543 * notice, this list of conditions and the following disclaimer in the 2544 * documentation and/or other materials provided with the distribution. 2545 * 2546 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2547 * may be used to endorse or promote products derived from this software 2548 * without specific prior written permission. 2549 * 2550 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2551 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2552 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2553 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2554 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2555 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2556 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2557 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2558 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2559 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2560 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2561 */ 2562 ==> engine/src/jbullet/com/jme3/bullet/joints/Point2PointJoint.java <== 2563 /* 2564 * Copyright (c) 2009-2010 jMonkeyEngine 2565 * All rights reserved. 2566 * 2567 * Redistribution and use in source and binary forms, with or without 2568 * modification, are permitted provided that the following conditions are 2569 * met: 2570 * 2571 * * Redistributions of source code must retain the above copyright 2572 * notice, this list of conditions and the following disclaimer. 2573 * 2574 * * Redistributions in binary form must reproduce the above copyright 2575 * notice, this list of conditions and the following disclaimer in the 2576 * documentation and/or other materials provided with the distribution. 2577 * 2578 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2579 * may be used to endorse or promote products derived from this software 2580 * without specific prior written permission. 2581 * 2582 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2583 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2584 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2585 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2586 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2587 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2588 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2589 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2590 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2591 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2592 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2593 */ 2594 ==> engine/src/jbullet/com/jme3/bullet/joints/SixDofJoint.java <== 2595 /* 2596 * Copyright (c) 2009-2010 jMonkeyEngine 2597 * All rights reserved. 2598 * 2599 * Redistribution and use in source and binary forms, with or without 2600 * modification, are permitted provided that the following conditions are 2601 * met: 2602 * 2603 * * Redistributions of source code must retain the above copyright 2604 * notice, this list of conditions and the following disclaimer. 2605 * 2606 * * Redistributions in binary form must reproduce the above copyright 2607 * notice, this list of conditions and the following disclaimer in the 2608 * documentation and/or other materials provided with the distribution. 2609 * 2610 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2611 * may be used to endorse or promote products derived from this software 2612 * without specific prior written permission. 2613 * 2614 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2615 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2616 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2617 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2618 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2619 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2620 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2621 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2622 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2623 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2624 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2625 */ 2626 ==> engine/src/jbullet/com/jme3/bullet/joints/ConeJoint.java <== 2627 /* 2628 * Copyright (c) 2009-2010 jMonkeyEngine 2629 * All rights reserved. 2630 * 2631 * Redistribution and use in source and binary forms, with or without 2632 * modification, are permitted provided that the following conditions are 2633 * met: 2634 * 2635 * * Redistributions of source code must retain the above copyright 2636 * notice, this list of conditions and the following disclaimer. 2637 * 2638 * * Redistributions in binary form must reproduce the above copyright 2639 * notice, this list of conditions and the following disclaimer in the 2640 * documentation and/or other materials provided with the distribution. 2641 * 2642 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2643 * may be used to endorse or promote products derived from this software 2644 * without specific prior written permission. 2645 * 2646 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2647 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2648 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2649 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2650 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2651 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2652 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2653 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2654 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2655 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2656 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2657 */ 2658 ==> engine/src/jbullet/com/jme3/bullet/joints/HingeJoint.java <== 2659 /* 2660 * Copyright (c) 2009-2010 jMonkeyEngine 2661 * All rights reserved. 2662 * 2663 * Redistribution and use in source and binary forms, with or without 2664 * modification, are permitted provided that the following conditions are 2665 * met: 2666 * 2667 * * Redistributions of source code must retain the above copyright 2668 * notice, this list of conditions and the following disclaimer. 2669 * 2670 * * Redistributions in binary form must reproduce the above copyright 2671 * notice, this list of conditions and the following disclaimer in the 2672 * documentation and/or other materials provided with the distribution. 2673 * 2674 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2675 * may be used to endorse or promote products derived from this software 2676 * without specific prior written permission. 2677 * 2678 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2679 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2680 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2681 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2682 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2683 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2684 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2685 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2686 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2687 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2688 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2689 */ 2690 ==> engine/src/jbullet/com/jme3/bullet/joints/SliderJoint.java <== 2691 /* 2692 * Copyright (c) 2009-2010 jMonkeyEngine 2693 * All rights reserved. 2694 * 2695 * Redistribution and use in source and binary forms, with or without 2696 * modification, are permitted provided that the following conditions are 2697 * met: 2698 * 2699 * * Redistributions of source code must retain the above copyright 2700 * notice, this list of conditions and the following disclaimer. 2701 * 2702 * * Redistributions in binary form must reproduce the above copyright 2703 * notice, this list of conditions and the following disclaimer in the 2704 * documentation and/or other materials provided with the distribution. 2705 * 2706 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2707 * may be used to endorse or promote products derived from this software 2708 * without specific prior written permission. 2709 * 2710 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2711 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2712 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2713 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2714 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2715 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2716 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2717 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2718 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2719 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2720 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2721 */ 2722 ==> engine/src/jbullet/com/jme3/bullet/joints/motors/RotationalLimitMotor.java <== 2723 /* 2724 * Copyright (c) 2009-2010 jMonkeyEngine 2725 * All rights reserved. 2726 * 2727 * Redistribution and use in source and binary forms, with or without 2728 * modification, are permitted provided that the following conditions are 2729 * met: 2730 * 2731 * * Redistributions of source code must retain the above copyright 2732 * notice, this list of conditions and the following disclaimer. 2733 * 2734 * * Redistributions in binary form must reproduce the above copyright 2735 * notice, this list of conditions and the following disclaimer in the 2736 * documentation and/or other materials provided with the distribution. 2737 * 2738 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2739 * may be used to endorse or promote products derived from this software 2740 * without specific prior written permission. 2741 * 2742 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2743 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2744 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2745 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2746 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2747 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2748 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2749 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2750 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2751 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2752 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2753 */ 2754 /** 2755 * 2756 ==> engine/src/jbullet/com/jme3/bullet/joints/motors/TranslationalLimitMotor.java <== 2757 /* 2758 * Copyright (c) 2009-2010 jMonkeyEngine 2759 * All rights reserved. 2760 * 2761 * Redistribution and use in source and binary forms, with or without 2762 * modification, are permitted provided that the following conditions are 2763 * met: 2764 * 2765 * * Redistributions of source code must retain the above copyright 2766 * notice, this list of conditions and the following disclaimer. 2767 * 2768 * * Redistributions in binary form must reproduce the above copyright 2769 * notice, this list of conditions and the following disclaimer in the 2770 * documentation and/or other materials provided with the distribution. 2771 * 2772 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2773 * may be used to endorse or promote products derived from this software 2774 * without specific prior written permission. 2775 * 2776 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2777 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2778 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2779 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2780 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2781 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2782 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2783 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2784 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2785 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2786 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2787 */ 2788 ==> engine/src/jbullet/com/jme3/bullet/joints/PhysicsJoint.java <== 2789 /* 2790 * Copyright (c) 2009-2010 jMonkeyEngine 2791 * All rights reserved. 2792 * 2793 * Redistribution and use in source and binary forms, with or without 2794 * modification, are permitted provided that the following conditions are 2795 * met: 2796 * 2797 * * Redistributions of source code must retain the above copyright 2798 * notice, this list of conditions and the following disclaimer. 2799 * 2800 * * Redistributions in binary form must reproduce the above copyright 2801 * notice, this list of conditions and the following disclaimer in the 2802 * documentation and/or other materials provided with the distribution. 2803 * 2804 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2805 * may be used to endorse or promote products derived from this software 2806 * without specific prior written permission. 2807 * 2808 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2809 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2810 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2811 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2812 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2813 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2814 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2815 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2816 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2817 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2818 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2819 */ 2820 ==> engine/src/desktop/com/jme3/system/Natives.java <== 2821 /* 2822 * Copyright (c) 2009-2010 jMonkeyEngine 2823 * All rights reserved. 2824 * 2825 * Redistribution and use in source and binary forms, with or without 2826 * modification, are permitted provided that the following conditions are 2827 * met: 2828 * 2829 * * Redistributions of source code must retain the above copyright 2830 * notice, this list of conditions and the following disclaimer. 2831 * 2832 * * Redistributions in binary form must reproduce the above copyright 2833 * notice, this list of conditions and the following disclaimer in the 2834 * documentation and/or other materials provided with the distribution. 2835 * 2836 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2837 * may be used to endorse or promote products derived from this software 2838 * without specific prior written permission. 2839 * 2840 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2841 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2842 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2843 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2844 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2845 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2846 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2847 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2848 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2849 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2850 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2851 */ 2852 ==> engine/src/desktop/com/jme3/system/JmeDesktopSystem.java <== 2853 /* 2854 * Copyright (c) 2009-2010 jMonkeyEngine 2855 * All rights reserved. 2856 * 2857 * Redistribution and use in source and binary forms, with or without 2858 * modification, are permitted provided that the following conditions are 2859 * met: 2860 * 2861 * * Redistributions of source code must retain the above copyright 2862 * notice, this list of conditions and the following disclaimer. 2863 * 2864 * * Redistributions in binary form must reproduce the above copyright 2865 * notice, this list of conditions and the following disclaimer in the 2866 * documentation and/or other materials provided with the distribution. 2867 * 2868 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2869 * may be used to endorse or promote products derived from this software 2870 * without specific prior written permission. 2871 * 2872 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2873 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2874 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2875 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2876 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2877 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2878 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2879 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2880 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2881 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2882 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2883 */ 2884 ==> engine/src/desktop/com/jme3/system/JmeCanvasContext.java <== 2885 /* 2886 * Copyright (c) 2009-2010 jMonkeyEngine 2887 * All rights reserved. 2888 * 2889 * Redistribution and use in source and binary forms, with or without 2890 * modification, are permitted provided that the following conditions are 2891 * met: 2892 * 2893 * * Redistributions of source code must retain the above copyright 2894 * notice, this list of conditions and the following disclaimer. 2895 * 2896 * * Redistributions in binary form must reproduce the above copyright 2897 * notice, this list of conditions and the following disclaimer in the 2898 * documentation and/or other materials provided with the distribution. 2899 * 2900 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2901 * may be used to endorse or promote products derived from this software 2902 * without specific prior written permission. 2903 * 2904 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2905 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2906 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2907 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2908 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2909 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2910 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2911 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2912 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2913 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2914 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2915 */ 2916 ==> engine/src/desktop/com/jme3/system/awt/AwtPanel.java <== 2917 ==> engine/src/desktop/com/jme3/system/awt/PaintMode.java <== 2918 ==> engine/src/desktop/com/jme3/system/awt/AwtPanelsContext.java <== 2919 ==> engine/src/desktop/com/jme3/texture/plugins/AWTLoader.java <== 2920 /* 2921 * Copyright (c) 2009-2010 jMonkeyEngine 2922 * All rights reserved. 2923 * 2924 * Redistribution and use in source and binary forms, with or without 2925 * modification, are permitted provided that the following conditions are 2926 * met: 2927 * 2928 * * Redistributions of source code must retain the above copyright 2929 * notice, this list of conditions and the following disclaimer. 2930 * 2931 * * Redistributions in binary form must reproduce the above copyright 2932 * notice, this list of conditions and the following disclaimer in the 2933 * documentation and/or other materials provided with the distribution. 2934 * 2935 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2936 * may be used to endorse or promote products derived from this software 2937 * without specific prior written permission. 2938 * 2939 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2940 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2941 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2942 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2943 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2944 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2945 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2946 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2947 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2948 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2949 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2950 */ 2951 ==> engine/src/desktop/com/jme3/util/Screenshots.java <== 2952 ==> engine/src/desktop/com/jme3/app/Monkey.png <== 2953 ==> engine/src/desktop/com/jme3/app/AppletHarness.java <== 2954 /* 2955 * Copyright (c) 2009-2010 jMonkeyEngine 2956 * All rights reserved. 2957 * 2958 * Redistribution and use in source and binary forms, with or without 2959 * modification, are permitted provided that the following conditions are 2960 * met: 2961 * 2962 * * Redistributions of source code must retain the above copyright 2963 * notice, this list of conditions and the following disclaimer. 2964 * 2965 * * Redistributions in binary form must reproduce the above copyright 2966 * notice, this list of conditions and the following disclaimer in the 2967 * documentation and/or other materials provided with the distribution. 2968 * 2969 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 2970 * may be used to endorse or promote products derived from this software 2971 * without specific prior written permission. 2972 * 2973 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 2974 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2975 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2976 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 2977 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 2978 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 2979 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 2980 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 2981 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 2982 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 2983 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2984 */ 2985 ==> engine/src/desktop/com/jme3/app/SettingsDialog.java <== 2986 /* 2987 * Copyright (c) 2009-2012 jMonkeyEngine 2988 * All rights reserved. 2989 * 2990 * Redistribution and use in source and binary forms, with or without 2991 * modification, are permitted provided that the following conditions are 2992 * met: 2993 * 2994 * * Redistributions of source code must retain the above copyright 2995 * notice, this list of conditions and the following disclaimer. 2996 * 2997 * * Redistributions in binary form must reproduce the above copyright 2998 * notice, this list of conditions and the following disclaimer in the 2999 * documentation and/or other materials provided with the distribution. 3000 * 3001 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 3002 * may be used to endorse or promote products derived from this software 3003 * without specific prior written permission. 3004 * 3005 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 3006 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3007 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3008 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 3009 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 3010 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 3011 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 3012 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 3013 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 3014 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 3015 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3016 */ 3017 ==> engine/src/desktop/com/jme3/app/state/MjpegFileWriter.java <== 3018 /** 3019 * Released under BSD License 3020 * @author monceaux, normenhansen 3021 */ 3022 ==> engine/src/desktop/com/jme3/app/state/VideoRecorderAppState.java <== 3023 /** 3024 * A Video recording AppState that records the screen output into an AVI file with 3025 * M-JPEG content. The file should be playable on any OS in any video player.<br/> 3026 * The video recording starts when the state is attached and stops when it is detached 3027 * or the application is quit. You can set the fileName of the file to be written when the 3028 * state is detached, else the old file will be overwritten. If you specify no file 3029 * the AppState will attempt to write a file into the user home directory, made unique 3030 * by a timestamp. 3031 * @author normenhansen, Robert McIntyre 3032 */ 3033 ==> engine/src/desktop/com/jme3/app/state/ScreenshotAppState.java <== 3034 ==> engine/src/desktop/com/jme3/input/awt/AwtKeyInput.java <== 3035 /* 3036 * Copyright (c) 2009-2010 jMonkeyEngine 3037 * All rights reserved. 3038 * 3039 * Redistribution and use in source and binary forms, with or without 3040 * modification, are permitted provided that the following conditions are 3041 * met: 3042 * 3043 * * Redistributions of source code must retain the above copyright 3044 * notice, this list of conditions and the following disclaimer. 3045 * 3046 * * Redistributions in binary form must reproduce the above copyright 3047 * notice, this list of conditions and the following disclaimer in the 3048 * documentation and/or other materials provided with the distribution. 3049 * 3050 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 3051 * may be used to endorse or promote products derived from this software 3052 * without specific prior written permission. 3053 * 3054 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 3055 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3056 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3057 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 3058 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 3059 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 3060 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 3061 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 3062 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 3063 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 3064 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3065 */ 3066 ==> engine/src/desktop/com/jme3/input/awt/AwtMouseInput.java <== 3067 /* 3068 * Copyright (c) 2009-2010 jMonkeyEngine 3069 * All rights reserved. 3070 * 3071 * Redistribution and use in source and binary forms, with or without 3072 * modification, are permitted provided that the following conditions are 3073 * met: 3074 * 3075 * * Redistributions of source code must retain the above copyright 3076 * notice, this list of conditions and the following disclaimer. 3077 * 3078 * * Redistributions in binary form must reproduce the above copyright 3079 * notice, this list of conditions and the following disclaimer in the 3080 * documentation and/or other materials provided with the distribution. 3081 * 3082 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 3083 * may be used to endorse or promote products derived from this software 3084 * without specific prior written permission. 3085 * 3086 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 3087 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3088 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3089 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 3090 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 3091 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 3092 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 3093 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 3094 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 3095 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 3096 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3097 */ 3098 ==> engine/src/desktop/jme3tools/converters/MipMapGenerator.java <== 3099 /* 3100 * Copyright (c) 2009-2010 jMonkeyEngine 3101 * All rights reserved. 3102 * 3103 * Redistribution and use in source and binary forms, with or without 3104 * modification, are permitted provided that the following conditions are 3105 * met: 3106 * 3107 * * Redistributions of source code must retain the above copyright 3108 * notice, this list of conditions and the following disclaimer. 3109 * 3110 * * Redistributions in binary form must reproduce the above copyright 3111 * notice, this list of conditions and the following disclaimer in the 3112 * documentation and/or other materials provided with the distribution. 3113 * 3114 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 3115 * may be used to endorse or promote products derived from this software 3116 * without specific prior written permission. 3117 * 3118 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 3119 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3120 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3121 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 3122 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 3123 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 3124 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 3125 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 3126 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 3127 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 3128 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3129 */ 3130 ==> engine/src/desktop/jme3tools/converters/ImageToAwt.java <== 3131 /* 3132 * Copyright (c) 2009-2010 jMonkeyEngine 3133 * All rights reserved. 3134 * 3135 * Redistribution and use in source and binary forms, with or without 3136 * modification, are permitted provided that the following conditions are 3137 * met: 3138 * 3139 * * Redistributions of source code must retain the above copyright 3140 * notice, this list of conditions and the following disclaimer. 3141 * 3142 * * Redistributions in binary form must reproduce the above copyright 3143 * notice, this list of conditions and the following disclaimer in the 3144 * documentation and/or other materials provided with the distribution. 3145 * 3146 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 3147 * may be used to endorse or promote products derived from this software 3148 * without specific prior written permission. 3149 * 3150 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 3151 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3152 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3153 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 3154 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 3155 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 3156 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 3157 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 3158 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 3159 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 3160 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3161 */ 3162 ==> engine/src/desktop/jme3tools/navigation/RLSailing.java <== 3163 /* 3164 * To change this template, choose Tools | Templates 3165 * and open the template in the editor. 3166 */ 3167 /** 3168 * A utility class to package up a rhumb line sailing 3169 * 3170 * @author Benjamin Jakobus, based on JMarine (by Cormac Gebruers and Benjamin 3171 * Jakobus) 3172 * @version 1.0 3173 * @since 1.0 3174 */ 3175 ==> engine/src/desktop/jme3tools/navigation/MapModel3D.java <== 3176 /* 3177 * To change this template, choose Tools | Templates 3178 * and open the template in the editor. 3179 */ 3180 /** 3181 * A representation of the actual map in terms of lat/long and x,y,z co-ordinates. 3182 * The Map class contains various helper methods such as methods for determining 3183 * the world unit positions for lat/long coordinates and vice versa. This map projection 3184 * does not handle screen/pixel coordinates. 3185 * 3186 * @author Benjamin Jakobus (thanks to Cormac Gebruers) 3187 * @version 1.0 3188 * @since 1.0 3189 */ 3190 ==> engine/src/desktop/jme3tools/navigation/NavCalculator.java <== 3191 /* 3192 * To change this template, choose Tools | Templates 3193 * and open the template in the editor. 3194 */ 3195 /** 3196 * A utlity class for performing position calculations 3197 * 3198 * @author Benjamin Jakobus, based on JMarine (by Cormac Gebruers and Benjamin 3199 * Jakobus) 3200 * @version 1.0 3201 * @since 1.0 3202 */ 3203 ==> engine/src/desktop/jme3tools/navigation/InvalidPositionException.java <== 3204 /* 3205 * To change this template, choose Tools | Templates 3206 * and open the template in the editor. 3207 */ 3208 /** 3209 * 3210 * @author normenhansen 3211 */ 3212 ==> engine/src/desktop/jme3tools/navigation/Coordinate.java <== 3213 /* 3214 * To change this template, choose Tools | Templates 3215 * and open the template in the editor. 3216 */ 3217 /** 3218 * Coordinate class. Used to store a coordinate in [DD]D MM.M format. 3219 * 3220 * @author Benjamin Jakobus (based on JMarine by Benjamin Jakobus and Cormac Gebruers) 3221 * @version 1.0 3222 * @since 1.0 3223 */ 3224 ==> engine/src/desktop/jme3tools/navigation/NumUtil.java <== 3225 /* 3226 * To change this template, choose Tools | Templates 3227 * and open the template in the editor. 3228 */ 3229 /** 3230 * Provides various helper methods for number conversions (such as degree to radian 3231 * conversion, decimal degree to radians etc) 3232 * @author Benjamin Jakobus, based on JMarine (by Cormac Gebruers and Benjamin 3233 * Jakobus) 3234 * @version 1.0 3235 * @since 1.0 3236 */ 3237 ==> engine/src/desktop/jme3tools/navigation/MapModel2D.java <== 3238 /* 3239 * To change this template, choose Tools | Templates 3240 * and open the template in the editor. 3241 */ 3242 /** 3243 * A representation of the actual map in terms of lat/long and x,y co-ordinates. 3244 * The Map class contains various helper methods such as methods for determining 3245 * the pixel positions for lat/long co-ordinates and vice versa. 3246 * 3247 * @author Cormac Gebruers 3248 * @author Benjamin Jakobus 3249 * @version 1.0 3250 * @since 1.0 3251 */ 3252 ==> engine/src/desktop/jme3tools/navigation/Position.java <== 3253 /* 3254 * To change this template, choose Tools | Templates 3255 * and open the template in the editor. 3256 */ 3257 /** 3258 * This class represents the position of an entity in the world. 3259 * 3260 * @author Benjamin Jakobus (based on JMarine by Cormac Gebruers and Benjamin Jakobus) 3261 * @version 1.0 3262 * @since 1.0 3263 */ 3264 ==> engine/src/desktop/jme3tools/navigation/GCSailing.java <== 3265 /* 3266 * To change this template, choose Tools | Templates 3267 * and open the template in the editor. 3268 */ 3269 /** 3270 * A utility class to package up a great circle sailing. 3271 * 3272 * @author Benjamin Jakobus, based on JMarine (by Cormac Gebruers and Benjamin 3273 * Jakobus) 3274 * 3275 * @version 1.0 3276 * @since 1.0 3277 */ 3278 ==> engine/src/desktop/jme3tools/navigation/StringUtil.java <== 3279 /* 3280 * To change this template, choose Tools | Templates 3281 * and open the template in the editor. 3282 */ 3283 /** 3284 * A collection of String utilities. 3285 * 3286 * @author Benjamin Jakobus 3287 * @version 1.0 3288 */ 3289 ==> engine/src/terrain/Common/MatDefs/Terrain/HeightBasedTerrain.vert <== 3290 ==> engine/src/terrain/Common/MatDefs/Terrain/Terrain.j3md <== 3291 ==> engine/src/terrain/Common/MatDefs/Terrain/HeightBasedTerrain.frag <== 3292 ==> engine/src/terrain/Common/MatDefs/Terrain/TerrainLighting.frag <== 3293 ==> engine/src/terrain/Common/MatDefs/Terrain/TerrainLighting.vert <== 3294 ==> engine/src/terrain/Common/MatDefs/Terrain/TerrainLighting.j3md <== 3295 ==> engine/src/terrain/Common/MatDefs/Terrain/HeightBasedTerrain.j3md <== 3296 ==> engine/src/terrain/Common/MatDefs/Terrain/Terrain.frag <== 3297 ==> engine/src/terrain/Common/MatDefs/Terrain/Terrain.vert <== 3298 ==> engine/src/terrain/com/jme3/terrain/heightmap/HeightMapGrid.java <== 3299 /* 3300 * To change this template, choose Tools | Templates 3301 * and open the template in the editor. 3302 */ 3303 /** 3304 * 3305 * @author Anthyon 3306 */ 3307 /** 3308 * @Deprecated in favor of TerrainGridTileLoader 3309 */ 3310 ==> engine/src/terrain/com/jme3/terrain/heightmap/ImageHeightmap.java <== 3311 /* 3312 * To change this template, choose Tools | Templates 3313 * and open the template in the editor. 3314 */ 3315 /** 3316 * A heightmap that is built off an image. 3317 * If you want to be able to supply different Image types to 3318 * ImageBaseHeightMapGrid, you need to implement this interface, 3319 * and have that class extend Abstract heightmap. 3320 * 3321 * @author bowens 3322 * @deprecated 3323 */ 3324 ==> engine/src/terrain/com/jme3/terrain/heightmap/CombinerHeightMap.java <== 3325 /* 3326 * Copyright (c) 2009-2010 jMonkeyEngine 3327 * All rights reserved. 3328 * 3329 * Redistribution and use in source and binary forms, with or without 3330 * modification, are permitted provided that the following conditions are 3331 * met: 3332 * 3333 * * Redistributions of source code must retain the above copyright 3334 * notice, this list of conditions and the following disclaimer. 3335 * 3336 * * Redistributions in binary form must reproduce the above copyright 3337 * notice, this list of conditions and the following disclaimer in the 3338 * documentation and/or other materials provided with the distribution. 3339 * 3340 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 3341 * may be used to endorse or promote products derived from this software 3342 * without specific prior written permission. 3343 * 3344 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 3345 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3346 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3347 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 3348 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 3349 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 3350 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 3351 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 3352 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 3353 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 3354 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3355 */ 3356 ==> engine/src/terrain/com/jme3/terrain/heightmap/FaultHeightMap.java <== 3357 /* 3358 * Copyright (c) 2009-2012 jMonkeyEngine 3359 * All rights reserved. 3360 * 3361 * Redistribution and use in source and binary forms, with or without 3362 * modification, are permitted provided that the following conditions are 3363 * met: 3364 * 3365 * * Redistributions of source code must retain the above copyright 3366 * notice, this list of conditions and the following disclaimer. 3367 * 3368 * * Redistributions in binary form must reproduce the above copyright 3369 * notice, this list of conditions and the following disclaimer in the 3370 * documentation and/or other materials provided with the distribution. 3371 * 3372 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 3373 * may be used to endorse or promote products derived from this software 3374 * without specific prior written permission. 3375 * 3376 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 3377 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3378 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3379 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 3380 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 3381 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 3382 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 3383 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 3384 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 3385 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 3386 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3387 */ 3388 ==> engine/src/terrain/com/jme3/terrain/heightmap/MidpointDisplacementHeightMap.java <== 3389 /* 3390 * Copyright (c) 2009-2010 jMonkeyEngine 3391 * All rights reserved. 3392 * 3393 * Redistribution and use in source and binary forms, with or without 3394 * modification, are permitted provided that the following conditions are 3395 * met: 3396 * 3397 * * Redistributions of source code must retain the above copyright 3398 * notice, this list of conditions and the following disclaimer. 3399 * 3400 * * Redistributions in binary form must reproduce the above copyright 3401 * notice, this list of conditions and the following disclaimer in the 3402 * documentation and/or other materials provided with the distribution. 3403 * 3404 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 3405 * may be used to endorse or promote products derived from this software 3406 * without specific prior written permission. 3407 * 3408 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 3409 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3410 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3411 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 3412 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 3413 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 3414 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 3415 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 3416 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 3417 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 3418 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3419 */ 3420 ==> engine/src/terrain/com/jme3/terrain/heightmap/Namer.java <== 3421 /* 3422 * To change this template, choose Tools | Templates 3423 * and open the template in the editor. 3424 */ 3425 /** 3426 * 3427 * @author Anthyon 3428 */ 3429 ==> engine/src/terrain/com/jme3/terrain/heightmap/ImageBasedHeightMapGrid.java <== 3430 /* 3431 * To change this template, choose Tools | Templates 3432 * and open the template in the editor. 3433 */ 3434 /** 3435 * Loads Terrain grid tiles with image heightmaps. 3436 * By default it expects a 16-bit grayscale image as the heightmap, but 3437 * you can also call setImageType(BufferedImage.TYPE_) to set it to be a different 3438 * image type. If you do this, you must also set a custom ImageHeightmap that will 3439 * understand and be able to parse the image. By default if you pass in an image of type 3440 * BufferedImage.TYPE_3BYTE_BGR, it will use the ImageBasedHeightMap for you. 3441 * 3442 * @author Anthyon, Brent Owens 3443 */ 3444 /** 3445 * @Deprecated in favor of ImageTileLoader 3446 */ 3447 ==> engine/src/terrain/com/jme3/terrain/heightmap/AbstractHeightMap.java <== 3448 /* 3449 * Copyright (c) 2009-2010 jMonkeyEngine 3450 * All rights reserved. 3451 * 3452 * Redistribution and use in source and binary forms, with or without 3453 * modification, are permitted provided that the following conditions are 3454 * met: 3455 * 3456 * * Redistributions of source code must retain the above copyright 3457 * notice, this list of conditions and the following disclaimer. 3458 * 3459 * * Redistributions in binary form must reproduce the above copyright 3460 * notice, this list of conditions and the following disclaimer in the 3461 * documentation and/or other materials provided with the distribution. 3462 * 3463 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 3464 * may be used to endorse or promote products derived from this software 3465 * without specific prior written permission. 3466 * 3467 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 3468 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3469 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3470 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 3471 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 3472 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 3473 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 3474 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 3475 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 3476 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 3477 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3478 */ 3479 ==> engine/src/terrain/com/jme3/terrain/heightmap/RawHeightMap.java <== 3480 /* 3481 * Copyright (c) 2009-2010 jMonkeyEngine 3482 * All rights reserved. 3483 * 3484 * Redistribution and use in source and binary forms, with or without 3485 * modification, are permitted provided that the following conditions are 3486 * met: 3487 * 3488 * * Redistributions of source code must retain the above copyright 3489 * notice, this list of conditions and the following disclaimer. 3490 * 3491 * * Redistributions in binary form must reproduce the above copyright 3492 * notice, this list of conditions and the following disclaimer in the 3493 * documentation and/or other materials provided with the distribution. 3494 * 3495 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 3496 * may be used to endorse or promote products derived from this software 3497 * without specific prior written permission. 3498 * 3499 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 3500 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3501 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3502 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 3503 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 3504 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 3505 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 3506 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 3507 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 3508 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 3509 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3510 */ 3511 ==> engine/src/terrain/com/jme3/terrain/heightmap/ImageBasedHeightMap.java <== 3512 /* 3513 * Copyright (c) 2009-2010 jMonkeyEngine 3514 * All rights reserved. 3515 * 3516 * Redistribution and use in source and binary forms, with or without 3517 * modification, are permitted provided that the following conditions are 3518 * met: 3519 * 3520 * * Redistributions of source code must retain the above copyright 3521 * notice, this list of conditions and the following disclaimer. 3522 * 3523 * * Redistributions in binary form must reproduce the above copyright 3524 * notice, this list of conditions and the following disclaimer in the 3525 * documentation and/or other materials provided with the distribution. 3526 * 3527 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 3528 * may be used to endorse or promote products derived from this software 3529 * without specific prior written permission. 3530 * 3531 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 3532 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3533 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3534 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 3535 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 3536 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 3537 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 3538 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 3539 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 3540 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 3541 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3542 */ 3543 ==> engine/src/terrain/com/jme3/terrain/heightmap/HillHeightMap.java <== 3544 /* 3545 * Copyright (c) 2009-2012 jMonkeyEngine 3546 * All rights reserved. 3547 * 3548 * Redistribution and use in source and binary forms, with or without 3549 * modification, are permitted provided that the following conditions are 3550 * met: 3551 * 3552 * * Redistributions of source code must retain the above copyright 3553 * notice, this list of conditions and the following disclaimer. 3554 * 3555 * * Redistributions in binary form must reproduce the above copyright 3556 * notice, this list of conditions and the following disclaimer in the 3557 * documentation and/or other materials provided with the distribution. 3558 * 3559 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 3560 * may be used to endorse or promote products derived from this software 3561 * without specific prior written permission. 3562 * 3563 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 3564 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3565 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3566 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 3567 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 3568 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 3569 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 3570 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 3571 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 3572 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 3573 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3574 */ 3575 ==> engine/src/terrain/com/jme3/terrain/heightmap/FluidSimHeightMap.java <== 3576 /* 3577 * Copyright (c) 2009-2010 jMonkeyEngine 3578 * All rights reserved. 3579 * 3580 * Redistribution and use in source and binary forms, with or without 3581 * modification, are permitted provided that the following conditions are 3582 * met: 3583 * 3584 * * Redistributions of source code must retain the above copyright 3585 * notice, this list of conditions and the following disclaimer. 3586 * 3587 * * Redistributions in binary form must reproduce the above copyright 3588 * notice, this list of conditions and the following disclaimer in the 3589 * documentation and/or other materials provided with the distribution. 3590 * 3591 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 3592 * may be used to endorse or promote products derived from this software 3593 * without specific prior written permission. 3594 * 3595 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 3596 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3597 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3598 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 3599 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 3600 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 3601 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 3602 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 3603 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 3604 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 3605 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3606 */ 3607 ==> engine/src/terrain/com/jme3/terrain/heightmap/HeightMap.java <== 3608 /* 3609 * Copyright (c) 2009-2010 jMonkeyEngine 3610 * All rights reserved. 3611 * 3612 * Redistribution and use in source and binary forms, with or without 3613 * modification, are permitted provided that the following conditions are 3614 * met: 3615 * 3616 * * Redistributions of source code must retain the above copyright 3617 * notice, this list of conditions and the following disclaimer. 3618 * 3619 * * Redistributions in binary form must reproduce the above copyright 3620 * notice, this list of conditions and the following disclaimer in the 3621 * documentation and/or other materials provided with the distribution. 3622 * 3623 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 3624 * may be used to endorse or promote products derived from this software 3625 * without specific prior written permission. 3626 * 3627 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 3628 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3629 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3630 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 3631 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 3632 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 3633 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 3634 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 3635 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 3636 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 3637 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3638 */ 3639 /** 3640 ==> engine/src/terrain/com/jme3/terrain/heightmap/ParticleDepositionHeightMap.java <== 3641 /* 3642 * Copyright (c) 2009-2010 jMonkeyEngine 3643 * All rights reserved. 3644 * 3645 * Redistribution and use in source and binary forms, with or without 3646 * modification, are permitted provided that the following conditions are 3647 * met: 3648 * 3649 * * Redistributions of source code must retain the above copyright 3650 * notice, this list of conditions and the following disclaimer. 3651 * 3652 * * Redistributions in binary form must reproduce the above copyright 3653 * notice, this list of conditions and the following disclaimer in the 3654 * documentation and/or other materials provided with the distribution. 3655 * 3656 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 3657 * may be used to endorse or promote products derived from this software 3658 * without specific prior written permission. 3659 * 3660 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 3661 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3662 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3663 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 3664 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 3665 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 3666 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 3667 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 3668 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 3669 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 3670 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3671 */ 3672 ==> engine/src/terrain/com/jme3/terrain/GeoMap.java <== 3673 /* 3674 * Copyright (c) 2009-2010 jMonkeyEngine 3675 * All rights reserved. 3676 * 3677 * Redistribution and use in source and binary forms, with or without 3678 * modification, are permitted provided that the following conditions are 3679 * met: 3680 * 3681 * * Redistributions of source code must retain the above copyright 3682 * notice, this list of conditions and the following disclaimer. 3683 * 3684 * * Redistributions in binary form must reproduce the above copyright 3685 * notice, this list of conditions and the following disclaimer in the 3686 * documentation and/or other materials provided with the distribution. 3687 * 3688 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 3689 * may be used to endorse or promote products derived from this software 3690 * without specific prior written permission. 3691 * 3692 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 3693 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3694 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3695 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 3696 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 3697 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 3698 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 3699 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 3700 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 3701 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 3702 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3703 */ 3704 ==> engine/src/terrain/com/jme3/terrain/Terrain.java <== 3705 /* 3706 * Copyright (c) 2009-2012 jMonkeyEngine 3707 * All rights reserved. 3708 * 3709 * Redistribution and use in source and binary forms, with or without 3710 * modification, are permitted provided that the following conditions are 3711 * met: 3712 * 3713 * * Redistributions of source code must retain the above copyright 3714 * notice, this list of conditions and the following disclaimer. 3715 * 3716 * * Redistributions in binary form must reproduce the above copyright 3717 * notice, this list of conditions and the following disclaimer in the 3718 * documentation and/or other materials provided with the distribution. 3719 * 3720 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 3721 * may be used to endorse or promote products derived from this software 3722 * without specific prior written permission. 3723 * 3724 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 3725 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3726 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3727 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 3728 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 3729 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 3730 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 3731 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 3732 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 3733 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 3734 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3735 */ 3736 ==> engine/src/terrain/com/jme3/terrain/ProgressMonitor.java <== 3737 /* 3738 * Copyright (c) 2009-2010 jMonkeyEngine 3739 * All rights reserved. 3740 * 3741 * Redistribution and use in source and binary forms, with or without 3742 * modification, are permitted provided that the following conditions are 3743 * met: 3744 * 3745 * * Redistributions of source code must retain the above copyright 3746 * notice, this list of conditions and the following disclaimer. 3747 * 3748 * * Redistributions in binary form must reproduce the above copyright 3749 * notice, this list of conditions and the following disclaimer in the 3750 * documentation and/or other materials provided with the distribution. 3751 * 3752 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 3753 * may be used to endorse or promote products derived from this software 3754 * without specific prior written permission. 3755 * 3756 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 3757 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 3758 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 3759 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 3760 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 3761 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 3762 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 3763 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 3764 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 3765 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 3766 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3767 */ 3768 /** 3769 * Monitor the progress of an expensive terrain operation. 3770 ==> engine/src/terrain/com/jme3/terrain/noise/filter/ThermalErodeFilter.java <== 3771 /** 3772 * Copyright (c) 2011, Novyon Events 3773 * 3774 * All rights reserved. 3775 * 3776 * Redistribution and use in source and binary forms, with or without 3777 * modification, are permitted provided that the following conditions are met: 3778 * 3779 * - Redistributions of source code must retain the above copyright notice, this 3780 * list of conditions and the following disclaimer. 3781 * 3782 * - Redistributions in binary form must reproduce the above copyright notice, 3783 * this list of conditions and the following disclaimer in the documentation 3784 * and/or other materials provided with the distribution. 3785 * 3786 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 3787 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3788 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3789 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 3790 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 3791 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 3792 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 3793 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 3794 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 3795 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 3796 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3797 * 3798 * @author Anthyon 3799 */ 3800 ==> engine/src/terrain/com/jme3/terrain/noise/filter/IterativeFilter.java <== 3801 /** 3802 * Copyright (c) 2011, Novyon Events 3803 * 3804 * All rights reserved. 3805 * 3806 * Redistribution and use in source and binary forms, with or without 3807 * modification, are permitted provided that the following conditions are met: 3808 * 3809 * - Redistributions of source code must retain the above copyright notice, this 3810 * list of conditions and the following disclaimer. 3811 * 3812 * - Redistributions in binary form must reproduce the above copyright notice, 3813 * this list of conditions and the following disclaimer in the documentation 3814 * and/or other materials provided with the distribution. 3815 * 3816 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 3817 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3818 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3819 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 3820 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 3821 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 3822 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 3823 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 3824 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 3825 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 3826 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3827 * 3828 * @author Anthyon 3829 */ 3830 ==> engine/src/terrain/com/jme3/terrain/noise/filter/OptimizedErode.java <== 3831 /** 3832 * Copyright (c) 2011, Novyon Events 3833 * 3834 * All rights reserved. 3835 * 3836 * Redistribution and use in source and binary forms, with or without 3837 * modification, are permitted provided that the following conditions are met: 3838 * 3839 * - Redistributions of source code must retain the above copyright notice, this 3840 * list of conditions and the following disclaimer. 3841 * 3842 * - Redistributions in binary form must reproduce the above copyright notice, 3843 * this list of conditions and the following disclaimer in the documentation 3844 * and/or other materials provided with the distribution. 3845 * 3846 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 3847 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3848 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3849 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 3850 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 3851 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 3852 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 3853 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 3854 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 3855 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 3856 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3857 * 3858 * @author Anthyon 3859 */ 3860 ==> engine/src/terrain/com/jme3/terrain/noise/filter/HydraulicErodeFilter.java <== 3861 /** 3862 * Copyright (c) 2011, Novyon Events 3863 * 3864 * All rights reserved. 3865 * 3866 * Redistribution and use in source and binary forms, with or without 3867 * modification, are permitted provided that the following conditions are met: 3868 * 3869 * - Redistributions of source code must retain the above copyright notice, this 3870 * list of conditions and the following disclaimer. 3871 * 3872 * - Redistributions in binary form must reproduce the above copyright notice, 3873 * this list of conditions and the following disclaimer in the documentation 3874 * and/or other materials provided with the distribution. 3875 * 3876 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 3877 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3878 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3879 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 3880 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 3881 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 3882 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 3883 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 3884 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 3885 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 3886 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3887 * 3888 * @author Anthyon 3889 */ 3890 ==> engine/src/terrain/com/jme3/terrain/noise/filter/AbstractFilter.java <== 3891 /** 3892 * Copyright (c) 2011, Novyon Events 3893 * 3894 * All rights reserved. 3895 * 3896 * Redistribution and use in source and binary forms, with or without 3897 * modification, are permitted provided that the following conditions are met: 3898 * 3899 * - Redistributions of source code must retain the above copyright notice, this 3900 * list of conditions and the following disclaimer. 3901 * 3902 * - Redistributions in binary form must reproduce the above copyright notice, 3903 * this list of conditions and the following disclaimer in the documentation 3904 * and/or other materials provided with the distribution. 3905 * 3906 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 3907 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3908 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3909 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 3910 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 3911 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 3912 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 3913 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 3914 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 3915 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 3916 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3917 * 3918 * @author Anthyon 3919 */ 3920 ==> engine/src/terrain/com/jme3/terrain/noise/filter/PerturbFilter.java <== 3921 /** 3922 * Copyright (c) 2011, Novyon Events 3923 * 3924 * All rights reserved. 3925 * 3926 * Redistribution and use in source and binary forms, with or without 3927 * modification, are permitted provided that the following conditions are met: 3928 * 3929 * - Redistributions of source code must retain the above copyright notice, this 3930 * list of conditions and the following disclaimer. 3931 * 3932 * - Redistributions in binary form must reproduce the above copyright notice, 3933 * this list of conditions and the following disclaimer in the documentation 3934 * and/or other materials provided with the distribution. 3935 * 3936 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 3937 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3938 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3939 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 3940 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 3941 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 3942 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 3943 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 3944 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 3945 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 3946 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3947 * 3948 * @author Anthyon 3949 */ 3950 ==> engine/src/terrain/com/jme3/terrain/noise/filter/SmoothFilter.java <== 3951 /** 3952 * Copyright (c) 2011, Novyon Events 3953 * 3954 * All rights reserved. 3955 * 3956 * Redistribution and use in source and binary forms, with or without 3957 * modification, are permitted provided that the following conditions are met: 3958 * 3959 * - Redistributions of source code must retain the above copyright notice, this 3960 * list of conditions and the following disclaimer. 3961 * 3962 * - Redistributions in binary form must reproduce the above copyright notice, 3963 * this list of conditions and the following disclaimer in the documentation 3964 * and/or other materials provided with the distribution. 3965 * 3966 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 3967 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3968 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3969 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 3970 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 3971 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 3972 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 3973 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 3974 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 3975 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 3976 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3977 * 3978 * @author Anthyon 3979 */ 3980 ==> engine/src/terrain/com/jme3/terrain/noise/Color.java <== 3981 /** 3982 * Copyright (c) 2011, Novyon Events 3983 * 3984 * All rights reserved. 3985 * 3986 * Redistribution and use in source and binary forms, with or without 3987 * modification, are permitted provided that the following conditions are met: 3988 * 3989 * - Redistributions of source code must retain the above copyright notice, this 3990 * list of conditions and the following disclaimer. 3991 * 3992 * - Redistributions in binary form must reproduce the above copyright notice, 3993 * this list of conditions and the following disclaimer in the documentation 3994 * and/or other materials provided with the distribution. 3995 * 3996 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 3997 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 3998 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 3999 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 4000 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 4001 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 4002 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 4003 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 4004 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 4005 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 4006 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4007 * 4008 * @author Anthyon 4009 */ 4010 /** 4011 * Helper class for working with colors and gradients 4012 * 4013 * @author Anthyon 4014 ==> engine/src/terrain/com/jme3/terrain/noise/Filter.java <== 4015 /** 4016 * Copyright (c) 2011, Novyon Events 4017 * 4018 * All rights reserved. 4019 * 4020 * Redistribution and use in source and binary forms, with or without 4021 * modification, are permitted provided that the following conditions are met: 4022 * 4023 * - Redistributions of source code must retain the above copyright notice, this 4024 * list of conditions and the following disclaimer. 4025 * 4026 * - Redistributions in binary form must reproduce the above copyright notice, 4027 * this list of conditions and the following disclaimer in the documentation 4028 * and/or other materials provided with the distribution. 4029 * 4030 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 4031 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4032 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4033 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 4034 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 4035 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 4036 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 4037 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 4038 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 4039 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 4040 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4041 * 4042 * @author Anthyon 4043 */ 4044 ==> engine/src/terrain/com/jme3/terrain/noise/Basis.java <== 4045 /** 4046 * Copyright (c) 2011, Novyon Events 4047 * 4048 * All rights reserved. 4049 * 4050 * Redistribution and use in source and binary forms, with or without 4051 * modification, are permitted provided that the following conditions are met: 4052 * 4053 * - Redistributions of source code must retain the above copyright notice, this 4054 * list of conditions and the following disclaimer. 4055 * 4056 * - Redistributions in binary form must reproduce the above copyright notice, 4057 * this list of conditions and the following disclaimer in the documentation 4058 * and/or other materials provided with the distribution. 4059 * 4060 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 4061 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4062 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4063 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 4064 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 4065 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 4066 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 4067 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 4068 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 4069 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 4070 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4071 * 4072 * @author Anthyon 4073 */ 4074 ==> engine/src/terrain/com/jme3/terrain/noise/ShaderUtils.java <== 4075 /** 4076 * Copyright (c) 2011, Novyon Events 4077 * 4078 * All rights reserved. 4079 * 4080 * Redistribution and use in source and binary forms, with or without 4081 * modification, are permitted provided that the following conditions are met: 4082 * 4083 * - Redistributions of source code must retain the above copyright notice, this 4084 * list of conditions and the following disclaimer. 4085 * 4086 * - Redistributions in binary form must reproduce the above copyright notice, 4087 * this list of conditions and the following disclaimer in the documentation 4088 * and/or other materials provided with the distribution. 4089 * 4090 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 4091 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4092 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4093 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 4094 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 4095 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 4096 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 4097 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 4098 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 4099 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 4100 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4101 * 4102 * @author Anthyon 4103 */ 4104 ==> engine/src/terrain/com/jme3/terrain/noise/modulator/CatRom2.java <== 4105 /** 4106 * Copyright (c) 2011, Novyon Events 4107 * 4108 * All rights reserved. 4109 * 4110 * Redistribution and use in source and binary forms, with or without 4111 * modification, are permitted provided that the following conditions are met: 4112 * 4113 * - Redistributions of source code must retain the above copyright notice, this 4114 * list of conditions and the following disclaimer. 4115 * 4116 * - Redistributions in binary form must reproduce the above copyright notice, 4117 * this list of conditions and the following disclaimer in the documentation 4118 * and/or other materials provided with the distribution. 4119 * 4120 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 4121 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4122 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4123 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 4124 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 4125 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 4126 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 4127 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 4128 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 4129 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 4130 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4131 * 4132 * @author Anthyon 4133 */ 4134 ==> engine/src/terrain/com/jme3/terrain/noise/modulator/NoiseModulator.java <== 4135 /** 4136 * Copyright (c) 2011, Novyon Events 4137 * 4138 * All rights reserved. 4139 * 4140 * Redistribution and use in source and binary forms, with or without 4141 * modification, are permitted provided that the following conditions are met: 4142 * 4143 * - Redistributions of source code must retain the above copyright notice, this 4144 * list of conditions and the following disclaimer. 4145 * 4146 * - Redistributions in binary form must reproduce the above copyright notice, 4147 * this list of conditions and the following disclaimer in the documentation 4148 * and/or other materials provided with the distribution. 4149 * 4150 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 4151 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4152 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4153 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 4154 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 4155 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 4156 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 4157 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 4158 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 4159 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 4160 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4161 * 4162 * @author Anthyon 4163 */ 4164 ==> engine/src/terrain/com/jme3/terrain/noise/modulator/Modulator.java <== 4165 /** 4166 * Copyright (c) 2011, Novyon Events 4167 * 4168 * All rights reserved. 4169 * 4170 * Redistribution and use in source and binary forms, with or without 4171 * modification, are permitted provided that the following conditions are met: 4172 * 4173 * - Redistributions of source code must retain the above copyright notice, this 4174 * list of conditions and the following disclaimer. 4175 * 4176 * - Redistributions in binary form must reproduce the above copyright notice, 4177 * this list of conditions and the following disclaimer in the documentation 4178 * and/or other materials provided with the distribution. 4179 * 4180 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 4181 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4182 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4183 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 4184 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 4185 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 4186 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 4187 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 4188 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 4189 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 4190 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4191 * 4192 * @author Anthyon 4193 */ 4194 ==> engine/src/terrain/com/jme3/terrain/noise/basis/NoiseAggregator.java <== 4195 /** 4196 * Copyright (c) 2011, Novyon Events 4197 * 4198 * All rights reserved. 4199 * 4200 * Redistribution and use in source and binary forms, with or without 4201 * modification, are permitted provided that the following conditions are met: 4202 * 4203 * - Redistributions of source code must retain the above copyright notice, this 4204 * list of conditions and the following disclaimer. 4205 * 4206 * - Redistributions in binary form must reproduce the above copyright notice, 4207 * this list of conditions and the following disclaimer in the documentation 4208 * and/or other materials provided with the distribution. 4209 * 4210 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 4211 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4212 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4213 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 4214 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 4215 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 4216 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 4217 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 4218 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 4219 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 4220 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4221 * 4222 * @author Anthyon 4223 */ 4224 /** 4225 * A simple aggregator basis. Takes two basis functions and a rate and return 4226 ==> engine/src/terrain/com/jme3/terrain/noise/basis/Noise.java <== 4227 /** 4228 * Copyright (c) 2011, Novyon Events 4229 * 4230 * All rights reserved. 4231 * 4232 * Redistribution and use in source and binary forms, with or without 4233 * modification, are permitted provided that the following conditions are met: 4234 * 4235 * - Redistributions of source code must retain the above copyright notice, this 4236 * list of conditions and the following disclaimer. 4237 * 4238 * - Redistributions in binary form must reproduce the above copyright notice, 4239 * this list of conditions and the following disclaimer in the documentation 4240 * and/or other materials provided with the distribution. 4241 * 4242 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 4243 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4244 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4245 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 4246 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 4247 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 4248 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 4249 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 4250 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 4251 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 4252 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4253 * 4254 * @author Anthyon 4255 */ 4256 ==> engine/src/terrain/com/jme3/terrain/noise/basis/ImprovedNoise.java <== 4257 /** 4258 * Copyright (c) 2011, Novyon Events 4259 * 4260 * All rights reserved. 4261 * 4262 * Redistribution and use in source and binary forms, with or without 4263 * modification, are permitted provided that the following conditions are met: 4264 * 4265 * - Redistributions of source code must retain the above copyright notice, this 4266 * list of conditions and the following disclaimer. 4267 * 4268 * - Redistributions in binary form must reproduce the above copyright notice, 4269 * this list of conditions and the following disclaimer in the documentation 4270 * and/or other materials provided with the distribution. 4271 * 4272 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 4273 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4274 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4275 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 4276 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 4277 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 4278 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 4279 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 4280 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 4281 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 4282 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4283 * 4284 * @author Anthyon 4285 */ 4286 /** 4287 ==> engine/src/terrain/com/jme3/terrain/noise/basis/FilteredBasis.java <== 4288 /** 4289 * Copyright (c) 2011, Novyon Events 4290 * 4291 * All rights reserved. 4292 * 4293 * Redistribution and use in source and binary forms, with or without 4294 * modification, are permitted provided that the following conditions are met: 4295 * 4296 * - Redistributions of source code must retain the above copyright notice, this 4297 * list of conditions and the following disclaimer. 4298 * 4299 * - Redistributions in binary form must reproduce the above copyright notice, 4300 * this list of conditions and the following disclaimer in the documentation 4301 * and/or other materials provided with the distribution. 4302 * 4303 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 4304 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4305 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4306 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 4307 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 4308 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 4309 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 4310 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 4311 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 4312 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 4313 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4314 * 4315 * @author Anthyon 4316 */ 4317 ==> engine/src/terrain/com/jme3/terrain/noise/fractal/Fractal.java <== 4318 /** 4319 * Copyright (c) 2011, Novyon Events 4320 * 4321 * All rights reserved. 4322 * 4323 * Redistribution and use in source and binary forms, with or without 4324 * modification, are permitted provided that the following conditions are met: 4325 * 4326 * - Redistributions of source code must retain the above copyright notice, this 4327 * list of conditions and the following disclaimer. 4328 * 4329 * - Redistributions in binary form must reproduce the above copyright notice, 4330 * this list of conditions and the following disclaimer in the documentation 4331 * and/or other materials provided with the distribution. 4332 * 4333 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 4334 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4335 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4336 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 4337 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 4338 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 4339 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 4340 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 4341 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 4342 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 4343 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4344 * 4345 * @author Anthyon 4346 */ 4347 /** 4348 * Interface for a general fractal basis. 4349 ==> engine/src/terrain/com/jme3/terrain/noise/fractal/FractalSum.java <== 4350 /** 4351 * Copyright (c) 2011, Novyon Events 4352 * 4353 * All rights reserved. 4354 * 4355 * Redistribution and use in source and binary forms, with or without 4356 * modification, are permitted provided that the following conditions are met: 4357 * 4358 * - Redistributions of source code must retain the above copyright notice, this 4359 * list of conditions and the following disclaimer. 4360 * 4361 * - Redistributions in binary form must reproduce the above copyright notice, 4362 * this list of conditions and the following disclaimer in the documentation 4363 * and/or other materials provided with the distribution. 4364 * 4365 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 4366 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4367 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 4368 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 4369 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 4370 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 4371 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 4372 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 4373 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 4374 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 4375 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4376 * 4377 * @author Anthyon 4378 */ 4379 ==> engine/src/terrain/com/jme3/terrain/geomipmap/NormalRecalcControl.java <== 4380 /* 4381 * Copyright (c) 2009-2010 jMonkeyEngine 4382 * All rights reserved. 4383 * 4384 * Redistribution and use in source and binary forms, with or without 4385 * modification, are permitted provided that the following conditions are 4386 * met: 4387 * 4388 * * Redistributions of source code must retain the above copyright 4389 * notice, this list of conditions and the following disclaimer. 4390 * 4391 * * Redistributions in binary form must reproduce the above copyright 4392 * notice, this list of conditions and the following disclaimer in the 4393 * documentation and/or other materials provided with the distribution. 4394 * 4395 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 4396 * may be used to endorse or promote products derived from this software 4397 * without specific prior written permission. 4398 * 4399 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 4400 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 4401 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 4402 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 4403 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 4404 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 4405 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 4406 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 4407 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 4408 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 4409 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4410 */ 4411 ==> engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/DistanceLodCalculator.java <== 4412 /* 4413 * Copyright (c) 2009-2010 jMonkeyEngine 4414 * All rights reserved. 4415 * 4416 * Redistribution and use in source and binary forms, with or without 4417 * modification, are permitted provided that the following conditions are 4418 * met: 4419 * 4420 * * Redistributions of source code must retain the above copyright 4421 * notice, this list of conditions and the following disclaimer. 4422 * 4423 * * Redistributions in binary form must reproduce the above copyright 4424 * notice, this list of conditions and the following disclaimer in the 4425 * documentation and/or other materials provided with the distribution. 4426 * 4427 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 4428 * may be used to endorse or promote products derived from this software 4429 * without specific prior written permission. 4430 * 4431 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 4432 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 4433 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 4434 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 4435 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 4436 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 4437 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 4438 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 4439 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 4440 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 4441 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4442 */ 4443 ==> engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/LodThreshold.java <== 4444 /* 4445 * Copyright (c) 2009-2010 jMonkeyEngine 4446 * All rights reserved. 4447 * 4448 * Redistribution and use in source and binary forms, with or without 4449 * modification, are permitted provided that the following conditions are 4450 * met: 4451 * 4452 * * Redistributions of source code must retain the above copyright 4453 * notice, this list of conditions and the following disclaimer. 4454 * 4455 * * Redistributions in binary form must reproduce the above copyright 4456 * notice, this list of conditions and the following disclaimer in the 4457 * documentation and/or other materials provided with the distribution. 4458 * 4459 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 4460 * may be used to endorse or promote products derived from this software 4461 * without specific prior written permission. 4462 * 4463 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 4464 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 4465 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 4466 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 4467 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 4468 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 4469 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 4470 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 4471 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 4472 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 4473 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4474 */ 4475 ==> engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/SimpleLodThreshold.java <== 4476 /* 4477 * Copyright (c) 2009-2010 jMonkeyEngine 4478 * All rights reserved. 4479 * 4480 * Redistribution and use in source and binary forms, with or without 4481 * modification, are permitted provided that the following conditions are 4482 * met: 4483 * 4484 * * Redistributions of source code must retain the above copyright 4485 * notice, this list of conditions and the following disclaimer. 4486 * 4487 * * Redistributions in binary form must reproduce the above copyright 4488 * notice, this list of conditions and the following disclaimer in the 4489 * documentation and/or other materials provided with the distribution. 4490 * 4491 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 4492 * may be used to endorse or promote products derived from this software 4493 * without specific prior written permission. 4494 * 4495 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 4496 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 4497 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 4498 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 4499 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 4500 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 4501 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 4502 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 4503 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 4504 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 4505 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4506 */ 4507 ==> engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/LodPerspectiveCalculatorFactory.java <== 4508 /* 4509 * Copyright (c) 2009-2010 jMonkeyEngine 4510 * All rights reserved. 4511 * 4512 * Redistribution and use in source and binary forms, with or without 4513 * modification, are permitted provided that the following conditions are 4514 * met: 4515 * 4516 * * Redistributions of source code must retain the above copyright 4517 * notice, this list of conditions and the following disclaimer. 4518 * 4519 * * Redistributions in binary form must reproduce the above copyright 4520 * notice, this list of conditions and the following disclaimer in the 4521 * documentation and/or other materials provided with the distribution. 4522 * 4523 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 4524 * may be used to endorse or promote products derived from this software 4525 * without specific prior written permission. 4526 * 4527 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 4528 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 4529 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 4530 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 4531 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 4532 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 4533 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 4534 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 4535 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 4536 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 4537 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4538 */ 4539 ==> engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/util/EntropyComputeUtil.java <== 4540 /** 4541 * Computes the entropy value (delta) for a given terrain block and 4542 * LOD level. 4543 * See the geomipmapping paper section 4544 * "2.3.1 Choosing the appropriate GeoMipMap level" 4545 * 4546 * @author Kirill Vainer 4547 */ 4548 ==> engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/PerspectiveLodCalculator.java <== 4549 /* 4550 * Copyright (c) 2009-2010 jMonkeyEngine 4551 * All rights reserved. 4552 * 4553 * Redistribution and use in source and binary forms, with or without 4554 * modification, are permitted provided that the following conditions are 4555 * met: 4556 * 4557 * * Redistributions of source code must retain the above copyright 4558 * notice, this list of conditions and the following disclaimer. 4559 * 4560 * * Redistributions in binary form must reproduce the above copyright 4561 * notice, this list of conditions and the following disclaimer in the 4562 * documentation and/or other materials provided with the distribution. 4563 * 4564 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 4565 * may be used to endorse or promote products derived from this software 4566 * without specific prior written permission. 4567 * 4568 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 4569 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 4570 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 4571 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 4572 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 4573 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 4574 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 4575 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 4576 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 4577 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 4578 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4579 */ 4580 ==> engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/LodDistanceCalculatorFactory.java <== 4581 /* 4582 * Copyright (c) 2009-2010 jMonkeyEngine 4583 * All rights reserved. 4584 * 4585 * Redistribution and use in source and binary forms, with or without 4586 * modification, are permitted provided that the following conditions are 4587 * met: 4588 * 4589 * * Redistributions of source code must retain the above copyright 4590 * notice, this list of conditions and the following disclaimer. 4591 * 4592 * * Redistributions in binary form must reproduce the above copyright 4593 * notice, this list of conditions and the following disclaimer in the 4594 * documentation and/or other materials provided with the distribution. 4595 * 4596 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 4597 * may be used to endorse or promote products derived from this software 4598 * without specific prior written permission. 4599 * 4600 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 4601 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 4602 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 4603 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 4604 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 4605 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 4606 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 4607 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 4608 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 4609 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 4610 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4611 */ 4612 ==> engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/LodCalculatorFactory.java <== 4613 /* 4614 * Copyright (c) 2009-2010 jMonkeyEngine 4615 * All rights reserved. 4616 * 4617 * Redistribution and use in source and binary forms, with or without 4618 * modification, are permitted provided that the following conditions are 4619 * met: 4620 * 4621 * * Redistributions of source code must retain the above copyright 4622 * notice, this list of conditions and the following disclaimer. 4623 * 4624 * * Redistributions in binary form must reproduce the above copyright 4625 * notice, this list of conditions and the following disclaimer in the 4626 * documentation and/or other materials provided with the distribution. 4627 * 4628 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 4629 * may be used to endorse or promote products derived from this software 4630 * without specific prior written permission. 4631 * 4632 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 4633 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 4634 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 4635 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 4636 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 4637 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 4638 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 4639 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 4640 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 4641 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 4642 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4643 */ 4644 ==> engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/LodCalculator.java <== 4645 /* 4646 * Copyright (c) 2009-2010 jMonkeyEngine 4647 * All rights reserved. 4648 * 4649 * Redistribution and use in source and binary forms, with or without 4650 * modification, are permitted provided that the following conditions are 4651 * met: 4652 * 4653 * * Redistributions of source code must retain the above copyright 4654 * notice, this list of conditions and the following disclaimer. 4655 * 4656 * * Redistributions in binary form must reproduce the above copyright 4657 * notice, this list of conditions and the following disclaimer in the 4658 * documentation and/or other materials provided with the distribution. 4659 * 4660 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 4661 * may be used to endorse or promote products derived from this software 4662 * without specific prior written permission. 4663 * 4664 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 4665 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 4666 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 4667 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 4668 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 4669 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 4670 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 4671 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 4672 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 4673 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 4674 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4675 */ 4676 ==> engine/src/terrain/com/jme3/terrain/geomipmap/TerrainGridTileLoader.java <== 4677 /* 4678 * To change this template, choose Tools | Templates 4679 * and open the template in the editor. 4680 */ 4681 /** 4682 * 4683 * @author normenhansen 4684 */ 4685 ==> engine/src/terrain/com/jme3/terrain/geomipmap/UpdatedTerrainPatch.java <== 4686 /* 4687 * Copyright (c) 2009-2010 jMonkeyEngine 4688 * All rights reserved. 4689 * 4690 * Redistribution and use in source and binary forms, with or without 4691 * modification, are permitted provided that the following conditions are 4692 * met: 4693 * 4694 * * Redistributions of source code must retain the above copyright 4695 * notice, this list of conditions and the following disclaimer. 4696 * 4697 * * Redistributions in binary form must reproduce the above copyright 4698 * notice, this list of conditions and the following disclaimer in the 4699 * documentation and/or other materials provided with the distribution. 4700 * 4701 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 4702 * may be used to endorse or promote products derived from this software 4703 * without specific prior written permission. 4704 * 4705 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 4706 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 4707 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 4708 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 4709 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 4710 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 4711 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 4712 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 4713 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 4714 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 4715 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4716 */ 4717 ==> engine/src/terrain/com/jme3/terrain/geomipmap/TerrainPatch.java <== 4718 /* 4719 * Copyright (c) 2009-2012 jMonkeyEngine 4720 * All rights reserved. 4721 * 4722 * Redistribution and use in source and binary forms, with or without 4723 * modification, are permitted provided that the following conditions are 4724 * met: 4725 * 4726 * * Redistributions of source code must retain the above copyright 4727 * notice, this list of conditions and the following disclaimer. 4728 * 4729 * * Redistributions in binary form must reproduce the above copyright 4730 * notice, this list of conditions and the following disclaimer in the 4731 * documentation and/or other materials provided with the distribution. 4732 * 4733 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 4734 * may be used to endorse or promote products derived from this software 4735 * without specific prior written permission. 4736 * 4737 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 4738 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 4739 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 4740 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 4741 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 4742 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 4743 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 4744 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 4745 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 4746 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 4747 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4748 */ 4749 ==> engine/src/terrain/com/jme3/terrain/geomipmap/LRUCache.java <== 4750 /** 4751 * An LRU cache, based on <code>LinkedHashMap</code>. 4752 * 4753 * <p> 4754 * This cache has a fixed maximum number of elements (<code>cacheSize</code>). 4755 * If the cache is full and another entry is added, the LRU (least recently 4756 * used) entry is dropped. 4757 * 4758 * <p> 4759 * This class is thread-safe. All methods of this class are synchronized. 4760 * 4761 ==> engine/src/terrain/com/jme3/terrain/geomipmap/TerrainLodControl.java <== 4762 /* 4763 * Copyright (c) 2009-2010 jMonkeyEngine 4764 * All rights reserved. 4765 * 4766 * Redistribution and use in source and binary forms, with or without 4767 * modification, are permitted provided that the following conditions are 4768 * met: 4769 * 4770 * * Redistributions of source code must retain the above copyright 4771 * notice, this list of conditions and the following disclaimer. 4772 * 4773 * * Redistributions in binary form must reproduce the above copyright 4774 * notice, this list of conditions and the following disclaimer in the 4775 * documentation and/or other materials provided with the distribution. 4776 * 4777 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 4778 * may be used to endorse or promote products derived from this software 4779 * without specific prior written permission. 4780 * 4781 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 4782 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 4783 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 4784 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 4785 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 4786 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 4787 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 4788 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 4789 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 4790 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 4791 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4792 */ 4793 ==> engine/src/terrain/com/jme3/terrain/geomipmap/TerrainGrid.java <== 4794 /* 4795 * Copyright (c) 2009-2010 jMonkeyEngine 4796 * All rights reserved. 4797 * 4798 * Redistribution and use in source and binary forms, with or without 4799 * modification, are permitted provided that the following conditions are 4800 * met: 4801 * 4802 * * Redistributions of source code must retain the above copyright 4803 * notice, this list of conditions and the following disclaimer. 4804 * 4805 * * Redistributions in binary form must reproduce the above copyright 4806 * notice, this list of conditions and the following disclaimer in the 4807 * documentation and/or other materials provided with the distribution. 4808 * 4809 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 4810 * may be used to endorse or promote products derived from this software 4811 * without specific prior written permission. 4812 * 4813 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 4814 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 4815 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 4816 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 4817 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 4818 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 4819 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 4820 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 4821 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 4822 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 4823 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4824 */ 4825 ==> engine/src/terrain/com/jme3/terrain/geomipmap/grid/ImageTileLoader.java <== 4826 /* 4827 * To change this template, choose Tools | Templates 4828 * and open the template in the editor. 4829 */ 4830 /** 4831 * 4832 * @author Anthyon, normenhansen 4833 */ 4834 ==> engine/src/terrain/com/jme3/terrain/geomipmap/grid/FractalTileLoader.java <== 4835 /* 4836 * To change this template, choose Tools | Templates 4837 * and open the template in the editor. 4838 */ 4839 /** 4840 * 4841 * @author Anthyon, normenhansen 4842 */ 4843 ==> engine/src/terrain/com/jme3/terrain/geomipmap/grid/AssetTileLoader.java <== 4844 /* 4845 * To change this template, choose Tools | Templates 4846 * and open the template in the editor. 4847 */ 4848 /** 4849 * 4850 * @author normenhansen 4851 */ 4852 ==> engine/src/terrain/com/jme3/terrain/geomipmap/TerrainGridListener.java <== 4853 /* 4854 * Copyright (c) 2009-2010 jMonkeyEngine 4855 * All rights reserved. 4856 * 4857 * Redistribution and use in source and binary forms, with or without 4858 * modification, are permitted provided that the following conditions are 4859 * met: 4860 * 4861 * * Redistributions of source code must retain the above copyright 4862 * notice, this list of conditions and the following disclaimer. 4863 * 4864 * * Redistributions in binary form must reproduce the above copyright 4865 * notice, this list of conditions and the following disclaimer in the 4866 * documentation and/or other materials provided with the distribution. 4867 * 4868 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 4869 * may be used to endorse or promote products derived from this software 4870 * without specific prior written permission. 4871 * 4872 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 4873 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 4874 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 4875 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 4876 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 4877 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 4878 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 4879 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 4880 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 4881 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 4882 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4883 */ 4884 ==> engine/src/terrain/com/jme3/terrain/geomipmap/picking/TerrainPickData.java <== 4885 /* 4886 * Copyright (c) 2009-2010 jMonkeyEngine 4887 * All rights reserved. 4888 * 4889 * Redistribution and use in source and binary forms, with or without 4890 * modification, are permitted provided that the following conditions are 4891 * met: 4892 * 4893 * * Redistributions of source code must retain the above copyright 4894 * notice, this list of conditions and the following disclaimer. 4895 * 4896 * * Redistributions in binary form must reproduce the above copyright 4897 * notice, this list of conditions and the following disclaimer in the 4898 * documentation and/or other materials provided with the distribution. 4899 * 4900 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 4901 * may be used to endorse or promote products derived from this software 4902 * without specific prior written permission. 4903 * 4904 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 4905 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 4906 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 4907 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 4908 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 4909 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 4910 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 4911 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 4912 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 4913 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 4914 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4915 */ 4916 ==> engine/src/terrain/com/jme3/terrain/geomipmap/picking/BresenhamYUpGridTracer.java <== 4917 /* 4918 * Copyright (c) 2009-2010 jMonkeyEngine 4919 * All rights reserved. 4920 * 4921 * Redistribution and use in source and binary forms, with or without 4922 * modification, are permitted provided that the following conditions are 4923 * met: 4924 * 4925 * * Redistributions of source code must retain the above copyright 4926 * notice, this list of conditions and the following disclaimer. 4927 * 4928 * * Redistributions in binary form must reproduce the above copyright 4929 * notice, this list of conditions and the following disclaimer in the 4930 * documentation and/or other materials provided with the distribution. 4931 * 4932 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 4933 * may be used to endorse or promote products derived from this software 4934 * without specific prior written permission. 4935 * 4936 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 4937 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 4938 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 4939 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 4940 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 4941 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 4942 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 4943 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 4944 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 4945 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 4946 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4947 */ 4948 ==> engine/src/terrain/com/jme3/terrain/geomipmap/picking/BresenhamTerrainPicker.java <== 4949 /* 4950 * Copyright (c) 2009-2010 jMonkeyEngine 4951 * All rights reserved. 4952 * 4953 * Redistribution and use in source and binary forms, with or without 4954 * modification, are permitted provided that the following conditions are 4955 * met: 4956 * 4957 * * Redistributions of source code must retain the above copyright 4958 * notice, this list of conditions and the following disclaimer. 4959 * 4960 * * Redistributions in binary form must reproduce the above copyright 4961 * notice, this list of conditions and the following disclaimer in the 4962 * documentation and/or other materials provided with the distribution. 4963 * 4964 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 4965 * may be used to endorse or promote products derived from this software 4966 * without specific prior written permission. 4967 * 4968 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 4969 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 4970 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 4971 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 4972 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 4973 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 4974 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 4975 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 4976 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 4977 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 4978 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 4979 */ 4980 ==> engine/src/terrain/com/jme3/terrain/geomipmap/picking/TerrainPicker.java <== 4981 /* 4982 * Copyright (c) 2009-2010 jMonkeyEngine 4983 * All rights reserved. 4984 * 4985 * Redistribution and use in source and binary forms, with or without 4986 * modification, are permitted provided that the following conditions are 4987 * met: 4988 * 4989 * * Redistributions of source code must retain the above copyright 4990 * notice, this list of conditions and the following disclaimer. 4991 * 4992 * * Redistributions in binary form must reproduce the above copyright 4993 * notice, this list of conditions and the following disclaimer in the 4994 * documentation and/or other materials provided with the distribution. 4995 * 4996 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 4997 * may be used to endorse or promote products derived from this software 4998 * without specific prior written permission. 4999 * 5000 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5001 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5002 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5003 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5004 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5005 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5006 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5007 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5008 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5009 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5010 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5011 */ 5012 ==> engine/src/terrain/com/jme3/terrain/geomipmap/LODGeomap.java <== 5013 /* 5014 * Copyright (c) 2009-2010 jMonkeyEngine 5015 * All rights reserved. 5016 * 5017 * Redistribution and use in source and binary forms, with or without 5018 * modification, are permitted provided that the following conditions are 5019 * met: 5020 * 5021 * * Redistributions of source code must retain the above copyright 5022 * notice, this list of conditions and the following disclaimer. 5023 * 5024 * * Redistributions in binary form must reproduce the above copyright 5025 * notice, this list of conditions and the following disclaimer in the 5026 * documentation and/or other materials provided with the distribution. 5027 * 5028 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5029 * may be used to endorse or promote products derived from this software 5030 * without specific prior written permission. 5031 * 5032 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5033 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5034 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5035 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5036 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5037 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5038 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5039 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5040 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5041 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5042 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5043 */ 5044 ==> engine/src/terrain/com/jme3/terrain/geomipmap/TerrainQuad.java <== 5045 /* 5046 * Copyright (c) 2009-2012 jMonkeyEngine 5047 * All rights reserved. 5048 * 5049 * Redistribution and use in source and binary forms, with or without 5050 * modification, are permitted provided that the following conditions are 5051 * met: 5052 * 5053 * * Redistributions of source code must retain the above copyright 5054 * notice, this list of conditions and the following disclaimer. 5055 * 5056 * * Redistributions in binary form must reproduce the above copyright 5057 * notice, this list of conditions and the following disclaimer in the 5058 * documentation and/or other materials provided with the distribution. 5059 * 5060 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5061 * may be used to endorse or promote products derived from this software 5062 * without specific prior written permission. 5063 * 5064 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5065 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5066 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5067 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5068 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5069 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5070 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5071 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5072 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5073 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5074 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5075 */ 5076 ==> engine/src/lwjgl/com/jme3/system/lwjgl/LwjglCanvas.java <== 5077 /* 5078 * Copyright (c) 2009-2010 jMonkeyEngine 5079 * All rights reserved. 5080 * 5081 * Redistribution and use in source and binary forms, with or without 5082 * modification, are permitted provided that the following conditions are 5083 * met: 5084 * 5085 * * Redistributions of source code must retain the above copyright 5086 * notice, this list of conditions and the following disclaimer. 5087 * 5088 * * Redistributions in binary form must reproduce the above copyright 5089 * notice, this list of conditions and the following disclaimer in the 5090 * documentation and/or other materials provided with the distribution. 5091 * 5092 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5093 * may be used to endorse or promote products derived from this software 5094 * without specific prior written permission. 5095 * 5096 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5097 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5098 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5099 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5100 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5101 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5102 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5103 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5104 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5105 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5106 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5107 */ 5108 ==> engine/src/lwjgl/com/jme3/system/lwjgl/LwjglSmoothingTimer.java <== 5109 /* 5110 * Copyright (c) 2009-2010 jMonkeyEngine 5111 * All rights reserved. 5112 * 5113 * Redistribution and use in source and binary forms, with or without 5114 * modification, are permitted provided that the following conditions are 5115 * met: 5116 * 5117 * * Redistributions of source code must retain the above copyright 5118 * notice, this list of conditions and the following disclaimer. 5119 * 5120 * * Redistributions in binary form must reproduce the above copyright 5121 * notice, this list of conditions and the following disclaimer in the 5122 * documentation and/or other materials provided with the distribution. 5123 * 5124 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5125 * may be used to endorse or promote products derived from this software 5126 * without specific prior written permission. 5127 * 5128 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5129 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5130 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5131 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5132 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5133 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5134 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5135 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5136 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5137 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5138 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5139 */ 5140 ==> engine/src/lwjgl/com/jme3/system/lwjgl/LwjglDisplay.java <== 5141 /* 5142 * Copyright (c) 2009-2010 jMonkeyEngine 5143 * All rights reserved. 5144 * 5145 * Redistribution and use in source and binary forms, with or without 5146 * modification, are permitted provided that the following conditions are 5147 * met: 5148 * 5149 * * Redistributions of source code must retain the above copyright 5150 * notice, this list of conditions and the following disclaimer. 5151 * 5152 * * Redistributions in binary form must reproduce the above copyright 5153 * notice, this list of conditions and the following disclaimer in the 5154 * documentation and/or other materials provided with the distribution. 5155 * 5156 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5157 * may be used to endorse or promote products derived from this software 5158 * without specific prior written permission. 5159 * 5160 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5161 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5162 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5163 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5164 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5165 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5166 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5167 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5168 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5169 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5170 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5171 */ 5172 ==> engine/src/lwjgl/com/jme3/system/lwjgl/LwjglAbstractDisplay.java <== 5173 /* 5174 * Copyright (c) 2009-2010 jMonkeyEngine 5175 * All rights reserved. 5176 * 5177 * Redistribution and use in source and binary forms, with or without 5178 * modification, are permitted provided that the following conditions are 5179 * met: 5180 * 5181 * * Redistributions of source code must retain the above copyright 5182 * notice, this list of conditions and the following disclaimer. 5183 * 5184 * * Redistributions in binary form must reproduce the above copyright 5185 * notice, this list of conditions and the following disclaimer in the 5186 * documentation and/or other materials provided with the distribution. 5187 * 5188 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5189 * may be used to endorse or promote products derived from this software 5190 * without specific prior written permission. 5191 * 5192 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5193 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5194 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5195 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5196 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5197 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5198 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5199 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5200 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5201 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5202 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5203 */ 5204 ==> engine/src/lwjgl/com/jme3/system/lwjgl/LwjglContext.java <== 5205 /* 5206 * Copyright (c) 2009-2010 jMonkeyEngine 5207 * All rights reserved. 5208 * 5209 * Redistribution and use in source and binary forms, with or without 5210 * modification, are permitted provided that the following conditions are 5211 * met: 5212 * 5213 * * Redistributions of source code must retain the above copyright 5214 * notice, this list of conditions and the following disclaimer. 5215 * 5216 * * Redistributions in binary form must reproduce the above copyright 5217 * notice, this list of conditions and the following disclaimer in the 5218 * documentation and/or other materials provided with the distribution. 5219 * 5220 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5221 * may be used to endorse or promote products derived from this software 5222 * without specific prior written permission. 5223 * 5224 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5225 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5226 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5227 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5228 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5229 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5230 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5231 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5232 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5233 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5234 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5235 */ 5236 ==> engine/src/lwjgl/com/jme3/system/lwjgl/LwjglTimer.java <== 5237 /* 5238 * Copyright (c) 2009-2010 jMonkeyEngine 5239 * All rights reserved. 5240 * 5241 * Redistribution and use in source and binary forms, with or without 5242 * modification, are permitted provided that the following conditions are 5243 * met: 5244 * 5245 * * Redistributions of source code must retain the above copyright 5246 * notice, this list of conditions and the following disclaimer. 5247 * 5248 * * Redistributions in binary form must reproduce the above copyright 5249 * notice, this list of conditions and the following disclaimer in the 5250 * documentation and/or other materials provided with the distribution. 5251 * 5252 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5253 * may be used to endorse or promote products derived from this software 5254 * without specific prior written permission. 5255 * 5256 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5257 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5258 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5259 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5260 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5261 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5262 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5263 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5264 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5265 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5266 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5267 */ 5268 ==> engine/src/lwjgl/com/jme3/system/lwjgl/LwjglOffscreenBuffer.java <== 5269 /* 5270 * Copyright (c) 2009-2010 jMonkeyEngine 5271 * All rights reserved. 5272 * 5273 * Redistribution and use in source and binary forms, with or without 5274 * modification, are permitted provided that the following conditions are 5275 * met: 5276 * 5277 * * Redistributions of source code must retain the above copyright 5278 * notice, this list of conditions and the following disclaimer. 5279 * 5280 * * Redistributions in binary form must reproduce the above copyright 5281 * notice, this list of conditions and the following disclaimer in the 5282 * documentation and/or other materials provided with the distribution. 5283 * 5284 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5285 * may be used to endorse or promote products derived from this software 5286 * without specific prior written permission. 5287 * 5288 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5289 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5290 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5291 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5292 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5293 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5294 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5295 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5296 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5297 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5298 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5299 */ 5300 ==> engine/src/lwjgl/com/jme3/audio/lwjgl/LwjglAudioRenderer.java <== 5301 /* 5302 * Copyright (c) 2009-2010 jMonkeyEngine 5303 * All rights reserved. 5304 * 5305 * Redistribution and use in source and binary forms, with or without 5306 * modification, are permitted provided that the following conditions are 5307 * met: 5308 * 5309 * * Redistributions of source code must retain the above copyright 5310 * notice, this list of conditions and the following disclaimer. 5311 * 5312 * * Redistributions in binary form must reproduce the above copyright 5313 * notice, this list of conditions and the following disclaimer in the 5314 * documentation and/or other materials provided with the distribution. 5315 * 5316 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5317 * may be used to endorse or promote products derived from this software 5318 * without specific prior written permission. 5319 * 5320 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5321 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5322 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5323 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5324 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5325 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5326 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5327 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5328 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5329 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5330 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5331 */ 5332 ==> engine/src/lwjgl/com/jme3/renderer/lwjgl/LwjglRenderer.java <== 5333 /* 5334 * Copyright (c) 2009-2010 jMonkeyEngine 5335 * All rights reserved. 5336 * 5337 * Redistribution and use in source and binary forms, with or without 5338 * modification, are permitted provided that the following conditions are 5339 * met: 5340 * 5341 * * Redistributions of source code must retain the above copyright 5342 * notice, this list of conditions and the following disclaimer. 5343 * 5344 * * Redistributions in binary form must reproduce the above copyright 5345 * notice, this list of conditions and the following disclaimer in the 5346 * documentation and/or other materials provided with the distribution. 5347 * 5348 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5349 * may be used to endorse or promote products derived from this software 5350 * without specific prior written permission. 5351 * 5352 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5353 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5354 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5355 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5356 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5357 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5358 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5359 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5360 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5361 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5362 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5363 */ 5364 ==> engine/src/lwjgl/com/jme3/renderer/lwjgl/TextureUtil.java <== 5365 /* 5366 * Copyright (c) 2009-2010 jMonkeyEngine 5367 * All rights reserved. 5368 * 5369 * Redistribution and use in source and binary forms, with or without 5370 * modification, are permitted provided that the following conditions are 5371 * met: 5372 * 5373 * * Redistributions of source code must retain the above copyright 5374 * notice, this list of conditions and the following disclaimer. 5375 * 5376 * * Redistributions in binary form must reproduce the above copyright 5377 * notice, this list of conditions and the following disclaimer in the 5378 * documentation and/or other materials provided with the distribution. 5379 * 5380 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5381 * may be used to endorse or promote products derived from this software 5382 * without specific prior written permission. 5383 * 5384 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5385 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5386 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5387 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5388 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5389 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5390 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5391 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5392 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5393 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5394 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5395 */ 5396 ==> engine/src/lwjgl/com/jme3/renderer/lwjgl/LwjglGL1Renderer.java <== 5397 ==> engine/src/lwjgl/com/jme3/input/lwjgl/LwjglKeyInput.java <== 5398 /* 5399 * Copyright (c) 2009-2010 jMonkeyEngine 5400 * All rights reserved. 5401 * 5402 * Redistribution and use in source and binary forms, with or without 5403 * modification, are permitted provided that the following conditions are 5404 * met: 5405 * 5406 * * Redistributions of source code must retain the above copyright 5407 * notice, this list of conditions and the following disclaimer. 5408 * 5409 * * Redistributions in binary form must reproduce the above copyright 5410 * notice, this list of conditions and the following disclaimer in the 5411 * documentation and/or other materials provided with the distribution. 5412 * 5413 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5414 * may be used to endorse or promote products derived from this software 5415 * without specific prior written permission. 5416 * 5417 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5418 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5419 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5420 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5421 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5422 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5423 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5424 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5425 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5426 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5427 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5428 */ 5429 ==> engine/src/lwjgl/com/jme3/input/lwjgl/LwjglMouseInput.java <== 5430 /* 5431 * Copyright (c) 2009-2010 jMonkeyEngine 5432 * All rights reserved. 5433 * 5434 * Redistribution and use in source and binary forms, with or without 5435 * modification, are permitted provided that the following conditions are 5436 * met: 5437 * 5438 * * Redistributions of source code must retain the above copyright 5439 * notice, this list of conditions and the following disclaimer. 5440 * 5441 * * Redistributions in binary form must reproduce the above copyright 5442 * notice, this list of conditions and the following disclaimer in the 5443 * documentation and/or other materials provided with the distribution. 5444 * 5445 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5446 * may be used to endorse or promote products derived from this software 5447 * without specific prior written permission. 5448 * 5449 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5450 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5451 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5452 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5453 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5454 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5455 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5456 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5457 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5458 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5459 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5460 */ 5461 ==> engine/src/lwjgl/com/jme3/input/lwjgl/JInputJoyInput.java <== 5462 ==> engine/src/networking/com/jme3/network/HostedConnection.java <== 5463 /* 5464 * Copyright (c) 2011 jMonkeyEngine 5465 * All rights reserved. 5466 * 5467 * Redistribution and use in source and binary forms, with or without 5468 * modification, are permitted provided that the following conditions are 5469 * met: 5470 * 5471 * * Redistributions of source code must retain the above copyright 5472 * notice, this list of conditions and the following disclaimer. 5473 * 5474 * * Redistributions in binary form must reproduce the above copyright 5475 * notice, this list of conditions and the following disclaimer in the 5476 * documentation and/or other materials provided with the distribution. 5477 * 5478 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5479 * may be used to endorse or promote products derived from this software 5480 * without specific prior written permission. 5481 * 5482 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5483 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5484 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5485 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5486 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5487 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5488 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5489 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5490 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5491 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5492 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5493 */ 5494 ==> engine/src/networking/com/jme3/network/package.html <== 5495 ==> engine/src/networking/com/jme3/network/Network.java <== 5496 /* 5497 * Copyright (c) 2011 jMonkeyEngine 5498 * All rights reserved. 5499 * 5500 * Redistribution and use in source and binary forms, with or without 5501 * modification, are permitted provided that the following conditions are 5502 * met: 5503 * 5504 * * Redistributions of source code must retain the above copyright 5505 * notice, this list of conditions and the following disclaimer. 5506 * 5507 * * Redistributions in binary form must reproduce the above copyright 5508 * notice, this list of conditions and the following disclaimer in the 5509 * documentation and/or other materials provided with the distribution. 5510 * 5511 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5512 * may be used to endorse or promote products derived from this software 5513 * without specific prior written permission. 5514 * 5515 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5516 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5517 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5518 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5519 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5520 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5521 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5522 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5523 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5524 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5525 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5526 */ 5527 ==> engine/src/networking/com/jme3/network/ErrorListener.java <== 5528 /* 5529 * Copyright (c) 2011 jMonkeyEngine 5530 * All rights reserved. 5531 * 5532 * Redistribution and use in source and binary forms, with or without 5533 * modification, are permitted provided that the following conditions are 5534 * met: 5535 * 5536 * * Redistributions of source code must retain the above copyright 5537 * notice, this list of conditions and the following disclaimer. 5538 * 5539 * * Redistributions in binary form must reproduce the above copyright 5540 * notice, this list of conditions and the following disclaimer in the 5541 * documentation and/or other materials provided with the distribution. 5542 * 5543 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5544 * may be used to endorse or promote products derived from this software 5545 * without specific prior written permission. 5546 * 5547 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5548 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5549 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5550 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5551 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5552 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5553 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5554 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5555 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5556 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5557 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5558 */ 5559 ==> engine/src/networking/com/jme3/network/kernel/Endpoint.java <== 5560 /* 5561 * Copyright (c) 2011 jMonkeyEngine 5562 * All rights reserved. 5563 * 5564 * Redistribution and use in source and binary forms, with or without 5565 * modification, are permitted provided that the following conditions are 5566 * met: 5567 * 5568 * * Redistributions of source code must retain the above copyright 5569 * notice, this list of conditions and the following disclaimer. 5570 * 5571 * * Redistributions in binary form must reproduce the above copyright 5572 * notice, this list of conditions and the following disclaimer in the 5573 * documentation and/or other materials provided with the distribution. 5574 * 5575 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5576 * may be used to endorse or promote products derived from this software 5577 * without specific prior written permission. 5578 * 5579 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5580 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5581 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5582 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5583 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5584 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5585 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5586 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5587 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5588 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5589 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5590 */ 5591 ==> engine/src/networking/com/jme3/network/kernel/package.html <== 5592 ==> engine/src/networking/com/jme3/network/kernel/Kernel.java <== 5593 /* 5594 * Copyright (c) 2011 jMonkeyEngine 5595 * All rights reserved. 5596 * 5597 * Redistribution and use in source and binary forms, with or without 5598 * modification, are permitted provided that the following conditions are 5599 * met: 5600 * 5601 * * Redistributions of source code must retain the above copyright 5602 * notice, this list of conditions and the following disclaimer. 5603 * 5604 * * Redistributions in binary form must reproduce the above copyright 5605 * notice, this list of conditions and the following disclaimer in the 5606 * documentation and/or other materials provided with the distribution. 5607 * 5608 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5609 * may be used to endorse or promote products derived from this software 5610 * without specific prior written permission. 5611 * 5612 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5613 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5614 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5615 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5616 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5617 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5618 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5619 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5620 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5621 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5622 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5623 */ 5624 ==> engine/src/networking/com/jme3/network/kernel/udp/UdpEndpoint.java <== 5625 /* 5626 * Copyright (c) 2011 jMonkeyEngine 5627 * All rights reserved. 5628 * 5629 * Redistribution and use in source and binary forms, with or without 5630 * modification, are permitted provided that the following conditions are 5631 * met: 5632 * 5633 * * Redistributions of source code must retain the above copyright 5634 * notice, this list of conditions and the following disclaimer. 5635 * 5636 * * Redistributions in binary form must reproduce the above copyright 5637 * notice, this list of conditions and the following disclaimer in the 5638 * documentation and/or other materials provided with the distribution. 5639 * 5640 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5641 * may be used to endorse or promote products derived from this software 5642 * without specific prior written permission. 5643 * 5644 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5645 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5646 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5647 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5648 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5649 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5650 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5651 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5652 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5653 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5654 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5655 */ 5656 ==> engine/src/networking/com/jme3/network/kernel/udp/UdpKernel.java <== 5657 /* 5658 * Copyright (c) 2011 jMonkeyEngine 5659 * All rights reserved. 5660 * 5661 * Redistribution and use in source and binary forms, with or without 5662 * modification, are permitted provided that the following conditions are 5663 * met: 5664 * 5665 * * Redistributions of source code must retain the above copyright 5666 * notice, this list of conditions and the following disclaimer. 5667 * 5668 * * Redistributions in binary form must reproduce the above copyright 5669 * notice, this list of conditions and the following disclaimer in the 5670 * documentation and/or other materials provided with the distribution. 5671 * 5672 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5673 * may be used to endorse or promote products derived from this software 5674 * without specific prior written permission. 5675 * 5676 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5677 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5678 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5679 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5680 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5681 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5682 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5683 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5684 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5685 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5686 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5687 */ 5688 ==> engine/src/networking/com/jme3/network/kernel/udp/UdpConnector.java <== 5689 /* 5690 * Copyright (c) 2011 jMonkeyEngine 5691 * All rights reserved. 5692 * 5693 * Redistribution and use in source and binary forms, with or without 5694 * modification, are permitted provided that the following conditions are 5695 * met: 5696 * 5697 * * Redistributions of source code must retain the above copyright 5698 * notice, this list of conditions and the following disclaimer. 5699 * 5700 * * Redistributions in binary form must reproduce the above copyright 5701 * notice, this list of conditions and the following disclaimer in the 5702 * documentation and/or other materials provided with the distribution. 5703 * 5704 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5705 * may be used to endorse or promote products derived from this software 5706 * without specific prior written permission. 5707 * 5708 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5709 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5710 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5711 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5712 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5713 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5714 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5715 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5716 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5717 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5718 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5719 */ 5720 ==> engine/src/networking/com/jme3/network/kernel/AbstractKernel.java <== 5721 /* 5722 * Copyright (c) 2011 jMonkeyEngine 5723 * All rights reserved. 5724 * 5725 * Redistribution and use in source and binary forms, with or without 5726 * modification, are permitted provided that the following conditions are 5727 * met: 5728 * 5729 * * Redistributions of source code must retain the above copyright 5730 * notice, this list of conditions and the following disclaimer. 5731 * 5732 * * Redistributions in binary form must reproduce the above copyright 5733 * notice, this list of conditions and the following disclaimer in the 5734 * documentation and/or other materials provided with the distribution. 5735 * 5736 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5737 * may be used to endorse or promote products derived from this software 5738 * without specific prior written permission. 5739 * 5740 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5741 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5742 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5743 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5744 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5745 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5746 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5747 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5748 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5749 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5750 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5751 */ 5752 ==> engine/src/networking/com/jme3/network/kernel/EndpointEvent.java <== 5753 /* 5754 * Copyright (c) 2011 jMonkeyEngine 5755 * All rights reserved. 5756 * 5757 * Redistribution and use in source and binary forms, with or without 5758 * modification, are permitted provided that the following conditions are 5759 * met: 5760 * 5761 * * Redistributions of source code must retain the above copyright 5762 * notice, this list of conditions and the following disclaimer. 5763 * 5764 * * Redistributions in binary form must reproduce the above copyright 5765 * notice, this list of conditions and the following disclaimer in the 5766 * documentation and/or other materials provided with the distribution. 5767 * 5768 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5769 * may be used to endorse or promote products derived from this software 5770 * without specific prior written permission. 5771 * 5772 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5773 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5774 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5775 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5776 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5777 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5778 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5779 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5780 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5781 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5782 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5783 */ 5784 ==> engine/src/networking/com/jme3/network/kernel/ConnectorException.java <== 5785 /* 5786 * Copyright (c) 2011 jMonkeyEngine 5787 * All rights reserved. 5788 * 5789 * Redistribution and use in source and binary forms, with or without 5790 * modification, are permitted provided that the following conditions are 5791 * met: 5792 * 5793 * * Redistributions of source code must retain the above copyright 5794 * notice, this list of conditions and the following disclaimer. 5795 * 5796 * * Redistributions in binary form must reproduce the above copyright 5797 * notice, this list of conditions and the following disclaimer in the 5798 * documentation and/or other materials provided with the distribution. 5799 * 5800 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5801 * may be used to endorse or promote products derived from this software 5802 * without specific prior written permission. 5803 * 5804 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5805 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5806 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5807 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5808 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5809 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5810 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5811 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5812 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5813 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5814 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5815 */ 5816 ==> engine/src/networking/com/jme3/network/kernel/KernelException.java <== 5817 /* 5818 * Copyright (c) 2011 jMonkeyEngine 5819 * All rights reserved. 5820 * 5821 * Redistribution and use in source and binary forms, with or without 5822 * modification, are permitted provided that the following conditions are 5823 * met: 5824 * 5825 * * Redistributions of source code must retain the above copyright 5826 * notice, this list of conditions and the following disclaimer. 5827 * 5828 * * Redistributions in binary form must reproduce the above copyright 5829 * notice, this list of conditions and the following disclaimer in the 5830 * documentation and/or other materials provided with the distribution. 5831 * 5832 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5833 * may be used to endorse or promote products derived from this software 5834 * without specific prior written permission. 5835 * 5836 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5837 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5838 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5839 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5840 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5841 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5842 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5843 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5844 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5845 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5846 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5847 */ 5848 ==> engine/src/networking/com/jme3/network/kernel/tcp/NioEndpoint.java <== 5849 /* 5850 * Copyright (c) 2011 jMonkeyEngine 5851 * All rights reserved. 5852 * 5853 * Redistribution and use in source and binary forms, with or without 5854 * modification, are permitted provided that the following conditions are 5855 * met: 5856 * 5857 * * Redistributions of source code must retain the above copyright 5858 * notice, this list of conditions and the following disclaimer. 5859 * 5860 * * Redistributions in binary form must reproduce the above copyright 5861 * notice, this list of conditions and the following disclaimer in the 5862 * documentation and/or other materials provided with the distribution. 5863 * 5864 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5865 * may be used to endorse or promote products derived from this software 5866 * without specific prior written permission. 5867 * 5868 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5869 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5870 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5871 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5872 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5873 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5874 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5875 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5876 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5877 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5878 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5879 */ 5880 ==> engine/src/networking/com/jme3/network/kernel/tcp/SocketConnector.java <== 5881 /* 5882 * Copyright (c) 2011 jMonkeyEngine 5883 * All rights reserved. 5884 * 5885 * Redistribution and use in source and binary forms, with or without 5886 * modification, are permitted provided that the following conditions are 5887 * met: 5888 * 5889 * * Redistributions of source code must retain the above copyright 5890 * notice, this list of conditions and the following disclaimer. 5891 * 5892 * * Redistributions in binary form must reproduce the above copyright 5893 * notice, this list of conditions and the following disclaimer in the 5894 * documentation and/or other materials provided with the distribution. 5895 * 5896 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5897 * may be used to endorse or promote products derived from this software 5898 * without specific prior written permission. 5899 * 5900 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5901 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5902 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5903 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5904 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5905 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5906 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5907 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5908 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5909 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5910 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5911 */ 5912 ==> engine/src/networking/com/jme3/network/kernel/tcp/SelectorKernel.java <== 5913 /* 5914 * Copyright (c) 2011 jMonkeyEngine 5915 * All rights reserved. 5916 * 5917 * Redistribution and use in source and binary forms, with or without 5918 * modification, are permitted provided that the following conditions are 5919 * met: 5920 * 5921 * * Redistributions of source code must retain the above copyright 5922 * notice, this list of conditions and the following disclaimer. 5923 * 5924 * * Redistributions in binary form must reproduce the above copyright 5925 * notice, this list of conditions and the following disclaimer in the 5926 * documentation and/or other materials provided with the distribution. 5927 * 5928 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5929 * may be used to endorse or promote products derived from this software 5930 * without specific prior written permission. 5931 * 5932 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5933 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5934 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5935 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5936 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5937 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5938 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5939 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5940 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5941 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5942 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5943 */ 5944 ==> engine/src/networking/com/jme3/network/kernel/Connector.java <== 5945 /* 5946 * Copyright (c) 2011 jMonkeyEngine 5947 * All rights reserved. 5948 * 5949 * Redistribution and use in source and binary forms, with or without 5950 * modification, are permitted provided that the following conditions are 5951 * met: 5952 * 5953 * * Redistributions of source code must retain the above copyright 5954 * notice, this list of conditions and the following disclaimer. 5955 * 5956 * * Redistributions in binary form must reproduce the above copyright 5957 * notice, this list of conditions and the following disclaimer in the 5958 * documentation and/or other materials provided with the distribution. 5959 * 5960 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5961 * may be used to endorse or promote products derived from this software 5962 * without specific prior written permission. 5963 * 5964 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5965 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5966 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5967 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 5968 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 5969 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 5970 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 5971 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 5972 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 5973 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 5974 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5975 */ 5976 ==> engine/src/networking/com/jme3/network/kernel/NamedThreadFactory.java <== 5977 /* 5978 * Copyright (c) 2011 jMonkeyEngine 5979 * All rights reserved. 5980 * 5981 * Redistribution and use in source and binary forms, with or without 5982 * modification, are permitted provided that the following conditions are 5983 * met: 5984 * 5985 * * Redistributions of source code must retain the above copyright 5986 * notice, this list of conditions and the following disclaimer. 5987 * 5988 * * Redistributions in binary form must reproduce the above copyright 5989 * notice, this list of conditions and the following disclaimer in the 5990 * documentation and/or other materials provided with the distribution. 5991 * 5992 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 5993 * may be used to endorse or promote products derived from this software 5994 * without specific prior written permission. 5995 * 5996 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 5997 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 5998 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 5999 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6000 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6001 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6002 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6003 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6004 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6005 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6006 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6007 */ 6008 ==> engine/src/networking/com/jme3/network/kernel/Envelope.java <== 6009 /* 6010 * Copyright (c) 2011 jMonkeyEngine 6011 * All rights reserved. 6012 * 6013 * Redistribution and use in source and binary forms, with or without 6014 * modification, are permitted provided that the following conditions are 6015 * met: 6016 * 6017 * * Redistributions of source code must retain the above copyright 6018 * notice, this list of conditions and the following disclaimer. 6019 * 6020 * * Redistributions in binary form must reproduce the above copyright 6021 * notice, this list of conditions and the following disclaimer in the 6022 * documentation and/or other materials provided with the distribution. 6023 * 6024 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6025 * may be used to endorse or promote products derived from this software 6026 * without specific prior written permission. 6027 * 6028 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6029 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6030 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6031 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6032 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6033 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6034 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6035 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6036 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6037 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6038 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6039 */ 6040 /** 6041 ==> engine/src/networking/com/jme3/network/rmi/RmiSerializer.java <== 6042 /* 6043 * Copyright (c) 2009-2010 jMonkeyEngine 6044 * All rights reserved. 6045 * 6046 * Redistribution and use in source and binary forms, with or without 6047 * modification, are permitted provided that the following conditions are 6048 * met: 6049 * 6050 * * Redistributions of source code must retain the above copyright 6051 * notice, this list of conditions and the following disclaimer. 6052 * 6053 * * Redistributions in binary form must reproduce the above copyright 6054 * notice, this list of conditions and the following disclaimer in the 6055 * documentation and/or other materials provided with the distribution. 6056 * 6057 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6058 * may be used to endorse or promote products derived from this software 6059 * without specific prior written permission. 6060 * 6061 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6062 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6063 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6064 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6065 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6066 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6067 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6068 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6069 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6070 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6071 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6072 */ 6073 ==> engine/src/networking/com/jme3/network/rmi/LocalObject.java <== 6074 /* 6075 * Copyright (c) 2009-2010 jMonkeyEngine 6076 * All rights reserved. 6077 * 6078 * Redistribution and use in source and binary forms, with or without 6079 * modification, are permitted provided that the following conditions are 6080 * met: 6081 * 6082 * * Redistributions of source code must retain the above copyright 6083 * notice, this list of conditions and the following disclaimer. 6084 * 6085 * * Redistributions in binary form must reproduce the above copyright 6086 * notice, this list of conditions and the following disclaimer in the 6087 * documentation and/or other materials provided with the distribution. 6088 * 6089 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6090 * may be used to endorse or promote products derived from this software 6091 * without specific prior written permission. 6092 * 6093 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6094 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6095 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6096 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6097 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6098 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6099 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6100 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6101 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6102 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6103 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6104 */ 6105 ==> engine/src/networking/com/jme3/network/rmi/ObjectStore.java <== 6106 /* 6107 * Copyright (c) 2009-2010 jMonkeyEngine 6108 * All rights reserved. 6109 * 6110 * Redistribution and use in source and binary forms, with or without 6111 * modification, are permitted provided that the following conditions are 6112 * met: 6113 * 6114 * * Redistributions of source code must retain the above copyright 6115 * notice, this list of conditions and the following disclaimer. 6116 * 6117 * * Redistributions in binary form must reproduce the above copyright 6118 * notice, this list of conditions and the following disclaimer in the 6119 * documentation and/or other materials provided with the distribution. 6120 * 6121 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6122 * may be used to endorse or promote products derived from this software 6123 * without specific prior written permission. 6124 * 6125 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6126 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6127 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6128 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6129 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6130 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6131 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6132 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6133 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6134 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6135 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6136 */ 6137 ==> engine/src/networking/com/jme3/network/rmi/RemoteMethodCallMessage.java <== 6138 /* 6139 * Copyright (c) 2009-2010 jMonkeyEngine 6140 * All rights reserved. 6141 * 6142 * Redistribution and use in source and binary forms, with or without 6143 * modification, are permitted provided that the following conditions are 6144 * met: 6145 * 6146 * * Redistributions of source code must retain the above copyright 6147 * notice, this list of conditions and the following disclaimer. 6148 * 6149 * * Redistributions in binary form must reproduce the above copyright 6150 * notice, this list of conditions and the following disclaimer in the 6151 * documentation and/or other materials provided with the distribution. 6152 * 6153 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6154 * may be used to endorse or promote products derived from this software 6155 * without specific prior written permission. 6156 * 6157 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6158 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6159 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6160 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6161 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6162 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6163 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6164 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6165 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6166 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6167 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6168 */ 6169 ==> engine/src/networking/com/jme3/network/rmi/RemoteObjectDefMessage.java <== 6170 /* 6171 * Copyright (c) 2009-2010 jMonkeyEngine 6172 * All rights reserved. 6173 * 6174 * Redistribution and use in source and binary forms, with or without 6175 * modification, are permitted provided that the following conditions are 6176 * met: 6177 * 6178 * * Redistributions of source code must retain the above copyright 6179 * notice, this list of conditions and the following disclaimer. 6180 * 6181 * * Redistributions in binary form must reproduce the above copyright 6182 * notice, this list of conditions and the following disclaimer in the 6183 * documentation and/or other materials provided with the distribution. 6184 * 6185 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6186 * may be used to endorse or promote products derived from this software 6187 * without specific prior written permission. 6188 * 6189 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6190 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6191 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6192 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6193 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6194 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6195 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6196 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6197 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6198 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6199 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6200 */ 6201 ==> engine/src/networking/com/jme3/network/rmi/MethodDef.java <== 6202 /* 6203 * Copyright (c) 2009-2010 jMonkeyEngine 6204 * All rights reserved. 6205 * 6206 * Redistribution and use in source and binary forms, with or without 6207 * modification, are permitted provided that the following conditions are 6208 * met: 6209 * 6210 * * Redistributions of source code must retain the above copyright 6211 * notice, this list of conditions and the following disclaimer. 6212 * 6213 * * Redistributions in binary form must reproduce the above copyright 6214 * notice, this list of conditions and the following disclaimer in the 6215 * documentation and/or other materials provided with the distribution. 6216 * 6217 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6218 * may be used to endorse or promote products derived from this software 6219 * without specific prior written permission. 6220 * 6221 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6222 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6223 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6224 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6225 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6226 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6227 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6228 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6229 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6230 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6231 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6232 */ 6233 ==> engine/src/networking/com/jme3/network/rmi/RemoteObject.java <== 6234 /* 6235 * Copyright (c) 2009-2010 jMonkeyEngine 6236 * All rights reserved. 6237 * 6238 * Redistribution and use in source and binary forms, with or without 6239 * modification, are permitted provided that the following conditions are 6240 * met: 6241 * 6242 * * Redistributions of source code must retain the above copyright 6243 * notice, this list of conditions and the following disclaimer. 6244 * 6245 * * Redistributions in binary form must reproduce the above copyright 6246 * notice, this list of conditions and the following disclaimer in the 6247 * documentation and/or other materials provided with the distribution. 6248 * 6249 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6250 * may be used to endorse or promote products derived from this software 6251 * without specific prior written permission. 6252 * 6253 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6254 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6255 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6256 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6257 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6258 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6259 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6260 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6261 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6262 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6263 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6264 */ 6265 ==> engine/src/networking/com/jme3/network/rmi/RemoteMethodReturnMessage.java <== 6266 /* 6267 * Copyright (c) 2009-2010 jMonkeyEngine 6268 * All rights reserved. 6269 * 6270 * Redistribution and use in source and binary forms, with or without 6271 * modification, are permitted provided that the following conditions are 6272 * met: 6273 * 6274 * * Redistributions of source code must retain the above copyright 6275 * notice, this list of conditions and the following disclaimer. 6276 * 6277 * * Redistributions in binary form must reproduce the above copyright 6278 * notice, this list of conditions and the following disclaimer in the 6279 * documentation and/or other materials provided with the distribution. 6280 * 6281 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6282 * may be used to endorse or promote products derived from this software 6283 * without specific prior written permission. 6284 * 6285 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6286 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6287 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6288 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6289 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6290 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6291 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6292 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6293 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6294 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6295 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6296 */ 6297 ==> engine/src/networking/com/jme3/network/rmi/ObjectDef.java <== 6298 /* 6299 * Copyright (c) 2009-2010 jMonkeyEngine 6300 * All rights reserved. 6301 * 6302 * Redistribution and use in source and binary forms, with or without 6303 * modification, are permitted provided that the following conditions are 6304 * met: 6305 * 6306 * * Redistributions of source code must retain the above copyright 6307 * notice, this list of conditions and the following disclaimer. 6308 * 6309 * * Redistributions in binary form must reproduce the above copyright 6310 * notice, this list of conditions and the following disclaimer in the 6311 * documentation and/or other materials provided with the distribution. 6312 * 6313 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6314 * may be used to endorse or promote products derived from this software 6315 * without specific prior written permission. 6316 * 6317 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6318 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6319 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6320 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6321 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6322 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6323 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6324 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6325 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6326 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6327 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6328 */ 6329 ==> engine/src/networking/com/jme3/network/Message.java <== 6330 /* 6331 * Copyright (c) 2011 jMonkeyEngine 6332 * All rights reserved. 6333 * 6334 * Redistribution and use in source and binary forms, with or without 6335 * modification, are permitted provided that the following conditions are 6336 * met: 6337 * 6338 * * Redistributions of source code must retain the above copyright 6339 * notice, this list of conditions and the following disclaimer. 6340 * 6341 * * Redistributions in binary form must reproduce the above copyright 6342 * notice, this list of conditions and the following disclaimer in the 6343 * documentation and/or other materials provided with the distribution. 6344 * 6345 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6346 * may be used to endorse or promote products derived from this software 6347 * without specific prior written permission. 6348 * 6349 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6350 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6351 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6352 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6353 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6354 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6355 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6356 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6357 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6358 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6359 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6360 */ 6361 ==> engine/src/networking/com/jme3/network/Filter.java <== 6362 /* 6363 * Copyright (c) 2011 jMonkeyEngine 6364 * All rights reserved. 6365 * 6366 * Redistribution and use in source and binary forms, with or without 6367 * modification, are permitted provided that the following conditions are 6368 * met: 6369 * 6370 * * Redistributions of source code must retain the above copyright 6371 * notice, this list of conditions and the following disclaimer. 6372 * 6373 * * Redistributions in binary form must reproduce the above copyright 6374 * notice, this list of conditions and the following disclaimer in the 6375 * documentation and/or other materials provided with the distribution. 6376 * 6377 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6378 * may be used to endorse or promote products derived from this software 6379 * without specific prior written permission. 6380 * 6381 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6382 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6383 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6384 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6385 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6386 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6387 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6388 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6389 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6390 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6391 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6392 */ 6393 ==> engine/src/networking/com/jme3/network/MessageConnection.java <== 6394 /* 6395 * Copyright (c) 2011 jMonkeyEngine 6396 * All rights reserved. 6397 * 6398 * Redistribution and use in source and binary forms, with or without 6399 * modification, are permitted provided that the following conditions are 6400 * met: 6401 * 6402 * * Redistributions of source code must retain the above copyright 6403 * notice, this list of conditions and the following disclaimer. 6404 * 6405 * * Redistributions in binary form must reproduce the above copyright 6406 * notice, this list of conditions and the following disclaimer in the 6407 * documentation and/or other materials provided with the distribution. 6408 * 6409 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6410 * may be used to endorse or promote products derived from this software 6411 * without specific prior written permission. 6412 * 6413 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6414 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6415 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6416 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6417 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6418 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6419 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6420 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6421 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6422 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6423 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6424 */ 6425 ==> engine/src/networking/com/jme3/network/serializing/serializers/ArraySerializer.java <== 6426 /* 6427 * Copyright (c) 2009-2010 jMonkeyEngine, Java Game Networking 6428 * All rights reserved. 6429 * 6430 * Redistribution and use in source and binary forms, with or without 6431 * modification, are permitted provided that the following conditions are 6432 * met: 6433 * 6434 * * Redistributions of source code must retain the above copyright 6435 * notice, this list of conditions and the following disclaimer. 6436 * 6437 * * Redistributions in binary form must reproduce the above copyright 6438 * notice, this list of conditions and the following disclaimer in the 6439 * documentation and/or other materials provided with the distribution. 6440 * 6441 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6442 * may be used to endorse or promote products derived from this software 6443 * without specific prior written permission. 6444 * 6445 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6446 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6447 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6448 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6449 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6450 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6451 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6452 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6453 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6454 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6455 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6456 */ 6457 ==> engine/src/networking/com/jme3/network/serializing/serializers/ByteSerializer.java <== 6458 /* 6459 * Copyright (c) 2009-2010 jMonkeyEngine 6460 * All rights reserved. 6461 * 6462 * Redistribution and use in source and binary forms, with or without 6463 * modification, are permitted provided that the following conditions are 6464 * met: 6465 * 6466 * * Redistributions of source code must retain the above copyright 6467 * notice, this list of conditions and the following disclaimer. 6468 * 6469 * * Redistributions in binary form must reproduce the above copyright 6470 * notice, this list of conditions and the following disclaimer in the 6471 * documentation and/or other materials provided with the distribution. 6472 * 6473 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6474 * may be used to endorse or promote products derived from this software 6475 * without specific prior written permission. 6476 * 6477 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6478 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6479 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6480 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6481 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6482 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6483 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6484 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6485 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6486 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6487 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6488 */ 6489 ==> engine/src/networking/com/jme3/network/serializing/serializers/DoubleSerializer.java <== 6490 /* 6491 * Copyright (c) 2009-2010 jMonkeyEngine 6492 * All rights reserved. 6493 * 6494 * Redistribution and use in source and binary forms, with or without 6495 * modification, are permitted provided that the following conditions are 6496 * met: 6497 * 6498 * * Redistributions of source code must retain the above copyright 6499 * notice, this list of conditions and the following disclaimer. 6500 * 6501 * * Redistributions in binary form must reproduce the above copyright 6502 * notice, this list of conditions and the following disclaimer in the 6503 * documentation and/or other materials provided with the distribution. 6504 * 6505 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6506 * may be used to endorse or promote products derived from this software 6507 * without specific prior written permission. 6508 * 6509 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6510 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6511 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6512 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6513 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6514 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6515 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6516 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6517 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6518 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6519 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6520 */ 6521 ==> engine/src/networking/com/jme3/network/serializing/serializers/Vector3Serializer.java <== 6522 /** 6523 * @author Kirill Vainer 6524 */ 6525 ==> engine/src/networking/com/jme3/network/serializing/serializers/SerializableSerializer.java <== 6526 /* 6527 * Copyright (c) 2009-2010 jMonkeyEngine 6528 * All rights reserved. 6529 * 6530 * Redistribution and use in source and binary forms, with or without 6531 * modification, are permitted provided that the following conditions are 6532 * met: 6533 * 6534 * * Redistributions of source code must retain the above copyright 6535 * notice, this list of conditions and the following disclaimer. 6536 * 6537 * * Redistributions in binary form must reproduce the above copyright 6538 * notice, this list of conditions and the following disclaimer in the 6539 * documentation and/or other materials provided with the distribution. 6540 * 6541 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6542 * may be used to endorse or promote products derived from this software 6543 * without specific prior written permission. 6544 * 6545 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6546 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6547 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6548 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6549 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6550 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6551 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6552 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6553 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6554 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6555 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6556 */ 6557 ==> engine/src/networking/com/jme3/network/serializing/serializers/BooleanSerializer.java <== 6558 /* 6559 * Copyright (c) 2009-2010 jMonkeyEngine 6560 * All rights reserved. 6561 * 6562 * Redistribution and use in source and binary forms, with or without 6563 * modification, are permitted provided that the following conditions are 6564 * met: 6565 * 6566 * * Redistributions of source code must retain the above copyright 6567 * notice, this list of conditions and the following disclaimer. 6568 * 6569 * * Redistributions in binary form must reproduce the above copyright 6570 * notice, this list of conditions and the following disclaimer in the 6571 * documentation and/or other materials provided with the distribution. 6572 * 6573 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6574 * may be used to endorse or promote products derived from this software 6575 * without specific prior written permission. 6576 * 6577 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6578 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6579 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6580 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6581 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6582 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6583 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6584 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6585 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6586 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6587 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6588 */ 6589 ==> engine/src/networking/com/jme3/network/serializing/serializers/SavableSerializer.java <== 6590 /* 6591 * Copyright (c) 2009-2010 jMonkeyEngine 6592 * All rights reserved. 6593 * 6594 * Redistribution and use in source and binary forms, with or without 6595 * modification, are permitted provided that the following conditions are 6596 * met: 6597 * 6598 * * Redistributions of source code must retain the above copyright 6599 * notice, this list of conditions and the following disclaimer. 6600 * 6601 * * Redistributions in binary form must reproduce the above copyright 6602 * notice, this list of conditions and the following disclaimer in the 6603 * documentation and/or other materials provided with the distribution. 6604 * 6605 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6606 * may be used to endorse or promote products derived from this software 6607 * without specific prior written permission. 6608 * 6609 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6610 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6611 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6612 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6613 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6614 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6615 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6616 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6617 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6618 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6619 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6620 */ 6621 ==> engine/src/networking/com/jme3/network/serializing/serializers/StringSerializer.java <== 6622 /* 6623 * Copyright (c) 2009-2010 jMonkeyEngine 6624 * All rights reserved. 6625 * 6626 * Redistribution and use in source and binary forms, with or without 6627 * modification, are permitted provided that the following conditions are 6628 * met: 6629 * 6630 * * Redistributions of source code must retain the above copyright 6631 * notice, this list of conditions and the following disclaimer. 6632 * 6633 * * Redistributions in binary form must reproduce the above copyright 6634 * notice, this list of conditions and the following disclaimer in the 6635 * documentation and/or other materials provided with the distribution. 6636 * 6637 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6638 * may be used to endorse or promote products derived from this software 6639 * without specific prior written permission. 6640 * 6641 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6642 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6643 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6644 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6645 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6646 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6647 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6648 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6649 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6650 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6651 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6652 */ 6653 ==> engine/src/networking/com/jme3/network/serializing/serializers/LongSerializer.java <== 6654 /* 6655 * Copyright (c) 2009-2010 jMonkeyEngine 6656 * All rights reserved. 6657 * 6658 * Redistribution and use in source and binary forms, with or without 6659 * modification, are permitted provided that the following conditions are 6660 * met: 6661 * 6662 * * Redistributions of source code must retain the above copyright 6663 * notice, this list of conditions and the following disclaimer. 6664 * 6665 * * Redistributions in binary form must reproduce the above copyright 6666 * notice, this list of conditions and the following disclaimer in the 6667 * documentation and/or other materials provided with the distribution. 6668 * 6669 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6670 * may be used to endorse or promote products derived from this software 6671 * without specific prior written permission. 6672 * 6673 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6674 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6675 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6676 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6677 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6678 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6679 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6680 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6681 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6682 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6683 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6684 */ 6685 ==> engine/src/networking/com/jme3/network/serializing/serializers/CharSerializer.java <== 6686 /* 6687 * Copyright (c) 2009-2010 jMonkeyEngine 6688 * All rights reserved. 6689 * 6690 * Redistribution and use in source and binary forms, with or without 6691 * modification, are permitted provided that the following conditions are 6692 * met: 6693 * 6694 * * Redistributions of source code must retain the above copyright 6695 * notice, this list of conditions and the following disclaimer. 6696 * 6697 * * Redistributions in binary form must reproduce the above copyright 6698 * notice, this list of conditions and the following disclaimer in the 6699 * documentation and/or other materials provided with the distribution. 6700 * 6701 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6702 * may be used to endorse or promote products derived from this software 6703 * without specific prior written permission. 6704 * 6705 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6706 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6707 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6708 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6709 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6710 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6711 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6712 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6713 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6714 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6715 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6716 */ 6717 ==> engine/src/networking/com/jme3/network/serializing/serializers/EnumSerializer.java <== 6718 /* 6719 * Copyright (c) 2009-2010 jMonkeyEngine 6720 * All rights reserved. 6721 * 6722 * Redistribution and use in source and binary forms, with or without 6723 * modification, are permitted provided that the following conditions are 6724 * met: 6725 * 6726 * * Redistributions of source code must retain the above copyright 6727 * notice, this list of conditions and the following disclaimer. 6728 * 6729 * * Redistributions in binary form must reproduce the above copyright 6730 * notice, this list of conditions and the following disclaimer in the 6731 * documentation and/or other materials provided with the distribution. 6732 * 6733 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6734 * may be used to endorse or promote products derived from this software 6735 * without specific prior written permission. 6736 * 6737 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6738 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6739 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6740 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6741 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6742 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6743 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6744 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6745 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6746 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6747 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6748 */ 6749 ==> engine/src/networking/com/jme3/network/serializing/serializers/IntSerializer.java <== 6750 /* 6751 * Copyright (c) 2009-2010 jMonkeyEngine 6752 * All rights reserved. 6753 * 6754 * Redistribution and use in source and binary forms, with or without 6755 * modification, are permitted provided that the following conditions are 6756 * met: 6757 * 6758 * * Redistributions of source code must retain the above copyright 6759 * notice, this list of conditions and the following disclaimer. 6760 * 6761 * * Redistributions in binary form must reproduce the above copyright 6762 * notice, this list of conditions and the following disclaimer in the 6763 * documentation and/or other materials provided with the distribution. 6764 * 6765 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6766 * may be used to endorse or promote products derived from this software 6767 * without specific prior written permission. 6768 * 6769 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6770 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6771 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6772 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6773 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6774 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6775 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6776 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6777 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6778 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6779 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6780 */ 6781 ==> engine/src/networking/com/jme3/network/serializing/serializers/MapSerializer.java <== 6782 /* 6783 * Copyright (c) 2009-2010 jMonkeyEngine 6784 * All rights reserved. 6785 * 6786 * Redistribution and use in source and binary forms, with or without 6787 * modification, are permitted provided that the following conditions are 6788 * met: 6789 * 6790 * * Redistributions of source code must retain the above copyright 6791 * notice, this list of conditions and the following disclaimer. 6792 * 6793 * * Redistributions in binary form must reproduce the above copyright 6794 * notice, this list of conditions and the following disclaimer in the 6795 * documentation and/or other materials provided with the distribution. 6796 * 6797 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6798 * may be used to endorse or promote products derived from this software 6799 * without specific prior written permission. 6800 * 6801 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6802 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6803 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6804 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6805 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6806 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6807 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6808 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6809 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6810 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6811 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6812 */ 6813 ==> engine/src/networking/com/jme3/network/serializing/serializers/GZIPSerializer.java <== 6814 /* 6815 * Copyright (c) 2009-2010 jMonkeyEngine 6816 * All rights reserved. 6817 * 6818 * Redistribution and use in source and binary forms, with or without 6819 * modification, are permitted provided that the following conditions are 6820 * met: 6821 * 6822 * * Redistributions of source code must retain the above copyright 6823 * notice, this list of conditions and the following disclaimer. 6824 * 6825 * * Redistributions in binary form must reproduce the above copyright 6826 * notice, this list of conditions and the following disclaimer in the 6827 * documentation and/or other materials provided with the distribution. 6828 * 6829 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6830 * may be used to endorse or promote products derived from this software 6831 * without specific prior written permission. 6832 * 6833 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6834 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6835 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6836 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6837 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6838 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6839 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6840 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6841 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6842 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6843 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6844 */ 6845 ==> engine/src/networking/com/jme3/network/serializing/serializers/FloatSerializer.java <== 6846 /* 6847 * Copyright (c) 2009-2010 jMonkeyEngine 6848 * All rights reserved. 6849 * 6850 * Redistribution and use in source and binary forms, with or without 6851 * modification, are permitted provided that the following conditions are 6852 * met: 6853 * 6854 * * Redistributions of source code must retain the above copyright 6855 * notice, this list of conditions and the following disclaimer. 6856 * 6857 * * Redistributions in binary form must reproduce the above copyright 6858 * notice, this list of conditions and the following disclaimer in the 6859 * documentation and/or other materials provided with the distribution. 6860 * 6861 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6862 * may be used to endorse or promote products derived from this software 6863 * without specific prior written permission. 6864 * 6865 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6866 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6867 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6868 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6869 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6870 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6871 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6872 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6873 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6874 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6875 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6876 */ 6877 ==> engine/src/networking/com/jme3/network/serializing/serializers/CollectionSerializer.java <== 6878 /* 6879 * Copyright (c) 2009-2010 jMonkeyEngine 6880 * All rights reserved. 6881 * 6882 * Redistribution and use in source and binary forms, with or without 6883 * modification, are permitted provided that the following conditions are 6884 * met: 6885 * 6886 * * Redistributions of source code must retain the above copyright 6887 * notice, this list of conditions and the following disclaimer. 6888 * 6889 * * Redistributions in binary form must reproduce the above copyright 6890 * notice, this list of conditions and the following disclaimer in the 6891 * documentation and/or other materials provided with the distribution. 6892 * 6893 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6894 * may be used to endorse or promote products derived from this software 6895 * without specific prior written permission. 6896 * 6897 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6898 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6899 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6900 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6901 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6902 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6903 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6904 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6905 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6906 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6907 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6908 */ 6909 ==> engine/src/networking/com/jme3/network/serializing/serializers/DateSerializer.java <== 6910 /* 6911 * Copyright (c) 2009-2010 jMonkeyEngine 6912 * All rights reserved. 6913 * 6914 * Redistribution and use in source and binary forms, with or without 6915 * modification, are permitted provided that the following conditions are 6916 * met: 6917 * 6918 * * Redistributions of source code must retain the above copyright 6919 * notice, this list of conditions and the following disclaimer. 6920 * 6921 * * Redistributions in binary form must reproduce the above copyright 6922 * notice, this list of conditions and the following disclaimer in the 6923 * documentation and/or other materials provided with the distribution. 6924 * 6925 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6926 * may be used to endorse or promote products derived from this software 6927 * without specific prior written permission. 6928 * 6929 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6930 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6931 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6932 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6933 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6934 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6935 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6936 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6937 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6938 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6939 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6940 */ 6941 ==> engine/src/networking/com/jme3/network/serializing/serializers/ShortSerializer.java <== 6942 /* 6943 * Copyright (c) 2009-2010 jMonkeyEngine 6944 * All rights reserved. 6945 * 6946 * Redistribution and use in source and binary forms, with or without 6947 * modification, are permitted provided that the following conditions are 6948 * met: 6949 * 6950 * * Redistributions of source code must retain the above copyright 6951 * notice, this list of conditions and the following disclaimer. 6952 * 6953 * * Redistributions in binary form must reproduce the above copyright 6954 * notice, this list of conditions and the following disclaimer in the 6955 * documentation and/or other materials provided with the distribution. 6956 * 6957 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6958 * may be used to endorse or promote products derived from this software 6959 * without specific prior written permission. 6960 * 6961 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6962 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6963 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6964 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6965 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6966 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6967 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 6968 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 6969 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 6970 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 6971 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6972 */ 6973 ==> engine/src/networking/com/jme3/network/serializing/serializers/ZIPSerializer.java <== 6974 /* 6975 * Copyright (c) 2009-2010 jMonkeyEngine 6976 * All rights reserved. 6977 * 6978 * Redistribution and use in source and binary forms, with or without 6979 * modification, are permitted provided that the following conditions are 6980 * met: 6981 * 6982 * * Redistributions of source code must retain the above copyright 6983 * notice, this list of conditions and the following disclaimer. 6984 * 6985 * * Redistributions in binary form must reproduce the above copyright 6986 * notice, this list of conditions and the following disclaimer in the 6987 * documentation and/or other materials provided with the distribution. 6988 * 6989 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 6990 * may be used to endorse or promote products derived from this software 6991 * without specific prior written permission. 6992 * 6993 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 6994 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 6995 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 6996 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 6997 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 6998 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 6999 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7000 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7001 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7002 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7003 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7004 */ 7005 ==> engine/src/networking/com/jme3/network/serializing/serializers/FieldSerializer.java <== 7006 /* 7007 * Copyright (c) 2009-2010 jMonkeyEngine, Java Game Networking 7008 * All rights reserved. 7009 * 7010 * Redistribution and use in source and binary forms, with or without 7011 * modification, are permitted provided that the following conditions are 7012 * met: 7013 * 7014 * * Redistributions of source code must retain the above copyright 7015 * notice, this list of conditions and the following disclaimer. 7016 * 7017 * * Redistributions in binary form must reproduce the above copyright 7018 * notice, this list of conditions and the following disclaimer in the 7019 * documentation and/or other materials provided with the distribution. 7020 * 7021 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7022 * may be used to endorse or promote products derived from this software 7023 * without specific prior written permission. 7024 * 7025 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7026 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7027 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7028 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7029 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7030 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7031 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7032 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7033 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7034 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7035 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7036 */ 7037 ==> engine/src/networking/com/jme3/network/serializing/SerializerRegistration.java <== 7038 /* 7039 * Copyright (c) 2009-2010 jMonkeyEngine 7040 * All rights reserved. 7041 * 7042 * Redistribution and use in source and binary forms, with or without 7043 * modification, are permitted provided that the following conditions are 7044 * met: 7045 * 7046 * * Redistributions of source code must retain the above copyright 7047 * notice, this list of conditions and the following disclaimer. 7048 * 7049 * * Redistributions in binary form must reproduce the above copyright 7050 * notice, this list of conditions and the following disclaimer in the 7051 * documentation and/or other materials provided with the distribution. 7052 * 7053 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7054 * may be used to endorse or promote products derived from this software 7055 * without specific prior written permission. 7056 * 7057 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7058 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7059 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7060 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7061 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7062 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7063 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7064 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7065 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7066 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7067 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7068 */ 7069 /** 7070 ==> engine/src/networking/com/jme3/network/serializing/SerializerException.java <== 7071 /* 7072 * Copyright (c) 2011 jMonkeyEngine 7073 * All rights reserved. 7074 * 7075 * Redistribution and use in source and binary forms, with or without 7076 * modification, are permitted provided that the following conditions are 7077 * met: 7078 * 7079 * * Redistributions of source code must retain the above copyright 7080 * notice, this list of conditions and the following disclaimer. 7081 * 7082 * * Redistributions in binary form must reproduce the above copyright 7083 * notice, this list of conditions and the following disclaimer in the 7084 * documentation and/or other materials provided with the distribution. 7085 * 7086 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7087 * may be used to endorse or promote products derived from this software 7088 * without specific prior written permission. 7089 * 7090 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7091 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7092 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7093 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7094 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7095 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7096 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7097 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7098 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7099 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7100 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7101 */ 7102 ==> engine/src/networking/com/jme3/network/serializing/Serializer.java <== 7103 /* 7104 * Copyright (c) 2009-2010 jMonkeyEngine 7105 * All rights reserved. 7106 * 7107 * Redistribution and use in source and binary forms, with or without 7108 * modification, are permitted provided that the following conditions are 7109 * met: 7110 * 7111 * * Redistributions of source code must retain the above copyright 7112 * notice, this list of conditions and the following disclaimer. 7113 * 7114 * * Redistributions in binary form must reproduce the above copyright 7115 * notice, this list of conditions and the following disclaimer in the 7116 * documentation and/or other materials provided with the distribution. 7117 * 7118 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7119 * may be used to endorse or promote products derived from this software 7120 * without specific prior written permission. 7121 * 7122 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7123 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7124 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7125 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7126 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7127 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7128 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7129 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7130 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7131 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7132 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7133 */ 7134 ==> engine/src/networking/com/jme3/network/serializing/Serializable.java <== 7135 /* 7136 * Copyright (c) 2009-2010 jMonkeyEngine 7137 * All rights reserved. 7138 * 7139 * Redistribution and use in source and binary forms, with or without 7140 * modification, are permitted provided that the following conditions are 7141 * met: 7142 * 7143 * * Redistributions of source code must retain the above copyright 7144 * notice, this list of conditions and the following disclaimer. 7145 * 7146 * * Redistributions in binary form must reproduce the above copyright 7147 * notice, this list of conditions and the following disclaimer in the 7148 * documentation and/or other materials provided with the distribution. 7149 * 7150 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7151 * may be used to endorse or promote products derived from this software 7152 * without specific prior written permission. 7153 * 7154 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7155 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7156 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7157 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7158 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7159 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7160 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7161 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7162 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7163 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7164 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7165 */ 7166 ==> engine/src/networking/com/jme3/network/Client.java <== 7167 /* 7168 * Copyright (c) 2011 jMonkeyEngine 7169 * All rights reserved. 7170 * 7171 * Redistribution and use in source and binary forms, with or without 7172 * modification, are permitted provided that the following conditions are 7173 * met: 7174 * 7175 * * Redistributions of source code must retain the above copyright 7176 * notice, this list of conditions and the following disclaimer. 7177 * 7178 * * Redistributions in binary form must reproduce the above copyright 7179 * notice, this list of conditions and the following disclaimer in the 7180 * documentation and/or other materials provided with the distribution. 7181 * 7182 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7183 * may be used to endorse or promote products derived from this software 7184 * without specific prior written permission. 7185 * 7186 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7187 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7188 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7189 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7190 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7191 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7192 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7193 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7194 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7195 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7196 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7197 */ 7198 ==> engine/src/networking/com/jme3/network/NetworkClient.java <== 7199 /* 7200 * Copyright (c) 2011 jMonkeyEngine 7201 * All rights reserved. 7202 * 7203 * Redistribution and use in source and binary forms, with or without 7204 * modification, are permitted provided that the following conditions are 7205 * met: 7206 * 7207 * * Redistributions of source code must retain the above copyright 7208 * notice, this list of conditions and the following disclaimer. 7209 * 7210 * * Redistributions in binary form must reproduce the above copyright 7211 * notice, this list of conditions and the following disclaimer in the 7212 * documentation and/or other materials provided with the distribution. 7213 * 7214 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7215 * may be used to endorse or promote products derived from this software 7216 * without specific prior written permission. 7217 * 7218 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7219 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7220 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7221 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7222 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7223 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7224 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7225 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7226 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7227 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7228 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7229 */ 7230 ==> engine/src/networking/com/jme3/network/MessageListener.java <== 7231 /* 7232 * Copyright (c) 2011 jMonkeyEngine 7233 * All rights reserved. 7234 * 7235 * Redistribution and use in source and binary forms, with or without 7236 * modification, are permitted provided that the following conditions are 7237 * met: 7238 * 7239 * * Redistributions of source code must retain the above copyright 7240 * notice, this list of conditions and the following disclaimer. 7241 * 7242 * * Redistributions in binary form must reproduce the above copyright 7243 * notice, this list of conditions and the following disclaimer in the 7244 * documentation and/or other materials provided with the distribution. 7245 * 7246 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7247 * may be used to endorse or promote products derived from this software 7248 * without specific prior written permission. 7249 * 7250 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7251 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7252 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7253 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7254 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7255 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7256 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7257 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7258 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7259 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7260 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7261 */ 7262 ==> engine/src/networking/com/jme3/network/base/package.html <== 7263 ==> engine/src/networking/com/jme3/network/base/MessageListenerRegistry.java <== 7264 /* 7265 * Copyright (c) 2011 jMonkeyEngine 7266 * All rights reserved. 7267 * 7268 * Redistribution and use in source and binary forms, with or without 7269 * modification, are permitted provided that the following conditions are 7270 * met: 7271 * 7272 * * Redistributions of source code must retain the above copyright 7273 * notice, this list of conditions and the following disclaimer. 7274 * 7275 * * Redistributions in binary form must reproduce the above copyright 7276 * notice, this list of conditions and the following disclaimer in the 7277 * documentation and/or other materials provided with the distribution. 7278 * 7279 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7280 * may be used to endorse or promote products derived from this software 7281 * without specific prior written permission. 7282 * 7283 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7284 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7285 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7286 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7287 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7288 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7289 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7290 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7291 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7292 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7293 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7294 */ 7295 ==> engine/src/networking/com/jme3/network/base/TcpConnectorFactory.java <== 7296 /* 7297 * Copyright (c) 2011 jMonkeyEngine 7298 * All rights reserved. 7299 * 7300 * Redistribution and use in source and binary forms, with or without 7301 * modification, are permitted provided that the following conditions are 7302 * met: 7303 * 7304 * * Redistributions of source code must retain the above copyright 7305 * notice, this list of conditions and the following disclaimer. 7306 * 7307 * * Redistributions in binary form must reproduce the above copyright 7308 * notice, this list of conditions and the following disclaimer in the 7309 * documentation and/or other materials provided with the distribution. 7310 * 7311 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7312 * may be used to endorse or promote products derived from this software 7313 * without specific prior written permission. 7314 * 7315 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7316 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7317 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7318 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7319 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7320 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7321 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7322 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7323 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7324 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7325 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7326 */ 7327 ==> engine/src/networking/com/jme3/network/base/KernelFactory.java <== 7328 /* 7329 * Copyright (c) 2011 jMonkeyEngine 7330 * All rights reserved. 7331 * 7332 * Redistribution and use in source and binary forms, with or without 7333 * modification, are permitted provided that the following conditions are 7334 * met: 7335 * 7336 * * Redistributions of source code must retain the above copyright 7337 * notice, this list of conditions and the following disclaimer. 7338 * 7339 * * Redistributions in binary form must reproduce the above copyright 7340 * notice, this list of conditions and the following disclaimer in the 7341 * documentation and/or other materials provided with the distribution. 7342 * 7343 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7344 * may be used to endorse or promote products derived from this software 7345 * without specific prior written permission. 7346 * 7347 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7348 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7349 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7350 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7351 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7352 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7353 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7354 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7355 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7356 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7357 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7358 */ 7359 ==> engine/src/networking/com/jme3/network/base/DefaultServer.java <== 7360 /* 7361 * Copyright (c) 2011 jMonkeyEngine 7362 * All rights reserved. 7363 * 7364 * Redistribution and use in source and binary forms, with or without 7365 * modification, are permitted provided that the following conditions are 7366 * met: 7367 * 7368 * * Redistributions of source code must retain the above copyright 7369 * notice, this list of conditions and the following disclaimer. 7370 * 7371 * * Redistributions in binary form must reproduce the above copyright 7372 * notice, this list of conditions and the following disclaimer in the 7373 * documentation and/or other materials provided with the distribution. 7374 * 7375 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7376 * may be used to endorse or promote products derived from this software 7377 * without specific prior written permission. 7378 * 7379 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7380 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7381 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7382 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7383 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7384 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7385 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7386 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7387 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7388 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7389 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7390 */ 7391 ==> engine/src/networking/com/jme3/network/base/MessageProtocol.java <== 7392 /* 7393 * Copyright (c) 2011 jMonkeyEngine 7394 * All rights reserved. 7395 * 7396 * Redistribution and use in source and binary forms, with or without 7397 * modification, are permitted provided that the following conditions are 7398 * met: 7399 * 7400 * * Redistributions of source code must retain the above copyright 7401 * notice, this list of conditions and the following disclaimer. 7402 * 7403 * * Redistributions in binary form must reproduce the above copyright 7404 * notice, this list of conditions and the following disclaimer in the 7405 * documentation and/or other materials provided with the distribution. 7406 * 7407 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7408 * may be used to endorse or promote products derived from this software 7409 * without specific prior written permission. 7410 * 7411 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7412 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7413 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7414 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7415 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7416 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7417 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7418 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7419 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7420 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7421 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7422 */ 7423 ==> engine/src/networking/com/jme3/network/base/ConnectorFactory.java <== 7424 /* 7425 * Copyright (c) 2011 jMonkeyEngine 7426 * All rights reserved. 7427 * 7428 * Redistribution and use in source and binary forms, with or without 7429 * modification, are permitted provided that the following conditions are 7430 * met: 7431 * 7432 * * Redistributions of source code must retain the above copyright 7433 * notice, this list of conditions and the following disclaimer. 7434 * 7435 * * Redistributions in binary form must reproduce the above copyright 7436 * notice, this list of conditions and the following disclaimer in the 7437 * documentation and/or other materials provided with the distribution. 7438 * 7439 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7440 * may be used to endorse or promote products derived from this software 7441 * without specific prior written permission. 7442 * 7443 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7444 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7445 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7446 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7447 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7448 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7449 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7450 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7451 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7452 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7453 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7454 */ 7455 ==> engine/src/networking/com/jme3/network/base/KernelAdapter.java <== 7456 /* 7457 * Copyright (c) 2011 jMonkeyEngine 7458 * All rights reserved. 7459 * 7460 * Redistribution and use in source and binary forms, with or without 7461 * modification, are permitted provided that the following conditions are 7462 * met: 7463 * 7464 * * Redistributions of source code must retain the above copyright 7465 * notice, this list of conditions and the following disclaimer. 7466 * 7467 * * Redistributions in binary form must reproduce the above copyright 7468 * notice, this list of conditions and the following disclaimer in the 7469 * documentation and/or other materials provided with the distribution. 7470 * 7471 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7472 * may be used to endorse or promote products derived from this software 7473 * without specific prior written permission. 7474 * 7475 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7476 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7477 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7478 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7479 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7480 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7481 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7482 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7483 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7484 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7485 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7486 */ 7487 ==> engine/src/networking/com/jme3/network/base/DefaultClient.java <== 7488 /* 7489 * Copyright (c) 2011 jMonkeyEngine 7490 * All rights reserved. 7491 * 7492 * Redistribution and use in source and binary forms, with or without 7493 * modification, are permitted provided that the following conditions are 7494 * met: 7495 * 7496 * * Redistributions of source code must retain the above copyright 7497 * notice, this list of conditions and the following disclaimer. 7498 * 7499 * * Redistributions in binary form must reproduce the above copyright 7500 * notice, this list of conditions and the following disclaimer in the 7501 * documentation and/or other materials provided with the distribution. 7502 * 7503 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7504 * may be used to endorse or promote products derived from this software 7505 * without specific prior written permission. 7506 * 7507 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7508 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7509 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7510 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7511 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7512 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7513 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7514 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7515 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7516 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7517 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7518 */ 7519 ==> engine/src/networking/com/jme3/network/base/ConnectorAdapter.java <== 7520 /* 7521 * Copyright (c) 2011 jMonkeyEngine 7522 * All rights reserved. 7523 * 7524 * Redistribution and use in source and binary forms, with or without 7525 * modification, are permitted provided that the following conditions are 7526 * met: 7527 * 7528 * * Redistributions of source code must retain the above copyright 7529 * notice, this list of conditions and the following disclaimer. 7530 * 7531 * * Redistributions in binary form must reproduce the above copyright 7532 * notice, this list of conditions and the following disclaimer in the 7533 * documentation and/or other materials provided with the distribution. 7534 * 7535 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7536 * may be used to endorse or promote products derived from this software 7537 * without specific prior written permission. 7538 * 7539 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7540 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7541 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7542 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7543 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7544 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7545 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7546 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7547 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7548 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7549 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7550 */ 7551 ==> engine/src/networking/com/jme3/network/base/NioKernelFactory.java <== 7552 /* 7553 * Copyright (c) 2011 jMonkeyEngine 7554 * All rights reserved. 7555 * 7556 * Redistribution and use in source and binary forms, with or without 7557 * modification, are permitted provided that the following conditions are 7558 * met: 7559 * 7560 * * Redistributions of source code must retain the above copyright 7561 * notice, this list of conditions and the following disclaimer. 7562 * 7563 * * Redistributions in binary form must reproduce the above copyright 7564 * notice, this list of conditions and the following disclaimer in the 7565 * documentation and/or other materials provided with the distribution. 7566 * 7567 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7568 * may be used to endorse or promote products derived from this software 7569 * without specific prior written permission. 7570 * 7571 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7572 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7573 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7574 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7575 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7576 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7577 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7578 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7579 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7580 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7581 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7582 */ 7583 ==> engine/src/networking/com/jme3/network/message/DisconnectMessage.java <== 7584 /* 7585 * Copyright (c) 2009-2010 jMonkeyEngine 7586 * All rights reserved. 7587 * 7588 * Redistribution and use in source and binary forms, with or without 7589 * modification, are permitted provided that the following conditions are 7590 * met: 7591 * 7592 * * Redistributions of source code must retain the above copyright 7593 * notice, this list of conditions and the following disclaimer. 7594 * 7595 * * Redistributions in binary form must reproduce the above copyright 7596 * notice, this list of conditions and the following disclaimer in the 7597 * documentation and/or other materials provided with the distribution. 7598 * 7599 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7600 * may be used to endorse or promote products derived from this software 7601 * without specific prior written permission. 7602 * 7603 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7604 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7605 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7606 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7607 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7608 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7609 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7610 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7611 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7612 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7613 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7614 */ 7615 ==> engine/src/networking/com/jme3/network/message/GZIPCompressedMessage.java <== 7616 /* 7617 * Copyright (c) 2009-2010 jMonkeyEngine 7618 * All rights reserved. 7619 * 7620 * Redistribution and use in source and binary forms, with or without 7621 * modification, are permitted provided that the following conditions are 7622 * met: 7623 * 7624 * * Redistributions of source code must retain the above copyright 7625 * notice, this list of conditions and the following disclaimer. 7626 * 7627 * * Redistributions in binary form must reproduce the above copyright 7628 * notice, this list of conditions and the following disclaimer in the 7629 * documentation and/or other materials provided with the distribution. 7630 * 7631 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7632 * may be used to endorse or promote products derived from this software 7633 * without specific prior written permission. 7634 * 7635 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7636 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7637 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7638 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7639 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7640 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7641 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7642 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7643 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7644 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7645 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7646 */ 7647 ==> engine/src/networking/com/jme3/network/message/ZIPCompressedMessage.java <== 7648 /* 7649 * Copyright (c) 2009-2010 jMonkeyEngine 7650 * All rights reserved. 7651 * 7652 * Redistribution and use in source and binary forms, with or without 7653 * modification, are permitted provided that the following conditions are 7654 * met: 7655 * 7656 * * Redistributions of source code must retain the above copyright 7657 * notice, this list of conditions and the following disclaimer. 7658 * 7659 * * Redistributions in binary form must reproduce the above copyright 7660 * notice, this list of conditions and the following disclaimer in the 7661 * documentation and/or other materials provided with the distribution. 7662 * 7663 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7664 * may be used to endorse or promote products derived from this software 7665 * without specific prior written permission. 7666 * 7667 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7668 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7669 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7670 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7671 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7672 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7673 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7674 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7675 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7676 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7677 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7678 */ 7679 ==> engine/src/networking/com/jme3/network/message/ChannelInfoMessage.java <== 7680 /* 7681 * Copyright (c) 2011 jMonkeyEngine 7682 * All rights reserved. 7683 * 7684 * Redistribution and use in source and binary forms, with or without 7685 * modification, are permitted provided that the following conditions are 7686 * met: 7687 * 7688 * * Redistributions of source code must retain the above copyright 7689 * notice, this list of conditions and the following disclaimer. 7690 * 7691 * * Redistributions in binary form must reproduce the above copyright 7692 * notice, this list of conditions and the following disclaimer in the 7693 * documentation and/or other materials provided with the distribution. 7694 * 7695 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7696 * may be used to endorse or promote products derived from this software 7697 * without specific prior written permission. 7698 * 7699 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7700 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7701 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7702 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7703 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7704 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7705 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7706 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7707 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7708 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7709 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7710 */ 7711 ==> engine/src/networking/com/jme3/network/message/ClientRegistrationMessage.java <== 7712 /* 7713 * Copyright (c) 2009-2010 jMonkeyEngine 7714 * All rights reserved. 7715 * 7716 * Redistribution and use in source and binary forms, with or without 7717 * modification, are permitted provided that the following conditions are 7718 * met: 7719 * 7720 * * Redistributions of source code must retain the above copyright 7721 * notice, this list of conditions and the following disclaimer. 7722 * 7723 * * Redistributions in binary form must reproduce the above copyright 7724 * notice, this list of conditions and the following disclaimer in the 7725 * documentation and/or other materials provided with the distribution. 7726 * 7727 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7728 * may be used to endorse or promote products derived from this software 7729 * without specific prior written permission. 7730 * 7731 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7732 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7733 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7734 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7735 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7736 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7737 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7738 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7739 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7740 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7741 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7742 */ 7743 ==> engine/src/networking/com/jme3/network/message/CompressedMessage.java <== 7744 /* 7745 * Copyright (c) 2009-2010 jMonkeyEngine 7746 * All rights reserved. 7747 * 7748 * Redistribution and use in source and binary forms, with or without 7749 * modification, are permitted provided that the following conditions are 7750 * met: 7751 * 7752 * * Redistributions of source code must retain the above copyright 7753 * notice, this list of conditions and the following disclaimer. 7754 * 7755 * * Redistributions in binary form must reproduce the above copyright 7756 * notice, this list of conditions and the following disclaimer in the 7757 * documentation and/or other materials provided with the distribution. 7758 * 7759 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7760 * may be used to endorse or promote products derived from this software 7761 * without specific prior written permission. 7762 * 7763 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7764 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7765 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7766 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7767 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7768 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7769 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7770 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7771 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7772 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7773 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7774 */ 7775 ==> engine/src/networking/com/jme3/network/Server.java <== 7776 /* 7777 * Copyright (c) 2011 jMonkeyEngine 7778 * All rights reserved. 7779 * 7780 * Redistribution and use in source and binary forms, with or without 7781 * modification, are permitted provided that the following conditions are 7782 * met: 7783 * 7784 * * Redistributions of source code must retain the above copyright 7785 * notice, this list of conditions and the following disclaimer. 7786 * 7787 * * Redistributions in binary form must reproduce the above copyright 7788 * notice, this list of conditions and the following disclaimer in the 7789 * documentation and/or other materials provided with the distribution. 7790 * 7791 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7792 * may be used to endorse or promote products derived from this software 7793 * without specific prior written permission. 7794 * 7795 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7796 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7797 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7798 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7799 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7800 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7801 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7802 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7803 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7804 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7805 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7806 */ 7807 ==> engine/src/networking/com/jme3/network/AbstractMessage.java <== 7808 /* 7809 * Copyright (c) 2011 jMonkeyEngine 7810 * All rights reserved. 7811 * 7812 * Redistribution and use in source and binary forms, with or without 7813 * modification, are permitted provided that the following conditions are 7814 * met: 7815 * 7816 * * Redistributions of source code must retain the above copyright 7817 * notice, this list of conditions and the following disclaimer. 7818 * 7819 * * Redistributions in binary form must reproduce the above copyright 7820 * notice, this list of conditions and the following disclaimer in the 7821 * documentation and/or other materials provided with the distribution. 7822 * 7823 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7824 * may be used to endorse or promote products derived from this software 7825 * without specific prior written permission. 7826 * 7827 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7828 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7829 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7830 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7831 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7832 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7833 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7834 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7835 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7836 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7837 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7838 */ 7839 ==> engine/src/networking/com/jme3/network/ConnectionListener.java <== 7840 /* 7841 * Copyright (c) 2011 jMonkeyEngine 7842 * All rights reserved. 7843 * 7844 * Redistribution and use in source and binary forms, with or without 7845 * modification, are permitted provided that the following conditions are 7846 * met: 7847 * 7848 * * Redistributions of source code must retain the above copyright 7849 * notice, this list of conditions and the following disclaimer. 7850 * 7851 * * Redistributions in binary form must reproduce the above copyright 7852 * notice, this list of conditions and the following disclaimer in the 7853 * documentation and/or other materials provided with the distribution. 7854 * 7855 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7856 * may be used to endorse or promote products derived from this software 7857 * without specific prior written permission. 7858 * 7859 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7860 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7861 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7862 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7863 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7864 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7865 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7866 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7867 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7868 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7869 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7870 */ 7871 ==> engine/src/networking/com/jme3/network/Filters.java <== 7872 /* 7873 * Copyright (c) 2011 jMonkeyEngine 7874 * All rights reserved. 7875 * 7876 * Redistribution and use in source and binary forms, with or without 7877 * modification, are permitted provided that the following conditions are 7878 * met: 7879 * 7880 * * Redistributions of source code must retain the above copyright 7881 * notice, this list of conditions and the following disclaimer. 7882 * 7883 * * Redistributions in binary form must reproduce the above copyright 7884 * notice, this list of conditions and the following disclaimer in the 7885 * documentation and/or other materials provided with the distribution. 7886 * 7887 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7888 * may be used to endorse or promote products derived from this software 7889 * without specific prior written permission. 7890 * 7891 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7892 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7893 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7894 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7895 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7896 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7897 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7898 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7899 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7900 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7901 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7902 */ 7903 ==> engine/src/networking/com/jme3/network/ClientStateListener.java <== 7904 /* 7905 * Copyright (c) 2011 jMonkeyEngine 7906 * All rights reserved. 7907 * 7908 * Redistribution and use in source and binary forms, with or without 7909 * modification, are permitted provided that the following conditions are 7910 * met: 7911 * 7912 * * Redistributions of source code must retain the above copyright 7913 * notice, this list of conditions and the following disclaimer. 7914 * 7915 * * Redistributions in binary form must reproduce the above copyright 7916 * notice, this list of conditions and the following disclaimer in the 7917 * documentation and/or other materials provided with the distribution. 7918 * 7919 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 7920 * may be used to endorse or promote products derived from this software 7921 * without specific prior written permission. 7922 * 7923 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 7924 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 7925 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 7926 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 7927 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 7928 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 7929 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 7930 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 7931 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 7932 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 7933 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7934 */ 7935 ==> engine/src/core/checkers/quals/Dependent.java <== 7936 /** 7937 * Refines the qualified type of the annotated field or variable based on the 7938 * qualified type of the receiver. The annotation declares a relationship 7939 * between multiple type qualifier hierarchies. 7940 * 7941 * <p><b>Example:</b> 7942 * Consider a field, {@code lock}, that is only initialized if the 7943 * enclosing object (the receiver), is marked as {@code ThreadSafe}. 7944 * Such a field can be declared as: 7945 * 7946 * <pre><code> 7947 * private @Nullable @Dependent(result=NonNull.class, when=ThreadSafe.class) 7948 * Lock lock; 7949 * </code></pre> 7950 */ 7951 ==> engine/src/core/checkers/quals/SubtypeOf.java <== 7952 /** 7953 * A meta-annotation to specify all the qualifiers that the given qualifier 7954 * is a subtype of. This provides a declarative way to specify the type 7955 * qualifier hierarchy. (Alternatively, the hierarchy can be defined 7956 * procedurally by subclassing {@link checkers.types.QualifierHierarchy} or 7957 * {@link checkers.types.TypeHierarchy}.) 7958 * 7959 * <p> 7960 * Example: 7961 * <pre> @SubtypeOf( { Nullable.class } ) 7962 * public @interface NonNull { } 7963 * </pre> 7964 * 7965 * <p> 7966 * 7967 * If a qualified type is a subtype of the same type without any qualifier, 7968 * then use <code>Unqualified.class</code> in place of a type qualifier 7969 * class. For example, to express that <code>@Encrypted <em>C</em></code> 7970 * is a subtype of <code><em>C</em></code> (for every class 7971 * <code><em>C</em></code>), and likewise for <code>@Interned</code>, write: 7972 * 7973 * <pre> @SubtypeOf(Unqualified.class) 7974 * public @interface Encrypted { } 7975 * 7976 * @SubtypeOf(Unqualified.class) 7977 * public @interface Interned { } 7978 * </pre> 7979 * 7980 * <p> 7981 * 7982 * For the root type qualifier in the qualifier hierarchy (i.e., the 7983 ==> engine/src/core/checkers/quals/DefaultLocation.java <== 7984 /** 7985 * Specifies the locations to which a {@link DefaultQualifier} annotation applies. 7986 * 7987 * @see DefaultQualifier 7988 */ 7989 ==> engine/src/core/checkers/quals/DefaultQualifier.java <== 7990 /** 7991 * Applied to a declaration of a package, type, method, variable, etc., 7992 * specifies that the given annotation should be the default. The default is 7993 * applied to all types within the declaration for which no other 7994 * annotation is explicitly written. 7995 * If multiple DefaultQualifier annotations are in scope, the innermost one 7996 * takes precedence. 7997 * DefaultQualifier takes precedence over {@link DefaultQualifierInHierarchy}. 7998 * <p> 7999 * 8000 * If you wish to write multiple @DefaultQualifier annotations (for 8001 * unrelated type systems, or with different {@code locations} fields) at 8002 * the same location, use {@link DefaultQualifiers}. 8003 * 8004 * @see DefaultLocation 8005 */ 8006 ==> engine/src/core/checkers/quals/DefaultQualifierInHierarchy.java <== 8007 /** 8008 * Indicates that the annotated qualifier is the default qualifier in the 8009 * qualifier hierarchy: it applies if the programmer writes no explicit 8010 * qualifier. 8011 * <p> 8012 * 8013 * The {@link DefaultQualifier} annotation, which targets Java code elements, 8014 * takes precedence over {@code DefaultQualifierInHierarchy}. 8015 * <p> 8016 * 8017 * Each type qualifier hierarchy may have at most one qualifier marked as 8018 * {@code DefaultQualifierInHierarchy}. 8019 * 8020 * @see checkers.quals.DefaultQualifier 8021 */ 8022 ==> engine/src/core/checkers/quals/Unused.java <== 8023 /** 8024 * Declares that the field may not be accessed if the receiver is of the 8025 * specified qualifier type (or any supertype). 8026 * 8027 * This property is verified by the checker that type-checks the {@code 8028 * when} element value qualifier. 8029 * 8030 * <p><b>Example</b> 8031 * Consider a class, {@code Table}, with a locking field, {@code lock}. The 8032 * lock is used when a {@code Table} instance is shared across threads. When 8033 * running in a local thread, the {@code lock} field ought not to be used. 8034 * 8035 * You can declare this behavior in the following way: 8036 * 8037 * <pre><code> 8038 * class Table { 8039 * private @Unused(when=LocalToThread.class) final Lock lock; 8040 * ... 8041 * } 8042 * </code></pre> 8043 * 8044 * The checker for {@code @LocalToThread} would issue an error for the following code: 8045 * 8046 * <pre> @LocalToThread Table table = ...; 8047 * ... table.lock ...; 8048 * </pre> 8049 * 8050 */ 8051 ==> engine/src/core/checkers/quals/package-info.java <== 8052 /** 8053 * Contains the basic annotations to be used by all type systems 8054 * and meta-annotations to qualify annotations (qualifiers). 8055 * 8056 * They may serve as documentation for the type qualifiers, and aid the 8057 * Checker Framework to infer the relations between the type qualifiers. 8058 * 8059 * @checker.framework.manual #writing-a-checker Writing a checker 8060 */ 8061 ==> engine/src/core/checkers/quals/DefaultQualifiers.java <== 8062 /** 8063 * Specifies the annotations to be included in a type without having to provide 8064 * them explicitly. 8065 * 8066 * This annotation permits specifying multiple default qualifiers for more 8067 * than one type system. It is necessary because Java forbids multiple 8068 * annotations of the same name at a single location. 8069 * 8070 * Example: 8071 * <!-- is a hack that prevents @ from being the first charater on the line, which confuses Javadoc --> 8072 * <code><pre> 8073 * @DefaultQualifiers({ 8074 * @DefaultQualifier("NonNull"), 8075 * @DefaultQualifier(value = "Interned", locations = ALL_EXCEPT_LOCALS), 8076 * @DefaultQualifier("Tainted") 8077 * }) 8078 * </pre></code> 8079 * 8080 * @see DefaultQualifier 8081 */ 8082 ==> engine/src/core/checkers/quals/TypeQualifier.java <== 8083 /** 8084 * A meta-annotation indicating that the annotated annotation is a type 8085 * qualifier. 8086 * 8087 * Examples of such qualifiers: {@code @ReadOnly}, {@code @NonNull} 8088 */ 8089 ==> engine/src/core/checkers/quals/Unqualified.java <== 8090 /** 8091 * A special annotation intended solely for representing an unqualified type in 8092 * the qualifier hierarchy, as an argument to {@link SubtypeOf#value()}, 8093 * in the type qualifiers declarations. 8094 * 8095 * <p> 8096 * Programmers cannot write this in source code. 8097 */ 8098 ==> engine/src/core/com/jme3/animation/LoopMode.java <== 8099 /* 8100 * Copyright (c) 2009-2010 jMonkeyEngine 8101 * All rights reserved. 8102 * 8103 * Redistribution and use in source and binary forms, with or without 8104 * modification, are permitted provided that the following conditions are 8105 * met: 8106 * 8107 * * Redistributions of source code must retain the above copyright 8108 * notice, this list of conditions and the following disclaimer. 8109 * 8110 * * Redistributions in binary form must reproduce the above copyright 8111 * notice, this list of conditions and the following disclaimer in the 8112 * documentation and/or other materials provided with the distribution. 8113 * 8114 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8115 * may be used to endorse or promote products derived from this software 8116 * without specific prior written permission. 8117 * 8118 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8119 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8120 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8121 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8122 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8123 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8124 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8125 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8126 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8127 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8128 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8129 */ 8130 /** 8131 ==> engine/src/core/com/jme3/animation/SkeletonControl.java <== 8132 /* 8133 * To change this template, choose Tools | Templates 8134 * and open the template in the editor. 8135 */ 8136 /** 8137 * The Skeleton control deforms a model according to a skeleton, 8138 * It handles the computation of the deformation matrices and performs 8139 * the transformations on the mesh 8140 * 8141 * @author Rmy Bouquet Based on AnimControl by Kirill Vainer 8142 */ 8143 ==> engine/src/core/com/jme3/animation/package.html <== 8144 ==> engine/src/core/com/jme3/animation/PoseTrack.java <== 8145 /* 8146 * Copyright (c) 2009-2010 jMonkeyEngine 8147 * All rights reserved. 8148 * 8149 * Redistribution and use in source and binary forms, with or without 8150 * modification, are permitted provided that the following conditions are 8151 * met: 8152 * 8153 * * Redistributions of source code must retain the above copyright 8154 * notice, this list of conditions and the following disclaimer. 8155 * 8156 * * Redistributions in binary form must reproduce the above copyright 8157 * notice, this list of conditions and the following disclaimer in the 8158 * documentation and/or other materials provided with the distribution. 8159 * 8160 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8161 * may be used to endorse or promote products derived from this software 8162 * without specific prior written permission. 8163 * 8164 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8165 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8166 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8167 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8168 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8169 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8170 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8171 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8172 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8173 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8174 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8175 */ 8176 ==> engine/src/core/com/jme3/animation/BoneAnimation.java <== 8177 /* 8178 * Copyright (c) 2009-2010 jMonkeyEngine 8179 * All rights reserved. 8180 * 8181 * Redistribution and use in source and binary forms, with or without 8182 * modification, are permitted provided that the following conditions are 8183 * met: 8184 * 8185 * * Redistributions of source code must retain the above copyright 8186 * notice, this list of conditions and the following disclaimer. 8187 * 8188 * * Redistributions in binary form must reproduce the above copyright 8189 * notice, this list of conditions and the following disclaimer in the 8190 * documentation and/or other materials provided with the distribution. 8191 * 8192 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8193 * may be used to endorse or promote products derived from this software 8194 * without specific prior written permission. 8195 * 8196 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8197 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8198 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8199 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8200 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8201 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8202 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8203 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8204 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8205 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8206 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8207 */ 8208 /** 8209 * @deprecated use Animation instead with tracks of selected type (ie. BoneTrack, SpatialTrack, MeshTrack) 8210 ==> engine/src/core/com/jme3/animation/Pose.java <== 8211 /* 8212 * Copyright (c) 2009-2010 jMonkeyEngine 8213 * All rights reserved. 8214 * 8215 * Redistribution and use in source and binary forms, with or without 8216 * modification, are permitted provided that the following conditions are 8217 * met: 8218 * 8219 * * Redistributions of source code must retain the above copyright 8220 * notice, this list of conditions and the following disclaimer. 8221 * 8222 * * Redistributions in binary form must reproduce the above copyright 8223 * notice, this list of conditions and the following disclaimer in the 8224 * documentation and/or other materials provided with the distribution. 8225 * 8226 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8227 * may be used to endorse or promote products derived from this software 8228 * without specific prior written permission. 8229 * 8230 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8231 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8232 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8233 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8234 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8235 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8236 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8237 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8238 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8239 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8240 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8241 */ 8242 ==> engine/src/core/com/jme3/animation/AnimControl.java <== 8243 /* 8244 * Copyright (c) 2009-2010 jMonkeyEngine 8245 * All rights reserved. 8246 * 8247 * Redistribution and use in source and binary forms, with or without 8248 * modification, are permitted provided that the following conditions are 8249 * met: 8250 * 8251 * * Redistributions of source code must retain the above copyright 8252 * notice, this list of conditions and the following disclaimer. 8253 * 8254 * * Redistributions in binary form must reproduce the above copyright 8255 * notice, this list of conditions and the following disclaimer in the 8256 * documentation and/or other materials provided with the distribution. 8257 * 8258 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8259 * may be used to endorse or promote products derived from this software 8260 * without specific prior written permission. 8261 * 8262 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8263 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8264 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8265 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8266 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8267 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8268 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8269 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8270 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8271 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8272 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8273 */ 8274 ==> engine/src/core/com/jme3/animation/Bone.java <== 8275 /* 8276 * Copyright (c) 2009-2010 jMonkeyEngine 8277 * All rights reserved. 8278 * 8279 * Redistribution and use in source and binary forms, with or without 8280 * modification, are permitted provided that the following conditions are 8281 * met: 8282 * 8283 * * Redistributions of source code must retain the above copyright 8284 * notice, this list of conditions and the following disclaimer. 8285 * 8286 * * Redistributions in binary form must reproduce the above copyright 8287 * notice, this list of conditions and the following disclaimer in the 8288 * documentation and/or other materials provided with the distribution. 8289 * 8290 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8291 * may be used to endorse or promote products derived from this software 8292 * without specific prior written permission. 8293 * 8294 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8295 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8296 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8297 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8298 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8299 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8300 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8301 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8302 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8303 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8304 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8305 */ 8306 ==> engine/src/core/com/jme3/animation/CompactArray.java <== 8307 /* 8308 * Copyright (c) 2009-2010 jMonkeyEngine 8309 * All rights reserved. 8310 * 8311 * Redistribution and use in source and binary forms, with or without 8312 * modification, are permitted provided that the following conditions are 8313 * met: 8314 * 8315 * * Redistributions of source code must retain the above copyright 8316 * notice, this list of conditions and the following disclaimer. 8317 * 8318 * * Redistributions in binary form must reproduce the above copyright 8319 * notice, this list of conditions and the following disclaimer in the 8320 * documentation and/or other materials provided with the distribution. 8321 * 8322 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8323 * may be used to endorse or promote products derived from this software 8324 * without specific prior written permission. 8325 * 8326 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8327 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8328 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8329 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8330 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8331 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8332 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8333 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8334 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8335 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8336 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8337 */ 8338 ==> engine/src/core/com/jme3/animation/CompactVector3Array.java <== 8339 /* 8340 * Copyright (c) 2009-2010 jMonkeyEngine 8341 * All rights reserved. 8342 * 8343 * Redistribution and use in source and binary forms, with or without 8344 * modification, are permitted provided that the following conditions are 8345 * met: 8346 * 8347 * * Redistributions of source code must retain the above copyright 8348 * notice, this list of conditions and the following disclaimer. 8349 * 8350 * * Redistributions in binary form must reproduce the above copyright 8351 * notice, this list of conditions and the following disclaimer in the 8352 * documentation and/or other materials provided with the distribution. 8353 * 8354 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8355 * may be used to endorse or promote products derived from this software 8356 * without specific prior written permission. 8357 * 8358 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8359 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8360 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8361 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8362 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8363 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8364 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8365 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8366 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8367 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8368 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8369 */ 8370 ==> engine/src/core/com/jme3/animation/SpatialTrack.java <== 8371 /** 8372 * This class represents the track for spatial animation. 8373 * 8374 * @author Marcin Roguski (Kaelthas) 8375 */ 8376 ==> engine/src/core/com/jme3/animation/Track.java <== 8377 /* 8378 * Copyright (c) 2009-2010 jMonkeyEngine 8379 * All rights reserved. 8380 * 8381 * Redistribution and use in source and binary forms, with or without 8382 * modification, are permitted provided that the following conditions are 8383 * met: 8384 * 8385 * * Redistributions of source code must retain the above copyright 8386 * notice, this list of conditions and the following disclaimer. 8387 * 8388 * * Redistributions in binary form must reproduce the above copyright 8389 * notice, this list of conditions and the following disclaimer in the 8390 * documentation and/or other materials provided with the distribution. 8391 * 8392 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8393 * may be used to endorse or promote products derived from this software 8394 * without specific prior written permission. 8395 * 8396 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8397 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8398 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8399 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8400 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8401 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8402 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8403 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8404 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8405 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8406 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8407 */ 8408 ==> engine/src/core/com/jme3/animation/Animation.java <== 8409 /* 8410 * Copyright (c) 2009-2011 jMonkeyEngine 8411 * All rights reserved. 8412 * 8413 * Redistribution and use in source and binary forms, with or without 8414 * modification, are permitted provided that the following conditions are 8415 * met: 8416 * 8417 * * Redistributions of source code must retain the above copyright 8418 * notice, this list of conditions and the following disclaimer. 8419 * 8420 * * Redistributions in binary form must reproduce the above copyright 8421 * notice, this list of conditions and the following disclaimer in the 8422 * documentation and/or other materials provided with the distribution. 8423 * 8424 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8425 * may be used to endorse or promote products derived from this software 8426 * without specific prior written permission. 8427 * 8428 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8429 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8430 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8431 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8432 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8433 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8434 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8435 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8436 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8437 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8438 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8439 */ 8440 ==> engine/src/core/com/jme3/animation/BoneTrack.java <== 8441 /* 8442 * Copyright (c) 2009-2012 jMonkeyEngine 8443 * All rights reserved. 8444 * 8445 * Redistribution and use in source and binary forms, with or without 8446 * modification, are permitted provided that the following conditions are 8447 * met: 8448 * 8449 * * Redistributions of source code must retain the above copyright 8450 * notice, this list of conditions and the following disclaimer. 8451 * 8452 * * Redistributions in binary form must reproduce the above copyright 8453 * notice, this list of conditions and the following disclaimer in the 8454 * documentation and/or other materials provided with the distribution. 8455 * 8456 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8457 * may be used to endorse or promote products derived from this software 8458 * without specific prior written permission. 8459 * 8460 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8461 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8462 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8463 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8464 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8465 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8466 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8467 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8468 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8469 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8470 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8471 */ 8472 ==> engine/src/core/com/jme3/animation/Skeleton.java <== 8473 /* 8474 * Copyright (c) 2009-2010 jMonkeyEngine 8475 * All rights reserved. 8476 * 8477 * Redistribution and use in source and binary forms, with or without 8478 * modification, are permitted provided that the following conditions are 8479 * met: 8480 * 8481 * * Redistributions of source code must retain the above copyright 8482 * notice, this list of conditions and the following disclaimer. 8483 * 8484 * * Redistributions in binary form must reproduce the above copyright 8485 * notice, this list of conditions and the following disclaimer in the 8486 * documentation and/or other materials provided with the distribution. 8487 * 8488 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8489 * may be used to endorse or promote products derived from this software 8490 * without specific prior written permission. 8491 * 8492 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8493 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8494 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8495 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8496 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8497 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8498 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8499 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8500 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8501 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8502 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8503 */ 8504 ==> engine/src/core/com/jme3/animation/AnimationFactory.java <== 8505 /* 8506 * Copyright (c) 2009-2011 jMonkeyEngine 8507 * All rights reserved. 8508 * 8509 * Redistribution and use in source and binary forms, with or without 8510 * modification, are permitted provided that the following conditions are 8511 * met: 8512 * 8513 * * Redistributions of source code must retain the above copyright 8514 * notice, this list of conditions and the following disclaimer. 8515 * 8516 * * Redistributions in binary form must reproduce the above copyright 8517 * notice, this list of conditions and the following disclaimer in the 8518 * documentation and/or other materials provided with the distribution. 8519 * 8520 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8521 * may be used to endorse or promote products derived from this software 8522 * without specific prior written permission. 8523 * 8524 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8525 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8526 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8527 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8528 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8529 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8530 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8531 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8532 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8533 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8534 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8535 */ 8536 ==> engine/src/core/com/jme3/animation/CompactQuaternionArray.java <== 8537 /* 8538 * Copyright (c) 2009-2010 jMonkeyEngine 8539 * All rights reserved. 8540 * 8541 * Redistribution and use in source and binary forms, with or without 8542 * modification, are permitted provided that the following conditions are 8543 * met: 8544 * 8545 * * Redistributions of source code must retain the above copyright 8546 * notice, this list of conditions and the following disclaimer. 8547 * 8548 * * Redistributions in binary form must reproduce the above copyright 8549 * notice, this list of conditions and the following disclaimer in the 8550 * documentation and/or other materials provided with the distribution. 8551 * 8552 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8553 * may be used to endorse or promote products derived from this software 8554 * without specific prior written permission. 8555 * 8556 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8557 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8558 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8559 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8560 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8561 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8562 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8563 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8564 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8565 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8566 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8567 */ 8568 ==> engine/src/core/com/jme3/animation/SpatialAnimation.java <== 8569 /** 8570 * @deprecated use Animation instead with tracks of selected type (ie. BoneTrack, SpatialTrack, MeshTrack) 8571 */ 8572 ==> engine/src/core/com/jme3/animation/AnimEventListener.java <== 8573 /* 8574 * Copyright (c) 2009-2010 jMonkeyEngine 8575 * All rights reserved. 8576 * 8577 * Redistribution and use in source and binary forms, with or without 8578 * modification, are permitted provided that the following conditions are 8579 * met: 8580 * 8581 * * Redistributions of source code must retain the above copyright 8582 * notice, this list of conditions and the following disclaimer. 8583 * 8584 * * Redistributions in binary form must reproduce the above copyright 8585 * notice, this list of conditions and the following disclaimer in the 8586 * documentation and/or other materials provided with the distribution. 8587 * 8588 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8589 * may be used to endorse or promote products derived from this software 8590 * without specific prior written permission. 8591 * 8592 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8593 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8594 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8595 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8596 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8597 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8598 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8599 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8600 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8601 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8602 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8603 */ 8604 /** 8605 ==> engine/src/core/com/jme3/animation/AnimChannel.java <== 8606 /* 8607 * Copyright (c) 2009-2010 jMonkeyEngine 8608 * All rights reserved. 8609 * 8610 * Redistribution and use in source and binary forms, with or without 8611 * modification, are permitted provided that the following conditions are 8612 * met: 8613 * 8614 * * Redistributions of source code must retain the above copyright 8615 * notice, this list of conditions and the following disclaimer. 8616 * 8617 * * Redistributions in binary form must reproduce the above copyright 8618 * notice, this list of conditions and the following disclaimer in the 8619 * documentation and/or other materials provided with the distribution. 8620 * 8621 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8622 * may be used to endorse or promote products derived from this software 8623 * without specific prior written permission. 8624 * 8625 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8626 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8627 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8628 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8629 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8630 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8631 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8632 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8633 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8634 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8635 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8636 */ 8637 ==> engine/src/core/com/jme3/system/JmeSystemDelegate.java <== 8638 /* 8639 * Copyright (c) 2009-2010 jMonkeyEngine 8640 * All rights reserved. 8641 * 8642 * Redistribution and use in source and binary forms, with or without 8643 * modification, are permitted provided that the following conditions are 8644 * met: 8645 * 8646 * * Redistributions of source code must retain the above copyright 8647 * notice, this list of conditions and the following disclaimer. 8648 * 8649 * * Redistributions in binary form must reproduce the above copyright 8650 * notice, this list of conditions and the following disclaimer in the 8651 * documentation and/or other materials provided with the distribution. 8652 * 8653 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8654 * may be used to endorse or promote products derived from this software 8655 * without specific prior written permission. 8656 * 8657 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8658 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8659 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8660 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8661 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8662 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8663 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8664 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8665 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8666 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8667 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8668 */ 8669 ==> engine/src/core/com/jme3/system/SystemListener.java <== 8670 /* 8671 * Copyright (c) 2009-2010 jMonkeyEngine 8672 * All rights reserved. 8673 * 8674 * Redistribution and use in source and binary forms, with or without 8675 * modification, are permitted provided that the following conditions are 8676 * met: 8677 * 8678 * * Redistributions of source code must retain the above copyright 8679 * notice, this list of conditions and the following disclaimer. 8680 * 8681 * * Redistributions in binary form must reproduce the above copyright 8682 * notice, this list of conditions and the following disclaimer in the 8683 * documentation and/or other materials provided with the distribution. 8684 * 8685 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8686 * may be used to endorse or promote products derived from this software 8687 * without specific prior written permission. 8688 * 8689 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8690 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8691 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8692 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8693 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8694 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8695 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8696 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8697 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8698 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8699 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8700 */ 8701 /** 8702 ==> engine/src/core/com/jme3/system/JmeContext.java <== 8703 /* 8704 * Copyright (c) 2009-2010 jMonkeyEngine 8705 * All rights reserved. 8706 * 8707 * Redistribution and use in source and binary forms, with or without 8708 * modification, are permitted provided that the following conditions are 8709 * met: 8710 * 8711 * * Redistributions of source code must retain the above copyright 8712 * notice, this list of conditions and the following disclaimer. 8713 * 8714 * * Redistributions in binary form must reproduce the above copyright 8715 * notice, this list of conditions and the following disclaimer in the 8716 * documentation and/or other materials provided with the distribution. 8717 * 8718 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8719 * may be used to endorse or promote products derived from this software 8720 * without specific prior written permission. 8721 * 8722 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8723 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8724 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8725 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8726 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8727 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8728 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8729 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8730 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8731 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8732 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8733 */ 8734 ==> engine/src/core/com/jme3/system/NullContext.java <== 8735 /* 8736 * Copyright (c) 2009-2010 jMonkeyEngine 8737 * All rights reserved. 8738 * 8739 * Redistribution and use in source and binary forms, with or without 8740 * modification, are permitted provided that the following conditions are 8741 * met: 8742 * 8743 * * Redistributions of source code must retain the above copyright 8744 * notice, this list of conditions and the following disclaimer. 8745 * 8746 * * Redistributions in binary form must reproduce the above copyright 8747 * notice, this list of conditions and the following disclaimer in the 8748 * documentation and/or other materials provided with the distribution. 8749 * 8750 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8751 * may be used to endorse or promote products derived from this software 8752 * without specific prior written permission. 8753 * 8754 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8755 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8756 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8757 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8758 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8759 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8760 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8761 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8762 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8763 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8764 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8765 */ 8766 ==> engine/src/core/com/jme3/system/JmeVersion.java <== 8767 ==> engine/src/core/com/jme3/system/JmeSystem.java <== 8768 /* 8769 * Copyright (c) 2009-2010 jMonkeyEngine 8770 * All rights reserved. 8771 * 8772 * Redistribution and use in source and binary forms, with or without 8773 * modification, are permitted provided that the following conditions are 8774 * met: 8775 * 8776 * * Redistributions of source code must retain the above copyright 8777 * notice, this list of conditions and the following disclaimer. 8778 * 8779 * * Redistributions in binary form must reproduce the above copyright 8780 * notice, this list of conditions and the following disclaimer in the 8781 * documentation and/or other materials provided with the distribution. 8782 * 8783 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8784 * may be used to endorse or promote products derived from this software 8785 * without specific prior written permission. 8786 * 8787 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8788 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8789 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8790 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8791 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8792 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8793 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8794 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8795 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8796 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8797 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8798 */ 8799 ==> engine/src/core/com/jme3/system/NanoTimer.java <== 8800 /* 8801 * Copyright (c) 2009-2010 jMonkeyEngine 8802 * All rights reserved. 8803 * 8804 * Redistribution and use in source and binary forms, with or without 8805 * modification, are permitted provided that the following conditions are 8806 * met: 8807 * 8808 * * Redistributions of source code must retain the above copyright 8809 * notice, this list of conditions and the following disclaimer. 8810 * 8811 * * Redistributions in binary form must reproduce the above copyright 8812 * notice, this list of conditions and the following disclaimer in the 8813 * documentation and/or other materials provided with the distribution. 8814 * 8815 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8816 * may be used to endorse or promote products derived from this software 8817 * without specific prior written permission. 8818 * 8819 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8820 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8821 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8822 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8823 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8824 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8825 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8826 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8827 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8828 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8829 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8830 */ 8831 /** 8832 ==> engine/src/core/com/jme3/system/NullRenderer.java <== 8833 /* 8834 * Copyright (c) 2009-2010 jMonkeyEngine 8835 * All rights reserved. 8836 * 8837 * Redistribution and use in source and binary forms, with or without 8838 * modification, are permitted provided that the following conditions are 8839 * met: 8840 * 8841 * * Redistributions of source code must retain the above copyright 8842 * notice, this list of conditions and the following disclaimer. 8843 * 8844 * * Redistributions in binary form must reproduce the above copyright 8845 * notice, this list of conditions and the following disclaimer in the 8846 * documentation and/or other materials provided with the distribution. 8847 * 8848 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8849 * may be used to endorse or promote products derived from this software 8850 * without specific prior written permission. 8851 * 8852 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8853 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8854 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8855 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8856 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8857 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8858 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8859 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8860 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8861 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8862 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8863 */ 8864 ==> engine/src/core/com/jme3/system/Timer.java <== 8865 /* 8866 * Copyright (c) 2009-2010 jMonkeyEngine 8867 * All rights reserved. 8868 * 8869 * Redistribution and use in source and binary forms, with or without 8870 * modification, are permitted provided that the following conditions are 8871 * met: 8872 * 8873 * * Redistributions of source code must retain the above copyright 8874 * notice, this list of conditions and the following disclaimer. 8875 * 8876 * * Redistributions in binary form must reproduce the above copyright 8877 * notice, this list of conditions and the following disclaimer in the 8878 * documentation and/or other materials provided with the distribution. 8879 * 8880 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8881 * may be used to endorse or promote products derived from this software 8882 * without specific prior written permission. 8883 * 8884 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8885 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8886 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8887 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8888 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8889 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8890 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8891 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8892 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8893 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8894 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8895 */ 8896 /** 8897 * <code>Timer</code> is the base class for a high resolution timer. It is 8898 ==> engine/src/core/com/jme3/system/Platform.java <== 8899 ==> engine/src/core/com/jme3/system/AppSettings.java <== 8900 /* 8901 * Copyright (c) 2009-2012 jMonkeyEngine 8902 * All rights reserved. 8903 * 8904 * Redistribution and use in source and binary forms, with or without 8905 * modification, are permitted provided that the following conditions are 8906 * met: 8907 * 8908 * * Redistributions of source code must retain the above copyright 8909 * notice, this list of conditions and the following disclaimer. 8910 * 8911 * * Redistributions in binary form must reproduce the above copyright 8912 * notice, this list of conditions and the following disclaimer in the 8913 * documentation and/or other materials provided with the distribution. 8914 * 8915 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8916 * may be used to endorse or promote products derived from this software 8917 * without specific prior written permission. 8918 * 8919 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8920 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8921 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8922 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8923 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8924 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8925 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8926 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8927 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8928 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8929 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8930 */ 8931 ==> engine/src/core/com/jme3/system/Annotations.java <== 8932 /* 8933 * Copyright (c) 2009-2010 jMonkeyEngine 8934 * All rights reserved. 8935 * 8936 * Redistribution and use in source and binary forms, with or without 8937 * modification, are permitted provided that the following conditions are 8938 * met: 8939 * 8940 * * Redistributions of source code must retain the above copyright 8941 * notice, this list of conditions and the following disclaimer. 8942 * 8943 * * Redistributions in binary form must reproduce the above copyright 8944 * notice, this list of conditions and the following disclaimer in the 8945 * documentation and/or other materials provided with the distribution. 8946 * 8947 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8948 * may be used to endorse or promote products derived from this software 8949 * without specific prior written permission. 8950 * 8951 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8952 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8953 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8954 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8955 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8956 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8957 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8958 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8959 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8960 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8961 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8962 */ 8963 ==> engine/src/core/com/jme3/audio/AudioKey.java <== 8964 /* 8965 * Copyright (c) 2009-2010 jMonkeyEngine 8966 * All rights reserved. 8967 * 8968 * Redistribution and use in source and binary forms, with or without 8969 * modification, are permitted provided that the following conditions are 8970 * met: 8971 * 8972 * * Redistributions of source code must retain the above copyright 8973 * notice, this list of conditions and the following disclaimer. 8974 * 8975 * * Redistributions in binary form must reproduce the above copyright 8976 * notice, this list of conditions and the following disclaimer in the 8977 * documentation and/or other materials provided with the distribution. 8978 * 8979 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 8980 * may be used to endorse or promote products derived from this software 8981 * without specific prior written permission. 8982 * 8983 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 8984 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 8985 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 8986 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 8987 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 8988 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 8989 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 8990 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 8991 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 8992 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 8993 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 8994 */ 8995 ==> engine/src/core/com/jme3/audio/AudioParam.java <== 8996 ==> engine/src/core/com/jme3/audio/SeekableStream.java <== 8997 /* 8998 * To change this template, choose Tools | Templates 8999 * and open the template in the editor. 9000 */ 9001 /** 9002 * 9003 * @author Nehon 9004 */ 9005 ==> engine/src/core/com/jme3/audio/LowPassFilter.java <== 9006 /* 9007 * Copyright (c) 2009-2010 jMonkeyEngine 9008 * All rights reserved. 9009 * 9010 * Redistribution and use in source and binary forms, with or without 9011 * modification, are permitted provided that the following conditions are 9012 * met: 9013 * 9014 * * Redistributions of source code must retain the above copyright 9015 * notice, this list of conditions and the following disclaimer. 9016 * 9017 * * Redistributions in binary form must reproduce the above copyright 9018 * notice, this list of conditions and the following disclaimer in the 9019 * documentation and/or other materials provided with the distribution. 9020 * 9021 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9022 * may be used to endorse or promote products derived from this software 9023 * without specific prior written permission. 9024 * 9025 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9026 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9027 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9028 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9029 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9030 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9031 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9032 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9033 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9034 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9035 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9036 */ 9037 ==> engine/src/core/com/jme3/audio/AudioStream.java <== 9038 /* 9039 * Copyright (c) 2009-2010 jMonkeyEngine 9040 * All rights reserved. 9041 * 9042 * Redistribution and use in source and binary forms, with or without 9043 * modification, are permitted provided that the following conditions are 9044 * met: 9045 * 9046 * * Redistributions of source code must retain the above copyright 9047 * notice, this list of conditions and the following disclaimer. 9048 * 9049 * * Redistributions in binary form must reproduce the above copyright 9050 * notice, this list of conditions and the following disclaimer in the 9051 * documentation and/or other materials provided with the distribution. 9052 * 9053 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9054 * may be used to endorse or promote products derived from this software 9055 * without specific prior written permission. 9056 * 9057 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9058 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9059 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9060 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9061 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9062 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9063 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9064 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9065 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9066 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9067 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9068 */ 9069 ==> engine/src/core/com/jme3/audio/AudioRenderer.java <== 9070 /* 9071 * Copyright (c) 2009-2010 jMonkeyEngine 9072 * All rights reserved. 9073 * 9074 * Redistribution and use in source and binary forms, with or without 9075 * modification, are permitted provided that the following conditions are 9076 * met: 9077 * 9078 * * Redistributions of source code must retain the above copyright 9079 * notice, this list of conditions and the following disclaimer. 9080 * 9081 * * Redistributions in binary form must reproduce the above copyright 9082 * notice, this list of conditions and the following disclaimer in the 9083 * documentation and/or other materials provided with the distribution. 9084 * 9085 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9086 * may be used to endorse or promote products derived from this software 9087 * without specific prior written permission. 9088 * 9089 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9090 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9091 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9092 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9093 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9094 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9095 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9096 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9097 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9098 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9099 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9100 */ 9101 /** 9102 ==> engine/src/core/com/jme3/audio/ListenerParam.java <== 9103 /* 9104 * Copyright (c) 2009-2010 jMonkeyEngine 9105 * All rights reserved. 9106 * 9107 * Redistribution and use in source and binary forms, with or without 9108 * modification, are permitted provided that the following conditions are 9109 * met: 9110 * 9111 * * Redistributions of source code must retain the above copyright 9112 * notice, this list of conditions and the following disclaimer. 9113 * 9114 * * Redistributions in binary form must reproduce the above copyright 9115 * notice, this list of conditions and the following disclaimer in the 9116 * documentation and/or other materials provided with the distribution. 9117 * 9118 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9119 * may be used to endorse or promote products derived from this software 9120 * without specific prior written permission. 9121 * 9122 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9123 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9124 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9125 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9126 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9127 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9128 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9129 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9130 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9131 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9132 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9133 */ 9134 ==> engine/src/core/com/jme3/audio/Filter.java <== 9135 /* 9136 * Copyright (c) 2009-2010 jMonkeyEngine 9137 * All rights reserved. 9138 * 9139 * Redistribution and use in source and binary forms, with or without 9140 * modification, are permitted provided that the following conditions are 9141 * met: 9142 * 9143 * * Redistributions of source code must retain the above copyright 9144 * notice, this list of conditions and the following disclaimer. 9145 * 9146 * * Redistributions in binary form must reproduce the above copyright 9147 * notice, this list of conditions and the following disclaimer in the 9148 * documentation and/or other materials provided with the distribution. 9149 * 9150 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9151 * may be used to endorse or promote products derived from this software 9152 * without specific prior written permission. 9153 * 9154 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9155 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9156 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9157 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9158 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9159 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9160 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9161 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9162 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9163 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9164 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9165 */ 9166 ==> engine/src/core/com/jme3/audio/AudioContext.java <== 9167 /* 9168 * Copyright (c) 2009-2011 jMonkeyEngine 9169 * All rights reserved. 9170 * 9171 * Redistribution and use in source and binary forms, with or without 9172 * modification, are permitted provided that the following conditions are 9173 * met: 9174 * 9175 * * Redistributions of source code must retain the above copyright 9176 * notice, this list of conditions and the following disclaimer. 9177 * 9178 * * Redistributions in binary form must reproduce the above copyright 9179 * notice, this list of conditions and the following disclaimer in the 9180 * documentation and/or other materials provided with the distribution. 9181 * 9182 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9183 * may be used to endorse or promote products derived from this software 9184 * without specific prior written permission. 9185 * 9186 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9187 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9188 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9189 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9190 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9191 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9192 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9193 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9194 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9195 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9196 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9197 */ 9198 /** 9199 ==> engine/src/core/com/jme3/audio/Environment.java <== 9200 /* 9201 * Copyright (c) 2009-2010 jMonkeyEngine 9202 * All rights reserved. 9203 * 9204 * Redistribution and use in source and binary forms, with or without 9205 * modification, are permitted provided that the following conditions are 9206 * met: 9207 * 9208 * * Redistributions of source code must retain the above copyright 9209 * notice, this list of conditions and the following disclaimer. 9210 * 9211 * * Redistributions in binary form must reproduce the above copyright 9212 * notice, this list of conditions and the following disclaimer in the 9213 * documentation and/or other materials provided with the distribution. 9214 * 9215 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9216 * may be used to endorse or promote products derived from this software 9217 * without specific prior written permission. 9218 * 9219 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9220 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9221 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9222 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9223 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9224 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9225 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9226 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9227 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9228 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9229 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9230 */ 9231 ==> engine/src/core/com/jme3/audio/Listener.java <== 9232 /* 9233 * Copyright (c) 2009-2010 jMonkeyEngine 9234 * All rights reserved. 9235 * 9236 * Redistribution and use in source and binary forms, with or without 9237 * modification, are permitted provided that the following conditions are 9238 * met: 9239 * 9240 * * Redistributions of source code must retain the above copyright 9241 * notice, this list of conditions and the following disclaimer. 9242 * 9243 * * Redistributions in binary form must reproduce the above copyright 9244 * notice, this list of conditions and the following disclaimer in the 9245 * documentation and/or other materials provided with the distribution. 9246 * 9247 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9248 * may be used to endorse or promote products derived from this software 9249 * without specific prior written permission. 9250 * 9251 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9252 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9253 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9254 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9255 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9256 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9257 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9258 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9259 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9260 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9261 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9262 */ 9263 ==> engine/src/core/com/jme3/audio/AudioBuffer.java <== 9264 /* 9265 * Copyright (c) 2009-2010 jMonkeyEngine 9266 * All rights reserved. 9267 * 9268 * Redistribution and use in source and binary forms, with or without 9269 * modification, are permitted provided that the following conditions are 9270 * met: 9271 * 9272 * * Redistributions of source code must retain the above copyright 9273 * notice, this list of conditions and the following disclaimer. 9274 * 9275 * * Redistributions in binary form must reproduce the above copyright 9276 * notice, this list of conditions and the following disclaimer in the 9277 * documentation and/or other materials provided with the distribution. 9278 * 9279 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9280 * may be used to endorse or promote products derived from this software 9281 * without specific prior written permission. 9282 * 9283 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9284 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9285 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9286 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9287 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9288 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9289 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9290 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9291 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9292 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9293 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9294 */ 9295 ==> engine/src/core/com/jme3/audio/AudioData.java <== 9296 /* 9297 * Copyright (c) 2009-2010 jMonkeyEngine 9298 * All rights reserved. 9299 * 9300 * Redistribution and use in source and binary forms, with or without 9301 * modification, are permitted provided that the following conditions are 9302 * met: 9303 * 9304 * * Redistributions of source code must retain the above copyright 9305 * notice, this list of conditions and the following disclaimer. 9306 * 9307 * * Redistributions in binary form must reproduce the above copyright 9308 * notice, this list of conditions and the following disclaimer in the 9309 * documentation and/or other materials provided with the distribution. 9310 * 9311 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9312 * may be used to endorse or promote products derived from this software 9313 * without specific prior written permission. 9314 * 9315 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9316 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9317 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9318 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9319 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9320 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9321 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9322 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9323 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9324 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9325 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9326 */ 9327 ==> engine/src/core/com/jme3/audio/AudioNode.java <== 9328 /* 9329 * Copyright (c) 2009-2010 jMonkeyEngine 9330 * All rights reserved. 9331 * 9332 * Redistribution and use in source and binary forms, with or without 9333 * modification, are permitted provided that the following conditions are 9334 * met: 9335 * 9336 * * Redistributions of source code must retain the above copyright 9337 * notice, this list of conditions and the following disclaimer. 9338 * 9339 * * Redistributions in binary form must reproduce the above copyright 9340 * notice, this list of conditions and the following disclaimer in the 9341 * documentation and/or other materials provided with the distribution. 9342 * 9343 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9344 * may be used to endorse or promote products derived from this software 9345 * without specific prior written permission. 9346 * 9347 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9348 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9349 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9350 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9351 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9352 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9353 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9354 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9355 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9356 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9357 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9358 */ 9359 ==> engine/src/core/com/jme3/shadow/PssmShadowUtil.java <== 9360 /* 9361 * Copyright (c) 2009-2010 jMonkeyEngine 9362 * All rights reserved. 9363 * 9364 * Redistribution and use in source and binary forms, with or without 9365 * modification, are permitted provided that the following conditions are 9366 * met: 9367 * 9368 * * Redistributions of source code must retain the above copyright 9369 * notice, this list of conditions and the following disclaimer. 9370 * 9371 * * Redistributions in binary form must reproduce the above copyright 9372 * notice, this list of conditions and the following disclaimer in the 9373 * documentation and/or other materials provided with the distribution. 9374 * 9375 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9376 * may be used to endorse or promote products derived from this software 9377 * without specific prior written permission. 9378 * 9379 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9380 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9381 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9382 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9383 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9384 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9385 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9386 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9387 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9388 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9389 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9390 */ 9391 ==> engine/src/core/com/jme3/shadow/PssmShadowRenderer.java <== 9392 /* 9393 * Copyright (c) 2009-2010 jMonkeyEngine All rights reserved. 9394 * <p/> 9395 * Redistribution and use in source and binary forms, with or without 9396 * modification, are permitted provided that the following conditions are met: 9397 * 9398 * * Redistributions of source code must retain the above copyright notice, 9399 * this list of conditions and the following disclaimer. 9400 * <p/> 9401 * * Redistributions in binary form must reproduce the above copyright 9402 * notice, this list of conditions and the following disclaimer in the 9403 * documentation and/or other materials provided with the distribution. 9404 * <p/> 9405 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9406 * may be used to endorse or promote products derived from this software 9407 * without specific prior written permission. 9408 * <p/> 9409 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 9410 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 9411 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 9412 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 9413 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 9414 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 9415 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 9416 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 9417 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 9418 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 9419 * POSSIBILITY OF SUCH DAMAGE. 9420 */ 9421 ==> engine/src/core/com/jme3/shadow/ShadowCamera.java <== 9422 /* 9423 * Copyright (c) 2009-2010 jMonkeyEngine 9424 * All rights reserved. 9425 * 9426 * Redistribution and use in source and binary forms, with or without 9427 * modification, are permitted provided that the following conditions are 9428 * met: 9429 * 9430 * * Redistributions of source code must retain the above copyright 9431 * notice, this list of conditions and the following disclaimer. 9432 * 9433 * * Redistributions in binary form must reproduce the above copyright 9434 * notice, this list of conditions and the following disclaimer in the 9435 * documentation and/or other materials provided with the distribution. 9436 * 9437 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9438 * may be used to endorse or promote products derived from this software 9439 * without specific prior written permission. 9440 * 9441 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9442 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9443 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9444 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9445 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9446 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9447 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9448 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9449 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9450 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9451 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9452 */ 9453 ==> engine/src/core/com/jme3/shadow/BasicShadowRenderer.java <== 9454 /* 9455 * Copyright (c) 2009-2010 jMonkeyEngine 9456 * All rights reserved. 9457 * 9458 * Redistribution and use in source and binary forms, with or without 9459 * modification, are permitted provided that the following conditions are 9460 * met: 9461 * 9462 * * Redistributions of source code must retain the above copyright 9463 * notice, this list of conditions and the following disclaimer. 9464 * 9465 * * Redistributions in binary form must reproduce the above copyright 9466 * notice, this list of conditions and the following disclaimer in the 9467 * documentation and/or other materials provided with the distribution. 9468 * 9469 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9470 * may be used to endorse or promote products derived from this software 9471 * without specific prior written permission. 9472 * 9473 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9474 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9475 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9476 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9477 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9478 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9479 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9480 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9481 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9482 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9483 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9484 */ 9485 ==> engine/src/core/com/jme3/shadow/ShadowUtil.java <== 9486 /* 9487 * Copyright (c) 2009-2012 jMonkeyEngine 9488 * All rights reserved. 9489 * 9490 * Redistribution and use in source and binary forms, with or without 9491 * modification, are permitted provided that the following conditions are 9492 * met: 9493 * 9494 * * Redistributions of source code must retain the above copyright 9495 * notice, this list of conditions and the following disclaimer. 9496 * 9497 * * Redistributions in binary form must reproduce the above copyright 9498 * notice, this list of conditions and the following disclaimer in the 9499 * documentation and/or other materials provided with the distribution. 9500 * 9501 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9502 * may be used to endorse or promote products derived from this software 9503 * without specific prior written permission. 9504 * 9505 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9506 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9507 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9508 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9509 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9510 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9511 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9512 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9513 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9514 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9515 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9516 */ 9517 ==> engine/src/core/com/jme3/renderer/Renderer.java <== 9518 /* 9519 * Copyright (c) 2009-2010 jMonkeyEngine 9520 * All rights reserved. 9521 * 9522 * Redistribution and use in source and binary forms, with or without 9523 * modification, are permitted provided that the following conditions are 9524 * met: 9525 * 9526 * * Redistributions of source code must retain the above copyright 9527 * notice, this list of conditions and the following disclaimer. 9528 * 9529 * * Redistributions in binary form must reproduce the above copyright 9530 * notice, this list of conditions and the following disclaimer in the 9531 * documentation and/or other materials provided with the distribution. 9532 * 9533 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9534 * may be used to endorse or promote products derived from this software 9535 * without specific prior written permission. 9536 * 9537 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9538 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9539 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9540 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9541 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9542 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9543 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9544 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9545 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9546 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9547 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9548 */ 9549 ==> engine/src/core/com/jme3/renderer/RendererException.java <== 9550 /* 9551 * Copyright (c) 2009-2010 jMonkeyEngine 9552 * All rights reserved. 9553 * 9554 * Redistribution and use in source and binary forms, with or without 9555 * modification, are permitted provided that the following conditions are 9556 * met: 9557 * 9558 * * Redistributions of source code must retain the above copyright 9559 * notice, this list of conditions and the following disclaimer. 9560 * 9561 * * Redistributions in binary form must reproduce the above copyright 9562 * notice, this list of conditions and the following disclaimer in the 9563 * documentation and/or other materials provided with the distribution. 9564 * 9565 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9566 * may be used to endorse or promote products derived from this software 9567 * without specific prior written permission. 9568 * 9569 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9570 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9571 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9572 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9573 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9574 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9575 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9576 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9577 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9578 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9579 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9580 */ 9581 /** 9582 ==> engine/src/core/com/jme3/renderer/package.html <== 9583 ==> engine/src/core/com/jme3/renderer/queue/GuiComparator.java <== 9584 /* 9585 * Copyright (c) 2009-2010 jMonkeyEngine 9586 * All rights reserved. 9587 * 9588 * Redistribution and use in source and binary forms, with or without 9589 * modification, are permitted provided that the following conditions are 9590 * met: 9591 * 9592 * * Redistributions of source code must retain the above copyright 9593 * notice, this list of conditions and the following disclaimer. 9594 * 9595 * * Redistributions in binary form must reproduce the above copyright 9596 * notice, this list of conditions and the following disclaimer in the 9597 * documentation and/or other materials provided with the distribution. 9598 * 9599 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9600 * may be used to endorse or promote products derived from this software 9601 * without specific prior written permission. 9602 * 9603 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9604 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9605 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9606 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9607 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9608 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9609 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9610 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9611 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9612 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9613 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9614 */ 9615 ==> engine/src/core/com/jme3/renderer/queue/NullComparator.java <== 9616 /* 9617 * Copyright (c) 2009-2010 jMonkeyEngine 9618 * All rights reserved. 9619 * 9620 * Redistribution and use in source and binary forms, with or without 9621 * modification, are permitted provided that the following conditions are 9622 * met: 9623 * 9624 * * Redistributions of source code must retain the above copyright 9625 * notice, this list of conditions and the following disclaimer. 9626 * 9627 * * Redistributions in binary form must reproduce the above copyright 9628 * notice, this list of conditions and the following disclaimer in the 9629 * documentation and/or other materials provided with the distribution. 9630 * 9631 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9632 * may be used to endorse or promote products derived from this software 9633 * without specific prior written permission. 9634 * 9635 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9636 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9637 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9638 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9639 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9640 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9641 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9642 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9643 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9644 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9645 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9646 */ 9647 ==> engine/src/core/com/jme3/renderer/queue/GeometryComparator.java <== 9648 /* 9649 * Copyright (c) 2009-2010 jMonkeyEngine 9650 * All rights reserved. 9651 * 9652 * Redistribution and use in source and binary forms, with or without 9653 * modification, are permitted provided that the following conditions are 9654 * met: 9655 * 9656 * * Redistributions of source code must retain the above copyright 9657 * notice, this list of conditions and the following disclaimer. 9658 * 9659 * * Redistributions in binary form must reproduce the above copyright 9660 * notice, this list of conditions and the following disclaimer in the 9661 * documentation and/or other materials provided with the distribution. 9662 * 9663 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9664 * may be used to endorse or promote products derived from this software 9665 * without specific prior written permission. 9666 * 9667 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9668 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9669 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9670 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9671 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9672 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9673 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9674 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9675 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9676 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9677 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9678 */ 9679 ==> engine/src/core/com/jme3/renderer/queue/TransparentComparator.java <== 9680 /* 9681 * Copyright (c) 2009-2010 jMonkeyEngine 9682 * All rights reserved. 9683 * 9684 * Redistribution and use in source and binary forms, with or without 9685 * modification, are permitted provided that the following conditions are 9686 * met: 9687 * 9688 * * Redistributions of source code must retain the above copyright 9689 * notice, this list of conditions and the following disclaimer. 9690 * 9691 * * Redistributions in binary form must reproduce the above copyright 9692 * notice, this list of conditions and the following disclaimer in the 9693 * documentation and/or other materials provided with the distribution. 9694 * 9695 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9696 * may be used to endorse or promote products derived from this software 9697 * without specific prior written permission. 9698 * 9699 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9700 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9701 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9702 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9703 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9704 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9705 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9706 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9707 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9708 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9709 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9710 */ 9711 ==> engine/src/core/com/jme3/renderer/queue/OpaqueComparator.java <== 9712 /* 9713 * Copyright (c) 2009-2010 jMonkeyEngine 9714 * All rights reserved. 9715 * 9716 * Redistribution and use in source and binary forms, with or without 9717 * modification, are permitted provided that the following conditions are 9718 * met: 9719 * 9720 * * Redistributions of source code must retain the above copyright 9721 * notice, this list of conditions and the following disclaimer. 9722 * 9723 * * Redistributions in binary form must reproduce the above copyright 9724 * notice, this list of conditions and the following disclaimer in the 9725 * documentation and/or other materials provided with the distribution. 9726 * 9727 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9728 * may be used to endorse or promote products derived from this software 9729 * without specific prior written permission. 9730 * 9731 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9732 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9733 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9734 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9735 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9736 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9737 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9738 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9739 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9740 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9741 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9742 */ 9743 ==> engine/src/core/com/jme3/renderer/queue/GeometryList.java <== 9744 /* 9745 * Copyright (c) 2009-2010 jMonkeyEngine 9746 * All rights reserved. 9747 * 9748 * Redistribution and use in source and binary forms, with or without 9749 * modification, are permitted provided that the following conditions are 9750 * met: 9751 * 9752 * * Redistributions of source code must retain the above copyright 9753 * notice, this list of conditions and the following disclaimer. 9754 * 9755 * * Redistributions in binary form must reproduce the above copyright 9756 * notice, this list of conditions and the following disclaimer in the 9757 * documentation and/or other materials provided with the distribution. 9758 * 9759 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9760 * may be used to endorse or promote products derived from this software 9761 * without specific prior written permission. 9762 * 9763 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9764 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9765 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9766 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9767 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9768 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9769 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9770 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9771 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9772 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9773 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9774 */ 9775 ==> engine/src/core/com/jme3/renderer/queue/RenderQueue.java <== 9776 /* 9777 * Copyright (c) 2009-2010 jMonkeyEngine 9778 * All rights reserved. 9779 * 9780 * Redistribution and use in source and binary forms, with or without 9781 * modification, are permitted provided that the following conditions are 9782 * met: 9783 * 9784 * * Redistributions of source code must retain the above copyright 9785 * notice, this list of conditions and the following disclaimer. 9786 * 9787 * * Redistributions in binary form must reproduce the above copyright 9788 * notice, this list of conditions and the following disclaimer in the 9789 * documentation and/or other materials provided with the distribution. 9790 * 9791 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9792 * may be used to endorse or promote products derived from this software 9793 * without specific prior written permission. 9794 * 9795 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9796 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9797 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9798 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9799 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9800 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9801 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9802 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9803 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9804 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9805 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9806 */ 9807 ==> engine/src/core/com/jme3/renderer/RenderContext.java <== 9808 /* 9809 * Copyright (c) 2009-2010 jMonkeyEngine 9810 * All rights reserved. 9811 * 9812 * Redistribution and use in source and binary forms, with or without 9813 * modification, are permitted provided that the following conditions are 9814 * met: 9815 * 9816 * * Redistributions of source code must retain the above copyright 9817 * notice, this list of conditions and the following disclaimer. 9818 * 9819 * * Redistributions in binary form must reproduce the above copyright 9820 * notice, this list of conditions and the following disclaimer in the 9821 * documentation and/or other materials provided with the distribution. 9822 * 9823 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9824 * may be used to endorse or promote products derived from this software 9825 * without specific prior written permission. 9826 * 9827 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9828 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9829 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9830 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9831 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9832 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9833 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9834 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9835 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9836 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9837 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9838 */ 9839 ==> engine/src/core/com/jme3/renderer/GL1Renderer.java <== 9840 /** 9841 * Renderer sub-interface that is used for non-shader based renderers. 9842 * <p> 9843 * The <code>GL1Renderer</code> provides a single call, 9844 * {@link #setFixedFuncBinding(com.jme3.material.FixedFuncBinding, java.lang.Object) } 9845 * which allows to set fixed functionality state. 9846 * 9847 * @author Kirill Vainer 9848 */ 9849 ==> engine/src/core/com/jme3/renderer/RenderManager.java <== 9850 /* 9851 * Copyright (c) 2009-2012 jMonkeyEngine 9852 * All rights reserved. 9853 * 9854 * Redistribution and use in source and binary forms, with or without 9855 * modification, are permitted provided that the following conditions are 9856 * met: 9857 * 9858 * * Redistributions of source code must retain the above copyright 9859 * notice, this list of conditions and the following disclaimer. 9860 * 9861 * * Redistributions in binary form must reproduce the above copyright 9862 * notice, this list of conditions and the following disclaimer in the 9863 * documentation and/or other materials provided with the distribution. 9864 * 9865 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9866 * may be used to endorse or promote products derived from this software 9867 * without specific prior written permission. 9868 * 9869 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9870 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9871 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9872 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9873 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9874 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9875 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9876 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9877 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9878 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9879 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9880 */ 9881 ==> engine/src/core/com/jme3/renderer/ViewPort.java <== 9882 /* 9883 * Copyright (c) 2009-2012 jMonkeyEngine 9884 * All rights reserved. 9885 * 9886 * Redistribution and use in source and binary forms, with or without 9887 * modification, are permitted provided that the following conditions are 9888 * met: 9889 * 9890 * * Redistributions of source code must retain the above copyright 9891 * notice, this list of conditions and the following disclaimer. 9892 * 9893 * * Redistributions in binary form must reproduce the above copyright 9894 * notice, this list of conditions and the following disclaimer in the 9895 * documentation and/or other materials provided with the distribution. 9896 * 9897 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9898 * may be used to endorse or promote products derived from this software 9899 * without specific prior written permission. 9900 * 9901 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9902 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9903 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9904 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9905 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9906 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9907 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9908 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9909 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9910 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9911 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9912 */ 9913 ==> engine/src/core/com/jme3/renderer/Statistics.java <== 9914 /* 9915 * Copyright (c) 2009-2010 jMonkeyEngine 9916 * All rights reserved. 9917 * 9918 * Redistribution and use in source and binary forms, with or without 9919 * modification, are permitted provided that the following conditions are 9920 * met: 9921 * 9922 * * Redistributions of source code must retain the above copyright 9923 * notice, this list of conditions and the following disclaimer. 9924 * 9925 * * Redistributions in binary form must reproduce the above copyright 9926 * notice, this list of conditions and the following disclaimer in the 9927 * documentation and/or other materials provided with the distribution. 9928 * 9929 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9930 * may be used to endorse or promote products derived from this software 9931 * without specific prior written permission. 9932 * 9933 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9934 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9935 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9936 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9937 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9938 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9939 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9940 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9941 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9942 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9943 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9944 */ 9945 ==> engine/src/core/com/jme3/renderer/IDList.java <== 9946 /* 9947 * Copyright (c) 2009-2010 jMonkeyEngine 9948 * All rights reserved. 9949 * 9950 * Redistribution and use in source and binary forms, with or without 9951 * modification, are permitted provided that the following conditions are 9952 * met: 9953 * 9954 * * Redistributions of source code must retain the above copyright 9955 * notice, this list of conditions and the following disclaimer. 9956 * 9957 * * Redistributions in binary form must reproduce the above copyright 9958 * notice, this list of conditions and the following disclaimer in the 9959 * documentation and/or other materials provided with the distribution. 9960 * 9961 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9962 * may be used to endorse or promote products derived from this software 9963 * without specific prior written permission. 9964 * 9965 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9966 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9967 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 9968 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 9969 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 9970 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 9971 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 9972 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 9973 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 9974 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 9975 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9976 */ 9977 ==> engine/src/core/com/jme3/renderer/Camera.java <== 9978 /* 9979 * Copyright (c) 2009-2010 jMonkeyEngine 9980 * All rights reserved. 9981 * 9982 * Redistribution and use in source and binary forms, with or without 9983 * modification, are permitted provided that the following conditions are 9984 * met: 9985 * 9986 * * Redistributions of source code must retain the above copyright 9987 * notice, this list of conditions and the following disclaimer. 9988 * 9989 * * Redistributions in binary form must reproduce the above copyright 9990 * notice, this list of conditions and the following disclaimer in the 9991 * documentation and/or other materials provided with the distribution. 9992 * 9993 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 9994 * may be used to endorse or promote products derived from this software 9995 * without specific prior written permission. 9996 * 9997 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 9998 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 9999 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10000 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10001 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10002 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10003 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10004 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10005 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10006 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10007 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10008 */ 10009 ==> engine/src/core/com/jme3/renderer/Caps.java <== 10010 /* 10011 * Copyright (c) 2009-2012 jMonkeyEngine 10012 * All rights reserved. 10013 * 10014 * Redistribution and use in source and binary forms, with or without 10015 * modification, are permitted provided that the following conditions are 10016 * met: 10017 * 10018 * * Redistributions of source code must retain the above copyright 10019 * notice, this list of conditions and the following disclaimer. 10020 * 10021 * * Redistributions in binary form must reproduce the above copyright 10022 * notice, this list of conditions and the following disclaimer in the 10023 * documentation and/or other materials provided with the distribution. 10024 * 10025 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10026 * may be used to endorse or promote products derived from this software 10027 * without specific prior written permission. 10028 * 10029 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10030 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10031 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10032 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10033 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10034 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10035 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10036 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10037 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10038 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10039 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10040 */ 10041 ==> engine/src/core/com/jme3/math/Line.java <== 10042 /* 10043 * Copyright (c) 2009-2010 jMonkeyEngine 10044 * All rights reserved. 10045 * 10046 * Redistribution and use in source and binary forms, with or without 10047 * modification, are permitted provided that the following conditions are 10048 * met: 10049 * 10050 * * Redistributions of source code must retain the above copyright 10051 * notice, this list of conditions and the following disclaimer. 10052 * 10053 * * Redistributions in binary form must reproduce the above copyright 10054 * notice, this list of conditions and the following disclaimer in the 10055 * documentation and/or other materials provided with the distribution. 10056 * 10057 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10058 * may be used to endorse or promote products derived from this software 10059 * without specific prior written permission. 10060 * 10061 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10062 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10063 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10064 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10065 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10066 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10067 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10068 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10069 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10070 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10071 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10072 */ 10073 ==> engine/src/core/com/jme3/math/AbstractTriangle.java <== 10074 /* 10075 * Copyright (c) 2009-2010 jMonkeyEngine 10076 * All rights reserved. 10077 * 10078 * Redistribution and use in source and binary forms, with or without 10079 * modification, are permitted provided that the following conditions are 10080 * met: 10081 * 10082 * * Redistributions of source code must retain the above copyright 10083 * notice, this list of conditions and the following disclaimer. 10084 * 10085 * * Redistributions in binary form must reproduce the above copyright 10086 * notice, this list of conditions and the following disclaimer in the 10087 * documentation and/or other materials provided with the distribution. 10088 * 10089 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10090 * may be used to endorse or promote products derived from this software 10091 * without specific prior written permission. 10092 * 10093 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10094 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10095 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10096 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10097 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10098 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10099 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10100 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10101 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10102 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10103 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10104 */ 10105 ==> engine/src/core/com/jme3/math/LineSegment.java <== 10106 /* 10107 * Copyright (c) 2009-2010 jMonkeyEngine 10108 * All rights reserved. 10109 * 10110 * Redistribution and use in source and binary forms, with or without 10111 * modification, are permitted provided that the following conditions are 10112 * met: 10113 * 10114 * * Redistributions of source code must retain the above copyright 10115 * notice, this list of conditions and the following disclaimer. 10116 * 10117 * * Redistributions in binary form must reproduce the above copyright 10118 * notice, this list of conditions and the following disclaimer in the 10119 * documentation and/or other materials provided with the distribution. 10120 * 10121 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10122 * may be used to endorse or promote products derived from this software 10123 * without specific prior written permission. 10124 * 10125 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10126 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10127 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10128 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10129 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10130 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10131 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10132 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10133 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10134 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10135 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10136 */ 10137 ==> engine/src/core/com/jme3/math/Spline.java <== 10138 /* 10139 * To change this template, choose Tools | Templates 10140 * and open the template in the editor. 10141 */ 10142 /** 10143 * 10144 * @author Nehon 10145 */ 10146 ==> engine/src/core/com/jme3/math/package.html <== 10147 ==> engine/src/core/com/jme3/math/Matrix3f.java <== 10148 /* 10149 * Copyright (c) 2009-2010 jMonkeyEngine 10150 * All rights reserved. 10151 * 10152 * Redistribution and use in source and binary forms, with or without 10153 * modification, are permitted provided that the following conditions are 10154 * met: 10155 * 10156 * * Redistributions of source code must retain the above copyright 10157 * notice, this list of conditions and the following disclaimer. 10158 * 10159 * * Redistributions in binary form must reproduce the above copyright 10160 * notice, this list of conditions and the following disclaimer in the 10161 * documentation and/or other materials provided with the distribution. 10162 * 10163 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10164 * may be used to endorse or promote products derived from this software 10165 * without specific prior written permission. 10166 * 10167 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10168 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10169 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10170 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10171 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10172 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10173 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10174 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10175 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10176 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10177 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10178 */ 10179 ==> engine/src/core/com/jme3/math/Eigen3f.java <== 10180 /* 10181 * Copyright (c) 2009-2010 jMonkeyEngine 10182 * All rights reserved. 10183 * 10184 * Redistribution and use in source and binary forms, with or without 10185 * modification, are permitted provided that the following conditions are 10186 * met: 10187 * 10188 * * Redistributions of source code must retain the above copyright 10189 * notice, this list of conditions and the following disclaimer. 10190 * 10191 * * Redistributions in binary form must reproduce the above copyright 10192 * notice, this list of conditions and the following disclaimer in the 10193 * documentation and/or other materials provided with the distribution. 10194 * 10195 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10196 * may be used to endorse or promote products derived from this software 10197 * without specific prior written permission. 10198 * 10199 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10200 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10201 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10202 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10203 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10204 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10205 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10206 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10207 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10208 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10209 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10210 */ 10211 ==> engine/src/core/com/jme3/math/CurveAndSurfaceMath.java <== 10212 /** 10213 * This class offers methods to help with curves and surfaces calculations. 10214 * @author Marcin Roguski (Kealthas) 10215 */ 10216 ==> engine/src/core/com/jme3/math/Transform.java <== 10217 /* 10218 * Copyright (c) 2009-2010 jMonkeyEngine 10219 * All rights reserved. 10220 * 10221 * Redistribution and use in source and binary forms, with or without 10222 * modification, are permitted provided that the following conditions are 10223 * met: 10224 * 10225 * * Redistributions of source code must retain the above copyright 10226 * notice, this list of conditions and the following disclaimer. 10227 * 10228 * * Redistributions in binary form must reproduce the above copyright 10229 * notice, this list of conditions and the following disclaimer in the 10230 * documentation and/or other materials provided with the distribution. 10231 * 10232 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10233 * may be used to endorse or promote products derived from this software 10234 * without specific prior written permission. 10235 * 10236 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10237 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10238 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10239 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10240 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10241 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10242 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10243 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10244 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10245 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10246 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10247 */ 10248 ==> engine/src/core/com/jme3/math/Quaternion.java <== 10249 /* 10250 * Copyright (c) 2009-2010 jMonkeyEngine 10251 * All rights reserved. 10252 * 10253 * Redistribution and use in source and binary forms, with or without 10254 * modification, are permitted provided that the following conditions are 10255 * met: 10256 * 10257 * * Redistributions of source code must retain the above copyright 10258 * notice, this list of conditions and the following disclaimer. 10259 * 10260 * * Redistributions in binary form must reproduce the above copyright 10261 * notice, this list of conditions and the following disclaimer in the 10262 * documentation and/or other materials provided with the distribution. 10263 * 10264 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10265 * may be used to endorse or promote products derived from this software 10266 * without specific prior written permission. 10267 * 10268 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10269 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10270 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10271 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10272 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10273 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10274 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10275 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10276 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10277 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10278 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10279 */ 10280 ==> engine/src/core/com/jme3/math/Triangle.java <== 10281 /* 10282 * Copyright (c) 2009-2010 jMonkeyEngine 10283 * All rights reserved. 10284 * 10285 * Redistribution and use in source and binary forms, with or without 10286 * modification, are permitted provided that the following conditions are 10287 * met: 10288 * 10289 * * Redistributions of source code must retain the above copyright 10290 * notice, this list of conditions and the following disclaimer. 10291 * 10292 * * Redistributions in binary form must reproduce the above copyright 10293 * notice, this list of conditions and the following disclaimer in the 10294 * documentation and/or other materials provided with the distribution. 10295 * 10296 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10297 * may be used to endorse or promote products derived from this software 10298 * without specific prior written permission. 10299 * 10300 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10301 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10302 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10303 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10304 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10305 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10306 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10307 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10308 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10309 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10310 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10311 */ 10312 ==> engine/src/core/com/jme3/math/Matrix4f.java <== 10313 /* 10314 * Copyright (c) 2009-2010 jMonkeyEngine 10315 * All rights reserved. 10316 * 10317 * Redistribution and use in source and binary forms, with or without 10318 * modification, are permitted provided that the following conditions are 10319 * met: 10320 * 10321 * * Redistributions of source code must retain the above copyright 10322 * notice, this list of conditions and the following disclaimer. 10323 * 10324 * * Redistributions in binary form must reproduce the above copyright 10325 * notice, this list of conditions and the following disclaimer in the 10326 * documentation and/or other materials provided with the distribution. 10327 * 10328 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10329 * may be used to endorse or promote products derived from this software 10330 * without specific prior written permission. 10331 * 10332 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10333 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10334 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10335 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10336 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10337 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10338 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10339 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10340 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10341 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10342 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10343 */ 10344 ==> engine/src/core/com/jme3/math/FastMath.java <== 10345 /* 10346 * Copyright (c) 2009-2010 jMonkeyEngine 10347 * All rights reserved. 10348 * 10349 * Redistribution and use in source and binary forms, with or without 10350 * modification, are permitted provided that the following conditions are 10351 * met: 10352 * 10353 * * Redistributions of source code must retain the above copyright 10354 * notice, this list of conditions and the following disclaimer. 10355 * 10356 * * Redistributions in binary form must reproduce the above copyright 10357 * notice, this list of conditions and the following disclaimer in the 10358 * documentation and/or other materials provided with the distribution. 10359 * 10360 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10361 * may be used to endorse or promote products derived from this software 10362 * without specific prior written permission. 10363 * 10364 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10365 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10366 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10367 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10368 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10369 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10370 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10371 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10372 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10373 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10374 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10375 */ 10376 ==> engine/src/core/com/jme3/math/Vector4f.java <== 10377 /* 10378 * Copyright (c) 2009-2010 jMonkeyEngine 10379 * All rights reserved. 10380 * 10381 * Redistribution and use in source and binary forms, with or without 10382 * modification, are permitted provided that the following conditions are 10383 * met: 10384 * 10385 * * Redistributions of source code must retain the above copyright 10386 * notice, this list of conditions and the following disclaimer. 10387 * 10388 * * Redistributions in binary form must reproduce the above copyright 10389 * notice, this list of conditions and the following disclaimer in the 10390 * documentation and/or other materials provided with the distribution. 10391 * 10392 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10393 * may be used to endorse or promote products derived from this software 10394 * without specific prior written permission. 10395 * 10396 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10397 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10398 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10399 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10400 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10401 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10402 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10403 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10404 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10405 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10406 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10407 */ 10408 ==> engine/src/core/com/jme3/math/Plane.java <== 10409 /* 10410 * Copyright (c) 2009-2010 jMonkeyEngine 10411 * All rights reserved. 10412 * 10413 * Redistribution and use in source and binary forms, with or without 10414 * modification, are permitted provided that the following conditions are 10415 * met: 10416 * 10417 * * Redistributions of source code must retain the above copyright 10418 * notice, this list of conditions and the following disclaimer. 10419 * 10420 * * Redistributions in binary form must reproduce the above copyright 10421 * notice, this list of conditions and the following disclaimer in the 10422 * documentation and/or other materials provided with the distribution. 10423 * 10424 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10425 * may be used to endorse or promote products derived from this software 10426 * without specific prior written permission. 10427 * 10428 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10429 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10430 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10431 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10432 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10433 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10434 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10435 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10436 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10437 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10438 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10439 */ 10440 ==> engine/src/core/com/jme3/math/Rectangle.java <== 10441 /* 10442 * Copyright (c) 2009-2010 jMonkeyEngine 10443 * All rights reserved. 10444 * 10445 * Redistribution and use in source and binary forms, with or without 10446 * modification, are permitted provided that the following conditions are 10447 * met: 10448 * 10449 * * Redistributions of source code must retain the above copyright 10450 * notice, this list of conditions and the following disclaimer. 10451 * 10452 * * Redistributions in binary form must reproduce the above copyright 10453 * notice, this list of conditions and the following disclaimer in the 10454 * documentation and/or other materials provided with the distribution. 10455 * 10456 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10457 * may be used to endorse or promote products derived from this software 10458 * without specific prior written permission. 10459 * 10460 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10461 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10462 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10463 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10464 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10465 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10466 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10467 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10468 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10469 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10470 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10471 */ 10472 ==> engine/src/core/com/jme3/math/ColorRGBA.java <== 10473 /* 10474 * Copyright (c) 2009-2010 jMonkeyEngine All rights reserved. 10475 * 10476 * Redistribution and use in source and binary forms, with or without 10477 * modification, are permitted provided that the following conditions are met: 10478 * * 10479 * * Redistributions of source code must retain the above copyright notice, 10480 * this list of conditions and the following disclaimer. 10481 * 10482 * * Redistributions in binary form must reproduce the above copyright 10483 * notice, this list of conditions and the following disclaimer in the 10484 * documentation and/or other materials provided with the distribution. 10485 * 10486 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10487 * may be used to endorse or promote products derived from this software 10488 * without specific prior written permission. 10489 * 10490 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 10491 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 10492 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 10493 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 10494 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 10495 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 10496 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 10497 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 10498 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 10499 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 10500 * POSSIBILITY OF SUCH DAMAGE. 10501 */ 10502 /** 10503 ==> engine/src/core/com/jme3/math/Ray.java <== 10504 /* 10505 * Copyright (c) 2009-2010 jMonkeyEngine 10506 * All rights reserved. 10507 * 10508 * Redistribution and use in source and binary forms, with or without 10509 * modification, are permitted provided that the following conditions are 10510 * met: 10511 * 10512 * * Redistributions of source code must retain the above copyright 10513 * notice, this list of conditions and the following disclaimer. 10514 * 10515 * * Redistributions in binary form must reproduce the above copyright 10516 * notice, this list of conditions and the following disclaimer in the 10517 * documentation and/or other materials provided with the distribution. 10518 * 10519 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10520 * may be used to endorse or promote products derived from this software 10521 * without specific prior written permission. 10522 * 10523 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10524 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10525 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10526 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10527 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10528 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10529 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10530 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10531 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10532 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10533 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10534 */ 10535 ==> engine/src/core/com/jme3/math/Vector2f.java <== 10536 /* 10537 * Copyright (c) 2009-2010 jMonkeyEngine 10538 * All rights reserved. 10539 * 10540 * Redistribution and use in source and binary forms, with or without 10541 * modification, are permitted provided that the following conditions are 10542 * met: 10543 * 10544 * * Redistributions of source code must retain the above copyright 10545 * notice, this list of conditions and the following disclaimer. 10546 * 10547 * * Redistributions in binary form must reproduce the above copyright 10548 * notice, this list of conditions and the following disclaimer in the 10549 * documentation and/or other materials provided with the distribution. 10550 * 10551 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10552 * may be used to endorse or promote products derived from this software 10553 * without specific prior written permission. 10554 * 10555 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10556 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10557 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10558 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10559 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10560 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10561 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10562 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10563 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10564 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10565 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10566 */ 10567 ==> engine/src/core/com/jme3/math/Ring.java <== 10568 /* 10569 * Copyright (c) 2009-2010 jMonkeyEngine 10570 * All rights reserved. 10571 * 10572 * Redistribution and use in source and binary forms, with or without 10573 * modification, are permitted provided that the following conditions are 10574 * met: 10575 * 10576 * * Redistributions of source code must retain the above copyright 10577 * notice, this list of conditions and the following disclaimer. 10578 * 10579 * * Redistributions in binary form must reproduce the above copyright 10580 * notice, this list of conditions and the following disclaimer in the 10581 * documentation and/or other materials provided with the distribution. 10582 * 10583 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10584 * may be used to endorse or promote products derived from this software 10585 * without specific prior written permission. 10586 * 10587 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10588 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10589 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10590 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10591 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10592 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10593 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10594 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10595 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10596 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10597 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10598 */ 10599 ==> engine/src/core/com/jme3/math/Vector3f.java <== 10600 /* 10601 * Copyright (c) 2009-2010 jMonkeyEngine 10602 * All rights reserved. 10603 * 10604 * Redistribution and use in source and binary forms, with or without 10605 * modification, are permitted provided that the following conditions are 10606 * met: 10607 * 10608 * * Redistributions of source code must retain the above copyright 10609 * notice, this list of conditions and the following disclaimer. 10610 * 10611 * * Redistributions in binary form must reproduce the above copyright 10612 * notice, this list of conditions and the following disclaimer in the 10613 * documentation and/or other materials provided with the distribution. 10614 * 10615 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10616 * may be used to endorse or promote products derived from this software 10617 * without specific prior written permission. 10618 * 10619 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10620 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10621 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10622 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10623 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10624 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10625 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10626 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10627 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10628 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10629 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10630 */ 10631 ==> engine/src/core/com/jme3/collision/UnsupportedCollisionException.java <== 10632 /* 10633 * Copyright (c) 2009-2010 jMonkeyEngine 10634 * All rights reserved. 10635 * 10636 * Redistribution and use in source and binary forms, with or without 10637 * modification, are permitted provided that the following conditions are 10638 * met: 10639 * 10640 * * Redistributions of source code must retain the above copyright 10641 * notice, this list of conditions and the following disclaimer. 10642 * 10643 * * Redistributions in binary form must reproduce the above copyright 10644 * notice, this list of conditions and the following disclaimer in the 10645 * documentation and/or other materials provided with the distribution. 10646 * 10647 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10648 * may be used to endorse or promote products derived from this software 10649 * without specific prior written permission. 10650 * 10651 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10652 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10653 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10654 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10655 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10656 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10657 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10658 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10659 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10660 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10661 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10662 */ 10663 /** 10664 ==> engine/src/core/com/jme3/collision/CollisionResult.java <== 10665 /* 10666 * Copyright (c) 2009-2010 jMonkeyEngine 10667 * All rights reserved. 10668 * 10669 * Redistribution and use in source and binary forms, with or without 10670 * modification, are permitted provided that the following conditions are 10671 * met: 10672 * 10673 * * Redistributions of source code must retain the above copyright 10674 * notice, this list of conditions and the following disclaimer. 10675 * 10676 * * Redistributions in binary form must reproduce the above copyright 10677 * notice, this list of conditions and the following disclaimer in the 10678 * documentation and/or other materials provided with the distribution. 10679 * 10680 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10681 * may be used to endorse or promote products derived from this software 10682 * without specific prior written permission. 10683 * 10684 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10685 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10686 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10687 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10688 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10689 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10690 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10691 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10692 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10693 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10694 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10695 */ 10696 ==> engine/src/core/com/jme3/collision/bih/TriangleAxisComparator.java <== 10697 /* 10698 * Copyright (c) 2009-2010 jMonkeyEngine 10699 * All rights reserved. 10700 * 10701 * Redistribution and use in source and binary forms, with or without 10702 * modification, are permitted provided that the following conditions are 10703 * met: 10704 * 10705 * * Redistributions of source code must retain the above copyright 10706 * notice, this list of conditions and the following disclaimer. 10707 * 10708 * * Redistributions in binary form must reproduce the above copyright 10709 * notice, this list of conditions and the following disclaimer in the 10710 * documentation and/or other materials provided with the distribution. 10711 * 10712 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10713 * may be used to endorse or promote products derived from this software 10714 * without specific prior written permission. 10715 * 10716 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10717 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10718 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10719 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10720 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10721 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10722 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10723 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10724 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10725 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10726 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10727 */ 10728 ==> engine/src/core/com/jme3/collision/bih/BIHNode.java <== 10729 /* 10730 * Copyright (c) 2009-2010 jMonkeyEngine 10731 * All rights reserved. 10732 * 10733 * Redistribution and use in source and binary forms, with or without 10734 * modification, are permitted provided that the following conditions are 10735 * met: 10736 * 10737 * * Redistributions of source code must retain the above copyright 10738 * notice, this list of conditions and the following disclaimer. 10739 * 10740 * * Redistributions in binary form must reproduce the above copyright 10741 * notice, this list of conditions and the following disclaimer in the 10742 * documentation and/or other materials provided with the distribution. 10743 * 10744 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10745 * may be used to endorse or promote products derived from this software 10746 * without specific prior written permission. 10747 * 10748 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10749 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10750 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10751 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10752 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10753 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10754 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10755 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10756 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10757 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10758 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10759 */ 10760 ==> engine/src/core/com/jme3/collision/bih/BIHTree.java <== 10761 /* 10762 * Copyright (c) 2009-2010 jMonkeyEngine 10763 * All rights reserved. 10764 * 10765 * Redistribution and use in source and binary forms, with or without 10766 * modification, are permitted provided that the following conditions are 10767 * met: 10768 * 10769 * * Redistributions of source code must retain the above copyright 10770 * notice, this list of conditions and the following disclaimer. 10771 * 10772 * * Redistributions in binary form must reproduce the above copyright 10773 * notice, this list of conditions and the following disclaimer in the 10774 * documentation and/or other materials provided with the distribution. 10775 * 10776 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10777 * may be used to endorse or promote products derived from this software 10778 * without specific prior written permission. 10779 * 10780 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10781 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10782 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10783 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10784 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10785 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10786 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10787 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10788 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10789 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10790 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10791 */ 10792 ==> engine/src/core/com/jme3/collision/bih/BIHTriangle.java <== 10793 /* 10794 * Copyright (c) 2009-2010 jMonkeyEngine 10795 * All rights reserved. 10796 * 10797 * Redistribution and use in source and binary forms, with or without 10798 * modification, are permitted provided that the following conditions are 10799 * met: 10800 * 10801 * * Redistributions of source code must retain the above copyright 10802 * notice, this list of conditions and the following disclaimer. 10803 * 10804 * * Redistributions in binary form must reproduce the above copyright 10805 * notice, this list of conditions and the following disclaimer in the 10806 * documentation and/or other materials provided with the distribution. 10807 * 10808 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10809 * may be used to endorse or promote products derived from this software 10810 * without specific prior written permission. 10811 * 10812 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10813 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10814 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10815 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10816 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10817 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10818 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10819 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10820 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10821 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10822 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10823 */ 10824 ==> engine/src/core/com/jme3/collision/MotionAllowedListener.java <== 10825 /* 10826 * Copyright (c) 2009-2010 jMonkeyEngine 10827 * All rights reserved. 10828 * 10829 * Redistribution and use in source and binary forms, with or without 10830 * modification, are permitted provided that the following conditions are 10831 * met: 10832 * 10833 * * Redistributions of source code must retain the above copyright 10834 * notice, this list of conditions and the following disclaimer. 10835 * 10836 * * Redistributions in binary form must reproduce the above copyright 10837 * notice, this list of conditions and the following disclaimer in the 10838 * documentation and/or other materials provided with the distribution. 10839 * 10840 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10841 * may be used to endorse or promote products derived from this software 10842 * without specific prior written permission. 10843 * 10844 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10845 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10846 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10847 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10848 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10849 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10850 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10851 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10852 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10853 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10854 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10855 */ 10856 ==> engine/src/core/com/jme3/collision/Collidable.java <== 10857 /* 10858 * Copyright (c) 2009-2010 jMonkeyEngine 10859 * All rights reserved. 10860 * 10861 * Redistribution and use in source and binary forms, with or without 10862 * modification, are permitted provided that the following conditions are 10863 * met: 10864 * 10865 * * Redistributions of source code must retain the above copyright 10866 * notice, this list of conditions and the following disclaimer. 10867 * 10868 * * Redistributions in binary form must reproduce the above copyright 10869 * notice, this list of conditions and the following disclaimer in the 10870 * documentation and/or other materials provided with the distribution. 10871 * 10872 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10873 * may be used to endorse or promote products derived from this software 10874 * without specific prior written permission. 10875 * 10876 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10877 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10878 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10879 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10880 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10881 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10882 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10883 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10884 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10885 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10886 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10887 */ 10888 /** 10889 ==> engine/src/core/com/jme3/collision/SweepSphere.java <== 10890 /* 10891 * Copyright (c) 2009-2010 jMonkeyEngine 10892 * All rights reserved. 10893 * 10894 * Redistribution and use in source and binary forms, with or without 10895 * modification, are permitted provided that the following conditions are 10896 * met: 10897 * 10898 * * Redistributions of source code must retain the above copyright 10899 * notice, this list of conditions and the following disclaimer. 10900 * 10901 * * Redistributions in binary form must reproduce the above copyright 10902 * notice, this list of conditions and the following disclaimer in the 10903 * documentation and/or other materials provided with the distribution. 10904 * 10905 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10906 * may be used to endorse or promote products derived from this software 10907 * without specific prior written permission. 10908 * 10909 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10910 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10911 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10912 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10913 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10914 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10915 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10916 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10917 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10918 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10919 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10920 */ 10921 ==> engine/src/core/com/jme3/collision/CollisionResults.java <== 10922 /* 10923 * Copyright (c) 2009-2010 jMonkeyEngine 10924 * All rights reserved. 10925 * 10926 * Redistribution and use in source and binary forms, with or without 10927 * modification, are permitted provided that the following conditions are 10928 * met: 10929 * 10930 * * Redistributions of source code must retain the above copyright 10931 * notice, this list of conditions and the following disclaimer. 10932 * 10933 * * Redistributions in binary form must reproduce the above copyright 10934 * notice, this list of conditions and the following disclaimer in the 10935 * documentation and/or other materials provided with the distribution. 10936 * 10937 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10938 * may be used to endorse or promote products derived from this software 10939 * without specific prior written permission. 10940 * 10941 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10942 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10943 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10944 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10945 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10946 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10947 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10948 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10949 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10950 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10951 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10952 */ 10953 ==> engine/src/core/com/jme3/font/LineWrapMode.java <== 10954 /** 10955 * Line-wrap type for BitmapText 10956 * @author YongHoon 10957 */ 10958 ==> engine/src/core/com/jme3/font/BitmapCharacter.java <== 10959 /* 10960 * Copyright (c) 2009-2010 jMonkeyEngine 10961 * All rights reserved. 10962 * 10963 * Redistribution and use in source and binary forms, with or without 10964 * modification, are permitted provided that the following conditions are 10965 * met: 10966 * 10967 * * Redistributions of source code must retain the above copyright 10968 * notice, this list of conditions and the following disclaimer. 10969 * 10970 * * Redistributions in binary form must reproduce the above copyright 10971 * notice, this list of conditions and the following disclaimer in the 10972 * documentation and/or other materials provided with the distribution. 10973 * 10974 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 10975 * may be used to endorse or promote products derived from this software 10976 * without specific prior written permission. 10977 * 10978 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 10979 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 10980 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 10981 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 10982 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 10983 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 10984 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 10985 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 10986 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 10987 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 10988 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 10989 */ 10990 ==> engine/src/core/com/jme3/font/Letters.java <== 10991 /** 10992 * Manage and align LetterQuads 10993 * @author YongHoon 10994 */ 10995 ==> engine/src/core/com/jme3/font/Kerning.java <== 10996 /* 10997 * Copyright (c) 2009-2010 jMonkeyEngine 10998 * All rights reserved. 10999 * 11000 * Redistribution and use in source and binary forms, with or without 11001 * modification, are permitted provided that the following conditions are 11002 * met: 11003 * 11004 * * Redistributions of source code must retain the above copyright 11005 * notice, this list of conditions and the following disclaimer. 11006 * 11007 * * Redistributions in binary form must reproduce the above copyright 11008 * notice, this list of conditions and the following disclaimer in the 11009 * documentation and/or other materials provided with the distribution. 11010 * 11011 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11012 * may be used to endorse or promote products derived from this software 11013 * without specific prior written permission. 11014 * 11015 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11016 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11017 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11018 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11019 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11020 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11021 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11022 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11023 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11024 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11025 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11026 */ 11027 ==> engine/src/core/com/jme3/font/LetterQuad.java <== 11028 /** 11029 * LetterQuad contains the position, color, uv texture information for a character in text. 11030 * @author YongHoon 11031 */ 11032 ==> engine/src/core/com/jme3/font/StringBlock.java <== 11033 /* 11034 * Copyright (c) 2009-2010 jMonkeyEngine 11035 * All rights reserved. 11036 * 11037 * Redistribution and use in source and binary forms, with or without 11038 * modification, are permitted provided that the following conditions are 11039 * met: 11040 * 11041 * * Redistributions of source code must retain the above copyright 11042 * notice, this list of conditions and the following disclaimer. 11043 * 11044 * * Redistributions in binary form must reproduce the above copyright 11045 * notice, this list of conditions and the following disclaimer in the 11046 * documentation and/or other materials provided with the distribution. 11047 * 11048 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11049 * may be used to endorse or promote products derived from this software 11050 * without specific prior written permission. 11051 * 11052 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11053 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11054 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11055 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11056 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11057 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11058 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11059 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11060 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11061 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11062 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11063 */ 11064 ==> engine/src/core/com/jme3/font/BitmapText.java <== 11065 /* 11066 * Copyright (c) 2009-2010 jMonkeyEngine 11067 * All rights reserved. 11068 * 11069 * Redistribution and use in source and binary forms, with or without 11070 * modification, are permitted provided that the following conditions are 11071 * met: 11072 * 11073 * * Redistributions of source code must retain the above copyright 11074 * notice, this list of conditions and the following disclaimer. 11075 * 11076 * * Redistributions in binary form must reproduce the above copyright 11077 * notice, this list of conditions and the following disclaimer in the 11078 * documentation and/or other materials provided with the distribution. 11079 * 11080 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11081 * may be used to endorse or promote products derived from this software 11082 * without specific prior written permission. 11083 * 11084 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11085 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11086 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11087 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11088 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11089 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11090 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11091 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11092 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11093 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11094 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11095 */ 11096 ==> engine/src/core/com/jme3/font/BitmapCharacterSet.java <== 11097 /* 11098 * Copyright (c) 2009-2010 jMonkeyEngine 11099 * All rights reserved. 11100 * 11101 * Redistribution and use in source and binary forms, with or without 11102 * modification, are permitted provided that the following conditions are 11103 * met: 11104 * 11105 * * Redistributions of source code must retain the above copyright 11106 * notice, this list of conditions and the following disclaimer. 11107 * 11108 * * Redistributions in binary form must reproduce the above copyright 11109 * notice, this list of conditions and the following disclaimer in the 11110 * documentation and/or other materials provided with the distribution. 11111 * 11112 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11113 * may be used to endorse or promote products derived from this software 11114 * without specific prior written permission. 11115 * 11116 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11117 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11118 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11119 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11120 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11121 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11122 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11123 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11124 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11125 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11126 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11127 */ 11128 ==> engine/src/core/com/jme3/font/Rectangle.java <== 11129 /* 11130 * Copyright (c) 2009-2010 jMonkeyEngine 11131 * All rights reserved. 11132 * 11133 * Redistribution and use in source and binary forms, with or without 11134 * modification, are permitted provided that the following conditions are 11135 * met: 11136 * 11137 * * Redistributions of source code must retain the above copyright 11138 * notice, this list of conditions and the following disclaimer. 11139 * 11140 * * Redistributions in binary form must reproduce the above copyright 11141 * notice, this list of conditions and the following disclaimer in the 11142 * documentation and/or other materials provided with the distribution. 11143 * 11144 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11145 * may be used to endorse or promote products derived from this software 11146 * without specific prior written permission. 11147 * 11148 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11149 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11150 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11151 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11152 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11153 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11154 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11155 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11156 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11157 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11158 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11159 */ 11160 /** 11161 ==> engine/src/core/com/jme3/font/BitmapFont.java <== 11162 /* 11163 * Copyright (c) 2009-2010 jMonkeyEngine 11164 * All rights reserved. 11165 * 11166 * Redistribution and use in source and binary forms, with or without 11167 * modification, are permitted provided that the following conditions are 11168 * met: 11169 * 11170 * * Redistributions of source code must retain the above copyright 11171 * notice, this list of conditions and the following disclaimer. 11172 * 11173 * * Redistributions in binary form must reproduce the above copyright 11174 * notice, this list of conditions and the following disclaimer in the 11175 * documentation and/or other materials provided with the distribution. 11176 * 11177 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11178 * may be used to endorse or promote products derived from this software 11179 * without specific prior written permission. 11180 * 11181 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11182 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11183 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11184 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11185 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11186 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11187 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11188 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11189 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11190 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11191 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11192 */ 11193 ==> engine/src/core/com/jme3/font/ColorTags.java <== 11194 /** 11195 * Contains the color information tagged in a text string 11196 * Format: \#rgb# 11197 * \#rgba# 11198 * \#rrggbb# 11199 * \#rrggbbaa# 11200 * @author YongHoon 11201 */ 11202 ==> engine/src/core/com/jme3/font/BitmapTextPage.java <== 11203 /* 11204 * Copyright (c) 2009-2010 jMonkeyEngine 11205 * All rights reserved. 11206 * 11207 * Redistribution and use in source and binary forms, with or without 11208 * modification, are permitted provided that the following conditions are 11209 * met: 11210 * 11211 * * Redistributions of source code must retain the above copyright 11212 * notice, this list of conditions and the following disclaimer. 11213 * 11214 * * Redistributions in binary form must reproduce the above copyright 11215 * notice, this list of conditions and the following disclaimer in the 11216 * documentation and/or other materials provided with the distribution. 11217 * 11218 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11219 * may be used to endorse or promote products derived from this software 11220 * without specific prior written permission. 11221 * 11222 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11223 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11224 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11225 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11226 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11227 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11228 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11229 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11230 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11231 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11232 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11233 */ 11234 ==> engine/src/core/com/jme3/texture/Image.java <== 11235 /* 11236 * Copyright (c) 2009-2010 jMonkeyEngine 11237 * All rights reserved. 11238 * 11239 * Redistribution and use in source and binary forms, with or without 11240 * modification, are permitted provided that the following conditions are 11241 * met: 11242 * 11243 * * Redistributions of source code must retain the above copyright 11244 * notice, this list of conditions and the following disclaimer. 11245 * 11246 * * Redistributions in binary form must reproduce the above copyright 11247 * notice, this list of conditions and the following disclaimer in the 11248 * documentation and/or other materials provided with the distribution. 11249 * 11250 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11251 * may be used to endorse or promote products derived from this software 11252 * without specific prior written permission. 11253 * 11254 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11255 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11256 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11257 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11258 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11259 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11260 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11261 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11262 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11263 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11264 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11265 */ 11266 ==> engine/src/core/com/jme3/texture/Texture.java <== 11267 /* 11268 * Copyright (c) 2009-2010 jMonkeyEngine 11269 * All rights reserved. 11270 * 11271 * Redistribution and use in source and binary forms, with or without 11272 * modification, are permitted provided that the following conditions are 11273 * met: 11274 * 11275 * * Redistributions of source code must retain the above copyright 11276 * notice, this list of conditions and the following disclaimer. 11277 * 11278 * * Redistributions in binary form must reproduce the above copyright 11279 * notice, this list of conditions and the following disclaimer in the 11280 * documentation and/or other materials provided with the distribution. 11281 * 11282 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11283 * may be used to endorse or promote products derived from this software 11284 * without specific prior written permission. 11285 * 11286 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11287 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11288 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11289 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11290 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11291 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11292 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11293 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11294 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11295 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11296 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11297 */ 11298 ==> engine/src/core/com/jme3/texture/FrameBuffer.java <== 11299 /* 11300 * Copyright (c) 2009-2010 jMonkeyEngine 11301 * All rights reserved. 11302 * 11303 * Redistribution and use in source and binary forms, with or without 11304 * modification, are permitted provided that the following conditions are 11305 * met: 11306 * 11307 * * Redistributions of source code must retain the above copyright 11308 * notice, this list of conditions and the following disclaimer. 11309 * 11310 * * Redistributions in binary form must reproduce the above copyright 11311 * notice, this list of conditions and the following disclaimer in the 11312 * documentation and/or other materials provided with the distribution. 11313 * 11314 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11315 * may be used to endorse or promote products derived from this software 11316 * without specific prior written permission. 11317 * 11318 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11319 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11320 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11321 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11322 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11323 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11324 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11325 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11326 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11327 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11328 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11329 */ 11330 ==> engine/src/core/com/jme3/texture/TextureArray.java <== 11331 /** 11332 * This class implements a Texture array 11333 * warning, this feature is only supported on opengl 3.0 version. 11334 * To check if a hardware supports TextureArray check : 11335 * renderManager.getRenderer().getCaps().contains(Caps.TextureArray) 11336 * @author phate666 11337 */ 11338 ==> engine/src/core/com/jme3/texture/Texture3D.java <== 11339 /* 11340 * Copyright (c) 2009-2010 jMonkeyEngine 11341 * All rights reserved. 11342 * 11343 * Redistribution and use in source and binary forms, with or without 11344 * modification, are permitted provided that the following conditions are 11345 * met: 11346 * 11347 * * Redistributions of source code must retain the above copyright 11348 * notice, this list of conditions and the following disclaimer. 11349 * 11350 * * Redistributions in binary form must reproduce the above copyright 11351 * notice, this list of conditions and the following disclaimer in the 11352 * documentation and/or other materials provided with the distribution. 11353 * 11354 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11355 * may be used to endorse or promote products derived from this software 11356 * without specific prior written permission. 11357 * 11358 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11359 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11360 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11361 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11362 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11363 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11364 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11365 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11366 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11367 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11368 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11369 */ 11370 ==> engine/src/core/com/jme3/texture/Texture2D.java <== 11371 /* 11372 * Copyright (c) 2009-2010 jMonkeyEngine 11373 * All rights reserved. 11374 * 11375 * Redistribution and use in source and binary forms, with or without 11376 * modification, are permitted provided that the following conditions are 11377 * met: 11378 * 11379 * * Redistributions of source code must retain the above copyright 11380 * notice, this list of conditions and the following disclaimer. 11381 * 11382 * * Redistributions in binary form must reproduce the above copyright 11383 * notice, this list of conditions and the following disclaimer in the 11384 * documentation and/or other materials provided with the distribution. 11385 * 11386 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11387 * may be used to endorse or promote products derived from this software 11388 * without specific prior written permission. 11389 * 11390 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11391 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11392 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11393 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11394 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11395 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11396 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11397 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11398 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11399 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11400 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11401 */ 11402 ==> engine/src/core/com/jme3/texture/TextureCubeMap.java <== 11403 /* 11404 * Copyright (c) 2009-2010 jMonkeyEngine 11405 * All rights reserved. 11406 * 11407 * Redistribution and use in source and binary forms, with or without 11408 * modification, are permitted provided that the following conditions are 11409 * met: 11410 * 11411 * * Redistributions of source code must retain the above copyright 11412 * notice, this list of conditions and the following disclaimer. 11413 * 11414 * * Redistributions in binary form must reproduce the above copyright 11415 * notice, this list of conditions and the following disclaimer in the 11416 * documentation and/or other materials provided with the distribution. 11417 * 11418 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11419 * may be used to endorse or promote products derived from this software 11420 * without specific prior written permission. 11421 * 11422 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11423 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11424 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11425 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11426 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11427 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11428 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11429 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11430 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11431 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11432 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11433 */ 11434 ==> engine/src/core/com/jme3/util/BufferUtils.java <== 11435 /* 11436 * Copyright (c) 2009-2010 jMonkeyEngine 11437 * All rights reserved. 11438 * 11439 * Redistribution and use in source and binary forms, with or without 11440 * modification, are permitted provided that the following conditions are 11441 * met: 11442 * 11443 * * Redistributions of source code must retain the above copyright 11444 * notice, this list of conditions and the following disclaimer. 11445 * 11446 * * Redistributions in binary form must reproduce the above copyright 11447 * notice, this list of conditions and the following disclaimer in the 11448 * documentation and/or other materials provided with the distribution. 11449 * 11450 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11451 * may be used to endorse or promote products derived from this software 11452 * without specific prior written permission. 11453 * 11454 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11455 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11456 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11457 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11458 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11459 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11460 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11461 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11462 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11463 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11464 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11465 */ 11466 ==> engine/src/core/com/jme3/util/SkyFactory.java <== 11467 /** 11468 * <code>SkyFactory</code> is used to create jME {@link Spatial}s that can 11469 * be attached to the scene to display a sky image in the background. 11470 * 11471 * @author Kirill Vainer 11472 */ 11473 ==> engine/src/core/com/jme3/util/IntMap.java <== 11474 /* 11475 * Copyright (c) 2009-2010 jMonkeyEngine 11476 * All rights reserved. 11477 * 11478 * Redistribution and use in source and binary forms, with or without 11479 * modification, are permitted provided that the following conditions are 11480 * met: 11481 * 11482 * * Redistributions of source code must retain the above copyright 11483 * notice, this list of conditions and the following disclaimer. 11484 * 11485 * * Redistributions in binary form must reproduce the above copyright 11486 * notice, this list of conditions and the following disclaimer in the 11487 * documentation and/or other materials provided with the distribution. 11488 * 11489 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11490 * may be used to endorse or promote products derived from this software 11491 * without specific prior written permission. 11492 * 11493 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11494 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11495 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11496 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11497 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11498 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11499 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11500 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11501 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11502 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11503 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11504 */ 11505 ==> engine/src/core/com/jme3/util/NativeObjectManager.java <== 11506 /* 11507 * Copyright (c) 2009-2010 jMonkeyEngine 11508 * All rights reserved. 11509 * 11510 * Redistribution and use in source and binary forms, with or without 11511 * modification, are permitted provided that the following conditions are 11512 * met: 11513 * 11514 * * Redistributions of source code must retain the above copyright 11515 * notice, this list of conditions and the following disclaimer. 11516 * 11517 * * Redistributions in binary form must reproduce the above copyright 11518 * notice, this list of conditions and the following disclaimer in the 11519 * documentation and/or other materials provided with the distribution. 11520 * 11521 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11522 * may be used to endorse or promote products derived from this software 11523 * without specific prior written permission. 11524 * 11525 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11526 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11527 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11528 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11529 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11530 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11531 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11532 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11533 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11534 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11535 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11536 */ 11537 ==> engine/src/core/com/jme3/util/TangentBinormalGenerator.java <== 11538 /* 11539 * Copyright (c) 2009-2010 jMonkeyEngine 11540 * All rights reserved. 11541 * 11542 * Redistribution and use in source and binary forms, with or without 11543 * modification, are permitted provided that the following conditions are 11544 * met: 11545 * 11546 * * Redistributions of source code must retain the above copyright 11547 * notice, this list of conditions and the following disclaimer. 11548 * 11549 * * Redistributions in binary form must reproduce the above copyright 11550 * notice, this list of conditions and the following disclaimer in the 11551 * documentation and/or other materials provided with the distribution. 11552 * 11553 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11554 * may be used to endorse or promote products derived from this software 11555 * without specific prior written permission. 11556 * 11557 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11558 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11559 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11560 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11561 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11562 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11563 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11564 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11565 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11566 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11567 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11568 */ 11569 ==> engine/src/core/com/jme3/util/SafeArrayList.java <== 11570 /* 11571 * Copyright (c) 2009-2011 jMonkeyEngine 11572 * All rights reserved. 11573 * 11574 * Redistribution and use in source and binary forms, with or without 11575 * modification, are permitted provided that the following conditions are 11576 * met: 11577 * 11578 * * Redistributions of source code must retain the above copyright 11579 * notice, this list of conditions and the following disclaimer. 11580 * 11581 * * Redistributions in binary form must reproduce the above copyright 11582 * notice, this list of conditions and the following disclaimer in the 11583 * documentation and/or other materials provided with the distribution. 11584 * 11585 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11586 * may be used to endorse or promote products derived from this software 11587 * without specific prior written permission. 11588 * 11589 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11590 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11591 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11592 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11593 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11594 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11595 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11596 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11597 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11598 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11599 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11600 */ 11601 ==> engine/src/core/com/jme3/util/JmeFormatter.java <== 11602 /* 11603 * Copyright (c) 2009-2010 jMonkeyEngine 11604 * All rights reserved. 11605 * 11606 * Redistribution and use in source and binary forms, with or without 11607 * modification, are permitted provided that the following conditions are 11608 * met: 11609 * 11610 * * Redistributions of source code must retain the above copyright 11611 * notice, this list of conditions and the following disclaimer. 11612 * 11613 * * Redistributions in binary form must reproduce the above copyright 11614 * notice, this list of conditions and the following disclaimer in the 11615 * documentation and/or other materials provided with the distribution. 11616 * 11617 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11618 * may be used to endorse or promote products derived from this software 11619 * without specific prior written permission. 11620 * 11621 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11622 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11623 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11624 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11625 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11626 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11627 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11628 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11629 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11630 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11631 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11632 */ 11633 ==> engine/src/core/com/jme3/util/PlaceholderAssets.java <== 11634 ==> engine/src/core/com/jme3/util/xml/SAXUtil.java <== 11635 /* 11636 * Copyright (c) 2009-2010 jMonkeyEngine 11637 * All rights reserved. 11638 * 11639 * Redistribution and use in source and binary forms, with or without 11640 * modification, are permitted provided that the following conditions are 11641 * met: 11642 * 11643 * * Redistributions of source code must retain the above copyright 11644 * notice, this list of conditions and the following disclaimer. 11645 * 11646 * * Redistributions in binary form must reproduce the above copyright 11647 * notice, this list of conditions and the following disclaimer in the 11648 * documentation and/or other materials provided with the distribution. 11649 * 11650 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11651 * may be used to endorse or promote products derived from this software 11652 * without specific prior written permission. 11653 * 11654 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11655 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11656 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11657 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11658 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11659 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11660 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11661 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11662 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11663 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11664 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11665 */ 11666 ==> engine/src/core/com/jme3/util/NativeObject.java <== 11667 /* 11668 * Copyright (c) 2009-2010 jMonkeyEngine 11669 * All rights reserved. 11670 * 11671 * Redistribution and use in source and binary forms, with or without 11672 * modification, are permitted provided that the following conditions are 11673 * met: 11674 * 11675 * * Redistributions of source code must retain the above copyright 11676 * notice, this list of conditions and the following disclaimer. 11677 * 11678 * * Redistributions in binary form must reproduce the above copyright 11679 * notice, this list of conditions and the following disclaimer in the 11680 * documentation and/or other materials provided with the distribution. 11681 * 11682 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11683 * may be used to endorse or promote products derived from this software 11684 * without specific prior written permission. 11685 * 11686 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11687 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11688 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11689 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11690 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11691 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11692 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11693 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11694 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11695 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11696 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11697 */ 11698 /** 11699 ==> engine/src/core/com/jme3/util/LittleEndien.java <== 11700 /* 11701 * Copyright (c) 2009-2010 jMonkeyEngine 11702 * All rights reserved. 11703 * 11704 * Redistribution and use in source and binary forms, with or without 11705 * modification, are permitted provided that the following conditions are 11706 * met: 11707 * 11708 * * Redistributions of source code must retain the above copyright 11709 * notice, this list of conditions and the following disclaimer. 11710 * 11711 * * Redistributions in binary form must reproduce the above copyright 11712 * notice, this list of conditions and the following disclaimer in the 11713 * documentation and/or other materials provided with the distribution. 11714 * 11715 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11716 * may be used to endorse or promote products derived from this software 11717 * without specific prior written permission. 11718 * 11719 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11720 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11721 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11722 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11723 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11724 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11725 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11726 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11727 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11728 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11729 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11730 */ 11731 ==> engine/src/core/com/jme3/util/SortUtil.java <== 11732 /* 11733 * Copyright (c) 2009-2010 jMonkeyEngine 11734 * All rights reserved. 11735 * 11736 * Redistribution and use in source and binary forms, with or without 11737 * modification, are permitted provided that the following conditions are 11738 * met: 11739 * 11740 * * Redistributions of source code must retain the above copyright 11741 * notice, this list of conditions and the following disclaimer. 11742 * 11743 * * Redistributions in binary form must reproduce the above copyright 11744 * notice, this list of conditions and the following disclaimer in the 11745 * documentation and/or other materials provided with the distribution. 11746 * 11747 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11748 * may be used to endorse or promote products derived from this software 11749 * without specific prior written permission. 11750 * 11751 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11752 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11753 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11754 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11755 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11756 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11757 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11758 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11759 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11760 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11761 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11762 */ 11763 ==> engine/src/core/com/jme3/util/ListMap.java <== 11764 /* 11765 * Copyright (c) 2009-2010 jMonkeyEngine 11766 * All rights reserved. 11767 * 11768 * Redistribution and use in source and binary forms, with or without 11769 * modification, are permitted provided that the following conditions are 11770 * met: 11771 * 11772 * * Redistributions of source code must retain the above copyright 11773 * notice, this list of conditions and the following disclaimer. 11774 * 11775 * * Redistributions in binary form must reproduce the above copyright 11776 * notice, this list of conditions and the following disclaimer in the 11777 * documentation and/or other materials provided with the distribution. 11778 * 11779 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11780 * may be used to endorse or promote products derived from this software 11781 * without specific prior written permission. 11782 * 11783 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11784 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11785 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11786 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11787 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11788 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11789 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11790 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11791 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11792 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11793 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11794 */ 11795 ==> engine/src/core/com/jme3/util/blockparser/BlockLanguageParser.java <== 11796 ==> engine/src/core/com/jme3/util/blockparser/Statement.java <== 11797 ==> engine/src/core/com/jme3/util/TempVars.java <== 11798 /* 11799 * Copyright (c) 2009-2010 jMonkeyEngine 11800 * All rights reserved. 11801 * 11802 * Redistribution and use in source and binary forms, with or without 11803 * modification, are permitted provided that the following conditions are 11804 * met: 11805 * 11806 * * Redistributions of source code must retain the above copyright 11807 * notice, this list of conditions and the following disclaimer. 11808 * 11809 * * Redistributions in binary form must reproduce the above copyright 11810 * notice, this list of conditions and the following disclaimer in the 11811 * documentation and/or other materials provided with the distribution. 11812 * 11813 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11814 * may be used to endorse or promote products derived from this software 11815 * without specific prior written permission. 11816 * 11817 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11818 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11819 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11820 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11821 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11822 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11823 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11824 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11825 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11826 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11827 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11828 */ 11829 ==> engine/src/core/com/jme3/material/Technique.java <== 11830 /* 11831 * Copyright (c) 2009-2010 jMonkeyEngine 11832 * All rights reserved. 11833 * 11834 * Redistribution and use in source and binary forms, with or without 11835 * modification, are permitted provided that the following conditions are 11836 * met: 11837 * 11838 * * Redistributions of source code must retain the above copyright 11839 * notice, this list of conditions and the following disclaimer. 11840 * 11841 * * Redistributions in binary form must reproduce the above copyright 11842 * notice, this list of conditions and the following disclaimer in the 11843 * documentation and/or other materials provided with the distribution. 11844 * 11845 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11846 * may be used to endorse or promote products derived from this software 11847 * without specific prior written permission. 11848 * 11849 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11850 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11851 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11852 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11853 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11854 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11855 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11856 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11857 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11858 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11859 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11860 */ 11861 ==> engine/src/core/com/jme3/material/package.html <== 11862 ==> engine/src/core/com/jme3/material/TechniqueDef.java <== 11863 /* 11864 * Copyright (c) 2009-2010 jMonkeyEngine 11865 * All rights reserved. 11866 * 11867 * Redistribution and use in source and binary forms, with or without 11868 * modification, are permitted provided that the following conditions are 11869 * met: 11870 * 11871 * * Redistributions of source code must retain the above copyright 11872 * notice, this list of conditions and the following disclaimer. 11873 * 11874 * * Redistributions in binary form must reproduce the above copyright 11875 * notice, this list of conditions and the following disclaimer in the 11876 * documentation and/or other materials provided with the distribution. 11877 * 11878 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11879 * may be used to endorse or promote products derived from this software 11880 * without specific prior written permission. 11881 * 11882 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11883 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11884 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11885 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11886 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11887 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11888 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11889 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11890 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11891 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11892 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11893 */ 11894 ==> engine/src/core/com/jme3/material/Material.java <== 11895 /* 11896 * Copyright (c) 2009-2010 jMonkeyEngine All rights reserved. 11897 * <p/> 11898 * Redistribution and use in source and binary forms, with or without 11899 * modification, are permitted provided that the following conditions are met: 11900 * 11901 * * Redistributions of source code must retain the above copyright notice, 11902 * this list of conditions and the following disclaimer. 11903 * <p/> 11904 * * Redistributions in binary form must reproduce the above copyright 11905 * notice, this list of conditions and the following disclaimer in the 11906 * documentation and/or other materials provided with the distribution. 11907 * <p/> 11908 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11909 * may be used to endorse or promote products derived from this software 11910 * without specific prior written permission. 11911 * <p/> 11912 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 11913 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 11914 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 11915 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 11916 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 11917 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 11918 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 11919 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 11920 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 11921 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 11922 * POSSIBILITY OF SUCH DAMAGE. 11923 */ 11924 ==> engine/src/core/com/jme3/material/MaterialList.java <== 11925 /* 11926 * Copyright (c) 2009-2010 jMonkeyEngine 11927 * All rights reserved. 11928 * 11929 * Redistribution and use in source and binary forms, with or without 11930 * modification, are permitted provided that the following conditions are 11931 * met: 11932 * 11933 * * Redistributions of source code must retain the above copyright 11934 * notice, this list of conditions and the following disclaimer. 11935 * 11936 * * Redistributions in binary form must reproduce the above copyright 11937 * notice, this list of conditions and the following disclaimer in the 11938 * documentation and/or other materials provided with the distribution. 11939 * 11940 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11941 * may be used to endorse or promote products derived from this software 11942 * without specific prior written permission. 11943 * 11944 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11945 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11946 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11947 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11948 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11949 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11950 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11951 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11952 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11953 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11954 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11955 */ 11956 ==> engine/src/core/com/jme3/material/FixedFuncBinding.java <== 11957 /* 11958 * Copyright (c) 2009-2010 jMonkeyEngine 11959 * All rights reserved. 11960 * 11961 * Redistribution and use in source and binary forms, with or without 11962 * modification, are permitted provided that the following conditions are 11963 * met: 11964 * 11965 * * Redistributions of source code must retain the above copyright 11966 * notice, this list of conditions and the following disclaimer. 11967 * 11968 * * Redistributions in binary form must reproduce the above copyright 11969 * notice, this list of conditions and the following disclaimer in the 11970 * documentation and/or other materials provided with the distribution. 11971 * 11972 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 11973 * may be used to endorse or promote products derived from this software 11974 * without specific prior written permission. 11975 * 11976 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 11977 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 11978 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 11979 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 11980 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 11981 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 11982 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 11983 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 11984 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 11985 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 11986 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11987 */ 11988 /** 11989 ==> engine/src/core/com/jme3/material/RenderState.java <== 11990 /* 11991 * Copyright (c) 2009-2010 jMonkeyEngine 11992 * All rights reserved. 11993 * 11994 * Redistribution and use in source and binary forms, with or without 11995 * modification, are permitted provided that the following conditions are 11996 * met: 11997 * 11998 * * Redistributions of source code must retain the above copyright 11999 * notice, this list of conditions and the following disclaimer. 12000 * 12001 * * Redistributions in binary form must reproduce the above copyright 12002 * notice, this list of conditions and the following disclaimer in the 12003 * documentation and/or other materials provided with the distribution. 12004 * 12005 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12006 * may be used to endorse or promote products derived from this software 12007 * without specific prior written permission. 12008 * 12009 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12010 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12011 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12012 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12013 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12014 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12015 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12016 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12017 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12018 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12019 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12020 */ 12021 ==> engine/src/core/com/jme3/material/MatParam.java <== 12022 /* 12023 * Copyright (c) 2009-2010 jMonkeyEngine 12024 * All rights reserved. 12025 * 12026 * Redistribution and use in source and binary forms, with or without 12027 * modification, are permitted provided that the following conditions are 12028 * met: 12029 * 12030 * * Redistributions of source code must retain the above copyright 12031 * notice, this list of conditions and the following disclaimer. 12032 * 12033 * * Redistributions in binary form must reproduce the above copyright 12034 * notice, this list of conditions and the following disclaimer in the 12035 * documentation and/or other materials provided with the distribution. 12036 * 12037 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12038 * may be used to endorse or promote products derived from this software 12039 * without specific prior written permission. 12040 * 12041 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12042 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12043 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12044 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12045 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12046 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12047 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12048 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12049 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12050 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12051 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12052 */ 12053 ==> engine/src/core/com/jme3/material/MaterialDef.java <== 12054 /* 12055 * Copyright (c) 2009-2010 jMonkeyEngine 12056 * All rights reserved. 12057 * 12058 * Redistribution and use in source and binary forms, with or without 12059 * modification, are permitted provided that the following conditions are 12060 * met: 12061 * 12062 * * Redistributions of source code must retain the above copyright 12063 * notice, this list of conditions and the following disclaimer. 12064 * 12065 * * Redistributions in binary form must reproduce the above copyright 12066 * notice, this list of conditions and the following disclaimer in the 12067 * documentation and/or other materials provided with the distribution. 12068 * 12069 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12070 * may be used to endorse or promote products derived from this software 12071 * without specific prior written permission. 12072 * 12073 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12074 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12075 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12076 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12077 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12078 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12079 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12080 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12081 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12082 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12083 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12084 */ 12085 ==> engine/src/core/com/jme3/material/MatParamTexture.java <== 12086 ==> engine/src/core/com/jme3/export/ReadListener.java <== 12087 /* 12088 * Copyright (c) 2009-2010 jMonkeyEngine 12089 * All rights reserved. 12090 * 12091 * Redistribution and use in source and binary forms, with or without 12092 * modification, are permitted provided that the following conditions are 12093 * met: 12094 * 12095 * * Redistributions of source code must retain the above copyright 12096 * notice, this list of conditions and the following disclaimer. 12097 * 12098 * * Redistributions in binary form must reproduce the above copyright 12099 * notice, this list of conditions and the following disclaimer in the 12100 * documentation and/or other materials provided with the distribution. 12101 * 12102 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12103 * may be used to endorse or promote products derived from this software 12104 * without specific prior written permission. 12105 * 12106 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12107 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12108 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12109 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12110 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12111 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12112 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12113 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12114 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12115 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12116 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12117 */ 12118 ==> engine/src/core/com/jme3/export/JmeImporter.java <== 12119 /* 12120 * Copyright (c) 2009-2010 jMonkeyEngine 12121 * All rights reserved. 12122 * 12123 * Redistribution and use in source and binary forms, with or without 12124 * modification, are permitted provided that the following conditions are 12125 * met: 12126 * 12127 * * Redistributions of source code must retain the above copyright 12128 * notice, this list of conditions and the following disclaimer. 12129 * 12130 * * Redistributions in binary form must reproduce the above copyright 12131 * notice, this list of conditions and the following disclaimer in the 12132 * documentation and/or other materials provided with the distribution. 12133 * 12134 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12135 * may be used to endorse or promote products derived from this software 12136 * without specific prior written permission. 12137 * 12138 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12139 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12140 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12141 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12142 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12143 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12144 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12145 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12146 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12147 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12148 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12149 */ 12150 ==> engine/src/core/com/jme3/export/FormatVersion.java <== 12151 /** 12152 * Specifies the version of the format for jME3 object (j3o) files. 12153 * 12154 * @author Kirill Vainer 12155 */ 12156 ==> engine/src/core/com/jme3/export/SavableClassUtil.java <== 12157 /* 12158 * Copyright (c) 2009-2010 jMonkeyEngine 12159 * All rights reserved. 12160 * 12161 * Redistribution and use in source and binary forms, with or without 12162 * modification, are permitted provided that the following conditions are 12163 * met: 12164 * 12165 * * Redistributions of source code must retain the above copyright 12166 * notice, this list of conditions and the following disclaimer. 12167 * 12168 * * Redistributions in binary form must reproduce the above copyright 12169 * notice, this list of conditions and the following disclaimer in the 12170 * documentation and/or other materials provided with the distribution. 12171 * 12172 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12173 * may be used to endorse or promote products derived from this software 12174 * without specific prior written permission. 12175 * 12176 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12177 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12178 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12179 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12180 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12181 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12182 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12183 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12184 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12185 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12186 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12187 */ 12188 ==> engine/src/core/com/jme3/export/OutputCapsule.java <== 12189 /* 12190 * Copyright (c) 2009-2010 jMonkeyEngine 12191 * All rights reserved. 12192 * 12193 * Redistribution and use in source and binary forms, with or without 12194 * modification, are permitted provided that the following conditions are 12195 * met: 12196 * 12197 * * Redistributions of source code must retain the above copyright 12198 * notice, this list of conditions and the following disclaimer. 12199 * 12200 * * Redistributions in binary form must reproduce the above copyright 12201 * notice, this list of conditions and the following disclaimer in the 12202 * documentation and/or other materials provided with the distribution. 12203 * 12204 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12205 * may be used to endorse or promote products derived from this software 12206 * without specific prior written permission. 12207 * 12208 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12209 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12210 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12211 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12212 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12213 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12214 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12215 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12216 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12217 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12218 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12219 */ 12220 ==> engine/src/core/com/jme3/export/JmeExporter.java <== 12221 /* 12222 * Copyright (c) 2009-2010 jMonkeyEngine 12223 * All rights reserved. 12224 * 12225 * Redistribution and use in source and binary forms, with or without 12226 * modification, are permitted provided that the following conditions are 12227 * met: 12228 * 12229 * * Redistributions of source code must retain the above copyright 12230 * notice, this list of conditions and the following disclaimer. 12231 * 12232 * * Redistributions in binary form must reproduce the above copyright 12233 * notice, this list of conditions and the following disclaimer in the 12234 * documentation and/or other materials provided with the distribution. 12235 * 12236 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12237 * may be used to endorse or promote products derived from this software 12238 * without specific prior written permission. 12239 * 12240 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12241 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12242 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12243 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12244 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12245 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12246 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12247 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12248 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12249 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12250 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12251 */ 12252 ==> engine/src/core/com/jme3/export/InputCapsule.java <== 12253 /* 12254 * Copyright (c) 2009-2010 jMonkeyEngine 12255 * All rights reserved. 12256 * 12257 * Redistribution and use in source and binary forms, with or without 12258 * modification, are permitted provided that the following conditions are 12259 * met: 12260 * 12261 * * Redistributions of source code must retain the above copyright 12262 * notice, this list of conditions and the following disclaimer. 12263 * 12264 * * Redistributions in binary form must reproduce the above copyright 12265 * notice, this list of conditions and the following disclaimer in the 12266 * documentation and/or other materials provided with the distribution. 12267 * 12268 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12269 * may be used to endorse or promote products derived from this software 12270 * without specific prior written permission. 12271 * 12272 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12273 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12274 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12275 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12276 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12277 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12278 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12279 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12280 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12281 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12282 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12283 */ 12284 ==> engine/src/core/com/jme3/export/Savable.java <== 12285 /* 12286 * Copyright (c) 2009-2010 jMonkeyEngine 12287 * All rights reserved. 12288 * 12289 * Redistribution and use in source and binary forms, with or without 12290 * modification, are permitted provided that the following conditions are 12291 * met: 12292 * 12293 * * Redistributions of source code must retain the above copyright 12294 * notice, this list of conditions and the following disclaimer. 12295 * 12296 * * Redistributions in binary form must reproduce the above copyright 12297 * notice, this list of conditions and the following disclaimer in the 12298 * documentation and/or other materials provided with the distribution. 12299 * 12300 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12301 * may be used to endorse or promote products derived from this software 12302 * without specific prior written permission. 12303 * 12304 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12305 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12306 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12307 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12308 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12309 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12310 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12311 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12312 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12313 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12314 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12315 */ 12316 ==> engine/src/core/com/jme3/asset/package.html <== 12317 ==> engine/src/core/com/jme3/asset/Asset.java <== 12318 /* 12319 * Copyright (c) 2009-2010 jMonkeyEngine 12320 * All rights reserved. 12321 * 12322 * Redistribution and use in source and binary forms, with or without 12323 * modification, are permitted provided that the following conditions are 12324 * met: 12325 * 12326 * * Redistributions of source code must retain the above copyright 12327 * notice, this list of conditions and the following disclaimer. 12328 * 12329 * * Redistributions in binary form must reproduce the above copyright 12330 * notice, this list of conditions and the following disclaimer in the 12331 * documentation and/or other materials provided with the distribution. 12332 * 12333 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12334 * may be used to endorse or promote products derived from this software 12335 * without specific prior written permission. 12336 * 12337 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12338 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12339 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12340 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12341 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12342 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12343 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12344 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12345 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12346 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12347 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12348 */ 12349 /** 12350 ==> engine/src/core/com/jme3/asset/AssetEventListener.java <== 12351 /* 12352 * Copyright (c) 2009-2010 jMonkeyEngine 12353 * All rights reserved. 12354 * 12355 * Redistribution and use in source and binary forms, with or without 12356 * modification, are permitted provided that the following conditions are 12357 * met: 12358 * 12359 * * Redistributions of source code must retain the above copyright 12360 * notice, this list of conditions and the following disclaimer. 12361 * 12362 * * Redistributions in binary form must reproduce the above copyright 12363 * notice, this list of conditions and the following disclaimer in the 12364 * documentation and/or other materials provided with the distribution. 12365 * 12366 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12367 * may be used to endorse or promote products derived from this software 12368 * without specific prior written permission. 12369 * 12370 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12371 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12372 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12373 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12374 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12375 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12376 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12377 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12378 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12379 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12380 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12381 */ 12382 /** 12383 ==> engine/src/core/com/jme3/asset/AssetCache.java <== 12384 /* 12385 * Copyright (c) 2009-2010 jMonkeyEngine 12386 * All rights reserved. 12387 * 12388 * Redistribution and use in source and binary forms, with or without 12389 * modification, are permitted provided that the following conditions are 12390 * met: 12391 * 12392 * * Redistributions of source code must retain the above copyright 12393 * notice, this list of conditions and the following disclaimer. 12394 * 12395 * * Redistributions in binary form must reproduce the above copyright 12396 * notice, this list of conditions and the following disclaimer in the 12397 * documentation and/or other materials provided with the distribution. 12398 * 12399 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12400 * may be used to endorse or promote products derived from this software 12401 * without specific prior written permission. 12402 * 12403 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12404 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12405 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12406 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12407 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12408 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12409 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12410 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12411 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12412 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12413 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12414 */ 12415 ==> engine/src/core/com/jme3/asset/AssetLoadException.java <== 12416 /** 12417 * <code>AssetLoadException</code> is thrown when the {@link AssetManager} 12418 * is able to find the requested asset, but there was a problem while loading 12419 * it. 12420 * 12421 * @author Kirill Vainer 12422 */ 12423 ==> engine/src/core/com/jme3/asset/DesktopAssetManager.java <== 12424 /* 12425 * Copyright (c) 2009-2010 jMonkeyEngine 12426 * All rights reserved. 12427 * 12428 * Redistribution and use in source and binary forms, with or without 12429 * modification, are permitted provided that the following conditions are 12430 * met: 12431 * 12432 * * Redistributions of source code must retain the above copyright 12433 * notice, this list of conditions and the following disclaimer. 12434 * 12435 * * Redistributions in binary form must reproduce the above copyright 12436 * notice, this list of conditions and the following disclaimer in the 12437 * documentation and/or other materials provided with the distribution. 12438 * 12439 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12440 * may be used to endorse or promote products derived from this software 12441 * without specific prior written permission. 12442 * 12443 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12444 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12445 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12446 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12447 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12448 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12449 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12450 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12451 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12452 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12453 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12454 */ 12455 ==> engine/src/core/com/jme3/asset/AssetNotFoundException.java <== 12456 /** 12457 * <code>AssetNotFoundException</code> is thrown when the {@link AssetManager} 12458 * is unable to locate the requested asset using any of the registered 12459 * {@link AssetLocator}s. 12460 * 12461 * @author Kirill Vainer 12462 */ 12463 ==> engine/src/core/com/jme3/asset/AssetManager.java <== 12464 /* 12465 * Copyright (c) 2009-2010 jMonkeyEngine 12466 * All rights reserved. 12467 * 12468 * Redistribution and use in source and binary forms, with or without 12469 * modification, are permitted provided that the following conditions are 12470 * met: 12471 * 12472 * * Redistributions of source code must retain the above copyright 12473 * notice, this list of conditions and the following disclaimer. 12474 * 12475 * * Redistributions in binary form must reproduce the above copyright 12476 * notice, this list of conditions and the following disclaimer in the 12477 * documentation and/or other materials provided with the distribution. 12478 * 12479 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12480 * may be used to endorse or promote products derived from this software 12481 * without specific prior written permission. 12482 * 12483 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12484 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12485 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12486 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12487 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12488 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12489 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12490 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12491 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12492 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12493 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12494 */ 12495 ==> engine/src/core/com/jme3/asset/AssetConfig.java <== 12496 /* 12497 * Copyright (c) 2009-2010 jMonkeyEngine 12498 * All rights reserved. 12499 * 12500 * Redistribution and use in source and binary forms, with or without 12501 * modification, are permitted provided that the following conditions are 12502 * met: 12503 * 12504 * * Redistributions of source code must retain the above copyright 12505 * notice, this list of conditions and the following disclaimer. 12506 * 12507 * * Redistributions in binary form must reproduce the above copyright 12508 * notice, this list of conditions and the following disclaimer in the 12509 * documentation and/or other materials provided with the distribution. 12510 * 12511 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12512 * may be used to endorse or promote products derived from this software 12513 * without specific prior written permission. 12514 * 12515 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12516 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12517 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12518 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12519 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12520 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12521 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12522 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12523 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12524 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12525 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12526 */ 12527 ==> engine/src/core/com/jme3/asset/AssetLocator.java <== 12528 /* 12529 * Copyright (c) 2009-2010 jMonkeyEngine 12530 * All rights reserved. 12531 * 12532 * Redistribution and use in source and binary forms, with or without 12533 * modification, are permitted provided that the following conditions are 12534 * met: 12535 * 12536 * * Redistributions of source code must retain the above copyright 12537 * notice, this list of conditions and the following disclaimer. 12538 * 12539 * * Redistributions in binary form must reproduce the above copyright 12540 * notice, this list of conditions and the following disclaimer in the 12541 * documentation and/or other materials provided with the distribution. 12542 * 12543 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12544 * may be used to endorse or promote products derived from this software 12545 * without specific prior written permission. 12546 * 12547 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12548 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12549 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12550 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12551 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12552 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12553 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12554 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12555 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12556 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12557 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12558 */ 12559 /** 12560 ==> engine/src/core/com/jme3/asset/TextureKey.java <== 12561 /* 12562 * Copyright (c) 2009-2010 jMonkeyEngine 12563 * All rights reserved. 12564 * 12565 * Redistribution and use in source and binary forms, with or without 12566 * modification, are permitted provided that the following conditions are 12567 * met: 12568 * 12569 * * Redistributions of source code must retain the above copyright 12570 * notice, this list of conditions and the following disclaimer. 12571 * 12572 * * Redistributions in binary form must reproduce the above copyright 12573 * notice, this list of conditions and the following disclaimer in the 12574 * documentation and/or other materials provided with the distribution. 12575 * 12576 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12577 * may be used to endorse or promote products derived from this software 12578 * without specific prior written permission. 12579 * 12580 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12581 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12582 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12583 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12584 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12585 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12586 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12587 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12588 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12589 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12590 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12591 */ 12592 ==> engine/src/core/com/jme3/asset/AssetLoader.java <== 12593 /* 12594 * Copyright (c) 2009-2010 jMonkeyEngine 12595 * All rights reserved. 12596 * 12597 * Redistribution and use in source and binary forms, with or without 12598 * modification, are permitted provided that the following conditions are 12599 * met: 12600 * 12601 * * Redistributions of source code must retain the above copyright 12602 * notice, this list of conditions and the following disclaimer. 12603 * 12604 * * Redistributions in binary form must reproduce the above copyright 12605 * notice, this list of conditions and the following disclaimer in the 12606 * documentation and/or other materials provided with the distribution. 12607 * 12608 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12609 * may be used to endorse or promote products derived from this software 12610 * without specific prior written permission. 12611 * 12612 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12613 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12614 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12615 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12616 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12617 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12618 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12619 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12620 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12621 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12622 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12623 */ 12624 ==> engine/src/core/com/jme3/asset/ThreadingManager.java <== 12625 /* 12626 * Copyright (c) 2009-2010 jMonkeyEngine 12627 * All rights reserved. 12628 * 12629 * Redistribution and use in source and binary forms, with or without 12630 * modification, are permitted provided that the following conditions are 12631 * met: 12632 * 12633 * * Redistributions of source code must retain the above copyright 12634 * notice, this list of conditions and the following disclaimer. 12635 * 12636 * * Redistributions in binary form must reproduce the above copyright 12637 * notice, this list of conditions and the following disclaimer in the 12638 * documentation and/or other materials provided with the distribution. 12639 * 12640 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12641 * may be used to endorse or promote products derived from this software 12642 * without specific prior written permission. 12643 * 12644 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12645 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12646 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12647 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12648 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12649 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12650 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12651 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12652 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12653 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12654 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12655 */ 12656 ==> engine/src/core/com/jme3/asset/AssetInfo.java <== 12657 /* 12658 * Copyright (c) 2009-2010 jMonkeyEngine 12659 * All rights reserved. 12660 * 12661 * Redistribution and use in source and binary forms, with or without 12662 * modification, are permitted provided that the following conditions are 12663 * met: 12664 * 12665 * * Redistributions of source code must retain the above copyright 12666 * notice, this list of conditions and the following disclaimer. 12667 * 12668 * * Redistributions in binary form must reproduce the above copyright 12669 * notice, this list of conditions and the following disclaimer in the 12670 * documentation and/or other materials provided with the distribution. 12671 * 12672 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12673 * may be used to endorse or promote products derived from this software 12674 * without specific prior written permission. 12675 * 12676 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12677 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12678 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12679 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12680 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12681 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12682 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12683 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12684 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12685 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12686 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12687 */ 12688 ==> engine/src/core/com/jme3/asset/ModelKey.java <== 12689 /* 12690 * Copyright (c) 2009-2010 jMonkeyEngine 12691 * All rights reserved. 12692 * 12693 * Redistribution and use in source and binary forms, with or without 12694 * modification, are permitted provided that the following conditions are 12695 * met: 12696 * 12697 * * Redistributions of source code must retain the above copyright 12698 * notice, this list of conditions and the following disclaimer. 12699 * 12700 * * Redistributions in binary form must reproduce the above copyright 12701 * notice, this list of conditions and the following disclaimer in the 12702 * documentation and/or other materials provided with the distribution. 12703 * 12704 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12705 * may be used to endorse or promote products derived from this software 12706 * without specific prior written permission. 12707 * 12708 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12709 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12710 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12711 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12712 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12713 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12714 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12715 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12716 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12717 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12718 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12719 */ 12720 ==> engine/src/core/com/jme3/asset/Desktop.cfg <== 12721 ==> engine/src/core/com/jme3/asset/MaterialKey.java <== 12722 /** 12723 * Used for loading {@link Material materials} only (not material definitions). 12724 * 12725 * @author Kirill Vainer 12726 */ 12727 ==> engine/src/core/com/jme3/asset/AssetKey.java <== 12728 /* 12729 * Copyright (c) 2009-2010 jMonkeyEngine 12730 * All rights reserved. 12731 * 12732 * Redistribution and use in source and binary forms, with or without 12733 * modification, are permitted provided that the following conditions are 12734 * met: 12735 * 12736 * * Redistributions of source code must retain the above copyright 12737 * notice, this list of conditions and the following disclaimer. 12738 * 12739 * * Redistributions in binary form must reproduce the above copyright 12740 * notice, this list of conditions and the following disclaimer in the 12741 * documentation and/or other materials provided with the distribution. 12742 * 12743 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12744 * may be used to endorse or promote products derived from this software 12745 * without specific prior written permission. 12746 * 12747 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12748 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12749 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12750 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12751 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12752 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12753 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12754 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12755 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12756 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12757 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12758 */ 12759 ==> engine/src/core/com/jme3/asset/ImplHandler.java <== 12760 /* 12761 * Copyright (c) 2009-2012 jMonkeyEngine 12762 * All rights reserved. 12763 * 12764 * Redistribution and use in source and binary forms, with or without 12765 * modification, are permitted provided that the following conditions are 12766 * met: 12767 * 12768 * * Redistributions of source code must retain the above copyright 12769 * notice, this list of conditions and the following disclaimer. 12770 * 12771 * * Redistributions in binary form must reproduce the above copyright 12772 * notice, this list of conditions and the following disclaimer in the 12773 * documentation and/or other materials provided with the distribution. 12774 * 12775 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12776 * may be used to endorse or promote products derived from this software 12777 * without specific prior written permission. 12778 * 12779 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12780 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12781 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12782 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12783 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12784 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12785 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12786 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12787 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12788 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12789 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12790 */ 12791 ==> engine/src/core/com/jme3/app/package.html <== 12792 ==> engine/src/core/com/jme3/app/StatsView.java <== 12793 /* 12794 * Copyright (c) 2009-2010 jMonkeyEngine 12795 * All rights reserved. 12796 * 12797 * Redistribution and use in source and binary forms, with or without 12798 * modification, are permitted provided that the following conditions are 12799 * met: 12800 * 12801 * * Redistributions of source code must retain the above copyright 12802 * notice, this list of conditions and the following disclaimer. 12803 * 12804 * * Redistributions in binary form must reproduce the above copyright 12805 * notice, this list of conditions and the following disclaimer in the 12806 * documentation and/or other materials provided with the distribution. 12807 * 12808 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12809 * may be used to endorse or promote products derived from this software 12810 * without specific prior written permission. 12811 * 12812 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12813 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12814 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12815 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12816 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12817 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12818 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12819 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12820 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12821 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12822 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12823 */ 12824 ==> engine/src/core/com/jme3/app/state/package.html <== 12825 ==> engine/src/core/com/jme3/app/state/AppState.java <== 12826 /* 12827 * Copyright (c) 2009-2010 jMonkeyEngine 12828 * All rights reserved. 12829 * 12830 * Redistribution and use in source and binary forms, with or without 12831 * modification, are permitted provided that the following conditions are 12832 * met: 12833 * 12834 * * Redistributions of source code must retain the above copyright 12835 * notice, this list of conditions and the following disclaimer. 12836 * 12837 * * Redistributions in binary form must reproduce the above copyright 12838 * notice, this list of conditions and the following disclaimer in the 12839 * documentation and/or other materials provided with the distribution. 12840 * 12841 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12842 * may be used to endorse or promote products derived from this software 12843 * without specific prior written permission. 12844 * 12845 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12846 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12847 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12848 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12849 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12850 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12851 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12852 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12853 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12854 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12855 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12856 */ 12857 ==> engine/src/core/com/jme3/app/state/AbstractAppState.java <== 12858 /* 12859 * Copyright (c) 2009-2010 jMonkeyEngine 12860 * All rights reserved. 12861 * 12862 * Redistribution and use in source and binary forms, with or without 12863 * modification, are permitted provided that the following conditions are 12864 * met: 12865 * 12866 * * Redistributions of source code must retain the above copyright 12867 * notice, this list of conditions and the following disclaimer. 12868 * 12869 * * Redistributions in binary form must reproduce the above copyright 12870 * notice, this list of conditions and the following disclaimer in the 12871 * documentation and/or other materials provided with the distribution. 12872 * 12873 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12874 * may be used to endorse or promote products derived from this software 12875 * without specific prior written permission. 12876 * 12877 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12878 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12879 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12880 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12881 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12882 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12883 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12884 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12885 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12886 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12887 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12888 */ 12889 ==> engine/src/core/com/jme3/app/state/AppStateManager.java <== 12890 /* 12891 * Copyright (c) 2009-2010 jMonkeyEngine 12892 * All rights reserved. 12893 * 12894 * Redistribution and use in source and binary forms, with or without 12895 * modification, are permitted provided that the following conditions are 12896 * met: 12897 * 12898 * * Redistributions of source code must retain the above copyright 12899 * notice, this list of conditions and the following disclaimer. 12900 * 12901 * * Redistributions in binary form must reproduce the above copyright 12902 * notice, this list of conditions and the following disclaimer in the 12903 * documentation and/or other materials provided with the distribution. 12904 * 12905 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12906 * may be used to endorse or promote products derived from this software 12907 * without specific prior written permission. 12908 * 12909 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12910 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12911 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12912 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12913 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12914 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12915 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12916 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12917 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12918 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12919 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12920 */ 12921 ==> engine/src/core/com/jme3/app/SimpleApplication.java <== 12922 /* 12923 * Copyright (c) 2009-2010 jMonkeyEngine 12924 * All rights reserved. 12925 * 12926 * Redistribution and use in source and binary forms, with or without 12927 * modification, are permitted provided that the following conditions are 12928 * met: 12929 * 12930 * * Redistributions of source code must retain the above copyright 12931 * notice, this list of conditions and the following disclaimer. 12932 * 12933 * * Redistributions in binary form must reproduce the above copyright 12934 * notice, this list of conditions and the following disclaimer in the 12935 * documentation and/or other materials provided with the distribution. 12936 * 12937 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12938 * may be used to endorse or promote products derived from this software 12939 * without specific prior written permission. 12940 * 12941 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12942 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12943 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12944 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12945 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12946 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12947 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12948 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12949 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12950 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12951 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12952 */ 12953 ==> engine/src/core/com/jme3/app/StatsAppState.java <== 12954 /* 12955 * Copyright (c) 2009-2012 jMonkeyEngine 12956 * All rights reserved. 12957 * 12958 * Redistribution and use in source and binary forms, with or without 12959 * modification, are permitted provided that the following conditions are 12960 * met: 12961 * 12962 * * Redistributions of source code must retain the above copyright 12963 * notice, this list of conditions and the following disclaimer. 12964 * 12965 * * Redistributions in binary form must reproduce the above copyright 12966 * notice, this list of conditions and the following disclaimer in the 12967 * documentation and/or other materials provided with the distribution. 12968 * 12969 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 12970 * may be used to endorse or promote products derived from this software 12971 * without specific prior written permission. 12972 * 12973 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 12974 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 12975 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 12976 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 12977 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 12978 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 12979 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 12980 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 12981 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 12982 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 12983 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 12984 */ 12985 ==> engine/src/core/com/jme3/app/FlyCamAppState.java <== 12986 /* 12987 * Copyright (c) 2009-2012 jMonkeyEngine 12988 * All rights reserved. 12989 * 12990 * Redistribution and use in source and binary forms, with or without 12991 * modification, are permitted provided that the following conditions are 12992 * met: 12993 * 12994 * * Redistributions of source code must retain the above copyright 12995 * notice, this list of conditions and the following disclaimer. 12996 * 12997 * * Redistributions in binary form must reproduce the above copyright 12998 * notice, this list of conditions and the following disclaimer in the 12999 * documentation and/or other materials provided with the distribution. 13000 * 13001 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13002 * may be used to endorse or promote products derived from this software 13003 * without specific prior written permission. 13004 * 13005 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13006 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13007 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13008 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13009 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13010 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13011 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13012 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13013 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13014 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13015 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13016 */ 13017 ==> engine/src/core/com/jme3/app/Application.java <== 13018 /* 13019 * Copyright (c) 2009-2010 jMonkeyEngine 13020 * All rights reserved. 13021 * 13022 * Redistribution and use in source and binary forms, with or without 13023 * modification, are permitted provided that the following conditions are 13024 * met: 13025 * 13026 * * Redistributions of source code must retain the above copyright 13027 * notice, this list of conditions and the following disclaimer. 13028 * 13029 * * Redistributions in binary form must reproduce the above copyright 13030 * notice, this list of conditions and the following disclaimer in the 13031 * documentation and/or other materials provided with the distribution. 13032 * 13033 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13034 * may be used to endorse or promote products derived from this software 13035 * without specific prior written permission. 13036 * 13037 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13038 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13039 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13040 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13041 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13042 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13043 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13044 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13045 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13046 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13047 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13048 */ 13049 ==> engine/src/core/com/jme3/app/DebugKeysAppState.java <== 13050 /* 13051 * Copyright (c) 2009-2012 jMonkeyEngine 13052 * All rights reserved. 13053 * 13054 * Redistribution and use in source and binary forms, with or without 13055 * modification, are permitted provided that the following conditions are 13056 * met: 13057 * 13058 * * Redistributions of source code must retain the above copyright 13059 * notice, this list of conditions and the following disclaimer. 13060 * 13061 * * Redistributions in binary form must reproduce the above copyright 13062 * notice, this list of conditions and the following disclaimer in the 13063 * documentation and/or other materials provided with the distribution. 13064 * 13065 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13066 * may be used to endorse or promote products derived from this software 13067 * without specific prior written permission. 13068 * 13069 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13070 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13071 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13072 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13073 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13074 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13075 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13076 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13077 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13078 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13079 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13080 */ 13081 ==> engine/src/core/com/jme3/app/AppTask.java <== 13082 /* 13083 * Copyright (c) 2009-2010 jMonkeyEngine 13084 * All rights reserved. 13085 * 13086 * Redistribution and use in source and binary forms, with or without 13087 * modification, are permitted provided that the following conditions are 13088 * met: 13089 * 13090 * * Redistributions of source code must retain the above copyright 13091 * notice, this list of conditions and the following disclaimer. 13092 * 13093 * * Redistributions in binary form must reproduce the above copyright 13094 * notice, this list of conditions and the following disclaimer in the 13095 * documentation and/or other materials provided with the distribution. 13096 * 13097 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13098 * may be used to endorse or promote products derived from this software 13099 * without specific prior written permission. 13100 * 13101 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13102 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13103 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13104 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13105 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13106 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13107 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13108 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13109 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13110 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13111 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13112 */ 13113 ==> engine/src/core/com/jme3/effect/Particle.java <== 13114 /* 13115 * Copyright (c) 2009-2010 jMonkeyEngine 13116 * All rights reserved. 13117 * 13118 * Redistribution and use in source and binary forms, with or without 13119 * modification, are permitted provided that the following conditions are 13120 * met: 13121 * 13122 * * Redistributions of source code must retain the above copyright 13123 * notice, this list of conditions and the following disclaimer. 13124 * 13125 * * Redistributions in binary form must reproduce the above copyright 13126 * notice, this list of conditions and the following disclaimer in the 13127 * documentation and/or other materials provided with the distribution. 13128 * 13129 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13130 * may be used to endorse or promote products derived from this software 13131 * without specific prior written permission. 13132 * 13133 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13134 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13135 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13136 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13137 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13138 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13139 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13140 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13141 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13142 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13143 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13144 */ 13145 ==> engine/src/core/com/jme3/effect/package.html <== 13146 ==> engine/src/core/com/jme3/effect/ParticleComparator.java <== 13147 /* 13148 * Copyright (c) 2009-2010 jMonkeyEngine 13149 * All rights reserved. 13150 * 13151 * Redistribution and use in source and binary forms, with or without 13152 * modification, are permitted provided that the following conditions are 13153 * met: 13154 * 13155 * * Redistributions of source code must retain the above copyright 13156 * notice, this list of conditions and the following disclaimer. 13157 * 13158 * * Redistributions in binary form must reproduce the above copyright 13159 * notice, this list of conditions and the following disclaimer in the 13160 * documentation and/or other materials provided with the distribution. 13161 * 13162 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13163 * may be used to endorse or promote products derived from this software 13164 * without specific prior written permission. 13165 * 13166 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13167 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13168 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13169 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13170 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13171 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13172 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13173 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13174 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13175 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13176 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13177 */ 13178 ==> engine/src/core/com/jme3/effect/ParticleMesh.java <== 13179 /* 13180 * Copyright (c) 2009-2010 jMonkeyEngine 13181 * All rights reserved. 13182 * 13183 * Redistribution and use in source and binary forms, with or without 13184 * modification, are permitted provided that the following conditions are 13185 * met: 13186 * 13187 * * Redistributions of source code must retain the above copyright 13188 * notice, this list of conditions and the following disclaimer. 13189 * 13190 * * Redistributions in binary form must reproduce the above copyright 13191 * notice, this list of conditions and the following disclaimer in the 13192 * documentation and/or other materials provided with the distribution. 13193 * 13194 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13195 * may be used to endorse or promote products derived from this software 13196 * without specific prior written permission. 13197 * 13198 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13199 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13200 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13201 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13202 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13203 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13204 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13205 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13206 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13207 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13208 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13209 */ 13210 ==> engine/src/core/com/jme3/effect/ParticlePointMesh.java <== 13211 /* 13212 * Copyright (c) 2009-2010 jMonkeyEngine 13213 * All rights reserved. 13214 * 13215 * Redistribution and use in source and binary forms, with or without 13216 * modification, are permitted provided that the following conditions are 13217 * met: 13218 * 13219 * * Redistributions of source code must retain the above copyright 13220 * notice, this list of conditions and the following disclaimer. 13221 * 13222 * * Redistributions in binary form must reproduce the above copyright 13223 * notice, this list of conditions and the following disclaimer in the 13224 * documentation and/or other materials provided with the distribution. 13225 * 13226 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13227 * may be used to endorse or promote products derived from this software 13228 * without specific prior written permission. 13229 * 13230 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13231 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13232 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13233 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13234 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13235 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13236 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13237 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13238 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13239 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13240 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13241 */ 13242 ==> engine/src/core/com/jme3/effect/influencers/NewtonianParticleInfluencer.java <== 13243 /** 13244 * This influencer calculates initial velocity with the use of the emitter's shape. 13245 * @author Marcin Roguski (Kaelthas) 13246 */ 13247 ==> engine/src/core/com/jme3/effect/influencers/ParticleInfluencer.java <== 13248 /** 13249 * An interface that defines the methods to affect initial velocity of the particles. 13250 * @author Marcin Roguski (Kaelthas) 13251 */ 13252 ==> engine/src/core/com/jme3/effect/influencers/EmptyParticleInfluencer.java <== 13253 /** 13254 * This influencer does not influence particle at all. 13255 * It makes particles not to move. 13256 * @author Marcin Roguski (Kaelthas) 13257 */ 13258 ==> engine/src/core/com/jme3/effect/influencers/DefaultParticleInfluencer.java <== 13259 /** 13260 * This emitter influences the particles so that they move all in the same direction. 13261 * The direction may vary a little if the velocity variation is non zero. 13262 * This influencer is default for the particle emitter. 13263 * @author Marcin Roguski (Kaelthas) 13264 */ 13265 ==> engine/src/core/com/jme3/effect/shapes/EmitterBoxShape.java <== 13266 /* 13267 * Copyright (c) 2009-2010 jMonkeyEngine 13268 * All rights reserved. 13269 * 13270 * Redistribution and use in source and binary forms, with or without 13271 * modification, are permitted provided that the following conditions are 13272 * met: 13273 * 13274 * * Redistributions of source code must retain the above copyright 13275 * notice, this list of conditions and the following disclaimer. 13276 * 13277 * * Redistributions in binary form must reproduce the above copyright 13278 * notice, this list of conditions and the following disclaimer in the 13279 * documentation and/or other materials provided with the distribution. 13280 * 13281 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13282 * may be used to endorse or promote products derived from this software 13283 * without specific prior written permission. 13284 * 13285 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13286 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13287 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13288 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13289 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13290 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13291 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13292 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13293 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13294 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13295 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13296 */ 13297 ==> engine/src/core/com/jme3/effect/shapes/EmitterMeshVertexShape.java <== 13298 /** 13299 * This emiter shape emits the particles from the given shape's vertices 13300 * @author Marcin Roguski (Kaelthas) 13301 */ 13302 ==> engine/src/core/com/jme3/effect/shapes/EmitterPointShape.java <== 13303 /* 13304 * Copyright (c) 2009-2010 jMonkeyEngine 13305 * All rights reserved. 13306 * 13307 * Redistribution and use in source and binary forms, with or without 13308 * modification, are permitted provided that the following conditions are 13309 * met: 13310 * 13311 * * Redistributions of source code must retain the above copyright 13312 * notice, this list of conditions and the following disclaimer. 13313 * 13314 * * Redistributions in binary form must reproduce the above copyright 13315 * notice, this list of conditions and the following disclaimer in the 13316 * documentation and/or other materials provided with the distribution. 13317 * 13318 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13319 * may be used to endorse or promote products derived from this software 13320 * without specific prior written permission. 13321 * 13322 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13323 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13324 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13325 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13326 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13327 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13328 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13329 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13330 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13331 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13332 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13333 */ 13334 ==> engine/src/core/com/jme3/effect/shapes/EmitterMeshFaceShape.java <== 13335 /** 13336 * This emiter shape emits the particles from the given shape's faces. 13337 * @author Marcin Roguski (Kaelthas) 13338 */ 13339 ==> engine/src/core/com/jme3/effect/shapes/EmitterShape.java <== 13340 /* 13341 * Copyright (c) 2009-2010 jMonkeyEngine 13342 * All rights reserved. 13343 * 13344 * Redistribution and use in source and binary forms, with or without 13345 * modification, are permitted provided that the following conditions are 13346 * met: 13347 * 13348 * * Redistributions of source code must retain the above copyright 13349 * notice, this list of conditions and the following disclaimer. 13350 * 13351 * * Redistributions in binary form must reproduce the above copyright 13352 * notice, this list of conditions and the following disclaimer in the 13353 * documentation and/or other materials provided with the distribution. 13354 * 13355 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13356 * may be used to endorse or promote products derived from this software 13357 * without specific prior written permission. 13358 * 13359 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13360 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13361 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13362 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13363 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13364 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13365 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13366 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13367 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13368 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13369 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13370 */ 13371 ==> engine/src/core/com/jme3/effect/shapes/EmitterMeshConvexHullShape.java <== 13372 /** 13373 * This emiter shape emits the particles from the given shape's interior constrained by its convex hull 13374 * (a geometry that tightly wraps the mesh). So in case of multiple meshes some vertices may appear 13375 * in a space between them. 13376 * @author Marcin Roguski (Kaelthas) 13377 */ 13378 ==> engine/src/core/com/jme3/effect/shapes/EmitterSphereShape.java <== 13379 /* 13380 * Copyright (c) 2009-2010 jMonkeyEngine 13381 * All rights reserved. 13382 * 13383 * Redistribution and use in source and binary forms, with or without 13384 * modification, are permitted provided that the following conditions are 13385 * met: 13386 * 13387 * * Redistributions of source code must retain the above copyright 13388 * notice, this list of conditions and the following disclaimer. 13389 * 13390 * * Redistributions in binary form must reproduce the above copyright 13391 * notice, this list of conditions and the following disclaimer in the 13392 * documentation and/or other materials provided with the distribution. 13393 * 13394 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13395 * may be used to endorse or promote products derived from this software 13396 * without specific prior written permission. 13397 * 13398 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13399 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13400 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13401 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13402 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13403 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13404 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13405 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13406 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13407 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13408 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13409 */ 13410 ==> engine/src/core/com/jme3/effect/ParticleEmitter.java <== 13411 /* 13412 * Copyright (c) 2009-2012 jMonkeyEngine 13413 * All rights reserved. 13414 * 13415 * Redistribution and use in source and binary forms, with or without 13416 * modification, are permitted provided that the following conditions are 13417 * met: 13418 * 13419 * * Redistributions of source code must retain the above copyright 13420 * notice, this list of conditions and the following disclaimer. 13421 * 13422 * * Redistributions in binary form must reproduce the above copyright 13423 * notice, this list of conditions and the following disclaimer in the 13424 * documentation and/or other materials provided with the distribution. 13425 * 13426 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13427 * may be used to endorse or promote products derived from this software 13428 * without specific prior written permission. 13429 * 13430 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13431 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13432 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13433 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13434 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13435 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13436 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13437 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13438 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13439 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13440 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13441 */ 13442 ==> engine/src/core/com/jme3/effect/ParticleTriMesh.java <== 13443 /* 13444 * Copyright (c) 2009-2010 jMonkeyEngine 13445 * All rights reserved. 13446 * 13447 * Redistribution and use in source and binary forms, with or without 13448 * modification, are permitted provided that the following conditions are 13449 * met: 13450 * 13451 * * Redistributions of source code must retain the above copyright 13452 * notice, this list of conditions and the following disclaimer. 13453 * 13454 * * Redistributions in binary form must reproduce the above copyright 13455 * notice, this list of conditions and the following disclaimer in the 13456 * documentation and/or other materials provided with the distribution. 13457 * 13458 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13459 * may be used to endorse or promote products derived from this software 13460 * without specific prior written permission. 13461 * 13462 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13463 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13464 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13465 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13466 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13467 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13468 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13469 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13470 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13471 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13472 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13473 */ 13474 ==> engine/src/core/com/jme3/shader/UniformBinding.java <== 13475 /* 13476 * Copyright (c) 2009-2010 jMonkeyEngine 13477 * All rights reserved. 13478 * 13479 * Redistribution and use in source and binary forms, with or without 13480 * modification, are permitted provided that the following conditions are 13481 * met: 13482 * 13483 * * Redistributions of source code must retain the above copyright 13484 * notice, this list of conditions and the following disclaimer. 13485 * 13486 * * Redistributions in binary form must reproduce the above copyright 13487 * notice, this list of conditions and the following disclaimer in the 13488 * documentation and/or other materials provided with the distribution. 13489 * 13490 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13491 * may be used to endorse or promote products derived from this software 13492 * without specific prior written permission. 13493 * 13494 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13495 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13496 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13497 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13498 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13499 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13500 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13501 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13502 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13503 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13504 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13505 */ 13506 ==> engine/src/core/com/jme3/shader/Attribute.java <== 13507 /* 13508 * Copyright (c) 2009-2010 jMonkeyEngine 13509 * All rights reserved. 13510 * 13511 * Redistribution and use in source and binary forms, with or without 13512 * modification, are permitted provided that the following conditions are 13513 * met: 13514 * 13515 * * Redistributions of source code must retain the above copyright 13516 * notice, this list of conditions and the following disclaimer. 13517 * 13518 * * Redistributions in binary form must reproduce the above copyright 13519 * notice, this list of conditions and the following disclaimer in the 13520 * documentation and/or other materials provided with the distribution. 13521 * 13522 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13523 * may be used to endorse or promote products derived from this software 13524 * without specific prior written permission. 13525 * 13526 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13527 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13528 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13529 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13530 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13531 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13532 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13533 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13534 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13535 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13536 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13537 */ 13538 /** 13539 ==> engine/src/core/com/jme3/shader/Shader.java <== 13540 /* 13541 * Copyright (c) 2009-2010 jMonkeyEngine 13542 * All rights reserved. 13543 * 13544 * Redistribution and use in source and binary forms, with or without 13545 * modification, are permitted provided that the following conditions are 13546 * met: 13547 * 13548 * * Redistributions of source code must retain the above copyright 13549 * notice, this list of conditions and the following disclaimer. 13550 * 13551 * * Redistributions in binary form must reproduce the above copyright 13552 * notice, this list of conditions and the following disclaimer in the 13553 * documentation and/or other materials provided with the distribution. 13554 * 13555 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13556 * may be used to endorse or promote products derived from this software 13557 * without specific prior written permission. 13558 * 13559 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13560 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13561 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13562 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13563 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13564 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13565 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13566 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13567 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13568 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13569 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13570 */ 13571 ==> engine/src/core/com/jme3/shader/Uniform.java <== 13572 /* 13573 * Copyright (c) 2009-2010 jMonkeyEngine 13574 * All rights reserved. 13575 * 13576 * Redistribution and use in source and binary forms, with or without 13577 * modification, are permitted provided that the following conditions are 13578 * met: 13579 * 13580 * * Redistributions of source code must retain the above copyright 13581 * notice, this list of conditions and the following disclaimer. 13582 * 13583 * * Redistributions in binary form must reproduce the above copyright 13584 * notice, this list of conditions and the following disclaimer in the 13585 * documentation and/or other materials provided with the distribution. 13586 * 13587 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13588 * may be used to endorse or promote products derived from this software 13589 * without specific prior written permission. 13590 * 13591 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13592 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13593 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13594 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13595 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13596 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13597 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13598 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13599 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13600 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13601 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13602 */ 13603 ==> engine/src/core/com/jme3/shader/DefineList.java <== 13604 /* 13605 * Copyright (c) 2009-2010 jMonkeyEngine 13606 * All rights reserved. 13607 * 13608 * Redistribution and use in source and binary forms, with or without 13609 * modification, are permitted provided that the following conditions are 13610 * met: 13611 * 13612 * * Redistributions of source code must retain the above copyright 13613 * notice, this list of conditions and the following disclaimer. 13614 * 13615 * * Redistributions in binary form must reproduce the above copyright 13616 * notice, this list of conditions and the following disclaimer in the 13617 * documentation and/or other materials provided with the distribution. 13618 * 13619 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13620 * may be used to endorse or promote products derived from this software 13621 * without specific prior written permission. 13622 * 13623 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13624 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13625 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13626 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13627 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13628 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13629 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13630 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13631 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13632 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13633 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13634 */ 13635 ==> engine/src/core/com/jme3/shader/ShaderUtils.java <== 13636 /* 13637 * Copyright (c) 2009-2010 jMonkeyEngine 13638 * All rights reserved. 13639 * 13640 * Redistribution and use in source and binary forms, with or without 13641 * modification, are permitted provided that the following conditions are 13642 * met: 13643 * 13644 * * Redistributions of source code must retain the above copyright 13645 * notice, this list of conditions and the following disclaimer. 13646 * 13647 * * Redistributions in binary form must reproduce the above copyright 13648 * notice, this list of conditions and the following disclaimer in the 13649 * documentation and/or other materials provided with the distribution. 13650 * 13651 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13652 * may be used to endorse or promote products derived from this software 13653 * without specific prior written permission. 13654 * 13655 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13656 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13657 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13658 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13659 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13660 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13661 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13662 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13663 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13664 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13665 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13666 */ 13667 ==> engine/src/core/com/jme3/shader/ShaderKey.java <== 13668 /* 13669 * Copyright (c) 2009-2010 jMonkeyEngine 13670 * All rights reserved. 13671 * 13672 * Redistribution and use in source and binary forms, with or without 13673 * modification, are permitted provided that the following conditions are 13674 * met: 13675 * 13676 * * Redistributions of source code must retain the above copyright 13677 * notice, this list of conditions and the following disclaimer. 13678 * 13679 * * Redistributions in binary form must reproduce the above copyright 13680 * notice, this list of conditions and the following disclaimer in the 13681 * documentation and/or other materials provided with the distribution. 13682 * 13683 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13684 * may be used to endorse or promote products derived from this software 13685 * without specific prior written permission. 13686 * 13687 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13688 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13689 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13690 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13691 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13692 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13693 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13694 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13695 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13696 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13697 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13698 */ 13699 ==> engine/src/core/com/jme3/shader/ShaderVariable.java <== 13700 /* 13701 * Copyright (c) 2009-2010 jMonkeyEngine 13702 * All rights reserved. 13703 * 13704 * Redistribution and use in source and binary forms, with or without 13705 * modification, are permitted provided that the following conditions are 13706 * met: 13707 * 13708 * * Redistributions of source code must retain the above copyright 13709 * notice, this list of conditions and the following disclaimer. 13710 * 13711 * * Redistributions in binary form must reproduce the above copyright 13712 * notice, this list of conditions and the following disclaimer in the 13713 * documentation and/or other materials provided with the distribution. 13714 * 13715 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13716 * may be used to endorse or promote products derived from this software 13717 * without specific prior written permission. 13718 * 13719 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13720 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13721 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13722 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13723 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13724 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13725 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13726 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13727 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13728 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13729 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13730 */ 13731 ==> engine/src/core/com/jme3/shader/VarType.java <== 13732 /* 13733 * Copyright (c) 2009-2010 jMonkeyEngine 13734 * All rights reserved. 13735 * 13736 * Redistribution and use in source and binary forms, with or without 13737 * modification, are permitted provided that the following conditions are 13738 * met: 13739 * 13740 * * Redistributions of source code must retain the above copyright 13741 * notice, this list of conditions and the following disclaimer. 13742 * 13743 * * Redistributions in binary form must reproduce the above copyright 13744 * notice, this list of conditions and the following disclaimer in the 13745 * documentation and/or other materials provided with the distribution. 13746 * 13747 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13748 * may be used to endorse or promote products derived from this software 13749 * without specific prior written permission. 13750 * 13751 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13752 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13753 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13754 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13755 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13756 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13757 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13758 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13759 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13760 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13761 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13762 */ 13763 ==> engine/src/core/com/jme3/scene/mesh/WrappedIndexBuffer.java <== 13764 /** 13765 * <code>WrappedIndexBuffer</code> converts vertex indices from a non list based 13766 * mesh mode such as {@link Mode#TriangleStrip} or {@link Mode#LineLoop} 13767 * into a list based mode such as {@link Mode#Triangles} or {@link Mode#Lines}. 13768 * As it is often more convenient to read vertex data in list format 13769 * than in a non-list format, using this class is recommended to avoid 13770 * convoluting classes used to process mesh data from an external source. 13771 * 13772 * @author Kirill Vainer 13773 */ 13774 ==> engine/src/core/com/jme3/scene/mesh/package.html <== 13775 ==> engine/src/core/com/jme3/scene/mesh/IndexByteBuffer.java <== 13776 /* 13777 * Copyright (c) 2009-2010 jMonkeyEngine 13778 * All rights reserved. 13779 * 13780 * Redistribution and use in source and binary forms, with or without 13781 * modification, are permitted provided that the following conditions are 13782 * met: 13783 * 13784 * * Redistributions of source code must retain the above copyright 13785 * notice, this list of conditions and the following disclaimer. 13786 * 13787 * * Redistributions in binary form must reproduce the above copyright 13788 * notice, this list of conditions and the following disclaimer in the 13789 * documentation and/or other materials provided with the distribution. 13790 * 13791 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13792 * may be used to endorse or promote products derived from this software 13793 * without specific prior written permission. 13794 * 13795 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13796 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13797 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13798 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13799 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13800 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13801 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13802 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13803 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13804 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13805 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13806 */ 13807 ==> engine/src/core/com/jme3/scene/mesh/IndexBuffer.java <== 13808 /* 13809 * Copyright (c) 2009-2010 jMonkeyEngine 13810 * All rights reserved. 13811 * 13812 * Redistribution and use in source and binary forms, with or without 13813 * modification, are permitted provided that the following conditions are 13814 * met: 13815 * 13816 * * Redistributions of source code must retain the above copyright 13817 * notice, this list of conditions and the following disclaimer. 13818 * 13819 * * Redistributions in binary form must reproduce the above copyright 13820 * notice, this list of conditions and the following disclaimer in the 13821 * documentation and/or other materials provided with the distribution. 13822 * 13823 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13824 * may be used to endorse or promote products derived from this software 13825 * without specific prior written permission. 13826 * 13827 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13828 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13829 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13830 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13831 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13832 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13833 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13834 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13835 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13836 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13837 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13838 */ 13839 ==> engine/src/core/com/jme3/scene/mesh/IndexIntBuffer.java <== 13840 /* 13841 * Copyright (c) 2009-2010 jMonkeyEngine 13842 * All rights reserved. 13843 * 13844 * Redistribution and use in source and binary forms, with or without 13845 * modification, are permitted provided that the following conditions are 13846 * met: 13847 * 13848 * * Redistributions of source code must retain the above copyright 13849 * notice, this list of conditions and the following disclaimer. 13850 * 13851 * * Redistributions in binary form must reproduce the above copyright 13852 * notice, this list of conditions and the following disclaimer in the 13853 * documentation and/or other materials provided with the distribution. 13854 * 13855 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13856 * may be used to endorse or promote products derived from this software 13857 * without specific prior written permission. 13858 * 13859 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13860 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13861 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13862 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13863 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13864 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13865 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13866 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13867 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13868 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13869 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13870 */ 13871 ==> engine/src/core/com/jme3/scene/mesh/IndexShortBuffer.java <== 13872 /* 13873 * Copyright (c) 2009-2010 jMonkeyEngine 13874 * All rights reserved. 13875 * 13876 * Redistribution and use in source and binary forms, with or without 13877 * modification, are permitted provided that the following conditions are 13878 * met: 13879 * 13880 * * Redistributions of source code must retain the above copyright 13881 * notice, this list of conditions and the following disclaimer. 13882 * 13883 * * Redistributions in binary form must reproduce the above copyright 13884 * notice, this list of conditions and the following disclaimer in the 13885 * documentation and/or other materials provided with the distribution. 13886 * 13887 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13888 * may be used to endorse or promote products derived from this software 13889 * without specific prior written permission. 13890 * 13891 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13892 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13893 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13894 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13895 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13896 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13897 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13898 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13899 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13900 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13901 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13902 */ 13903 ==> engine/src/core/com/jme3/scene/mesh/VirtualIndexBuffer.java <== 13904 /** 13905 * IndexBuffer implementation that generates vertex indices sequentially 13906 * based on a specific Mesh {@link Mode}. 13907 * The generated indices are as if the mesh is in the given mode 13908 * but contains no index buffer, thus this implementation will 13909 * return the indices if the index buffer was there and contained sequential 13910 * triangles. 13911 * Example: 13912 * <ul> 13913 * <li>{@link Mode#Triangles}: 0, 1, 2 | 3, 4, 5 | 6, 7, 8 | ...</li> 13914 * <li>{@link Mode#TriangleStrip}: 0, 1, 2 | 2, 1, 3 | 2, 3, 4 | ...</li> 13915 * <li>{@link Mode#TriangleFan}: 0, 1, 2 | 0, 2, 3 | 0, 3, 4 | ...</li> 13916 * </ul> 13917 * 13918 * @author Kirill Vainer 13919 */ 13920 ==> engine/src/core/com/jme3/scene/package.html <== 13921 ==> engine/src/core/com/jme3/scene/SceneGraphVisitorAdapter.java <== 13922 /** 13923 * <code>SceneGraphVisitorAdapter</code> is used to traverse the scene 13924 * graph tree. The adapter version of the interface simply separates 13925 * between the {@link Geometry geometries} and the {@link Node nodes} by 13926 * supplying visit methods that take them. 13927 * Use by calling {@link Spatial#depthFirstTraversal(com.jme3.scene.SceneGraphVisitor) } 13928 * or {@link Spatial#breadthFirstTraversal(com.jme3.scene.SceneGraphVisitor)}. 13929 */ 13930 ==> engine/src/core/com/jme3/scene/Mesh.java <== 13931 /* 13932 * Copyright (c) 2009-2012 jMonkeyEngine 13933 * All rights reserved. 13934 * 13935 * Redistribution and use in source and binary forms, with or without 13936 * modification, are permitted provided that the following conditions are 13937 * met: 13938 * 13939 * * Redistributions of source code must retain the above copyright 13940 * notice, this list of conditions and the following disclaimer. 13941 * 13942 * * Redistributions in binary form must reproduce the above copyright 13943 * notice, this list of conditions and the following disclaimer in the 13944 * documentation and/or other materials provided with the distribution. 13945 * 13946 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13947 * may be used to endorse or promote products derived from this software 13948 * without specific prior written permission. 13949 * 13950 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13951 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13952 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13953 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 13954 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 13955 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 13956 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 13957 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 13958 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 13959 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 13960 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13961 */ 13962 ==> engine/src/core/com/jme3/scene/SimpleBatchNode.java <== 13963 /* 13964 * To change this template, choose Tools | Templates 13965 * and open the template in the editor. 13966 */ 13967 /** 13968 * 13969 * SimpleBatchNode comes with some restrictions, but can yield better performances. 13970 * Geometries to be batched has to be attached directly to the BatchNode 13971 * You can't attach a Node to a SimpleBatchNode 13972 * SimpleBatchNode is recommended when you have a large number of geometries using the same material that does not require a complex scene graph structure. 13973 * @see BatchNode 13974 * @author Nehon 13975 */ 13976 ==> engine/src/core/com/jme3/scene/BatchNode.java <== 13977 /* 13978 * Copyright (c) 2009-2012 jMonkeyEngine 13979 * All rights reserved. 13980 * 13981 * Redistribution and use in source and binary forms, with or without 13982 * modification, are permitted provided that the following conditions are 13983 * met: 13984 * 13985 * * Redistributions of source code must retain the above copyright 13986 * notice, this list of conditions and the following disclaimer. 13987 * 13988 * * Redistributions in binary form must reproduce the above copyright 13989 * notice, this list of conditions and the following disclaimer in the 13990 * documentation and/or other materials provided with the distribution. 13991 * 13992 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 13993 * may be used to endorse or promote products derived from this software 13994 * without specific prior written permission. 13995 * 13996 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 13997 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 13998 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13999 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14000 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14001 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14002 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14003 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14004 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14005 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14006 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14007 */ 14008 ==> engine/src/core/com/jme3/scene/UserData.java <== 14009 /* 14010 * Copyright (c) 2009-2010 jMonkeyEngine 14011 * All rights reserved. 14012 * 14013 * Redistribution and use in source and binary forms, with or without 14014 * modification, are permitted provided that the following conditions are 14015 * met: 14016 * 14017 * * Redistributions of source code must retain the above copyright 14018 * notice, this list of conditions and the following disclaimer. 14019 * 14020 * * Redistributions in binary form must reproduce the above copyright 14021 * notice, this list of conditions and the following disclaimer in the 14022 * documentation and/or other materials provided with the distribution. 14023 * 14024 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14025 * may be used to endorse or promote products derived from this software 14026 * without specific prior written permission. 14027 * 14028 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14029 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14030 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14031 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14032 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14033 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14034 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14035 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14036 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14037 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14038 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14039 */ 14040 ==> engine/src/core/com/jme3/scene/CameraNode.java <== 14041 /* 14042 * Copyright (c) 2009-2010 jMonkeyEngine 14043 * All rights reserved. 14044 * 14045 * Redistribution and use in source and binary forms, with or without 14046 * modification, are permitted provided that the following conditions are 14047 * met: 14048 * 14049 * * Redistributions of source code must retain the above copyright 14050 * notice, this list of conditions and the following disclaimer. 14051 * 14052 * * Redistributions in binary form must reproduce the above copyright 14053 * notice, this list of conditions and the following disclaimer in the 14054 * documentation and/or other materials provided with the distribution. 14055 * 14056 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14057 * may be used to endorse or promote products derived from this software 14058 * without specific prior written permission. 14059 * 14060 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14061 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14062 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14063 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14064 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14065 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14066 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14067 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14068 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14069 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14070 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14071 */ 14072 ==> engine/src/core/com/jme3/scene/AssetLinkNode.java <== 14073 /* 14074 * Copyright (c) 2009-2010 jMonkeyEngine 14075 * All rights reserved. 14076 * 14077 * Redistribution and use in source and binary forms, with or without 14078 * modification, are permitted provided that the following conditions are 14079 * met: 14080 * 14081 * * Redistributions of source code must retain the above copyright 14082 * notice, this list of conditions and the following disclaimer. 14083 * 14084 * * Redistributions in binary form must reproduce the above copyright 14085 * notice, this list of conditions and the following disclaimer in the 14086 * documentation and/or other materials provided with the distribution. 14087 * 14088 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14089 * may be used to endorse or promote products derived from this software 14090 * without specific prior written permission. 14091 * 14092 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14093 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14094 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14095 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14096 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14097 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14098 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14099 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14100 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14101 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14102 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14103 */ 14104 ==> engine/src/core/com/jme3/scene/VertexBuffer.java <== 14105 /* 14106 * Copyright (c) 2009-2010 jMonkeyEngine 14107 * All rights reserved. 14108 * 14109 * Redistribution and use in source and binary forms, with or without 14110 * modification, are permitted provided that the following conditions are 14111 * met: 14112 * 14113 * * Redistributions of source code must retain the above copyright 14114 * notice, this list of conditions and the following disclaimer. 14115 * 14116 * * Redistributions in binary form must reproduce the above copyright 14117 * notice, this list of conditions and the following disclaimer in the 14118 * documentation and/or other materials provided with the distribution. 14119 * 14120 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14121 * may be used to endorse or promote products derived from this software 14122 * without specific prior written permission. 14123 * 14124 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14125 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14126 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14127 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14128 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14129 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14130 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14131 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14132 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14133 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14134 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14135 */ 14136 ==> engine/src/core/com/jme3/scene/Geometry.java <== 14137 /* 14138 * Copyright (c) 2009-2010 jMonkeyEngine 14139 * All rights reserved. 14140 * 14141 * Redistribution and use in source and binary forms, with or without 14142 * modification, are permitted provided that the following conditions are 14143 * met: 14144 * 14145 * * Redistributions of source code must retain the above copyright 14146 * notice, this list of conditions and the following disclaimer. 14147 * 14148 * * Redistributions in binary form must reproduce the above copyright 14149 * notice, this list of conditions and the following disclaimer in the 14150 * documentation and/or other materials provided with the distribution. 14151 * 14152 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14153 * may be used to endorse or promote products derived from this software 14154 * without specific prior written permission. 14155 * 14156 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14157 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14158 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14159 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14160 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14161 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14162 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14163 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14164 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14165 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14166 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14167 */ 14168 ==> engine/src/core/com/jme3/scene/debug/SkeletonDebugger.java <== 14169 /* 14170 * Copyright (c) 2009-2010 jMonkeyEngine 14171 * All rights reserved. 14172 * 14173 * Redistribution and use in source and binary forms, with or without 14174 * modification, are permitted provided that the following conditions are 14175 * met: 14176 * 14177 * * Redistributions of source code must retain the above copyright 14178 * notice, this list of conditions and the following disclaimer. 14179 * 14180 * * Redistributions in binary form must reproduce the above copyright 14181 * notice, this list of conditions and the following disclaimer in the 14182 * documentation and/or other materials provided with the distribution. 14183 * 14184 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14185 * may be used to endorse or promote products derived from this software 14186 * without specific prior written permission. 14187 * 14188 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14189 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14190 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14191 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14192 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14193 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14194 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14195 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14196 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14197 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14198 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14199 */ 14200 ==> engine/src/core/com/jme3/scene/debug/WireBox.java <== 14201 /* 14202 * Copyright (c) 2009-2010 jMonkeyEngine 14203 * All rights reserved. 14204 * 14205 * Redistribution and use in source and binary forms, with or without 14206 * modification, are permitted provided that the following conditions are 14207 * met: 14208 * 14209 * * Redistributions of source code must retain the above copyright 14210 * notice, this list of conditions and the following disclaimer. 14211 * 14212 * * Redistributions in binary form must reproduce the above copyright 14213 * notice, this list of conditions and the following disclaimer in the 14214 * documentation and/or other materials provided with the distribution. 14215 * 14216 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14217 * may be used to endorse or promote products derived from this software 14218 * without specific prior written permission. 14219 * 14220 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14221 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14222 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14223 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14224 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14225 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14226 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14227 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14228 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14229 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14230 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14231 */ 14232 ==> engine/src/core/com/jme3/scene/debug/WireSphere.java <== 14233 /* 14234 * Copyright (c) 2009-2010 jMonkeyEngine 14235 * All rights reserved. 14236 * 14237 * Redistribution and use in source and binary forms, with or without 14238 * modification, are permitted provided that the following conditions are 14239 * met: 14240 * 14241 * * Redistributions of source code must retain the above copyright 14242 * notice, this list of conditions and the following disclaimer. 14243 * 14244 * * Redistributions in binary form must reproduce the above copyright 14245 * notice, this list of conditions and the following disclaimer in the 14246 * documentation and/or other materials provided with the distribution. 14247 * 14248 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14249 * may be used to endorse or promote products derived from this software 14250 * without specific prior written permission. 14251 * 14252 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14253 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14254 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14255 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14256 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14257 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14258 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14259 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14260 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14261 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14262 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14263 */ 14264 ==> engine/src/core/com/jme3/scene/debug/Arrow.java <== 14265 /* 14266 * Copyright (c) 2009-2010 jMonkeyEngine 14267 * All rights reserved. 14268 * 14269 * Redistribution and use in source and binary forms, with or without 14270 * modification, are permitted provided that the following conditions are 14271 * met: 14272 * 14273 * * Redistributions of source code must retain the above copyright 14274 * notice, this list of conditions and the following disclaimer. 14275 * 14276 * * Redistributions in binary form must reproduce the above copyright 14277 * notice, this list of conditions and the following disclaimer in the 14278 * documentation and/or other materials provided with the distribution. 14279 * 14280 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14281 * may be used to endorse or promote products derived from this software 14282 * without specific prior written permission. 14283 * 14284 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14285 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14286 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14287 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14288 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14289 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14290 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14291 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14292 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14293 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14294 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14295 */ 14296 ==> engine/src/core/com/jme3/scene/debug/SkeletonPoints.java <== 14297 /* 14298 * Copyright (c) 2009-2010 jMonkeyEngine 14299 * All rights reserved. 14300 * 14301 * Redistribution and use in source and binary forms, with or without 14302 * modification, are permitted provided that the following conditions are 14303 * met: 14304 * 14305 * * Redistributions of source code must retain the above copyright 14306 * notice, this list of conditions and the following disclaimer. 14307 * 14308 * * Redistributions in binary form must reproduce the above copyright 14309 * notice, this list of conditions and the following disclaimer in the 14310 * documentation and/or other materials provided with the distribution. 14311 * 14312 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14313 * may be used to endorse or promote products derived from this software 14314 * without specific prior written permission. 14315 * 14316 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14317 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14318 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14319 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14320 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14321 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14322 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14323 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14324 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14325 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14326 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14327 */ 14328 ==> engine/src/core/com/jme3/scene/debug/SkeletonWire.java <== 14329 /* 14330 * Copyright (c) 2009-2010 jMonkeyEngine 14331 * All rights reserved. 14332 * 14333 * Redistribution and use in source and binary forms, with or without 14334 * modification, are permitted provided that the following conditions are 14335 * met: 14336 * 14337 * * Redistributions of source code must retain the above copyright 14338 * notice, this list of conditions and the following disclaimer. 14339 * 14340 * * Redistributions in binary form must reproduce the above copyright 14341 * notice, this list of conditions and the following disclaimer in the 14342 * documentation and/or other materials provided with the distribution. 14343 * 14344 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14345 * may be used to endorse or promote products derived from this software 14346 * without specific prior written permission. 14347 * 14348 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14349 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14350 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14351 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14352 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14353 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14354 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14355 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14356 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14357 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14358 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14359 */ 14360 ==> engine/src/core/com/jme3/scene/debug/Grid.java <== 14361 /* 14362 * Copyright (c) 2009-2010 jMonkeyEngine 14363 * All rights reserved. 14364 * 14365 * Redistribution and use in source and binary forms, with or without 14366 * modification, are permitted provided that the following conditions are 14367 * met: 14368 * 14369 * * Redistributions of source code must retain the above copyright 14370 * notice, this list of conditions and the following disclaimer. 14371 * 14372 * * Redistributions in binary form must reproduce the above copyright 14373 * notice, this list of conditions and the following disclaimer in the 14374 * documentation and/or other materials provided with the distribution. 14375 * 14376 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14377 * may be used to endorse or promote products derived from this software 14378 * without specific prior written permission. 14379 * 14380 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14381 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14382 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14383 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14384 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14385 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14386 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14387 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14388 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14389 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14390 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14391 */ 14392 ==> engine/src/core/com/jme3/scene/debug/WireFrustum.java <== 14393 /* 14394 * Copyright (c) 2009-2010 jMonkeyEngine 14395 * All rights reserved. 14396 * 14397 * Redistribution and use in source and binary forms, with or without 14398 * modification, are permitted provided that the following conditions are 14399 * met: 14400 * 14401 * * Redistributions of source code must retain the above copyright 14402 * notice, this list of conditions and the following disclaimer. 14403 * 14404 * * Redistributions in binary form must reproduce the above copyright 14405 * notice, this list of conditions and the following disclaimer in the 14406 * documentation and/or other materials provided with the distribution. 14407 * 14408 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14409 * may be used to endorse or promote products derived from this software 14410 * without specific prior written permission. 14411 * 14412 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14413 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14414 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14415 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14416 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14417 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14418 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14419 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14420 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14421 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14422 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14423 */ 14424 ==> engine/src/core/com/jme3/scene/shape/Line.java <== 14425 /* 14426 * Copyright (c) 2009-2010 jMonkeyEngine 14427 * All rights reserved. 14428 * 14429 * Redistribution and use in source and binary forms, with or without 14430 * modification, are permitted provided that the following conditions are 14431 * met: 14432 * 14433 * * Redistributions of source code must retain the above copyright 14434 * notice, this list of conditions and the following disclaimer. 14435 * 14436 * * Redistributions in binary form must reproduce the above copyright 14437 * notice, this list of conditions and the following disclaimer in the 14438 * documentation and/or other materials provided with the distribution. 14439 * 14440 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14441 * may be used to endorse or promote products derived from this software 14442 * without specific prior written permission. 14443 * 14444 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14445 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14446 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14447 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14448 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14449 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14450 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14451 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14452 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14453 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14454 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14455 */ 14456 ==> engine/src/core/com/jme3/scene/shape/Sphere.java <== 14457 /* 14458 * Copyright (c) 2009-2010 jMonkeyEngine 14459 * All rights reserved. 14460 * 14461 * Redistribution and use in source and binary forms, with or without 14462 * modification, are permitted provided that the following conditions are 14463 * met: 14464 * 14465 * * Redistributions of source code must retain the above copyright 14466 * notice, this list of conditions and the following disclaimer. 14467 * 14468 * * Redistributions in binary form must reproduce the above copyright 14469 * notice, this list of conditions and the following disclaimer in the 14470 * documentation and/or other materials provided with the distribution. 14471 * 14472 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14473 * may be used to endorse or promote products derived from this software 14474 * without specific prior written permission. 14475 * 14476 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14477 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14478 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14479 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14480 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14481 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14482 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14483 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14484 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14485 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14486 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14487 */ 14488 ==> engine/src/core/com/jme3/scene/shape/Cylinder.java <== 14489 /* 14490 * Copyright (c) 2009-2010 jMonkeyEngine 14491 * All rights reserved. 14492 * 14493 * Redistribution and use in source and binary forms, with or without 14494 * modification, are permitted provided that the following conditions are 14495 * met: 14496 * 14497 * * Redistributions of source code must retain the above copyright 14498 * notice, this list of conditions and the following disclaimer. 14499 * 14500 * * Redistributions in binary form must reproduce the above copyright 14501 * notice, this list of conditions and the following disclaimer in the 14502 * documentation and/or other materials provided with the distribution. 14503 * 14504 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14505 * may be used to endorse or promote products derived from this software 14506 * without specific prior written permission. 14507 * 14508 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14509 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14510 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14511 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14512 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14513 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14514 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14515 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14516 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14517 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14518 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14519 */ 14520 ==> engine/src/core/com/jme3/scene/shape/Curve.java <== 14521 /* 14522 * Copyright (c) 2009-2010 jMonkeyEngine 14523 * All rights reserved. 14524 * 14525 * Redistribution and use in source and binary forms, with or without 14526 * modification, are permitted provided that the following conditions are 14527 * met: 14528 * 14529 * * Redistributions of source code must retain the above copyright 14530 * notice, this list of conditions and the following disclaimer. 14531 * 14532 * * Redistributions in binary form must reproduce the above copyright 14533 * notice, this list of conditions and the following disclaimer in the 14534 * documentation and/or other materials provided with the distribution. 14535 * 14536 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14537 * may be used to endorse or promote products derived from this software 14538 * without specific prior written permission. 14539 * 14540 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14541 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14542 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14543 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14544 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14545 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14546 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14547 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14548 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14549 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14550 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14551 */ 14552 ==> engine/src/core/com/jme3/scene/shape/PQTorus.java <== 14553 /* 14554 * Copyright (c) 2009-2012 jMonkeyEngine 14555 * All rights reserved. 14556 * 14557 * Redistribution and use in source and binary forms, with or without 14558 * modification, are permitted provided that the following conditions are 14559 * met: 14560 * 14561 * * Redistributions of source code must retain the above copyright 14562 * notice, this list of conditions and the following disclaimer. 14563 * 14564 * * Redistributions in binary form must reproduce the above copyright 14565 * notice, this list of conditions and the following disclaimer in the 14566 * documentation and/or other materials provided with the distribution. 14567 * 14568 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14569 * may be used to endorse or promote products derived from this software 14570 * without specific prior written permission. 14571 * 14572 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14573 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14574 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14575 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14576 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14577 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14578 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14579 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14580 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14581 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14582 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14583 */ 14584 ==> engine/src/core/com/jme3/scene/shape/Box.java <== 14585 /* 14586 * Copyright (c) 2009-2010 jMonkeyEngine 14587 * All rights reserved. 14588 * 14589 * Redistribution and use in source and binary forms, with or without 14590 * modification, are permitted provided that the following conditions are 14591 * met: 14592 * 14593 * * Redistributions of source code must retain the above copyright 14594 * notice, this list of conditions and the following disclaimer. 14595 * 14596 * * Redistributions in binary form must reproduce the above copyright 14597 * notice, this list of conditions and the following disclaimer in the 14598 * documentation and/or other materials provided with the distribution. 14599 * 14600 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14601 * may be used to endorse or promote products derived from this software 14602 * without specific prior written permission. 14603 * 14604 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14605 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14606 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14607 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14608 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14609 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14610 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14611 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14612 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14613 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14614 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14615 */ 14616 ==> engine/src/core/com/jme3/scene/shape/Quad.java <== 14617 /* 14618 * Copyright (c) 2009-2010 jMonkeyEngine 14619 * All rights reserved. 14620 * 14621 * Redistribution and use in source and binary forms, with or without 14622 * modification, are permitted provided that the following conditions are 14623 * met: 14624 * 14625 * * Redistributions of source code must retain the above copyright 14626 * notice, this list of conditions and the following disclaimer. 14627 * 14628 * * Redistributions in binary form must reproduce the above copyright 14629 * notice, this list of conditions and the following disclaimer in the 14630 * documentation and/or other materials provided with the distribution. 14631 * 14632 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14633 * may be used to endorse or promote products derived from this software 14634 * without specific prior written permission. 14635 * 14636 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14637 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14638 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14639 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14640 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14641 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14642 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14643 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14644 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14645 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14646 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14647 */ 14648 ==> engine/src/core/com/jme3/scene/shape/Torus.java <== 14649 /* 14650 * Copyright (c) 2009-2010 jMonkeyEngine 14651 * All rights reserved. 14652 * 14653 * Redistribution and use in source and binary forms, with or without 14654 * modification, are permitted provided that the following conditions are 14655 * met: 14656 * 14657 * * Redistributions of source code must retain the above copyright 14658 * notice, this list of conditions and the following disclaimer. 14659 * 14660 * * Redistributions in binary form must reproduce the above copyright 14661 * notice, this list of conditions and the following disclaimer in the 14662 * documentation and/or other materials provided with the distribution. 14663 * 14664 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14665 * may be used to endorse or promote products derived from this software 14666 * without specific prior written permission. 14667 * 14668 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14669 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14670 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14671 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14672 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14673 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14674 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14675 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14676 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14677 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14678 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14679 */ 14680 ==> engine/src/core/com/jme3/scene/shape/StripBox.java <== 14681 /* 14682 * Copyright (c) 2009-2010 jMonkeyEngine 14683 * All rights reserved. 14684 * 14685 * Redistribution and use in source and binary forms, with or without 14686 * modification, are permitted provided that the following conditions are 14687 * met: 14688 * 14689 * * Redistributions of source code must retain the above copyright 14690 * notice, this list of conditions and the following disclaimer. 14691 * 14692 * * Redistributions in binary form must reproduce the above copyright 14693 * notice, this list of conditions and the following disclaimer in the 14694 * documentation and/or other materials provided with the distribution. 14695 * 14696 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14697 * may be used to endorse or promote products derived from this software 14698 * without specific prior written permission. 14699 * 14700 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14701 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14702 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14703 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14704 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14705 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14706 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14707 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14708 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14709 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14710 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14711 */ 14712 ==> engine/src/core/com/jme3/scene/shape/Dome.java <== 14713 /* 14714 * Copyright (c) 2009-2010 jMonkeyEngine 14715 * All rights reserved. 14716 * 14717 * Redistribution and use in source and binary forms, with or without 14718 * modification, are permitted provided that the following conditions are 14719 * met: 14720 * 14721 * * Redistributions of source code must retain the above copyright 14722 * notice, this list of conditions and the following disclaimer. 14723 * 14724 * * Redistributions in binary form must reproduce the above copyright 14725 * notice, this list of conditions and the following disclaimer in the 14726 * documentation and/or other materials provided with the distribution. 14727 * 14728 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14729 * may be used to endorse or promote products derived from this software 14730 * without specific prior written permission. 14731 * 14732 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14733 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14734 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14735 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14736 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14737 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14738 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14739 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14740 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14741 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14742 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14743 */ 14744 ==> engine/src/core/com/jme3/scene/shape/Surface.java <== 14745 /** 14746 * This class represents a surface described by knots, weights and control points. 14747 * Currently the following types are supported: 14748 * a) NURBS 14749 * @author Marcin Roguski (Kealthas) 14750 */ 14751 ==> engine/src/core/com/jme3/scene/shape/AbstractBox.java <== 14752 /* 14753 * Copyright (c) 2009-2010 jMonkeyEngine 14754 * All rights reserved. 14755 * 14756 * Redistribution and use in source and binary forms, with or without 14757 * modification, are permitted provided that the following conditions are 14758 * met: 14759 * 14760 * * Redistributions of source code must retain the above copyright 14761 * notice, this list of conditions and the following disclaimer. 14762 * 14763 * * Redistributions in binary form must reproduce the above copyright 14764 * notice, this list of conditions and the following disclaimer in the 14765 * documentation and/or other materials provided with the distribution. 14766 * 14767 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14768 * may be used to endorse or promote products derived from this software 14769 * without specific prior written permission. 14770 * 14771 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14772 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14773 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14774 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14775 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14776 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14777 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14778 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14779 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14780 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14781 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14782 */ 14783 ==> engine/src/core/com/jme3/scene/Spatial.java <== 14784 /* 14785 * Copyright (c) 2009-2010 jMonkeyEngine 14786 * All rights reserved. 14787 * 14788 * Redistribution and use in source and binary forms, with or without 14789 * modification, are permitted provided that the following conditions are 14790 * met: 14791 * 14792 * * Redistributions of source code must retain the above copyright 14793 * notice, this list of conditions and the following disclaimer. 14794 * 14795 * * Redistributions in binary form must reproduce the above copyright 14796 * notice, this list of conditions and the following disclaimer in the 14797 * documentation and/or other materials provided with the distribution. 14798 * 14799 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14800 * may be used to endorse or promote products derived from this software 14801 * without specific prior written permission. 14802 * 14803 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14804 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14805 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14806 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14807 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14808 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14809 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14810 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14811 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14812 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14813 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14814 */ 14815 ==> engine/src/core/com/jme3/scene/Node.java <== 14816 /* 14817 * Copyright (c) 2009-2010 jMonkeyEngine 14818 * All rights reserved. 14819 * 14820 * Redistribution and use in source and binary forms, with or without 14821 * modification, are permitted provided that the following conditions are 14822 * met: 14823 * 14824 * * Redistributions of source code must retain the above copyright 14825 * notice, this list of conditions and the following disclaimer. 14826 * 14827 * * Redistributions in binary form must reproduce the above copyright 14828 * notice, this list of conditions and the following disclaimer in the 14829 * documentation and/or other materials provided with the distribution. 14830 * 14831 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14832 * may be used to endorse or promote products derived from this software 14833 * without specific prior written permission. 14834 * 14835 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14836 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14837 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14838 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14839 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14840 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14841 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14842 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14843 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14844 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14845 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14846 */ 14847 ==> engine/src/core/com/jme3/scene/LightNode.java <== 14848 /* 14849 * Copyright (c) 2009-2010 jMonkeyEngine 14850 * All rights reserved. 14851 * 14852 * Redistribution and use in source and binary forms, with or without 14853 * modification, are permitted provided that the following conditions are 14854 * met: 14855 * 14856 * * Redistributions of source code must retain the above copyright 14857 * notice, this list of conditions and the following disclaimer. 14858 * 14859 * * Redistributions in binary form must reproduce the above copyright 14860 * notice, this list of conditions and the following disclaimer in the 14861 * documentation and/or other materials provided with the distribution. 14862 * 14863 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14864 * may be used to endorse or promote products derived from this software 14865 * without specific prior written permission. 14866 * 14867 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14868 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14869 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14870 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14871 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14872 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14873 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14874 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14875 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14876 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14877 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14878 */ 14879 ==> engine/src/core/com/jme3/scene/SceneGraphVisitor.java <== 14880 /** 14881 * <code>SceneGraphVisitorAdapter</code> is used to traverse the scene 14882 * graph tree. 14883 * Use by calling {@link Spatial#depthFirstTraversal(com.jme3.scene.SceneGraphVisitor) } 14884 * or {@link Spatial#breadthFirstTraversal(com.jme3.scene.SceneGraphVisitor)}. 14885 */ 14886 ==> engine/src/core/com/jme3/scene/CollisionData.java <== 14887 /* 14888 * Copyright (c) 2009-2010 jMonkeyEngine 14889 * All rights reserved. 14890 * 14891 * Redistribution and use in source and binary forms, with or without 14892 * modification, are permitted provided that the following conditions are 14893 * met: 14894 * 14895 * * Redistributions of source code must retain the above copyright 14896 * notice, this list of conditions and the following disclaimer. 14897 * 14898 * * Redistributions in binary form must reproduce the above copyright 14899 * notice, this list of conditions and the following disclaimer in the 14900 * documentation and/or other materials provided with the distribution. 14901 * 14902 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14903 * may be used to endorse or promote products derived from this software 14904 * without specific prior written permission. 14905 * 14906 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14907 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14908 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14909 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14910 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14911 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14912 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14913 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14914 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14915 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14916 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14917 */ 14918 ==> engine/src/core/com/jme3/scene/control/package.html <== 14919 ==> engine/src/core/com/jme3/scene/control/LodControl.java <== 14920 /* 14921 * Copyright (c) 2009-2010 jMonkeyEngine 14922 * All rights reserved. 14923 * 14924 * Redistribution and use in source and binary forms, with or without 14925 * modification, are permitted provided that the following conditions are 14926 * met: 14927 * 14928 * * Redistributions of source code must retain the above copyright 14929 * notice, this list of conditions and the following disclaimer. 14930 * 14931 * * Redistributions in binary form must reproduce the above copyright 14932 * notice, this list of conditions and the following disclaimer in the 14933 * documentation and/or other materials provided with the distribution. 14934 * 14935 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14936 * may be used to endorse or promote products derived from this software 14937 * without specific prior written permission. 14938 * 14939 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14940 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14941 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14942 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14943 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14944 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14945 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14946 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14947 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14948 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14949 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14950 */ 14951 ==> engine/src/core/com/jme3/scene/control/AbstractControl.java <== 14952 /* 14953 * Copyright (c) 2009-2010 jMonkeyEngine 14954 * All rights reserved. 14955 * 14956 * Redistribution and use in source and binary forms, with or without 14957 * modification, are permitted provided that the following conditions are 14958 * met: 14959 * 14960 * * Redistributions of source code must retain the above copyright 14961 * notice, this list of conditions and the following disclaimer. 14962 * 14963 * * Redistributions in binary form must reproduce the above copyright 14964 * notice, this list of conditions and the following disclaimer in the 14965 * documentation and/or other materials provided with the distribution. 14966 * 14967 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 14968 * may be used to endorse or promote products derived from this software 14969 * without specific prior written permission. 14970 * 14971 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 14972 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 14973 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 14974 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 14975 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 14976 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 14977 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 14978 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 14979 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 14980 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 14981 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14982 */ 14983 ==> engine/src/core/com/jme3/scene/control/BillboardControl.java <== 14984 /* 14985 * Copyright (c) 2009-2010 jMonkeyEngine 14986 * All rights reserved. 14987 * 14988 * Redistribution and use in source and binary forms, with or without 14989 * modification, are permitted provided that the following conditions are 14990 * met: 14991 * 14992 * * Redistributions of source code must retain the above copyright 14993 * notice, this list of conditions and the following disclaimer. 14994 * 14995 * * Redistributions in binary form must reproduce the above copyright 14996 * notice, this list of conditions and the following disclaimer in the 14997 * documentation and/or other materials provided with the distribution. 14998 * 14999 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15000 * may be used to endorse or promote products derived from this software 15001 * without specific prior written permission. 15002 * 15003 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15004 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15005 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15006 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15007 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15008 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15009 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15010 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15011 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15012 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15013 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15014 */ 15015 ==> engine/src/core/com/jme3/scene/control/LightControl.java <== 15016 /* 15017 * Copyright (c) 2009-2010 jMonkeyEngine 15018 * All rights reserved. 15019 * 15020 * Redistribution and use in source and binary forms, with or without 15021 * modification, are permitted provided that the following conditions are 15022 * met: 15023 * 15024 * * Redistributions of source code must retain the above copyright 15025 * notice, this list of conditions and the following disclaimer. 15026 * 15027 * * Redistributions in binary form must reproduce the above copyright 15028 * notice, this list of conditions and the following disclaimer in the 15029 * documentation and/or other materials provided with the distribution. 15030 * 15031 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15032 * may be used to endorse or promote products derived from this software 15033 * without specific prior written permission. 15034 * 15035 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15036 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15037 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15038 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15039 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15040 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15041 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15042 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15043 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15044 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15045 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15046 */ 15047 ==> engine/src/core/com/jme3/scene/control/AreaUtils.java <== 15048 /* 15049 * Copyright (c) 2009-2010 jMonkeyEngine 15050 * All rights reserved. 15051 * 15052 * Redistribution and use in source and binary forms, with or without 15053 * modification, are permitted provided that the following conditions are 15054 * met: 15055 * 15056 * * Redistributions of source code must retain the above copyright 15057 * notice, this list of conditions and the following disclaimer. 15058 * 15059 * * Redistributions in binary form must reproduce the above copyright 15060 * notice, this list of conditions and the following disclaimer in the 15061 * documentation and/or other materials provided with the distribution. 15062 * 15063 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15064 * may be used to endorse or promote products derived from this software 15065 * without specific prior written permission. 15066 * 15067 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15068 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15069 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15070 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15071 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15072 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15073 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15074 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15075 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15076 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15077 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15078 */ 15079 ==> engine/src/core/com/jme3/scene/control/CameraControl.java <== 15080 /* 15081 * Copyright (c) 2009-2010 jMonkeyEngine 15082 * All rights reserved. 15083 * 15084 * Redistribution and use in source and binary forms, with or without 15085 * modification, are permitted provided that the following conditions are 15086 * met: 15087 * 15088 * * Redistributions of source code must retain the above copyright 15089 * notice, this list of conditions and the following disclaimer. 15090 * 15091 * * Redistributions in binary form must reproduce the above copyright 15092 * notice, this list of conditions and the following disclaimer in the 15093 * documentation and/or other materials provided with the distribution. 15094 * 15095 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15096 * may be used to endorse or promote products derived from this software 15097 * without specific prior written permission. 15098 * 15099 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15100 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15101 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15102 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15103 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15104 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15105 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15106 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15107 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15108 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15109 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15110 */ 15111 ==> engine/src/core/com/jme3/scene/control/UpdateControl.java <== 15112 /* 15113 * Copyright (c) 2009-2010 jMonkeyEngine 15114 * All rights reserved. 15115 * 15116 * Redistribution and use in source and binary forms, with or without 15117 * modification, are permitted provided that the following conditions are 15118 * met: 15119 * 15120 * * Redistributions of source code must retain the above copyright 15121 * notice, this list of conditions and the following disclaimer. 15122 * 15123 * * Redistributions in binary form must reproduce the above copyright 15124 * notice, this list of conditions and the following disclaimer in the 15125 * documentation and/or other materials provided with the distribution. 15126 * 15127 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15128 * may be used to endorse or promote products derived from this software 15129 * without specific prior written permission. 15130 * 15131 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15132 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15133 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15134 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15135 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15136 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15137 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15138 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15139 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15140 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15141 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15142 */ 15143 ==> engine/src/core/com/jme3/scene/control/Control.java <== 15144 /* 15145 * Copyright (c) 2009-2010 jMonkeyEngine 15146 * All rights reserved. 15147 * 15148 * Redistribution and use in source and binary forms, with or without 15149 * modification, are permitted provided that the following conditions are 15150 * met: 15151 * 15152 * * Redistributions of source code must retain the above copyright 15153 * notice, this list of conditions and the following disclaimer. 15154 * 15155 * * Redistributions in binary form must reproduce the above copyright 15156 * notice, this list of conditions and the following disclaimer in the 15157 * documentation and/or other materials provided with the distribution. 15158 * 15159 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15160 * may be used to endorse or promote products derived from this software 15161 * without specific prior written permission. 15162 * 15163 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15164 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15165 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15166 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15167 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15168 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15169 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15170 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15171 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15172 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15173 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15174 */ 15175 ==> engine/src/core/com/jme3/input/KeyInput.java <== 15176 /* 15177 * Copyright (c) 2009-2010 jMonkeyEngine 15178 * All rights reserved. 15179 * 15180 * Redistribution and use in source and binary forms, with or without 15181 * modification, are permitted provided that the following conditions are 15182 * met: 15183 * 15184 * * Redistributions of source code must retain the above copyright 15185 * notice, this list of conditions and the following disclaimer. 15186 * 15187 * * Redistributions in binary form must reproduce the above copyright 15188 * notice, this list of conditions and the following disclaimer in the 15189 * documentation and/or other materials provided with the distribution. 15190 * 15191 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15192 * may be used to endorse or promote products derived from this software 15193 * without specific prior written permission. 15194 * 15195 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15196 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15197 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15198 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15199 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15200 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15201 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15202 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15203 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15204 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15205 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15206 */ 15207 /** 15208 ==> engine/src/core/com/jme3/input/TouchInput.java <== 15209 /* 15210 * Copyright (c) 2009-2010 jMonkeyEngine 15211 * All rights reserved. 15212 * 15213 * Redistribution and use in source and binary forms, with or without 15214 * modification, are permitted provided that the following conditions are 15215 * met: 15216 * 15217 * * Redistributions of source code must retain the above copyright 15218 * notice, this list of conditions and the following disclaimer. 15219 * 15220 * * Redistributions in binary form must reproduce the above copyright 15221 * notice, this list of conditions and the following disclaimer in the 15222 * documentation and/or other materials provided with the distribution. 15223 * 15224 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15225 * may be used to endorse or promote products derived from this software 15226 * without specific prior written permission. 15227 * 15228 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15229 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15230 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15231 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15232 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15233 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15234 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15235 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15236 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15237 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15238 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15239 */ 15240 /** 15241 ==> engine/src/core/com/jme3/input/Joystick.java <== 15242 /** 15243 * A joystick represents a single joystick that is installed in the system. 15244 * 15245 * @author Kirill Vainer 15246 */ 15247 ==> engine/src/core/com/jme3/input/controls/MouseButtonTrigger.java <== 15248 /* 15249 * Copyright (c) 2009-2010 jMonkeyEngine 15250 * All rights reserved. 15251 * 15252 * Redistribution and use in source and binary forms, with or without 15253 * modification, are permitted provided that the following conditions are 15254 * met: 15255 * 15256 * * Redistributions of source code must retain the above copyright 15257 * notice, this list of conditions and the following disclaimer. 15258 * 15259 * * Redistributions in binary form must reproduce the above copyright 15260 * notice, this list of conditions and the following disclaimer in the 15261 * documentation and/or other materials provided with the distribution. 15262 * 15263 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15264 * may be used to endorse or promote products derived from this software 15265 * without specific prior written permission. 15266 * 15267 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15268 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15269 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15270 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15271 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15272 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15273 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15274 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15275 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15276 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15277 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15278 */ 15279 ==> engine/src/core/com/jme3/input/controls/Trigger.java <== 15280 /* 15281 * Copyright (c) 2009-2010 jMonkeyEngine 15282 * All rights reserved. 15283 * 15284 * Redistribution and use in source and binary forms, with or without 15285 * modification, are permitted provided that the following conditions are 15286 * met: 15287 * 15288 * * Redistributions of source code must retain the above copyright 15289 * notice, this list of conditions and the following disclaimer. 15290 * 15291 * * Redistributions in binary form must reproduce the above copyright 15292 * notice, this list of conditions and the following disclaimer in the 15293 * documentation and/or other materials provided with the distribution. 15294 * 15295 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15296 * may be used to endorse or promote products derived from this software 15297 * without specific prior written permission. 15298 * 15299 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15300 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15301 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15302 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15303 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15304 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15305 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15306 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15307 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15308 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15309 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15310 */ 15311 /** 15312 ==> engine/src/core/com/jme3/input/controls/AnalogListener.java <== 15313 /* 15314 * Copyright (c) 2009-2010 jMonkeyEngine 15315 * All rights reserved. 15316 * 15317 * Redistribution and use in source and binary forms, with or without 15318 * modification, are permitted provided that the following conditions are 15319 * met: 15320 * 15321 * * Redistributions of source code must retain the above copyright 15322 * notice, this list of conditions and the following disclaimer. 15323 * 15324 * * Redistributions in binary form must reproduce the above copyright 15325 * notice, this list of conditions and the following disclaimer in the 15326 * documentation and/or other materials provided with the distribution. 15327 * 15328 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15329 * may be used to endorse or promote products derived from this software 15330 * without specific prior written permission. 15331 * 15332 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15333 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15334 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15335 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15336 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15337 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15338 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15339 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15340 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15341 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15342 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15343 */ 15344 /** 15345 ==> engine/src/core/com/jme3/input/controls/package.html <== 15346 ==> engine/src/core/com/jme3/input/controls/ActionListener.java <== 15347 /* 15348 * Copyright (c) 2009-2010 jMonkeyEngine 15349 * All rights reserved. 15350 * 15351 * Redistribution and use in source and binary forms, with or without 15352 * modification, are permitted provided that the following conditions are 15353 * met: 15354 * 15355 * * Redistributions of source code must retain the above copyright 15356 * notice, this list of conditions and the following disclaimer. 15357 * 15358 * * Redistributions in binary form must reproduce the above copyright 15359 * notice, this list of conditions and the following disclaimer in the 15360 * documentation and/or other materials provided with the distribution. 15361 * 15362 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15363 * may be used to endorse or promote products derived from this software 15364 * without specific prior written permission. 15365 * 15366 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15367 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15368 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15369 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15370 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15371 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15372 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15373 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15374 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15375 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15376 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15377 */ 15378 /** 15379 ==> engine/src/core/com/jme3/input/controls/JoyButtonTrigger.java <== 15380 /* 15381 * Copyright (c) 2009-2010 jMonkeyEngine 15382 * All rights reserved. 15383 * 15384 * Redistribution and use in source and binary forms, with or without 15385 * modification, are permitted provided that the following conditions are 15386 * met: 15387 * 15388 * * Redistributions of source code must retain the above copyright 15389 * notice, this list of conditions and the following disclaimer. 15390 * 15391 * * Redistributions in binary form must reproduce the above copyright 15392 * notice, this list of conditions and the following disclaimer in the 15393 * documentation and/or other materials provided with the distribution. 15394 * 15395 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15396 * may be used to endorse or promote products derived from this software 15397 * without specific prior written permission. 15398 * 15399 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15400 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15401 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15402 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15403 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15404 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15405 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15406 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15407 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15408 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15409 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15410 */ 15411 ==> engine/src/core/com/jme3/input/controls/KeyTrigger.java <== 15412 /* 15413 * Copyright (c) 2009-2010 jMonkeyEngine 15414 * All rights reserved. 15415 * 15416 * Redistribution and use in source and binary forms, with or without 15417 * modification, are permitted provided that the following conditions are 15418 * met: 15419 * 15420 * * Redistributions of source code must retain the above copyright 15421 * notice, this list of conditions and the following disclaimer. 15422 * 15423 * * Redistributions in binary form must reproduce the above copyright 15424 * notice, this list of conditions and the following disclaimer in the 15425 * documentation and/or other materials provided with the distribution. 15426 * 15427 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15428 * may be used to endorse or promote products derived from this software 15429 * without specific prior written permission. 15430 * 15431 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15432 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15433 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15434 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15435 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15436 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15437 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15438 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15439 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15440 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15441 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15442 */ 15443 ==> engine/src/core/com/jme3/input/controls/MouseAxisTrigger.java <== 15444 /* 15445 * Copyright (c) 2009-2010 jMonkeyEngine 15446 * All rights reserved. 15447 * 15448 * Redistribution and use in source and binary forms, with or without 15449 * modification, are permitted provided that the following conditions are 15450 * met: 15451 * 15452 * * Redistributions of source code must retain the above copyright 15453 * notice, this list of conditions and the following disclaimer. 15454 * 15455 * * Redistributions in binary form must reproduce the above copyright 15456 * notice, this list of conditions and the following disclaimer in the 15457 * documentation and/or other materials provided with the distribution. 15458 * 15459 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15460 * may be used to endorse or promote products derived from this software 15461 * without specific prior written permission. 15462 * 15463 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15464 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15465 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15466 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15467 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15468 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15469 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15470 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15471 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15472 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15473 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15474 */ 15475 ==> engine/src/core/com/jme3/input/controls/TouchTrigger.java <== 15476 /* 15477 * Copyright (c) 2009-2010 jMonkeyEngine 15478 * All rights reserved. 15479 * 15480 * Redistribution and use in source and binary forms, with or without 15481 * modification, are permitted provided that the following conditions are 15482 * met: 15483 * 15484 * * Redistributions of source code must retain the above copyright 15485 * notice, this list of conditions and the following disclaimer. 15486 * 15487 * * Redistributions in binary form must reproduce the above copyright 15488 * notice, this list of conditions and the following disclaimer in the 15489 * documentation and/or other materials provided with the distribution. 15490 * 15491 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15492 * may be used to endorse or promote products derived from this software 15493 * without specific prior written permission. 15494 * 15495 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15496 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15497 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15498 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15499 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15500 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15501 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15502 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15503 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15504 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15505 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15506 */ 15507 /** 15508 ==> engine/src/core/com/jme3/input/controls/InputListener.java <== 15509 /* 15510 * Copyright (c) 2009-2010 jMonkeyEngine 15511 * All rights reserved. 15512 * 15513 * Redistribution and use in source and binary forms, with or without 15514 * modification, are permitted provided that the following conditions are 15515 * met: 15516 * 15517 * * Redistributions of source code must retain the above copyright 15518 * notice, this list of conditions and the following disclaimer. 15519 * 15520 * * Redistributions in binary form must reproduce the above copyright 15521 * notice, this list of conditions and the following disclaimer in the 15522 * documentation and/or other materials provided with the distribution. 15523 * 15524 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15525 * may be used to endorse or promote products derived from this software 15526 * without specific prior written permission. 15527 * 15528 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15529 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15530 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15531 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15532 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15533 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15534 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15535 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15536 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15537 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15538 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15539 */ 15540 /** 15541 ==> engine/src/core/com/jme3/input/controls/TouchListener.java <== 15542 /* 15543 * Copyright (c) 2009-2010 jMonkeyEngine 15544 * All rights reserved. 15545 * 15546 * Redistribution and use in source and binary forms, with or without 15547 * modification, are permitted provided that the following conditions are 15548 * met: 15549 * 15550 * * Redistributions of source code must retain the above copyright 15551 * notice, this list of conditions and the following disclaimer. 15552 * 15553 * * Redistributions in binary form must reproduce the above copyright 15554 * notice, this list of conditions and the following disclaimer in the 15555 * documentation and/or other materials provided with the distribution. 15556 * 15557 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15558 * may be used to endorse or promote products derived from this software 15559 * without specific prior written permission. 15560 * 15561 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15562 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15563 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15564 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15565 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15566 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15567 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15568 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15569 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15570 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15571 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15572 */ 15573 ==> engine/src/core/com/jme3/input/controls/JoyAxisTrigger.java <== 15574 /* 15575 * Copyright (c) 2009-2010 jMonkeyEngine 15576 * All rights reserved. 15577 * 15578 * Redistribution and use in source and binary forms, with or without 15579 * modification, are permitted provided that the following conditions are 15580 * met: 15581 * 15582 * * Redistributions of source code must retain the above copyright 15583 * notice, this list of conditions and the following disclaimer. 15584 * 15585 * * Redistributions in binary form must reproduce the above copyright 15586 * notice, this list of conditions and the following disclaimer in the 15587 * documentation and/or other materials provided with the distribution. 15588 * 15589 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15590 * may be used to endorse or promote products derived from this software 15591 * without specific prior written permission. 15592 * 15593 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15594 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15595 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15596 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15597 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15598 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15599 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15600 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15601 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15602 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15603 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15604 */ 15605 ==> engine/src/core/com/jme3/input/package.html <== 15606 ==> engine/src/core/com/jme3/input/event/package.html <== 15607 ==> engine/src/core/com/jme3/input/event/MouseButtonEvent.java <== 15608 /* 15609 * Copyright (c) 2009-2010 jMonkeyEngine 15610 * All rights reserved. 15611 * 15612 * Redistribution and use in source and binary forms, with or without 15613 * modification, are permitted provided that the following conditions are 15614 * met: 15615 * 15616 * * Redistributions of source code must retain the above copyright 15617 * notice, this list of conditions and the following disclaimer. 15618 * 15619 * * Redistributions in binary form must reproduce the above copyright 15620 * notice, this list of conditions and the following disclaimer in the 15621 * documentation and/or other materials provided with the distribution. 15622 * 15623 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15624 * may be used to endorse or promote products derived from this software 15625 * without specific prior written permission. 15626 * 15627 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15628 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15629 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15630 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15631 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15632 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15633 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15634 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15635 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15636 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15637 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15638 */ 15639 ==> engine/src/core/com/jme3/input/event/JoyButtonEvent.java <== 15640 /* 15641 * Copyright (c) 2009-2010 jMonkeyEngine 15642 * All rights reserved. 15643 * 15644 * Redistribution and use in source and binary forms, with or without 15645 * modification, are permitted provided that the following conditions are 15646 * met: 15647 * 15648 * * Redistributions of source code must retain the above copyright 15649 * notice, this list of conditions and the following disclaimer. 15650 * 15651 * * Redistributions in binary form must reproduce the above copyright 15652 * notice, this list of conditions and the following disclaimer in the 15653 * documentation and/or other materials provided with the distribution. 15654 * 15655 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15656 * may be used to endorse or promote products derived from this software 15657 * without specific prior written permission. 15658 * 15659 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15660 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15661 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15662 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15663 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15664 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15665 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15666 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15667 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15668 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15669 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15670 */ 15671 ==> engine/src/core/com/jme3/input/event/JoyAxisEvent.java <== 15672 /* 15673 * Copyright (c) 2009-2010 jMonkeyEngine 15674 * All rights reserved. 15675 * 15676 * Redistribution and use in source and binary forms, with or without 15677 * modification, are permitted provided that the following conditions are 15678 * met: 15679 * 15680 * * Redistributions of source code must retain the above copyright 15681 * notice, this list of conditions and the following disclaimer. 15682 * 15683 * * Redistributions in binary form must reproduce the above copyright 15684 * notice, this list of conditions and the following disclaimer in the 15685 * documentation and/or other materials provided with the distribution. 15686 * 15687 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15688 * may be used to endorse or promote products derived from this software 15689 * without specific prior written permission. 15690 * 15691 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15692 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15693 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15694 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15695 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15696 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15697 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15698 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15699 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15700 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15701 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15702 */ 15703 ==> engine/src/core/com/jme3/input/event/KeyInputEvent.java <== 15704 /* 15705 * Copyright (c) 2009-2010 jMonkeyEngine 15706 * All rights reserved. 15707 * 15708 * Redistribution and use in source and binary forms, with or without 15709 * modification, are permitted provided that the following conditions are 15710 * met: 15711 * 15712 * * Redistributions of source code must retain the above copyright 15713 * notice, this list of conditions and the following disclaimer. 15714 * 15715 * * Redistributions in binary form must reproduce the above copyright 15716 * notice, this list of conditions and the following disclaimer in the 15717 * documentation and/or other materials provided with the distribution. 15718 * 15719 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15720 * may be used to endorse or promote products derived from this software 15721 * without specific prior written permission. 15722 * 15723 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15724 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15725 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15726 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15727 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15728 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15729 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15730 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15731 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15732 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15733 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15734 */ 15735 ==> engine/src/core/com/jme3/input/event/TouchEvent.java <== 15736 /* 15737 * Copyright (c) 2009-2010 jMonkeyEngine 15738 * All rights reserved. 15739 * 15740 * Redistribution and use in source and binary forms, with or without 15741 * modification, are permitted provided that the following conditions are 15742 * met: 15743 * 15744 * * Redistributions of source code must retain the above copyright 15745 * notice, this list of conditions and the following disclaimer. 15746 * 15747 * * Redistributions in binary form must reproduce the above copyright 15748 * notice, this list of conditions and the following disclaimer in the 15749 * documentation and/or other materials provided with the distribution. 15750 * 15751 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15752 * may be used to endorse or promote products derived from this software 15753 * without specific prior written permission. 15754 * 15755 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15756 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15757 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15758 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15759 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15760 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15761 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15762 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15763 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15764 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15765 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15766 */ 15767 /** 15768 * <code>TouchEvent</code> represents a single event from multi-touch input devices 15769 ==> engine/src/core/com/jme3/input/event/InputEvent.java <== 15770 /* 15771 * Copyright (c) 2009-2010 jMonkeyEngine 15772 * All rights reserved. 15773 * 15774 * Redistribution and use in source and binary forms, with or without 15775 * modification, are permitted provided that the following conditions are 15776 * met: 15777 * 15778 * * Redistributions of source code must retain the above copyright 15779 * notice, this list of conditions and the following disclaimer. 15780 * 15781 * * Redistributions in binary form must reproduce the above copyright 15782 * notice, this list of conditions and the following disclaimer in the 15783 * documentation and/or other materials provided with the distribution. 15784 * 15785 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15786 * may be used to endorse or promote products derived from this software 15787 * without specific prior written permission. 15788 * 15789 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15790 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15791 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15792 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15793 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15794 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15795 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15796 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15797 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15798 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15799 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15800 */ 15801 ==> engine/src/core/com/jme3/input/event/MouseMotionEvent.java <== 15802 /* 15803 * Copyright (c) 2009-2010 jMonkeyEngine 15804 * All rights reserved. 15805 * 15806 * Redistribution and use in source and binary forms, with or without 15807 * modification, are permitted provided that the following conditions are 15808 * met: 15809 * 15810 * * Redistributions of source code must retain the above copyright 15811 * notice, this list of conditions and the following disclaimer. 15812 * 15813 * * Redistributions in binary form must reproduce the above copyright 15814 * notice, this list of conditions and the following disclaimer in the 15815 * documentation and/or other materials provided with the distribution. 15816 * 15817 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15818 * may be used to endorse or promote products derived from this software 15819 * without specific prior written permission. 15820 * 15821 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15822 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15823 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15824 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15825 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15826 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15827 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15828 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15829 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15830 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15831 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15832 */ 15833 /** 15834 ==> engine/src/core/com/jme3/input/KeyNames.java <== 15835 ==> engine/src/core/com/jme3/input/Input.java <== 15836 /* 15837 * Copyright (c) 2009-2010 jMonkeyEngine 15838 * All rights reserved. 15839 * 15840 * Redistribution and use in source and binary forms, with or without 15841 * modification, are permitted provided that the following conditions are 15842 * met: 15843 * 15844 * * Redistributions of source code must retain the above copyright 15845 * notice, this list of conditions and the following disclaimer. 15846 * 15847 * * Redistributions in binary form must reproduce the above copyright 15848 * notice, this list of conditions and the following disclaimer in the 15849 * documentation and/or other materials provided with the distribution. 15850 * 15851 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15852 * may be used to endorse or promote products derived from this software 15853 * without specific prior written permission. 15854 * 15855 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15856 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15857 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15858 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15859 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15860 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15861 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15862 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15863 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15864 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15865 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15866 */ 15867 /** 15868 ==> engine/src/core/com/jme3/input/RawInputListener.java <== 15869 /* 15870 * Copyright (c) 2009-2010 jMonkeyEngine 15871 * All rights reserved. 15872 * 15873 * Redistribution and use in source and binary forms, with or without 15874 * modification, are permitted provided that the following conditions are 15875 * met: 15876 * 15877 * * Redistributions of source code must retain the above copyright 15878 * notice, this list of conditions and the following disclaimer. 15879 * 15880 * * Redistributions in binary form must reproduce the above copyright 15881 * notice, this list of conditions and the following disclaimer in the 15882 * documentation and/or other materials provided with the distribution. 15883 * 15884 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15885 * may be used to endorse or promote products derived from this software 15886 * without specific prior written permission. 15887 * 15888 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15889 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15890 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15891 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15892 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15893 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15894 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15895 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15896 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15897 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15898 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15899 */ 15900 ==> engine/src/core/com/jme3/input/dummy/package.html <== 15901 ==> engine/src/core/com/jme3/input/dummy/DummyInput.java <== 15902 /* 15903 * Copyright (c) 2009-2010 jMonkeyEngine 15904 * All rights reserved. 15905 * 15906 * Redistribution and use in source and binary forms, with or without 15907 * modification, are permitted provided that the following conditions are 15908 * met: 15909 * 15910 * * Redistributions of source code must retain the above copyright 15911 * notice, this list of conditions and the following disclaimer. 15912 * 15913 * * Redistributions in binary form must reproduce the above copyright 15914 * notice, this list of conditions and the following disclaimer in the 15915 * documentation and/or other materials provided with the distribution. 15916 * 15917 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15918 * may be used to endorse or promote products derived from this software 15919 * without specific prior written permission. 15920 * 15921 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15922 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15923 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15924 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15925 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15926 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15927 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15928 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15929 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15930 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15931 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15932 */ 15933 ==> engine/src/core/com/jme3/input/dummy/DummyKeyInput.java <== 15934 /* 15935 * Copyright (c) 2009-2010 jMonkeyEngine 15936 * All rights reserved. 15937 * 15938 * Redistribution and use in source and binary forms, with or without 15939 * modification, are permitted provided that the following conditions are 15940 * met: 15941 * 15942 * * Redistributions of source code must retain the above copyright 15943 * notice, this list of conditions and the following disclaimer. 15944 * 15945 * * Redistributions in binary form must reproduce the above copyright 15946 * notice, this list of conditions and the following disclaimer in the 15947 * documentation and/or other materials provided with the distribution. 15948 * 15949 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15950 * may be used to endorse or promote products derived from this software 15951 * without specific prior written permission. 15952 * 15953 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15954 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15955 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15956 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15957 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15958 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15959 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15960 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15961 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15962 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15963 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15964 */ 15965 ==> engine/src/core/com/jme3/input/dummy/DummyMouseInput.java <== 15966 /* 15967 * Copyright (c) 2009-2010 jMonkeyEngine 15968 * All rights reserved. 15969 * 15970 * Redistribution and use in source and binary forms, with or without 15971 * modification, are permitted provided that the following conditions are 15972 * met: 15973 * 15974 * * Redistributions of source code must retain the above copyright 15975 * notice, this list of conditions and the following disclaimer. 15976 * 15977 * * Redistributions in binary form must reproduce the above copyright 15978 * notice, this list of conditions and the following disclaimer in the 15979 * documentation and/or other materials provided with the distribution. 15980 * 15981 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 15982 * may be used to endorse or promote products derived from this software 15983 * without specific prior written permission. 15984 * 15985 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15986 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 15987 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 15988 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 15989 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 15990 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 15991 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 15992 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 15993 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 15994 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 15995 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 15996 */ 15997 ==> engine/src/core/com/jme3/input/InputManager.java <== 15998 /* 15999 * Copyright (c) 2009-2012 jMonkeyEngine 16000 * All rights reserved. 16001 * 16002 * Redistribution and use in source and binary forms, with or without 16003 * modification, are permitted provided that the following conditions are 16004 * met: 16005 * 16006 * * Redistributions of source code must retain the above copyright 16007 * notice, this list of conditions and the following disclaimer. 16008 * 16009 * * Redistributions in binary form must reproduce the above copyright 16010 * notice, this list of conditions and the following disclaimer in the 16011 * documentation and/or other materials provided with the distribution. 16012 * 16013 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16014 * may be used to endorse or promote products derived from this software 16015 * without specific prior written permission. 16016 * 16017 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16018 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16019 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16020 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16021 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16022 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16023 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16024 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16025 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16026 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16027 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16028 */ 16029 ==> engine/src/core/com/jme3/input/MouseInput.java <== 16030 /* 16031 * Copyright (c) 2009-2010 jMonkeyEngine 16032 * All rights reserved. 16033 * 16034 * Redistribution and use in source and binary forms, with or without 16035 * modification, are permitted provided that the following conditions are 16036 * met: 16037 * 16038 * * Redistributions of source code must retain the above copyright 16039 * notice, this list of conditions and the following disclaimer. 16040 * 16041 * * Redistributions in binary form must reproduce the above copyright 16042 * notice, this list of conditions and the following disclaimer in the 16043 * documentation and/or other materials provided with the distribution. 16044 * 16045 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16046 * may be used to endorse or promote products derived from this software 16047 * without specific prior written permission. 16048 * 16049 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16050 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16051 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16052 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16053 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16054 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16055 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16056 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16057 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16058 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16059 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16060 */ 16061 /** 16062 ==> engine/src/core/com/jme3/input/FlyByCamera.java <== 16063 /* 16064 * Copyright (c) 2009-2012 jMonkeyEngine 16065 * All rights reserved. 16066 * 16067 * Redistribution and use in source and binary forms, with or without 16068 * modification, are permitted provided that the following conditions are 16069 * met: 16070 * 16071 * * Redistributions of source code must retain the above copyright 16072 * notice, this list of conditions and the following disclaimer. 16073 * 16074 * * Redistributions in binary form must reproduce the above copyright 16075 * notice, this list of conditions and the following disclaimer in the 16076 * documentation and/or other materials provided with the distribution. 16077 * 16078 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16079 * may be used to endorse or promote products derived from this software 16080 * without specific prior written permission. 16081 * 16082 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16083 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16084 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16085 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16086 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16087 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16088 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16089 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16090 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16091 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16092 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16093 */ 16094 ==> engine/src/core/com/jme3/input/JoyInput.java <== 16095 /* 16096 * Copyright (c) 2009-2010 jMonkeyEngine 16097 * All rights reserved. 16098 * 16099 * Redistribution and use in source and binary forms, with or without 16100 * modification, are permitted provided that the following conditions are 16101 * met: 16102 * 16103 * * Redistributions of source code must retain the above copyright 16104 * notice, this list of conditions and the following disclaimer. 16105 * 16106 * * Redistributions in binary form must reproduce the above copyright 16107 * notice, this list of conditions and the following disclaimer in the 16108 * documentation and/or other materials provided with the distribution. 16109 * 16110 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16111 * may be used to endorse or promote products derived from this software 16112 * without specific prior written permission. 16113 * 16114 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16115 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16116 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16117 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16118 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16119 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16120 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16121 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16122 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16123 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16124 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16125 */ 16126 /** 16127 ==> engine/src/core/com/jme3/input/ChaseCamera.java <== 16128 /* 16129 * Copyright (c) 2009-2012 jMonkeyEngine 16130 * All rights reserved. 16131 * 16132 * Redistribution and use in source and binary forms, with or without 16133 * modification, are permitted provided that the following conditions are 16134 * met: 16135 * 16136 * * Redistributions of source code must retain the above copyright 16137 * notice, this list of conditions and the following disclaimer. 16138 * 16139 * * Redistributions in binary form must reproduce the above copyright 16140 * notice, this list of conditions and the following disclaimer in the 16141 * documentation and/or other materials provided with the distribution. 16142 * 16143 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16144 * may be used to endorse or promote products derived from this software 16145 * without specific prior written permission. 16146 * 16147 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16148 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16149 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16150 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16151 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16152 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16153 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16154 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16155 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16156 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16157 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16158 */ 16159 ==> engine/src/core/com/jme3/bounding/OrientedBoundingBox.java <== 16160 /* 16161 * Copyright (c) 2009-2010 jMonkeyEngine 16162 * All rights reserved. 16163 * 16164 * Redistribution and use in source and binary forms, with or without 16165 * modification, are permitted provided that the following conditions are 16166 * met: 16167 * 16168 * * Redistributions of source code must retain the above copyright 16169 * notice, this list of conditions and the following disclaimer. 16170 * 16171 * * Redistributions in binary form must reproduce the above copyright 16172 * notice, this list of conditions and the following disclaimer in the 16173 * documentation and/or other materials provided with the distribution. 16174 * 16175 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16176 * may be used to endorse or promote products derived from this software 16177 * without specific prior written permission. 16178 * 16179 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16180 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16181 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16182 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16183 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16184 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16185 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16186 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16187 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16188 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16189 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16190 */ 16191 /** 16192 ==> engine/src/core/com/jme3/bounding/Intersection.java <== 16193 /* 16194 * Copyright (c) 2009-2010 jMonkeyEngine 16195 * All rights reserved. 16196 * 16197 * Redistribution and use in source and binary forms, with or without 16198 * modification, are permitted provided that the following conditions are 16199 * met: 16200 * 16201 * * Redistributions of source code must retain the above copyright 16202 * notice, this list of conditions and the following disclaimer. 16203 * 16204 * * Redistributions in binary form must reproduce the above copyright 16205 * notice, this list of conditions and the following disclaimer in the 16206 * documentation and/or other materials provided with the distribution. 16207 * 16208 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16209 * may be used to endorse or promote products derived from this software 16210 * without specific prior written permission. 16211 * 16212 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16213 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16214 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16215 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16216 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16217 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16218 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16219 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16220 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16221 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16222 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16223 */ 16224 ==> engine/src/core/com/jme3/bounding/BoundingSphere.java <== 16225 /* 16226 * Copyright (c) 2009-2010 jMonkeyEngine 16227 * All rights reserved. 16228 * 16229 * Redistribution and use in source and binary forms, with or without 16230 * modification, are permitted provided that the following conditions are 16231 * met: 16232 * 16233 * * Redistributions of source code must retain the above copyright 16234 * notice, this list of conditions and the following disclaimer. 16235 * 16236 * * Redistributions in binary form must reproduce the above copyright 16237 * notice, this list of conditions and the following disclaimer in the 16238 * documentation and/or other materials provided with the distribution. 16239 * 16240 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16241 * may be used to endorse or promote products derived from this software 16242 * without specific prior written permission. 16243 * 16244 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16245 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16246 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16247 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16248 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16249 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16250 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16251 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16252 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16253 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16254 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16255 */ 16256 ==> engine/src/core/com/jme3/bounding/BoundingVolume.java <== 16257 /* 16258 * Copyright (c) 2009-2012 jMonkeyEngine 16259 * All rights reserved. 16260 * 16261 * Redistribution and use in source and binary forms, with or without 16262 * modification, are permitted provided that the following conditions are 16263 * met: 16264 * 16265 * * Redistributions of source code must retain the above copyright 16266 * notice, this list of conditions and the following disclaimer. 16267 * 16268 * * Redistributions in binary form must reproduce the above copyright 16269 * notice, this list of conditions and the following disclaimer in the 16270 * documentation and/or other materials provided with the distribution. 16271 * 16272 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16273 * may be used to endorse or promote products derived from this software 16274 * without specific prior written permission. 16275 * 16276 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16277 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16278 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16279 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16280 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16281 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16282 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16283 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16284 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16285 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16286 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16287 */ 16288 ==> engine/src/core/com/jme3/bounding/BoundingBox.java <== 16289 /* 16290 * Copyright (c) 2009-2010 jMonkeyEngine 16291 * All rights reserved. 16292 * 16293 * Redistribution and use in source and binary forms, with or without 16294 * modification, are permitted provided that the following conditions are 16295 * met: 16296 * 16297 * * Redistributions of source code must retain the above copyright 16298 * notice, this list of conditions and the following disclaimer. 16299 * 16300 * * Redistributions in binary form must reproduce the above copyright 16301 * notice, this list of conditions and the following disclaimer in the 16302 * documentation and/or other materials provided with the distribution. 16303 * 16304 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16305 * may be used to endorse or promote products derived from this software 16306 * without specific prior written permission. 16307 * 16308 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16309 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16310 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16311 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16312 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16313 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16314 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16315 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16316 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16317 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16318 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16319 */ 16320 ==> engine/src/core/com/jme3/cinematic/PlayState.java <== 16321 /* 16322 * Copyright (c) 2009-2010 jMonkeyEngine 16323 * All rights reserved. 16324 * 16325 * Redistribution and use in source and binary forms, with or without 16326 * modification, are permitted provided that the following conditions are 16327 * met: 16328 * 16329 * * Redistributions of source code must retain the above copyright 16330 * notice, this list of conditions and the following disclaimer. 16331 * 16332 * * Redistributions in binary form must reproduce the above copyright 16333 * notice, this list of conditions and the following disclaimer in the 16334 * documentation and/or other materials provided with the distribution. 16335 * 16336 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16337 * may be used to endorse or promote products derived from this software 16338 * without specific prior written permission. 16339 * 16340 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16341 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16342 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16343 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16344 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16345 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16346 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16347 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16348 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16349 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16350 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16351 */ 16352 /** 16353 ==> engine/src/core/com/jme3/cinematic/MotionPathListener.java <== 16354 /* 16355 * Copyright (c) 2009-2010 jMonkeyEngine 16356 * All rights reserved. 16357 * 16358 * Redistribution and use in source and binary forms, with or without 16359 * modification, are permitted provided that the following conditions are 16360 * met: 16361 * 16362 * * Redistributions of source code must retain the above copyright 16363 * notice, this list of conditions and the following disclaimer. 16364 * 16365 * * Redistributions in binary form must reproduce the above copyright 16366 * notice, this list of conditions and the following disclaimer in the 16367 * documentation and/or other materials provided with the distribution. 16368 * 16369 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16370 * may be used to endorse or promote products derived from this software 16371 * without specific prior written permission. 16372 * 16373 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16374 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16375 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16376 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16377 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16378 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16379 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16380 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16381 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16382 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16383 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16384 */ 16385 ==> engine/src/core/com/jme3/cinematic/MotionPath.java <== 16386 /* 16387 * Copyright (c) 2009-2010 jMonkeyEngine 16388 * All rights reserved. 16389 * 16390 * Redistribution and use in source and binary forms, with or without 16391 * modification, are permitted provided that the following conditions are 16392 * met: 16393 * 16394 * * Redistributions of source code must retain the above copyright 16395 * notice, this list of conditions and the following disclaimer. 16396 * 16397 * * Redistributions in binary form must reproduce the above copyright 16398 * notice, this list of conditions and the following disclaimer in the 16399 * documentation and/or other materials provided with the distribution. 16400 * 16401 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16402 * may be used to endorse or promote products derived from this software 16403 * without specific prior written permission. 16404 * 16405 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16406 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16407 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16408 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16409 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16410 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16411 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16412 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16413 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16414 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16415 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16416 */ 16417 ==> engine/src/core/com/jme3/cinematic/KeyFrame.java <== 16418 /* 16419 * Copyright (c) 2009-2010 jMonkeyEngine 16420 * All rights reserved. 16421 * 16422 * Redistribution and use in source and binary forms, with or without 16423 * modification, are permitted provided that the following conditions are 16424 * met: 16425 * 16426 * * Redistributions of source code must retain the above copyright 16427 * notice, this list of conditions and the following disclaimer. 16428 * 16429 * * Redistributions in binary form must reproduce the above copyright 16430 * notice, this list of conditions and the following disclaimer in the 16431 * documentation and/or other materials provided with the distribution. 16432 * 16433 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16434 * may be used to endorse or promote products derived from this software 16435 * without specific prior written permission. 16436 * 16437 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16438 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16439 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16440 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16441 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16442 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16443 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16444 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16445 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16446 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16447 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16448 */ 16449 ==> engine/src/core/com/jme3/cinematic/Cinematic.java <== 16450 /* 16451 * Copyright (c) 2009-2010 jMonkeyEngine 16452 * All rights reserved. 16453 * 16454 * Redistribution and use in source and binary forms, with or without 16455 * modification, are permitted provided that the following conditions are 16456 * met: 16457 * 16458 * * Redistributions of source code must retain the above copyright 16459 * notice, this list of conditions and the following disclaimer. 16460 * 16461 * * Redistributions in binary form must reproduce the above copyright 16462 * notice, this list of conditions and the following disclaimer in the 16463 * documentation and/or other materials provided with the distribution. 16464 * 16465 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16466 * may be used to endorse or promote products derived from this software 16467 * without specific prior written permission. 16468 * 16469 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16470 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16471 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16472 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16473 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16474 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16475 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16476 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16477 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16478 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16479 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16480 */ 16481 ==> engine/src/core/com/jme3/cinematic/events/RotationTrack.java <== 16482 /* 16483 * To change this template, choose Tools | Templates 16484 * and open the template in the editor. 16485 */ 16486 /** 16487 * 16488 * @author Nehon 16489 * @deprecated use spatial animation instead. 16490 */ 16491 ==> engine/src/core/com/jme3/cinematic/events/CinematicEvent.java <== 16492 /* 16493 * Copyright (c) 2009-2012 jMonkeyEngine 16494 * All rights reserved. 16495 * 16496 * Redistribution and use in source and binary forms, with or without 16497 * modification, are permitted provided that the following conditions are 16498 * met: 16499 * 16500 * * Redistributions of source code must retain the above copyright 16501 * notice, this list of conditions and the following disclaimer. 16502 * 16503 * * Redistributions in binary form must reproduce the above copyright 16504 * notice, this list of conditions and the following disclaimer in the 16505 * documentation and/or other materials provided with the distribution. 16506 * 16507 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16508 * may be used to endorse or promote products derived from this software 16509 * without specific prior written permission. 16510 * 16511 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16512 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16513 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16514 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16515 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16516 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16517 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16518 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16519 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16520 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16521 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16522 */ 16523 ==> engine/src/core/com/jme3/cinematic/events/SoundTrack.java <== 16524 /* 16525 * Copyright (c) 2009-2010 jMonkeyEngine 16526 * All rights reserved. 16527 * 16528 * Redistribution and use in source and binary forms, with or without 16529 * modification, are permitted provided that the following conditions are 16530 * met: 16531 * 16532 * * Redistributions of source code must retain the above copyright 16533 * notice, this list of conditions and the following disclaimer. 16534 * 16535 * * Redistributions in binary form must reproduce the above copyright 16536 * notice, this list of conditions and the following disclaimer in the 16537 * documentation and/or other materials provided with the distribution. 16538 * 16539 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16540 * may be used to endorse or promote products derived from this software 16541 * without specific prior written permission. 16542 * 16543 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16544 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16545 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16546 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16547 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16548 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16549 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16550 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16551 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16552 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16553 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16554 */ 16555 ==> engine/src/core/com/jme3/cinematic/events/CinematicEventListener.java <== 16556 /* 16557 * To change this template, choose Tools | Templates 16558 * and open the template in the editor. 16559 */ 16560 /** 16561 * 16562 * @author Nehon 16563 */ 16564 ==> engine/src/core/com/jme3/cinematic/events/ScaleTrack.java <== 16565 /* 16566 * To change this template, choose Tools | Templates 16567 * and open the template in the editor. 16568 */ 16569 /** 16570 * 16571 * @author Nehon 16572 * @deprecated use spatial animation instead. 16573 */ 16574 ==> engine/src/core/com/jme3/cinematic/events/PositionTrack.java <== 16575 /* 16576 * To change this template, choose Tools | Templates 16577 * and open the template in the editor. 16578 */ 16579 /** 16580 * 16581 * @author Nehon 16582 * @deprecated use spatial animation instead. 16583 */ 16584 ==> engine/src/core/com/jme3/cinematic/events/MotionTrack.java <== 16585 /* 16586 * Copyright (c) 2009-2010 jMonkeyEngine 16587 * All rights reserved. 16588 * 16589 * Redistribution and use in source and binary forms, with or without 16590 * modification, are permitted provided that the following conditions are 16591 * met: 16592 * 16593 * * Redistributions of source code must retain the above copyright 16594 * notice, this list of conditions and the following disclaimer. 16595 * 16596 * * Redistributions in binary form must reproduce the above copyright 16597 * notice, this list of conditions and the following disclaimer in the 16598 * documentation and/or other materials provided with the distribution. 16599 * 16600 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16601 * may be used to endorse or promote products derived from this software 16602 * without specific prior written permission. 16603 * 16604 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16605 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16606 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16607 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16608 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16609 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16610 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16611 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16612 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16613 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16614 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16615 */ 16616 ==> engine/src/core/com/jme3/cinematic/events/AnimationTrack.java <== 16617 /* 16618 * Copyright (c) 2009-2010 jMonkeyEngine 16619 * All rights reserved. 16620 * 16621 * Redistribution and use in source and binary forms, with or without 16622 * modification, are permitted provided that the following conditions are 16623 * met: 16624 * 16625 * * Redistributions of source code must retain the above copyright 16626 * notice, this list of conditions and the following disclaimer. 16627 * 16628 * * Redistributions in binary form must reproduce the above copyright 16629 * notice, this list of conditions and the following disclaimer in the 16630 * documentation and/or other materials provided with the distribution. 16631 * 16632 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16633 * may be used to endorse or promote products derived from this software 16634 * without specific prior written permission. 16635 * 16636 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16637 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16638 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16639 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16640 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16641 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16642 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16643 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16644 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16645 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16646 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16647 */ 16648 ==> engine/src/core/com/jme3/cinematic/events/AbstractCinematicEvent.java <== 16649 /* 16650 * Copyright (c) 2009-2010 jMonkeyEngine 16651 * All rights reserved. 16652 * 16653 * Redistribution and use in source and binary forms, with or without 16654 * modification, are permitted provided that the following conditions are 16655 * met: 16656 * 16657 * * Redistributions of source code must retain the above copyright 16658 * notice, this list of conditions and the following disclaimer. 16659 * 16660 * * Redistributions in binary form must reproduce the above copyright 16661 * notice, this list of conditions and the following disclaimer in the 16662 * documentation and/or other materials provided with the distribution. 16663 * 16664 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16665 * may be used to endorse or promote products derived from this software 16666 * without specific prior written permission. 16667 * 16668 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16669 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16670 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16671 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16672 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16673 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16674 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16675 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16676 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16677 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16678 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16679 */ 16680 ==> engine/src/core/com/jme3/cinematic/TimeLine.java <== 16681 /* 16682 * Copyright (c) 2009-2010 jMonkeyEngine 16683 * All rights reserved. 16684 * 16685 * Redistribution and use in source and binary forms, with or without 16686 * modification, are permitted provided that the following conditions are 16687 * met: 16688 * 16689 * * Redistributions of source code must retain the above copyright 16690 * notice, this list of conditions and the following disclaimer. 16691 * 16692 * * Redistributions in binary form must reproduce the above copyright 16693 * notice, this list of conditions and the following disclaimer in the 16694 * documentation and/or other materials provided with the distribution. 16695 * 16696 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16697 * may be used to endorse or promote products derived from this software 16698 * without specific prior written permission. 16699 * 16700 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16701 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16702 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16703 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16704 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16705 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16706 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16707 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16708 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16709 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16710 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16711 */ 16712 ==> engine/src/core/com/jme3/post/package.html <== 16713 ==> engine/src/core/com/jme3/post/Filter.java <== 16714 /* 16715 * Copyright (c) 2009-2010 jMonkeyEngine 16716 * All rights reserved. 16717 * 16718 * Redistribution and use in source and binary forms, with or without 16719 * modification, are permitted provided that the following conditions are 16720 * met: 16721 * 16722 * * Redistributions of source code must retain the above copyright 16723 * notice, this list of conditions and the following disclaimer. 16724 * 16725 * * Redistributions in binary form must reproduce the above copyright 16726 * notice, this list of conditions and the following disclaimer in the 16727 * documentation and/or other materials provided with the distribution. 16728 * 16729 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16730 * may be used to endorse or promote products derived from this software 16731 * without specific prior written permission. 16732 * 16733 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16734 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16735 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16736 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16737 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16738 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16739 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16740 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16741 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16742 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16743 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16744 */ 16745 ==> engine/src/core/com/jme3/post/SceneProcessor.java <== 16746 /* 16747 * Copyright (c) 2009-2010 jMonkeyEngine 16748 * All rights reserved. 16749 * 16750 * Redistribution and use in source and binary forms, with or without 16751 * modification, are permitted provided that the following conditions are 16752 * met: 16753 * 16754 * * Redistributions of source code must retain the above copyright 16755 * notice, this list of conditions and the following disclaimer. 16756 * 16757 * * Redistributions in binary form must reproduce the above copyright 16758 * notice, this list of conditions and the following disclaimer in the 16759 * documentation and/or other materials provided with the distribution. 16760 * 16761 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16762 * may be used to endorse or promote products derived from this software 16763 * without specific prior written permission. 16764 * 16765 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16766 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16767 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16768 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16769 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16770 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16771 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16772 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16773 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16774 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16775 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16776 */ 16777 ==> engine/src/core/com/jme3/post/PreDepthProcessor.java <== 16778 /* 16779 * Copyright (c) 2009-2010 jMonkeyEngine 16780 * All rights reserved. 16781 * 16782 * Redistribution and use in source and binary forms, with or without 16783 * modification, are permitted provided that the following conditions are 16784 * met: 16785 * 16786 * * Redistributions of source code must retain the above copyright 16787 * notice, this list of conditions and the following disclaimer. 16788 * 16789 * * Redistributions in binary form must reproduce the above copyright 16790 * notice, this list of conditions and the following disclaimer in the 16791 * documentation and/or other materials provided with the distribution. 16792 * 16793 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16794 * may be used to endorse or promote products derived from this software 16795 * without specific prior written permission. 16796 * 16797 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16798 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16799 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16800 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16801 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16802 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16803 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16804 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16805 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16806 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16807 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16808 */ 16809 ==> engine/src/core/com/jme3/post/FilterPostProcessor.java <== 16810 /* 16811 * Copyright (c) 2009-2010 jMonkeyEngine 16812 * All rights reserved. 16813 * 16814 * Redistribution and use in source and binary forms, with or without 16815 * modification, are permitted provided that the following conditions are 16816 * met: 16817 * 16818 * * Redistributions of source code must retain the above copyright 16819 * notice, this list of conditions and the following disclaimer. 16820 * 16821 * * Redistributions in binary form must reproduce the above copyright 16822 * notice, this list of conditions and the following disclaimer in the 16823 * documentation and/or other materials provided with the distribution. 16824 * 16825 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16826 * may be used to endorse or promote products derived from this software 16827 * without specific prior written permission. 16828 * 16829 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16830 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16831 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16832 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16833 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16834 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16835 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16836 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16837 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16838 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16839 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16840 */ 16841 ==> engine/src/core/com/jme3/post/HDRRenderer.java <== 16842 /* 16843 * Copyright (c) 2009-2010 jMonkeyEngine 16844 * All rights reserved. 16845 * 16846 * Redistribution and use in source and binary forms, with or without 16847 * modification, are permitted provided that the following conditions are 16848 * met: 16849 * 16850 * * Redistributions of source code must retain the above copyright 16851 * notice, this list of conditions and the following disclaimer. 16852 * 16853 * * Redistributions in binary form must reproduce the above copyright 16854 * notice, this list of conditions and the following disclaimer in the 16855 * documentation and/or other materials provided with the distribution. 16856 * 16857 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16858 * may be used to endorse or promote products derived from this software 16859 * without specific prior written permission. 16860 * 16861 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16862 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16863 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16864 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16865 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16866 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16867 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16868 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16869 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16870 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16871 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16872 */ 16873 ==> engine/src/core/com/jme3/light/SpotLight.java <== 16874 /* 16875 * Copyright (c) 2009-2010 jMonkeyEngine 16876 * All rights reserved. 16877 * 16878 * Redistribution and use in source and binary forms, with or without 16879 * modification, are permitted provided that the following conditions are 16880 * met: 16881 * 16882 * * Redistributions of source code must retain the above copyright 16883 * notice, this list of conditions and the following disclaimer. 16884 * 16885 * * Redistributions in binary form must reproduce the above copyright 16886 * notice, this list of conditions and the following disclaimer in the 16887 * documentation and/or other materials provided with the distribution. 16888 * 16889 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16890 * may be used to endorse or promote products derived from this software 16891 * without specific prior written permission. 16892 * 16893 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16894 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16895 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16896 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16897 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16898 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16899 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16900 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16901 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16902 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16903 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16904 */ 16905 ==> engine/src/core/com/jme3/light/package.html <== 16906 ==> engine/src/core/com/jme3/light/AmbientLight.java <== 16907 /** 16908 * An ambient light adds a constant color to the scene. 16909 * <p> 16910 * Ambient lights are unaffected by the surface normal, and are constant 16911 * regardless of the model's location. The material's ambient color is 16912 * multiplied by the ambient light color to get the final ambient color of 16913 * an object. 16914 * 16915 * @author Kirill Vainer 16916 */ 16917 ==> engine/src/core/com/jme3/light/PointLight.java <== 16918 /* 16919 * Copyright (c) 2009-2010 jMonkeyEngine 16920 * All rights reserved. 16921 * 16922 * Redistribution and use in source and binary forms, with or without 16923 * modification, are permitted provided that the following conditions are 16924 * met: 16925 * 16926 * * Redistributions of source code must retain the above copyright 16927 * notice, this list of conditions and the following disclaimer. 16928 * 16929 * * Redistributions in binary form must reproduce the above copyright 16930 * notice, this list of conditions and the following disclaimer in the 16931 * documentation and/or other materials provided with the distribution. 16932 * 16933 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16934 * may be used to endorse or promote products derived from this software 16935 * without specific prior written permission. 16936 * 16937 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16938 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16939 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16940 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16941 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16942 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16943 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16944 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16945 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16946 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16947 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16948 */ 16949 ==> engine/src/core/com/jme3/light/Light.java <== 16950 /* 16951 * Copyright (c) 2009-2010 jMonkeyEngine 16952 * All rights reserved. 16953 * 16954 * Redistribution and use in source and binary forms, with or without 16955 * modification, are permitted provided that the following conditions are 16956 * met: 16957 * 16958 * * Redistributions of source code must retain the above copyright 16959 * notice, this list of conditions and the following disclaimer. 16960 * 16961 * * Redistributions in binary form must reproduce the above copyright 16962 * notice, this list of conditions and the following disclaimer in the 16963 * documentation and/or other materials provided with the distribution. 16964 * 16965 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16966 * may be used to endorse or promote products derived from this software 16967 * without specific prior written permission. 16968 * 16969 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16970 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16971 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 16972 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 16973 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 16974 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 16975 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 16976 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 16977 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 16978 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 16979 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 16980 */ 16981 ==> engine/src/core/com/jme3/light/LightList.java <== 16982 /* 16983 * Copyright (c) 2009-2010 jMonkeyEngine 16984 * All rights reserved. 16985 * 16986 * Redistribution and use in source and binary forms, with or without 16987 * modification, are permitted provided that the following conditions are 16988 * met: 16989 * 16990 * * Redistributions of source code must retain the above copyright 16991 * notice, this list of conditions and the following disclaimer. 16992 * 16993 * * Redistributions in binary form must reproduce the above copyright 16994 * notice, this list of conditions and the following disclaimer in the 16995 * documentation and/or other materials provided with the distribution. 16996 * 16997 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 16998 * may be used to endorse or promote products derived from this software 16999 * without specific prior written permission. 17000 * 17001 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 17002 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17003 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17004 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 17005 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 17006 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 17007 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 17008 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 17009 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 17010 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 17011 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 17012 */ 17013 ==> engine/src/core/com/jme3/light/DirectionalLight.java <== 17014 /* 17015 * Copyright (c) 2009-2010 jMonkeyEngine 17016 * All rights reserved. 17017 * 17018 * Redistribution and use in source and binary forms, with or without 17019 * modification, are permitted provided that the following conditions are 17020 * met: 17021 * 17022 * * Redistributions of source code must retain the above copyright 17023 * notice, this list of conditions and the following disclaimer. 17024 * 17025 * * Redistributions in binary form must reproduce the above copyright 17026 * notice, this list of conditions and the following disclaimer in the 17027 * documentation and/or other materials provided with the distribution. 17028 * 17029 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 17030 * may be used to endorse or promote products derived from this software 17031 * without specific prior written permission. 17032 * 17033 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 17034 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17035 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17036 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 17037 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 17038 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 17039 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 17040 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 17041 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 17042 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 17043 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 17044 */ 17045 ==> engine/src/core/com/jme3/ui/Picture.java <== 17046 /* 17047 * Copyright (c) 2009-2010 jMonkeyEngine 17048 * All rights reserved. 17049 * 17050 * Redistribution and use in source and binary forms, with or without 17051 * modification, are permitted provided that the following conditions are 17052 * met: 17053 * 17054 * * Redistributions of source code must retain the above copyright 17055 * notice, this list of conditions and the following disclaimer. 17056 * 17057 * * Redistributions in binary form must reproduce the above copyright 17058 * notice, this list of conditions and the following disclaimer in the 17059 * documentation and/or other materials provided with the distribution. 17060 * 17061 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 17062 * may be used to endorse or promote products derived from this software 17063 * without specific prior written permission. 17064 * 17065 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 17066 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17067 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17068 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 17069 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 17070 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 17071 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 17072 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 17073 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 17074 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 17075 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 17076 */ 17077 ==> engine/src/bullet-native/com_jme3_bullet_joints_ConeJoint.cpp <== 17078 /* 17079 * Copyright (c) 2009-2010 jMonkeyEngine 17080 * All rights reserved. 17081 * 17082 * Redistribution and use in source and binary forms, with or without 17083 * modification, are permitted provided that the following conditions are 17084 * met: 17085 * 17086 * * Redistributions of source code must retain the above copyright 17087 * notice, this list of conditions and the following disclaimer. 17088 * 17089 * * Redistributions in binary form must reproduce the above copyright 17090 * notice, this list of conditions and the following disclaimer in the 17091 * documentation and/or other materials provided with the distribution. 17092 * 17093 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 17094 * may be used to endorse or promote products derived from this software 17095 * without specific prior written permission. 17096 * 17097 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 17098 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17099 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17100 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 17101 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 17102 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 17103 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 17104 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 17105 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 17106 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 17107 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 17108 */ 17109 /** 17110 * Author: Normen Hansen 17111 */ 17112 ==> engine/src/bullet-native/com_jme3_bullet_joints_SixDofJoint.h <== 17113 /* DO NOT EDIT THIS FILE - it is machine generated */ 17114 /* Header for class com_jme3_bullet_joints_SixDofJoint */ 17115 /* 17116 * Class: com_jme3_bullet_joints_SixDofJoint 17117 * Method: getRotationalLimitMotor 17118 * Signature: (JI)J 17119 */ 17120 /* 17121 * Class: com_jme3_bullet_joints_SixDofJoint 17122 * Method: getTranslationalLimitMotor 17123 * Signature: (J)J 17124 */ 17125 /* 17126 * Class: com_jme3_bullet_joints_SixDofJoint 17127 * Method: setLinearUpperLimit 17128 * Signature: (JLcom/jme3/math/Vector3f;)V 17129 */ 17130 /* 17131 * Class: com_jme3_bullet_joints_SixDofJoint 17132 ==> engine/src/bullet-native/com_jme3_bullet_PhysicsSpace.h <== 17133 /* DO NOT EDIT THIS FILE - it is machine generated */ 17134 /* Header for class com_jme3_bullet_PhysicsSpace */ 17135 /* Inaccessible static: pQueueTL */ 17136 /* Inaccessible static: physicsSpaceTL */ 17137 /* 17138 * Class: com_jme3_bullet_PhysicsSpace 17139 * Method: createPhysicsSpace 17140 * Signature: (FFFFFFIZ)J 17141 */ 17142 /* 17143 * Class: com_jme3_bullet_PhysicsSpace 17144 * Method: stepSimulation 17145 * Signature: (JFIF)V 17146 */ 17147 /* 17148 * Class: com_jme3_bullet_PhysicsSpace 17149 ==> engine/src/bullet-native/com_jme3_bullet_joints_motors_RotationalLimitMotor.h <== 17150 /* DO NOT EDIT THIS FILE - it is machine generated */ 17151 /* Header for class com_jme3_bullet_joints_motors_RotationalLimitMotor */ 17152 /* 17153 * Class: com_jme3_bullet_joints_motors_RotationalLimitMotor 17154 * Method: getLoLimit 17155 * Signature: (J)F 17156 */ 17157 /* 17158 * Class: com_jme3_bullet_joints_motors_RotationalLimitMotor 17159 * Method: setLoLimit 17160 * Signature: (JF)V 17161 */ 17162 /* 17163 * Class: com_jme3_bullet_joints_motors_RotationalLimitMotor 17164 * Method: getHiLimit 17165 * Signature: (J)F 17166 */ 17167 /* 17168 * Class: com_jme3_bullet_joints_motors_RotationalLimitMotor 17169 ==> engine/src/bullet-native/jmeClasses.cpp <== 17170 /* 17171 * Copyright (c) 2009-2010 jMonkeyEngine 17172 * All rights reserved. 17173 * 17174 * Redistribution and use in source and binary forms, with or without 17175 * modification, are permitted provided that the following conditions are 17176 * met: 17177 * 17178 * * Redistributions of source code must retain the above copyright 17179 * notice, this list of conditions and the following disclaimer. 17180 * 17181 * * Redistributions in binary form must reproduce the above copyright 17182 * notice, this list of conditions and the following disclaimer in the 17183 * documentation and/or other materials provided with the distribution. 17184 * 17185 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 17186 * may be used to endorse or promote products derived from this software 17187 * without specific prior written permission. 17188 * 17189 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 17190 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17191 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17192 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 17193 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 17194 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 17195 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 17196 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 17197 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 17198 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 17199 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 17200 */ 17201 /** 17202 ==> engine/src/bullet-native/com_jme3_bullet_collision_PhysicsCollisionEvent.cpp <== 17203 /* 17204 * Class: com_jme3_bullet_collision_PhysicsCollisionEvent 17205 * Method: getAppliedImpulse 17206 * Signature: (J)F 17207 */ 17208 /* 17209 * Class: com_jme3_bullet_collision_PhysicsCollisionEvent 17210 * Method: getAppliedImpulseLateral1 17211 * Signature: (J)F 17212 */ 17213 ==> engine/src/bullet-native/com_jme3_bullet_joints_HingeJoint.cpp <== 17214 /* 17215 * Copyright (c) 2009-2010 jMonkeyEngine 17216 * All rights reserved. 17217 * 17218 * Redistribution and use in source and binary forms, with or without 17219 * modification, are permitted provided that the following conditions are 17220 * met: 17221 * 17222 * * Redistributions of source code must retain the above copyright 17223 * notice, this list of conditions and the following disclaimer. 17224 * 17225 * * Redistributions in binary form must reproduce the above copyright 17226 * notice, this list of conditions and the following disclaimer in the 17227 * documentation and/or other materials provided with the distribution. 17228 * 17229 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 17230 * may be used to endorse or promote products derived from this software 17231 * without specific prior written permission. 17232 * 17233 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 17234 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17235 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17236 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 17237 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 17238 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 17239 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 17240 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 17241 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 17242 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 17243 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 17244 */ 17245 /** 17246 * Author: Normen Hansen 17247 */ 17248 ==> engine/src/bullet-native/com_jme3_bullet_util_DebugShapeFactory.h <== 17249 /* DO NOT EDIT THIS FILE - it is machine generated */ 17250 /* Header for class com_jme3_bullet_util_DebugShapeFactory */ 17251 /* 17252 * Class: com_jme3_bullet_util_DebugShapeFactory 17253 * Method: getVertices 17254 * Signature: (JLcom/jme3/bullet/util/DebugMeshCallback;)V 17255 */ 17256 ==> engine/src/bullet-native/com_jme3_bullet_objects_infos_RigidBodyMotionState.cpp <== 17257 /* 17258 * Copyright (c) 2009-2010 jMonkeyEngine 17259 * All rights reserved. 17260 * 17261 * Redistribution and use in source and binary forms, with or without 17262 * modification, are permitted provided that the following conditions are 17263 * met: 17264 * 17265 * * Redistributions of source code must retain the above copyright 17266 * notice, this list of conditions and the following disclaimer. 17267 * 17268 * * Redistributions in binary form must reproduce the above copyright 17269 * notice, this list of conditions and the following disclaimer in the 17270 * documentation and/or other materials provided with the distribution. 17271 * 17272 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 17273 * may be used to endorse or promote products derived from this software 17274 * without specific prior written permission. 17275 * 17276 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 17277 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17278 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17279 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 17280 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 17281 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 17282 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 17283 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 17284 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 17285 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 17286 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 17287 */ 17288 /** 17289 * Author: Normen Hansen 17290 */ 17291 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_CapsuleCollisionShape.cpp <== 17292 /* 17293 * Copyright (c) 2009-2010 jMonkeyEngine 17294 * All rights reserved. 17295 * 17296 * Redistribution and use in source and binary forms, with or without 17297 * modification, are permitted provided that the following conditions are 17298 * met: 17299 * 17300 * * Redistributions of source code must retain the above copyright 17301 * notice, this list of conditions and the following disclaimer. 17302 * 17303 * * Redistributions in binary form must reproduce the above copyright 17304 * notice, this list of conditions and the following disclaimer in the 17305 * documentation and/or other materials provided with the distribution. 17306 * 17307 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 17308 * may be used to endorse or promote products derived from this software 17309 * without specific prior written permission. 17310 * 17311 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 17312 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17313 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17314 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 17315 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 17316 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 17317 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 17318 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 17319 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 17320 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 17321 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 17322 */ 17323 /** 17324 * Author: Normen Hansen 17325 */ 17326 ==> engine/src/bullet-native/com_jme3_bullet_objects_PhysicsRigidBody.h <== 17327 /* DO NOT EDIT THIS FILE - it is machine generated */ 17328 /* Header for class com_jme3_bullet_objects_PhysicsRigidBody */ 17329 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_GImpactCollisionShape.cpp <== 17330 /* 17331 * Copyright (c) 2009-2010 jMonkeyEngine 17332 * All rights reserved. 17333 * 17334 * Redistribution and use in source and binary forms, with or without 17335 * modification, are permitted provided that the following conditions are 17336 * met: 17337 * 17338 * * Redistributions of source code must retain the above copyright 17339 * notice, this list of conditions and the following disclaimer. 17340 * 17341 * * Redistributions in binary form must reproduce the above copyright 17342 * notice, this list of conditions and the following disclaimer in the 17343 * documentation and/or other materials provided with the distribution. 17344 * 17345 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 17346 * may be used to endorse or promote products derived from this software 17347 * without specific prior written permission. 17348 * 17349 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 17350 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17351 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17352 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 17353 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 17354 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 17355 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 17356 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 17357 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 17358 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 17359 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 17360 */ 17361 /** 17362 * Author: Normen Hansen 17363 */ 17364 ==> engine/src/bullet-native/com_jme3_bullet_objects_PhysicsCharacter.h <== 17365 /* DO NOT EDIT THIS FILE - it is machine generated */ 17366 /* Header for class com_jme3_bullet_objects_PhysicsCharacter */ 17367 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_PlaneCollisionShape.h <== 17368 /* DO NOT EDIT THIS FILE - it is machine generated */ 17369 /* Header for class com_jme3_bullet_collision_shapes_PlaneCollisionShape */ 17370 /* 17371 * Class: com_jme3_bullet_collision_shapes_PlaneCollisionShape 17372 * Method: createShape 17373 * Signature: (Lcom/jme3/math/Vector3f;F)J 17374 */ 17375 ==> engine/src/bullet-native/jmePhysicsSpace.cpp <== 17376 /* 17377 * Copyright (c) 2009-2010 jMonkeyEngine 17378 * All rights reserved. 17379 * 17380 * Redistribution and use in source and binary forms, with or without 17381 * modification, are permitted provided that the following conditions are 17382 * met: 17383 * 17384 * * Redistributions of source code must retain the above copyright 17385 * notice, this list of conditions and the following disclaimer. 17386 * 17387 * * Redistributions in binary form must reproduce the above copyright 17388 * notice, this list of conditions and the following disclaimer in the 17389 * documentation and/or other materials provided with the distribution. 17390 * 17391 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 17392 * may be used to endorse or promote products derived from this software 17393 * without specific prior written permission. 17394 * 17395 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 17396 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17397 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17398 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 17399 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 17400 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 17401 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 17402 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 17403 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 17404 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 17405 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 17406 */ 17407 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_GImpactCollisionShape.h <== 17408 /* DO NOT EDIT THIS FILE - it is machine generated */ 17409 /* Header for class com_jme3_bullet_collision_shapes_GImpactCollisionShape */ 17410 /* 17411 * Class: com_jme3_bullet_collision_shapes_GImpactCollisionShape 17412 * Method: createShape 17413 * Signature: (J)J 17414 */ 17415 /* 17416 * Class: com_jme3_bullet_collision_shapes_GImpactCollisionShape 17417 * Method: finalizeNative 17418 * Signature: (J)V 17419 */ 17420 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_HullCollisionShape.h <== 17421 /* DO NOT EDIT THIS FILE - it is machine generated */ 17422 /* Header for class com_jme3_bullet_collision_shapes_HullCollisionShape */ 17423 /* 17424 * Class: com_jme3_bullet_collision_shapes_HullCollisionShape 17425 * Method: createShape 17426 * Signature: (Ljava/nio/ByteBuffer;)J 17427 */ 17428 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_ConeCollisionShape.cpp <== 17429 /* 17430 * Copyright (c) 2009-2010 jMonkeyEngine 17431 * All rights reserved. 17432 * 17433 * Redistribution and use in source and binary forms, with or without 17434 * modification, are permitted provided that the following conditions are 17435 * met: 17436 * 17437 * * Redistributions of source code must retain the above copyright 17438 * notice, this list of conditions and the following disclaimer. 17439 * 17440 * * Redistributions in binary form must reproduce the above copyright 17441 * notice, this list of conditions and the following disclaimer in the 17442 * documentation and/or other materials provided with the distribution. 17443 * 17444 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 17445 * may be used to endorse or promote products derived from this software 17446 * without specific prior written permission. 17447 * 17448 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 17449 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17450 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17451 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 17452 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 17453 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 17454 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 17455 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 17456 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 17457 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 17458 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 17459 */ 17460 /** 17461 * Author: Normen Hansen 17462 */ 17463 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_CapsuleCollisionShape.h <== 17464 /* DO NOT EDIT THIS FILE - it is machine generated */ 17465 /* Header for class com_jme3_bullet_collision_shapes_CapsuleCollisionShape */ 17466 /* 17467 * Class: com_jme3_bullet_collision_shapes_CapsuleCollisionShape 17468 * Method: createShape 17469 * Signature: (IFF)J 17470 */ 17471 ==> engine/src/bullet-native/com_jme3_bullet_joints_Point2PointJoint.cpp <== 17472 /* 17473 * Copyright (c) 2009-2010 jMonkeyEngine 17474 * All rights reserved. 17475 * 17476 * Redistribution and use in source and binary forms, with or without 17477 * modification, are permitted provided that the following conditions are 17478 * met: 17479 * 17480 * * Redistributions of source code must retain the above copyright 17481 * notice, this list of conditions and the following disclaimer. 17482 * 17483 * * Redistributions in binary form must reproduce the above copyright 17484 * notice, this list of conditions and the following disclaimer in the 17485 * documentation and/or other materials provided with the distribution. 17486 * 17487 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 17488 * may be used to endorse or promote products derived from this software 17489 * without specific prior written permission. 17490 * 17491 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 17492 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17493 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17494 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 17495 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 17496 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 17497 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 17498 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 17499 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 17500 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 17501 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 17502 */ 17503 /** 17504 * Author: Normen Hansen 17505 */ 17506 ==> engine/src/bullet-native/com_jme3_bullet_objects_PhysicsGhostObject.h <== 17507 /* DO NOT EDIT THIS FILE - it is machine generated */ 17508 /* Header for class com_jme3_bullet_objects_PhysicsGhostObject */ 17509 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_HullCollisionShape.cpp <== 17510 /* 17511 * Copyright (c) 2009-2010 jMonkeyEngine 17512 * All rights reserved. 17513 * 17514 * Redistribution and use in source and binary forms, with or without 17515 * modification, are permitted provided that the following conditions are 17516 * met: 17517 * 17518 * * Redistributions of source code must retain the above copyright 17519 * notice, this list of conditions and the following disclaimer. 17520 * 17521 * * Redistributions in binary form must reproduce the above copyright 17522 * notice, this list of conditions and the following disclaimer in the 17523 * documentation and/or other materials provided with the distribution. 17524 * 17525 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 17526 * may be used to endorse or promote products derived from this software 17527 * without specific prior written permission. 17528 * 17529 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 17530 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17531 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17532 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 17533 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 17534 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 17535 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 17536 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 17537 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 17538 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 17539 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 17540 */ 17541 /** 17542 * Author: Normen Hansen 17543 */ 17544 ==> engine/src/bullet-native/com_jme3_bullet_objects_VehicleWheel.cpp <== 17545 /* 17546 * Copyright (c) 2009-2010 jMonkeyEngine 17547 * All rights reserved. 17548 * 17549 * Redistribution and use in source and binary forms, with or without 17550 * modification, are permitted provided that the following conditions are 17551 * met: 17552 * 17553 * * Redistributions of source code must retain the above copyright 17554 * notice, this list of conditions and the following disclaimer. 17555 * 17556 * * Redistributions in binary form must reproduce the above copyright 17557 * notice, this list of conditions and the following disclaimer in the 17558 * documentation and/or other materials provided with the distribution. 17559 * 17560 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 17561 * may be used to endorse or promote products derived from this software 17562 * without specific prior written permission. 17563 * 17564 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 17565 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17566 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17567 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 17568 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 17569 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 17570 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 17571 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 17572 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 17573 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 17574 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 17575 */ 17576 /** 17577 * Author: Normen Hansen 17578 */ 17579 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_SphereCollisionShape.h <== 17580 /* DO NOT EDIT THIS FILE - it is machine generated */ 17581 /* Header for class com_jme3_bullet_collision_shapes_SphereCollisionShape */ 17582 /* 17583 * Class: com_jme3_bullet_collision_shapes_SphereCollisionShape 17584 * Method: createShape 17585 * Signature: (F)J 17586 */ 17587 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_PlaneCollisionShape.cpp <== 17588 /* 17589 * Copyright (c) 2009-2010 jMonkeyEngine 17590 * All rights reserved. 17591 * 17592 * Redistribution and use in source and binary forms, with or without 17593 * modification, are permitted provided that the following conditions are 17594 * met: 17595 * 17596 * * Redistributions of source code must retain the above copyright 17597 * notice, this list of conditions and the following disclaimer. 17598 * 17599 * * Redistributions in binary form must reproduce the above copyright 17600 * notice, this list of conditions and the following disclaimer in the 17601 * documentation and/or other materials provided with the distribution. 17602 * 17603 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 17604 * may be used to endorse or promote products derived from this software 17605 * without specific prior written permission. 17606 * 17607 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 17608 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17609 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17610 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 17611 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 17612 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 17613 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 17614 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 17615 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 17616 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 17617 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 17618 */ 17619 /** 17620 * Author: Normen Hansen 17621 */ 17622 ==> engine/src/bullet-native/com_jme3_bullet_joints_SixDofJoint.cpp <== 17623 /* 17624 * Copyright (c) 2009-2010 jMonkeyEngine 17625 * All rights reserved. 17626 * 17627 * Redistribution and use in source and binary forms, with or without 17628 * modification, are permitted provided that the following conditions are 17629 * met: 17630 * 17631 * * Redistributions of source code must retain the above copyright 17632 * notice, this list of conditions and the following disclaimer. 17633 * 17634 * * Redistributions in binary form must reproduce the above copyright 17635 * notice, this list of conditions and the following disclaimer in the 17636 * documentation and/or other materials provided with the distribution. 17637 * 17638 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 17639 * may be used to endorse or promote products derived from this software 17640 * without specific prior written permission. 17641 * 17642 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 17643 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17644 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17645 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 17646 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 17647 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 17648 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 17649 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 17650 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 17651 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 17652 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 17653 */ 17654 /** 17655 * Author: Normen Hansen 17656 */ 17657 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_SimplexCollisionShape.h <== 17658 /* DO NOT EDIT THIS FILE - it is machine generated */ 17659 /* Header for class com_jme3_bullet_collision_shapes_SimplexCollisionShape */ 17660 /* 17661 * Class: com_jme3_bullet_collision_shapes_SimplexCollisionShape 17662 * Method: createShape 17663 * Signature: (Lcom/jme3/math/Vector3f;)J 17664 */ 17665 /* 17666 * Class: com_jme3_bullet_collision_shapes_SimplexCollisionShape 17667 * Method: createShape 17668 * Signature: (Lcom/jme3/math/Vector3f;Lcom/jme3/math/Vector3f;)J 17669 */ 17670 /* 17671 * Class: com_jme3_bullet_collision_shapes_SimplexCollisionShape 17672 * Method: createShape 17673 * Signature: (Lcom/jme3/math/Vector3f;Lcom/jme3/math/Vector3f;Lcom/jme3/math/Vector3f;)J 17674 */ 17675 /* 17676 * Class: com_jme3_bullet_collision_shapes_SimplexCollisionShape 17677 ==> engine/src/bullet-native/com_jme3_bullet_joints_SixDofSpringJoint.cpp <== 17678 /** 17679 * Author: Normen Hansen 17680 */ 17681 /* 17682 * Class: com_jme3_bullet_joints_SixDofSpringJoint 17683 * Method: enableString 17684 * Signature: (JIZ)V 17685 */ 17686 /* 17687 * Class: com_jme3_bullet_joints_SixDofSpringJoint 17688 * Method: setStiffness 17689 * Signature: (JIF)V 17690 */ 17691 /* 17692 ==> engine/src/bullet-native/jmeMotionState.h <== 17693 /* 17694 * Copyright (c) 2009-2010 jMonkeyEngine 17695 * All rights reserved. 17696 * 17697 * Redistribution and use in source and binary forms, with or without 17698 * modification, are permitted provided that the following conditions are 17699 * met: 17700 * 17701 * * Redistributions of source code must retain the above copyright 17702 * notice, this list of conditions and the following disclaimer. 17703 * 17704 * * Redistributions in binary form must reproduce the above copyright 17705 * notice, this list of conditions and the following disclaimer in the 17706 * documentation and/or other materials provided with the distribution. 17707 * 17708 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 17709 * may be used to endorse or promote products derived from this software 17710 * without specific prior written permission. 17711 * 17712 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 17713 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17714 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17715 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 17716 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 17717 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 17718 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 17719 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 17720 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 17721 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 17722 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 17723 */ 17724 /** 17725 * Author: Normen Hansen 17726 ==> engine/src/bullet-native/android/Android.mk <== 17727 ==> engine/src/bullet-native/android/Application.mk <== 17728 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_SimplexCollisionShape.cpp <== 17729 /* 17730 * Copyright (c) 2009-2010 jMonkeyEngine 17731 * All rights reserved. 17732 * 17733 * Redistribution and use in source and binary forms, with or without 17734 * modification, are permitted provided that the following conditions are 17735 * met: 17736 * 17737 * * Redistributions of source code must retain the above copyright 17738 * notice, this list of conditions and the following disclaimer. 17739 * 17740 * * Redistributions in binary form must reproduce the above copyright 17741 * notice, this list of conditions and the following disclaimer in the 17742 * documentation and/or other materials provided with the distribution. 17743 * 17744 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 17745 * may be used to endorse or promote products derived from this software 17746 * without specific prior written permission. 17747 * 17748 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 17749 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17750 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17751 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 17752 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 17753 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 17754 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 17755 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 17756 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 17757 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 17758 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 17759 */ 17760 /** 17761 * Author: Normen Hansen 17762 */ 17763 ==> engine/src/bullet-native/com_jme3_bullet_objects_VehicleWheel.h <== 17764 /* DO NOT EDIT THIS FILE - it is machine generated */ 17765 /* Header for class com_jme3_bullet_objects_VehicleWheel */ 17766 /* 17767 * Class: com_jme3_bullet_objects_VehicleWheel 17768 * Method: getWheelLocation 17769 * Signature: (JILcom/jme3/math/Vector3f;)V 17770 */ 17771 /* 17772 * Class: com_jme3_bullet_objects_VehicleWheel 17773 * Method: getWheelRotation 17774 * Signature: (JILcom/jme3/math/Matrix3f;)V 17775 */ 17776 /* 17777 * Class: com_jme3_bullet_objects_VehicleWheel 17778 * Method: applyInfo 17779 * Signature: (JIFFFFFFFFZF)V 17780 */ 17781 /* 17782 * Class: com_jme3_bullet_objects_VehicleWheel 17783 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_BoxCollisionShape.h <== 17784 /* DO NOT EDIT THIS FILE - it is machine generated */ 17785 /* Header for class com_jme3_bullet_collision_shapes_BoxCollisionShape */ 17786 /* 17787 * Class: com_jme3_bullet_collision_shapes_BoxCollisionShape 17788 * Method: createShape 17789 * Signature: (Lcom/jme3/math/Vector3f;)J 17790 */ 17791 ==> engine/src/bullet-native/jmeMotionState.cpp <== 17792 /* 17793 * Copyright (c) 2009-2010 jMonkeyEngine 17794 * All rights reserved. 17795 * 17796 * Redistribution and use in source and binary forms, with or without 17797 * modification, are permitted provided that the following conditions are 17798 * met: 17799 * 17800 * * Redistributions of source code must retain the above copyright 17801 * notice, this list of conditions and the following disclaimer. 17802 * 17803 * * Redistributions in binary form must reproduce the above copyright 17804 * notice, this list of conditions and the following disclaimer in the 17805 * documentation and/or other materials provided with the distribution. 17806 * 17807 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 17808 * may be used to endorse or promote products derived from this software 17809 * without specific prior written permission. 17810 * 17811 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 17812 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17813 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17814 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 17815 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 17816 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 17817 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 17818 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 17819 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 17820 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 17821 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 17822 */ 17823 /** 17824 ==> engine/src/bullet-native/com_jme3_bullet_joints_HingeJoint.h <== 17825 /* DO NOT EDIT THIS FILE - it is machine generated */ 17826 /* Header for class com_jme3_bullet_joints_HingeJoint */ 17827 /* 17828 * Class: com_jme3_bullet_joints_HingeJoint 17829 * Method: enableMotor 17830 * Signature: (JZFF)V 17831 */ 17832 /* 17833 * Class: com_jme3_bullet_joints_HingeJoint 17834 * Method: getEnableAngularMotor 17835 * Signature: (J)Z 17836 */ 17837 /* 17838 * Class: com_jme3_bullet_joints_HingeJoint 17839 * Method: getMotorTargetVelocity 17840 * Signature: (J)F 17841 */ 17842 /* 17843 * Class: com_jme3_bullet_joints_HingeJoint 17844 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_CollisionShape.cpp <== 17845 /* 17846 * Copyright (c) 2009-2010 jMonkeyEngine 17847 * All rights reserved. 17848 * 17849 * Redistribution and use in source and binary forms, with or without 17850 * modification, are permitted provided that the following conditions are 17851 * met: 17852 * 17853 * * Redistributions of source code must retain the above copyright 17854 * notice, this list of conditions and the following disclaimer. 17855 * 17856 * * Redistributions in binary form must reproduce the above copyright 17857 * notice, this list of conditions and the following disclaimer in the 17858 * documentation and/or other materials provided with the distribution. 17859 * 17860 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 17861 * may be used to endorse or promote products derived from this software 17862 * without specific prior written permission. 17863 * 17864 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 17865 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17866 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17867 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 17868 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 17869 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 17870 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 17871 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 17872 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 17873 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 17874 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 17875 */ 17876 /** 17877 * Author: Normen Hansen 17878 */ 17879 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_ConeCollisionShape.h <== 17880 /* DO NOT EDIT THIS FILE - it is machine generated */ 17881 /* Header for class com_jme3_bullet_collision_shapes_ConeCollisionShape */ 17882 /* 17883 * Class: com_jme3_bullet_collision_shapes_ConeCollisionShape 17884 * Method: createShape 17885 * Signature: (IFF)J 17886 */ 17887 ==> engine/src/bullet-native/com_jme3_bullet_joints_PhysicsJoint.h <== 17888 /* DO NOT EDIT THIS FILE - it is machine generated */ 17889 /* Header for class com_jme3_bullet_joints_PhysicsJoint */ 17890 /* 17891 * Class: com_jme3_bullet_joints_PhysicsJoint 17892 * Method: getAppliedImpulse 17893 * Signature: (J)F 17894 */ 17895 /* 17896 * Class: com_jme3_bullet_joints_PhysicsJoint 17897 * Method: finalizeNative 17898 * Signature: (J)V 17899 */ 17900 ==> engine/src/bullet-native/com_jme3_bullet_joints_motors_RotationalLimitMotor.cpp <== 17901 /* 17902 * Copyright (c) 2009-2010 jMonkeyEngine 17903 * All rights reserved. 17904 * 17905 * Redistribution and use in source and binary forms, with or without 17906 * modification, are permitted provided that the following conditions are 17907 * met: 17908 * 17909 * * Redistributions of source code must retain the above copyright 17910 * notice, this list of conditions and the following disclaimer. 17911 * 17912 * * Redistributions in binary form must reproduce the above copyright 17913 * notice, this list of conditions and the following disclaimer in the 17914 * documentation and/or other materials provided with the distribution. 17915 * 17916 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 17917 * may be used to endorse or promote products derived from this software 17918 * without specific prior written permission. 17919 * 17920 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 17921 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17922 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17923 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 17924 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 17925 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 17926 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 17927 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 17928 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 17929 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 17930 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 17931 */ 17932 /** 17933 * Author: Normen Hansen 17934 */ 17935 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_CylinderCollisionShape.h <== 17936 /* DO NOT EDIT THIS FILE - it is machine generated */ 17937 /* Header for class com_jme3_bullet_collision_shapes_CylinderCollisionShape */ 17938 /* 17939 * Class: com_jme3_bullet_collision_shapes_CylinderCollisionShape 17940 * Method: createShape 17941 * Signature: (ILcom/jme3/math/Vector3f;)J 17942 */ 17943 ==> engine/src/bullet-native/com_jme3_bullet_collision_PhysicsCollisionObject.cpp <== 17944 /* 17945 * Copyright (c) 2009-2010 jMonkeyEngine 17946 * All rights reserved. 17947 * 17948 * Redistribution and use in source and binary forms, with or without 17949 * modification, are permitted provided that the following conditions are 17950 * met: 17951 * 17952 * * Redistributions of source code must retain the above copyright 17953 * notice, this list of conditions and the following disclaimer. 17954 * 17955 * * Redistributions in binary form must reproduce the above copyright 17956 * notice, this list of conditions and the following disclaimer in the 17957 * documentation and/or other materials provided with the distribution. 17958 * 17959 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 17960 * may be used to endorse or promote products derived from this software 17961 * without specific prior written permission. 17962 * 17963 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 17964 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17965 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17966 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 17967 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 17968 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 17969 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 17970 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 17971 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 17972 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 17973 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 17974 */ 17975 /** 17976 * Author: Normen Hansen 17977 */ 17978 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_HeightfieldCollisionShape.h <== 17979 /* DO NOT EDIT THIS FILE - it is machine generated */ 17980 /* Header for class com_jme3_bullet_collision_shapes_HeightfieldCollisionShape */ 17981 /* 17982 * Class: com_jme3_bullet_collision_shapes_HeightfieldCollisionShape 17983 * Method: createShape 17984 * Signature: (IILjava/nio/ByteBuffer;FFFIZ)J 17985 */ 17986 ==> engine/src/bullet-native/com_jme3_bullet_util_NativeMeshUtil.h <== 17987 /* DO NOT EDIT THIS FILE - it is machine generated */ 17988 /* Header for class com_jme3_bullet_util_NativeMeshUtil */ 17989 /* 17990 * Class: com_jme3_bullet_util_NativeMeshUtil 17991 * Method: createTriangleIndexVertexArray 17992 * Signature: (Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;IIII)J 17993 */ 17994 ==> engine/src/bullet-native/jmeClasses.h <== 17995 /* 17996 * Copyright (c) 2009-2010 jMonkeyEngine 17997 * All rights reserved. 17998 * 17999 * Redistribution and use in source and binary forms, with or without 18000 * modification, are permitted provided that the following conditions are 18001 * met: 18002 * 18003 * * Redistributions of source code must retain the above copyright 18004 * notice, this list of conditions and the following disclaimer. 18005 * 18006 * * Redistributions in binary form must reproduce the above copyright 18007 * notice, this list of conditions and the following disclaimer in the 18008 * documentation and/or other materials provided with the distribution. 18009 * 18010 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 18011 * may be used to endorse or promote products derived from this software 18012 * without specific prior written permission. 18013 * 18014 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18015 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18016 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18017 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 18018 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 18019 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 18020 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 18021 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 18022 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18023 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18024 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18025 */ 18026 /** 18027 * Author: Normen Hansen 18028 ==> engine/src/bullet-native/com_jme3_bullet_collision_PhysicsCollisionEvent.h <== 18029 /* DO NOT EDIT THIS FILE - it is machine generated */ 18030 /* Header for class com_jme3_bullet_collision_PhysicsCollisionEvent */ 18031 /* 18032 * Class: com_jme3_bullet_collision_PhysicsCollisionEvent 18033 * Method: getAppliedImpulse 18034 * Signature: (J)F 18035 */ 18036 /* 18037 * Class: com_jme3_bullet_collision_PhysicsCollisionEvent 18038 * Method: getAppliedImpulseLateral1 18039 * Signature: (J)F 18040 */ 18041 /* 18042 * Class: com_jme3_bullet_collision_PhysicsCollisionEvent 18043 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_HeightfieldCollisionShape.cpp <== 18044 /* 18045 * Copyright (c) 2009-2010 jMonkeyEngine 18046 * All rights reserved. 18047 * 18048 * Redistribution and use in source and binary forms, with or without 18049 * modification, are permitted provided that the following conditions are 18050 * met: 18051 * 18052 * * Redistributions of source code must retain the above copyright 18053 * notice, this list of conditions and the following disclaimer. 18054 * 18055 * * Redistributions in binary form must reproduce the above copyright 18056 * notice, this list of conditions and the following disclaimer in the 18057 * documentation and/or other materials provided with the distribution. 18058 * 18059 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 18060 * may be used to endorse or promote products derived from this software 18061 * without specific prior written permission. 18062 * 18063 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18064 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18065 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18066 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 18067 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 18068 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 18069 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 18070 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 18071 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18072 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18073 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18074 */ 18075 /** 18076 * Author: Normen Hansen 18077 */ 18078 ==> engine/src/bullet-native/com_jme3_bullet_joints_ConeJoint.h <== 18079 /* DO NOT EDIT THIS FILE - it is machine generated */ 18080 /* Header for class com_jme3_bullet_joints_ConeJoint */ 18081 /* 18082 * Class: com_jme3_bullet_joints_ConeJoint 18083 * Method: setLimit 18084 * Signature: (JFFF)V 18085 */ 18086 /* 18087 * Class: com_jme3_bullet_joints_ConeJoint 18088 * Method: setAngularOnly 18089 * Signature: (JZ)V 18090 */ 18091 /* 18092 * Class: com_jme3_bullet_joints_ConeJoint 18093 * Method: createJoint 18094 * Signature: (JJLcom/jme3/math/Vector3f;Lcom/jme3/math/Matrix3f;Lcom/jme3/math/Vector3f;Lcom/jme3/math/Matrix3f;)J 18095 */ 18096 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_BoxCollisionShape.cpp <== 18097 /* 18098 * Copyright (c) 2009-2010 jMonkeyEngine 18099 * All rights reserved. 18100 * 18101 * Redistribution and use in source and binary forms, with or without 18102 * modification, are permitted provided that the following conditions are 18103 * met: 18104 * 18105 * * Redistributions of source code must retain the above copyright 18106 * notice, this list of conditions and the following disclaimer. 18107 * 18108 * * Redistributions in binary form must reproduce the above copyright 18109 * notice, this list of conditions and the following disclaimer in the 18110 * documentation and/or other materials provided with the distribution. 18111 * 18112 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 18113 * may be used to endorse or promote products derived from this software 18114 * without specific prior written permission. 18115 * 18116 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18117 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18118 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18119 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 18120 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 18121 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 18122 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 18123 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 18124 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18125 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18126 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18127 */ 18128 /** 18129 * Author: Normen Hansen 18130 */ 18131 ==> engine/src/bullet-native/com_jme3_bullet_collision_PhysicsCollisionObject.h <== 18132 /* DO NOT EDIT THIS FILE - it is machine generated */ 18133 /* Header for class com_jme3_bullet_collision_PhysicsCollisionObject */ 18134 ==> engine/src/bullet-native/com_jme3_bullet_util_DebugShapeFactory.cpp <== 18135 /* 18136 * Copyright (c) 2009-2010 jMonkeyEngine 18137 * All rights reserved. 18138 * 18139 * Redistribution and use in source and binary forms, with or without 18140 * modification, are permitted provided that the following conditions are 18141 * met: 18142 * 18143 * * Redistributions of source code must retain the above copyright 18144 * notice, this list of conditions and the following disclaimer. 18145 * 18146 * * Redistributions in binary form must reproduce the above copyright 18147 * notice, this list of conditions and the following disclaimer in the 18148 * documentation and/or other materials provided with the distribution. 18149 * 18150 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 18151 * may be used to endorse or promote products derived from this software 18152 * without specific prior written permission. 18153 * 18154 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18155 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18156 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18157 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 18158 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 18159 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 18160 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 18161 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 18162 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18163 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18164 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18165 */ 18166 /** 18167 * Author: Normen Hansen, CJ Hare 18168 */ 18169 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_SphereCollisionShape.cpp <== 18170 /* 18171 * Copyright (c) 2009-2010 jMonkeyEngine 18172 * All rights reserved. 18173 * 18174 * Redistribution and use in source and binary forms, with or without 18175 * modification, are permitted provided that the following conditions are 18176 * met: 18177 * 18178 * * Redistributions of source code must retain the above copyright 18179 * notice, this list of conditions and the following disclaimer. 18180 * 18181 * * Redistributions in binary form must reproduce the above copyright 18182 * notice, this list of conditions and the following disclaimer in the 18183 * documentation and/or other materials provided with the distribution. 18184 * 18185 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 18186 * may be used to endorse or promote products derived from this software 18187 * without specific prior written permission. 18188 * 18189 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18190 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18191 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18192 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 18193 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 18194 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 18195 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 18196 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 18197 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18198 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18199 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18200 */ 18201 /** 18202 * Author: Normen Hansen 18203 */ 18204 ==> engine/src/bullet-native/com_jme3_bullet_joints_motors_TranslationalLimitMotor.cpp <== 18205 /* 18206 * Copyright (c) 2009-2010 jMonkeyEngine 18207 * All rights reserved. 18208 * 18209 * Redistribution and use in source and binary forms, with or without 18210 * modification, are permitted provided that the following conditions are 18211 * met: 18212 * 18213 * * Redistributions of source code must retain the above copyright 18214 * notice, this list of conditions and the following disclaimer. 18215 * 18216 * * Redistributions in binary form must reproduce the above copyright 18217 * notice, this list of conditions and the following disclaimer in the 18218 * documentation and/or other materials provided with the distribution. 18219 * 18220 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 18221 * may be used to endorse or promote products derived from this software 18222 * without specific prior written permission. 18223 * 18224 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18225 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18226 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18227 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 18228 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 18229 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 18230 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 18231 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 18232 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18233 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18234 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18235 */ 18236 /** 18237 * Author: Normen Hansen 18238 */ 18239 ==> engine/src/bullet-native/com_jme3_bullet_objects_PhysicsRigidBody.cpp <== 18240 /* 18241 * Copyright (c) 2009-2010 jMonkeyEngine 18242 * All rights reserved. 18243 * 18244 * Redistribution and use in source and binary forms, with or without 18245 * modification, are permitted provided that the following conditions are 18246 * met: 18247 * 18248 * * Redistributions of source code must retain the above copyright 18249 * notice, this list of conditions and the following disclaimer. 18250 * 18251 * * Redistributions in binary form must reproduce the above copyright 18252 * notice, this list of conditions and the following disclaimer in the 18253 * documentation and/or other materials provided with the distribution. 18254 * 18255 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 18256 * may be used to endorse or promote products derived from this software 18257 * without specific prior written permission. 18258 * 18259 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18260 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18261 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18262 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 18263 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 18264 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 18265 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 18266 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 18267 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18268 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18269 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18270 */ 18271 /** 18272 * Author: Normen Hansen 18273 */ 18274 ==> engine/src/bullet-native/com_jme3_bullet_objects_PhysicsGhostObject.cpp <== 18275 /* 18276 * Copyright (c) 2009-2010 jMonkeyEngine 18277 * All rights reserved. 18278 * 18279 * Redistribution and use in source and binary forms, with or without 18280 * modification, are permitted provided that the following conditions are 18281 * met: 18282 * 18283 * * Redistributions of source code must retain the above copyright 18284 * notice, this list of conditions and the following disclaimer. 18285 * 18286 * * Redistributions in binary form must reproduce the above copyright 18287 * notice, this list of conditions and the following disclaimer in the 18288 * documentation and/or other materials provided with the distribution. 18289 * 18290 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 18291 * may be used to endorse or promote products derived from this software 18292 * without specific prior written permission. 18293 * 18294 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18295 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18296 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18297 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 18298 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 18299 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 18300 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 18301 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 18302 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18303 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18304 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18305 */ 18306 /** 18307 * Author: Normen Hansen 18308 */ 18309 ==> engine/src/bullet-native/jmePhysicsSpace.h <== 18310 /* 18311 * Copyright (c) 2009-2010 jMonkeyEngine 18312 * All rights reserved. 18313 * 18314 * Redistribution and use in source and binary forms, with or without 18315 * modification, are permitted provided that the following conditions are 18316 * met: 18317 * 18318 * * Redistributions of source code must retain the above copyright 18319 * notice, this list of conditions and the following disclaimer. 18320 * 18321 * * Redistributions in binary form must reproduce the above copyright 18322 * notice, this list of conditions and the following disclaimer in the 18323 * documentation and/or other materials provided with the distribution. 18324 * 18325 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 18326 * may be used to endorse or promote products derived from this software 18327 * without specific prior written permission. 18328 * 18329 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18330 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18331 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18332 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 18333 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 18334 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 18335 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 18336 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 18337 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18338 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18339 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18340 */ 18341 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_CylinderCollisionShape.cpp <== 18342 /* 18343 * Copyright (c) 2009-2010 jMonkeyEngine 18344 * All rights reserved. 18345 * 18346 * Redistribution and use in source and binary forms, with or without 18347 * modification, are permitted provided that the following conditions are 18348 * met: 18349 * 18350 * * Redistributions of source code must retain the above copyright 18351 * notice, this list of conditions and the following disclaimer. 18352 * 18353 * * Redistributions in binary form must reproduce the above copyright 18354 * notice, this list of conditions and the following disclaimer in the 18355 * documentation and/or other materials provided with the distribution. 18356 * 18357 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 18358 * may be used to endorse or promote products derived from this software 18359 * without specific prior written permission. 18360 * 18361 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18362 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18363 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18364 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 18365 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 18366 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 18367 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 18368 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 18369 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18370 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18371 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18372 */ 18373 /** 18374 * Author: Normen Hansen 18375 */ 18376 ==> engine/src/bullet-native/jmeBulletUtil.h <== 18377 /* 18378 * Copyright (c) 2009-2010 jMonkeyEngine 18379 * All rights reserved. 18380 * 18381 * Redistribution and use in source and binary forms, with or without 18382 * modification, are permitted provided that the following conditions are 18383 * met: 18384 * 18385 * * Redistributions of source code must retain the above copyright 18386 * notice, this list of conditions and the following disclaimer. 18387 * 18388 * * Redistributions in binary form must reproduce the above copyright 18389 * notice, this list of conditions and the following disclaimer in the 18390 * documentation and/or other materials provided with the distribution. 18391 * 18392 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 18393 * may be used to endorse or promote products derived from this software 18394 * without specific prior written permission. 18395 * 18396 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18397 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18398 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18399 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 18400 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 18401 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 18402 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 18403 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 18404 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18405 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18406 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18407 */ 18408 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_CompoundCollisionShape.h <== 18409 /* DO NOT EDIT THIS FILE - it is machine generated */ 18410 /* Header for class com_jme3_bullet_collision_shapes_CompoundCollisionShape */ 18411 /* 18412 * Class: com_jme3_bullet_collision_shapes_CompoundCollisionShape 18413 * Method: createShape 18414 * Signature: ()J 18415 */ 18416 /* 18417 * Class: com_jme3_bullet_collision_shapes_CompoundCollisionShape 18418 * Method: addChildShape 18419 * Signature: (JJLcom/jme3/math/Vector3f;Lcom/jme3/math/Matrix3f;)J 18420 */ 18421 /* 18422 * Class: com_jme3_bullet_collision_shapes_CompoundCollisionShape 18423 * Method: removeChildShape 18424 * Signature: (JJ)J 18425 */ 18426 ==> engine/src/bullet-native/com_jme3_bullet_joints_PhysicsJoint.cpp <== 18427 /* 18428 * Copyright (c) 2009-2010 jMonkeyEngine 18429 * All rights reserved. 18430 * 18431 * Redistribution and use in source and binary forms, with or without 18432 * modification, are permitted provided that the following conditions are 18433 * met: 18434 * 18435 * * Redistributions of source code must retain the above copyright 18436 * notice, this list of conditions and the following disclaimer. 18437 * 18438 * * Redistributions in binary form must reproduce the above copyright 18439 * notice, this list of conditions and the following disclaimer in the 18440 * documentation and/or other materials provided with the distribution. 18441 * 18442 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 18443 * may be used to endorse or promote products derived from this software 18444 * without specific prior written permission. 18445 * 18446 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18447 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18448 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18449 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 18450 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 18451 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 18452 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 18453 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 18454 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18455 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18456 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18457 */ 18458 /** 18459 * Author: Normen Hansen 18460 */ 18461 ==> engine/src/bullet-native/com_jme3_bullet_joints_SixDofSpringJoint.h <== 18462 /* DO NOT EDIT THIS FILE - it is machine generated */ 18463 /* Header for class com_jme3_bullet_joints_SixDofSpringJoint */ 18464 /* 18465 * Class: com_jme3_bullet_joints_SixDofSpringJoint 18466 * Method: enableSpring 18467 * Signature: (JIZ)V 18468 */ 18469 /* 18470 * Class: com_jme3_bullet_joints_SixDofSpringJoint 18471 * Method: setStiffness 18472 * Signature: (JIF)V 18473 */ 18474 /* 18475 * Class: com_jme3_bullet_joints_SixDofSpringJoint 18476 * Method: setDamping 18477 * Signature: (JIF)V 18478 */ 18479 /* 18480 * Class: com_jme3_bullet_joints_SixDofSpringJoint 18481 ==> engine/src/bullet-native/com_jme3_bullet_objects_infos_RigidBodyMotionState.h <== 18482 /* DO NOT EDIT THIS FILE - it is machine generated */ 18483 /* Header for class com_jme3_bullet_objects_infos_RigidBodyMotionState */ 18484 /* 18485 * Class: com_jme3_bullet_objects_infos_RigidBodyMotionState 18486 * Method: createMotionState 18487 * Signature: ()J 18488 */ 18489 /* 18490 * Class: com_jme3_bullet_objects_infos_RigidBodyMotionState 18491 * Method: applyTransform 18492 * Signature: (JLcom/jme3/math/Vector3f;Lcom/jme3/math/Quaternion;)Z 18493 */ 18494 /* 18495 * Class: com_jme3_bullet_objects_infos_RigidBodyMotionState 18496 * Method: getWorldLocation 18497 * Signature: (JLcom/jme3/math/Vector3f;)V 18498 */ 18499 /* 18500 * Class: com_jme3_bullet_objects_infos_RigidBodyMotionState 18501 ==> engine/src/bullet-native/com_jme3_bullet_objects_PhysicsVehicle.cpp <== 18502 /* 18503 * Copyright (c) 2009-2010 jMonkeyEngine 18504 * All rights reserved. 18505 * 18506 * Redistribution and use in source and binary forms, with or without 18507 * modification, are permitted provided that the following conditions are 18508 * met: 18509 * 18510 * * Redistributions of source code must retain the above copyright 18511 * notice, this list of conditions and the following disclaimer. 18512 * 18513 * * Redistributions in binary form must reproduce the above copyright 18514 * notice, this list of conditions and the following disclaimer in the 18515 * documentation and/or other materials provided with the distribution. 18516 * 18517 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 18518 * may be used to endorse or promote products derived from this software 18519 * without specific prior written permission. 18520 * 18521 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18522 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18523 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18524 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 18525 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 18526 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 18527 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 18528 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 18529 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18530 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18531 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18532 */ 18533 /** 18534 * Author: Normen Hansen 18535 */ 18536 ==> engine/src/bullet-native/com_jme3_bullet_joints_Point2PointJoint.h <== 18537 /* DO NOT EDIT THIS FILE - it is machine generated */ 18538 /* Header for class com_jme3_bullet_joints_Point2PointJoint */ 18539 /* 18540 * Class: com_jme3_bullet_joints_Point2PointJoint 18541 * Method: setDamping 18542 * Signature: (JF)V 18543 */ 18544 /* 18545 * Class: com_jme3_bullet_joints_Point2PointJoint 18546 * Method: setImpulseClamp 18547 * Signature: (JF)V 18548 */ 18549 /* 18550 * Class: com_jme3_bullet_joints_Point2PointJoint 18551 * Method: setTau 18552 * Signature: (JF)V 18553 */ 18554 /* 18555 * Class: com_jme3_bullet_joints_Point2PointJoint 18556 ==> engine/src/bullet-native/com_jme3_bullet_util_NativeMeshUtil.cpp <== 18557 /* 18558 * Copyright (c) 2009-2010 jMonkeyEngine 18559 * All rights reserved. 18560 * 18561 * Redistribution and use in source and binary forms, with or without 18562 * modification, are permitted provided that the following conditions are 18563 * met: 18564 * 18565 * * Redistributions of source code must retain the above copyright 18566 * notice, this list of conditions and the following disclaimer. 18567 * 18568 * * Redistributions in binary form must reproduce the above copyright 18569 * notice, this list of conditions and the following disclaimer in the 18570 * documentation and/or other materials provided with the distribution. 18571 * 18572 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 18573 * may be used to endorse or promote products derived from this software 18574 * without specific prior written permission. 18575 * 18576 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18577 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18578 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18579 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 18580 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 18581 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 18582 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 18583 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 18584 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18585 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18586 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18587 */ 18588 /** 18589 * Author: Normen Hansen 18590 */ 18591 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_MeshCollisionShape.cpp <== 18592 /* 18593 * Copyright (c) 2009-2010 jMonkeyEngine 18594 * All rights reserved. 18595 * 18596 * Redistribution and use in source and binary forms, with or without 18597 * modification, are permitted provided that the following conditions are 18598 * met: 18599 * 18600 * * Redistributions of source code must retain the above copyright 18601 * notice, this list of conditions and the following disclaimer. 18602 * 18603 * * Redistributions in binary form must reproduce the above copyright 18604 * notice, this list of conditions and the following disclaimer in the 18605 * documentation and/or other materials provided with the distribution. 18606 * 18607 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 18608 * may be used to endorse or promote products derived from this software 18609 * without specific prior written permission. 18610 * 18611 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18612 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18613 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18614 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 18615 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 18616 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 18617 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 18618 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 18619 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18620 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18621 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18622 */ 18623 /** 18624 * Author: Normen Hansen 18625 */ 18626 ==> engine/src/bullet-native/com_jme3_bullet_objects_PhysicsVehicle.h <== 18627 /* DO NOT EDIT THIS FILE - it is machine generated */ 18628 /* Header for class com_jme3_bullet_objects_PhysicsVehicle */ 18629 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_CollisionShape.h <== 18630 /* DO NOT EDIT THIS FILE - it is machine generated */ 18631 /* Header for class com_jme3_bullet_collision_shapes_CollisionShape */ 18632 /* 18633 * Class: com_jme3_bullet_collision_shapes_CollisionShape 18634 * Method: getMargin 18635 * Signature: (J)F 18636 */ 18637 /* 18638 * Class: com_jme3_bullet_collision_shapes_CollisionShape 18639 * Method: setLocalScaling 18640 * Signature: (JLcom/jme3/math/Vector3f;)V 18641 */ 18642 /* 18643 * Class: com_jme3_bullet_collision_shapes_CollisionShape 18644 * Method: setMargin 18645 * Signature: (JF)V 18646 */ 18647 /* 18648 * Class: com_jme3_bullet_collision_shapes_CollisionShape 18649 ==> engine/src/bullet-native/com_jme3_bullet_objects_PhysicsCharacter.cpp <== 18650 /* 18651 * Copyright (c) 2009-2010 jMonkeyEngine 18652 * All rights reserved. 18653 * 18654 * Redistribution and use in source and binary forms, with or without 18655 * modification, are permitted provided that the following conditions are 18656 * met: 18657 * 18658 * * Redistributions of source code must retain the above copyright 18659 * notice, this list of conditions and the following disclaimer. 18660 * 18661 * * Redistributions in binary form must reproduce the above copyright 18662 * notice, this list of conditions and the following disclaimer in the 18663 * documentation and/or other materials provided with the distribution. 18664 * 18665 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 18666 * may be used to endorse or promote products derived from this software 18667 * without specific prior written permission. 18668 * 18669 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18670 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18671 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18672 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 18673 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 18674 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 18675 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 18676 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 18677 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18678 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18679 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18680 */ 18681 /** 18682 * Author: Normen Hansen 18683 */ 18684 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_CompoundCollisionShape.cpp <== 18685 /* 18686 * Copyright (c) 2009-2010 jMonkeyEngine 18687 * All rights reserved. 18688 * 18689 * Redistribution and use in source and binary forms, with or without 18690 * modification, are permitted provided that the following conditions are 18691 * met: 18692 * 18693 * * Redistributions of source code must retain the above copyright 18694 * notice, this list of conditions and the following disclaimer. 18695 * 18696 * * Redistributions in binary form must reproduce the above copyright 18697 * notice, this list of conditions and the following disclaimer in the 18698 * documentation and/or other materials provided with the distribution. 18699 * 18700 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 18701 * may be used to endorse or promote products derived from this software 18702 * without specific prior written permission. 18703 * 18704 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18705 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18706 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18707 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 18708 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 18709 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 18710 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 18711 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 18712 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18713 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18714 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18715 */ 18716 /** 18717 * Author: Normen Hansen 18718 */ 18719 ==> engine/src/bullet-native/com_jme3_bullet_PhysicsSpace.cpp <== 18720 /* 18721 * Copyright (c) 2009-2010 jMonkeyEngine 18722 * All rights reserved. 18723 * 18724 * Redistribution and use in source and binary forms, with or without 18725 * modification, are permitted provided that the following conditions are 18726 * met: 18727 * 18728 * * Redistributions of source code must retain the above copyright 18729 * notice, this list of conditions and the following disclaimer. 18730 * 18731 * * Redistributions in binary form must reproduce the above copyright 18732 * notice, this list of conditions and the following disclaimer in the 18733 * documentation and/or other materials provided with the distribution. 18734 * 18735 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 18736 * may be used to endorse or promote products derived from this software 18737 * without specific prior written permission. 18738 * 18739 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18740 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18741 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18742 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 18743 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 18744 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 18745 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 18746 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 18747 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18748 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18749 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18750 */ 18751 ==> engine/src/bullet-native/com_jme3_bullet_joints_motors_TranslationalLimitMotor.h <== 18752 /* DO NOT EDIT THIS FILE - it is machine generated */ 18753 /* Header for class com_jme3_bullet_joints_motors_TranslationalLimitMotor */ 18754 /* 18755 * Class: com_jme3_bullet_joints_motors_TranslationalLimitMotor 18756 * Method: getLowerLimit 18757 * Signature: (JLcom/jme3/math/Vector3f;)V 18758 */ 18759 /* 18760 * Class: com_jme3_bullet_joints_motors_TranslationalLimitMotor 18761 * Method: setLowerLimit 18762 * Signature: (JLcom/jme3/math/Vector3f;)V 18763 */ 18764 /* 18765 * Class: com_jme3_bullet_joints_motors_TranslationalLimitMotor 18766 * Method: getUpperLimit 18767 * Signature: (JLcom/jme3/math/Vector3f;)V 18768 */ 18769 /* 18770 * Class: com_jme3_bullet_joints_motors_TranslationalLimitMotor 18771 ==> engine/src/bullet-native/jmeBulletUtil.cpp <== 18772 /* 18773 * Copyright (c) 2009-2010 jMonkeyEngine 18774 * All rights reserved. 18775 * 18776 * Redistribution and use in source and binary forms, with or without 18777 * modification, are permitted provided that the following conditions are 18778 * met: 18779 * 18780 * * Redistributions of source code must retain the above copyright 18781 * notice, this list of conditions and the following disclaimer. 18782 * 18783 * * Redistributions in binary form must reproduce the above copyright 18784 * notice, this list of conditions and the following disclaimer in the 18785 * documentation and/or other materials provided with the distribution. 18786 * 18787 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 18788 * may be used to endorse or promote products derived from this software 18789 * without specific prior written permission. 18790 * 18791 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18792 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18793 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18794 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 18795 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 18796 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 18797 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 18798 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 18799 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18800 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18801 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18802 */ 18803 /** 18804 ==> engine/src/bullet-native/com_jme3_bullet_joints_SliderJoint.cpp <== 18805 /* 18806 * Copyright (c) 2009-2010 jMonkeyEngine 18807 * All rights reserved. 18808 * 18809 * Redistribution and use in source and binary forms, with or without 18810 * modification, are permitted provided that the following conditions are 18811 * met: 18812 * 18813 * * Redistributions of source code must retain the above copyright 18814 * notice, this list of conditions and the following disclaimer. 18815 * 18816 * * Redistributions in binary form must reproduce the above copyright 18817 * notice, this list of conditions and the following disclaimer in the 18818 * documentation and/or other materials provided with the distribution. 18819 * 18820 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 18821 * may be used to endorse or promote products derived from this software 18822 * without specific prior written permission. 18823 * 18824 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18825 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18826 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18827 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 18828 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 18829 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 18830 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 18831 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 18832 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18833 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18834 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18835 */ 18836 /** 18837 * Author: Normen Hansen 18838 */ 18839 ==> engine/src/bullet-native/com_jme3_bullet_collision_shapes_MeshCollisionShape.h <== 18840 /* DO NOT EDIT THIS FILE - it is machine generated */ 18841 /* Header for class com_jme3_bullet_collision_shapes_MeshCollisionShape */ 18842 /* 18843 * Class: com_jme3_bullet_collision_shapes_MeshCollisionShape 18844 * Method: createShape 18845 * Signature: (J)J 18846 */ 18847 /* 18848 * Class: com_jme3_bullet_collision_shapes_MeshCollisionShape 18849 * Method: finalizeNative 18850 * Signature: (J)V 18851 */ 18852 ==> engine/src/bullet-native/com_jme3_bullet_joints_SliderJoint.h <== 18853 /* DO NOT EDIT THIS FILE - it is machine generated */ 18854 /* Header for class com_jme3_bullet_joints_SliderJoint */ 18855 /* 18856 * Class: com_jme3_bullet_joints_SliderJoint 18857 * Method: getLowerLinLimit 18858 * Signature: (J)F 18859 */ 18860 /* 18861 * Class: com_jme3_bullet_joints_SliderJoint 18862 * Method: setLowerLinLimit 18863 * Signature: (JF)V 18864 */ 18865 /* 18866 * Class: com_jme3_bullet_joints_SliderJoint 18867 * Method: getUpperLinLimit 18868 * Signature: (J)F 18869 */ 18870 /* 18871 * Class: com_jme3_bullet_joints_SliderJoint 18872 ==> engine/src/android/res/values/strings.xml <== 18873 ==> engine/src/android/res/menu/options.xml <== 18874 ==> engine/src/android/res/layout/tests.xml <== 18875 ==> engine/src/android/res/layout/about.xml <== 18876 ==> engine/src/android/com/jme3/system/android/JmeAndroidSystem.java <== 18877 ==> engine/src/android/com/jme3/system/android/AndroidTimer.java <== 18878 /* 18879 * Copyright (c) 2003-2009 jMonkeyEngine 18880 * All rights reserved. 18881 * 18882 * Redistribution and use in source and binary forms, with or without 18883 * modification, are permitted provided that the following conditions are 18884 * met: 18885 * 18886 * * Redistributions of source code must retain the above copyright 18887 * notice, this list of conditions and the following disclaimer. 18888 * 18889 * * Redistributions in binary form must reproduce the above copyright 18890 * notice, this list of conditions and the following disclaimer in the 18891 * documentation and/or other materials provided with the distribution. 18892 * 18893 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 18894 * may be used to endorse or promote products derived from this software 18895 * without specific prior written permission. 18896 * 18897 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18898 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18899 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18900 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 18901 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 18902 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 18903 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 18904 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 18905 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18906 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18907 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18908 */ 18909 ==> engine/src/android/com/jme3/system/android/OGLESContext.java <== 18910 /* 18911 * Copyright (c) 2003-2009 jMonkeyEngine 18912 * All rights reserved. 18913 * 18914 * Redistribution and use in source and binary forms, with or without 18915 * modification, are permitted provided that the following conditions are 18916 * met: 18917 * 18918 * * Redistributions of source code must retain the above copyright 18919 * notice, this list of conditions and the following disclaimer. 18920 * 18921 * * Redistributions in binary form must reproduce the above copyright 18922 * notice, this list of conditions and the following disclaimer in the 18923 * documentation and/or other materials provided with the distribution. 18924 * 18925 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 18926 * may be used to endorse or promote products derived from this software 18927 * without specific prior written permission. 18928 * 18929 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18930 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18931 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18932 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 18933 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 18934 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 18935 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 18936 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 18937 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18938 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18939 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18940 */ 18941 ==> engine/src/android/com/jme3/system/android/AndroidConfigChooser.java <== 18942 /** 18943 * AndroidConfigChooser is used to determine the best suited EGL Config 18944 * @author larynx 18945 * 18946 */ 18947 ==> engine/src/android/com/jme3/audio/plugins/AndroidAudioLoader.java <== 18948 ==> engine/src/android/com/jme3/audio/android/AndroidAudioData.java <== 18949 ==> engine/src/android/com/jme3/audio/android/AndroidAudioRenderer.java <== 18950 /* 18951 * Copyright (c) 2009-2010 jMonkeyEngine 18952 * All rights reserved. 18953 * 18954 * Redistribution and use in source and binary forms, with or without 18955 * modification, are permitted provided that the following conditions are 18956 * met: 18957 * 18958 * * Redistributions of source code must retain the above copyright 18959 * notice, this list of conditions and the following disclaimer. 18960 * 18961 * * Redistributions in binary form must reproduce the above copyright 18962 * notice, this list of conditions and the following disclaimer in the 18963 * documentation and/or other materials provided with the distribution. 18964 * 18965 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 18966 * may be used to endorse or promote products derived from this software 18967 * without specific prior written permission. 18968 * 18969 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18970 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18971 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18972 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 18973 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 18974 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 18975 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 18976 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 18977 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 18978 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 18979 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18980 */ 18981 ==> engine/src/android/com/jme3/renderer/android/Android22Workaround.java <== 18982 ==> engine/src/android/com/jme3/renderer/android/OGLESShaderRenderer.java <== 18983 /* 18984 * Copyright (c) 2009-2010 jMonkeyEngine 18985 * All rights reserved. 18986 * 18987 * Redistribution and use in source and binary forms, with or without 18988 * modification, are permitted provided that the following conditions are 18989 * met: 18990 * 18991 * * Redistributions of source code must retain the above copyright 18992 * notice, this list of conditions and the following disclaimer. 18993 * 18994 * * Redistributions in binary form must reproduce the above copyright 18995 * notice, this list of conditions and the following disclaimer in the 18996 * documentation and/or other materials provided with the distribution. 18997 * 18998 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 18999 * may be used to endorse or promote products derived from this software 19000 * without specific prior written permission. 19001 * 19002 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19003 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19004 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19005 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19006 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19007 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19008 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19009 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19010 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19011 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19012 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19013 */ 19014 ==> engine/src/android/com/jme3/renderer/android/TextureUtil.java <== 19015 ==> engine/src/android/com/jme3/texture/plugins/AndroidImageLoader.java <== 19016 ==> engine/src/android/com/jme3/util/RingBuffer.java <== 19017 /** 19018 * Ring buffer (fixed size queue) implementation using a circular array (array with wrap-around). 19019 */ 19020 ==> engine/src/android/com/jme3/util/FastInteger.java <== 19021 /** 19022 * The wrapper for the primitive type {@code int}. 19023 * <p> 19024 * As with the specification, this implementation relies on code laid out in <a 19025 * href="http://www.hackersdelight.org/">Henry S. Warren, Jr.'s Hacker's 19026 * Delight, (Addison Wesley, 2002)</a> as well as <a 19027 * href="http://aggregate.org/MAGIC/">The Aggregate's Magic Algorithms</a>. 19028 * 19029 * @see java.lang.Number 19030 * @since 1.1 19031 */ 19032 ==> engine/src/android/com/jme3/util/AndroidLogHandler.java <== 19033 ==> engine/src/android/com/jme3/asset/AndroidImageInfo.java <== 19034 /** 19035 ==> engine/src/android/com/jme3/asset/AndroidAssetManager.java <== 19036 /* 19037 * Copyright (c) 2009-2010 jMonkeyEngine 19038 * All rights reserved. 19039 * 19040 * Redistribution and use in source and binary forms, with or without 19041 * modification, are permitted provided that the following conditions are 19042 * met: 19043 * 19044 * * Redistributions of source code must retain the above copyright 19045 * notice, this list of conditions and the following disclaimer. 19046 * 19047 * * Redistributions in binary form must reproduce the above copyright 19048 * notice, this list of conditions and the following disclaimer in the 19049 * documentation and/or other materials provided with the distribution. 19050 * 19051 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19052 * may be used to endorse or promote products derived from this software 19053 * without specific prior written permission. 19054 * 19055 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19056 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19057 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19058 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19059 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19060 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19061 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19062 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19063 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19064 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19065 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19066 */ 19067 ==> engine/src/android/com/jme3/asset/plugins/AndroidLocator.java <== 19068 ==> engine/src/android/com/jme3/app/R.java <== 19069 /* AUTO-GENERATED FILE. DO NOT MODIFY. 19070 * 19071 * This class was automatically generated by the 19072 * aapt tool from the resource data it found. It 19073 * should not be modified by hand. 19074 */ 19075 ==> engine/src/android/com/jme3/app/AndroidHarness.java <== 19076 /** 19077 * <code>AndroidHarness</code> wraps a jme application object and runs it on 19078 * Android 19079 ==> engine/src/android/com/jme3/input/android/AndroidTouchInputListener.java <== 19080 /** 19081 * AndroidTouchInputListener is an inputlistener interface which defines callbacks/events for android touch screens 19082 * For use with class AndroidInput 19083 * @author larynx 19084 * 19085 */ 19086 ==> engine/src/android/com/jme3/input/android/AndroidInput.java <== 19087 /** 19088 * <code>AndroidInput</code> is one of the main components that connect jme with android. Is derived from GLSurfaceView and handles all Inputs 19089 * @author larynx 19090 * 19091 */ 19092 ==> engine/src/android/jme3test/android/R.java <== 19093 /* AUTO-GENERATED FILE. DO NOT MODIFY. 19094 * 19095 * This class was automatically generated by the 19096 * aapt tool from the resource data it found. It 19097 * should not be modified by hand. 19098 */ 19099 ==> engine/src/android/jme3test/android/SimpleSoundTest.java <== 19100 ==> engine/src/android/jme3test/android/DemoMainActivity.java <== 19101 ==> engine/src/android/jme3test/android/DemoLaunchEntry.java <== 19102 /** 19103 * Name (=appClass) and Description of one demo launch inside the main apk 19104 * @author larynx 19105 * 19106 */ 19107 ==> engine/src/android/jme3test/android/TestAmbient.java <== 19108 /* 19109 * Copyright (c) 2009-2010 jMonkeyEngine 19110 * All rights reserved. 19111 * 19112 * Redistribution and use in source and binary forms, with or without 19113 * modification, are permitted provided that the following conditions are 19114 * met: 19115 * 19116 * * Redistributions of source code must retain the above copyright 19117 * notice, this list of conditions and the following disclaimer. 19118 * 19119 * * Redistributions in binary form must reproduce the above copyright 19120 * notice, this list of conditions and the following disclaimer in the 19121 * documentation and/or other materials provided with the distribution. 19122 * 19123 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19124 * may be used to endorse or promote products derived from this software 19125 * without specific prior written permission. 19126 * 19127 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19128 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19129 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19130 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19131 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19132 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19133 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19134 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19135 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19136 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19137 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19138 */ 19139 ==> engine/src/android/jme3test/android/TestMovingParticle.java <== 19140 /* 19141 * Copyright (c) 2009-2010 jMonkeyEngine 19142 * All rights reserved. 19143 * 19144 * Redistribution and use in source and binary forms, with or without 19145 * modification, are permitted provided that the following conditions are 19146 * met: 19147 * 19148 * * Redistributions of source code must retain the above copyright 19149 * notice, this list of conditions and the following disclaimer. 19150 * 19151 * * Redistributions in binary form must reproduce the above copyright 19152 * notice, this list of conditions and the following disclaimer in the 19153 * documentation and/or other materials provided with the distribution. 19154 * 19155 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19156 * may be used to endorse or promote products derived from this software 19157 * without specific prior written permission. 19158 * 19159 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19160 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19161 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19162 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19163 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19164 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19165 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19166 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19167 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19168 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19169 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19170 */ 19171 ==> engine/src/android/jme3test/android/AndroidManifest.xml <== 19172 ==> engine/src/android/jme3test/android/DemoAndroidHarness.java <== 19173 ==> engine/src/android/jme3test/android/TestNormalMapping.java <== 19174 /* 19175 * Copyright (c) 2009-2010 jMonkeyEngine 19176 * All rights reserved. 19177 * 19178 * Redistribution and use in source and binary forms, with or without 19179 * modification, are permitted provided that the following conditions are 19180 * met: 19181 * 19182 * * Redistributions of source code must retain the above copyright 19183 * notice, this list of conditions and the following disclaimer. 19184 * 19185 * * Redistributions in binary form must reproduce the above copyright 19186 * notice, this list of conditions and the following disclaimer in the 19187 * documentation and/or other materials provided with the distribution. 19188 * 19189 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19190 * may be used to endorse or promote products derived from this software 19191 * without specific prior written permission. 19192 * 19193 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19194 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19195 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19196 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19197 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19198 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19199 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19200 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19201 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19202 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19203 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19204 */ 19205 ==> engine/src/android/jme3test/android/TestBumpModel.java <== 19206 /* 19207 * Copyright (c) 2009-2010 jMonkeyEngine 19208 * All rights reserved. 19209 * 19210 * Redistribution and use in source and binary forms, with or without 19211 * modification, are permitted provided that the following conditions are 19212 * met: 19213 * 19214 * * Redistributions of source code must retain the above copyright 19215 * notice, this list of conditions and the following disclaimer. 19216 * 19217 * * Redistributions in binary form must reproduce the above copyright 19218 * notice, this list of conditions and the following disclaimer in the 19219 * documentation and/or other materials provided with the distribution. 19220 * 19221 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19222 * may be used to endorse or promote products derived from this software 19223 * without specific prior written permission. 19224 * 19225 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19226 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19227 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19228 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19229 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19230 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19231 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19232 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19233 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19234 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19235 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19236 */ 19237 ==> engine/src/android/jme3test/android/TestUnshadedModel.java <== 19238 ==> engine/src/android/jme3test/android/DemoLaunchAdapter.java <== 19239 /** 19240 * The view adapter which gets a list of LaunchEntries and displaqs them 19241 * @author larynx 19242 * 19243 */ 19244 ==> engine/src/android/jme3test/android/TestSkyLoadingLagoon.java <== 19245 /* 19246 * Copyright (c) 2009-2010 jMonkeyEngine 19247 * All rights reserved. 19248 * 19249 * Redistribution and use in source and binary forms, with or without 19250 * modification, are permitted provided that the following conditions are 19251 * met: 19252 * 19253 * * Redistributions of source code must retain the above copyright 19254 * notice, this list of conditions and the following disclaimer. 19255 * 19256 * * Redistributions in binary form must reproduce the above copyright 19257 * notice, this list of conditions and the following disclaimer in the 19258 * documentation and/or other materials provided with the distribution. 19259 * 19260 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19261 * may be used to endorse or promote products derived from this software 19262 * without specific prior written permission. 19263 * 19264 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19265 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19266 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19267 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19268 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19269 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19270 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19271 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19272 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19273 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19274 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19275 */ 19276 ==> engine/src/android/jme3test/android/TestSkyLoadingPrimitives.java <== 19277 /* 19278 * Copyright (c) 2009-2010 jMonkeyEngine 19279 * All rights reserved. 19280 * 19281 * Redistribution and use in source and binary forms, with or without 19282 * modification, are permitted provided that the following conditions are 19283 * met: 19284 * 19285 * * Redistributions of source code must retain the above copyright 19286 * notice, this list of conditions and the following disclaimer. 19287 * 19288 * * Redistributions in binary form must reproduce the above copyright 19289 * notice, this list of conditions and the following disclaimer in the 19290 * documentation and/or other materials provided with the distribution. 19291 * 19292 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19293 * may be used to endorse or promote products derived from this software 19294 * without specific prior written permission. 19295 * 19296 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19297 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19298 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19299 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19300 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19301 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19302 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19303 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19304 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19305 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19306 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19307 */ 19308 ==> engine/src/android/jme3test/android/SimpleTexturedTest.java <== 19309 /* 19310 * Android 2.2+ SimpleTextured test. 19311 * 19312 * created: Mon Nov 8 00:08:22 EST 2010 19313 */ 19314 ==> engine/src/android/jme3tools/android/Fixed.java <== 19315 /** 19316 * Fixed point maths class. This can be tailored for specific needs by 19317 * changing the bits allocated to the 'fraction' part (see <code>FIXED_POINT 19318 * </code>, which would also require <code>SIN_PRECALC</code> and <code> 19319 * COS_PRECALC</code> updating). 19320 * 19321 * <p><a href="http://blog.numfum.com/2007/09/java-fixed-point-maths.html"> 19322 * http://blog.numfum.com/2007/09/java-fixed-point-maths.html</a></p> 19323 * 19324 * @version 1.0 19325 * @author CW 19326 * 19327 * @deprecated Most devices with OpenGL ES 2.0 have an FPU. Please use 19328 * floats instead of this class for decimal math. 19329 */ 19330 ==> engine/src/core-plugins/com/jme3/audio/plugins/WAVLoader.java <== 19331 /* 19332 * Copyright (c) 2009-2010 jMonkeyEngine 19333 * All rights reserved. 19334 * 19335 * Redistribution and use in source and binary forms, with or without 19336 * modification, are permitted provided that the following conditions are 19337 * met: 19338 * 19339 * * Redistributions of source code must retain the above copyright 19340 * notice, this list of conditions and the following disclaimer. 19341 * 19342 * * Redistributions in binary form must reproduce the above copyright 19343 * notice, this list of conditions and the following disclaimer in the 19344 * documentation and/or other materials provided with the distribution. 19345 * 19346 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19347 * may be used to endorse or promote products derived from this software 19348 * without specific prior written permission. 19349 * 19350 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19351 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19352 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19353 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19354 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19355 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19356 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19357 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19358 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19359 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19360 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19361 */ 19362 ==> engine/src/core-plugins/com/jme3/font/plugins/BitmapFontLoader.java <== 19363 /* 19364 * Copyright (c) 2009-2010 jMonkeyEngine 19365 * All rights reserved. 19366 * 19367 * Redistribution and use in source and binary forms, with or without 19368 * modification, are permitted provided that the following conditions are 19369 * met: 19370 * 19371 * * Redistributions of source code must retain the above copyright 19372 * notice, this list of conditions and the following disclaimer. 19373 * 19374 * * Redistributions in binary form must reproduce the above copyright 19375 * notice, this list of conditions and the following disclaimer in the 19376 * documentation and/or other materials provided with the distribution. 19377 * 19378 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19379 * may be used to endorse or promote products derived from this software 19380 * without specific prior written permission. 19381 * 19382 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19383 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19384 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19385 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19386 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19387 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19388 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19389 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19390 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19391 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19392 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19393 */ 19394 ==> engine/src/core-plugins/com/jme3/texture/plugins/DXTFlipper.java <== 19395 /* 19396 * Copyright (c) 2009-2010 jMonkeyEngine 19397 * All rights reserved. 19398 * 19399 * Redistribution and use in source and binary forms, with or without 19400 * modification, are permitted provided that the following conditions are 19401 * met: 19402 * 19403 * * Redistributions of source code must retain the above copyright 19404 * notice, this list of conditions and the following disclaimer. 19405 * 19406 * * Redistributions in binary form must reproduce the above copyright 19407 * notice, this list of conditions and the following disclaimer in the 19408 * documentation and/or other materials provided with the distribution. 19409 * 19410 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19411 * may be used to endorse or promote products derived from this software 19412 * without specific prior written permission. 19413 * 19414 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19415 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19416 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19417 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19418 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19419 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19420 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19421 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19422 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19423 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19424 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19425 */ 19426 ==> engine/src/core-plugins/com/jme3/texture/plugins/TGALoader.java <== 19427 /* 19428 * Copyright (c) 2009-2010 jMonkeyEngine 19429 * All rights reserved. 19430 * 19431 * Redistribution and use in source and binary forms, with or without 19432 * modification, are permitted provided that the following conditions are 19433 * met: 19434 * 19435 * * Redistributions of source code must retain the above copyright 19436 * notice, this list of conditions and the following disclaimer. 19437 * 19438 * * Redistributions in binary form must reproduce the above copyright 19439 * notice, this list of conditions and the following disclaimer in the 19440 * documentation and/or other materials provided with the distribution. 19441 * 19442 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19443 * may be used to endorse or promote products derived from this software 19444 * without specific prior written permission. 19445 * 19446 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19447 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19448 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19449 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19450 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19451 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19452 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19453 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19454 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19455 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19456 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19457 */ 19458 ==> engine/src/core-plugins/com/jme3/texture/plugins/DDSLoader.java <== 19459 /* 19460 * Copyright (c) 2009-2010 jMonkeyEngine 19461 * All rights reserved. 19462 * 19463 * Redistribution and use in source and binary forms, with or without 19464 * modification, are permitted provided that the following conditions are 19465 * met: 19466 * 19467 * * Redistributions of source code must retain the above copyright 19468 * notice, this list of conditions and the following disclaimer. 19469 * 19470 * * Redistributions in binary form must reproduce the above copyright 19471 * notice, this list of conditions and the following disclaimer in the 19472 * documentation and/or other materials provided with the distribution. 19473 * 19474 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19475 * may be used to endorse or promote products derived from this software 19476 * without specific prior written permission. 19477 * 19478 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19479 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19480 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19481 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19482 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19483 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19484 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19485 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19486 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19487 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19488 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19489 */ 19490 ==> engine/src/core-plugins/com/jme3/texture/plugins/HDRLoader.java <== 19491 /* 19492 * Copyright (c) 2009-2010 jMonkeyEngine 19493 * All rights reserved. 19494 * 19495 * Redistribution and use in source and binary forms, with or without 19496 * modification, are permitted provided that the following conditions are 19497 * met: 19498 * 19499 * * Redistributions of source code must retain the above copyright 19500 * notice, this list of conditions and the following disclaimer. 19501 * 19502 * * Redistributions in binary form must reproduce the above copyright 19503 * notice, this list of conditions and the following disclaimer in the 19504 * documentation and/or other materials provided with the distribution. 19505 * 19506 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19507 * may be used to endorse or promote products derived from this software 19508 * without specific prior written permission. 19509 * 19510 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19511 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19512 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19513 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19514 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19515 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19516 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19517 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19518 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19519 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19520 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19521 */ 19522 ==> engine/src/core-plugins/com/jme3/texture/plugins/PFMLoader.java <== 19523 /* 19524 * Copyright (c) 2009-2010 jMonkeyEngine 19525 * All rights reserved. 19526 * 19527 * Redistribution and use in source and binary forms, with or without 19528 * modification, are permitted provided that the following conditions are 19529 * met: 19530 * 19531 * * Redistributions of source code must retain the above copyright 19532 * notice, this list of conditions and the following disclaimer. 19533 * 19534 * * Redistributions in binary form must reproduce the above copyright 19535 * notice, this list of conditions and the following disclaimer in the 19536 * documentation and/or other materials provided with the distribution. 19537 * 19538 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19539 * may be used to endorse or promote products derived from this software 19540 * without specific prior written permission. 19541 * 19542 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19543 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19544 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19545 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19546 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19547 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19548 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19549 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19550 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19551 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19552 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19553 */ 19554 ==> engine/src/core-plugins/com/jme3/texture/plugins/ImageFlipper.java <== 19555 /* 19556 * Copyright (c) 2009-2010 jMonkeyEngine 19557 * All rights reserved. 19558 * 19559 * Redistribution and use in source and binary forms, with or without 19560 * modification, are permitted provided that the following conditions are 19561 * met: 19562 * 19563 * * Redistributions of source code must retain the above copyright 19564 * notice, this list of conditions and the following disclaimer. 19565 * 19566 * * Redistributions in binary form must reproduce the above copyright 19567 * notice, this list of conditions and the following disclaimer in the 19568 * documentation and/or other materials provided with the distribution. 19569 * 19570 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19571 * may be used to endorse or promote products derived from this software 19572 * without specific prior written permission. 19573 * 19574 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19575 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19576 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19577 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19578 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19579 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19580 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19581 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19582 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19583 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19584 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19585 */ 19586 ==> engine/src/core-plugins/com/jme3/material/plugins/J3MLoader.java <== 19587 /* 19588 * Copyright (c) 2009-2010 jMonkeyEngine 19589 * All rights reserved. 19590 * 19591 * Redistribution and use in source and binary forms, with or without 19592 * modification, are permitted provided that the following conditions are 19593 * met: 19594 * 19595 * * Redistributions of source code must retain the above copyright 19596 * notice, this list of conditions and the following disclaimer. 19597 * 19598 * * Redistributions in binary form must reproduce the above copyright 19599 * notice, this list of conditions and the following disclaimer in the 19600 * documentation and/or other materials provided with the distribution. 19601 * 19602 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19603 * may be used to endorse or promote products derived from this software 19604 * without specific prior written permission. 19605 * 19606 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19607 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19608 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19609 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19610 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19611 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19612 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19613 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19614 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19615 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19616 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19617 */ 19618 ==> engine/src/core-plugins/com/jme3/export/binary/BinaryIdContentPair.java <== 19619 /* 19620 * Copyright (c) 2009-2010 jMonkeyEngine 19621 * All rights reserved. 19622 * 19623 * Redistribution and use in source and binary forms, with or without 19624 * modification, are permitted provided that the following conditions are 19625 * met: 19626 * 19627 * * Redistributions of source code must retain the above copyright 19628 * notice, this list of conditions and the following disclaimer. 19629 * 19630 * * Redistributions in binary form must reproduce the above copyright 19631 * notice, this list of conditions and the following disclaimer in the 19632 * documentation and/or other materials provided with the distribution. 19633 * 19634 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19635 * may be used to endorse or promote products derived from this software 19636 * without specific prior written permission. 19637 * 19638 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19639 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19640 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19641 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19642 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19643 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19644 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19645 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19646 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19647 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19648 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19649 */ 19650 ==> engine/src/core-plugins/com/jme3/export/binary/BinaryOutputCapsule.java <== 19651 /* 19652 * Copyright (c) 2009-2010 jMonkeyEngine 19653 * All rights reserved. 19654 * 19655 * Redistribution and use in source and binary forms, with or without 19656 * modification, are permitted provided that the following conditions are 19657 * met: 19658 * 19659 * * Redistributions of source code must retain the above copyright 19660 * notice, this list of conditions and the following disclaimer. 19661 * 19662 * * Redistributions in binary form must reproduce the above copyright 19663 * notice, this list of conditions and the following disclaimer in the 19664 * documentation and/or other materials provided with the distribution. 19665 * 19666 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19667 * may be used to endorse or promote products derived from this software 19668 * without specific prior written permission. 19669 * 19670 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19671 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19672 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19673 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19674 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19675 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19676 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19677 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19678 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19679 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19680 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19681 */ 19682 ==> engine/src/core-plugins/com/jme3/export/binary/BinaryInputCapsule.java <== 19683 /* 19684 * Copyright (c) 2009-2010 jMonkeyEngine 19685 * All rights reserved. 19686 * 19687 * Redistribution and use in source and binary forms, with or without 19688 * modification, are permitted provided that the following conditions are 19689 * met: 19690 * 19691 * * Redistributions of source code must retain the above copyright 19692 * notice, this list of conditions and the following disclaimer. 19693 * 19694 * * Redistributions in binary form must reproduce the above copyright 19695 * notice, this list of conditions and the following disclaimer in the 19696 * documentation and/or other materials provided with the distribution. 19697 * 19698 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19699 * may be used to endorse or promote products derived from this software 19700 * without specific prior written permission. 19701 * 19702 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19703 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19704 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19705 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19706 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19707 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19708 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19709 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19710 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19711 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19712 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19713 */ 19714 ==> engine/src/core-plugins/com/jme3/export/binary/BinaryClassField.java <== 19715 /* 19716 * Copyright (c) 2009-2010 jMonkeyEngine 19717 * All rights reserved. 19718 * 19719 * Redistribution and use in source and binary forms, with or without 19720 * modification, are permitted provided that the following conditions are 19721 * met: 19722 * 19723 * * Redistributions of source code must retain the above copyright 19724 * notice, this list of conditions and the following disclaimer. 19725 * 19726 * * Redistributions in binary form must reproduce the above copyright 19727 * notice, this list of conditions and the following disclaimer in the 19728 * documentation and/or other materials provided with the distribution. 19729 * 19730 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19731 * may be used to endorse or promote products derived from this software 19732 * without specific prior written permission. 19733 * 19734 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19735 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19736 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19737 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19738 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19739 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19740 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19741 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19742 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19743 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19744 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19745 */ 19746 ==> engine/src/core-plugins/com/jme3/export/binary/BinaryImporter.java <== 19747 /* 19748 * Copyright (c) 2009-2010 jMonkeyEngine 19749 * All rights reserved. 19750 * 19751 * Redistribution and use in source and binary forms, with or without 19752 * modification, are permitted provided that the following conditions are 19753 * met: 19754 * 19755 * * Redistributions of source code must retain the above copyright 19756 * notice, this list of conditions and the following disclaimer. 19757 * 19758 * * Redistributions in binary form must reproduce the above copyright 19759 * notice, this list of conditions and the following disclaimer in the 19760 * documentation and/or other materials provided with the distribution. 19761 * 19762 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19763 * may be used to endorse or promote products derived from this software 19764 * without specific prior written permission. 19765 * 19766 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19767 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19768 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19769 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19770 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19771 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19772 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19773 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19774 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19775 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19776 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19777 */ 19778 ==> engine/src/core-plugins/com/jme3/export/binary/ByteUtils.java <== 19779 /* 19780 * Copyright (c) 2009-2010 jMonkeyEngine 19781 * All rights reserved. 19782 * 19783 * Redistribution and use in source and binary forms, with or without 19784 * modification, are permitted provided that the following conditions are 19785 * met: 19786 * 19787 * * Redistributions of source code must retain the above copyright 19788 * notice, this list of conditions and the following disclaimer. 19789 * 19790 * * Redistributions in binary form must reproduce the above copyright 19791 * notice, this list of conditions and the following disclaimer in the 19792 * documentation and/or other materials provided with the distribution. 19793 * 19794 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19795 * may be used to endorse or promote products derived from this software 19796 * without specific prior written permission. 19797 * 19798 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19799 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19800 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19801 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19802 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19803 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19804 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19805 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19806 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19807 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19808 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19809 */ 19810 ==> engine/src/core-plugins/com/jme3/export/binary/BinaryExporter.java <== 19811 /* 19812 * Copyright (c) 2009-2010 jMonkeyEngine 19813 * All rights reserved. 19814 * 19815 * Redistribution and use in source and binary forms, with or without 19816 * modification, are permitted provided that the following conditions are 19817 * met: 19818 * 19819 * * Redistributions of source code must retain the above copyright 19820 * notice, this list of conditions and the following disclaimer. 19821 * 19822 * * Redistributions in binary form must reproduce the above copyright 19823 * notice, this list of conditions and the following disclaimer in the 19824 * documentation and/or other materials provided with the distribution. 19825 * 19826 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19827 * may be used to endorse or promote products derived from this software 19828 * without specific prior written permission. 19829 * 19830 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19831 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19832 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19833 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19834 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19835 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19836 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19837 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19838 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19839 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19840 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19841 */ 19842 ==> engine/src/core-plugins/com/jme3/export/binary/BinaryClassObject.java <== 19843 /* 19844 * Copyright (c) 2009-2010 jMonkeyEngine 19845 * All rights reserved. 19846 * 19847 * Redistribution and use in source and binary forms, with or without 19848 * modification, are permitted provided that the following conditions are 19849 * met: 19850 * 19851 * * Redistributions of source code must retain the above copyright 19852 * notice, this list of conditions and the following disclaimer. 19853 * 19854 * * Redistributions in binary form must reproduce the above copyright 19855 * notice, this list of conditions and the following disclaimer in the 19856 * documentation and/or other materials provided with the distribution. 19857 * 19858 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19859 * may be used to endorse or promote products derived from this software 19860 * without specific prior written permission. 19861 * 19862 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19863 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19864 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19865 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19866 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19867 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19868 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19869 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19870 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19871 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19872 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19873 */ 19874 ==> engine/src/core-plugins/com/jme3/asset/plugins/ClasspathLocator.java <== 19875 /* 19876 * Copyright (c) 2009-2010 jMonkeyEngine 19877 * All rights reserved. 19878 * 19879 * Redistribution and use in source and binary forms, with or without 19880 * modification, are permitted provided that the following conditions are 19881 * met: 19882 * 19883 * * Redistributions of source code must retain the above copyright 19884 * notice, this list of conditions and the following disclaimer. 19885 * 19886 * * Redistributions in binary form must reproduce the above copyright 19887 * notice, this list of conditions and the following disclaimer in the 19888 * documentation and/or other materials provided with the distribution. 19889 * 19890 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19891 * may be used to endorse or promote products derived from this software 19892 * without specific prior written permission. 19893 * 19894 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19895 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19896 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19897 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19898 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19899 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19900 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19901 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19902 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19903 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19904 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19905 */ 19906 ==> engine/src/core-plugins/com/jme3/asset/plugins/UrlLocator.java <== 19907 /* 19908 * Copyright (c) 2009-2010 jMonkeyEngine 19909 * All rights reserved. 19910 * 19911 * Redistribution and use in source and binary forms, with or without 19912 * modification, are permitted provided that the following conditions are 19913 * met: 19914 * 19915 * * Redistributions of source code must retain the above copyright 19916 * notice, this list of conditions and the following disclaimer. 19917 * 19918 * * Redistributions in binary form must reproduce the above copyright 19919 * notice, this list of conditions and the following disclaimer in the 19920 * documentation and/or other materials provided with the distribution. 19921 * 19922 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19923 * may be used to endorse or promote products derived from this software 19924 * without specific prior written permission. 19925 * 19926 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19927 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19928 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19929 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19930 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19931 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19932 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19933 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19934 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19935 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19936 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19937 */ 19938 ==> engine/src/core-plugins/com/jme3/asset/plugins/FileLocator.java <== 19939 /* 19940 * Copyright (c) 2009-2010 jMonkeyEngine 19941 * All rights reserved. 19942 * 19943 * Redistribution and use in source and binary forms, with or without 19944 * modification, are permitted provided that the following conditions are 19945 * met: 19946 * 19947 * * Redistributions of source code must retain the above copyright 19948 * notice, this list of conditions and the following disclaimer. 19949 * 19950 * * Redistributions in binary form must reproduce the above copyright 19951 * notice, this list of conditions and the following disclaimer in the 19952 * documentation and/or other materials provided with the distribution. 19953 * 19954 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19955 * may be used to endorse or promote products derived from this software 19956 * without specific prior written permission. 19957 * 19958 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19959 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19960 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19961 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19962 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19963 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19964 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19965 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19966 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19967 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 19968 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19969 */ 19970 ==> engine/src/core-plugins/com/jme3/asset/plugins/ZipLocator.java <== 19971 /* 19972 * Copyright (c) 2009-2010 jMonkeyEngine 19973 * All rights reserved. 19974 * 19975 * Redistribution and use in source and binary forms, with or without 19976 * modification, are permitted provided that the following conditions are 19977 * met: 19978 * 19979 * * Redistributions of source code must retain the above copyright 19980 * notice, this list of conditions and the following disclaimer. 19981 * 19982 * * Redistributions in binary form must reproduce the above copyright 19983 * notice, this list of conditions and the following disclaimer in the 19984 * documentation and/or other materials provided with the distribution. 19985 * 19986 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 19987 * may be used to endorse or promote products derived from this software 19988 * without specific prior written permission. 19989 * 19990 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19991 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19992 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19993 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 19994 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 19995 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 19996 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 19997 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 19998 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 19999 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20000 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20001 */ 20002 ==> engine/src/core-plugins/com/jme3/asset/plugins/HttpZipLocator.java <== 20003 /* 20004 * Copyright (c) 2009-2010 jMonkeyEngine 20005 * All rights reserved. 20006 * 20007 * Redistribution and use in source and binary forms, with or without 20008 * modification, are permitted provided that the following conditions are 20009 * met: 20010 * 20011 * * Redistributions of source code must retain the above copyright 20012 * notice, this list of conditions and the following disclaimer. 20013 * 20014 * * Redistributions in binary form must reproduce the above copyright 20015 * notice, this list of conditions and the following disclaimer in the 20016 * documentation and/or other materials provided with the distribution. 20017 * 20018 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20019 * may be used to endorse or promote products derived from this software 20020 * without specific prior written permission. 20021 * 20022 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20023 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20024 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20025 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20026 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20027 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20028 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20029 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20030 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20031 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20032 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20033 */ 20034 ==> engine/src/core-plugins/com/jme3/asset/plugins/UrlAssetInfo.java <== 20035 /** 20036 * Handles loading of assets from a URL 20037 * 20038 * @author Kirill Vainer 20039 */ 20040 ==> engine/src/core-plugins/com/jme3/shader/plugins/GLSLLoader.java <== 20041 /* 20042 * Copyright (c) 2009-2010 jMonkeyEngine 20043 * All rights reserved. 20044 * 20045 * Redistribution and use in source and binary forms, with or without 20046 * modification, are permitted provided that the following conditions are 20047 * met: 20048 * 20049 * * Redistributions of source code must retain the above copyright 20050 * notice, this list of conditions and the following disclaimer. 20051 * 20052 * * Redistributions in binary form must reproduce the above copyright 20053 * notice, this list of conditions and the following disclaimer in the 20054 * documentation and/or other materials provided with the distribution. 20055 * 20056 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20057 * may be used to endorse or promote products derived from this software 20058 * without specific prior written permission. 20059 * 20060 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20061 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20062 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20063 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20064 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20065 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20066 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20067 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20068 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20069 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20070 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20071 */ 20072 ==> engine/src/core-plugins/com/jme3/scene/plugins/MTLLoader.java <== 20073 /* 20074 * Copyright (c) 2009-2010 jMonkeyEngine 20075 * All rights reserved. 20076 * 20077 * Redistribution and use in source and binary forms, with or without 20078 * modification, are permitted provided that the following conditions are 20079 * met: 20080 * 20081 * * Redistributions of source code must retain the above copyright 20082 * notice, this list of conditions and the following disclaimer. 20083 * 20084 * * Redistributions in binary form must reproduce the above copyright 20085 * notice, this list of conditions and the following disclaimer in the 20086 * documentation and/or other materials provided with the distribution. 20087 * 20088 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20089 * may be used to endorse or promote products derived from this software 20090 * without specific prior written permission. 20091 * 20092 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20093 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20094 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20095 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20096 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20097 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20098 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20099 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20100 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20101 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20102 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20103 */ 20104 ==> engine/src/core-plugins/com/jme3/scene/plugins/OBJLoader.java <== 20105 /* 20106 * Copyright (c) 2009-2010 jMonkeyEngine 20107 * All rights reserved. 20108 * 20109 * Redistribution and use in source and binary forms, with or without 20110 * modification, are permitted provided that the following conditions are 20111 * met: 20112 * 20113 * * Redistributions of source code must retain the above copyright 20114 * notice, this list of conditions and the following disclaimer. 20115 * 20116 * * Redistributions in binary form must reproduce the above copyright 20117 * notice, this list of conditions and the following disclaimer in the 20118 * documentation and/or other materials provided with the distribution. 20119 * 20120 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20121 * may be used to endorse or promote products derived from this software 20122 * without specific prior written permission. 20123 * 20124 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20125 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20126 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20127 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20128 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20129 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20130 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20131 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20132 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20133 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20134 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20135 */ 20136 ==> engine/src/.DS_Store <== 20137 ==> engine/src/xml/com/jme3/export/xml/XMLExporter.java <== 20138 /* 20139 * Copyright (c) 2009-2010 jMonkeyEngine 20140 * All rights reserved. 20141 * 20142 * Redistribution and use in source and binary forms, with or without 20143 * modification, are permitted provided that the following conditions are 20144 * met: 20145 * 20146 * * Redistributions of source code must retain the above copyright 20147 * notice, this list of conditions and the following disclaimer. 20148 * 20149 * * Redistributions in binary form must reproduce the above copyright 20150 * notice, this list of conditions and the following disclaimer in the 20151 * documentation and/or other materials provided with the distribution. 20152 * 20153 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20154 * may be used to endorse or promote products derived from this software 20155 * without specific prior written permission. 20156 * 20157 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20158 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20159 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20160 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20161 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20162 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20163 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20164 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20165 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20166 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20167 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20168 */ 20169 ==> engine/src/xml/com/jme3/export/xml/DOMInputCapsule.java <== 20170 /* 20171 * Copyright (c) 2009-2010 jMonkeyEngine 20172 * All rights reserved. 20173 * 20174 * Redistribution and use in source and binary forms, with or without 20175 * modification, are permitted provided that the following conditions are 20176 * met: 20177 * 20178 * * Redistributions of source code must retain the above copyright 20179 * notice, this list of conditions and the following disclaimer. 20180 * 20181 * * Redistributions in binary form must reproduce the above copyright 20182 * notice, this list of conditions and the following disclaimer in the 20183 * documentation and/or other materials provided with the distribution. 20184 * 20185 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20186 * may be used to endorse or promote products derived from this software 20187 * without specific prior written permission. 20188 * 20189 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20190 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20191 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20192 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20193 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20194 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20195 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20196 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20197 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20198 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20199 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20200 */ 20201 ==> engine/src/xml/com/jme3/export/xml/DOMSerializer.java <== 20202 /* 20203 * Copyright (c) 2009-2010 jMonkeyEngine 20204 * All rights reserved. 20205 * 20206 * Redistribution and use in source and binary forms, with or without 20207 * modification, are permitted provided that the following conditions are 20208 * met: 20209 * 20210 * * Redistributions of source code must retain the above copyright 20211 * notice, this list of conditions and the following disclaimer. 20212 * 20213 * * Redistributions in binary form must reproduce the above copyright 20214 * notice, this list of conditions and the following disclaimer in the 20215 * documentation and/or other materials provided with the distribution. 20216 * 20217 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20218 * may be used to endorse or promote products derived from this software 20219 * without specific prior written permission. 20220 * 20221 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20222 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20223 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20224 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20225 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20226 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20227 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20228 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20229 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20230 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20231 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20232 */ 20233 ==> engine/src/xml/com/jme3/export/xml/DOMOutputCapsule.java <== 20234 /* 20235 * Copyright (c) 2009-2010 jMonkeyEngine 20236 * All rights reserved. 20237 * 20238 * Redistribution and use in source and binary forms, with or without 20239 * modification, are permitted provided that the following conditions are 20240 * met: 20241 * 20242 * * Redistributions of source code must retain the above copyright 20243 * notice, this list of conditions and the following disclaimer. 20244 * 20245 * * Redistributions in binary form must reproduce the above copyright 20246 * notice, this list of conditions and the following disclaimer in the 20247 * documentation and/or other materials provided with the distribution. 20248 * 20249 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20250 * may be used to endorse or promote products derived from this software 20251 * without specific prior written permission. 20252 * 20253 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20254 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20255 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20256 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20257 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20258 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20259 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20260 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20261 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20262 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20263 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20264 */ 20265 ==> engine/src/xml/com/jme3/export/xml/XMLImporter.java <== 20266 /* 20267 * Copyright (c) 2009-2010 jMonkeyEngine 20268 * All rights reserved. 20269 * 20270 * Redistribution and use in source and binary forms, with or without 20271 * modification, are permitted provided that the following conditions are 20272 * met: 20273 * 20274 * * Redistributions of source code must retain the above copyright 20275 * notice, this list of conditions and the following disclaimer. 20276 * 20277 * * Redistributions in binary form must reproduce the above copyright 20278 * notice, this list of conditions and the following disclaimer in the 20279 * documentation and/or other materials provided with the distribution. 20280 * 20281 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20282 * may be used to endorse or promote products derived from this software 20283 * without specific prior written permission. 20284 * 20285 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20286 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20287 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20288 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20289 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20290 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20291 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20292 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20293 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20294 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20295 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20296 */ 20297 ==> engine/src/jogg/com/jme3/audio/plugins/OGGLoader.java <== 20298 /* 20299 * Copyright (c) 2009-2010 jMonkeyEngine 20300 * All rights reserved. 20301 * 20302 * Redistribution and use in source and binary forms, with or without 20303 * modification, are permitted provided that the following conditions are 20304 * met: 20305 * 20306 * * Redistributions of source code must retain the above copyright 20307 * notice, this list of conditions and the following disclaimer. 20308 * 20309 * * Redistributions in binary form must reproduce the above copyright 20310 * notice, this list of conditions and the following disclaimer in the 20311 * documentation and/or other materials provided with the distribution. 20312 * 20313 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20314 * may be used to endorse or promote products derived from this software 20315 * without specific prior written permission. 20316 * 20317 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20318 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20319 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20320 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20321 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20322 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20323 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20324 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20325 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20326 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20327 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20328 */ 20329 ==> engine/src/jogg/com/jme3/audio/plugins/CachedOggStream.java <== 20330 /* 20331 * Copyright (c) 2009-2010 jMonkeyEngine 20332 * All rights reserved. 20333 * 20334 * Redistribution and use in source and binary forms, with or without 20335 * modification, are permitted provided that the following conditions are 20336 * met: 20337 * 20338 * * Redistributions of source code must retain the above copyright 20339 * notice, this list of conditions and the following disclaimer. 20340 * 20341 * * Redistributions in binary form must reproduce the above copyright 20342 * notice, this list of conditions and the following disclaimer in the 20343 * documentation and/or other materials provided with the distribution. 20344 * 20345 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20346 * may be used to endorse or promote products derived from this software 20347 * without specific prior written permission. 20348 * 20349 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20350 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20351 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20352 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20353 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20354 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20355 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20356 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20357 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20358 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20359 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20360 */ 20361 ==> engine/src/jogg/com/jme3/audio/plugins/UncachedOggStream.java <== 20362 /* 20363 * Copyright (c) 2009-2010 jMonkeyEngine 20364 * All rights reserved. 20365 * 20366 * Redistribution and use in source and binary forms, with or without 20367 * modification, are permitted provided that the following conditions are 20368 * met: 20369 * 20370 * * Redistributions of source code must retain the above copyright 20371 * notice, this list of conditions and the following disclaimer. 20372 * 20373 * * Redistributions in binary form must reproduce the above copyright 20374 * notice, this list of conditions and the following disclaimer in the 20375 * documentation and/or other materials provided with the distribution. 20376 * 20377 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20378 * may be used to endorse or promote products derived from this software 20379 * without specific prior written permission. 20380 * 20381 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20382 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20383 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20384 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20385 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20386 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20387 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20388 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20389 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20390 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20391 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20392 */ 20393 ==> engine/src/core-data/Common/ShaderLib/Fog.glsllib <== 20394 ==> engine/src/core-data/Common/ShaderLib/Common.glsllib <== 20395 ==> engine/src/core-data/Common/ShaderLib/Bump.glsllib <== 20396 ==> engine/src/core-data/Common/ShaderLib/Texture.glsllib <== 20397 ==> engine/src/core-data/Common/ShaderLib/Shadow.glsllib <== 20398 ==> engine/src/core-data/Common/ShaderLib/Tangent.glsllib <== 20399 ==> engine/src/core-data/Common/ShaderLib/MultiSample.glsllib <== 20400 ==> engine/src/core-data/Common/ShaderLib/Math.glsllib <== 20401 ==> engine/src/core-data/Common/ShaderLib/Hdr.glsllib <== 20402 ==> engine/src/core-data/Common/ShaderLib/Optics.glsllib <== 20403 ==> engine/src/core-data/Common/ShaderLib/Parallax.glsllib <== 20404 ==> engine/src/core-data/Common/ShaderLib/Lighting.glsllib <== 20405 ==> engine/src/core-data/Common/ShaderLib/Splatting.glsllib <== 20406 ==> engine/src/core-data/Common/ShaderLib/Skinning.glsllib <== 20407 ==> engine/src/core-data/Common/ShaderLib/Ubo.glsllib <== 20408 ==> engine/src/core-data/Common/Materials/WhiteColor.j3m <== 20409 ==> engine/src/core-data/Common/Materials/VertexColor.j3m <== 20410 ==> engine/src/core-data/Common/Materials/RedColor.j3m <== 20411 ==> engine/src/core-data/Common/MatDefs/Gui/Gui.j3md <== 20412 ==> engine/src/core-data/Common/MatDefs/Gui/Gui.frag <== 20413 ==> engine/src/core-data/Common/MatDefs/Gui/Gui.vert <== 20414 ==> engine/src/core-data/Common/MatDefs/Shadow/PreShadow.vert <== 20415 ==> engine/src/core-data/Common/MatDefs/Shadow/PostShadow.vert <== 20416 ==> engine/src/core-data/Common/MatDefs/Shadow/PostShadowPSSM.j3md <== 20417 ==> engine/src/core-data/Common/MatDefs/Shadow/PostShadowPSSM15.frag <== 20418 ==> engine/src/core-data/Common/MatDefs/Shadow/PostShadowPSSM.frag <== 20419 ==> engine/src/core-data/Common/MatDefs/Shadow/PreShadow.frag <== 20420 ==> engine/src/core-data/Common/MatDefs/Shadow/PreShadow.j3md <== 20421 ==> engine/src/core-data/Common/MatDefs/Shadow/PostShadow.j3md <== 20422 ==> engine/src/core-data/Common/MatDefs/Shadow/PostShadow.frag <== 20423 ==> engine/src/core-data/Common/MatDefs/Shadow/PostShadowPSSM.vert <== 20424 ==> engine/src/core-data/Common/MatDefs/Blur/HGaussianBlur.j3md <== 20425 ==> engine/src/core-data/Common/MatDefs/Blur/RadialBlur15.frag <== 20426 ==> engine/src/core-data/Common/MatDefs/Blur/RadialBlur.j3md <== 20427 ==> engine/src/core-data/Common/MatDefs/Blur/VGaussianBlur.j3md <== 20428 ==> engine/src/core-data/Common/MatDefs/Blur/HGaussianBlur.frag <== 20429 ==> engine/src/core-data/Common/MatDefs/Blur/VGaussianBlur.frag <== 20430 ==> engine/src/core-data/Common/MatDefs/Blur/RadialBlur.frag <== 20431 ==> engine/src/core-data/Common/MatDefs/Hdr/LogLum.frag <== 20432 ==> engine/src/core-data/Common/MatDefs/Hdr/ToneMap.j3md <== 20433 ==> engine/src/core-data/Common/MatDefs/Hdr/ToneMap.frag <== 20434 ==> engine/src/core-data/Common/MatDefs/Hdr/LogLum.j3md <== 20435 ==> engine/src/core-data/Common/MatDefs/Light/Deferred.frag <== 20436 ==> engine/src/core-data/Common/MatDefs/Light/Lighting.frag <== 20437 ==> engine/src/core-data/Common/MatDefs/Light/Deferred.vert <== 20438 ==> engine/src/core-data/Common/MatDefs/Light/GBuf.frag <== 20439 ==> engine/src/core-data/Common/MatDefs/Light/Lighting.vert <== 20440 ==> engine/src/core-data/Common/MatDefs/Light/Glow.frag <== 20441 ==> engine/src/core-data/Common/MatDefs/Light/GBuf.vert <== 20442 ==> engine/src/core-data/Common/MatDefs/Light/Deferred.j3md <== 20443 ==> engine/src/core-data/Common/MatDefs/Light/Lighting.j3md <== 20444 ==> engine/src/core-data/Common/MatDefs/Misc/Sky.vert <== 20445 ==> engine/src/core-data/Common/MatDefs/Misc/Particle.j3md <== 20446 ==> engine/src/core-data/Common/MatDefs/Misc/Particle.vert <== 20447 ==> engine/src/core-data/Common/MatDefs/Misc/ColoredTextured.j3md <== 20448 ==> engine/src/core-data/Common/MatDefs/Misc/Sky.frag <== 20449 ==> engine/src/core-data/Common/MatDefs/Misc/VertexColor.j3md <== 20450 ==> engine/src/core-data/Common/MatDefs/Misc/SolidColor.j3md <== 20451 ==> engine/src/core-data/Common/MatDefs/Misc/Unshaded.frag <== 20452 ==> engine/src/core-data/Common/MatDefs/Misc/SimpleTextured.vert <== 20453 ==> engine/src/core-data/Common/MatDefs/Misc/ShowNormals.frag <== 20454 ==> engine/src/core-data/Common/MatDefs/Misc/Unshaded.vert <== 20455 ==> engine/src/core-data/Common/MatDefs/Misc/SimpleTextured.frag <== 20456 ==> engine/src/core-data/Common/MatDefs/Misc/SimpleTextured.j3md <== 20457 ==> engine/src/core-data/Common/MatDefs/Misc/Unshaded.j3md <== 20458 ==> engine/src/core-data/Common/MatDefs/Misc/ShowNormals.j3md <== 20459 ==> engine/src/core-data/Common/MatDefs/Misc/Particle.frag <== 20460 ==> engine/src/core-data/Common/MatDefs/Misc/Sky.j3md <== 20461 ==> engine/src/core-data/Common/MatDefs/Misc/ColoredTextured.frag <== 20462 ==> engine/src/core-data/Common/MatDefs/Misc/ColoredTextured.vert <== 20463 ==> engine/src/core-data/Common/MatDefs/Misc/ShowNormals.vert <== 20464 ==> engine/src/core-data/Common/MatDefs/Misc/WireColor.j3md <== 20465 ==> engine/src/core-data/Interface/Fonts/Console.fnt <== 20466 ==> engine/src/core-data/Interface/Fonts/Console.png <== 20467 ==> engine/src/core-data/Interface/Fonts/Default.png <== 20468 ==> engine/src/core-data/Interface/Fonts/Default.fnt <== 20469 ==> engine/src/tools/jme3tools/optimize/GeometryBatchFactory.java <== 20470 ==> engine/src/tools/jme3tools/optimize/Octnode.java <== 20471 /* 20472 * Copyright (c) 2009-2010 jMonkeyEngine 20473 * All rights reserved. 20474 * 20475 * Redistribution and use in source and binary forms, with or without 20476 * modification, are permitted provided that the following conditions are 20477 * met: 20478 * 20479 * * Redistributions of source code must retain the above copyright 20480 * notice, this list of conditions and the following disclaimer. 20481 * 20482 * * Redistributions in binary form must reproduce the above copyright 20483 * notice, this list of conditions and the following disclaimer in the 20484 * documentation and/or other materials provided with the distribution. 20485 * 20486 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20487 * may be used to endorse or promote products derived from this software 20488 * without specific prior written permission. 20489 * 20490 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20491 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20492 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20493 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20494 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20495 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20496 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20497 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20498 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20499 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20500 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20501 */ 20502 ==> engine/src/tools/jme3tools/optimize/OCTTriangle.java <== 20503 /* 20504 * Copyright (c) 2009-2010 jMonkeyEngine 20505 * All rights reserved. 20506 * 20507 * Redistribution and use in source and binary forms, with or without 20508 * modification, are permitted provided that the following conditions are 20509 * met: 20510 * 20511 * * Redistributions of source code must retain the above copyright 20512 * notice, this list of conditions and the following disclaimer. 20513 * 20514 * * Redistributions in binary form must reproduce the above copyright 20515 * notice, this list of conditions and the following disclaimer in the 20516 * documentation and/or other materials provided with the distribution. 20517 * 20518 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20519 * may be used to endorse or promote products derived from this software 20520 * without specific prior written permission. 20521 * 20522 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20523 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20524 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20525 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20526 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20527 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20528 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20529 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20530 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20531 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20532 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20533 */ 20534 ==> engine/src/tools/jme3tools/optimize/FastOctnode.java <== 20535 /* 20536 * Copyright (c) 2009-2010 jMonkeyEngine 20537 * All rights reserved. 20538 * 20539 * Redistribution and use in source and binary forms, with or without 20540 * modification, are permitted provided that the following conditions are 20541 * met: 20542 * 20543 * * Redistributions of source code must retain the above copyright 20544 * notice, this list of conditions and the following disclaimer. 20545 * 20546 * * Redistributions in binary form must reproduce the above copyright 20547 * notice, this list of conditions and the following disclaimer in the 20548 * documentation and/or other materials provided with the distribution. 20549 * 20550 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20551 * may be used to endorse or promote products derived from this software 20552 * without specific prior written permission. 20553 * 20554 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20555 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20556 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20557 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20558 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20559 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20560 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20561 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20562 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20563 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20564 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20565 */ 20566 ==> engine/src/tools/jme3tools/optimize/TestCollector.java <== 20567 /* 20568 * Copyright (c) 2009-2010 jMonkeyEngine 20569 * All rights reserved. 20570 * 20571 * Redistribution and use in source and binary forms, with or without 20572 * modification, are permitted provided that the following conditions are 20573 * met: 20574 * 20575 * * Redistributions of source code must retain the above copyright 20576 * notice, this list of conditions and the following disclaimer. 20577 * 20578 * * Redistributions in binary form must reproduce the above copyright 20579 * notice, this list of conditions and the following disclaimer in the 20580 * documentation and/or other materials provided with the distribution. 20581 * 20582 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20583 * may be used to endorse or promote products derived from this software 20584 * without specific prior written permission. 20585 * 20586 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20587 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20588 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20589 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20590 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20591 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20592 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20593 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20594 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20595 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20596 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20597 */ 20598 ==> engine/src/tools/jme3tools/optimize/TextureAtlas.java <== 20599 /* 20600 * Copyright (c) 2009-2012 jMonkeyEngine 20601 * All rights reserved. 20602 * 20603 * Redistribution and use in source and binary forms, with or without 20604 * modification, are permitted provided that the following conditions are 20605 * met: 20606 * 20607 * * Redistributions of source code must retain the above copyright 20608 * notice, this list of conditions and the following disclaimer. 20609 * 20610 * * Redistributions in binary form must reproduce the above copyright 20611 * notice, this list of conditions and the following disclaimer in the 20612 * documentation and/or other materials provided with the distribution. 20613 * 20614 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20615 * may be used to endorse or promote products derived from this software 20616 * without specific prior written permission. 20617 * 20618 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20619 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20620 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20621 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20622 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20623 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20624 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20625 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20626 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20627 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20628 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20629 */ 20630 ==> engine/src/tools/jme3tools/optimize/TriangleCollector.java <== 20631 /* 20632 * Copyright (c) 2009-2012 jMonkeyEngine 20633 * All rights reserved. 20634 * 20635 * Redistribution and use in source and binary forms, with or without 20636 * modification, are permitted provided that the following conditions are 20637 * met: 20638 * 20639 * * Redistributions of source code must retain the above copyright 20640 * notice, this list of conditions and the following disclaimer. 20641 * 20642 * * Redistributions in binary form must reproduce the above copyright 20643 * notice, this list of conditions and the following disclaimer in the 20644 * documentation and/or other materials provided with the distribution. 20645 * 20646 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20647 * may be used to endorse or promote products derived from this software 20648 * without specific prior written permission. 20649 * 20650 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20651 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20652 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20653 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20654 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20655 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20656 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20657 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20658 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20659 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20660 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20661 */ 20662 ==> engine/src/tools/jme3tools/optimize/Octree.java <== 20663 /* 20664 * Copyright (c) 2009-2010 jMonkeyEngine 20665 * All rights reserved. 20666 * 20667 * Redistribution and use in source and binary forms, with or without 20668 * modification, are permitted provided that the following conditions are 20669 * met: 20670 * 20671 * * Redistributions of source code must retain the above copyright 20672 * notice, this list of conditions and the following disclaimer. 20673 * 20674 * * Redistributions in binary form must reproduce the above copyright 20675 * notice, this list of conditions and the following disclaimer in the 20676 * documentation and/or other materials provided with the distribution. 20677 * 20678 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20679 * may be used to endorse or promote products derived from this software 20680 * without specific prior written permission. 20681 * 20682 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20683 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20684 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20685 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20686 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20687 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20688 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20689 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20690 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20691 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20692 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20693 */ 20694 ==> engine/src/tools/jme3tools/optimize/pvsnotes <== 20695 ==> engine/src/tools/jme3tools/savegame/SaveGame.java <== 20696 /* 20697 * To change this template, choose Tools | Templates 20698 * and open the template in the editor. 20699 */ 20700 /** 20701 * Tool for saving Savables as SaveGame entries in a system-dependent way. 20702 * @author normenhansen 20703 */ 20704 ==> engine/src/tools/jme3tools/converters/Converter.java <== 20705 /* 20706 * Copyright (c) 2009-2010 jMonkeyEngine 20707 * All rights reserved. 20708 * 20709 * Redistribution and use in source and binary forms, with or without 20710 * modification, are permitted provided that the following conditions are 20711 * met: 20712 * 20713 * * Redistributions of source code must retain the above copyright 20714 * notice, this list of conditions and the following disclaimer. 20715 * 20716 * * Redistributions in binary form must reproduce the above copyright 20717 * notice, this list of conditions and the following disclaimer in the 20718 * documentation and/or other materials provided with the distribution. 20719 * 20720 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20721 * may be used to endorse or promote products derived from this software 20722 * without specific prior written permission. 20723 * 20724 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20725 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20726 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20727 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20728 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20729 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20730 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20731 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20732 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20733 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20734 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20735 */ 20736 ==> engine/src/tools/jme3tools/converters/RGB565.java <== 20737 /* 20738 * Copyright (c) 2009-2010 jMonkeyEngine 20739 * All rights reserved. 20740 * 20741 * Redistribution and use in source and binary forms, with or without 20742 * modification, are permitted provided that the following conditions are 20743 * met: 20744 * 20745 * * Redistributions of source code must retain the above copyright 20746 * notice, this list of conditions and the following disclaimer. 20747 * 20748 * * Redistributions in binary form must reproduce the above copyright 20749 * notice, this list of conditions and the following disclaimer in the 20750 * documentation and/or other materials provided with the distribution. 20751 * 20752 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20753 * may be used to endorse or promote products derived from this software 20754 * without specific prior written permission. 20755 * 20756 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20757 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20758 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20759 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20760 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20761 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20762 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20763 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20764 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20765 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20766 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20767 */ 20768 /** 20769 ==> engine/src/tools/jme3tools/converters/FolderConverter.java <== 20770 /* 20771 * Copyright (c) 2009-2010 jMonkeyEngine 20772 * All rights reserved. 20773 * 20774 * Redistribution and use in source and binary forms, with or without 20775 * modification, are permitted provided that the following conditions are 20776 * met: 20777 * 20778 * * Redistributions of source code must retain the above copyright 20779 * notice, this list of conditions and the following disclaimer. 20780 * 20781 * * Redistributions in binary form must reproduce the above copyright 20782 * notice, this list of conditions and the following disclaimer in the 20783 * documentation and/or other materials provided with the distribution. 20784 * 20785 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20786 * may be used to endorse or promote products derived from this software 20787 * without specific prior written permission. 20788 * 20789 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20790 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20791 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20792 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20793 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20794 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20795 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20796 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20797 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20798 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20799 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20800 */ 20801 ==> engine/src/tools/jme3tools/converters/model/ModelConverter.java <== 20802 /* 20803 * Copyright (c) 2009-2010 jMonkeyEngine 20804 * All rights reserved. 20805 * 20806 * Redistribution and use in source and binary forms, with or without 20807 * modification, are permitted provided that the following conditions are 20808 * met: 20809 * 20810 * * Redistributions of source code must retain the above copyright 20811 * notice, this list of conditions and the following disclaimer. 20812 * 20813 * * Redistributions in binary form must reproduce the above copyright 20814 * notice, this list of conditions and the following disclaimer in the 20815 * documentation and/or other materials provided with the distribution. 20816 * 20817 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20818 * may be used to endorse or promote products derived from this software 20819 * without specific prior written permission. 20820 * 20821 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20822 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20823 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20824 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20825 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20826 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20827 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20828 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20829 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20830 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20831 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20832 */ 20833 ==> engine/src/tools/jme3tools/converters/model/strip/StripStartInfo.java <== 20834 /* 20835 * Copyright (c) 2009-2010 jMonkeyEngine 20836 * All rights reserved. 20837 * 20838 * Redistribution and use in source and binary forms, with or without 20839 * modification, are permitted provided that the following conditions are 20840 * met: 20841 * 20842 * * Redistributions of source code must retain the above copyright 20843 * notice, this list of conditions and the following disclaimer. 20844 * 20845 * * Redistributions in binary form must reproduce the above copyright 20846 * notice, this list of conditions and the following disclaimer in the 20847 * documentation and/or other materials provided with the distribution. 20848 * 20849 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20850 * may be used to endorse or promote products derived from this software 20851 * without specific prior written permission. 20852 * 20853 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20854 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20855 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20856 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20857 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20858 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20859 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20860 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20861 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20862 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20863 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20864 */ 20865 ==> engine/src/tools/jme3tools/converters/model/strip/StripInfoVec.java <== 20866 /* 20867 * Copyright (c) 2009-2010 jMonkeyEngine 20868 * All rights reserved. 20869 * 20870 * Redistribution and use in source and binary forms, with or without 20871 * modification, are permitted provided that the following conditions are 20872 * met: 20873 * 20874 * * Redistributions of source code must retain the above copyright 20875 * notice, this list of conditions and the following disclaimer. 20876 * 20877 * * Redistributions in binary form must reproduce the above copyright 20878 * notice, this list of conditions and the following disclaimer in the 20879 * documentation and/or other materials provided with the distribution. 20880 * 20881 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20882 * may be used to endorse or promote products derived from this software 20883 * without specific prior written permission. 20884 * 20885 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20886 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20887 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20888 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20889 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20890 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20891 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20892 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20893 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20894 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20895 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20896 */ 20897 ==> engine/src/tools/jme3tools/converters/model/strip/TriStrip.java <== 20898 /* 20899 * Copyright (c) 2003-2009 jMonkeyEngine 20900 * All rights reserved. 20901 * 20902 * Redistribution and use in source and binary forms, with or without 20903 * modification, are permitted provided that the following conditions are 20904 * met: 20905 * 20906 * * Redistributions of source code must retain the above copyright 20907 * notice, this list of conditions and the following disclaimer. 20908 * 20909 * * Redistributions in binary form must reproduce the above copyright 20910 * notice, this list of conditions and the following disclaimer in the 20911 * documentation and/or other materials provided with the distribution. 20912 * 20913 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20914 * may be used to endorse or promote products derived from this software 20915 * without specific prior written permission. 20916 * 20917 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20918 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20919 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20920 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20921 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20922 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20923 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20924 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20925 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20926 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20927 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20928 */ 20929 ==> engine/src/tools/jme3tools/converters/model/strip/IntVec.java <== 20930 /* 20931 * Copyright (c) 2009-2010 jMonkeyEngine 20932 * All rights reserved. 20933 * 20934 * Redistribution and use in source and binary forms, with or without 20935 * modification, are permitted provided that the following conditions are 20936 * met: 20937 * 20938 * * Redistributions of source code must retain the above copyright 20939 * notice, this list of conditions and the following disclaimer. 20940 * 20941 * * Redistributions in binary form must reproduce the above copyright 20942 * notice, this list of conditions and the following disclaimer in the 20943 * documentation and/or other materials provided with the distribution. 20944 * 20945 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20946 * may be used to endorse or promote products derived from this software 20947 * without specific prior written permission. 20948 * 20949 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20950 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20951 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20952 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20953 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20954 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20955 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20956 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20957 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20958 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20959 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20960 */ 20961 ==> engine/src/tools/jme3tools/converters/model/strip/PrimitiveGroup.java <== 20962 /* 20963 * Copyright (c) 2009-2010 jMonkeyEngine 20964 * All rights reserved. 20965 * 20966 * Redistribution and use in source and binary forms, with or without 20967 * modification, are permitted provided that the following conditions are 20968 * met: 20969 * 20970 * * Redistributions of source code must retain the above copyright 20971 * notice, this list of conditions and the following disclaimer. 20972 * 20973 * * Redistributions in binary form must reproduce the above copyright 20974 * notice, this list of conditions and the following disclaimer in the 20975 * documentation and/or other materials provided with the distribution. 20976 * 20977 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 20978 * may be used to endorse or promote products derived from this software 20979 * without specific prior written permission. 20980 * 20981 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 20982 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20983 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20984 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 20985 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20986 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 20987 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 20988 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 20989 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20990 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 20991 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 20992 */ 20993 /** 20994 ==> engine/src/tools/jme3tools/converters/model/strip/StripInfo.java <== 20995 /* 20996 * Copyright (c) 2009-2010 jMonkeyEngine 20997 * All rights reserved. 20998 * 20999 * Redistribution and use in source and binary forms, with or without 21000 * modification, are permitted provided that the following conditions are 21001 * met: 21002 * 21003 * * Redistributions of source code must retain the above copyright 21004 * notice, this list of conditions and the following disclaimer. 21005 * 21006 * * Redistributions in binary form must reproduce the above copyright 21007 * notice, this list of conditions and the following disclaimer in the 21008 * documentation and/or other materials provided with the distribution. 21009 * 21010 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 21011 * may be used to endorse or promote products derived from this software 21012 * without specific prior written permission. 21013 * 21014 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21015 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21016 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21017 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21018 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21019 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21020 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21021 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21022 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21023 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21024 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21025 */ 21026 /** 21027 ==> engine/src/tools/jme3tools/converters/model/strip/VertexCache.java <== 21028 /* 21029 * Copyright (c) 2009-2010 jMonkeyEngine 21030 * All rights reserved. 21031 * 21032 * Redistribution and use in source and binary forms, with or without 21033 * modification, are permitted provided that the following conditions are 21034 * met: 21035 * 21036 * * Redistributions of source code must retain the above copyright 21037 * notice, this list of conditions and the following disclaimer. 21038 * 21039 * * Redistributions in binary form must reproduce the above copyright 21040 * notice, this list of conditions and the following disclaimer in the 21041 * documentation and/or other materials provided with the distribution. 21042 * 21043 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 21044 * may be used to endorse or promote products derived from this software 21045 * without specific prior written permission. 21046 * 21047 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21048 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21049 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21050 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21051 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21052 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21053 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21054 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21055 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21056 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21057 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21058 */ 21059 ==> engine/src/tools/jme3tools/converters/model/strip/FaceInfo.java <== 21060 /* 21061 * Copyright (c) 2009-2010 jMonkeyEngine 21062 * All rights reserved. 21063 * 21064 * Redistribution and use in source and binary forms, with or without 21065 * modification, are permitted provided that the following conditions are 21066 * met: 21067 * 21068 * * Redistributions of source code must retain the above copyright 21069 * notice, this list of conditions and the following disclaimer. 21070 * 21071 * * Redistributions in binary form must reproduce the above copyright 21072 * notice, this list of conditions and the following disclaimer in the 21073 * documentation and/or other materials provided with the distribution. 21074 * 21075 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 21076 * may be used to endorse or promote products derived from this software 21077 * without specific prior written permission. 21078 * 21079 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21080 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21081 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21082 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21083 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21084 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21085 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21086 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21087 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21088 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21089 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21090 */ 21091 ==> engine/src/tools/jme3tools/converters/model/strip/EdgeInfo.java <== 21092 /* 21093 * Copyright (c) 2009-2010 jMonkeyEngine 21094 * All rights reserved. 21095 * 21096 * Redistribution and use in source and binary forms, with or without 21097 * modification, are permitted provided that the following conditions are 21098 * met: 21099 * 21100 * * Redistributions of source code must retain the above copyright 21101 * notice, this list of conditions and the following disclaimer. 21102 * 21103 * * Redistributions in binary form must reproduce the above copyright 21104 * notice, this list of conditions and the following disclaimer in the 21105 * documentation and/or other materials provided with the distribution. 21106 * 21107 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 21108 * may be used to endorse or promote products derived from this software 21109 * without specific prior written permission. 21110 * 21111 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21112 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21113 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21114 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21115 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21116 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21117 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21118 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21119 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21120 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21121 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21122 */ 21123 /** 21124 ==> engine/src/tools/jme3tools/converters/model/strip/Stripifier.java <== 21125 /* 21126 * Copyright (c) 2009-2010 jMonkeyEngine 21127 * All rights reserved. 21128 * 21129 * Redistribution and use in source and binary forms, with or without 21130 * modification, are permitted provided that the following conditions are 21131 * met: 21132 * 21133 * * Redistributions of source code must retain the above copyright 21134 * notice, this list of conditions and the following disclaimer. 21135 * 21136 * * Redistributions in binary form must reproduce the above copyright 21137 * notice, this list of conditions and the following disclaimer in the 21138 * documentation and/or other materials provided with the distribution. 21139 * 21140 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 21141 * may be used to endorse or promote products derived from this software 21142 * without specific prior written permission. 21143 * 21144 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21145 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21146 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21147 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21148 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21149 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21150 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21151 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21152 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21153 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21154 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21155 */ 21156 ==> engine/src/tools/jme3tools/converters/model/strip/FaceInfoVec.java <== 21157 /* 21158 * Copyright (c) 2009-2010 jMonkeyEngine 21159 * All rights reserved. 21160 * 21161 * Redistribution and use in source and binary forms, with or without 21162 * modification, are permitted provided that the following conditions are 21163 * met: 21164 * 21165 * * Redistributions of source code must retain the above copyright 21166 * notice, this list of conditions and the following disclaimer. 21167 * 21168 * * Redistributions in binary form must reproduce the above copyright 21169 * notice, this list of conditions and the following disclaimer in the 21170 * documentation and/or other materials provided with the distribution. 21171 * 21172 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 21173 * may be used to endorse or promote products derived from this software 21174 * without specific prior written permission. 21175 * 21176 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21177 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21178 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21179 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21180 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21181 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21182 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21183 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21184 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21185 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21186 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21187 */ 21188 ==> engine/src/tools/jme3tools/converters/model/strip/EdgeInfoVec.java <== 21189 /* 21190 * Copyright (c) 2009-2010 jMonkeyEngine 21191 * All rights reserved. 21192 * 21193 * Redistribution and use in source and binary forms, with or without 21194 * modification, are permitted provided that the following conditions are 21195 * met: 21196 * 21197 * * Redistributions of source code must retain the above copyright 21198 * notice, this list of conditions and the following disclaimer. 21199 * 21200 * * Redistributions in binary form must reproduce the above copyright 21201 * notice, this list of conditions and the following disclaimer in the 21202 * documentation and/or other materials provided with the distribution. 21203 * 21204 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 21205 * may be used to endorse or promote products derived from this software 21206 * without specific prior written permission. 21207 * 21208 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21209 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21210 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21211 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21212 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21213 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21214 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21215 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21216 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21217 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21218 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21219 */ 21220 ==> engine/src/tools/jme3tools/converters/model/FloatToFixed.java <== 21221 /* 21222 * Copyright (c) 2009-2010 jMonkeyEngine 21223 * All rights reserved. 21224 * 21225 * Redistribution and use in source and binary forms, with or without 21226 * modification, are permitted provided that the following conditions are 21227 * met: 21228 * 21229 * * Redistributions of source code must retain the above copyright 21230 * notice, this list of conditions and the following disclaimer. 21231 * 21232 * * Redistributions in binary form must reproduce the above copyright 21233 * notice, this list of conditions and the following disclaimer in the 21234 * documentation and/or other materials provided with the distribution. 21235 * 21236 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 21237 * may be used to endorse or promote products derived from this software 21238 * without specific prior written permission. 21239 * 21240 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21241 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21242 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21243 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21244 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21245 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21246 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21247 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21248 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21249 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21250 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21251 */ 21252 ==> engine/src/bullet-common/com/jme3/bullet/BulletAppState.java <== 21253 /* 21254 * To change this template, choose Tools | Templates 21255 * and open the template in the editor. 21256 */ 21257 /** 21258 * <code>BulletAppState</code> allows using bullet physics in an Application. 21259 * @author normenhansen 21260 */ 21261 ==> engine/src/bullet-common/com/jme3/bullet/PhysicsTickListener.java <== 21262 /* 21263 * Copyright (c) 2009-2010 jMonkeyEngine 21264 * All rights reserved. 21265 * 21266 * Redistribution and use in source and binary forms, with or without 21267 * modification, are permitted provided that the following conditions are 21268 * met: 21269 * 21270 * * Redistributions of source code must retain the above copyright 21271 * notice, this list of conditions and the following disclaimer. 21272 * 21273 * * Redistributions in binary form must reproduce the above copyright 21274 * notice, this list of conditions and the following disclaimer in the 21275 * documentation and/or other materials provided with the distribution. 21276 * 21277 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 21278 * may be used to endorse or promote products derived from this software 21279 * without specific prior written permission. 21280 * 21281 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21282 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21283 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21284 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21285 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21286 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21287 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21288 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21289 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21290 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21291 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21292 */ 21293 /** 21294 * Implement this interface to be called from the physics thread on a physics update. 21295 ==> engine/src/bullet-common/com/jme3/bullet/collision/RagdollCollisionListener.java <== 21296 /* 21297 * To change this template, choose Tools | Templates 21298 * and open the template in the editor. 21299 */ 21300 /** 21301 * 21302 * @author Nehon 21303 */ 21304 ==> engine/src/bullet-common/com/jme3/bullet/collision/shapes/infos/ChildCollisionShape.java <== 21305 /* 21306 * To change this template, choose Tools | Templates 21307 * and open the template in the editor. 21308 */ 21309 /** 21310 * 21311 * @author normenhansen 21312 */ 21313 ==> engine/src/bullet-common/com/jme3/bullet/collision/PhysicsCollisionGroupListener.java <== 21314 /* 21315 * To change this template, choose Tools | Templates 21316 * and open the template in the editor. 21317 */ 21318 /** 21319 * 21320 * @author normenhansen 21321 */ 21322 ==> engine/src/bullet-common/com/jme3/bullet/collision/PhysicsCollisionListener.java <== 21323 /* 21324 * Copyright (c) 2009-2010 jMonkeyEngine 21325 * All rights reserved. 21326 * 21327 * Redistribution and use in source and binary forms, with or without 21328 * modification, are permitted provided that the following conditions are 21329 * met: 21330 * 21331 * * Redistributions of source code must retain the above copyright 21332 * notice, this list of conditions and the following disclaimer. 21333 * 21334 * * Redistributions in binary form must reproduce the above copyright 21335 * notice, this list of conditions and the following disclaimer in the 21336 * documentation and/or other materials provided with the distribution. 21337 * 21338 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 21339 * may be used to endorse or promote products derived from this software 21340 * without specific prior written permission. 21341 * 21342 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21343 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21344 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21345 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21346 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21347 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21348 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21349 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21350 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21351 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21352 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21353 */ 21354 /** 21355 * Interface for Objects that want to be informed about collision events in the physics space 21356 ==> engine/src/bullet-common/com/jme3/bullet/util/CollisionShapeFactory.java <== 21357 /* 21358 * Copyright (c) 2009-2010 jMonkeyEngine 21359 * All rights reserved. 21360 * 21361 * Redistribution and use in source and binary forms, with or without 21362 * modification, are permitted provided that the following conditions are 21363 * met: 21364 * 21365 * * Redistributions of source code must retain the above copyright 21366 * notice, this list of conditions and the following disclaimer. 21367 * 21368 * * Redistributions in binary form must reproduce the above copyright 21369 * notice, this list of conditions and the following disclaimer in the 21370 * documentation and/or other materials provided with the distribution. 21371 * 21372 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 21373 * may be used to endorse or promote products derived from this software 21374 * without specific prior written permission. 21375 * 21376 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21377 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21378 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21379 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21380 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21381 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21382 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21383 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21384 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21385 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21386 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21387 */ 21388 ==> engine/src/bullet-common/com/jme3/bullet/control/VehicleControl.java <== 21389 /* 21390 * To change this template, choose Tools | Templates 21391 * and open the template in the editor. 21392 */ 21393 /** 21394 * 21395 * @author normenhansen 21396 */ 21397 ==> engine/src/bullet-common/com/jme3/bullet/control/PhysicsControl.java <== 21398 /* 21399 * To change this template, choose Tools | Templates 21400 * and open the template in the editor. 21401 */ 21402 /** 21403 * 21404 * @author normenhansen 21405 */ 21406 ==> engine/src/bullet-common/com/jme3/bullet/control/KinematicRagdollControl.java <== 21407 /* 21408 * Copyright (c) 2009-2010 jMonkeyEngine 21409 * All rights reserved. 21410 * 21411 * Redistribution and use in source and binary forms, with or without 21412 * modification, are permitted provided that the following conditions are 21413 * met: 21414 * 21415 * * Redistributions of source code must retain the above copyright 21416 * notice, this list of conditions and the following disclaimer. 21417 * 21418 * * Redistributions in binary form must reproduce the above copyright 21419 * notice, this list of conditions and the following disclaimer in the 21420 * documentation and/or other materials provided with the distribution. 21421 * 21422 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 21423 * may be used to endorse or promote products derived from this software 21424 * without specific prior written permission. 21425 * 21426 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21427 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21428 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21429 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21430 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21431 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21432 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21433 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21434 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21435 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21436 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21437 */ 21438 ==> engine/src/bullet-common/com/jme3/bullet/control/ragdoll/RagdollUtils.java <== 21439 /* 21440 * To change this template, choose Tools | Templates 21441 * and open the template in the editor. 21442 */ 21443 /** 21444 * 21445 * @author Nehon 21446 */ 21447 ==> engine/src/bullet-common/com/jme3/bullet/control/ragdoll/RagdollPreset.java <== 21448 /* 21449 * To change this template, choose Tools | Templates 21450 * and open the template in the editor. 21451 */ 21452 /** 21453 * 21454 * @author Nehon 21455 */ 21456 ==> engine/src/bullet-common/com/jme3/bullet/control/ragdoll/HumanoidRagdollPreset.java <== 21457 /* 21458 * To change this template, choose Tools | Templates 21459 * and open the template in the editor. 21460 */ 21461 /** 21462 * 21463 * @author Nehon 21464 */ 21465 ==> engine/src/bullet-common/com/jme3/bullet/control/GhostControl.java <== 21466 /* 21467 * To change this template, choose Tools | Templates 21468 * and open the template in the editor. 21469 */ 21470 /** 21471 * A GhostControl moves with the spatial it is attached to and can be used to check 21472 * overlaps with other physics objects (e.g. aggro radius). 21473 * @author normenhansen 21474 */ 21475 ==> engine/src/bullet-common/com/jme3/bullet/control/CharacterControl.java <== 21476 /* 21477 * To change this template, choose Tools | Templates 21478 * and open the template in the editor. 21479 */ 21480 /** 21481 * 21482 * @author normenhansen 21483 */ 21484 ==> engine/src/bullet-common/com/jme3/bullet/control/RigidBodyControl.java <== 21485 /* 21486 * To change this template, choose Tools | Templates 21487 * and open the template in the editor. 21488 */ 21489 /** 21490 * 21491 * @author normenhansen 21492 */ 21493 ==> engine/src/core-effects/Common/MatDefs/Water/Textures/heightmap.jpg <== 21494 ==> engine/src/core-effects/Common/MatDefs/Water/Textures/water_normalmap.dds <== 21495 ==> engine/src/core-effects/Common/MatDefs/Water/Textures/caustics.jpg <== 21496 ==> engine/src/core-effects/Common/MatDefs/Water/Textures/foam2.jpg <== 21497 ==> engine/src/core-effects/Common/MatDefs/Water/Textures/foam.jpg <== 21498 ==> engine/src/core-effects/Common/MatDefs/Water/Textures/dudv_map.jpg <== 21499 ==> engine/src/core-effects/Common/MatDefs/Water/Textures/foam3.jpg <== 21500 ==> engine/src/core-effects/Common/MatDefs/Water/Water.j3md <== 21501 ==> engine/src/core-effects/Common/MatDefs/Water/SimpleWater.j3md <== 21502 ==> engine/src/core-effects/Common/MatDefs/Water/simple_water.vert <== 21503 /* 21504 ==> engine/src/core-effects/Common/MatDefs/Water/Water.frag <== 21505 ==> engine/src/core-effects/Common/MatDefs/Water/Water15.frag <== 21506 ==> engine/src/core-effects/Common/MatDefs/Water/simple_water.frag <== 21507 /* 21508 ==> engine/src/core-effects/Common/MatDefs/SSAO/Textures/random.png <== 21509 ==> engine/src/core-effects/Common/MatDefs/SSAO/ssaoBlur15.frag <== 21510 ==> engine/src/core-effects/Common/MatDefs/SSAO/ssao15.frag <== 21511 ==> engine/src/core-effects/Common/MatDefs/SSAO/normal.vert <== 21512 ==> engine/src/core-effects/Common/MatDefs/SSAO/ssaoBlur.j3md <== 21513 ==> engine/src/core-effects/Common/MatDefs/SSAO/ssao.j3md <== 21514 ==> engine/src/core-effects/Common/MatDefs/SSAO/ssaoBlur.frag <== 21515 /* 21516 ==> engine/src/core-effects/Common/MatDefs/SSAO/normal.frag <== 21517 ==> engine/src/core-effects/Common/MatDefs/SSAO/ssao.frag <== 21518 ==> engine/src/core-effects/Common/MatDefs/Post/bloomFinal15.frag <== 21519 ==> engine/src/core-effects/Common/MatDefs/Post/LightScattering15.vert <== 21520 ==> engine/src/core-effects/Common/MatDefs/Post/BloomFinal.j3md <== 21521 ==> engine/src/core-effects/Common/MatDefs/Post/Post.vert <== 21522 ==> engine/src/core-effects/Common/MatDefs/Post/bloomExtract.frag <== 21523 ==> engine/src/core-effects/Common/MatDefs/Post/LightScattering.j3md <== 21524 ==> engine/src/core-effects/Common/MatDefs/Post/GammaCorrection15.frag <== 21525 ==> engine/src/core-effects/Common/MatDefs/Post/CartoonEdge.frag <== 21526 ==> engine/src/core-effects/Common/MatDefs/Post/FXAA.vert <== 21527 ==> engine/src/core-effects/Common/MatDefs/Post/BloomExtract.j3md <== 21528 ==> engine/src/core-effects/Common/MatDefs/Post/Fog.frag <== 21529 ==> engine/src/core-effects/Common/MatDefs/Post/bloomExtract15.frag <== 21530 ==> engine/src/core-effects/Common/MatDefs/Post/LightScattering.vert <== 21531 ==> engine/src/core-effects/Common/MatDefs/Post/DepthOfField.j3md <== 21532 ==> engine/src/core-effects/Common/MatDefs/Post/Overlay.frag <== 21533 ==> engine/src/core-effects/Common/MatDefs/Post/Fog.j3md <== 21534 ==> engine/src/core-effects/Common/MatDefs/Post/Overlay15.frag <== 21535 ==> engine/src/core-effects/Common/MatDefs/Post/Overlay.j3md <== 21536 ==> engine/src/core-effects/Common/MatDefs/Post/Posterization.frag <== 21537 ==> engine/src/core-effects/Common/MatDefs/Post/LightScattering.frag <== 21538 ==> engine/src/core-effects/Common/MatDefs/Post/Fade15.frag <== 21539 ==> engine/src/core-effects/Common/MatDefs/Post/Fog15.frag <== 21540 ==> engine/src/core-effects/Common/MatDefs/Post/DepthOfField.frag <== 21541 ==> engine/src/core-effects/Common/MatDefs/Post/CrossHatch15.frag <== 21542 ==> engine/src/core-effects/Common/MatDefs/Post/Posterization15.frag <== 21543 ==> engine/src/core-effects/Common/MatDefs/Post/Posterization.j3md <== 21544 ==> engine/src/core-effects/Common/MatDefs/Post/FXAA.frag <== 21545 ==> engine/src/core-effects/Common/MatDefs/Post/LightScattering15.frag <== 21546 ==> engine/src/core-effects/Common/MatDefs/Post/Post15.vert <== 21547 ==> engine/src/core-effects/Common/MatDefs/Post/GammaCorrection.frag <== 21548 ==> engine/src/core-effects/Common/MatDefs/Post/CrossHatch.j3md <== 21549 ==> engine/src/core-effects/Common/MatDefs/Post/GammaCorrection.j3md <== 21550 ==> engine/src/core-effects/Common/MatDefs/Post/bloomFinal.frag <== 21551 ==> engine/src/core-effects/Common/MatDefs/Post/CartoonEdge.j3md <== 21552 ==> engine/src/core-effects/Common/MatDefs/Post/Fade.j3md <== 21553 ==> engine/src/core-effects/Common/MatDefs/Post/FXAA.j3md <== 21554 ==> engine/src/core-effects/Common/MatDefs/Post/CrossHatch.frag <== 21555 ==> engine/src/core-effects/Common/MatDefs/Post/Fade.frag <== 21556 ==> engine/src/core-effects/Common/MatDefs/Post/CartoonEdge15.frag <== 21557 ==> engine/src/core-effects/com/jme3/water/SimpleWaterProcessor.java <== 21558 /* 21559 * Copyright (c) 2009-2010 jMonkeyEngine 21560 * All rights reserved. 21561 * 21562 * Redistribution and use in source and binary forms, with or without 21563 * modification, are permitted provided that the following conditions are 21564 * met: 21565 * 21566 * * Redistributions of source code must retain the above copyright 21567 * notice, this list of conditions and the following disclaimer. 21568 * 21569 * * Redistributions in binary form must reproduce the above copyright 21570 * notice, this list of conditions and the following disclaimer in the 21571 * documentation and/or other materials provided with the distribution. 21572 * 21573 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 21574 * may be used to endorse or promote products derived from this software 21575 * without specific prior written permission. 21576 * 21577 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21578 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21579 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21580 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21581 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21582 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21583 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21584 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21585 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21586 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21587 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21588 */ 21589 ==> engine/src/core-effects/com/jme3/water/ReflectionProcessor.java <== 21590 /* 21591 * To change this template, choose Tools | Templates 21592 * and open the template in the editor. 21593 */ 21594 /** 21595 * Reflection Processor 21596 * Used to render the reflected scene in an off view port 21597 */ 21598 ==> engine/src/core-effects/com/jme3/water/WaterFilter.java <== 21599 /* 21600 * Copyright (c) 2009-2012 jMonkeyEngine 21601 * All rights reserved. 21602 * 21603 * Redistribution and use in source and binary forms, with or without 21604 * modification, are permitted provided that the following conditions are 21605 * met: 21606 * 21607 * * Redistributions of source code must retain the above copyright 21608 * notice, this list of conditions and the following disclaimer. 21609 * 21610 * * Redistributions in binary form must reproduce the above copyright 21611 * notice, this list of conditions and the following disclaimer in the 21612 * documentation and/or other materials provided with the distribution. 21613 * 21614 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 21615 * may be used to endorse or promote products derived from this software 21616 * without specific prior written permission. 21617 * 21618 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21619 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21620 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21621 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21622 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21623 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21624 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21625 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21626 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21627 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21628 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21629 */ 21630 ==> engine/src/core-effects/com/jme3/post/ssao/SSAOFilter.java <== 21631 /* 21632 * Copyright (c) 2009-2012 jMonkeyEngine 21633 * All rights reserved. 21634 * 21635 * Redistribution and use in source and binary forms, with or without 21636 * modification, are permitted provided that the following conditions are 21637 * met: 21638 * 21639 * * Redistributions of source code must retain the above copyright 21640 * notice, this list of conditions and the following disclaimer. 21641 * 21642 * * Redistributions in binary form must reproduce the above copyright 21643 * notice, this list of conditions and the following disclaimer in the 21644 * documentation and/or other materials provided with the distribution. 21645 * 21646 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 21647 * may be used to endorse or promote products derived from this software 21648 * without specific prior written permission. 21649 * 21650 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21651 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21652 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21653 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21654 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21655 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21656 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21657 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21658 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21659 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21660 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21661 */ 21662 ==> engine/src/core-effects/com/jme3/post/filters/GammaCorrectionFilter.java <== 21663 /** 21664 * 21665 * @author Phate666 21666 * @version 1.0 initial version 21667 * @version 1.1 added luma 21668 */ 21669 ==> engine/src/core-effects/com/jme3/post/filters/ColorOverlayFilter.java <== 21670 /* 21671 * Copyright (c) 2009-2010 jMonkeyEngine 21672 * All rights reserved. 21673 * 21674 * Redistribution and use in source and binary forms, with or without 21675 * modification, are permitted provided that the following conditions are 21676 * met: 21677 * 21678 * * Redistributions of source code must retain the above copyright 21679 * notice, this list of conditions and the following disclaimer. 21680 * 21681 * * Redistributions in binary form must reproduce the above copyright 21682 * notice, this list of conditions and the following disclaimer in the 21683 * documentation and/or other materials provided with the distribution. 21684 * 21685 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 21686 * may be used to endorse or promote products derived from this software 21687 * without specific prior written permission. 21688 * 21689 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21690 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21691 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21692 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21693 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21694 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21695 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21696 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21697 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21698 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21699 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21700 */ 21701 ==> engine/src/core-effects/com/jme3/post/filters/CartoonEdgeFilter.java <== 21702 /* 21703 * Copyright (c) 2009-2010 jMonkeyEngine 21704 * All rights reserved. 21705 * 21706 * Redistribution and use in source and binary forms, with or without 21707 * modification, are permitted provided that the following conditions are 21708 * met: 21709 * 21710 * * Redistributions of source code must retain the above copyright 21711 * notice, this list of conditions and the following disclaimer. 21712 * 21713 * * Redistributions in binary form must reproduce the above copyright 21714 * notice, this list of conditions and the following disclaimer in the 21715 * documentation and/or other materials provided with the distribution. 21716 * 21717 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 21718 * may be used to endorse or promote products derived from this software 21719 * without specific prior written permission. 21720 * 21721 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21722 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21723 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21724 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21725 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21726 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21727 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21728 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21729 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21730 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21731 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21732 */ 21733 ==> engine/src/core-effects/com/jme3/post/filters/FadeFilter.java <== 21734 /* 21735 * Copyright (c) 2009-2010 jMonkeyEngine 21736 * All rights reserved. 21737 * 21738 * Redistribution and use in source and binary forms, with or without 21739 * modification, are permitted provided that the following conditions are 21740 * met: 21741 * 21742 * * Redistributions of source code must retain the above copyright 21743 * notice, this list of conditions and the following disclaimer. 21744 * 21745 * * Redistributions in binary form must reproduce the above copyright 21746 * notice, this list of conditions and the following disclaimer in the 21747 * documentation and/or other materials provided with the distribution. 21748 * 21749 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 21750 * may be used to endorse or promote products derived from this software 21751 * without specific prior written permission. 21752 * 21753 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21754 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21755 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21756 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21757 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21758 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21759 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21760 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21761 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21762 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21763 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21764 */ 21765 ==> engine/src/core-effects/com/jme3/post/filters/RadialBlurFilter.java <== 21766 /* 21767 * Copyright (c) 2009-2012 jMonkeyEngine 21768 * All rights reserved. 21769 * 21770 * Redistribution and use in source and binary forms, with or without 21771 * modification, are permitted provided that the following conditions are 21772 * met: 21773 * 21774 * * Redistributions of source code must retain the above copyright 21775 * notice, this list of conditions and the following disclaimer. 21776 * 21777 * * Redistributions in binary form must reproduce the above copyright 21778 * notice, this list of conditions and the following disclaimer in the 21779 * documentation and/or other materials provided with the distribution. 21780 * 21781 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 21782 * may be used to endorse or promote products derived from this software 21783 * without specific prior written permission. 21784 * 21785 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21786 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21787 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21788 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21789 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21790 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21791 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21792 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21793 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21794 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21795 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21796 */ 21797 ==> engine/src/core-effects/com/jme3/post/filters/FogFilter.java <== 21798 /* 21799 * Copyright (c) 2009-2012 jMonkeyEngine 21800 * All rights reserved. 21801 * 21802 * Redistribution and use in source and binary forms, with or without 21803 * modification, are permitted provided that the following conditions are 21804 * met: 21805 * 21806 * * Redistributions of source code must retain the above copyright 21807 * notice, this list of conditions and the following disclaimer. 21808 * 21809 * * Redistributions in binary form must reproduce the above copyright 21810 * notice, this list of conditions and the following disclaimer in the 21811 * documentation and/or other materials provided with the distribution. 21812 * 21813 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 21814 * may be used to endorse or promote products derived from this software 21815 * without specific prior written permission. 21816 * 21817 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21818 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21819 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21820 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21821 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21822 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21823 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21824 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21825 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21826 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21827 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21828 */ 21829 ==> engine/src/core-effects/com/jme3/post/filters/PosterizationFilter.java <== 21830 /* 21831 * Copyright (c) 2009-2010 jMonkeyEngine 21832 * All rights reserved. 21833 * 21834 * Redistribution and use in source and binary forms, with or without 21835 * modification, are permitted provided that the following conditions are 21836 * met: 21837 * 21838 * * Redistributions of source code must retain the above copyright 21839 * notice, this list of conditions and the following disclaimer. 21840 * 21841 * * Redistributions in binary form must reproduce the above copyright 21842 * notice, this list of conditions and the following disclaimer in the 21843 * documentation and/or other materials provided with the distribution. 21844 * 21845 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 21846 * may be used to endorse or promote products derived from this software 21847 * without specific prior written permission. 21848 * 21849 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21850 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21851 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21852 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21853 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21854 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21855 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21856 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21857 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21858 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21859 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21860 */ 21861 ==> engine/src/core-effects/com/jme3/post/filters/LightScatteringFilter.java <== 21862 /* 21863 * Copyright (c) 2009-2010 jMonkeyEngine 21864 * All rights reserved. 21865 * 21866 * Redistribution and use in source and binary forms, with or without 21867 * modification, are permitted provided that the following conditions are 21868 * met: 21869 * 21870 * * Redistributions of source code must retain the above copyright 21871 * notice, this list of conditions and the following disclaimer. 21872 * 21873 * * Redistributions in binary form must reproduce the above copyright 21874 * notice, this list of conditions and the following disclaimer in the 21875 * documentation and/or other materials provided with the distribution. 21876 * 21877 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 21878 * may be used to endorse or promote products derived from this software 21879 * without specific prior written permission. 21880 * 21881 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21882 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21883 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21884 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21885 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21886 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21887 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21888 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21889 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21890 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21891 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21892 */ 21893 ==> engine/src/core-effects/com/jme3/post/filters/TranslucentBucketFilter.java <== 21894 /* 21895 * To change this template, choose Tools | Templates 21896 * and open the template in the editor. 21897 */ 21898 /** 21899 * A filter to handle translucent objects when rendering a scene with filters that uses depth like WaterFilter and SSAOFilter 21900 * just create a TranslucentBucketFilter and add it to the Filter list of a FilterPostPorcessor 21901 * @author Nehon 21902 */ 21903 ==> engine/src/core-effects/com/jme3/post/filters/BloomFilter.java <== 21904 /* 21905 * Copyright (c) 2009-2010 jMonkeyEngine 21906 * All rights reserved. 21907 * 21908 * Redistribution and use in source and binary forms, with or without 21909 * modification, are permitted provided that the following conditions are 21910 * met: 21911 * 21912 * * Redistributions of source code must retain the above copyright 21913 * notice, this list of conditions and the following disclaimer. 21914 * 21915 * * Redistributions in binary form must reproduce the above copyright 21916 * notice, this list of conditions and the following disclaimer in the 21917 * documentation and/or other materials provided with the distribution. 21918 * 21919 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 21920 * may be used to endorse or promote products derived from this software 21921 * without specific prior written permission. 21922 * 21923 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21924 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21925 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21926 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21927 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21928 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21929 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21930 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21931 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21932 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21933 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21934 */ 21935 ==> engine/src/core-effects/com/jme3/post/filters/CrossHatchFilter.java <== 21936 /* 21937 * Copyright (c) 2009-2012 jMonkeyEngine 21938 * All rights reserved. 21939 * 21940 * Redistribution and use in source and binary forms, with or without 21941 * modification, are permitted provided that the following conditions are 21942 * met: 21943 * 21944 * * Redistributions of source code must retain the above copyright 21945 * notice, this list of conditions and the following disclaimer. 21946 * 21947 * * Redistributions in binary form must reproduce the above copyright 21948 * notice, this list of conditions and the following disclaimer in the 21949 * documentation and/or other materials provided with the distribution. 21950 * 21951 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 21952 * may be used to endorse or promote products derived from this software 21953 * without specific prior written permission. 21954 * 21955 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21956 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21957 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21958 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21959 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21960 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21961 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21962 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21963 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21964 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21965 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21966 */ 21967 ==> engine/src/core-effects/com/jme3/post/filters/DepthOfFieldFilter.java <== 21968 /* 21969 * Copyright (c) 2009-2010 jMonkeyEngine 21970 * All rights reserved. 21971 * 21972 * Redistribution and use in source and binary forms, with or without 21973 * modification, are permitted provided that the following conditions are 21974 * met: 21975 * 21976 * * Redistributions of source code must retain the above copyright 21977 * notice, this list of conditions and the following disclaimer. 21978 * 21979 * * Redistributions in binary form must reproduce the above copyright 21980 * notice, this list of conditions and the following disclaimer in the 21981 * documentation and/or other materials provided with the distribution. 21982 * 21983 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 21984 * may be used to endorse or promote products derived from this software 21985 * without specific prior written permission. 21986 * 21987 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 21988 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21989 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21990 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 21991 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21992 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21993 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 21994 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 21995 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 21996 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 21997 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21998 */ 21999 ==> engine/src/core-effects/com/jme3/post/filters/FXAAFilter.java <== 22000 /** 22001 * <a href="http://www.geeks3d.com/20110405/fxaa-fast-approximate-anti-aliasing-demo-glsl-opengl-test-radeon-geforce/3/" rel="nofollow">http://www.geeks3d.com/20110405/fxaa-fast-approximate-anti-aliasing-demo-glsl-<span class="domtooltips" title="OpenGL (Open Graphics Library) is a standard specification defining a cross-language, cross-platform API for writing applications that produce 2D and 3D computer graphics." id="domtooltipsspan11">opengl</span>-test-radeon-geforce/3/</a> 22002 * <a href="http://developer.download.nvidia.com/assets/gamedev/files/sdk/11/FXAA_WhitePaper.pdf" rel="nofollow">http://developer.download.nvidia.com/assets/gamedev/files/sdk/11/FXAA_WhitePaper.pdf</a> 22003 * 22004 * @author Phate666 (adapted to jme3) 22005 * 22006 */ 22007 ==> engine/src/niftygui/Common/MatDefs/Nifty/Nifty.j3md <== 22008 ==> engine/src/niftygui/Common/MatDefs/Nifty/Nifty.vert <== 22009 ==> engine/src/niftygui/Common/MatDefs/Nifty/Nifty.frag <== 22010 ==> engine/src/niftygui/com/jme3/niftygui/NiftyJmeDisplay.java <== 22011 /* 22012 * Copyright (c) 2009-2010 jMonkeyEngine 22013 * All rights reserved. 22014 * 22015 * Redistribution and use in source and binary forms, with or without 22016 * modification, are permitted provided that the following conditions are 22017 * met: 22018 * 22019 * * Redistributions of source code must retain the above copyright 22020 * notice, this list of conditions and the following disclaimer. 22021 * 22022 * * Redistributions in binary form must reproduce the above copyright 22023 * notice, this list of conditions and the following disclaimer in the 22024 * documentation and/or other materials provided with the distribution. 22025 * 22026 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22027 * may be used to endorse or promote products derived from this software 22028 * without specific prior written permission. 22029 * 22030 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22031 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22032 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22033 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22034 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22035 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22036 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22037 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22038 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22039 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22040 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22041 */ 22042 ==> engine/src/niftygui/com/jme3/niftygui/SoundDeviceJme.java <== 22043 /* 22044 * Copyright (c) 2009-2010 jMonkeyEngine 22045 * All rights reserved. 22046 * 22047 * Redistribution and use in source and binary forms, with or without 22048 * modification, are permitted provided that the following conditions are 22049 * met: 22050 * 22051 * * Redistributions of source code must retain the above copyright 22052 * notice, this list of conditions and the following disclaimer. 22053 * 22054 * * Redistributions in binary form must reproduce the above copyright 22055 * notice, this list of conditions and the following disclaimer in the 22056 * documentation and/or other materials provided with the distribution. 22057 * 22058 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22059 * may be used to endorse or promote products derived from this software 22060 * without specific prior written permission. 22061 * 22062 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22063 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22064 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22065 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22066 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22067 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22068 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22069 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22070 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22071 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22072 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22073 */ 22074 ==> engine/src/niftygui/com/jme3/niftygui/SoundHandleJme.java <== 22075 /* 22076 * Copyright (c) 2009-2010 jMonkeyEngine 22077 * All rights reserved. 22078 * 22079 * Redistribution and use in source and binary forms, with or without 22080 * modification, are permitted provided that the following conditions are 22081 * met: 22082 * 22083 * * Redistributions of source code must retain the above copyright 22084 * notice, this list of conditions and the following disclaimer. 22085 * 22086 * * Redistributions in binary form must reproduce the above copyright 22087 * notice, this list of conditions and the following disclaimer in the 22088 * documentation and/or other materials provided with the distribution. 22089 * 22090 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22091 * may be used to endorse or promote products derived from this software 22092 * without specific prior written permission. 22093 * 22094 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22095 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22096 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22097 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22098 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22099 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22100 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22101 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22102 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22103 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22104 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22105 */ 22106 ==> engine/src/niftygui/com/jme3/niftygui/RenderImageJme.java <== 22107 /* 22108 * Copyright (c) 2009-2010 jMonkeyEngine 22109 * All rights reserved. 22110 * 22111 * Redistribution and use in source and binary forms, with or without 22112 * modification, are permitted provided that the following conditions are 22113 * met: 22114 * 22115 * * Redistributions of source code must retain the above copyright 22116 * notice, this list of conditions and the following disclaimer. 22117 * 22118 * * Redistributions in binary form must reproduce the above copyright 22119 * notice, this list of conditions and the following disclaimer in the 22120 * documentation and/or other materials provided with the distribution. 22121 * 22122 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22123 * may be used to endorse or promote products derived from this software 22124 * without specific prior written permission. 22125 * 22126 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22127 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22128 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22129 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22130 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22131 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22132 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22133 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22134 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22135 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22136 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22137 */ 22138 ==> engine/src/niftygui/com/jme3/niftygui/RenderDeviceJme.java <== 22139 /* 22140 * Copyright (c) 2009-2010 jMonkeyEngine 22141 * All rights reserved. 22142 * 22143 * Redistribution and use in source and binary forms, with or without 22144 * modification, are permitted provided that the following conditions are 22145 * met: 22146 * 22147 * * Redistributions of source code must retain the above copyright 22148 * notice, this list of conditions and the following disclaimer. 22149 * 22150 * * Redistributions in binary form must reproduce the above copyright 22151 * notice, this list of conditions and the following disclaimer in the 22152 * documentation and/or other materials provided with the distribution. 22153 * 22154 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22155 * may be used to endorse or promote products derived from this software 22156 * without specific prior written permission. 22157 * 22158 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22159 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22160 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22161 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22162 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22163 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22164 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22165 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22166 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22167 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22168 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22169 */ 22170 ==> engine/src/niftygui/com/jme3/niftygui/InputSystemJme.java <== 22171 /* 22172 * Copyright (c) 2009-2010 jMonkeyEngine 22173 * All rights reserved. 22174 * 22175 * Redistribution and use in source and binary forms, with or without 22176 * modification, are permitted provided that the following conditions are 22177 * met: 22178 * 22179 * * Redistributions of source code must retain the above copyright 22180 * notice, this list of conditions and the following disclaimer. 22181 * 22182 * * Redistributions in binary form must reproduce the above copyright 22183 * notice, this list of conditions and the following disclaimer in the 22184 * documentation and/or other materials provided with the distribution. 22185 * 22186 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22187 * may be used to endorse or promote products derived from this software 22188 * without specific prior written permission. 22189 * 22190 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22191 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22192 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22193 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22194 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22195 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22196 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22197 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22198 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22199 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22200 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22201 */ 22202 ==> engine/src/niftygui/com/jme3/niftygui/RenderFontJme.java <== 22203 /* 22204 * Copyright (c) 2009-2012 jMonkeyEngine 22205 * All rights reserved. 22206 * 22207 * Redistribution and use in source and binary forms, with or without 22208 * modification, are permitted provided that the following conditions are 22209 * met: 22210 * 22211 * * Redistributions of source code must retain the above copyright 22212 * notice, this list of conditions and the following disclaimer. 22213 * 22214 * * Redistributions in binary form must reproduce the above copyright 22215 * notice, this list of conditions and the following disclaimer in the 22216 * documentation and/or other materials provided with the distribution. 22217 * 22218 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22219 * may be used to endorse or promote products derived from this software 22220 * without specific prior written permission. 22221 * 22222 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22223 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22224 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22225 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22226 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22227 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22228 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22229 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22230 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22231 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22232 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22233 */ 22234 ==> engine/src/niftygui/com/jme3/cinematic/events/GuiTrack.java <== 22235 /* 22236 * Copyright (c) 2009-2010 jMonkeyEngine 22237 * All rights reserved. 22238 * 22239 * Redistribution and use in source and binary forms, with or without 22240 * modification, are permitted provided that the following conditions are 22241 * met: 22242 * 22243 * * Redistributions of source code must retain the above copyright 22244 * notice, this list of conditions and the following disclaimer. 22245 * 22246 * * Redistributions in binary form must reproduce the above copyright 22247 * notice, this list of conditions and the following disclaimer in the 22248 * documentation and/or other materials provided with the distribution. 22249 * 22250 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22251 * may be used to endorse or promote products derived from this software 22252 * without specific prior written permission. 22253 * 22254 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22255 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22256 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22257 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22258 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22259 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22260 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22261 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22262 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22263 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22264 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22265 */ 22266 ==> engine/src/bullet/com/jme3/bullet/objects/infos/RigidBodyMotionState.java <== 22267 /* 22268 * Copyright (c) 2009-2010 jMonkeyEngine 22269 * All rights reserved. 22270 * 22271 * Redistribution and use in source and binary forms, with or without 22272 * modification, are permitted provided that the following conditions are 22273 * met: 22274 * 22275 * * Redistributions of source code must retain the above copyright 22276 * notice, this list of conditions and the following disclaimer. 22277 * 22278 * * Redistributions in binary form must reproduce the above copyright 22279 * notice, this list of conditions and the following disclaimer in the 22280 * documentation and/or other materials provided with the distribution. 22281 * 22282 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22283 * may be used to endorse or promote products derived from this software 22284 * without specific prior written permission. 22285 * 22286 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22287 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22288 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22289 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22290 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22291 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22292 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22293 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22294 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22295 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22296 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22297 */ 22298 ==> engine/src/bullet/com/jme3/bullet/objects/infos/VehicleTuning.java <== 22299 /* 22300 * Copyright (c) 2009-2010 jMonkeyEngine 22301 * All rights reserved. 22302 * 22303 * Redistribution and use in source and binary forms, with or without 22304 * modification, are permitted provided that the following conditions are 22305 * met: 22306 * 22307 * * Redistributions of source code must retain the above copyright 22308 * notice, this list of conditions and the following disclaimer. 22309 * 22310 * * Redistributions in binary form must reproduce the above copyright 22311 * notice, this list of conditions and the following disclaimer in the 22312 * documentation and/or other materials provided with the distribution. 22313 * 22314 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22315 * may be used to endorse or promote products derived from this software 22316 * without specific prior written permission. 22317 * 22318 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22319 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22320 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22321 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22322 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22323 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22324 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22325 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22326 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22327 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22328 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22329 */ 22330 /** 22331 * 22332 ==> engine/src/bullet/com/jme3/bullet/objects/PhysicsGhostObject.java <== 22333 /* 22334 * Copyright (c) 2009-2010 jMonkeyEngine 22335 * All rights reserved. 22336 * 22337 * Redistribution and use in source and binary forms, with or without 22338 * modification, are permitted provided that the following conditions are 22339 * met: 22340 * 22341 * * Redistributions of source code must retain the above copyright 22342 * notice, this list of conditions and the following disclaimer. 22343 * 22344 * * Redistributions in binary form must reproduce the above copyright 22345 * notice, this list of conditions and the following disclaimer in the 22346 * documentation and/or other materials provided with the distribution. 22347 * 22348 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22349 * may be used to endorse or promote products derived from this software 22350 * without specific prior written permission. 22351 * 22352 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22353 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22354 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22355 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22356 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22357 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22358 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22359 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22360 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22361 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22362 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22363 */ 22364 ==> engine/src/bullet/com/jme3/bullet/objects/VehicleWheel.java <== 22365 /* 22366 * Copyright (c) 2009-2010 jMonkeyEngine 22367 * All rights reserved. 22368 * 22369 * Redistribution and use in source and binary forms, with or without 22370 * modification, are permitted provided that the following conditions are 22371 * met: 22372 * 22373 * * Redistributions of source code must retain the above copyright 22374 * notice, this list of conditions and the following disclaimer. 22375 * 22376 * * Redistributions in binary form must reproduce the above copyright 22377 * notice, this list of conditions and the following disclaimer in the 22378 * documentation and/or other materials provided with the distribution. 22379 * 22380 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22381 * may be used to endorse or promote products derived from this software 22382 * without specific prior written permission. 22383 * 22384 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22385 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22386 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22387 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22388 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22389 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22390 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22391 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22392 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22393 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22394 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22395 */ 22396 ==> engine/src/bullet/com/jme3/bullet/objects/PhysicsCharacter.java <== 22397 /* 22398 * Copyright (c) 2009-2010 jMonkeyEngine 22399 * All rights reserved. 22400 * 22401 * Redistribution and use in source and binary forms, with or without 22402 * modification, are permitted provided that the following conditions are 22403 * met: 22404 * 22405 * * Redistributions of source code must retain the above copyright 22406 * notice, this list of conditions and the following disclaimer. 22407 * 22408 * * Redistributions in binary form must reproduce the above copyright 22409 * notice, this list of conditions and the following disclaimer in the 22410 * documentation and/or other materials provided with the distribution. 22411 * 22412 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22413 * may be used to endorse or promote products derived from this software 22414 * without specific prior written permission. 22415 * 22416 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22417 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22418 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22419 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22420 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22421 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22422 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22423 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22424 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22425 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22426 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22427 */ 22428 ==> engine/src/bullet/com/jme3/bullet/objects/PhysicsVehicle.java <== 22429 /* 22430 * Copyright (c) 2009-2010 jMonkeyEngine 22431 * All rights reserved. 22432 * 22433 * Redistribution and use in source and binary forms, with or without 22434 * modification, are permitted provided that the following conditions are 22435 * met: 22436 * 22437 * * Redistributions of source code must retain the above copyright 22438 * notice, this list of conditions and the following disclaimer. 22439 * 22440 * * Redistributions in binary form must reproduce the above copyright 22441 * notice, this list of conditions and the following disclaimer in the 22442 * documentation and/or other materials provided with the distribution. 22443 * 22444 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22445 * may be used to endorse or promote products derived from this software 22446 * without specific prior written permission. 22447 * 22448 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22449 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22450 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22451 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22452 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22453 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22454 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22455 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22456 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22457 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22458 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22459 */ 22460 ==> engine/src/bullet/com/jme3/bullet/objects/PhysicsRigidBody.java <== 22461 /* 22462 * Copyright (c) 2009-2010 jMonkeyEngine 22463 * All rights reserved. 22464 * 22465 * Redistribution and use in source and binary forms, with or without 22466 * modification, are permitted provided that the following conditions are 22467 * met: 22468 * 22469 * * Redistributions of source code must retain the above copyright 22470 * notice, this list of conditions and the following disclaimer. 22471 * 22472 * * Redistributions in binary form must reproduce the above copyright 22473 * notice, this list of conditions and the following disclaimer in the 22474 * documentation and/or other materials provided with the distribution. 22475 * 22476 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22477 * may be used to endorse or promote products derived from this software 22478 * without specific prior written permission. 22479 * 22480 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22481 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22482 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22483 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22484 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22485 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22486 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22487 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22488 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22489 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22490 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22491 */ 22492 ==> engine/src/bullet/com/jme3/bullet/PhysicsSpace.java <== 22493 /* 22494 * Copyright (c) 2009-2010 jMonkeyEngine 22495 * All rights reserved. 22496 * 22497 * Redistribution and use in source and binary forms, with or without 22498 * modification, are permitted provided that the following conditions are 22499 * met: 22500 * 22501 * * Redistributions of source code must retain the above copyright 22502 * notice, this list of conditions and the following disclaimer. 22503 * 22504 * * Redistributions in binary form must reproduce the above copyright 22505 * notice, this list of conditions and the following disclaimer in the 22506 * documentation and/or other materials provided with the distribution. 22507 * 22508 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22509 * may be used to endorse or promote products derived from this software 22510 * without specific prior written permission. 22511 * 22512 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22513 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22514 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22515 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22516 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22517 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22518 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22519 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22520 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22521 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22522 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22523 */ 22524 ==> engine/src/bullet/com/jme3/bullet/collision/PhysicsRayTestResult.java <== 22525 /* 22526 * Copyright (c) 2009-2010 jMonkeyEngine 22527 * All rights reserved. 22528 * 22529 * Redistribution and use in source and binary forms, with or without 22530 * modification, are permitted provided that the following conditions are 22531 * met: 22532 * 22533 * * Redistributions of source code must retain the above copyright 22534 * notice, this list of conditions and the following disclaimer. 22535 * 22536 * * Redistributions in binary form must reproduce the above copyright 22537 * notice, this list of conditions and the following disclaimer in the 22538 * documentation and/or other materials provided with the distribution. 22539 * 22540 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22541 * may be used to endorse or promote products derived from this software 22542 * without specific prior written permission. 22543 * 22544 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22545 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22546 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22547 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22548 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22549 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22550 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22551 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22552 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22553 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22554 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22555 */ 22556 ==> engine/src/bullet/com/jme3/bullet/collision/PhysicsCollisionEventFactory.java <== 22557 /* 22558 * Copyright (c) 2009-2010 jMonkeyEngine 22559 * All rights reserved. 22560 * 22561 * Redistribution and use in source and binary forms, with or without 22562 * modification, are permitted provided that the following conditions are 22563 * met: 22564 * 22565 * * Redistributions of source code must retain the above copyright 22566 * notice, this list of conditions and the following disclaimer. 22567 * 22568 * * Redistributions in binary form must reproduce the above copyright 22569 * notice, this list of conditions and the following disclaimer in the 22570 * documentation and/or other materials provided with the distribution. 22571 * 22572 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22573 * may be used to endorse or promote products derived from this software 22574 * without specific prior written permission. 22575 * 22576 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22577 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22578 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22579 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22580 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22581 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22582 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22583 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22584 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22585 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22586 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22587 */ 22588 ==> engine/src/bullet/com/jme3/bullet/collision/PhysicsCollisionObject.java <== 22589 /* 22590 * Copyright (c) 2009-2010 jMonkeyEngine 22591 * All rights reserved. 22592 * 22593 * Redistribution and use in source and binary forms, with or without 22594 * modification, are permitted provided that the following conditions are 22595 * met: 22596 * 22597 * * Redistributions of source code must retain the above copyright 22598 * notice, this list of conditions and the following disclaimer. 22599 * 22600 * * Redistributions in binary form must reproduce the above copyright 22601 * notice, this list of conditions and the following disclaimer in the 22602 * documentation and/or other materials provided with the distribution. 22603 * 22604 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22605 * may be used to endorse or promote products derived from this software 22606 * without specific prior written permission. 22607 * 22608 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22609 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22610 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22611 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22612 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22613 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22614 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22615 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22616 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22617 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22618 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22619 */ 22620 ==> engine/src/bullet/com/jme3/bullet/collision/PhysicsCollisionEvent.java <== 22621 /* 22622 * Copyright (c) 2009-2010 jMonkeyEngine 22623 * All rights reserved. 22624 * 22625 * Redistribution and use in source and binary forms, with or without 22626 * modification, are permitted provided that the following conditions are 22627 * met: 22628 * 22629 * * Redistributions of source code must retain the above copyright 22630 * notice, this list of conditions and the following disclaimer. 22631 * 22632 * * Redistributions in binary form must reproduce the above copyright 22633 * notice, this list of conditions and the following disclaimer in the 22634 * documentation and/or other materials provided with the distribution. 22635 * 22636 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22637 * may be used to endorse or promote products derived from this software 22638 * without specific prior written permission. 22639 * 22640 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22641 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22642 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22643 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22644 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22645 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22646 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22647 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22648 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22649 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22650 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22651 */ 22652 ==> engine/src/bullet/com/jme3/bullet/collision/PhysicsSweepTestResult.java <== 22653 /* 22654 * Copyright (c) 2009-2010 jMonkeyEngine 22655 * All rights reserved. 22656 * 22657 * Redistribution and use in source and binary forms, with or without 22658 * modification, are permitted provided that the following conditions are 22659 * met: 22660 * 22661 * * Redistributions of source code must retain the above copyright 22662 * notice, this list of conditions and the following disclaimer. 22663 * 22664 * * Redistributions in binary form must reproduce the above copyright 22665 * notice, this list of conditions and the following disclaimer in the 22666 * documentation and/or other materials provided with the distribution. 22667 * 22668 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22669 * may be used to endorse or promote products derived from this software 22670 * without specific prior written permission. 22671 * 22672 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22673 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22674 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22675 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22676 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22677 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22678 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22679 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22680 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22681 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22682 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22683 */ 22684 ==> engine/src/bullet/com/jme3/bullet/collision/shapes/GImpactCollisionShape.java <== 22685 /* 22686 * Copyright (c) 2009-2010 jMonkeyEngine 22687 * All rights reserved. 22688 * 22689 * Redistribution and use in source and binary forms, with or without 22690 * modification, are permitted provided that the following conditions are 22691 * met: 22692 * 22693 * * Redistributions of source code must retain the above copyright 22694 * notice, this list of conditions and the following disclaimer. 22695 * 22696 * * Redistributions in binary form must reproduce the above copyright 22697 * notice, this list of conditions and the following disclaimer in the 22698 * documentation and/or other materials provided with the distribution. 22699 * 22700 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22701 * may be used to endorse or promote products derived from this software 22702 * without specific prior written permission. 22703 * 22704 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22705 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22706 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22707 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22708 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22709 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22710 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22711 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22712 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22713 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22714 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22715 */ 22716 ==> engine/src/bullet/com/jme3/bullet/collision/shapes/CollisionShape.java <== 22717 /* 22718 * Copyright (c) 2009-2010 jMonkeyEngine 22719 * All rights reserved. 22720 * 22721 * Redistribution and use in source and binary forms, with or without 22722 * modification, are permitted provided that the following conditions are 22723 * met: 22724 * 22725 * * Redistributions of source code must retain the above copyright 22726 * notice, this list of conditions and the following disclaimer. 22727 * 22728 * * Redistributions in binary form must reproduce the above copyright 22729 * notice, this list of conditions and the following disclaimer in the 22730 * documentation and/or other materials provided with the distribution. 22731 * 22732 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22733 * may be used to endorse or promote products derived from this software 22734 * without specific prior written permission. 22735 * 22736 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22737 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22738 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22739 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22740 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22741 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22742 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22743 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22744 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22745 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22746 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22747 */ 22748 ==> engine/src/bullet/com/jme3/bullet/collision/shapes/HullCollisionShape.java <== 22749 ==> engine/src/bullet/com/jme3/bullet/collision/shapes/SimplexCollisionShape.java <== 22750 /* 22751 * To change this template, choose Tools | Templates 22752 * and open the template in the editor. 22753 */ 22754 /** 22755 * A simple point, line, triangle or quad collisionShape based on one to four points- 22756 * @author normenhansen 22757 */ 22758 ==> engine/src/bullet/com/jme3/bullet/collision/shapes/CylinderCollisionShape.java <== 22759 /* 22760 * Copyright (c) 2009-2010 jMonkeyEngine 22761 * All rights reserved. 22762 * 22763 * Redistribution and use in source and binary forms, with or without 22764 * modification, are permitted provided that the following conditions are 22765 * met: 22766 * 22767 * * Redistributions of source code must retain the above copyright 22768 * notice, this list of conditions and the following disclaimer. 22769 * 22770 * * Redistributions in binary form must reproduce the above copyright 22771 * notice, this list of conditions and the following disclaimer in the 22772 * documentation and/or other materials provided with the distribution. 22773 * 22774 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22775 * may be used to endorse or promote products derived from this software 22776 * without specific prior written permission. 22777 * 22778 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22779 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22780 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22781 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22782 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22783 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22784 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22785 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22786 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22787 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22788 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22789 */ 22790 ==> engine/src/bullet/com/jme3/bullet/collision/shapes/CompoundCollisionShape.java <== 22791 /* 22792 * Copyright (c) 2009-2010 jMonkeyEngine 22793 * All rights reserved. 22794 * 22795 * Redistribution and use in source and binary forms, with or without 22796 * modification, are permitted provided that the following conditions are 22797 * met: 22798 * 22799 * * Redistributions of source code must retain the above copyright 22800 * notice, this list of conditions and the following disclaimer. 22801 * 22802 * * Redistributions in binary form must reproduce the above copyright 22803 * notice, this list of conditions and the following disclaimer in the 22804 * documentation and/or other materials provided with the distribution. 22805 * 22806 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22807 * may be used to endorse or promote products derived from this software 22808 * without specific prior written permission. 22809 * 22810 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22811 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22812 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22813 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22814 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22815 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22816 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22817 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22818 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22819 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22820 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22821 */ 22822 ==> engine/src/bullet/com/jme3/bullet/collision/shapes/HeightfieldCollisionShape.java <== 22823 /* 22824 * To change this template, choose Tools | Templates 22825 * and open the template in the editor. 22826 */ 22827 /** 22828 * Uses Bullet Physics Heightfield terrain collision system. This is MUCH faster 22829 * than using a regular mesh. 22830 * There are a couple tricks though: 22831 * -No rotation or translation is supported. 22832 * -The collision bbox must be centered around 0,0,0 with the height above and below the y-axis being 22833 * equal on either side. If not, the whole collision box is shifted vertically and things don't collide 22834 * as they should. 22835 * 22836 * @author Brent Owens 22837 */ 22838 ==> engine/src/bullet/com/jme3/bullet/collision/shapes/MeshCollisionShape.java <== 22839 /* 22840 * Copyright (c) 2009-2010 jMonkeyEngine 22841 * All rights reserved. 22842 * 22843 * Redistribution and use in source and binary forms, with or without 22844 * modification, are permitted provided that the following conditions are 22845 * met: 22846 * 22847 * * Redistributions of source code must retain the above copyright 22848 * notice, this list of conditions and the following disclaimer. 22849 * 22850 * * Redistributions in binary form must reproduce the above copyright 22851 * notice, this list of conditions and the following disclaimer in the 22852 * documentation and/or other materials provided with the distribution. 22853 * 22854 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22855 * may be used to endorse or promote products derived from this software 22856 * without specific prior written permission. 22857 * 22858 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22859 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22860 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22861 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22862 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22863 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22864 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22865 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22866 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22867 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22868 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22869 */ 22870 ==> engine/src/bullet/com/jme3/bullet/collision/shapes/CapsuleCollisionShape.java <== 22871 /* 22872 * Copyright (c) 2009-2010 jMonkeyEngine 22873 * All rights reserved. 22874 * 22875 * Redistribution and use in source and binary forms, with or without 22876 * modification, are permitted provided that the following conditions are 22877 * met: 22878 * 22879 * * Redistributions of source code must retain the above copyright 22880 * notice, this list of conditions and the following disclaimer. 22881 * 22882 * * Redistributions in binary form must reproduce the above copyright 22883 * notice, this list of conditions and the following disclaimer in the 22884 * documentation and/or other materials provided with the distribution. 22885 * 22886 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22887 * may be used to endorse or promote products derived from this software 22888 * without specific prior written permission. 22889 * 22890 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22891 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22892 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22893 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22894 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22895 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22896 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22897 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22898 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22899 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22900 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22901 */ 22902 ==> engine/src/bullet/com/jme3/bullet/collision/shapes/PlaneCollisionShape.java <== 22903 /* 22904 * To change this template, choose Tools | Templates 22905 * and open the template in the editor. 22906 */ 22907 /** 22908 * 22909 * @author normenhansen 22910 */ 22911 ==> engine/src/bullet/com/jme3/bullet/collision/shapes/SphereCollisionShape.java <== 22912 /* 22913 * Copyright (c) 2009-2010 jMonkeyEngine 22914 * All rights reserved. 22915 * 22916 * Redistribution and use in source and binary forms, with or without 22917 * modification, are permitted provided that the following conditions are 22918 * met: 22919 * 22920 * * Redistributions of source code must retain the above copyright 22921 * notice, this list of conditions and the following disclaimer. 22922 * 22923 * * Redistributions in binary form must reproduce the above copyright 22924 * notice, this list of conditions and the following disclaimer in the 22925 * documentation and/or other materials provided with the distribution. 22926 * 22927 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22928 * may be used to endorse or promote products derived from this software 22929 * without specific prior written permission. 22930 * 22931 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22932 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22933 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22934 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22935 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22936 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22937 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22938 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22939 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22940 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22941 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22942 */ 22943 ==> engine/src/bullet/com/jme3/bullet/collision/shapes/BoxCollisionShape.java <== 22944 /* 22945 * Copyright (c) 2009-2010 jMonkeyEngine 22946 * All rights reserved. 22947 * 22948 * Redistribution and use in source and binary forms, with or without 22949 * modification, are permitted provided that the following conditions are 22950 * met: 22951 * 22952 * * Redistributions of source code must retain the above copyright 22953 * notice, this list of conditions and the following disclaimer. 22954 * 22955 * * Redistributions in binary form must reproduce the above copyright 22956 * notice, this list of conditions and the following disclaimer in the 22957 * documentation and/or other materials provided with the distribution. 22958 * 22959 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 22960 * may be used to endorse or promote products derived from this software 22961 * without specific prior written permission. 22962 * 22963 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22964 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22965 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22966 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 22967 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22968 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22969 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22970 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 22971 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 22972 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 22973 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22974 */ 22975 ==> engine/src/bullet/com/jme3/bullet/collision/shapes/ConeCollisionShape.java <== 22976 /* 22977 * To change this template, choose Tools | Templates 22978 * and open the template in the editor. 22979 */ 22980 /** 22981 * 22982 * @author normenhansen 22983 */ 22984 ==> engine/src/bullet/com/jme3/bullet/util/DebugShapeFactory.java <== 22985 /* 22986 * Copyright (c) 2009-2010 jMonkeyEngine 22987 * All rights reserved. 22988 * 22989 * Redistribution and use in source and binary forms, with or without 22990 * modification, are permitted provided that the following conditions are 22991 * met: 22992 * 22993 * * Redistributions of source code must retain the above copyright 22994 * notice, this list of conditions and the following disclaimer. 22995 * 22996 * * Redistributions in binary form must reproduce the above copyright 22997 * notice, this list of conditions and the following disclaimer in the 22998 * documentation and/or other materials provided with the distribution. 22999 * 23000 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23001 * may be used to endorse or promote products derived from this software 23002 * without specific prior written permission. 23003 * 23004 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23005 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23006 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23007 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23008 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23009 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23010 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23011 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23012 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23013 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23014 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23015 */ 23016 ==> engine/src/bullet/com/jme3/bullet/util/NativeMeshUtil.java <== 23017 /* 23018 * Copyright (c) 2009-2010 jMonkeyEngine 23019 * All rights reserved. 23020 * 23021 * Redistribution and use in source and binary forms, with or without 23022 * modification, are permitted provided that the following conditions are 23023 * met: 23024 * 23025 * * Redistributions of source code must retain the above copyright 23026 * notice, this list of conditions and the following disclaimer. 23027 * 23028 * * Redistributions in binary form must reproduce the above copyright 23029 * notice, this list of conditions and the following disclaimer in the 23030 * documentation and/or other materials provided with the distribution. 23031 * 23032 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23033 * may be used to endorse or promote products derived from this software 23034 * without specific prior written permission. 23035 * 23036 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23037 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23038 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23039 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23040 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23041 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23042 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23043 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23044 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23045 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23046 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23047 */ 23048 ==> engine/src/bullet/com/jme3/bullet/util/DebugMeshCallback.java <== 23049 /* 23050 * Copyright (c) 2009-2010 jMonkeyEngine 23051 * All rights reserved. 23052 * 23053 * Redistribution and use in source and binary forms, with or without 23054 * modification, are permitted provided that the following conditions are 23055 * met: 23056 * 23057 * * Redistributions of source code must retain the above copyright 23058 * notice, this list of conditions and the following disclaimer. 23059 * 23060 * * Redistributions in binary form must reproduce the above copyright 23061 * notice, this list of conditions and the following disclaimer in the 23062 * documentation and/or other materials provided with the distribution. 23063 * 23064 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23065 * may be used to endorse or promote products derived from this software 23066 * without specific prior written permission. 23067 * 23068 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23069 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23070 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23071 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23072 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23073 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23074 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23075 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23076 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23077 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23078 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23079 */ 23080 ==> engine/src/bullet/com/jme3/bullet/joints/SixDofSpringJoint.java <== 23081 /* 23082 * Copyright (c) 2009-2010 jMonkeyEngine 23083 * All rights reserved. 23084 * 23085 * Redistribution and use in source and binary forms, with or without 23086 * modification, are permitted provided that the following conditions are 23087 * met: 23088 * 23089 * * Redistributions of source code must retain the above copyright 23090 * notice, this list of conditions and the following disclaimer. 23091 * 23092 * * Redistributions in binary form must reproduce the above copyright 23093 * notice, this list of conditions and the following disclaimer in the 23094 * documentation and/or other materials provided with the distribution. 23095 * 23096 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23097 * may be used to endorse or promote products derived from this software 23098 * without specific prior written permission. 23099 * 23100 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23101 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23102 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23103 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23104 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23105 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23106 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23107 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23108 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23109 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23110 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23111 */ 23112 ==> engine/src/bullet/com/jme3/bullet/joints/Point2PointJoint.java <== 23113 /* 23114 * Copyright (c) 2009-2010 jMonkeyEngine 23115 * All rights reserved. 23116 * 23117 * Redistribution and use in source and binary forms, with or without 23118 * modification, are permitted provided that the following conditions are 23119 * met: 23120 * 23121 * * Redistributions of source code must retain the above copyright 23122 * notice, this list of conditions and the following disclaimer. 23123 * 23124 * * Redistributions in binary form must reproduce the above copyright 23125 * notice, this list of conditions and the following disclaimer in the 23126 * documentation and/or other materials provided with the distribution. 23127 * 23128 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23129 * may be used to endorse or promote products derived from this software 23130 * without specific prior written permission. 23131 * 23132 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23133 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23134 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23135 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23136 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23137 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23138 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23139 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23140 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23141 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23142 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23143 */ 23144 ==> engine/src/bullet/com/jme3/bullet/joints/SixDofJoint.java <== 23145 /* 23146 * Copyright (c) 2009-2010 jMonkeyEngine 23147 * All rights reserved. 23148 * 23149 * Redistribution and use in source and binary forms, with or without 23150 * modification, are permitted provided that the following conditions are 23151 * met: 23152 * 23153 * * Redistributions of source code must retain the above copyright 23154 * notice, this list of conditions and the following disclaimer. 23155 * 23156 * * Redistributions in binary form must reproduce the above copyright 23157 * notice, this list of conditions and the following disclaimer in the 23158 * documentation and/or other materials provided with the distribution. 23159 * 23160 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23161 * may be used to endorse or promote products derived from this software 23162 * without specific prior written permission. 23163 * 23164 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23165 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23166 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23167 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23168 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23169 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23170 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23171 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23172 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23173 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23174 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23175 */ 23176 ==> engine/src/bullet/com/jme3/bullet/joints/ConeJoint.java <== 23177 /* 23178 * Copyright (c) 2009-2010 jMonkeyEngine 23179 * All rights reserved. 23180 * 23181 * Redistribution and use in source and binary forms, with or without 23182 * modification, are permitted provided that the following conditions are 23183 * met: 23184 * 23185 * * Redistributions of source code must retain the above copyright 23186 * notice, this list of conditions and the following disclaimer. 23187 * 23188 * * Redistributions in binary form must reproduce the above copyright 23189 * notice, this list of conditions and the following disclaimer in the 23190 * documentation and/or other materials provided with the distribution. 23191 * 23192 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23193 * may be used to endorse or promote products derived from this software 23194 * without specific prior written permission. 23195 * 23196 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23197 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23198 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23199 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23200 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23201 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23202 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23203 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23204 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23205 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23206 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23207 */ 23208 ==> engine/src/bullet/com/jme3/bullet/joints/HingeJoint.java <== 23209 /* 23210 * Copyright (c) 2009-2010 jMonkeyEngine 23211 * All rights reserved. 23212 * 23213 * Redistribution and use in source and binary forms, with or without 23214 * modification, are permitted provided that the following conditions are 23215 * met: 23216 * 23217 * * Redistributions of source code must retain the above copyright 23218 * notice, this list of conditions and the following disclaimer. 23219 * 23220 * * Redistributions in binary form must reproduce the above copyright 23221 * notice, this list of conditions and the following disclaimer in the 23222 * documentation and/or other materials provided with the distribution. 23223 * 23224 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23225 * may be used to endorse or promote products derived from this software 23226 * without specific prior written permission. 23227 * 23228 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23229 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23230 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23231 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23232 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23233 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23234 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23235 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23236 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23237 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23238 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23239 */ 23240 ==> engine/src/bullet/com/jme3/bullet/joints/SliderJoint.java <== 23241 /* 23242 * Copyright (c) 2009-2010 jMonkeyEngine 23243 * All rights reserved. 23244 * 23245 * Redistribution and use in source and binary forms, with or without 23246 * modification, are permitted provided that the following conditions are 23247 * met: 23248 * 23249 * * Redistributions of source code must retain the above copyright 23250 * notice, this list of conditions and the following disclaimer. 23251 * 23252 * * Redistributions in binary form must reproduce the above copyright 23253 * notice, this list of conditions and the following disclaimer in the 23254 * documentation and/or other materials provided with the distribution. 23255 * 23256 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23257 * may be used to endorse or promote products derived from this software 23258 * without specific prior written permission. 23259 * 23260 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23261 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23262 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23263 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23264 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23265 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23266 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23267 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23268 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23269 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23270 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23271 */ 23272 ==> engine/src/bullet/com/jme3/bullet/joints/motors/RotationalLimitMotor.java <== 23273 /* 23274 * Copyright (c) 2009-2010 jMonkeyEngine 23275 * All rights reserved. 23276 * 23277 * Redistribution and use in source and binary forms, with or without 23278 * modification, are permitted provided that the following conditions are 23279 * met: 23280 * 23281 * * Redistributions of source code must retain the above copyright 23282 * notice, this list of conditions and the following disclaimer. 23283 * 23284 * * Redistributions in binary form must reproduce the above copyright 23285 * notice, this list of conditions and the following disclaimer in the 23286 * documentation and/or other materials provided with the distribution. 23287 * 23288 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23289 * may be used to endorse or promote products derived from this software 23290 * without specific prior written permission. 23291 * 23292 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23293 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23294 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23295 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23296 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23297 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23298 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23299 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23300 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23301 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23302 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23303 */ 23304 /** 23305 * 23306 ==> engine/src/bullet/com/jme3/bullet/joints/motors/TranslationalLimitMotor.java <== 23307 /* 23308 * Copyright (c) 2009-2010 jMonkeyEngine 23309 * All rights reserved. 23310 * 23311 * Redistribution and use in source and binary forms, with or without 23312 * modification, are permitted provided that the following conditions are 23313 * met: 23314 * 23315 * * Redistributions of source code must retain the above copyright 23316 * notice, this list of conditions and the following disclaimer. 23317 * 23318 * * Redistributions in binary form must reproduce the above copyright 23319 * notice, this list of conditions and the following disclaimer in the 23320 * documentation and/or other materials provided with the distribution. 23321 * 23322 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23323 * may be used to endorse or promote products derived from this software 23324 * without specific prior written permission. 23325 * 23326 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23327 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23328 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23329 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23330 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23331 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23332 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23333 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23334 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23335 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23336 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23337 */ 23338 ==> engine/src/bullet/com/jme3/bullet/joints/PhysicsJoint.java <== 23339 /* 23340 * Copyright (c) 2009-2010 jMonkeyEngine 23341 * All rights reserved. 23342 * 23343 * Redistribution and use in source and binary forms, with or without 23344 * modification, are permitted provided that the following conditions are 23345 * met: 23346 * 23347 * * Redistributions of source code must retain the above copyright 23348 * notice, this list of conditions and the following disclaimer. 23349 * 23350 * * Redistributions in binary form must reproduce the above copyright 23351 * notice, this list of conditions and the following disclaimer in the 23352 * documentation and/or other materials provided with the distribution. 23353 * 23354 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23355 * may be used to endorse or promote products derived from this software 23356 * without specific prior written permission. 23357 * 23358 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23359 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23360 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23361 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23362 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23363 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23364 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23365 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23366 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23367 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23368 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23369 */ 23370 ==> engine/src/test/jme3test/animation/SubtitleTrack.java <== 23371 /* 23372 * To change this template, choose Tools | Templates 23373 * and open the template in the editor. 23374 */ 23375 /** 23376 * 23377 * @author Nehon 23378 */ 23379 ==> engine/src/test/jme3test/animation/TestCinematic.java <== 23380 /* 23381 * Copyright (c) 2009-2010 jMonkeyEngine 23382 * All rights reserved. 23383 * 23384 * Redistribution and use in source and binary forms, with or without 23385 * modification, are permitted provided that the following conditions are 23386 * met: 23387 * 23388 * * Redistributions of source code must retain the above copyright 23389 * notice, this list of conditions and the following disclaimer. 23390 * 23391 * * Redistributions in binary form must reproduce the above copyright 23392 * notice, this list of conditions and the following disclaimer in the 23393 * documentation and/or other materials provided with the distribution. 23394 * 23395 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23396 * may be used to endorse or promote products derived from this software 23397 * without specific prior written permission. 23398 * 23399 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23400 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23401 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23402 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23403 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23404 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23405 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23406 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23407 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23408 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23409 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23410 */ 23411 ==> engine/src/test/jme3test/animation/TestMotionPath.java <== 23412 /* 23413 * Copyright (c) 2009-2010 jMonkeyEngine 23414 * All rights reserved. 23415 * 23416 * Redistribution and use in source and binary forms, with or without 23417 * modification, are permitted provided that the following conditions are 23418 * met: 23419 * 23420 * * Redistributions of source code must retain the above copyright 23421 * notice, this list of conditions and the following disclaimer. 23422 * 23423 * * Redistributions in binary form must reproduce the above copyright 23424 * notice, this list of conditions and the following disclaimer in the 23425 * documentation and/or other materials provided with the distribution. 23426 * 23427 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23428 * may be used to endorse or promote products derived from this software 23429 * without specific prior written permission. 23430 * 23431 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23432 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23433 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23434 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23435 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23436 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23437 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23438 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23439 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23440 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23441 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23442 */ 23443 ==> engine/src/test/jme3test/animation/TestCameraMotionPath.java <== 23444 /* 23445 * Copyright (c) 2009-2010 jMonkeyEngine 23446 * All rights reserved. 23447 * 23448 * Redistribution and use in source and binary forms, with or without 23449 * modification, are permitted provided that the following conditions are 23450 * met: 23451 * 23452 * * Redistributions of source code must retain the above copyright 23453 * notice, this list of conditions and the following disclaimer. 23454 * 23455 * * Redistributions in binary form must reproduce the above copyright 23456 * notice, this list of conditions and the following disclaimer in the 23457 * documentation and/or other materials provided with the distribution. 23458 * 23459 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23460 * may be used to endorse or promote products derived from this software 23461 * without specific prior written permission. 23462 * 23463 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23464 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23465 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23466 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23467 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23468 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23469 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23470 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23471 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23472 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23473 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23474 */ 23475 ==> engine/src/test/jme3test/helloworld/HelloTerrain.java <== 23476 /* 23477 * Copyright (c) 2009-2010 jMonkeyEngine 23478 * All rights reserved. 23479 * 23480 * Redistribution and use in source and binary forms, with or without 23481 * modification, are permitted provided that the following conditions are 23482 * met: 23483 * 23484 * * Redistributions of source code must retain the above copyright 23485 * notice, this list of conditions and the following disclaimer. 23486 * 23487 * * Redistributions in binary form must reproduce the above copyright 23488 * notice, this list of conditions and the following disclaimer in the 23489 * documentation and/or other materials provided with the distribution. 23490 * 23491 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23492 * may be used to endorse or promote products derived from this software 23493 * without specific prior written permission. 23494 * 23495 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23496 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23497 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23498 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23499 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23500 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23501 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23502 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23503 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23504 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23505 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23506 */ 23507 ==> engine/src/test/jme3test/helloworld/HelloLoop.java <== 23508 /* 23509 * Copyright (c) 2009-2010 jMonkeyEngine 23510 * All rights reserved. 23511 * 23512 * Redistribution and use in source and binary forms, with or without 23513 * modification, are permitted provided that the following conditions are 23514 * met: 23515 * 23516 * * Redistributions of source code must retain the above copyright 23517 * notice, this list of conditions and the following disclaimer. 23518 * 23519 * * Redistributions in binary form must reproduce the above copyright 23520 * notice, this list of conditions and the following disclaimer in the 23521 * documentation and/or other materials provided with the distribution. 23522 * 23523 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23524 * may be used to endorse or promote products derived from this software 23525 * without specific prior written permission. 23526 * 23527 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23528 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23529 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23530 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23531 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23532 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23533 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23534 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23535 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23536 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23537 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23538 */ 23539 ==> engine/src/test/jme3test/helloworld/HelloAudio.java <== 23540 /** Sample 11 - playing 3D audio. */ 23541 ==> engine/src/test/jme3test/helloworld/HelloInput.java <== 23542 /* 23543 * Copyright (c) 2009-2010 jMonkeyEngine 23544 * All rights reserved. 23545 * 23546 * Redistribution and use in source and binary forms, with or without 23547 * modification, are permitted provided that the following conditions are 23548 * met: 23549 * 23550 * * Redistributions of source code must retain the above copyright 23551 * notice, this list of conditions and the following disclaimer. 23552 * 23553 * * Redistributions in binary form must reproduce the above copyright 23554 * notice, this list of conditions and the following disclaimer in the 23555 * documentation and/or other materials provided with the distribution. 23556 * 23557 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23558 * may be used to endorse or promote products derived from this software 23559 * without specific prior written permission. 23560 * 23561 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23562 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23563 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23564 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23565 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23566 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23567 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23568 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23569 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23570 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23571 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23572 */ 23573 ==> engine/src/test/jme3test/helloworld/HelloEffects.java <== 23574 /* 23575 * Copyright (c) 2009-2010 jMonkeyEngine 23576 * All rights reserved. 23577 * 23578 * Redistribution and use in source and binary forms, with or without 23579 * modification, are permitted provided that the following conditions are 23580 * met: 23581 * 23582 * * Redistributions of source code must retain the above copyright 23583 * notice, this list of conditions and the following disclaimer. 23584 * 23585 * * Redistributions in binary form must reproduce the above copyright 23586 * notice, this list of conditions and the following disclaimer in the 23587 * documentation and/or other materials provided with the distribution. 23588 * 23589 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23590 * may be used to endorse or promote products derived from this software 23591 * without specific prior written permission. 23592 * 23593 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23594 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23595 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23596 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23597 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23598 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23599 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23600 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23601 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23602 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23603 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23604 */ 23605 ==> engine/src/test/jme3test/helloworld/HelloTerrainCollision.java <== 23606 /* 23607 * Copyright (c) 2009-2010 jMonkeyEngine 23608 * All rights reserved. 23609 * 23610 * Redistribution and use in source and binary forms, with or without 23611 * modification, are permitted provided that the following conditions are 23612 * met: 23613 * 23614 * * Redistributions of source code must retain the above copyright 23615 * notice, this list of conditions and the following disclaimer. 23616 * 23617 * * Redistributions in binary form must reproduce the above copyright 23618 * notice, this list of conditions and the following disclaimer in the 23619 * documentation and/or other materials provided with the distribution. 23620 * 23621 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23622 * may be used to endorse or promote products derived from this software 23623 * without specific prior written permission. 23624 * 23625 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23626 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23627 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23628 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23629 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23630 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23631 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23632 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23633 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23634 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23635 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23636 */ 23637 ==> engine/src/test/jme3test/helloworld/HelloPicking.java <== 23638 /* 23639 * Copyright (c) 2009-2010 jMonkeyEngine 23640 * All rights reserved. 23641 * 23642 * Redistribution and use in source and binary forms, with or without 23643 * modification, are permitted provided that the following conditions are 23644 * met: 23645 * 23646 * * Redistributions of source code must retain the above copyright 23647 * notice, this list of conditions and the following disclaimer. 23648 * 23649 * * Redistributions in binary form must reproduce the above copyright 23650 * notice, this list of conditions and the following disclaimer in the 23651 * documentation and/or other materials provided with the distribution. 23652 * 23653 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23654 * may be used to endorse or promote products derived from this software 23655 * without specific prior written permission. 23656 * 23657 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23658 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23659 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23660 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23661 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23662 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23663 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23664 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23665 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23666 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23667 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23668 */ 23669 ==> engine/src/test/jme3test/helloworld/HelloJME3.java <== 23670 /* 23671 * Copyright (c) 2009-2010 jMonkeyEngine 23672 * All rights reserved. 23673 * 23674 * Redistribution and use in source and binary forms, with or without 23675 * modification, are permitted provided that the following conditions are 23676 * met: 23677 * 23678 * * Redistributions of source code must retain the above copyright 23679 * notice, this list of conditions and the following disclaimer. 23680 * 23681 * * Redistributions in binary form must reproduce the above copyright 23682 * notice, this list of conditions and the following disclaimer in the 23683 * documentation and/or other materials provided with the distribution. 23684 * 23685 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23686 * may be used to endorse or promote products derived from this software 23687 * without specific prior written permission. 23688 * 23689 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23690 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23691 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23692 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23693 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23694 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23695 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23696 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23697 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23698 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23699 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23700 */ 23701 ==> engine/src/test/jme3test/helloworld/HelloAssets.java <== 23702 /* 23703 * Copyright (c) 2009-2010 jMonkeyEngine 23704 * All rights reserved. 23705 * 23706 * Redistribution and use in source and binary forms, with or without 23707 * modification, are permitted provided that the following conditions are 23708 * met: 23709 * 23710 * * Redistributions of source code must retain the above copyright 23711 * notice, this list of conditions and the following disclaimer. 23712 * 23713 * * Redistributions in binary form must reproduce the above copyright 23714 * notice, this list of conditions and the following disclaimer in the 23715 * documentation and/or other materials provided with the distribution. 23716 * 23717 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23718 * may be used to endorse or promote products derived from this software 23719 * without specific prior written permission. 23720 * 23721 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23722 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23723 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23724 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23725 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23726 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23727 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23728 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23729 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23730 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23731 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23732 */ 23733 ==> engine/src/test/jme3test/helloworld/HelloPhysics.java <== 23734 /** 23735 * Copyright (c) 2009-2010 jMonkeyEngine 23736 * All rights reserved. 23737 * 23738 * Redistribution and use in source and binary forms, with or without 23739 * modification, are permitted provided that the following conditions are 23740 * met: 23741 * 23742 * * Redistributions of source code must retain the above copyright 23743 * notice, this list of conditions and the following disclaimer. 23744 * 23745 * * Redistributions in binary form must reproduce the above copyright 23746 * notice, this list of conditions and the following disclaimer in the 23747 * documentation and/or other materials provided with the distribution. 23748 * 23749 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23750 * may be used to endorse or promote products derived from this software 23751 * without specific prior written permission. 23752 * 23753 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23754 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23755 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23756 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23757 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23758 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23759 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23760 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23761 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23762 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23763 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23764 */ 23765 ==> engine/src/test/jme3test/helloworld/HelloAnimation.java <== 23766 /* 23767 * Copyright (c) 2009-2010 jMonkeyEngine 23768 * All rights reserved. 23769 * 23770 * Redistribution and use in source and binary forms, with or without 23771 * modification, are permitted provided that the following conditions are 23772 * met: 23773 * 23774 * * Redistributions of source code must retain the above copyright 23775 * notice, this list of conditions and the following disclaimer. 23776 * 23777 * * Redistributions in binary form must reproduce the above copyright 23778 * notice, this list of conditions and the following disclaimer in the 23779 * documentation and/or other materials provided with the distribution. 23780 * 23781 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23782 * may be used to endorse or promote products derived from this software 23783 * without specific prior written permission. 23784 * 23785 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23786 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23787 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23788 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23789 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23790 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23791 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23792 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23793 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23794 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23795 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23796 */ 23797 ==> engine/src/test/jme3test/helloworld/HelloCollision.java <== 23798 /* 23799 * Copyright (c) 2009-2010 jMonkeyEngine 23800 * All rights reserved. 23801 * 23802 * Redistribution and use in source and binary forms, with or without 23803 * modification, are permitted provided that the following conditions are 23804 * met: 23805 * 23806 * * Redistributions of source code must retain the above copyright 23807 * notice, this list of conditions and the following disclaimer. 23808 * 23809 * * Redistributions in binary form must reproduce the above copyright 23810 * notice, this list of conditions and the following disclaimer in the 23811 * documentation and/or other materials provided with the distribution. 23812 * 23813 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23814 * may be used to endorse or promote products derived from this software 23815 * without specific prior written permission. 23816 * 23817 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23818 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23819 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23820 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23821 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23822 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23823 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23824 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23825 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23826 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23827 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23828 */ 23829 ==> engine/src/test/jme3test/helloworld/HelloMaterial.java <== 23830 /* 23831 * Copyright (c) 2009-2010 jMonkeyEngine 23832 * All rights reserved. 23833 * 23834 * Redistribution and use in source and binary forms, with or without 23835 * modification, are permitted provided that the following conditions are 23836 * met: 23837 * 23838 * * Redistributions of source code must retain the above copyright 23839 * notice, this list of conditions and the following disclaimer. 23840 * 23841 * * Redistributions in binary form must reproduce the above copyright 23842 * notice, this list of conditions and the following disclaimer in the 23843 * documentation and/or other materials provided with the distribution. 23844 * 23845 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23846 * may be used to endorse or promote products derived from this software 23847 * without specific prior written permission. 23848 * 23849 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23850 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23851 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23852 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23853 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23854 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23855 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23856 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23857 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23858 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23859 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23860 */ 23861 ==> engine/src/test/jme3test/helloworld/HelloNode.java <== 23862 /* 23863 * Copyright (c) 2009-2010 jMonkeyEngine 23864 * All rights reserved. 23865 * 23866 * Redistribution and use in source and binary forms, with or without 23867 * modification, are permitted provided that the following conditions are 23868 * met: 23869 * 23870 * * Redistributions of source code must retain the above copyright 23871 * notice, this list of conditions and the following disclaimer. 23872 * 23873 * * Redistributions in binary form must reproduce the above copyright 23874 * notice, this list of conditions and the following disclaimer in the 23875 * documentation and/or other materials provided with the distribution. 23876 * 23877 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23878 * may be used to endorse or promote products derived from this software 23879 * without specific prior written permission. 23880 * 23881 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23882 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23883 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23884 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23885 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23886 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23887 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23888 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23889 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23890 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23891 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23892 */ 23893 ==> engine/src/test/jme3test/blender/TestBlenderLoader.java <== 23894 /* 23895 * Copyright (c) 2009-2010 jMonkeyEngine 23896 * All rights reserved. 23897 * 23898 * Redistribution and use in source and binary forms, with or without 23899 * modification, are permitted provided that the following conditions are 23900 * met: 23901 * 23902 * * Redistributions of source code must retain the above copyright 23903 * notice, this list of conditions and the following disclaimer. 23904 * 23905 * * Redistributions in binary form must reproduce the above copyright 23906 * notice, this list of conditions and the following disclaimer in the 23907 * documentation and/or other materials provided with the distribution. 23908 * 23909 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23910 * may be used to endorse or promote products derived from this software 23911 * without specific prior written permission. 23912 * 23913 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23914 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 23915 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23916 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 23917 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23918 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23919 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 23920 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23921 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23922 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 23923 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23924 */ 23925 ==> engine/src/test/jme3test/audio/TestWav.java <== 23926 /* 23927 * Copyright (c) 2009-2010 jMonkeyEngine All rights reserved. 23928 * 23929 * Redistribution and use in source and binary forms, with or without 23930 * modification, are permitted provided that the following conditions are met: 23931 * * 23932 * * Redistributions of source code must retain the above copyright notice, 23933 * this list of conditions and the following disclaimer. 23934 * 23935 * * Redistributions in binary form must reproduce the above copyright 23936 * notice, this list of conditions and the following disclaimer in the 23937 * documentation and/or other materials provided with the distribution. 23938 * 23939 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23940 * may be used to endorse or promote products derived from this software 23941 * without specific prior written permission. 23942 * 23943 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 23944 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 23945 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23946 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 23947 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 23948 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 23949 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 23950 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 23951 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 23952 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 23953 * POSSIBILITY OF SUCH DAMAGE. 23954 */ 23955 ==> engine/src/test/jme3test/audio/TestAmbient.java <== 23956 /* 23957 * Copyright (c) 2009-2010 jMonkeyEngine All rights reserved. 23958 * 23959 * Redistribution and use in source and binary forms, with or without 23960 * modification, are permitted provided that the following conditions are met: 23961 * * * Redistributions of source code must retain the above copyright notice, 23962 * this list of conditions and the following disclaimer. 23963 * 23964 * * Redistributions in binary form must reproduce the above copyright 23965 * notice, this list of conditions and the following disclaimer in the 23966 * documentation and/or other materials provided with the distribution. 23967 * 23968 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 23969 * may be used to endorse or promote products derived from this software 23970 * without specific prior written permission. 23971 * 23972 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 23973 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 23974 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23975 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 23976 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 23977 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 23978 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 23979 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 23980 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 23981 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 23982 * POSSIBILITY OF SUCH DAMAGE. 23983 */ 23984 ==> engine/src/test/jme3test/audio/TestDoppler.java <== 23985 /* 23986 * Copyright (c) 2009-2010 jMonkeyEngine 23987 * All rights reserved. 23988 * 23989 * Redistribution and use in source and binary forms, with or without 23990 * modification, are permitted provided that the following conditions are 23991 * met: 23992 * 23993 * * Redistributions of source code must retain the above copyright 23994 * notice, this list of conditions and the following disclaimer. 23995 * 23996 * * Redistributions in binary form must reproduce the above copyright 23997 * notice, this list of conditions and the following disclaimer in the 23998 * documentation and/or other materials provided with the distribution. 23999 * 24000 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24001 * may be used to endorse or promote products derived from this software 24002 * without specific prior written permission. 24003 * 24004 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24005 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24006 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24007 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24008 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24009 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24010 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24011 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24012 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24013 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24014 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24015 */ 24016 ==> engine/src/test/jme3test/audio/TestOgg.java <== 24017 /* 24018 * Copyright (c) 2009-2010 jMonkeyEngine 24019 * All rights reserved. 24020 * 24021 * Redistribution and use in source and binary forms, with or without 24022 * modification, are permitted provided that the following conditions are 24023 * met: 24024 * 24025 * * Redistributions of source code must retain the above copyright 24026 * notice, this list of conditions and the following disclaimer. 24027 * 24028 * * Redistributions in binary form must reproduce the above copyright 24029 * notice, this list of conditions and the following disclaimer in the 24030 * documentation and/or other materials provided with the distribution. 24031 * 24032 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24033 * may be used to endorse or promote products derived from this software 24034 * without specific prior written permission. 24035 * 24036 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24037 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24038 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24039 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24040 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24041 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24042 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24043 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24044 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24045 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24046 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24047 */ 24048 ==> engine/src/test/jme3test/audio/TestMusicStreaming.java <== 24049 /* 24050 * Copyright (c) 2009-2010 jMonkeyEngine 24051 * All rights reserved. 24052 * 24053 * Redistribution and use in source and binary forms, with or without 24054 * modification, are permitted provided that the following conditions are 24055 * met: 24056 * 24057 * * Redistributions of source code must retain the above copyright 24058 * notice, this list of conditions and the following disclaimer. 24059 * 24060 * * Redistributions in binary form must reproduce the above copyright 24061 * notice, this list of conditions and the following disclaimer in the 24062 * documentation and/or other materials provided with the distribution. 24063 * 24064 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24065 * may be used to endorse or promote products derived from this software 24066 * without specific prior written permission. 24067 * 24068 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24069 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24070 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24071 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24072 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24073 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24074 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24075 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24076 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24077 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24078 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24079 */ 24080 ==> engine/src/test/jme3test/audio/TestMusicPlayer.form <== 24081 ==> engine/src/test/jme3test/audio/TestMusicPlayer.java <== 24082 /* 24083 * Copyright (c) 2009-2010 jMonkeyEngine 24084 * All rights reserved. 24085 * 24086 * Redistribution and use in source and binary forms, with or without 24087 * modification, are permitted provided that the following conditions are 24088 * met: 24089 * 24090 * * Redistributions of source code must retain the above copyright 24091 * notice, this list of conditions and the following disclaimer. 24092 * 24093 * * Redistributions in binary form must reproduce the above copyright 24094 * notice, this list of conditions and the following disclaimer in the 24095 * documentation and/or other materials provided with the distribution. 24096 * 24097 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24098 * may be used to endorse or promote products derived from this software 24099 * without specific prior written permission. 24100 * 24101 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24102 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24103 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24104 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24105 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24106 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24107 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24108 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24109 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24110 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24111 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24112 */ 24113 ==> engine/src/test/jme3test/audio/TestReverb.java <== 24114 /* 24115 * Copyright (c) 2009-2010 jMonkeyEngine All rights reserved. 24116 * 24117 * Redistribution and use in source and binary forms, with or without 24118 * modification, are permitted provided that the following conditions are met: 24119 * * * Redistributions of source code must retain the above copyright notice, 24120 * this list of conditions and the following disclaimer. 24121 * 24122 * * Redistributions in binary form must reproduce the above copyright 24123 * notice, this list of conditions and the following disclaimer in the 24124 * documentation and/or other materials provided with the distribution. 24125 * 24126 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24127 * may be used to endorse or promote products derived from this software 24128 * without specific prior written permission. 24129 * 24130 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 24131 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 24132 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 24133 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 24134 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 24135 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 24136 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 24137 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 24138 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 24139 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24140 * POSSIBILITY OF SUCH DAMAGE. 24141 */ 24142 ==> engine/src/test/jme3test/terrain/TerrainTestCollision.java <== 24143 /* 24144 * Copyright (c) 2009-2010 jMonkeyEngine 24145 * All rights reserved. 24146 * 24147 * Redistribution and use in source and binary forms, with or without 24148 * modification, are permitted provided that the following conditions are 24149 * met: 24150 * 24151 * * Redistributions of source code must retain the above copyright 24152 * notice, this list of conditions and the following disclaimer. 24153 * 24154 * * Redistributions in binary form must reproduce the above copyright 24155 * notice, this list of conditions and the following disclaimer in the 24156 * documentation and/or other materials provided with the distribution. 24157 * 24158 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24159 * may be used to endorse or promote products derived from this software 24160 * without specific prior written permission. 24161 * 24162 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24163 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24164 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24165 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24166 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24167 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24168 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24169 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24170 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24171 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24172 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24173 */ 24174 ==> engine/src/test/jme3test/terrain/TerrainTestModifyHeight.java <== 24175 /* 24176 * Copyright (c) 2009-2010 jMonkeyEngine 24177 * All rights reserved. 24178 * 24179 * Redistribution and use in source and binary forms, with or without 24180 * modification, are permitted provided that the following conditions are 24181 * met: 24182 * 24183 * * Redistributions of source code must retain the above copyright 24184 * notice, this list of conditions and the following disclaimer. 24185 * 24186 * * Redistributions in binary form must reproduce the above copyright 24187 * notice, this list of conditions and the following disclaimer in the 24188 * documentation and/or other materials provided with the distribution. 24189 * 24190 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24191 * may be used to endorse or promote products derived from this software 24192 * without specific prior written permission. 24193 * 24194 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24195 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24196 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24197 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24198 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24199 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24200 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24201 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24202 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24203 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24204 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24205 */ 24206 ==> engine/src/test/jme3test/terrain/TerrainTestReadWrite.java <== 24207 /* 24208 * Copyright (c) 2009-2010 jMonkeyEngine 24209 * All rights reserved. 24210 * 24211 * Redistribution and use in source and binary forms, with or without 24212 * modification, are permitted provided that the following conditions are 24213 * met: 24214 * 24215 * * Redistributions of source code must retain the above copyright 24216 * notice, this list of conditions and the following disclaimer. 24217 * 24218 * * Redistributions in binary form must reproduce the above copyright 24219 * notice, this list of conditions and the following disclaimer in the 24220 * documentation and/or other materials provided with the distribution. 24221 * 24222 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24223 * may be used to endorse or promote products derived from this software 24224 * without specific prior written permission. 24225 * 24226 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24227 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24228 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24229 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24230 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24231 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24232 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24233 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24234 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24235 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24236 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24237 */ 24238 ==> engine/src/test/jme3test/terrain/TerrainFractalGridTest.java <== 24239 ==> engine/src/test/jme3test/terrain/TerrainGridAlphaMapTest.java <== 24240 ==> engine/src/test/jme3test/terrain/TerrainGridTest.java <== 24241 ==> engine/src/test/jme3test/terrain/TerrainGridSerializationTest.java <== 24242 ==> engine/src/test/jme3test/terrain/TerrainGridTileLoaderTest.java <== 24243 ==> engine/src/test/jme3test/terrain/TerrainTestAdvanced.java <== 24244 /* 24245 * Copyright (c) 2009-2010 jMonkeyEngine 24246 * All rights reserved. 24247 * 24248 * Redistribution and use in source and binary forms, with or without 24249 * modification, are permitted provided that the following conditions are 24250 * met: 24251 * 24252 * * Redistributions of source code must retain the above copyright 24253 * notice, this list of conditions and the following disclaimer. 24254 * 24255 * * Redistributions in binary form must reproduce the above copyright 24256 * notice, this list of conditions and the following disclaimer in the 24257 * documentation and/or other materials provided with the distribution. 24258 * 24259 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24260 * may be used to endorse or promote products derived from this software 24261 * without specific prior written permission. 24262 * 24263 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24264 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24265 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24266 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24267 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24268 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24269 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24270 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24271 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24272 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24273 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24274 */ 24275 ==> engine/src/test/jme3test/terrain/TerrainTest.java <== 24276 /* 24277 * Copyright (c) 2009-2010 jMonkeyEngine 24278 * All rights reserved. 24279 * 24280 * Redistribution and use in source and binary forms, with or without 24281 * modification, are permitted provided that the following conditions are 24282 * met: 24283 * 24284 * * Redistributions of source code must retain the above copyright 24285 * notice, this list of conditions and the following disclaimer. 24286 * 24287 * * Redistributions in binary form must reproduce the above copyright 24288 * notice, this list of conditions and the following disclaimer in the 24289 * documentation and/or other materials provided with the distribution. 24290 * 24291 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24292 * may be used to endorse or promote products derived from this software 24293 * without specific prior written permission. 24294 * 24295 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24296 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24297 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24298 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24299 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24300 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24301 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24302 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24303 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24304 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24305 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24306 */ 24307 ==> engine/src/test/jme3test/renderer/TestMultiViews.java <== 24308 /* 24309 * Copyright (c) 2009-2010 jMonkeyEngine 24310 * All rights reserved. 24311 * 24312 * Redistribution and use in source and binary forms, with or without 24313 * modification, are permitted provided that the following conditions are 24314 * met: 24315 * 24316 * * Redistributions of source code must retain the above copyright 24317 * notice, this list of conditions and the following disclaimer. 24318 * 24319 * * Redistributions in binary form must reproduce the above copyright 24320 * notice, this list of conditions and the following disclaimer in the 24321 * documentation and/or other materials provided with the distribution. 24322 * 24323 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24324 * may be used to endorse or promote products derived from this software 24325 * without specific prior written permission. 24326 * 24327 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24328 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24329 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24330 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24331 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24332 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24333 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24334 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24335 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24336 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24337 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24338 */ 24339 ==> engine/src/test/jme3test/renderer/TestParallelProjection.java <== 24340 /* 24341 * Copyright (c) 2009-2010 jMonkeyEngine 24342 * All rights reserved. 24343 * 24344 * Redistribution and use in source and binary forms, with or without 24345 * modification, are permitted provided that the following conditions are 24346 * met: 24347 * 24348 * * Redistributions of source code must retain the above copyright 24349 * notice, this list of conditions and the following disclaimer. 24350 * 24351 * * Redistributions in binary form must reproduce the above copyright 24352 * notice, this list of conditions and the following disclaimer in the 24353 * documentation and/or other materials provided with the distribution. 24354 * 24355 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24356 * may be used to endorse or promote products derived from this software 24357 * without specific prior written permission. 24358 * 24359 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24360 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24361 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24362 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24363 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24364 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24365 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24366 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24367 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24368 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24369 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24370 */ 24371 ==> engine/src/test/jme3test/math/TestHalfFloat.java <== 24372 /* 24373 * Copyright (c) 2009-2010 jMonkeyEngine 24374 * All rights reserved. 24375 * 24376 * Redistribution and use in source and binary forms, with or without 24377 * modification, are permitted provided that the following conditions are 24378 * met: 24379 * 24380 * * Redistributions of source code must retain the above copyright 24381 * notice, this list of conditions and the following disclaimer. 24382 * 24383 * * Redistributions in binary form must reproduce the above copyright 24384 * notice, this list of conditions and the following disclaimer in the 24385 * documentation and/or other materials provided with the distribution. 24386 * 24387 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24388 * may be used to endorse or promote products derived from this software 24389 * without specific prior written permission. 24390 * 24391 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24392 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24393 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24394 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24395 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24396 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24397 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24398 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24399 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24400 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24401 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24402 */ 24403 ==> engine/src/test/jme3test/collision/TestTriangleCollision.java <== 24404 /* 24405 * Copyright (c) 2009-2010 jMonkeyEngine 24406 * All rights reserved. 24407 * 24408 * Redistribution and use in source and binary forms, with or without 24409 * modification, are permitted provided that the following conditions are 24410 * met: 24411 * 24412 * * Redistributions of source code must retain the above copyright 24413 * notice, this list of conditions and the following disclaimer. 24414 * 24415 * * Redistributions in binary form must reproduce the above copyright 24416 * notice, this list of conditions and the following disclaimer in the 24417 * documentation and/or other materials provided with the distribution. 24418 * 24419 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24420 * may be used to endorse or promote products derived from this software 24421 * without specific prior written permission. 24422 * 24423 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24424 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24425 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24426 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24427 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24428 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24429 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24430 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24431 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24432 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24433 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24434 */ 24435 ==> engine/src/test/jme3test/collision/TestRayCasting.java <== 24436 /* 24437 * Copyright (c) 2009-2010 jMonkeyEngine 24438 * All rights reserved. 24439 * 24440 * Redistribution and use in source and binary forms, with or without 24441 * modification, are permitted provided that the following conditions are 24442 * met: 24443 * 24444 * * Redistributions of source code must retain the above copyright 24445 * notice, this list of conditions and the following disclaimer. 24446 * 24447 * * Redistributions in binary form must reproduce the above copyright 24448 * notice, this list of conditions and the following disclaimer in the 24449 * documentation and/or other materials provided with the distribution. 24450 * 24451 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24452 * may be used to endorse or promote products derived from this software 24453 * without specific prior written permission. 24454 * 24455 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24456 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24457 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24458 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24459 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24460 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24461 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24462 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24463 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24464 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24465 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24466 */ 24467 ==> engine/src/test/jme3test/collision/TestMousePick.java <== 24468 /* 24469 * Copyright (c) 2009-2010 jMonkeyEngine 24470 * All rights reserved. 24471 * 24472 * Redistribution and use in source and binary forms, with or without 24473 * modification, are permitted provided that the following conditions are 24474 * met: 24475 * 24476 * * Redistributions of source code must retain the above copyright 24477 * notice, this list of conditions and the following disclaimer. 24478 * 24479 * * Redistributions in binary form must reproduce the above copyright 24480 * notice, this list of conditions and the following disclaimer in the 24481 * documentation and/or other materials provided with the distribution. 24482 * 24483 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24484 * may be used to endorse or promote products derived from this software 24485 * without specific prior written permission. 24486 * 24487 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24488 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24489 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24490 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24491 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24492 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24493 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24494 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24495 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24496 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24497 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24498 */ 24499 ==> engine/src/test/jme3test/collision/RayTrace.java <== 24500 /* 24501 * Copyright (c) 2009-2010 jMonkeyEngine 24502 * All rights reserved. 24503 * 24504 * Redistribution and use in source and binary forms, with or without 24505 * modification, are permitted provided that the following conditions are 24506 * met: 24507 * 24508 * * Redistributions of source code must retain the above copyright 24509 * notice, this list of conditions and the following disclaimer. 24510 * 24511 * * Redistributions in binary form must reproduce the above copyright 24512 * notice, this list of conditions and the following disclaimer in the 24513 * documentation and/or other materials provided with the distribution. 24514 * 24515 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24516 * may be used to endorse or promote products derived from this software 24517 * without specific prior written permission. 24518 * 24519 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24520 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24521 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24522 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24523 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24524 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24525 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24526 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24527 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24528 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24529 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24530 */ 24531 ==> engine/src/test/jme3test/TestChooser.java <== 24532 /* 24533 * Copyright (c) 2009-2010 jMonkeyEngine 24534 * All rights reserved. 24535 * 24536 * Redistribution and use in source and binary forms, with or without 24537 * modification, are permitted provided that the following conditions are 24538 * met: 24539 * 24540 * * Redistributions of source code must retain the above copyright 24541 * notice, this list of conditions and the following disclaimer. 24542 * 24543 * * Redistributions in binary form must reproduce the above copyright 24544 * notice, this list of conditions and the following disclaimer in the 24545 * documentation and/or other materials provided with the distribution. 24546 * 24547 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24548 * may be used to endorse or promote products derived from this software 24549 * without specific prior written permission. 24550 * 24551 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24552 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24553 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24554 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24555 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24556 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24557 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24558 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24559 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24560 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24561 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24562 */ 24563 ==> engine/src/test/jme3test/water/TestPostWater.java <== 24564 ==> engine/src/test/jme3test/water/TestSceneWater.java <== 24565 /* 24566 * Copyright (c) 2009-2010 jMonkeyEngine 24567 * All rights reserved. 24568 * 24569 * Redistribution and use in source and binary forms, with or without 24570 * modification, are permitted provided that the following conditions are 24571 * met: 24572 * 24573 * * Redistributions of source code must retain the above copyright 24574 * notice, this list of conditions and the following disclaimer. 24575 * 24576 * * Redistributions in binary form must reproduce the above copyright 24577 * notice, this list of conditions and the following disclaimer in the 24578 * documentation and/or other materials provided with the distribution. 24579 * 24580 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24581 * may be used to endorse or promote products derived from this software 24582 * without specific prior written permission. 24583 * 24584 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24585 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24586 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24587 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24588 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24589 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24590 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24591 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24592 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24593 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24594 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24595 */ 24596 ==> engine/src/test/jme3test/water/TestPostWaterLake.java <== 24597 /* 24598 * Copyright (c) 2009-2010 jMonkeyEngine 24599 * All rights reserved. 24600 * 24601 * Redistribution and use in source and binary forms, with or without 24602 * modification, are permitted provided that the following conditions are 24603 * met: 24604 * 24605 * * Redistributions of source code must retain the above copyright 24606 * notice, this list of conditions and the following disclaimer. 24607 * 24608 * * Redistributions in binary form must reproduce the above copyright 24609 * notice, this list of conditions and the following disclaimer in the 24610 * documentation and/or other materials provided with the distribution. 24611 * 24612 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24613 * may be used to endorse or promote products derived from this software 24614 * without specific prior written permission. 24615 * 24616 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24617 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24618 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24619 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24620 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24621 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24622 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24623 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24624 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24625 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24626 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24627 */ 24628 ==> engine/src/test/jme3test/water/WaterUI.java <== 24629 /* 24630 * Copyright (c) 2009-2010 jMonkeyEngine 24631 * All rights reserved. 24632 * 24633 * Redistribution and use in source and binary forms, with or without 24634 * modification, are permitted provided that the following conditions are 24635 * met: 24636 * 24637 * * Redistributions of source code must retain the above copyright 24638 * notice, this list of conditions and the following disclaimer. 24639 * 24640 * * Redistributions in binary form must reproduce the above copyright 24641 * notice, this list of conditions and the following disclaimer in the 24642 * documentation and/or other materials provided with the distribution. 24643 * 24644 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24645 * may be used to endorse or promote products derived from this software 24646 * without specific prior written permission. 24647 * 24648 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24649 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24650 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24651 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24652 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24653 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24654 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24655 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24656 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24657 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24658 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24659 */ 24660 ==> engine/src/test/jme3test/water/TestSimpleWater.java <== 24661 /* 24662 * Copyright (c) 2009-2010 jMonkeyEngine 24663 * All rights reserved. 24664 * 24665 * Redistribution and use in source and binary forms, with or without 24666 * modification, are permitted provided that the following conditions are 24667 * met: 24668 * 24669 * * Redistributions of source code must retain the above copyright 24670 * notice, this list of conditions and the following disclaimer. 24671 * 24672 * * Redistributions in binary form must reproduce the above copyright 24673 * notice, this list of conditions and the following disclaimer in the 24674 * documentation and/or other materials provided with the distribution. 24675 * 24676 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24677 * may be used to endorse or promote products derived from this software 24678 * without specific prior written permission. 24679 * 24680 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24681 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24682 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24683 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24684 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24685 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24686 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24687 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24688 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24689 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24690 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24691 */ 24692 ==> engine/src/test/jme3test/texture/tex3DThumb.vert <== 24693 ==> engine/src/test/jme3test/texture/TestTextureArray.java <== 24694 ==> engine/src/test/jme3test/texture/TestSkyLoading.java <== 24695 /* 24696 * Copyright (c) 2009-2010 jMonkeyEngine 24697 * All rights reserved. 24698 * 24699 * Redistribution and use in source and binary forms, with or without 24700 * modification, are permitted provided that the following conditions are 24701 * met: 24702 * 24703 * * Redistributions of source code must retain the above copyright 24704 * notice, this list of conditions and the following disclaimer. 24705 * 24706 * * Redistributions in binary form must reproduce the above copyright 24707 * notice, this list of conditions and the following disclaimer in the 24708 * documentation and/or other materials provided with the distribution. 24709 * 24710 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24711 * may be used to endorse or promote products derived from this software 24712 * without specific prior written permission. 24713 * 24714 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24715 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24716 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24717 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24718 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24719 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24720 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24721 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24722 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24723 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24724 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24725 */ 24726 ==> engine/src/test/jme3test/texture/UnshadedArray.frag <== 24727 ==> engine/src/test/jme3test/texture/TestTexture3D.java <== 24728 /* 24729 * To change this template, choose Tools | Templates 24730 * and open the template in the editor. 24731 */ 24732 ==> engine/src/test/jme3test/texture/tex3D.frag <== 24733 ==> engine/src/test/jme3test/texture/tex3D.j3md <== 24734 ==> engine/src/test/jme3test/texture/UnshadedArray.vert <== 24735 ==> engine/src/test/jme3test/texture/tex3DThumb.j3md <== 24736 ==> engine/src/test/jme3test/texture/tex3D.vert <== 24737 ==> engine/src/test/jme3test/texture/tex3DThumb.frag <== 24738 ==> engine/src/test/jme3test/texture/UnshadedArray.j3md <== 24739 ==> engine/src/test/jme3test/texture/TestTexture3DLoading.java <== 24740 /* 24741 * To change this template, choose Tools | Templates 24742 * and open the template in the editor. 24743 */ 24744 ==> engine/src/test/jme3test/material/TestSimpleBumps.java <== 24745 /* 24746 * Copyright (c) 2009-2010 jMonkeyEngine 24747 * All rights reserved. 24748 * 24749 * Redistribution and use in source and binary forms, with or without 24750 * modification, are permitted provided that the following conditions are 24751 * met: 24752 * 24753 * * Redistributions of source code must retain the above copyright 24754 * notice, this list of conditions and the following disclaimer. 24755 * 24756 * * Redistributions in binary form must reproduce the above copyright 24757 * notice, this list of conditions and the following disclaimer in the 24758 * documentation and/or other materials provided with the distribution. 24759 * 24760 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24761 * may be used to endorse or promote products derived from this software 24762 * without specific prior written permission. 24763 * 24764 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24765 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24766 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24767 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24768 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24769 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24770 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24771 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24772 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24773 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24774 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24775 */ 24776 ==> engine/src/test/jme3test/material/TestNormalMapping.java <== 24777 /* 24778 * Copyright (c) 2009-2010 jMonkeyEngine 24779 * All rights reserved. 24780 * 24781 * Redistribution and use in source and binary forms, with or without 24782 * modification, are permitted provided that the following conditions are 24783 * met: 24784 * 24785 * * Redistributions of source code must retain the above copyright 24786 * notice, this list of conditions and the following disclaimer. 24787 * 24788 * * Redistributions in binary form must reproduce the above copyright 24789 * notice, this list of conditions and the following disclaimer in the 24790 * documentation and/or other materials provided with the distribution. 24791 * 24792 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24793 * may be used to endorse or promote products derived from this software 24794 * without specific prior written permission. 24795 * 24796 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24797 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24798 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24799 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24800 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24801 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24802 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24803 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24804 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24805 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24806 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24807 */ 24808 ==> engine/src/test/jme3test/material/TestParallax.java <== 24809 /* 24810 * Copyright (c) 2009-2010 jMonkeyEngine 24811 * All rights reserved. 24812 * 24813 * Redistribution and use in source and binary forms, with or without 24814 * modification, are permitted provided that the following conditions are 24815 * met: 24816 * 24817 * * Redistributions of source code must retain the above copyright 24818 * notice, this list of conditions and the following disclaimer. 24819 * 24820 * * Redistributions in binary form must reproduce the above copyright 24821 * notice, this list of conditions and the following disclaimer in the 24822 * documentation and/or other materials provided with the distribution. 24823 * 24824 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24825 * may be used to endorse or promote products derived from this software 24826 * without specific prior written permission. 24827 * 24828 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24829 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24830 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24831 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24832 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24833 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24834 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24835 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24836 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24837 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24838 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24839 */ 24840 ==> engine/src/test/jme3test/material/TestBumpModel.java <== 24841 /* 24842 * Copyright (c) 2009-2010 jMonkeyEngine 24843 * All rights reserved. 24844 * 24845 * Redistribution and use in source and binary forms, with or without 24846 * modification, are permitted provided that the following conditions are 24847 * met: 24848 * 24849 * * Redistributions of source code must retain the above copyright 24850 * notice, this list of conditions and the following disclaimer. 24851 * 24852 * * Redistributions in binary form must reproduce the above copyright 24853 * notice, this list of conditions and the following disclaimer in the 24854 * documentation and/or other materials provided with the distribution. 24855 * 24856 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24857 * may be used to endorse or promote products derived from this software 24858 * without specific prior written permission. 24859 * 24860 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24861 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24862 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24863 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24864 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24865 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24866 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24867 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24868 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24869 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24870 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24871 */ 24872 ==> engine/src/test/jme3test/material/TestUnshadedModel.java <== 24873 ==> engine/src/test/jme3test/material/TestColoredTexture.java <== 24874 /* 24875 * Copyright (c) 2009-2010 jMonkeyEngine 24876 * All rights reserved. 24877 * 24878 * Redistribution and use in source and binary forms, with or without 24879 * modification, are permitted provided that the following conditions are 24880 * met: 24881 * 24882 * * Redistributions of source code must retain the above copyright 24883 * notice, this list of conditions and the following disclaimer. 24884 * 24885 * * Redistributions in binary form must reproduce the above copyright 24886 * notice, this list of conditions and the following disclaimer in the 24887 * documentation and/or other materials provided with the distribution. 24888 * 24889 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24890 * may be used to endorse or promote products derived from this software 24891 * without specific prior written permission. 24892 * 24893 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24894 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24895 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24896 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24897 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24898 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24899 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24900 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24901 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24902 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24903 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24904 */ 24905 ==> engine/src/test/jme3test/export/TestOgreConvert.java <== 24906 /* 24907 * Copyright (c) 2009-2010 jMonkeyEngine 24908 * All rights reserved. 24909 * 24910 * Redistribution and use in source and binary forms, with or without 24911 * modification, are permitted provided that the following conditions are 24912 * met: 24913 * 24914 * * Redistributions of source code must retain the above copyright 24915 * notice, this list of conditions and the following disclaimer. 24916 * 24917 * * Redistributions in binary form must reproduce the above copyright 24918 * notice, this list of conditions and the following disclaimer in the 24919 * documentation and/or other materials provided with the distribution. 24920 * 24921 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24922 * may be used to endorse or promote products derived from this software 24923 * without specific prior written permission. 24924 * 24925 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24926 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24927 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24928 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24929 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24930 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24931 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24932 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24933 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24934 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24935 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24936 */ 24937 ==> engine/src/test/jme3test/export/TestAssetLinkNode.java <== 24938 /* 24939 * Copyright (c) 2009-2010 jMonkeyEngine 24940 * All rights reserved. 24941 * 24942 * Redistribution and use in source and binary forms, with or without 24943 * modification, are permitted provided that the following conditions are 24944 * met: 24945 * 24946 * * Redistributions of source code must retain the above copyright 24947 * notice, this list of conditions and the following disclaimer. 24948 * 24949 * * Redistributions in binary form must reproduce the above copyright 24950 * notice, this list of conditions and the following disclaimer in the 24951 * documentation and/or other materials provided with the distribution. 24952 * 24953 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24954 * may be used to endorse or promote products derived from this software 24955 * without specific prior written permission. 24956 * 24957 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24958 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24959 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24960 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24961 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24962 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24963 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24964 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24965 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24966 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24967 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24968 */ 24969 ==> engine/src/test/jme3test/stress/TestLeakingGL.java <== 24970 /* 24971 * Copyright (c) 2009-2010 jMonkeyEngine 24972 * All rights reserved. 24973 * 24974 * Redistribution and use in source and binary forms, with or without 24975 * modification, are permitted provided that the following conditions are 24976 * met: 24977 * 24978 * * Redistributions of source code must retain the above copyright 24979 * notice, this list of conditions and the following disclaimer. 24980 * 24981 * * Redistributions in binary form must reproduce the above copyright 24982 * notice, this list of conditions and the following disclaimer in the 24983 * documentation and/or other materials provided with the distribution. 24984 * 24985 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 24986 * may be used to endorse or promote products derived from this software 24987 * without specific prior written permission. 24988 * 24989 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 24990 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24991 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24992 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24993 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 24994 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24995 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 24996 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 24997 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24998 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24999 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25000 */ 25001 ==> engine/src/test/jme3test/stress/TestBatchLod.java <== 25002 /* 25003 * Copyright (c) 2009-2010 jMonkeyEngine 25004 * All rights reserved. 25005 * 25006 * Redistribution and use in source and binary forms, with or without 25007 * modification, are permitted provided that the following conditions are 25008 * met: 25009 * 25010 * * Redistributions of source code must retain the above copyright 25011 * notice, this list of conditions and the following disclaimer. 25012 * 25013 * * Redistributions in binary form must reproduce the above copyright 25014 * notice, this list of conditions and the following disclaimer in the 25015 * documentation and/or other materials provided with the distribution. 25016 * 25017 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25018 * may be used to endorse or promote products derived from this software 25019 * without specific prior written permission. 25020 * 25021 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25022 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25023 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25024 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25025 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25026 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25027 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25028 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25029 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25030 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25031 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25032 */ 25033 ==> engine/src/test/jme3test/stress/TestLodStress.java <== 25034 /* 25035 * Copyright (c) 2009-2010 jMonkeyEngine 25036 * All rights reserved. 25037 * 25038 * Redistribution and use in source and binary forms, with or without 25039 * modification, are permitted provided that the following conditions are 25040 * met: 25041 * 25042 * * Redistributions of source code must retain the above copyright 25043 * notice, this list of conditions and the following disclaimer. 25044 * 25045 * * Redistributions in binary form must reproduce the above copyright 25046 * notice, this list of conditions and the following disclaimer in the 25047 * documentation and/or other materials provided with the distribution. 25048 * 25049 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25050 * may be used to endorse or promote products derived from this software 25051 * without specific prior written permission. 25052 * 25053 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25054 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25055 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25056 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25057 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25058 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25059 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25060 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25061 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25062 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25063 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25064 */ 25065 ==> engine/src/test/jme3test/asset/TestManyLocators.java <== 25066 /* 25067 * Copyright (c) 2009-2010 jMonkeyEngine 25068 * All rights reserved. 25069 * 25070 * Redistribution and use in source and binary forms, with or without 25071 * modification, are permitted provided that the following conditions are 25072 * met: 25073 * 25074 * * Redistributions of source code must retain the above copyright 25075 * notice, this list of conditions and the following disclaimer. 25076 * 25077 * * Redistributions in binary form must reproduce the above copyright 25078 * notice, this list of conditions and the following disclaimer in the 25079 * documentation and/or other materials provided with the distribution. 25080 * 25081 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25082 * may be used to endorse or promote products derived from this software 25083 * without specific prior written permission. 25084 * 25085 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25086 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25087 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25088 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25089 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25090 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25091 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25092 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25093 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25094 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25095 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25096 */ 25097 ==> engine/src/test/jme3test/asset/TestAssetCache.java <== 25098 /* 25099 * Copyright (c) 2009-2010 jMonkeyEngine 25100 * All rights reserved. 25101 * 25102 * Redistribution and use in source and binary forms, with or without 25103 * modification, are permitted provided that the following conditions are 25104 * met: 25105 * 25106 * * Redistributions of source code must retain the above copyright 25107 * notice, this list of conditions and the following disclaimer. 25108 * 25109 * * Redistributions in binary form must reproduce the above copyright 25110 * notice, this list of conditions and the following disclaimer in the 25111 * documentation and/or other materials provided with the distribution. 25112 * 25113 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25114 * may be used to endorse or promote products derived from this software 25115 * without specific prior written permission. 25116 * 25117 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25118 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25119 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25120 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25121 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25122 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25123 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25124 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25125 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25126 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25127 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25128 */ 25129 ==> engine/src/test/jme3test/asset/TestUrlLoading.java <== 25130 /* 25131 * Copyright (c) 2009-2010 jMonkeyEngine 25132 * All rights reserved. 25133 * 25134 * Redistribution and use in source and binary forms, with or without 25135 * modification, are permitted provided that the following conditions are 25136 * met: 25137 * 25138 * * Redistributions of source code must retain the above copyright 25139 * notice, this list of conditions and the following disclaimer. 25140 * 25141 * * Redistributions in binary form must reproduce the above copyright 25142 * notice, this list of conditions and the following disclaimer in the 25143 * documentation and/or other materials provided with the distribution. 25144 * 25145 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25146 * may be used to endorse or promote products derived from this software 25147 * without specific prior written permission. 25148 * 25149 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25150 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25151 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25152 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25153 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25154 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25155 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25156 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25157 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25158 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25159 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25160 */ 25161 ==> engine/src/test/jme3test/asset/TestOnlineJar.java <== 25162 /* 25163 * Copyright (c) 2009-2010 jMonkeyEngine 25164 * All rights reserved. 25165 * 25166 * Redistribution and use in source and binary forms, with or without 25167 * modification, are permitted provided that the following conditions are 25168 * met: 25169 * 25170 * * Redistributions of source code must retain the above copyright 25171 * notice, this list of conditions and the following disclaimer. 25172 * 25173 * * Redistributions in binary form must reproduce the above copyright 25174 * notice, this list of conditions and the following disclaimer in the 25175 * documentation and/or other materials provided with the distribution. 25176 * 25177 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25178 * may be used to endorse or promote products derived from this software 25179 * without specific prior written permission. 25180 * 25181 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25182 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25183 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25184 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25185 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25186 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25187 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25188 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25189 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25190 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25191 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25192 */ 25193 ==> engine/src/test/jme3test/asset/TestAbsoluteLocators.java <== 25194 /* 25195 * Copyright (c) 2009-2010 jMonkeyEngine 25196 * All rights reserved. 25197 * 25198 * Redistribution and use in source and binary forms, with or without 25199 * modification, are permitted provided that the following conditions are 25200 * met: 25201 * 25202 * * Redistributions of source code must retain the above copyright 25203 * notice, this list of conditions and the following disclaimer. 25204 * 25205 * * Redistributions in binary form must reproduce the above copyright 25206 * notice, this list of conditions and the following disclaimer in the 25207 * documentation and/or other materials provided with the distribution. 25208 * 25209 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25210 * may be used to endorse or promote products derived from this software 25211 * without specific prior written permission. 25212 * 25213 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25214 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25215 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25216 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25217 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25218 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25219 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25220 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25221 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25222 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25223 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25224 */ 25225 ==> engine/src/test/jme3test/app/TestIDList.java <== 25226 /* 25227 * Copyright (c) 2009-2010 jMonkeyEngine 25228 * All rights reserved. 25229 * 25230 * Redistribution and use in source and binary forms, with or without 25231 * modification, are permitted provided that the following conditions are 25232 * met: 25233 * 25234 * * Redistributions of source code must retain the above copyright 25235 * notice, this list of conditions and the following disclaimer. 25236 * 25237 * * Redistributions in binary form must reproduce the above copyright 25238 * notice, this list of conditions and the following disclaimer in the 25239 * documentation and/or other materials provided with the distribution. 25240 * 25241 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25242 * may be used to endorse or promote products derived from this software 25243 * without specific prior written permission. 25244 * 25245 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25246 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25247 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25248 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25249 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25250 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25251 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25252 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25253 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25254 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25255 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25256 */ 25257 ==> engine/src/test/jme3test/app/TestTempVars.java <== 25258 /* 25259 * Copyright (c) 2009-2010 jMonkeyEngine 25260 * All rights reserved. 25261 * 25262 * Redistribution and use in source and binary forms, with or without 25263 * modification, are permitted provided that the following conditions are 25264 * met: 25265 * 25266 * * Redistributions of source code must retain the above copyright 25267 * notice, this list of conditions and the following disclaimer. 25268 * 25269 * * Redistributions in binary form must reproduce the above copyright 25270 * notice, this list of conditions and the following disclaimer in the 25271 * documentation and/or other materials provided with the distribution. 25272 * 25273 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25274 * may be used to endorse or promote products derived from this software 25275 * without specific prior written permission. 25276 * 25277 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25278 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25279 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25280 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25281 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25282 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25283 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25284 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25285 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25286 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25287 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25288 */ 25289 ==> engine/src/test/jme3test/app/state/RootNodeState.java <== 25290 /* 25291 * Copyright (c) 2009-2010 jMonkeyEngine 25292 * All rights reserved. 25293 * 25294 * Redistribution and use in source and binary forms, with or without 25295 * modification, are permitted provided that the following conditions are 25296 * met: 25297 * 25298 * * Redistributions of source code must retain the above copyright 25299 * notice, this list of conditions and the following disclaimer. 25300 * 25301 * * Redistributions in binary form must reproduce the above copyright 25302 * notice, this list of conditions and the following disclaimer in the 25303 * documentation and/or other materials provided with the distribution. 25304 * 25305 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25306 * may be used to endorse or promote products derived from this software 25307 * without specific prior written permission. 25308 * 25309 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25310 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25311 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25312 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25313 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25314 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25315 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25316 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25317 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25318 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25319 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25320 */ 25321 ==> engine/src/test/jme3test/app/state/TestAppStates.java <== 25322 /* 25323 * Copyright (c) 2009-2010 jMonkeyEngine 25324 * All rights reserved. 25325 * 25326 * Redistribution and use in source and binary forms, with or without 25327 * modification, are permitted provided that the following conditions are 25328 * met: 25329 * 25330 * * Redistributions of source code must retain the above copyright 25331 * notice, this list of conditions and the following disclaimer. 25332 * 25333 * * Redistributions in binary form must reproduce the above copyright 25334 * notice, this list of conditions and the following disclaimer in the 25335 * documentation and/or other materials provided with the distribution. 25336 * 25337 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25338 * may be used to endorse or promote products derived from this software 25339 * without specific prior written permission. 25340 * 25341 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25342 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25343 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25344 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25345 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25346 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25347 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25348 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25349 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25350 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25351 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25352 */ 25353 ==> engine/src/test/jme3test/app/TestBareBonesApp.java <== 25354 /* 25355 * Copyright (c) 2009-2010 jMonkeyEngine 25356 * All rights reserved. 25357 * 25358 * Redistribution and use in source and binary forms, with or without 25359 * modification, are permitted provided that the following conditions are 25360 * met: 25361 * 25362 * * Redistributions of source code must retain the above copyright 25363 * notice, this list of conditions and the following disclaimer. 25364 * 25365 * * Redistributions in binary form must reproduce the above copyright 25366 * notice, this list of conditions and the following disclaimer in the 25367 * documentation and/or other materials provided with the distribution. 25368 * 25369 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25370 * may be used to endorse or promote products derived from this software 25371 * without specific prior written permission. 25372 * 25373 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25374 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25375 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25376 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25377 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25378 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25379 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25380 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25381 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25382 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25383 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25384 */ 25385 ==> engine/src/test/jme3test/app/TestChangeAppIcon.java <== 25386 /* 25387 * Copyright (c) 2009-2010 jMonkeyEngine 25388 * All rights reserved. 25389 * 25390 * Redistribution and use in source and binary forms, with or without 25391 * modification, are permitted provided that the following conditions are 25392 * met: 25393 * 25394 * * Redistributions of source code must retain the above copyright 25395 * notice, this list of conditions and the following disclaimer. 25396 * 25397 * * Redistributions in binary form must reproduce the above copyright 25398 * notice, this list of conditions and the following disclaimer in the 25399 * documentation and/or other materials provided with the distribution. 25400 * 25401 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25402 * may be used to endorse or promote products derived from this software 25403 * without specific prior written permission. 25404 * 25405 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25406 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25407 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25408 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25409 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25410 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25411 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25412 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25413 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25414 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25415 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25416 */ 25417 ==> engine/src/test/jme3test/app/TestApplication.java <== 25418 /* 25419 * Copyright (c) 2009-2010 jMonkeyEngine 25420 * All rights reserved. 25421 * 25422 * Redistribution and use in source and binary forms, with or without 25423 * modification, are permitted provided that the following conditions are 25424 * met: 25425 * 25426 * * Redistributions of source code must retain the above copyright 25427 * notice, this list of conditions and the following disclaimer. 25428 * 25429 * * Redistributions in binary form must reproduce the above copyright 25430 * notice, this list of conditions and the following disclaimer in the 25431 * documentation and/or other materials provided with the distribution. 25432 * 25433 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25434 * may be used to endorse or promote products derived from this software 25435 * without specific prior written permission. 25436 * 25437 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25438 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25439 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25440 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25441 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25442 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25443 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25444 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25445 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25446 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25447 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25448 */ 25449 ==> engine/src/test/jme3test/app/TestReleaseDirectMemory.java <== 25450 /* 25451 * Copyright (c) 2009-2010 jMonkeyEngine 25452 * All rights reserved. 25453 * 25454 * Redistribution and use in source and binary forms, with or without 25455 * modification, are permitted provided that the following conditions are 25456 * met: 25457 * 25458 * * Redistributions of source code must retain the above copyright 25459 * notice, this list of conditions and the following disclaimer. 25460 * 25461 * * Redistributions in binary form must reproduce the above copyright 25462 * notice, this list of conditions and the following disclaimer in the 25463 * documentation and/or other materials provided with the distribution. 25464 * 25465 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25466 * may be used to endorse or promote products derived from this software 25467 * without specific prior written permission. 25468 * 25469 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25470 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25471 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25472 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25473 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25474 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25475 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25476 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25477 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25478 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25479 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25480 */ 25481 ==> engine/src/test/jme3test/app/TestContextRestart.java <== 25482 /* 25483 * Copyright (c) 2009-2010 jMonkeyEngine 25484 * All rights reserved. 25485 * 25486 * Redistribution and use in source and binary forms, with or without 25487 * modification, are permitted provided that the following conditions are 25488 * met: 25489 * 25490 * * Redistributions of source code must retain the above copyright 25491 * notice, this list of conditions and the following disclaimer. 25492 * 25493 * * Redistributions in binary form must reproduce the above copyright 25494 * notice, this list of conditions and the following disclaimer in the 25495 * documentation and/or other materials provided with the distribution. 25496 * 25497 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25498 * may be used to endorse or promote products derived from this software 25499 * without specific prior written permission. 25500 * 25501 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25502 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25503 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25504 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25505 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25506 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25507 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25508 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25509 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25510 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25511 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25512 */ 25513 ==> engine/src/test/jme3test/awt/TestSafeCanvas.java <== 25514 ==> engine/src/test/jme3test/awt/TestAwtPanels.java <== 25515 ==> engine/src/test/jme3test/awt/TestCanvas.java <== 25516 /* 25517 * Copyright (c) 2009-2010 jMonkeyEngine 25518 * All rights reserved. 25519 * 25520 * Redistribution and use in source and binary forms, with or without 25521 * modification, are permitted provided that the following conditions are 25522 * met: 25523 * 25524 * * Redistributions of source code must retain the above copyright 25525 * notice, this list of conditions and the following disclaimer. 25526 * 25527 * * Redistributions in binary form must reproduce the above copyright 25528 * notice, this list of conditions and the following disclaimer in the 25529 * documentation and/or other materials provided with the distribution. 25530 * 25531 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25532 * may be used to endorse or promote products derived from this software 25533 * without specific prior written permission. 25534 * 25535 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25536 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25537 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25538 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25539 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25540 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25541 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25542 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25543 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25544 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25545 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25546 */ 25547 ==> engine/src/test/jme3test/awt/TestApplet.java <== 25548 /* 25549 * Copyright (c) 2009-2010 jMonkeyEngine 25550 * All rights reserved. 25551 * 25552 * Redistribution and use in source and binary forms, with or without 25553 * modification, are permitted provided that the following conditions are 25554 * met: 25555 * 25556 * * Redistributions of source code must retain the above copyright 25557 * notice, this list of conditions and the following disclaimer. 25558 * 25559 * * Redistributions in binary form must reproduce the above copyright 25560 * notice, this list of conditions and the following disclaimer in the 25561 * documentation and/or other materials provided with the distribution. 25562 * 25563 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25564 * may be used to endorse or promote products derived from this software 25565 * without specific prior written permission. 25566 * 25567 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25568 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25569 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25570 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25571 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25572 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25573 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25574 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25575 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25576 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25577 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25578 */ 25579 ==> engine/src/test/jme3test/awt/AppHarness.java <== 25580 /* 25581 * Copyright (c) 2009-2010 jMonkeyEngine 25582 * All rights reserved. 25583 * 25584 * Redistribution and use in source and binary forms, with or without 25585 * modification, are permitted provided that the following conditions are 25586 * met: 25587 * 25588 * * Redistributions of source code must retain the above copyright 25589 * notice, this list of conditions and the following disclaimer. 25590 * 25591 * * Redistributions in binary form must reproduce the above copyright 25592 * notice, this list of conditions and the following disclaimer in the 25593 * documentation and/or other materials provided with the distribution. 25594 * 25595 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25596 * may be used to endorse or promote products derived from this software 25597 * without specific prior written permission. 25598 * 25599 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25600 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25601 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25602 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25603 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25604 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25605 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25606 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25607 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25608 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25609 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25610 */ 25611 ==> engine/src/test/jme3test/batching/TestBatchNode.java <== 25612 /* 25613 * To change this template, choose Tools | Templates and open the template in 25614 * the editor. 25615 */ 25616 /** 25617 * 25618 * @author Nehon 25619 */ 25620 ==> engine/src/test/jme3test/batching/TestBatchNodeTower.java <== 25621 /* 25622 * To change this template, choose Tools | Templates 25623 * and open the template in the editor. 25624 */ 25625 /* 25626 * Copyright (c) 2009-2010 jMonkeyEngine 25627 * All rights reserved. 25628 * 25629 * Redistribution and use in source and binary forms, with or without 25630 * modification, are permitted provided that the following conditions are 25631 * met: 25632 * 25633 * * Redistributions of source code must retain the above copyright 25634 * notice, this list of conditions and the following disclaimer. 25635 * 25636 * * Redistributions in binary form must reproduce the above copyright 25637 * notice, this list of conditions and the following disclaimer in the 25638 * documentation and/or other materials provided with the distribution. 25639 * 25640 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25641 * may be used to endorse or promote products derived from this software 25642 * without specific prior written permission. 25643 * 25644 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25645 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25646 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25647 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25648 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25649 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25650 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25651 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25652 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25653 ==> engine/src/test/jme3test/batching/TestBatchNodeCluster.java <== 25654 /* 25655 * To change this template, choose Tools | Templates and open the template in 25656 * the editor. 25657 */ 25658 ==> engine/src/test/jme3test/tools/TestTextureAtlas.java <== 25659 /* 25660 * Copyright (c) 2009-2010 jMonkeyEngine 25661 * All rights reserved. 25662 * 25663 * Redistribution and use in source and binary forms, with or without 25664 * modification, are permitted provided that the following conditions are 25665 * met: 25666 * 25667 * * Redistributions of source code must retain the above copyright 25668 * notice, this list of conditions and the following disclaimer. 25669 * 25670 * * Redistributions in binary form must reproduce the above copyright 25671 * notice, this list of conditions and the following disclaimer in the 25672 * documentation and/or other materials provided with the distribution. 25673 * 25674 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25675 * may be used to endorse or promote products derived from this software 25676 * without specific prior written permission. 25677 * 25678 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25679 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25680 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25681 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25682 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25683 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25684 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25685 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25686 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25687 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25688 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25689 */ 25690 ==> engine/src/test/jme3test/tools/TestSaveGame.java <== 25691 /* 25692 * Copyright (c) 2009-2010 jMonkeyEngine 25693 * All rights reserved. 25694 * 25695 * Redistribution and use in source and binary forms, with or without 25696 * modification, are permitted provided that the following conditions are 25697 * met: 25698 * 25699 * * Redistributions of source code must retain the above copyright 25700 * notice, this list of conditions and the following disclaimer. 25701 * 25702 * * Redistributions in binary form must reproduce the above copyright 25703 * notice, this list of conditions and the following disclaimer in the 25704 * documentation and/or other materials provided with the distribution. 25705 * 25706 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25707 * may be used to endorse or promote products derived from this software 25708 * without specific prior written permission. 25709 * 25710 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25711 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25712 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25713 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25714 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25715 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25716 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25717 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25718 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25719 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25720 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25721 */ 25722 ==> engine/src/test/jme3test/tools/TestOctree.java <== 25723 /* 25724 * Copyright (c) 2009-2010 jMonkeyEngine 25725 * All rights reserved. 25726 * 25727 * Redistribution and use in source and binary forms, with or without 25728 * modification, are permitted provided that the following conditions are 25729 * met: 25730 * 25731 * * Redistributions of source code must retain the above copyright 25732 * notice, this list of conditions and the following disclaimer. 25733 * 25734 * * Redistributions in binary form must reproduce the above copyright 25735 * notice, this list of conditions and the following disclaimer in the 25736 * documentation and/or other materials provided with the distribution. 25737 * 25738 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25739 * may be used to endorse or promote products derived from this software 25740 * without specific prior written permission. 25741 * 25742 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25743 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25744 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25745 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25746 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25747 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25748 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25749 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25750 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25751 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25752 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25753 */ 25754 ==> engine/src/test/jme3test/conversion/TestMipMapGen.java <== 25755 /* 25756 * Copyright (c) 2009-2010 jMonkeyEngine 25757 * All rights reserved. 25758 * 25759 * Redistribution and use in source and binary forms, with or without 25760 * modification, are permitted provided that the following conditions are 25761 * met: 25762 * 25763 * * Redistributions of source code must retain the above copyright 25764 * notice, this list of conditions and the following disclaimer. 25765 * 25766 * * Redistributions in binary form must reproduce the above copyright 25767 * notice, this list of conditions and the following disclaimer in the 25768 * documentation and/or other materials provided with the distribution. 25769 * 25770 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25771 * may be used to endorse or promote products derived from this software 25772 * without specific prior written permission. 25773 * 25774 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25775 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25776 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25777 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25778 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25779 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25780 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25781 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25782 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25783 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25784 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25785 */ 25786 ==> engine/src/test/jme3test/conversion/TestTriangleStrip.java <== 25787 /* 25788 * Copyright (c) 2009-2010 jMonkeyEngine 25789 * All rights reserved. 25790 * 25791 * Redistribution and use in source and binary forms, with or without 25792 * modification, are permitted provided that the following conditions are 25793 * met: 25794 * 25795 * * Redistributions of source code must retain the above copyright 25796 * notice, this list of conditions and the following disclaimer. 25797 * 25798 * * Redistributions in binary form must reproduce the above copyright 25799 * notice, this list of conditions and the following disclaimer in the 25800 * documentation and/or other materials provided with the distribution. 25801 * 25802 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25803 * may be used to endorse or promote products derived from this software 25804 * without specific prior written permission. 25805 * 25806 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25807 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25808 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25809 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25810 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25811 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25812 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25813 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25814 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25815 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25816 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25817 */ 25818 ==> engine/src/test/jme3test/niftygui/TestNiftyGui.java <== 25819 /* 25820 * Copyright (c) 2009-2010 jMonkeyEngine 25821 * All rights reserved. 25822 * 25823 * Redistribution and use in source and binary forms, with or without 25824 * modification, are permitted provided that the following conditions are 25825 * met: 25826 * 25827 * * Redistributions of source code must retain the above copyright 25828 * notice, this list of conditions and the following disclaimer. 25829 * 25830 * * Redistributions in binary form must reproduce the above copyright 25831 * notice, this list of conditions and the following disclaimer in the 25832 * documentation and/or other materials provided with the distribution. 25833 * 25834 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25835 * may be used to endorse or promote products derived from this software 25836 * without specific prior written permission. 25837 * 25838 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25839 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25840 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25841 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25842 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25843 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25844 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25845 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25846 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25847 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25848 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25849 */ 25850 ==> engine/src/test/jme3test/niftygui/TestNiftyToMesh.java <== 25851 /* 25852 * Copyright (c) 2009-2010 jMonkeyEngine 25853 * All rights reserved. 25854 * 25855 * Redistribution and use in source and binary forms, with or without 25856 * modification, are permitted provided that the following conditions are 25857 * met: 25858 * 25859 * * Redistributions of source code must retain the above copyright 25860 * notice, this list of conditions and the following disclaimer. 25861 * 25862 * * Redistributions in binary form must reproduce the above copyright 25863 * notice, this list of conditions and the following disclaimer in the 25864 * documentation and/or other materials provided with the distribution. 25865 * 25866 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25867 * may be used to endorse or promote products derived from this software 25868 * without specific prior written permission. 25869 * 25870 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25871 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25872 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25873 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25874 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25875 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25876 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25877 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25878 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25879 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25880 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25881 */ 25882 ==> engine/src/test/jme3test/niftygui/TestNiftyExamples.java <== 25883 /* 25884 * Copyright (c) 2009-2010 jMonkeyEngine 25885 * All rights reserved. 25886 * 25887 * Redistribution and use in source and binary forms, with or without 25888 * modification, are permitted provided that the following conditions are 25889 * met: 25890 * 25891 * * Redistributions of source code must retain the above copyright 25892 * notice, this list of conditions and the following disclaimer. 25893 * 25894 * * Redistributions in binary form must reproduce the above copyright 25895 * notice, this list of conditions and the following disclaimer in the 25896 * documentation and/or other materials provided with the distribution. 25897 * 25898 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25899 * may be used to endorse or promote products derived from this software 25900 * without specific prior written permission. 25901 * 25902 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25903 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25904 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25905 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25906 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25907 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25908 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25909 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25910 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25911 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25912 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25913 */ 25914 ==> engine/src/test/jme3test/effect/TestEverything.java <== 25915 /* 25916 * Copyright (c) 2009-2010 jMonkeyEngine 25917 * All rights reserved. 25918 * 25919 * Redistribution and use in source and binary forms, with or without 25920 * modification, are permitted provided that the following conditions are 25921 * met: 25922 * 25923 * * Redistributions of source code must retain the above copyright 25924 * notice, this list of conditions and the following disclaimer. 25925 * 25926 * * Redistributions in binary form must reproduce the above copyright 25927 * notice, this list of conditions and the following disclaimer in the 25928 * documentation and/or other materials provided with the distribution. 25929 * 25930 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25931 * may be used to endorse or promote products derived from this software 25932 * without specific prior written permission. 25933 * 25934 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25935 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25936 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25937 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25938 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25939 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25940 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25941 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25942 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25943 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25944 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25945 */ 25946 ==> engine/src/test/jme3test/effect/TestParticleExportingCloning.java <== 25947 /* 25948 * Copyright (c) 2009-2010 jMonkeyEngine 25949 * All rights reserved. 25950 * 25951 * Redistribution and use in source and binary forms, with or without 25952 * modification, are permitted provided that the following conditions are 25953 * met: 25954 * 25955 * * Redistributions of source code must retain the above copyright 25956 * notice, this list of conditions and the following disclaimer. 25957 * 25958 * * Redistributions in binary form must reproduce the above copyright 25959 * notice, this list of conditions and the following disclaimer in the 25960 * documentation and/or other materials provided with the distribution. 25961 * 25962 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25963 * may be used to endorse or promote products derived from this software 25964 * without specific prior written permission. 25965 * 25966 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25967 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 25968 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25969 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25970 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25971 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 25972 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 25973 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 25974 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25975 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 25976 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25977 */ 25978 ==> engine/src/test/jme3test/effect/TestMovingParticle.java <== 25979 /* 25980 * Copyright (c) 2009-2010 jMonkeyEngine 25981 * All rights reserved. 25982 * 25983 * Redistribution and use in source and binary forms, with or without 25984 * modification, are permitted provided that the following conditions are 25985 * met: 25986 * 25987 * * Redistributions of source code must retain the above copyright 25988 * notice, this list of conditions and the following disclaimer. 25989 * 25990 * * Redistributions in binary form must reproduce the above copyright 25991 * notice, this list of conditions and the following disclaimer in the 25992 * documentation and/or other materials provided with the distribution. 25993 * 25994 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 25995 * may be used to endorse or promote products derived from this software 25996 * without specific prior written permission. 25997 * 25998 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25999 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26000 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26001 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26002 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26003 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26004 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26005 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26006 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26007 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26008 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26009 */ 26010 ==> engine/src/test/jme3test/effect/TestPointSprite.java <== 26011 /* 26012 * Copyright (c) 2009-2010 jMonkeyEngine 26013 * All rights reserved. 26014 * 26015 * Redistribution and use in source and binary forms, with or without 26016 * modification, are permitted provided that the following conditions are 26017 * met: 26018 * 26019 * * Redistributions of source code must retain the above copyright 26020 * notice, this list of conditions and the following disclaimer. 26021 * 26022 * * Redistributions in binary form must reproduce the above copyright 26023 * notice, this list of conditions and the following disclaimer in the 26024 * documentation and/or other materials provided with the distribution. 26025 * 26026 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26027 * may be used to endorse or promote products derived from this software 26028 * without specific prior written permission. 26029 * 26030 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26031 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26032 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26033 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26034 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26035 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26036 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26037 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26038 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26039 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26040 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26041 */ 26042 ==> engine/src/test/jme3test/effect/TestExplosionEffect.java <== 26043 /* 26044 * Copyright (c) 2009-2010 jMonkeyEngine 26045 * All rights reserved. 26046 * 26047 * Redistribution and use in source and binary forms, with or without 26048 * modification, are permitted provided that the following conditions are 26049 * met: 26050 * 26051 * * Redistributions of source code must retain the above copyright 26052 * notice, this list of conditions and the following disclaimer. 26053 * 26054 * * Redistributions in binary form must reproduce the above copyright 26055 * notice, this list of conditions and the following disclaimer in the 26056 * documentation and/or other materials provided with the distribution. 26057 * 26058 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26059 * may be used to endorse or promote products derived from this software 26060 * without specific prior written permission. 26061 * 26062 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26063 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26064 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26065 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26066 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26067 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26068 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26069 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26070 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26071 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26072 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26073 */ 26074 ==> engine/src/test/jme3test/bullet/TestFancyCar.java <== 26075 /* 26076 * Copyright (c) 2009-2010 jMonkeyEngine 26077 * All rights reserved. 26078 * 26079 * Redistribution and use in source and binary forms, with or without 26080 * modification, are permitted provided that the following conditions are 26081 * met: 26082 * 26083 * * Redistributions of source code must retain the above copyright 26084 * notice, this list of conditions and the following disclaimer. 26085 * 26086 * * Redistributions in binary form must reproduce the above copyright 26087 * notice, this list of conditions and the following disclaimer in the 26088 * documentation and/or other materials provided with the distribution. 26089 * 26090 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26091 * may be used to endorse or promote products derived from this software 26092 * without specific prior written permission. 26093 * 26094 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26095 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26096 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26097 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26098 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26099 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26100 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26101 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26102 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26103 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26104 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26105 */ 26106 ==> engine/src/test/jme3test/bullet/TestQ3.java <== 26107 /* 26108 * Copyright (c) 2009-2010 jMonkeyEngine 26109 * All rights reserved. 26110 * 26111 * Redistribution and use in source and binary forms, with or without 26112 * modification, are permitted provided that the following conditions are 26113 * met: 26114 * 26115 * * Redistributions of source code must retain the above copyright 26116 * notice, this list of conditions and the following disclaimer. 26117 * 26118 * * Redistributions in binary form must reproduce the above copyright 26119 * notice, this list of conditions and the following disclaimer in the 26120 * documentation and/or other materials provided with the distribution. 26121 * 26122 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26123 * may be used to endorse or promote products derived from this software 26124 * without specific prior written permission. 26125 * 26126 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26127 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26128 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26129 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26130 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26131 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26132 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26133 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26134 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26135 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26136 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26137 */ 26138 ==> engine/src/test/jme3test/bullet/TestBrickWall.java <== 26139 /* 26140 * Copyright (c) 2009-2010 jMonkeyEngine 26141 * All rights reserved. 26142 * 26143 * Redistribution and use in source and binary forms, with or without 26144 * modification, are permitted provided that the following conditions are 26145 * met: 26146 * 26147 * * Redistributions of source code must retain the above copyright 26148 * notice, this list of conditions and the following disclaimer. 26149 * 26150 * * Redistributions in binary form must reproduce the above copyright 26151 * notice, this list of conditions and the following disclaimer in the 26152 * documentation and/or other materials provided with the distribution. 26153 * 26154 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26155 * may be used to endorse or promote products derived from this software 26156 * without specific prior written permission. 26157 * 26158 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26159 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26160 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26161 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26162 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26163 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26164 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26165 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26166 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26167 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26168 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26169 */ 26170 ==> engine/src/test/jme3test/bullet/TestSimplePhysics.java <== 26171 /* 26172 * Copyright (c) 2009-2010 jMonkeyEngine 26173 * All rights reserved. 26174 * 26175 * Redistribution and use in source and binary forms, with or without 26176 * modification, are permitted provided that the following conditions are 26177 * met: 26178 * 26179 * * Redistributions of source code must retain the above copyright 26180 * notice, this list of conditions and the following disclaimer. 26181 * 26182 * * Redistributions in binary form must reproduce the above copyright 26183 * notice, this list of conditions and the following disclaimer in the 26184 * documentation and/or other materials provided with the distribution. 26185 * 26186 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26187 * may be used to endorse or promote products derived from this software 26188 * without specific prior written permission. 26189 * 26190 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26191 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26192 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26193 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26194 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26195 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26196 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26197 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26198 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26199 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26200 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26201 */ 26202 ==> engine/src/test/jme3test/bullet/TestPhysicsCharacter.java <== 26203 /* 26204 * Copyright (c) 2009-2010 jMonkeyEngine All rights reserved. <p/> 26205 * Redistribution and use in source and binary forms, with or without 26206 * modification, are permitted provided that the following conditions are met: 26207 * 26208 * * Redistributions of source code must retain the above copyright notice, 26209 * this list of conditions and the following disclaimer. <p/> * Redistributions 26210 * in binary form must reproduce the above copyright notice, this list of 26211 * conditions and the following disclaimer in the documentation and/or other 26212 * materials provided with the distribution. <p/> * Neither the name of 26213 * 'jMonkeyEngine' nor the names of its contributors may be used to endorse or 26214 * promote products derived from this software without specific prior written 26215 * permission. <p/> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 26216 * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT 26217 * NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 26218 * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26219 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26220 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26221 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 26222 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 26223 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 26224 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 26225 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26226 */ 26227 ==> engine/src/test/jme3test/bullet/TestCcd.java <== 26228 /* 26229 * Copyright (c) 2009-2010 jMonkeyEngine 26230 * All rights reserved. 26231 * 26232 * Redistribution and use in source and binary forms, with or without 26233 * modification, are permitted provided that the following conditions are 26234 * met: 26235 * 26236 * * Redistributions of source code must retain the above copyright 26237 * notice, this list of conditions and the following disclaimer. 26238 * 26239 * * Redistributions in binary form must reproduce the above copyright 26240 * notice, this list of conditions and the following disclaimer in the 26241 * documentation and/or other materials provided with the distribution. 26242 * 26243 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26244 * may be used to endorse or promote products derived from this software 26245 * without specific prior written permission. 26246 * 26247 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26248 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26249 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26250 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26251 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26252 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26253 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26254 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26255 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26256 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26257 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26258 */ 26259 ==> engine/src/test/jme3test/bullet/TestAttachDriver.java <== 26260 /* 26261 * Copyright (c) 2009-2010 jMonkeyEngine 26262 * All rights reserved. 26263 * 26264 * Redistribution and use in source and binary forms, with or without 26265 * modification, are permitted provided that the following conditions are 26266 * met: 26267 * 26268 * * Redistributions of source code must retain the above copyright 26269 * notice, this list of conditions and the following disclaimer. 26270 * 26271 * * Redistributions in binary form must reproduce the above copyright 26272 * notice, this list of conditions and the following disclaimer in the 26273 * documentation and/or other materials provided with the distribution. 26274 * 26275 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26276 * may be used to endorse or promote products derived from this software 26277 * without specific prior written permission. 26278 * 26279 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26280 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26281 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26282 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26283 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26284 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26285 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26286 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26287 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26288 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26289 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26290 */ 26291 ==> engine/src/test/jme3test/bullet/TestAttachGhostObject.java <== 26292 /* 26293 * Copyright (c) 2009-2010 jMonkeyEngine 26294 * All rights reserved. 26295 * 26296 * Redistribution and use in source and binary forms, with or without 26297 * modification, are permitted provided that the following conditions are 26298 * met: 26299 * 26300 * * Redistributions of source code must retain the above copyright 26301 * notice, this list of conditions and the following disclaimer. 26302 * 26303 * * Redistributions in binary form must reproduce the above copyright 26304 * notice, this list of conditions and the following disclaimer in the 26305 * documentation and/or other materials provided with the distribution. 26306 * 26307 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26308 * may be used to endorse or promote products derived from this software 26309 * without specific prior written permission. 26310 * 26311 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26312 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26313 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26314 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26315 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26316 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26317 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26318 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26319 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26320 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26321 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26322 */ 26323 ==> engine/src/test/jme3test/bullet/PhysicsTestHelper.java <== 26324 /* 26325 * To change this template, choose Tools | Templates 26326 * and open the template in the editor. 26327 */ 26328 /** 26329 * 26330 * @author normenhansen 26331 */ 26332 ==> engine/src/test/jme3test/bullet/TestCollisionGroups.java <== 26333 /* 26334 * Copyright (c) 2009-2010 jMonkeyEngine 26335 * All rights reserved. 26336 * 26337 * Redistribution and use in source and binary forms, with or without 26338 * modification, are permitted provided that the following conditions are 26339 * met: 26340 * 26341 * * Redistributions of source code must retain the above copyright 26342 * notice, this list of conditions and the following disclaimer. 26343 * 26344 * * Redistributions in binary form must reproduce the above copyright 26345 * notice, this list of conditions and the following disclaimer in the 26346 * documentation and/or other materials provided with the distribution. 26347 * 26348 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26349 * may be used to endorse or promote products derived from this software 26350 * without specific prior written permission. 26351 * 26352 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26353 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26354 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26355 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26356 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26357 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26358 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26359 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26360 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26361 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26362 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26363 */ 26364 ==> engine/src/test/jme3test/bullet/TestBoneRagdoll.java <== 26365 /* 26366 * Copyright (c) 2009-2010 jMonkeyEngine 26367 * All rights reserved. 26368 * 26369 * Redistribution and use in source and binary forms, with or without 26370 * modification, are permitted provided that the following conditions are 26371 * met: 26372 * 26373 * * Redistributions of source code must retain the above copyright 26374 * notice, this list of conditions and the following disclaimer. 26375 * 26376 * * Redistributions in binary form must reproduce the above copyright 26377 * notice, this list of conditions and the following disclaimer in the 26378 * documentation and/or other materials provided with the distribution. 26379 * 26380 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26381 * may be used to endorse or promote products derived from this software 26382 * without specific prior written permission. 26383 * 26384 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26385 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26386 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26387 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26388 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26389 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26390 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26391 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26392 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26393 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26394 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26395 */ 26396 ==> engine/src/test/jme3test/bullet/TestHoveringTank.java <== 26397 /* 26398 * Copyright (c) 2009-2010 jMonkeyEngine 26399 * All rights reserved. 26400 * 26401 * Redistribution and use in source and binary forms, with or without 26402 * modification, are permitted provided that the following conditions are 26403 * met: 26404 * 26405 * * Redistributions of source code must retain the above copyright 26406 * notice, this list of conditions and the following disclaimer. 26407 * 26408 * * Redistributions in binary form must reproduce the above copyright 26409 * notice, this list of conditions and the following disclaimer in the 26410 * documentation and/or other materials provided with the distribution. 26411 * 26412 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26413 * may be used to endorse or promote products derived from this software 26414 * without specific prior written permission. 26415 * 26416 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26417 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26418 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26419 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26420 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26421 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26422 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26423 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26424 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26425 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26426 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26427 */ 26428 ==> engine/src/test/jme3test/bullet/BombControl.java <== 26429 /* 26430 * To change this template, choose Tools | Templates 26431 * and open the template in the editor. 26432 */ 26433 /** 26434 * 26435 * @author normenhansen 26436 */ 26437 ==> engine/src/test/jme3test/bullet/PhysicsHoverControl.java <== 26438 /* 26439 * Copyright (c) 2009-2012 jMonkeyEngine 26440 * All rights reserved. 26441 * 26442 * Redistribution and use in source and binary forms, with or without 26443 * modification, are permitted provided that the following conditions are 26444 * met: 26445 * 26446 * * Redistributions of source code must retain the above copyright 26447 * notice, this list of conditions and the following disclaimer. 26448 * 26449 * * Redistributions in binary form must reproduce the above copyright 26450 * notice, this list of conditions and the following disclaimer in the 26451 * documentation and/or other materials provided with the distribution. 26452 * 26453 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26454 * may be used to endorse or promote products derived from this software 26455 * without specific prior written permission. 26456 * 26457 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26458 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26459 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26460 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26461 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26462 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26463 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26464 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26465 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26466 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26467 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26468 */ 26469 ==> engine/src/test/jme3test/bullet/TestRagDoll.java <== 26470 /* 26471 * To change this template, choose Tools | Templates 26472 * and open the template in the editor. 26473 */ 26474 /** 26475 * 26476 * @author normenhansen 26477 */ 26478 ==> engine/src/test/jme3test/bullet/TestBrickTower.java <== 26479 /* 26480 * To change this template, choose Tools | Templates 26481 * and open the template in the editor. 26482 */ 26483 /* 26484 * Copyright (c) 2009-2010 jMonkeyEngine 26485 * All rights reserved. 26486 * 26487 * Redistribution and use in source and binary forms, with or without 26488 * modification, are permitted provided that the following conditions are 26489 * met: 26490 * 26491 * * Redistributions of source code must retain the above copyright 26492 * notice, this list of conditions and the following disclaimer. 26493 * 26494 * * Redistributions in binary form must reproduce the above copyright 26495 * notice, this list of conditions and the following disclaimer in the 26496 * documentation and/or other materials provided with the distribution. 26497 * 26498 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26499 * may be used to endorse or promote products derived from this software 26500 * without specific prior written permission. 26501 * 26502 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26503 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26504 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26505 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26506 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26507 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26508 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26509 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26510 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26511 ==> engine/src/test/jme3test/bullet/TestPhysicsHingeJoint.java <== 26512 /* 26513 * Copyright (c) 2009-2010 jMonkeyEngine 26514 * All rights reserved. 26515 * 26516 * Redistribution and use in source and binary forms, with or without 26517 * modification, are permitted provided that the following conditions are 26518 * met: 26519 * 26520 * * Redistributions of source code must retain the above copyright 26521 * notice, this list of conditions and the following disclaimer. 26522 * 26523 * * Redistributions in binary form must reproduce the above copyright 26524 * notice, this list of conditions and the following disclaimer in the 26525 * documentation and/or other materials provided with the distribution. 26526 * 26527 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26528 * may be used to endorse or promote products derived from this software 26529 * without specific prior written permission. 26530 * 26531 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26532 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26533 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26534 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26535 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26536 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26537 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26538 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26539 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26540 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26541 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26542 */ 26543 ==> engine/src/test/jme3test/bullet/TestPhysicsReadWrite.java <== 26544 /* 26545 * Copyright (c) 2009-2010 jMonkeyEngine 26546 * All rights reserved. 26547 * 26548 * Redistribution and use in source and binary forms, with or without 26549 * modification, are permitted provided that the following conditions are 26550 * met: 26551 * 26552 * * Redistributions of source code must retain the above copyright 26553 * notice, this list of conditions and the following disclaimer. 26554 * 26555 * * Redistributions in binary form must reproduce the above copyright 26556 * notice, this list of conditions and the following disclaimer in the 26557 * documentation and/or other materials provided with the distribution. 26558 * 26559 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26560 * may be used to endorse or promote products derived from this software 26561 * without specific prior written permission. 26562 * 26563 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26564 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26565 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26566 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26567 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26568 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26569 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26570 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26571 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26572 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26573 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26574 */ 26575 ==> engine/src/test/jme3test/bullet/TestGhostObject.java <== 26576 /* 26577 * Copyright (c) 2009-2010 jMonkeyEngine 26578 * All rights reserved. 26579 * 26580 * Redistribution and use in source and binary forms, with or without 26581 * modification, are permitted provided that the following conditions are 26582 * met: 26583 * 26584 * * Redistributions of source code must retain the above copyright 26585 * notice, this list of conditions and the following disclaimer. 26586 * 26587 * * Redistributions in binary form must reproduce the above copyright 26588 * notice, this list of conditions and the following disclaimer in the 26589 * documentation and/or other materials provided with the distribution. 26590 * 26591 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26592 * may be used to endorse or promote products derived from this software 26593 * without specific prior written permission. 26594 * 26595 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26596 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26597 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26598 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26599 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26600 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26601 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26602 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26603 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26604 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26605 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26606 */ 26607 ==> engine/src/test/jme3test/bullet/TestWalkingChar.java <== 26608 /* 26609 * Copyright (c) 2009-2010 jMonkeyEngine 26610 * All rights reserved. 26611 * 26612 * Redistribution and use in source and binary forms, with or without 26613 * modification, are permitted provided that the following conditions are 26614 * met: 26615 * 26616 * * Redistributions of source code must retain the above copyright 26617 * notice, this list of conditions and the following disclaimer. 26618 * 26619 * * Redistributions in binary form must reproduce the above copyright 26620 * notice, this list of conditions and the following disclaimer in the 26621 * documentation and/or other materials provided with the distribution. 26622 * 26623 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26624 * may be used to endorse or promote products derived from this software 26625 * without specific prior written permission. 26626 * 26627 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26628 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26629 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26630 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26631 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26632 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26633 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26634 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26635 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26636 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26637 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26638 */ 26639 ==> engine/src/test/jme3test/bullet/TestCollisionShapeFactory.java <== 26640 /* 26641 * Copyright (c) 2009-2010 jMonkeyEngine 26642 * All rights reserved. 26643 * 26644 * Redistribution and use in source and binary forms, with or without 26645 * modification, are permitted provided that the following conditions are 26646 * met: 26647 * 26648 * * Redistributions of source code must retain the above copyright 26649 * notice, this list of conditions and the following disclaimer. 26650 * 26651 * * Redistributions in binary form must reproduce the above copyright 26652 * notice, this list of conditions and the following disclaimer in the 26653 * documentation and/or other materials provided with the distribution. 26654 * 26655 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26656 * may be used to endorse or promote products derived from this software 26657 * without specific prior written permission. 26658 * 26659 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26660 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26661 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26662 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26663 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26664 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26665 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26666 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26667 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26668 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26669 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26670 */ 26671 ==> engine/src/test/jme3test/bullet/TestPhysicsCar.java <== 26672 /* 26673 * Copyright (c) 2009-2010 jMonkeyEngine 26674 * All rights reserved. 26675 * 26676 * Redistribution and use in source and binary forms, with or without 26677 * modification, are permitted provided that the following conditions are 26678 * met: 26679 * 26680 * * Redistributions of source code must retain the above copyright 26681 * notice, this list of conditions and the following disclaimer. 26682 * 26683 * * Redistributions in binary form must reproduce the above copyright 26684 * notice, this list of conditions and the following disclaimer in the 26685 * documentation and/or other materials provided with the distribution. 26686 * 26687 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26688 * may be used to endorse or promote products derived from this software 26689 * without specific prior written permission. 26690 * 26691 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26692 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26693 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26694 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26695 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26696 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26697 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26698 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26699 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26700 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26701 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26702 */ 26703 ==> engine/src/test/jme3test/bullet/TestRagdollCharacter.java <== 26704 /* 26705 * Copyright (c) 2009-2010 jMonkeyEngine 26706 * All rights reserved. 26707 * 26708 * Redistribution and use in source and binary forms, with or without 26709 * modification, are permitted provided that the following conditions are 26710 * met: 26711 * 26712 * * Redistributions of source code must retain the above copyright 26713 * notice, this list of conditions and the following disclaimer. 26714 * 26715 * * Redistributions in binary form must reproduce the above copyright 26716 * notice, this list of conditions and the following disclaimer in the 26717 * documentation and/or other materials provided with the distribution. 26718 * 26719 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26720 * may be used to endorse or promote products derived from this software 26721 * without specific prior written permission. 26722 * 26723 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26724 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26725 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26726 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26727 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26728 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26729 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26730 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26731 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26732 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26733 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26734 */ 26735 ==> engine/src/test/jme3test/bullet/TestLocalPhysics.java <== 26736 /* 26737 * Copyright (c) 2009-2010 jMonkeyEngine 26738 * All rights reserved. 26739 * 26740 * Redistribution and use in source and binary forms, with or without 26741 * modification, are permitted provided that the following conditions are 26742 * met: 26743 * 26744 * * Redistributions of source code must retain the above copyright 26745 * notice, this list of conditions and the following disclaimer. 26746 * 26747 * * Redistributions in binary form must reproduce the above copyright 26748 * notice, this list of conditions and the following disclaimer in the 26749 * documentation and/or other materials provided with the distribution. 26750 * 26751 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26752 * may be used to endorse or promote products derived from this software 26753 * without specific prior written permission. 26754 * 26755 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26756 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26757 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26758 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26759 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26760 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26761 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26762 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26763 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26764 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26765 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26766 */ 26767 ==> engine/src/test/jme3test/bullet/TestKinematicAddToPhysicsSpaceIssue.java <== 26768 /* 26769 * To change this template, choose Tools | Templates 26770 * and open the template in the editor. 26771 */ 26772 /** 26773 * 26774 * @author Nehon 26775 */ 26776 ==> engine/src/test/jme3test/bullet/TestCollisionListener.java <== 26777 /* 26778 * Copyright (c) 2009-2010 jMonkeyEngine 26779 * All rights reserved. 26780 * 26781 * Redistribution and use in source and binary forms, with or without 26782 * modification, are permitted provided that the following conditions are 26783 * met: 26784 * 26785 * * Redistributions of source code must retain the above copyright 26786 * notice, this list of conditions and the following disclaimer. 26787 * 26788 * * Redistributions in binary form must reproduce the above copyright 26789 * notice, this list of conditions and the following disclaimer in the 26790 * documentation and/or other materials provided with the distribution. 26791 * 26792 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26793 * may be used to endorse or promote products derived from this software 26794 * without specific prior written permission. 26795 * 26796 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26797 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26798 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26799 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26800 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26801 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26802 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26803 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26804 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26805 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26806 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26807 */ 26808 ==> engine/src/test/jme3test/scene/TestSceneLoading.java <== 26809 /* 26810 * Copyright (c) 2009-2010 jMonkeyEngine 26811 * All rights reserved. 26812 * 26813 * Redistribution and use in source and binary forms, with or without 26814 * modification, are permitted provided that the following conditions are 26815 * met: 26816 * 26817 * * Redistributions of source code must retain the above copyright 26818 * notice, this list of conditions and the following disclaimer. 26819 * 26820 * * Redistributions in binary form must reproduce the above copyright 26821 * notice, this list of conditions and the following disclaimer in the 26822 * documentation and/or other materials provided with the distribution. 26823 * 26824 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26825 * may be used to endorse or promote products derived from this software 26826 * without specific prior written permission. 26827 * 26828 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26829 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26830 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26831 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26832 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26833 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26834 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26835 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26836 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26837 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26838 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26839 */ 26840 ==> engine/src/test/jme3test/scene/TestUserData.java <== 26841 /* 26842 * Copyright (c) 2009-2010 jMonkeyEngine 26843 * All rights reserved. 26844 * 26845 * Redistribution and use in source and binary forms, with or without 26846 * modification, are permitted provided that the following conditions are 26847 * met: 26848 * 26849 * * Redistributions of source code must retain the above copyright 26850 * notice, this list of conditions and the following disclaimer. 26851 * 26852 * * Redistributions in binary form must reproduce the above copyright 26853 * notice, this list of conditions and the following disclaimer in the 26854 * documentation and/or other materials provided with the distribution. 26855 * 26856 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26857 * may be used to endorse or promote products derived from this software 26858 * without specific prior written permission. 26859 * 26860 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26861 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26862 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26863 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26864 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26865 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26866 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26867 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26868 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26869 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26870 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26871 */ 26872 ==> engine/src/test/jme3test/input/TestControls.java <== 26873 /* 26874 * Copyright (c) 2009-2010 jMonkeyEngine 26875 * All rights reserved. 26876 * 26877 * Redistribution and use in source and binary forms, with or without 26878 * modification, are permitted provided that the following conditions are 26879 * met: 26880 * 26881 * * Redistributions of source code must retain the above copyright 26882 * notice, this list of conditions and the following disclaimer. 26883 * 26884 * * Redistributions in binary form must reproduce the above copyright 26885 * notice, this list of conditions and the following disclaimer in the 26886 * documentation and/or other materials provided with the distribution. 26887 * 26888 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26889 * may be used to endorse or promote products derived from this software 26890 * without specific prior written permission. 26891 * 26892 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26893 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26894 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26895 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26896 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26897 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26898 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26899 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26900 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26901 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26902 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26903 */ 26904 ==> engine/src/test/jme3test/input/combomoves/ComboMove.java <== 26905 /* 26906 * Copyright (c) 2009-2010 jMonkeyEngine 26907 * All rights reserved. 26908 * 26909 * Redistribution and use in source and binary forms, with or without 26910 * modification, are permitted provided that the following conditions are 26911 * met: 26912 * 26913 * * Redistributions of source code must retain the above copyright 26914 * notice, this list of conditions and the following disclaimer. 26915 * 26916 * * Redistributions in binary form must reproduce the above copyright 26917 * notice, this list of conditions and the following disclaimer in the 26918 * documentation and/or other materials provided with the distribution. 26919 * 26920 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26921 * may be used to endorse or promote products derived from this software 26922 * without specific prior written permission. 26923 * 26924 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26925 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26926 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26927 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26928 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26929 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26930 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26931 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26932 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26933 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26934 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26935 */ 26936 ==> engine/src/test/jme3test/input/combomoves/ComboMoveExecution.java <== 26937 /* 26938 * Copyright (c) 2009-2010 jMonkeyEngine 26939 * All rights reserved. 26940 * 26941 * Redistribution and use in source and binary forms, with or without 26942 * modification, are permitted provided that the following conditions are 26943 * met: 26944 * 26945 * * Redistributions of source code must retain the above copyright 26946 * notice, this list of conditions and the following disclaimer. 26947 * 26948 * * Redistributions in binary form must reproduce the above copyright 26949 * notice, this list of conditions and the following disclaimer in the 26950 * documentation and/or other materials provided with the distribution. 26951 * 26952 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26953 * may be used to endorse or promote products derived from this software 26954 * without specific prior written permission. 26955 * 26956 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26957 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26958 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26959 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26960 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26961 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26962 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26963 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26964 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26965 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26966 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26967 */ 26968 ==> engine/src/test/jme3test/input/combomoves/TestComboMoves.java <== 26969 /* 26970 * Copyright (c) 2009-2010 jMonkeyEngine 26971 * All rights reserved. 26972 * 26973 * Redistribution and use in source and binary forms, with or without 26974 * modification, are permitted provided that the following conditions are 26975 * met: 26976 * 26977 * * Redistributions of source code must retain the above copyright 26978 * notice, this list of conditions and the following disclaimer. 26979 * 26980 * * Redistributions in binary form must reproduce the above copyright 26981 * notice, this list of conditions and the following disclaimer in the 26982 * documentation and/or other materials provided with the distribution. 26983 * 26984 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 26985 * may be used to endorse or promote products derived from this software 26986 * without specific prior written permission. 26987 * 26988 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 26989 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26990 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 26991 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 26992 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26993 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26994 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 26995 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 26996 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 26997 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26998 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26999 */ 27000 ==> engine/src/test/jme3test/input/TestCameraNode.java <== 27001 /* 27002 * Copyright (c) 2009-2010 jMonkeyEngine All rights reserved. 27003 * <p/> 27004 * Redistribution and use in source and binary forms, with or without 27005 * modification, are permitted provided that the following conditions are met: 27006 * 27007 * * Redistributions of source code must retain the above copyright notice, 27008 * this list of conditions and the following disclaimer. 27009 * <p/> 27010 * * Redistributions in binary form must reproduce the above copyright 27011 * notice, this list of conditions and the following disclaimer in the 27012 * documentation and/or other materials provided with the distribution. 27013 * <p/> 27014 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27015 * may be used to endorse or promote products derived from this software 27016 * without specific prior written permission. 27017 * <p/> 27018 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 27019 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 27020 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 27021 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 27022 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 27023 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 27024 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 27025 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 27026 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 27027 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 27028 * POSSIBILITY OF SUCH DAMAGE. 27029 */ 27030 ==> engine/src/test/jme3test/input/TestChaseCamera.java <== 27031 /* 27032 * Copyright (c) 2009-2010 jMonkeyEngine 27033 * All rights reserved. 27034 * 27035 * Redistribution and use in source and binary forms, with or without 27036 * modification, are permitted provided that the following conditions are 27037 * met: 27038 * 27039 * * Redistributions of source code must retain the above copyright 27040 * notice, this list of conditions and the following disclaimer. 27041 * 27042 * * Redistributions in binary form must reproduce the above copyright 27043 * notice, this list of conditions and the following disclaimer in the 27044 * documentation and/or other materials provided with the distribution. 27045 * 27046 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27047 * may be used to endorse or promote products derived from this software 27048 * without specific prior written permission. 27049 * 27050 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27051 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27052 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27053 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27054 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27055 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27056 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27057 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27058 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27059 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27060 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27061 */ 27062 ==> engine/src/test/jme3test/input/TestJoystick.java <== 27063 ==> engine/src/test/jme3test/bounding/TestRayCollision.java <== 27064 /* 27065 * Copyright (c) 2009-2010 jMonkeyEngine 27066 * All rights reserved. 27067 * 27068 * Redistribution and use in source and binary forms, with or without 27069 * modification, are permitted provided that the following conditions are 27070 * met: 27071 * 27072 * * Redistributions of source code must retain the above copyright 27073 * notice, this list of conditions and the following disclaimer. 27074 * 27075 * * Redistributions in binary form must reproduce the above copyright 27076 * notice, this list of conditions and the following disclaimer in the 27077 * documentation and/or other materials provided with the distribution. 27078 * 27079 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27080 * may be used to endorse or promote products derived from this software 27081 * without specific prior written permission. 27082 * 27083 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27084 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27085 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27086 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27087 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27088 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27089 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27090 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27091 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27092 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27093 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27094 */ 27095 ==> engine/src/test/jme3test/model/TestMonkeyHead.java <== 27096 /* 27097 * Copyright (c) 2009-2010 jMonkeyEngine 27098 * All rights reserved. 27099 * 27100 * Redistribution and use in source and binary forms, with or without 27101 * modification, are permitted provided that the following conditions are 27102 * met: 27103 * 27104 * * Redistributions of source code must retain the above copyright 27105 * notice, this list of conditions and the following disclaimer. 27106 * 27107 * * Redistributions in binary form must reproduce the above copyright 27108 * notice, this list of conditions and the following disclaimer in the 27109 * documentation and/or other materials provided with the distribution. 27110 * 27111 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27112 * may be used to endorse or promote products derived from this software 27113 * without specific prior written permission. 27114 * 27115 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27116 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27117 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27118 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27119 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27120 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27121 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27122 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27123 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27124 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27125 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27126 */ 27127 ==> engine/src/test/jme3test/model/TestOgreLoading.java <== 27128 /* 27129 * Copyright (c) 2009-2010 jMonkeyEngine 27130 * All rights reserved. 27131 * 27132 * Redistribution and use in source and binary forms, with or without 27133 * modification, are permitted provided that the following conditions are 27134 * met: 27135 * 27136 * * Redistributions of source code must retain the above copyright 27137 * notice, this list of conditions and the following disclaimer. 27138 * 27139 * * Redistributions in binary form must reproduce the above copyright 27140 * notice, this list of conditions and the following disclaimer in the 27141 * documentation and/or other materials provided with the distribution. 27142 * 27143 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27144 * may be used to endorse or promote products derived from this software 27145 * without specific prior written permission. 27146 * 27147 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27148 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27149 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27150 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27151 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27152 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27153 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27154 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27155 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27156 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27157 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27158 */ 27159 ==> engine/src/test/jme3test/model/anim/TestOgreAnim.java <== 27160 /* 27161 * Copyright (c) 2009-2010 jMonkeyEngine 27162 * All rights reserved. 27163 * 27164 * Redistribution and use in source and binary forms, with or without 27165 * modification, are permitted provided that the following conditions are 27166 * met: 27167 * 27168 * * Redistributions of source code must retain the above copyright 27169 * notice, this list of conditions and the following disclaimer. 27170 * 27171 * * Redistributions in binary form must reproduce the above copyright 27172 * notice, this list of conditions and the following disclaimer in the 27173 * documentation and/or other materials provided with the distribution. 27174 * 27175 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27176 * may be used to endorse or promote products derived from this software 27177 * without specific prior written permission. 27178 * 27179 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27180 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27181 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27182 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27183 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27184 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27185 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27186 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27187 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27188 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27189 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27190 */ 27191 ==> engine/src/test/jme3test/model/anim/TestOgreComplexAnim.java <== 27192 /* 27193 * Copyright (c) 2009-2010 jMonkeyEngine 27194 * All rights reserved. 27195 * 27196 * Redistribution and use in source and binary forms, with or without 27197 * modification, are permitted provided that the following conditions are 27198 * met: 27199 * 27200 * * Redistributions of source code must retain the above copyright 27201 * notice, this list of conditions and the following disclaimer. 27202 * 27203 * * Redistributions in binary form must reproduce the above copyright 27204 * notice, this list of conditions and the following disclaimer in the 27205 * documentation and/or other materials provided with the distribution. 27206 * 27207 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27208 * may be used to endorse or promote products derived from this software 27209 * without specific prior written permission. 27210 * 27211 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27212 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27213 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27214 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27215 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27216 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27217 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27218 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27219 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27220 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27221 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27222 */ 27223 ==> engine/src/test/jme3test/model/anim/TestCustomAnim.java <== 27224 /* 27225 * Copyright (c) 2009-2010 jMonkeyEngine 27226 * All rights reserved. 27227 * 27228 * Redistribution and use in source and binary forms, with or without 27229 * modification, are permitted provided that the following conditions are 27230 * met: 27231 * 27232 * * Redistributions of source code must retain the above copyright 27233 * notice, this list of conditions and the following disclaimer. 27234 * 27235 * * Redistributions in binary form must reproduce the above copyright 27236 * notice, this list of conditions and the following disclaimer in the 27237 * documentation and/or other materials provided with the distribution. 27238 * 27239 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27240 * may be used to endorse or promote products derived from this software 27241 * without specific prior written permission. 27242 * 27243 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27244 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27245 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27246 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27247 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27248 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27249 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27250 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27251 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27252 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27253 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27254 */ 27255 ==> engine/src/test/jme3test/model/anim/TestAnimBlendBug.java <== 27256 /* 27257 * Copyright (c) 2009-2010 jMonkeyEngine 27258 * All rights reserved. 27259 * 27260 * Redistribution and use in source and binary forms, with or without 27261 * modification, are permitted provided that the following conditions are 27262 * met: 27263 * 27264 * * Redistributions of source code must retain the above copyright 27265 * notice, this list of conditions and the following disclaimer. 27266 * 27267 * * Redistributions in binary form must reproduce the above copyright 27268 * notice, this list of conditions and the following disclaimer in the 27269 * documentation and/or other materials provided with the distribution. 27270 * 27271 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27272 * may be used to endorse or promote products derived from this software 27273 * without specific prior written permission. 27274 * 27275 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27276 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27277 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27278 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27279 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27280 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27281 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27282 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27283 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27284 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27285 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27286 */ 27287 ==> engine/src/test/jme3test/model/anim/TestAnimationFactory.java <== 27288 ==> engine/src/test/jme3test/model/anim/TestSpatialAnim.java <== 27289 ==> engine/src/test/jme3test/model/anim/TestBlenderAnim.java <== 27290 /* 27291 * Copyright (c) 2009-2010 jMonkeyEngine 27292 * All rights reserved. 27293 * 27294 * Redistribution and use in source and binary forms, with or without 27295 * modification, are permitted provided that the following conditions are 27296 * met: 27297 * 27298 * * Redistributions of source code must retain the above copyright 27299 * notice, this list of conditions and the following disclaimer. 27300 * 27301 * * Redistributions in binary form must reproduce the above copyright 27302 * notice, this list of conditions and the following disclaimer in the 27303 * documentation and/or other materials provided with the distribution. 27304 * 27305 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27306 * may be used to endorse or promote products derived from this software 27307 * without specific prior written permission. 27308 * 27309 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27310 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27311 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27312 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27313 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27314 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27315 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27316 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27317 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27318 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27319 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27320 */ 27321 ==> engine/src/test/jme3test/model/anim/TestBlenderObjectAnim.java <== 27322 /* 27323 * Copyright (c) 2009-2010 jMonkeyEngine 27324 * All rights reserved. 27325 * 27326 * Redistribution and use in source and binary forms, with or without 27327 * modification, are permitted provided that the following conditions are 27328 * met: 27329 * 27330 * * Redistributions of source code must retain the above copyright 27331 * notice, this list of conditions and the following disclaimer. 27332 * 27333 * * Redistributions in binary form must reproduce the above copyright 27334 * notice, this list of conditions and the following disclaimer in the 27335 * documentation and/or other materials provided with the distribution. 27336 * 27337 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27338 * may be used to endorse or promote products derived from this software 27339 * without specific prior written permission. 27340 * 27341 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27342 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27343 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27344 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27345 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27346 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27347 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27348 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27349 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27350 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27351 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27352 */ 27353 ==> engine/src/test/jme3test/model/shape/TestCylinder.java <== 27354 /* 27355 * Copyright (c) 2009-2010 jMonkeyEngine 27356 * All rights reserved. 27357 * 27358 * Redistribution and use in source and binary forms, with or without 27359 * modification, are permitted provided that the following conditions are 27360 * met: 27361 * 27362 * * Redistributions of source code must retain the above copyright 27363 * notice, this list of conditions and the following disclaimer. 27364 * 27365 * * Redistributions in binary form must reproduce the above copyright 27366 * notice, this list of conditions and the following disclaimer in the 27367 * documentation and/or other materials provided with the distribution. 27368 * 27369 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27370 * may be used to endorse or promote products derived from this software 27371 * without specific prior written permission. 27372 * 27373 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27374 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27375 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27376 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27377 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27378 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27379 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27380 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27381 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27382 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27383 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27384 */ 27385 ==> engine/src/test/jme3test/model/shape/TestDebugShapes.java <== 27386 /* 27387 * Copyright (c) 2009-2010 jMonkeyEngine 27388 * All rights reserved. 27389 * 27390 * Redistribution and use in source and binary forms, with or without 27391 * modification, are permitted provided that the following conditions are 27392 * met: 27393 * 27394 * * Redistributions of source code must retain the above copyright 27395 * notice, this list of conditions and the following disclaimer. 27396 * 27397 * * Redistributions in binary form must reproduce the above copyright 27398 * notice, this list of conditions and the following disclaimer in the 27399 * documentation and/or other materials provided with the distribution. 27400 * 27401 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27402 * may be used to endorse or promote products derived from this software 27403 * without specific prior written permission. 27404 * 27405 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27406 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27407 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27408 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27409 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27410 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27411 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27412 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27413 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27414 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27415 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27416 */ 27417 ==> engine/src/test/jme3test/model/shape/TestBillboard.java <== 27418 /* 27419 * Copyright (c) 2009-2010 jMonkeyEngine 27420 * All rights reserved. 27421 * 27422 * Redistribution and use in source and binary forms, with or without 27423 * modification, are permitted provided that the following conditions are 27424 * met: 27425 * 27426 * * Redistributions of source code must retain the above copyright 27427 * notice, this list of conditions and the following disclaimer. 27428 * 27429 * * Redistributions in binary form must reproduce the above copyright 27430 * notice, this list of conditions and the following disclaimer in the 27431 * documentation and/or other materials provided with the distribution. 27432 * 27433 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27434 * may be used to endorse or promote products derived from this software 27435 * without specific prior written permission. 27436 * 27437 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27438 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27439 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27440 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27441 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27442 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27443 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27444 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27445 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27446 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27447 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27448 */ 27449 ==> engine/src/test/jme3test/model/shape/TestCustomMesh.java <== 27450 /* 27451 * Copyright (c) 2009-2010 jMonkeyEngine 27452 * All rights reserved. 27453 * 27454 * Redistribution and use in source and binary forms, with or without 27455 * modification, are permitted provided that the following conditions are 27456 * met: 27457 * 27458 * * Redistributions of source code must retain the above copyright 27459 * notice, this list of conditions and the following disclaimer. 27460 * 27461 * * Redistributions in binary form must reproduce the above copyright 27462 * notice, this list of conditions and the following disclaimer in the 27463 * documentation and/or other materials provided with the distribution. 27464 * 27465 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27466 * may be used to endorse or promote products derived from this software 27467 * without specific prior written permission. 27468 * 27469 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27470 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27471 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27472 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27473 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27474 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27475 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27476 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27477 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27478 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27479 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27480 */ 27481 ==> engine/src/test/jme3test/model/shape/TestBox.java <== 27482 /* 27483 * Copyright (c) 2009-2010 jMonkeyEngine 27484 * All rights reserved. 27485 * 27486 * Redistribution and use in source and binary forms, with or without 27487 * modification, are permitted provided that the following conditions are 27488 * met: 27489 * 27490 * * Redistributions of source code must retain the above copyright 27491 * notice, this list of conditions and the following disclaimer. 27492 * 27493 * * Redistributions in binary form must reproduce the above copyright 27494 * notice, this list of conditions and the following disclaimer in the 27495 * documentation and/or other materials provided with the distribution. 27496 * 27497 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27498 * may be used to endorse or promote products derived from this software 27499 * without specific prior written permission. 27500 * 27501 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27502 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27503 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27504 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27505 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27506 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27507 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27508 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27509 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27510 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27511 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27512 */ 27513 ==> engine/src/test/jme3test/model/shape/TestSphere.java <== 27514 /* 27515 * Copyright (c) 2009-2010 jMonkeyEngine 27516 * All rights reserved. 27517 * 27518 * Redistribution and use in source and binary forms, with or without 27519 * modification, are permitted provided that the following conditions are 27520 * met: 27521 * 27522 * * Redistributions of source code must retain the above copyright 27523 * notice, this list of conditions and the following disclaimer. 27524 * 27525 * * Redistributions in binary form must reproduce the above copyright 27526 * notice, this list of conditions and the following disclaimer in the 27527 * documentation and/or other materials provided with the distribution. 27528 * 27529 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27530 * may be used to endorse or promote products derived from this software 27531 * without specific prior written permission. 27532 * 27533 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27534 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27535 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27536 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27537 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27538 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27539 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27540 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27541 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27542 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27543 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27544 */ 27545 ==> engine/src/test/jme3test/model/TestHoverTank.java <== 27546 /* 27547 * Copyright (c) 2009-2010 jMonkeyEngine 27548 * All rights reserved. 27549 * 27550 * Redistribution and use in source and binary forms, with or without 27551 * modification, are permitted provided that the following conditions are 27552 * met: 27553 * 27554 * * Redistributions of source code must retain the above copyright 27555 * notice, this list of conditions and the following disclaimer. 27556 * 27557 * * Redistributions in binary form must reproduce the above copyright 27558 * notice, this list of conditions and the following disclaimer in the 27559 * documentation and/or other materials provided with the distribution. 27560 * 27561 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27562 * may be used to endorse or promote products derived from this software 27563 * without specific prior written permission. 27564 * 27565 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27566 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27567 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27568 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27569 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27570 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27571 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27572 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27573 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27574 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27575 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27576 */ 27577 ==> engine/src/test/jme3test/model/TestObjLoading.java <== 27578 /* 27579 * Copyright (c) 2009-2010 jMonkeyEngine 27580 * All rights reserved. 27581 * 27582 * Redistribution and use in source and binary forms, with or without 27583 * modification, are permitted provided that the following conditions are 27584 * met: 27585 * 27586 * * Redistributions of source code must retain the above copyright 27587 * notice, this list of conditions and the following disclaimer. 27588 * 27589 * * Redistributions in binary form must reproduce the above copyright 27590 * notice, this list of conditions and the following disclaimer in the 27591 * documentation and/or other materials provided with the distribution. 27592 * 27593 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27594 * may be used to endorse or promote products derived from this software 27595 * without specific prior written permission. 27596 * 27597 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27598 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27599 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27600 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27601 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27602 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27603 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27604 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27605 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27606 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27607 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27608 */ 27609 ==> engine/src/test/jme3test/post/TestBloom.java <== 27610 /* 27611 * Copyright (c) 2009-2010 jMonkeyEngine 27612 * All rights reserved. 27613 * 27614 * Redistribution and use in source and binary forms, with or without 27615 * modification, are permitted provided that the following conditions are 27616 * met: 27617 * 27618 * * Redistributions of source code must retain the above copyright 27619 * notice, this list of conditions and the following disclaimer. 27620 * 27621 * * Redistributions in binary form must reproduce the above copyright 27622 * notice, this list of conditions and the following disclaimer in the 27623 * documentation and/or other materials provided with the distribution. 27624 * 27625 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27626 * may be used to endorse or promote products derived from this software 27627 * without specific prior written permission. 27628 * 27629 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27630 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27631 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27632 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27633 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27634 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27635 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27636 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27637 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27638 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27639 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27640 */ 27641 ==> engine/src/test/jme3test/post/TestRenderToTexture.java <== 27642 /* 27643 * Copyright (c) 2009-2010 jMonkeyEngine 27644 * All rights reserved. 27645 * 27646 * Redistribution and use in source and binary forms, with or without 27647 * modification, are permitted provided that the following conditions are 27648 * met: 27649 * 27650 * * Redistributions of source code must retain the above copyright 27651 * notice, this list of conditions and the following disclaimer. 27652 * 27653 * * Redistributions in binary form must reproduce the above copyright 27654 * notice, this list of conditions and the following disclaimer in the 27655 * documentation and/or other materials provided with the distribution. 27656 * 27657 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27658 * may be used to endorse or promote products derived from this software 27659 * without specific prior written permission. 27660 * 27661 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27662 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27663 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27664 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27665 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27666 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27667 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27668 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27669 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27670 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27671 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27672 */ 27673 ==> engine/src/test/jme3test/post/TestCrossHatch.java <== 27674 /* 27675 * Copyright (c) 2009-2010 jMonkeyEngine 27676 * All rights reserved. 27677 * 27678 * Redistribution and use in source and binary forms, with or without 27679 * modification, are permitted provided that the following conditions are 27680 * met: 27681 * 27682 * * Redistributions of source code must retain the above copyright 27683 * notice, this list of conditions and the following disclaimer. 27684 * 27685 * * Redistributions in binary form must reproduce the above copyright 27686 * notice, this list of conditions and the following disclaimer in the 27687 * documentation and/or other materials provided with the distribution. 27688 * 27689 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27690 * may be used to endorse or promote products derived from this software 27691 * without specific prior written permission. 27692 * 27693 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27694 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27695 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27696 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27697 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27698 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27699 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27700 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27701 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27702 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27703 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27704 */ 27705 ==> engine/src/test/jme3test/post/TestDepthOfField.java <== 27706 /** 27707 * test 27708 * @author Nehon 27709 */ 27710 ==> engine/src/test/jme3test/post/SSAOUI.java <== 27711 /* 27712 * Copyright (c) 2009-2010 jMonkeyEngine 27713 * All rights reserved. 27714 * 27715 * Redistribution and use in source and binary forms, with or without 27716 * modification, are permitted provided that the following conditions are 27717 * met: 27718 * 27719 * * Redistributions of source code must retain the above copyright 27720 * notice, this list of conditions and the following disclaimer. 27721 * 27722 * * Redistributions in binary form must reproduce the above copyright 27723 * notice, this list of conditions and the following disclaimer in the 27724 * documentation and/or other materials provided with the distribution. 27725 * 27726 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27727 * may be used to endorse or promote products derived from this software 27728 * without specific prior written permission. 27729 * 27730 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27731 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27732 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27733 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27734 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27735 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27736 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27737 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27738 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27739 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27740 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27741 */ 27742 ==> engine/src/test/jme3test/post/TestRenderToMemory.java <== 27743 /* 27744 * Copyright (c) 2009-2010 jMonkeyEngine 27745 * All rights reserved. 27746 * 27747 * Redistribution and use in source and binary forms, with or without 27748 * modification, are permitted provided that the following conditions are 27749 * met: 27750 * 27751 * * Redistributions of source code must retain the above copyright 27752 * notice, this list of conditions and the following disclaimer. 27753 * 27754 * * Redistributions in binary form must reproduce the above copyright 27755 * notice, this list of conditions and the following disclaimer in the 27756 * documentation and/or other materials provided with the distribution. 27757 * 27758 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27759 * may be used to endorse or promote products derived from this software 27760 * without specific prior written permission. 27761 * 27762 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27763 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27764 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27765 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27766 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27767 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27768 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27769 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27770 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27771 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27772 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27773 */ 27774 ==> engine/src/test/jme3test/post/TestCartoonEdge.java <== 27775 /* 27776 * Copyright (c) 2009-2010 jMonkeyEngine 27777 * All rights reserved. 27778 * 27779 * Redistribution and use in source and binary forms, with or without 27780 * modification, are permitted provided that the following conditions are 27781 * met: 27782 * 27783 * * Redistributions of source code must retain the above copyright 27784 * notice, this list of conditions and the following disclaimer. 27785 * 27786 * * Redistributions in binary form must reproduce the above copyright 27787 * notice, this list of conditions and the following disclaimer in the 27788 * documentation and/or other materials provided with the distribution. 27789 * 27790 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27791 * may be used to endorse or promote products derived from this software 27792 * without specific prior written permission. 27793 * 27794 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27795 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27796 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27797 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27798 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27799 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27800 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27801 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27802 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27803 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27804 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27805 */ 27806 ==> engine/src/test/jme3test/post/TestPostFilters.java <== 27807 /* 27808 * Copyright (c) 2009-2010 jMonkeyEngine 27809 * All rights reserved. 27810 * 27811 * Redistribution and use in source and binary forms, with or without 27812 * modification, are permitted provided that the following conditions are 27813 * met: 27814 * 27815 * * Redistributions of source code must retain the above copyright 27816 * notice, this list of conditions and the following disclaimer. 27817 * 27818 * * Redistributions in binary form must reproduce the above copyright 27819 * notice, this list of conditions and the following disclaimer in the 27820 * documentation and/or other materials provided with the distribution. 27821 * 27822 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27823 * may be used to endorse or promote products derived from this software 27824 * without specific prior written permission. 27825 * 27826 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27827 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27828 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27829 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27830 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27831 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27832 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27833 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27834 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27835 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27836 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27837 */ 27838 ==> engine/src/test/jme3test/post/TestSSAO.java <== 27839 /* 27840 * Copyright (c) 2009-2010 jMonkeyEngine 27841 * All rights reserved. 27842 * 27843 * Redistribution and use in source and binary forms, with or without 27844 * modification, are permitted provided that the following conditions are 27845 * met: 27846 * 27847 * * Redistributions of source code must retain the above copyright 27848 * notice, this list of conditions and the following disclaimer. 27849 * 27850 * * Redistributions in binary form must reproduce the above copyright 27851 * notice, this list of conditions and the following disclaimer in the 27852 * documentation and/or other materials provided with the distribution. 27853 * 27854 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27855 * may be used to endorse or promote products derived from this software 27856 * without specific prior written permission. 27857 * 27858 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27859 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27860 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27861 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27862 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27863 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27864 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27865 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27866 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27867 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27868 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27869 */ 27870 ==> engine/src/test/jme3test/post/TestFog.java <== 27871 /* 27872 * Copyright (c) 2009-2010 jMonkeyEngine 27873 * All rights reserved. 27874 * 27875 * Redistribution and use in source and binary forms, with or without 27876 * modification, are permitted provided that the following conditions are 27877 * met: 27878 * 27879 * * Redistributions of source code must retain the above copyright 27880 * notice, this list of conditions and the following disclaimer. 27881 * 27882 * * Redistributions in binary form must reproduce the above copyright 27883 * notice, this list of conditions and the following disclaimer in the 27884 * documentation and/or other materials provided with the distribution. 27885 * 27886 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27887 * may be used to endorse or promote products derived from this software 27888 * without specific prior written permission. 27889 * 27890 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27891 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27892 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27893 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27894 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27895 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27896 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27897 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27898 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27899 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27900 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27901 */ 27902 ==> engine/src/test/jme3test/post/TestPosterization.java <== 27903 /* 27904 * Copyright (c) 2009-2010 jMonkeyEngine 27905 * All rights reserved. 27906 * 27907 * Redistribution and use in source and binary forms, with or without 27908 * modification, are permitted provided that the following conditions are 27909 * met: 27910 * 27911 * * Redistributions of source code must retain the above copyright 27912 * notice, this list of conditions and the following disclaimer. 27913 * 27914 * * Redistributions in binary form must reproduce the above copyright 27915 * notice, this list of conditions and the following disclaimer in the 27916 * documentation and/or other materials provided with the distribution. 27917 * 27918 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27919 * may be used to endorse or promote products derived from this software 27920 * without specific prior written permission. 27921 * 27922 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27923 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27924 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27925 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27926 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27927 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27928 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27929 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27930 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27931 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27932 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27933 */ 27934 ==> engine/src/test/jme3test/post/TestTransparentCartoonEdge.java <== 27935 ==> engine/src/test/jme3test/post/TestLightScattering.java <== 27936 /* 27937 * Copyright (c) 2009-2010 jMonkeyEngine 27938 * All rights reserved. 27939 * 27940 * Redistribution and use in source and binary forms, with or without 27941 * modification, are permitted provided that the following conditions are 27942 * met: 27943 * 27944 * * Redistributions of source code must retain the above copyright 27945 * notice, this list of conditions and the following disclaimer. 27946 * 27947 * * Redistributions in binary form must reproduce the above copyright 27948 * notice, this list of conditions and the following disclaimer in the 27949 * documentation and/or other materials provided with the distribution. 27950 * 27951 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27952 * may be used to endorse or promote products derived from this software 27953 * without specific prior written permission. 27954 * 27955 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27956 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27957 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27958 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27959 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27960 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27961 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27962 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27963 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27964 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27965 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27966 */ 27967 ==> engine/src/test/jme3test/post/LightScatteringUI.java <== 27968 /* 27969 * Copyright (c) 2009-2010 jMonkeyEngine 27970 * All rights reserved. 27971 * 27972 * Redistribution and use in source and binary forms, with or without 27973 * modification, are permitted provided that the following conditions are 27974 * met: 27975 * 27976 * * Redistributions of source code must retain the above copyright 27977 * notice, this list of conditions and the following disclaimer. 27978 * 27979 * * Redistributions in binary form must reproduce the above copyright 27980 * notice, this list of conditions and the following disclaimer in the 27981 * documentation and/or other materials provided with the distribution. 27982 * 27983 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 27984 * may be used to endorse or promote products derived from this software 27985 * without specific prior written permission. 27986 * 27987 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27988 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27989 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 27990 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 27991 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 27992 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27993 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 27994 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 27995 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 27996 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27997 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27998 */ 27999 ==> engine/src/test/jme3test/post/TestFBOPassthrough.java <== 28000 /* 28001 * Copyright (c) 2009-2010 jMonkeyEngine 28002 * All rights reserved. 28003 * 28004 * Redistribution and use in source and binary forms, with or without 28005 * modification, are permitted provided that the following conditions are 28006 * met: 28007 * 28008 * * Redistributions of source code must retain the above copyright 28009 * notice, this list of conditions and the following disclaimer. 28010 * 28011 * * Redistributions in binary form must reproduce the above copyright 28012 * notice, this list of conditions and the following disclaimer in the 28013 * documentation and/or other materials provided with the distribution. 28014 * 28015 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28016 * may be used to endorse or promote products derived from this software 28017 * without specific prior written permission. 28018 * 28019 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28020 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28021 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28022 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28023 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28024 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28025 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28026 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28027 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28028 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28029 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28030 */ 28031 ==> engine/src/test/jme3test/post/TestTransparentSSAO.java <== 28032 ==> engine/src/test/jme3test/post/BloomUI.java <== 28033 /* 28034 * Copyright (c) 2009-2010 jMonkeyEngine 28035 * All rights reserved. 28036 * 28037 * Redistribution and use in source and binary forms, with or without 28038 * modification, are permitted provided that the following conditions are 28039 * met: 28040 * 28041 * * Redistributions of source code must retain the above copyright 28042 * notice, this list of conditions and the following disclaimer. 28043 * 28044 * * Redistributions in binary form must reproduce the above copyright 28045 * notice, this list of conditions and the following disclaimer in the 28046 * documentation and/or other materials provided with the distribution. 28047 * 28048 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28049 * may be used to endorse or promote products derived from this software 28050 * without specific prior written permission. 28051 * 28052 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28053 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28054 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28055 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28056 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28057 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28058 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28059 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28060 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28061 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28062 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28063 */ 28064 ==> engine/src/test/jme3test/post/TestMultiRenderTarget.java <== 28065 /* 28066 * Copyright (c) 2009-2010 jMonkeyEngine 28067 * All rights reserved. 28068 * 28069 * Redistribution and use in source and binary forms, with or without 28070 * modification, are permitted provided that the following conditions are 28071 * met: 28072 * 28073 * * Redistributions of source code must retain the above copyright 28074 * notice, this list of conditions and the following disclaimer. 28075 * 28076 * * Redistributions in binary form must reproduce the above copyright 28077 * notice, this list of conditions and the following disclaimer in the 28078 * documentation and/or other materials provided with the distribution. 28079 * 28080 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28081 * may be used to endorse or promote products derived from this software 28082 * without specific prior written permission. 28083 * 28084 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28085 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28086 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28087 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28088 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28089 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28090 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28091 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28092 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28093 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28094 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28095 */ 28096 ==> engine/src/test/jme3test/post/TestHDR.java <== 28097 /* 28098 * Copyright (c) 2009-2010 jMonkeyEngine 28099 * All rights reserved. 28100 * 28101 * Redistribution and use in source and binary forms, with or without 28102 * modification, are permitted provided that the following conditions are 28103 * met: 28104 * 28105 * * Redistributions of source code must retain the above copyright 28106 * notice, this list of conditions and the following disclaimer. 28107 * 28108 * * Redistributions in binary form must reproduce the above copyright 28109 * notice, this list of conditions and the following disclaimer in the 28110 * documentation and/or other materials provided with the distribution. 28111 * 28112 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28113 * may be used to endorse or promote products derived from this software 28114 * without specific prior written permission. 28115 * 28116 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28117 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28118 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28119 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28120 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28121 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28122 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28123 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28124 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28125 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28126 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28127 */ 28128 ==> engine/src/test/jme3test/post/TestMultiViewsFilters.java <== 28129 /* 28130 * Copyright (c) 2009-2010 jMonkeyEngine 28131 * All rights reserved. 28132 * 28133 * Redistribution and use in source and binary forms, with or without 28134 * modification, are permitted provided that the following conditions are 28135 * met: 28136 * 28137 * * Redistributions of source code must retain the above copyright 28138 * notice, this list of conditions and the following disclaimer. 28139 * 28140 * * Redistributions in binary form must reproduce the above copyright 28141 * notice, this list of conditions and the following disclaimer in the 28142 * documentation and/or other materials provided with the distribution. 28143 * 28144 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28145 * may be used to endorse or promote products derived from this software 28146 * without specific prior written permission. 28147 * 28148 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28149 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28150 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28151 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28152 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28153 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28154 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28155 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28156 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28157 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28158 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28159 */ 28160 ==> engine/src/test/jme3test/post/TestMultiplesFilters.java <== 28161 /* 28162 * Copyright (c) 2009-2010 jMonkeyEngine 28163 * All rights reserved. 28164 * 28165 * Redistribution and use in source and binary forms, with or without 28166 * modification, are permitted provided that the following conditions are 28167 * met: 28168 * 28169 * * Redistributions of source code must retain the above copyright 28170 * notice, this list of conditions and the following disclaimer. 28171 * 28172 * * Redistributions in binary form must reproduce the above copyright 28173 * notice, this list of conditions and the following disclaimer in the 28174 * documentation and/or other materials provided with the distribution. 28175 * 28176 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28177 * may be used to endorse or promote products derived from this software 28178 * without specific prior written permission. 28179 * 28180 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28181 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28182 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28183 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28184 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28185 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28186 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28187 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28188 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28189 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28190 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28191 */ 28192 ==> engine/src/test/jme3test/light/TestLightNode.java <== 28193 /* 28194 * Copyright (c) 2009-2010 jMonkeyEngine 28195 * All rights reserved. 28196 * 28197 * Redistribution and use in source and binary forms, with or without 28198 * modification, are permitted provided that the following conditions are 28199 * met: 28200 * 28201 * * Redistributions of source code must retain the above copyright 28202 * notice, this list of conditions and the following disclaimer. 28203 * 28204 * * Redistributions in binary form must reproduce the above copyright 28205 * notice, this list of conditions and the following disclaimer in the 28206 * documentation and/or other materials provided with the distribution. 28207 * 28208 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28209 * may be used to endorse or promote products derived from this software 28210 * without specific prior written permission. 28211 * 28212 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28213 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28214 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28215 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28216 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28217 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28218 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28219 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28220 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28221 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28222 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28223 */ 28224 ==> engine/src/test/jme3test/light/TestSpotLightTerrain.java <== 28225 /* 28226 * Copyright (c) 2009-2010 jMonkeyEngine 28227 * All rights reserved. 28228 * 28229 * Redistribution and use in source and binary forms, with or without 28230 * modification, are permitted provided that the following conditions are 28231 * met: 28232 * 28233 * * Redistributions of source code must retain the above copyright 28234 * notice, this list of conditions and the following disclaimer. 28235 * 28236 * * Redistributions in binary form must reproduce the above copyright 28237 * notice, this list of conditions and the following disclaimer in the 28238 * documentation and/or other materials provided with the distribution. 28239 * 28240 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28241 * may be used to endorse or promote products derived from this software 28242 * without specific prior written permission. 28243 * 28244 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28245 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28246 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28247 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28248 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28249 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28250 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28251 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28252 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28253 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28254 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28255 */ 28256 ==> engine/src/test/jme3test/light/TestTangentGenBadUV.java <== 28257 /* 28258 * Copyright (c) 2009-2010 jMonkeyEngine 28259 * All rights reserved. 28260 * 28261 * Redistribution and use in source and binary forms, with or without 28262 * modification, are permitted provided that the following conditions are 28263 * met: 28264 * 28265 * * Redistributions of source code must retain the above copyright 28266 * notice, this list of conditions and the following disclaimer. 28267 * 28268 * * Redistributions in binary form must reproduce the above copyright 28269 * notice, this list of conditions and the following disclaimer in the 28270 * documentation and/or other materials provided with the distribution. 28271 * 28272 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28273 * may be used to endorse or promote products derived from this software 28274 * without specific prior written permission. 28275 * 28276 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28277 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28278 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28279 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28280 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28281 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28282 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28283 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28284 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28285 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28286 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28287 */ 28288 ==> engine/src/test/jme3test/light/TestTransparentShadow.java <== 28289 /* 28290 * Copyright (c) 2009-2010 jMonkeyEngine 28291 * All rights reserved. 28292 * 28293 * Redistribution and use in source and binary forms, with or without 28294 * modification, are permitted provided that the following conditions are 28295 * met: 28296 * 28297 * * Redistributions of source code must retain the above copyright 28298 * notice, this list of conditions and the following disclaimer. 28299 * 28300 * * Redistributions in binary form must reproduce the above copyright 28301 * notice, this list of conditions and the following disclaimer in the 28302 * documentation and/or other materials provided with the distribution. 28303 * 28304 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28305 * may be used to endorse or promote products derived from this software 28306 * without specific prior written permission. 28307 * 28308 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28309 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28310 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28311 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28312 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28313 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28314 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28315 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28316 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28317 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28318 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28319 */ 28320 ==> engine/src/test/jme3test/light/TestTangentGenBadModels.java <== 28321 /** 28322 * 28323 * @author Kirusha 28324 */ 28325 ==> engine/src/test/jme3test/light/TestShadow.java <== 28326 /* 28327 * Copyright (c) 2009-2010 jMonkeyEngine 28328 * All rights reserved. 28329 * 28330 * Redistribution and use in source and binary forms, with or without 28331 * modification, are permitted provided that the following conditions are 28332 * met: 28333 * 28334 * * Redistributions of source code must retain the above copyright 28335 * notice, this list of conditions and the following disclaimer. 28336 * 28337 * * Redistributions in binary form must reproduce the above copyright 28338 * notice, this list of conditions and the following disclaimer in the 28339 * documentation and/or other materials provided with the distribution. 28340 * 28341 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28342 * may be used to endorse or promote products derived from this software 28343 * without specific prior written permission. 28344 * 28345 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28346 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28347 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28348 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28349 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28350 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28351 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28352 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28353 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28354 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28355 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28356 */ 28357 ==> engine/src/test/jme3test/light/TestTangentGen.java <== 28358 /* 28359 * Copyright (c) 2009-2010 jMonkeyEngine 28360 * All rights reserved. 28361 * 28362 * Redistribution and use in source and binary forms, with or without 28363 * modification, are permitted provided that the following conditions are 28364 * met: 28365 * 28366 * * Redistributions of source code must retain the above copyright 28367 * notice, this list of conditions and the following disclaimer. 28368 * 28369 * * Redistributions in binary form must reproduce the above copyright 28370 * notice, this list of conditions and the following disclaimer in the 28371 * documentation and/or other materials provided with the distribution. 28372 * 28373 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28374 * may be used to endorse or promote products derived from this software 28375 * without specific prior written permission. 28376 * 28377 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28378 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28379 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28380 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28381 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28382 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28383 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28384 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28385 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28386 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28387 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28388 */ 28389 ==> engine/src/test/jme3test/light/TestSimpleLighting.java <== 28390 /* 28391 * Copyright (c) 2009-2010 jMonkeyEngine 28392 * All rights reserved. 28393 * 28394 * Redistribution and use in source and binary forms, with or without 28395 * modification, are permitted provided that the following conditions are 28396 * met: 28397 * 28398 * * Redistributions of source code must retain the above copyright 28399 * notice, this list of conditions and the following disclaimer. 28400 * 28401 * * Redistributions in binary form must reproduce the above copyright 28402 * notice, this list of conditions and the following disclaimer in the 28403 * documentation and/or other materials provided with the distribution. 28404 * 28405 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28406 * may be used to endorse or promote products derived from this software 28407 * without specific prior written permission. 28408 * 28409 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28410 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28411 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28412 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28413 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28414 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28415 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28416 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28417 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28418 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28419 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28420 */ 28421 ==> engine/src/test/jme3test/light/TestLightRadius.java <== 28422 /* 28423 * Copyright (c) 2009-2010 jMonkeyEngine 28424 * All rights reserved. 28425 * 28426 * Redistribution and use in source and binary forms, with or without 28427 * modification, are permitted provided that the following conditions are 28428 * met: 28429 * 28430 * * Redistributions of source code must retain the above copyright 28431 * notice, this list of conditions and the following disclaimer. 28432 * 28433 * * Redistributions in binary form must reproduce the above copyright 28434 * notice, this list of conditions and the following disclaimer in the 28435 * documentation and/or other materials provided with the distribution. 28436 * 28437 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28438 * may be used to endorse or promote products derived from this software 28439 * without specific prior written permission. 28440 * 28441 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28442 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28443 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28444 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28445 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28446 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28447 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28448 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28449 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28450 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28451 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28452 */ 28453 ==> engine/src/test/jme3test/light/TestSpotLight.java <== 28454 /* 28455 * Copyright (c) 2009-2010 jMonkeyEngine 28456 * All rights reserved. 28457 * 28458 * Redistribution and use in source and binary forms, with or without 28459 * modification, are permitted provided that the following conditions are 28460 * met: 28461 * 28462 * * Redistributions of source code must retain the above copyright 28463 * notice, this list of conditions and the following disclaimer. 28464 * 28465 * * Redistributions in binary form must reproduce the above copyright 28466 * notice, this list of conditions and the following disclaimer in the 28467 * documentation and/or other materials provided with the distribution. 28468 * 28469 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28470 * may be used to endorse or promote products derived from this software 28471 * without specific prior written permission. 28472 * 28473 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28474 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28475 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28476 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28477 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28478 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28479 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28480 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28481 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28482 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28483 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28484 */ 28485 ==> engine/src/test/jme3test/light/TestPssmShadow.java <== 28486 /* 28487 * Copyright (c) 2009-2010 jMonkeyEngine 28488 * All rights reserved. 28489 * 28490 * Redistribution and use in source and binary forms, with or without 28491 * modification, are permitted provided that the following conditions are 28492 * met: 28493 * 28494 * * Redistributions of source code must retain the above copyright 28495 * notice, this list of conditions and the following disclaimer. 28496 * 28497 * * Redistributions in binary form must reproduce the above copyright 28498 * notice, this list of conditions and the following disclaimer in the 28499 * documentation and/or other materials provided with the distribution. 28500 * 28501 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28502 * may be used to endorse or promote products derived from this software 28503 * without specific prior written permission. 28504 * 28505 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28506 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28507 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28508 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28509 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28510 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28511 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28512 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28513 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28514 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28515 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28516 */ 28517 ==> engine/src/test/jme3test/light/TestEnvironmentMapping.java <== 28518 /** 28519 * test 28520 * @author nehon 28521 */ 28522 ==> engine/src/test/jme3test/light/TestManyLights.java <== 28523 /* 28524 * Copyright (c) 2009-2010 jMonkeyEngine 28525 * All rights reserved. 28526 * 28527 * Redistribution and use in source and binary forms, with or without 28528 * modification, are permitted provided that the following conditions are 28529 * met: 28530 * 28531 * * Redistributions of source code must retain the above copyright 28532 * notice, this list of conditions and the following disclaimer. 28533 * 28534 * * Redistributions in binary form must reproduce the above copyright 28535 * notice, this list of conditions and the following disclaimer in the 28536 * documentation and/or other materials provided with the distribution. 28537 * 28538 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28539 * may be used to endorse or promote products derived from this software 28540 * without specific prior written permission. 28541 * 28542 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28543 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28544 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28545 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28546 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28547 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28548 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28549 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28550 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28551 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28552 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28553 */ 28554 ==> engine/src/test/jme3test/gui/TestSoftwareMouse.java <== 28555 /* 28556 * Copyright (c) 2009-2010 jMonkeyEngine 28557 * All rights reserved. 28558 * 28559 * Redistribution and use in source and binary forms, with or without 28560 * modification, are permitted provided that the following conditions are 28561 * met: 28562 * 28563 * * Redistributions of source code must retain the above copyright 28564 * notice, this list of conditions and the following disclaimer. 28565 * 28566 * * Redistributions in binary form must reproduce the above copyright 28567 * notice, this list of conditions and the following disclaimer in the 28568 * documentation and/or other materials provided with the distribution. 28569 * 28570 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28571 * may be used to endorse or promote products derived from this software 28572 * without specific prior written permission. 28573 * 28574 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28575 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28576 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28577 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28578 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28579 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28580 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28581 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28582 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28583 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28584 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28585 */ 28586 ==> engine/src/test/jme3test/gui/TestZOrder.java <== 28587 /* 28588 * Copyright (c) 2009-2010 jMonkeyEngine 28589 * All rights reserved. 28590 * 28591 * Redistribution and use in source and binary forms, with or without 28592 * modification, are permitted provided that the following conditions are 28593 * met: 28594 * 28595 * * Redistributions of source code must retain the above copyright 28596 * notice, this list of conditions and the following disclaimer. 28597 * 28598 * * Redistributions in binary form must reproduce the above copyright 28599 * notice, this list of conditions and the following disclaimer in the 28600 * documentation and/or other materials provided with the distribution. 28601 * 28602 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28603 * may be used to endorse or promote products derived from this software 28604 * without specific prior written permission. 28605 * 28606 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28607 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28608 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28609 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28610 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28611 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28612 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28613 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28614 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28615 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28616 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28617 */ 28618 ==> engine/src/test/jme3test/gui/TestBitmapText3D.java <== 28619 /* 28620 * Copyright (c) 2009-2010 jMonkeyEngine 28621 * All rights reserved. 28622 * 28623 * Redistribution and use in source and binary forms, with or without 28624 * modification, are permitted provided that the following conditions are 28625 * met: 28626 * 28627 * * Redistributions of source code must retain the above copyright 28628 * notice, this list of conditions and the following disclaimer. 28629 * 28630 * * Redistributions in binary form must reproduce the above copyright 28631 * notice, this list of conditions and the following disclaimer in the 28632 * documentation and/or other materials provided with the distribution. 28633 * 28634 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28635 * may be used to endorse or promote products derived from this software 28636 * without specific prior written permission. 28637 * 28638 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28639 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28640 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28641 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28642 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28643 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28644 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28645 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28646 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28647 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28648 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28649 */ 28650 ==> engine/src/test/jme3test/gui/TestOrtho.java <== 28651 /* 28652 * Copyright (c) 2009-2010 jMonkeyEngine 28653 * All rights reserved. 28654 * 28655 * Redistribution and use in source and binary forms, with or without 28656 * modification, are permitted provided that the following conditions are 28657 * met: 28658 * 28659 * * Redistributions of source code must retain the above copyright 28660 * notice, this list of conditions and the following disclaimer. 28661 * 28662 * * Redistributions in binary form must reproduce the above copyright 28663 * notice, this list of conditions and the following disclaimer in the 28664 * documentation and/or other materials provided with the distribution. 28665 * 28666 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28667 * may be used to endorse or promote products derived from this software 28668 * without specific prior written permission. 28669 * 28670 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28671 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28672 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28673 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28674 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28675 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28676 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28677 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28678 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28679 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28680 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28681 */ 28682 ==> engine/src/test/jme3test/gui/TestBitmapFont.java <== 28683 /* 28684 * Copyright (c) 2009-2010 jMonkeyEngine 28685 * All rights reserved. 28686 * 28687 * Redistribution and use in source and binary forms, with or without 28688 * modification, are permitted provided that the following conditions are 28689 * met: 28690 * 28691 * * Redistributions of source code must retain the above copyright 28692 * notice, this list of conditions and the following disclaimer. 28693 * 28694 * * Redistributions in binary form must reproduce the above copyright 28695 * notice, this list of conditions and the following disclaimer in the 28696 * documentation and/or other materials provided with the distribution. 28697 * 28698 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28699 * may be used to endorse or promote products derived from this software 28700 * without specific prior written permission. 28701 * 28702 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28703 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28704 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28705 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28706 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28707 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28708 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28709 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28710 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28711 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28712 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28713 */ 28714 ==> engine/src/test/jme3test/network/TestRemoteCall.java <== 28715 /* 28716 * Copyright (c) 2009-2010 jMonkeyEngine 28717 * All rights reserved. 28718 * 28719 * Redistribution and use in source and binary forms, with or without 28720 * modification, are permitted provided that the following conditions are 28721 * met: 28722 * 28723 * * Redistributions of source code must retain the above copyright 28724 * notice, this list of conditions and the following disclaimer. 28725 * 28726 * * Redistributions in binary form must reproduce the above copyright 28727 * notice, this list of conditions and the following disclaimer in the 28728 * documentation and/or other materials provided with the distribution. 28729 * 28730 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28731 * may be used to endorse or promote products derived from this software 28732 * without specific prior written permission. 28733 * 28734 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28735 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28736 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28737 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28738 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28739 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28740 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28741 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28742 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28743 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28744 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28745 */ 28746 ==> engine/src/test/jme3test/network/TestLatency.java <== 28747 /* 28748 * Copyright (c) 2009-2010 jMonkeyEngine 28749 * All rights reserved. 28750 * 28751 * Redistribution and use in source and binary forms, with or without 28752 * modification, are permitted provided that the following conditions are 28753 * met: 28754 * 28755 * * Redistributions of source code must retain the above copyright 28756 * notice, this list of conditions and the following disclaimer. 28757 * 28758 * * Redistributions in binary form must reproduce the above copyright 28759 * notice, this list of conditions and the following disclaimer in the 28760 * documentation and/or other materials provided with the distribution. 28761 * 28762 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28763 * may be used to endorse or promote products derived from this software 28764 * without specific prior written permission. 28765 * 28766 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28767 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28768 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28769 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28770 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28771 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28772 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28773 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28774 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28775 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28776 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28777 */ 28778 ==> engine/src/test/jme3test/network/TestChatClient.java <== 28779 /* 28780 * Copyright (c) 2011 jMonkeyEngine 28781 * All rights reserved. 28782 * 28783 * Redistribution and use in source and binary forms, with or without 28784 * modification, are permitted provided that the following conditions are 28785 * met: 28786 * 28787 * * Redistributions of source code must retain the above copyright 28788 * notice, this list of conditions and the following disclaimer. 28789 * 28790 * * Redistributions in binary form must reproduce the above copyright 28791 * notice, this list of conditions and the following disclaimer in the 28792 * documentation and/or other materials provided with the distribution. 28793 * 28794 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28795 * may be used to endorse or promote products derived from this software 28796 * without specific prior written permission. 28797 * 28798 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28799 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28800 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28801 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28802 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28803 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28804 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28805 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28806 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28807 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28808 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28809 */ 28810 ==> engine/src/test/jme3test/network/TestNetworkStress.java <== 28811 /* 28812 * Copyright (c) 2009-2010 jMonkeyEngine 28813 * All rights reserved. 28814 * 28815 * Redistribution and use in source and binary forms, with or without 28816 * modification, are permitted provided that the following conditions are 28817 * met: 28818 * 28819 * * Redistributions of source code must retain the above copyright 28820 * notice, this list of conditions and the following disclaimer. 28821 * 28822 * * Redistributions in binary form must reproduce the above copyright 28823 * notice, this list of conditions and the following disclaimer in the 28824 * documentation and/or other materials provided with the distribution. 28825 * 28826 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28827 * may be used to endorse or promote products derived from this software 28828 * without specific prior written permission. 28829 * 28830 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28831 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28832 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28833 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28834 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28835 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28836 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28837 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28838 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28839 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28840 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28841 */ 28842 ==> engine/src/test/jme3test/network/TestChatServer.java <== 28843 /* 28844 * Copyright (c) 2011 jMonkeyEngine 28845 * All rights reserved. 28846 * 28847 * Redistribution and use in source and binary forms, with or without 28848 * modification, are permitted provided that the following conditions are 28849 * met: 28850 * 28851 * * Redistributions of source code must retain the above copyright 28852 * notice, this list of conditions and the following disclaimer. 28853 * 28854 * * Redistributions in binary form must reproduce the above copyright 28855 * notice, this list of conditions and the following disclaimer in the 28856 * documentation and/or other materials provided with the distribution. 28857 * 28858 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28859 * may be used to endorse or promote products derived from this software 28860 * without specific prior written permission. 28861 * 28862 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28863 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28864 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28865 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28866 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28867 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28868 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28869 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28870 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28871 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28872 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28873 */ 28874 ==> engine/src/test/jme3test/network/MovingAverage.java <== 28875 /* 28876 * Copyright (c) 2009-2010 jMonkeyEngine 28877 * All rights reserved. 28878 * 28879 * Redistribution and use in source and binary forms, with or without 28880 * modification, are permitted provided that the following conditions are 28881 * met: 28882 * 28883 * * Redistributions of source code must retain the above copyright 28884 * notice, this list of conditions and the following disclaimer. 28885 * 28886 * * Redistributions in binary form must reproduce the above copyright 28887 * notice, this list of conditions and the following disclaimer in the 28888 * documentation and/or other materials provided with the distribution. 28889 * 28890 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28891 * may be used to endorse or promote products derived from this software 28892 * without specific prior written permission. 28893 * 28894 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28895 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28896 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28897 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28898 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28899 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28900 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28901 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28902 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28903 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28904 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28905 */ 28906 ==> engine/src/test/jme3test/network/TestThroughput.java <== 28907 /* 28908 * Copyright (c) 2011 jMonkeyEngine 28909 * All rights reserved. 28910 * 28911 * Redistribution and use in source and binary forms, with or without 28912 * modification, are permitted provided that the following conditions are 28913 * met: 28914 * 28915 * * Redistributions of source code must retain the above copyright 28916 * notice, this list of conditions and the following disclaimer. 28917 * 28918 * * Redistributions in binary form must reproduce the above copyright 28919 * notice, this list of conditions and the following disclaimer in the 28920 * documentation and/or other materials provided with the distribution. 28921 * 28922 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28923 * may be used to endorse or promote products derived from this software 28924 * without specific prior written permission. 28925 * 28926 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28927 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28928 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28929 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28930 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28931 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28932 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28933 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28934 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28935 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28936 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28937 */ 28938 ==> engine/src/test/jme3test/network/TestMessages.java <== 28939 /* 28940 * Copyright (c) 2009-2010 jMonkeyEngine 28941 * All rights reserved. 28942 * 28943 * Redistribution and use in source and binary forms, with or without 28944 * modification, are permitted provided that the following conditions are 28945 * met: 28946 * 28947 * * Redistributions of source code must retain the above copyright 28948 * notice, this list of conditions and the following disclaimer. 28949 * 28950 * * Redistributions in binary form must reproduce the above copyright 28951 * notice, this list of conditions and the following disclaimer in the 28952 * documentation and/or other materials provided with the distribution. 28953 * 28954 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28955 * may be used to endorse or promote products derived from this software 28956 * without specific prior written permission. 28957 * 28958 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28959 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28960 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28961 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28962 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28963 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28964 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28965 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28966 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28967 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 28968 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28969 */ 28970 ==> engine/src/test/jme3test/network/TestSerialization.java <== 28971 /* 28972 * Copyright (c) 2009-2010 jMonkeyEngine 28973 * All rights reserved. 28974 * 28975 * Redistribution and use in source and binary forms, with or without 28976 * modification, are permitted provided that the following conditions are 28977 * met: 28978 * 28979 * * Redistributions of source code must retain the above copyright 28980 * notice, this list of conditions and the following disclaimer. 28981 * 28982 * * Redistributions in binary form must reproduce the above copyright 28983 * notice, this list of conditions and the following disclaimer in the 28984 * documentation and/or other materials provided with the distribution. 28985 * 28986 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 28987 * may be used to endorse or promote products derived from this software 28988 * without specific prior written permission. 28989 * 28990 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28991 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 28992 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28993 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28994 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 28995 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 28996 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28997 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 28998 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28999 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 29000 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 29001 */ 29002 ==> engine/src/test/jme3test/games/CubeField.java <== 29003 /* 29004 * Copyright (c) 2009-2010 jMonkeyEngine 29005 * All rights reserved. 29006 * 29007 * Redistribution and use in source and binary forms, with or without 29008 * modification, are permitted provided that the following conditions are 29009 * met: 29010 * 29011 * * Redistributions of source code must retain the above copyright 29012 * notice, this list of conditions and the following disclaimer. 29013 * 29014 * * Redistributions in binary form must reproduce the above copyright 29015 * notice, this list of conditions and the following disclaimer in the 29016 * documentation and/or other materials provided with the distribution. 29017 * 29018 * * Neither the name of 'jMonkeyEngine' nor the names of its contributors 29019 * may be used to endorse or promote products derived from this software 29020 * without specific prior written permission. 29021 * 29022 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 29023 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 29024 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 29025 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 29026 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 29027 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 29028 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 29029 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 29030 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 29031 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 29032 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 29033 */ 29034