aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-04-14Add LICENSE and prepare to release to public.HEADmasterdam
2024-05-31Store readme from itch.iodam
2022-09-02Renamed is_urgent to emergency_surgery. Increased version to 1.5.v1.5dam
2022-09-02Fixed export settings to include all required scripts. Renamed is_urgency to ↵v1.4dam
is_urgent.
2022-08-15Updated to-do list.dam
2022-08-15Updated project to Godot 3.5.0 to fix Android problems on storage access.v1.3dam
2022-07-21Fixed export settings to include only main scene.dam
2022-07-08Updated release version.v1.2dam
2022-07-08Replaced URLs on about screen with creator name/alias.dam
2022-06-27Added contact information on about screen.dam
2022-06-23Themed file dialogs.v1.1dam
2022-06-23Implemented day and night themes.dam
2022-06-22Night theme completed.dam
2022-06-17First iteration over the day/night themes.dam
2022-06-16Fixed export of app logs.dam
2022-06-16Added settings; Fixed virtual keyboard height bug with hack; Initial support ↵dam
of multiple themes.
2022-06-08Preparing project for day/night themes.dam
2022-04-18Merge godot branch.v1.0dam
2022-04-17Renamed app log export action.dam
2022-04-16Allow user to export error log to file.dam
2022-04-16Added details to error messages when loading JSON files for database and ↵dam
option sets.
2022-04-14Added windows and linux export presets.dam
2022-04-11Bumped to version 1.0. Version stored in project settings global/version.dam
2022-04-10Code cleanup.dam
2022-04-10Renamed dropdown button on option_set.dam
2022-04-10Added content margin on option_set_list items.dam
2022-04-10Themed scrollbar. Tweaked theme of option_set_list.dam
2022-04-10Removed auto-save logic from load_database and load_option_sets; Changed ↵dam
menu logic to save database and optionsets after making changes.
2022-04-09Automatically save database and option sets when loaded from non-base locations.dam
2022-04-09Themed scrollbar with darker scroll area.dam
2022-04-09Themed scrollbar.dam
2022-04-09Added vertical separation to OptionSetList. Item selected on database gets ↵dam
highlighted.
2022-04-09Themed database popup menu.dam
2022-04-09Increased size of database icons.dam
2022-04-09Chanted is_urgency button type. Made buttons lighter.dam
2022-04-07Removed hardcoded database buttons theming; to be defined later.dam
2022-04-07Changed database entries display text.dam
2022-04-06Improved file operations for database and option sets.dam
Added confirmation dialogs when importing database and option sets files. Standardized the error print calls. Fixed capitalization on menu entries.
2022-04-05Set 62 as vertical minimum size on stage items.dam
2022-04-05Tweaked line edit theme.dam
2022-04-05Improved is_urgency button layout and visual. Changed font size.dam
2022-04-05WIP creating theme and improving UI/UX.dam
2022-04-05Fixed date picker to allow transparency on labels.dam
2022-04-04Implement back button logic.dam
2022-04-04Replaced icons and simplified dialog button labels.dam
2022-04-03Updated to do list.dam
2022-04-02Sets the stage action buttons side by side.dam
2022-04-02Fix placeholder on option_set.dam
2022-04-02Improved modal dialog messages.dam
2022-04-01Option set changed to work with empty list instead of creating dummy -- entry.dam