Database Editor main features
(ALPHA) tagged features are not stable enough and/or much tested, so use them at your own risk! I hope to enhance them in the future.
-
(general) User confirmation now asked on leaving application or reloading database when unsaved changes
-
(general) Splash screen while loading database, due to increased time required (additional material file now has to be loaded)
-
(general) Settings: locales list: enhanced item display
-
(general) Settings: added ability to display TDUF configuration files and logs in default file browser WIKI here and there
-
(general) Themes support, starter pack provided, and ability to customize: WIKI
-
(main) Entry filter: pressing ENTER on text field now triggers search
-
(plugins) Material Editor: new plugin inserted in CarColors and Interior topics, allowing:
- WIKI
- selection of a different material for exterior paint (main + secondary, brake calipers) and interior (main + secondary)
- (ALPHA) update of colors used (ambient, diffuse, specular)
- (ALPHA) change of shader configuration
- viewing of more parameters (read-only for now).
-
Some more code optimizations and fixes!
Fixed issues
None.
Known bugs
- Entry list may keep invalid names after changing. Switch topic or use filter to force refreshing
- (Mapping plugin) Mapping errors are not properly described. Will be enhanced later
- (Mapping plugin) Entry paths may keep invalid names after changing. Hit Refresh button to display latest values.
- You tell me!
What's new on core?
-
(CLI) Intro interface has been removed as it's not used. It has been replaced with
help
command -
(CLI)
logs
: new command to display all log files in default editor -
(CLI)
settings
: new command to open TDUF settings file in default editor. -
(CLI/FileTool) jsonify: verbose mode now displays dumped items during parsing (not only after succesful parsing)
-
(CLI/FileTool) jsonify: adds access key to repeated item in new meta section
-
(CLI/FileTool) jsonify/applyjson: support remaining bytes.
-
(Library/Common) Removed support of genuine configuration file (formerly ~/tduf.properties)
-
(Library/Files) 2DM files preliminary support (thanks to Speeder, Lean and TDUZoqqer)
-
(Library/Files) Global and field comment support WIKI
-
(Library/Files) When parsing, CONSTANT and GAP field values are now checked by default, can be disabled on demand WIKI
-
(Library/Files) Conditioned fields support WIKI
-
(Library/Files) Repeated contents size (bytes) support WIKI
-
(Library/Files) References support WIKI
-
(Library/Files) Meta field added to JSON output for repeated items
-
(Library/Files) Support for remaining data while parsing/writing.
Fixed issues
- (Library/Files) Some parsing and writing errors have been found and fixed.
Known bugs
- You tell me!