| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* Added 'multiply' command since rescale doesnt exactly do what Adam wants.
|
|
|
|
|
| |
* Added 'rescale' command for normalising a terrain between two values
|
|
|
|
|
|
| |
---
* Resource leaks fixed
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Reorganised and added default handlers to main functions
* Removed "regenerate" command, use "terrain regenerate" instead.
* Added new "terrain seed" command to set the random seed
* Added new "terrain load" command to load a terrain from disk
* Added new "terrain save" command to save a terrain to disk
Terrain:
* Added new export and import functions for some common formats
* Added new setSeed function to allow customising the random seed
|
|
|
|
|
|
|
| |
scripting Engines.
Added the work in progress JVM scripting engine.
|
|
|
|
| |
improvements to code quality. Terrain saving/loading may work now (running through setHeights1D and getHeights1D before DB4o) **WARNING: UNTESTED**
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|