madmaxoft
|
993fd14ddf
|
Fixed basic whitespace problems.
Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines.
|
2014-07-17 16:33:09 +02:00 |
|
archshift
|
e8143de01b
|
Nullify deleted pointers.
|
2014-06-19 01:49:56 -07:00 |
|
madmaxoft
|
c259dad7b8
|
Fixed clang warnings about abs() in Noise.cpp.
MSVC provides a float overload of abs(), clang does not. Using the proper fabs().
|
2014-06-10 18:27:17 +02:00 |
|
madmaxoft
|
6c43799cc5
|
Fixed gcc compilation.
|
2014-06-10 09:20:32 +02:00 |
|
madmaxoft
|
bead36f5ed
|
Added cRidgedMultiNoise, fixed cPerlinNoise.
|
2014-06-09 23:38:50 +02:00 |
|
Mattes D
|
fb58ef55be
|
Fixed MSVC 64-bit build warnings.
|
2014-05-09 18:32:03 +02:00 |
|
Tycho
|
077179277c
|
Fixes to uninitallsed array access in Noise.cpp
CID 43634, 43634
|
2014-04-27 13:20:00 -07:00 |
|
jfhumann
|
03402efc49
|
Should fix CIDs 43631, 43632 and 43633
|
2014-04-25 23:39:10 +02:00 |
|
jfhumann
|
013da806ec
|
Did some static analysis, fixed some bugs and optimized a lot of code
|
2014-04-18 21:09:44 +02:00 |
|
madmaxoft
|
4b4c3f2a20
|
Changed cNoise seed to signed.
|
2014-04-04 12:28:38 +02:00 |
|
Tycho
|
22cdbe99b4
|
Fixed a couple of missing defs
|
2014-03-14 06:44:04 -07:00 |
|
madmaxoft
|
ea65243119
|
Fixed clang warnings in Noise.cpp.
Fix-a-random-warning-per-day :)
|
2013-12-20 10:11:33 +01:00 |
|
Alexander Harkness
|
675b4aa878
|
Moved source to src
|
2013-11-24 14:19:41 +00:00 |
|