Commit graph

215 commits

Author SHA1 Message Date
dfighter1985
0d530f15f6 Renamed signal.
--HG--
branch : dfighter-tools
2014-08-30 21:32:28 +02:00
dfighter1985
58b50e7d7e Save the log too, when saving..
--HG--
branch : dfighter-tools
2014-08-27 20:30:16 +02:00
dfighter1985
e6aa34584a Mark file modified even when using the context menu.
--HG--
branch : dfighter-tools
2014-08-27 20:25:30 +02:00
dfighter1985
0ae8fbde29 Implemented rename context menu.
--HG--
branch : dfighter-tools
2014-08-27 20:24:05 +02:00
dfighter1985
77a21cfc99 Now logging changes.
--HG--
branch : dfighter-tools
2014-08-27 19:22:10 +02:00
dfighter1985
3c0e76e78b Load log into the log tab.
--HG--
branch : dfighter-tools
2014-08-27 17:37:53 +02:00
dfighter1985
f0fdd41675 Don't disable the log tab!
--HG--
branch : dfighter-tools
2014-08-27 17:34:26 +02:00
dfighter1985
5bb3e16ca4 Implement 'delete array entry' context menu command.
--HG--
branch : dfighter-tools
2014-08-27 16:23:16 +02:00
dfighter1985
6fb9c35d84 Implemented 'append array entry' context menu
--HG--
branch : dfighter-tools
2014-08-27 01:14:49 +02:00
dfighter1985
d593ef5d17 Crash fixes related to Georges array size changing.
--HG--
branch : dfighter-tools
2014-08-20 23:36:53 +02:00
dfighter1985
eeac53ebba Added support for creating arrays.
--HG--
branch : dfighter-tools
2014-08-20 23:18:16 +02:00
dfighter1985
d046a970d9 Initialize CFormItem fields...
--HG--
branch : dfighter-tools
2014-08-20 19:57:16 +02:00
dfighter1985
655d446151 When reaching 0 array size, delete the array node.
--HG--
branch : dfighter-tools
2014-08-20 18:22:20 +02:00
dfighter1985
9b6ff808c5 Save from the file menu too.
--HG--
branch : dfighter-tools
2014-08-19 01:57:20 +02:00
dfighter1985
0b44c8a7a0 Save changes.
--HG--
branch : gsoc2014-dfighter
2014-08-18 19:49:32 +02:00
dfighter1985
827faaf3e7 Array resize.
--HG--
branch : gsoc2014-dfighter
2014-08-18 18:03:48 +02:00
dfighter1985
6000fe187f Moved BrowserCtrlPvt to it's own files.
--HG--
branch : gsoc2014-dfighter
2014-08-18 01:50:07 +02:00
dfighter1985
fb5ce7baac Use the string 'array size' as the name for the property holding the array size.
--HG--
branch : gsoc2014-dfighter
2014-08-16 03:46:52 +02:00
dfighter1985
6d074bc618 Only add atoms to the property browser..
--HG--
branch : gsoc2014-dfighter
2014-08-16 03:10:50 +02:00
dfighter1985
2a0af6cabf Only add atoms to the property browser..
--HG--
branch : gsoc2014-dfighter
2014-08-16 02:51:30 +02:00
dfighter1985
99502a1bfc Handle selected arrays too ( show size, changing it isn't implemented yet ).
--HG--
branch : gsoc2014-dfighter
2014-08-16 02:47:29 +02:00
dfighter1985
5812058ea6 Only add atoms to the property browser.
--HG--
branch : gsoc2014-dfighter
2014-08-16 02:01:07 +02:00
dfighter1985
c740d5a773 Fixed a crash. Setting a value into a valueless Georges node doesn't assign a type, which leads to a crash when trying to poll the value directly from the node. However if the value is polled indirectly using the node's name the value can be retrieved without a crash.
--HG--
branch : gsoc2014-dfighter
2014-08-15 23:49:12 +02:00
dfighter1985
aa95cc3c4b Apply changes.
--HG--
branch : gsoc2014-dfighter
2014-08-12 21:00:33 +02:00
dfighter1985
1b7b081c60 Shown properties can now be edited.
--HG--
branch : gsoc2014-dfighter
2014-08-12 20:17:10 +02:00
dfighter1985
a43c2f0a5e First iteration of the property browser.
--HG--
branch : gsoc2014-dfighter
2014-08-12 19:26:55 +02:00
dfighter1985
9315b7229e Don't enter edit mode in the treeview.
--HG--
branch : gsoc2014-dfighter
2014-08-10 15:25:59 +02:00
dfighter1985
033c86e92c Add the property browser library to the CPack archive when generated.
--HG--
branch : gsoc2014-dfighter
2014-08-06 22:59:58 +02:00
dfighter1985
7f6608b897 World Editor plugin Linux build fix.
--HG--
branch : gsoc2014-dfighter
2014-08-06 22:12:46 +02:00
dfighter1985
475c0201ea GUI Editor Linux build fix
--HG--
branch : gsoc2014-dfighter
2014-08-06 22:10:11 +02:00
dfighter1985
48bd3cb383 Fixed qrc path.
--HG--
branch : gsoc2014-dfighter
2014-08-06 19:54:01 +02:00
dfighter1985
50b90f9774 Update the tile list right away if the image is replaced.
--HG--
branch : gsoc2014-dfighter
2014-08-06 17:40:39 +02:00
dfighter1985
20edb57761 If I add a 256x256 tile, maybe I should remove it as 256x256, not 128x128...
--HG--
branch : gsoc2014-dfighter
2014-08-06 17:14:59 +02:00
dfighter1985
9bb62a3ada Statically load the empty tile image so that we don't need to have over 9000 instances of it. Also display an error message if loading fails on startup.
--HG--
branch : gsoc2014-dfighter
2014-08-06 13:25:50 +02:00
dfighter1985
669c15eda9 Removed yet another unused variable.
--HG--
branch : gsoc2014-dfighter
2014-08-06 13:04:30 +02:00
dfighter1985
e7ded1f82c Removed unused variable.
--HG--
branch : gsoc2014-dfighter
2014-08-06 13:01:44 +02:00
dfighter1985
613643b033 Repaint immediately when the display channel is changed.
--HG--
branch : gsoc2014-dfighter
2014-08-05 16:01:45 +02:00
dfighter1985
edf1da1294 Save the last directory where we loaded a tile image from.
--HG--
branch : gsoc2014-dfighter
2014-08-05 15:34:29 +02:00
dfighter1985
04d17b7a05 Save the last directoy where we loaded a tilebank from.
--HG--
branch : gsoc2014-dfighter
2014-08-05 15:16:25 +02:00
dfighter1985
f25d152f4f Rotation is now set in the tilebank wrapper and applied when replacing a tile.
--HG--
branch : gsoc2014-dfighter
2014-08-05 13:42:56 +02:00
dfighter1985
99bcb6cf79 Line endings and copyright headers...
--HG--
branch : gsoc2014-dfighter
2014-08-05 13:18:41 +02:00
dfighter1985
e2a579c03e Set all images by default.
--HG--
branch : gsoc2014-dfighter
2014-08-05 03:35:10 +02:00
dfighter1985
84fc5f27b6 Clear before loading the model data.
--HG--
branch : gsoc2014-dfighter
2014-08-05 03:20:30 +02:00
dfighter1985
2a55904b3e Makes no sense, but doesn't seem to be crashing anymore o.O
--HG--
branch : gsoc2014-dfighter
2014-08-05 03:17:29 +02:00
dfighter1985
d21aa2b678 Tile loading more or less works. TODO: investigate why displacement map lookup causes crashes.
--HG--
branch : gsoc2014-dfighter
2014-08-05 02:58:31 +02:00
dfighter1985
8bead3f3fd Saving tilebank
--HG--
branch : gsoc2014-dfighter
2014-08-04 22:14:39 +02:00
dfighter1985
92e850d296 Texture path.
--HG--
branch : gsoc2014-dfighter
2014-08-04 21:59:05 +02:00
dfighter1985
bdedd145e4 Surface data.
--HG--
branch : gsoc2014-dfighter
2014-08-04 21:53:22 +02:00
dfighter1985
55c046252f Oriented stuff.
--HG--
branch : gsoc2014-dfighter
2014-08-04 21:41:33 +02:00
dfighter1985
688f6de090 Vegetation set stuff.
--HG--
branch : gsoc2014-dfighter
2014-08-04 21:33:11 +02:00