0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added intrerleaving methods. Fixed normalized accessors to provide consistent conversions. Fixed various bugs. More... almost 16 years ago
Fixed array accessors fromc rashing with ClassCastException due to @uncheckedVariance bug. Added more methods to DataSeq and subclasses. More... almost 16 years ago
Added missing licensing files and author tags. More... almost 16 years ago
Added missing licensing files and author tags. More... almost 16 years ago
Added matrix to array/buffer conversion tests. More... almost 16 years ago
Added matrix to array/buffer conversion. More... almost 16 years ago
Update the license. More... almost 16 years ago
Tests Suite for Simplex3dBuffer. This is an initial import. More... almost 16 years ago
Simplex3dBuffer. Simplifies buffer creation and handling. This is an initial import. More... almost 16 years ago
Marked constants as final to allow inlining (take2). More... almost 16 years ago
Marked constants as final to allow inlining. More... almost 16 years ago
Removed references to BaseMath from all tests. More... almost 16 years ago
Moved BaseMath into math package object to allow one line import (import simplex3d.math._). Added MetaTypes. More... almost 16 years ago
Added pass-through methods to transformation objects for consistency. Added tests for the new methods. More... almost 16 years ago
Added pass-through methods to transformation objects for consistency. Added tests for the new methods. More... almost 16 years ago
Changed unary_+() to have less overhead. Marked many methods as final. Added custom-jar ant task to package selected modules. More... almost 16 years ago
Updated Scalatest to work with 2.8.0.RC1. More... almost 16 years ago
Updated netbeans proejct to scala 2.8.0.RC1 plugin. More... almost 16 years ago
Removed @inline annotation from factory methods until scalac is fixed. Added an automated build script to generate releases. More... almost 16 years ago
Fixed build script. More... almost 16 years ago
Added noise and serialzation tests. More... almost 16 years ago
Added serialization support. More... almost 16 years ago
Added 1D simplex noise implementation. More... about 16 years ago
Added @inline to some factories and synthetic implicit defs for out-prefix. More... about 16 years ago
Added @inline to primitve cast. More... about 16 years ago
Added some synthetic class to use -Xno-forwarders and reduce the jar size. More... about 16 years ago
Changed the codebase to use in and out prefixes. More... about 16 years ago
Updated tests to accomodate for recent changes. More... about 16 years ago
Changed operations on Transformations and Quaterions to allow any input. More... about 16 years ago
Changed matrix factories. More... about 16 years ago