|
8a9c3d4b83
|
Added /atmosphere/sun_radius property
Also added the tool camera mode to focus on the sun while altering its radius
|
2015-09-21 23:12:43 +02:00 |
|
|
63eb7b53eb
|
Fixed watchers that could be added twice to the same definition node
|
2015-09-21 23:10:43 +02:00 |
|
|
c51d6d2d35
|
Fixed terrain painting not updating has_painting
|
2015-09-21 19:37:17 +02:00 |
|
|
7658bf256f
|
Optimized terrain rendering
Painted height map is not queried anymore when empty
|
2015-09-21 01:36:03 +02:00 |
|
|
005c24fa85
|
Tweaked window and render sizes to keep full hd ratio
Also added medium render size
|
2015-09-14 00:48:55 +02:00 |
|
|
c6272846ea
|
Fixed camera Z-culling planes
This fixes artifacts in the sky rasterization
|
2015-09-13 20:08:14 +02:00 |
|
|
6a45c5dba7
|
Refactored quality control of terrain rendering
Terrain scaling factor was removed for quality consistency
|
2015-09-10 18:16:57 +02:00 |
|
|
647e185e52
|
Added IntNode, IntPropertyBind, PanelPictureChoice and /water/model property
|
2015-09-08 23:52:34 +02:00 |
|
|
982af74c2d
|
Added /water/reflection property
|
2015-09-08 01:00:34 +02:00 |
|
|
a96699dece
|
Added mouse tracking on 3d view for future operations
|
2015-09-07 01:15:59 +02:00 |
|
|
9b2c60fe16
|
DefinitionNode.copy now copies children automatically
|
2015-08-24 01:23:05 +02:00 |
|
|
c199bef7f2
|
Added /atmosphere/humidity control
|
2015-08-24 01:19:19 +02:00 |
|
|
13c8816f9e
|
Fixed water height not resetting when creating new scene
|
2015-08-20 23:11:07 +02:00 |
|
|
bbec14d904
|
Fixed atmosphere saving to file
|
2015-08-19 22:07:44 +02:00 |
|
|
87acc42041
|
Experimental scenery generate/save/load from UI
|
2015-08-19 20:06:47 +02:00 |
|
|
0058a0a8e3
|
Switched to RGB material colors
...to avoid otherwise unused HSL conversion, which causes problems
for some RGB values (like Color(1, 0, 0))
|
2015-08-19 19:14:59 +02:00 |
|
|
fde385a51a
|
Fixed initial textures definition
|
2015-08-19 18:14:15 +02:00 |
|
|
9d077d78f5
|
Added FloatPropertyBind class
This allows to easily bind a Qml property to a FloatNode,
synchronizing values both ways.
|
2015-08-19 01:17:49 +02:00 |
|
|
db0be5204f
|
Switched /atmosphere/daytime to new definition system
|
2015-08-18 20:31:11 +02:00 |
|
|
8fa0d8af29
|
Added DefinitionWatcher system
Also switched to the new definition system for /terrain/water_height
|
2015-08-17 22:55:30 +02:00 |
|
|
67bd80fba5
|
Fixed undo/redo system
|
2015-08-17 18:18:31 +02:00 |
|
|
5afd5ec24a
|
Added DiffManager system, with simple undo/redo
|
2015-08-17 00:29:54 +02:00 |
|
|
1eef1ef429
|
Start of undo/redo system (added DefinitionDiff)
|
2015-08-16 23:01:56 +02:00 |
|
|
0fc10fd28b
|
Added FloatNode and smart save/load of definition tree
Node children are now saved with their name, and if a child is not found,
it is skipped. This will allow for backward/forward compatibility of saves.
|
2015-08-13 23:46:50 +02:00 |
|
|
6062c755b5
|
Fixed layers saving/loading
Global scenery save/load testing was also improved to detect these cases better
|
2015-08-13 19:49:16 +02:00 |
|
|
46e9e73793
|
Refactored logging system using iostream
|
2015-08-13 00:33:16 +02:00 |
|
|
42d3ae4ceb
|
Renamed BaseDefinition to DefinitionNode
|
2015-08-12 22:21:10 +02:00 |
|
|
6f8e0c3cfd
|
Fixed some memory issues
|
2015-08-12 19:29:28 +02:00 |
|
|
26fb112da1
|
Added name to all BaseDefinition and toString representation
Also fixed deletion of children in the definition tree,
to handle dynamic and static destructor calls.
|
2015-08-12 17:02:27 +02:00 |
|
|
7d79b6f772
|
Added scenery save/load testing
|
2015-08-04 00:00:56 +02:00 |
|
|
efcbeecf3e
|
Added speed factor in camera control
|
2015-07-22 21:30:56 +02:00 |
|
|
2de920e091
|
Fixed quick ui camera to stay above ground and water
|
2015-07-22 18:39:46 +02:00 |
|
|
f7715b612e
|
Changed some old int-bools to true booleans
|
2014-11-21 09:45:19 +01:00 |
|
|
872e191fea
|
Merge branch 'master' into quick_ui
|
2014-09-18 11:39:56 +02:00 |
|
|
f869c2a01d
|
Fix compile in debug mode
|
2014-09-18 10:09:25 +02:00 |
|
|
0c3a498cae
|
Merge branch 'master' into quick_ui
|
2014-09-18 09:25:16 +02:00 |
|
|
4a01a4314a
|
Refactored TerrainHeightMap to PaintedGrid for future reuse
|
2014-09-15 12:32:27 +02:00 |
|
|
5eed701803
|
Removed unused Circle system from Zone
|
2014-09-15 09:36:48 +02:00 |
|
|
d0a5f19cc5
|
Added daytime control to QtQuick UI
|
2014-08-28 19:46:06 +02:00 |
|
|
13904be001
|
Optimization: replaced some divisions by inverse multiplications
|
2014-08-20 16:45:45 +02:00 |
|
|
c57c5f45d4
|
Merge branch 'master' into water_shader
|
2014-05-20 09:55:44 +02:00 |
|
|
49564acc3c
|
Fixed build for windows systems
|
2014-03-01 01:34:34 +01:00 |
|
|
3e72fc7bf8
|
Replaced NoiseGenerator by NoiseState in WaterDefinition
|
2014-01-21 21:51:11 +01:00 |
|
|
25d9a95141
|
Water is now always at y=0.0
|
2014-01-06 20:22:00 +01:00 |
|
|
1db49afaed
|
Restored correct terrain tessellation
|
2014-01-02 15:08:00 +01:00 |
|
|
e61dae6f0a
|
Added NoiseState to maintain the noise offsets in clouds
|
2013-12-31 15:50:28 +01:00 |
|
|
eb795b0f83
|
Added camera FOV control (and better initial fov)
|
2013-12-30 14:59:42 +01:00 |
|
|
134158c33a
|
Stars optimization and small tweaks
|
2013-12-29 18:44:12 +01:00 |
|
|
eabe68b77d
|
New terrain walker (now used for ray casting)
|
2013-12-29 14:14:49 +01:00 |
|
|
3786b21e15
|
Added stars to night sky
|
2013-12-26 17:30:22 +01:00 |
|