Skip to content

Releases: snipercup/CDDA-Content-Manager

CDDA-Content-Manager 0.6.6

06 Jul 02:29
6ae96a0
Compare
Choose a tag to compare

Fixes #49
it does this by adding a 'save as' button in the content editor. After you save as a new file you have to press ctrl+R to reload the content editor and the new entry you created will show up in the list. I'd like to change it so pressing ctrl+R
This allows you to save exactly one entry to a seperate json file, which is useful for modinfo for example. If you want to create a seperate file with a bunch of armors, you would save an existing armor as a new file and then copy the entry a couple of times, they will then be in the same file.

CDDA-Content-Manager 0.6.5

27 Mar 13:36
6ae96a0
Compare
Choose a tag to compare

A couple of new schemas, updated schemas and some buttons to help processing old json to new json

CDDA-Content-Manager 0.6.4

16 Mar 15:24
06203dc
Compare
Choose a tag to compare

More updated schemas, the item finder is added, newest version of electron is used

CDDA-Content-Manager 0.6.3

12 Mar 01:34
4e9e98b
Compare
Choose a tag to compare

Adds an item finder, you can access it in the main menu. Enter a word and press find. It will look in properties 'id', 'name' and 'abstract' to see if the word is present. It will show a list of id's of items that come up.

Also a lot of schemas had an update so editing entries is better.

CDDA-Content-Manager 0.6.2

05 Mar 16:30
8dd1ce7
Compare
Choose a tag to compare

The content manager now allows you to edit more types. Some schemas like those of traps and npc_class are still wip.

CDDA-Content-Manager 0.6.1

27 Feb 20:39
ee0f53f
Compare
Choose a tag to compare

More schemas updated for the content manager.

CDDA-Content-Manager 0.6.0

23 Feb 18:48
5de6f56
Compare
Choose a tag to compare

More schemas for the content manager meaning more types can be edited and saved.

CDDA-Content-Manager 0.5.9

16 Feb 15:25
0d0b456
Compare
Choose a tag to compare

A lot of new schemas for different types of json entries. They are very basic so they only allow you to view entries of that type but editing will still be difficult.

CDDA-Content-Manager 0.5.8

12 Feb 00:42
00bd84f
Compare
Choose a tag to compare

Fixed a bug where the filters would not load from the compiled version due to relative paths

CDDA-Content-Manager 0.5.7

06 Feb 08:03
78498e1
Compare
Choose a tag to compare

More schemas for the content editor. The description now uses a nice multiline edit field.