|
88d2a78b70
|
Enforced coding style using clang-format
|
2015-11-09 22:30:46 +01:00 |
|
|
63eb7b53eb
|
Fixed watchers that could be added twice to the same definition node
|
2015-09-21 23:10:43 +02:00 |
|
|
9b2c60fe16
|
DefinitionNode.copy now copies children automatically
|
2015-08-24 01:23:05 +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 |
|
|
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 |
|
|
42d3ae4ceb
|
Renamed BaseDefinition to DefinitionNode
|
2015-08-12 22:21:10 +02:00 |
|