0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Readme update. More... almost 4 years ago
v0.7.2, release! More... almost 4 years ago
FIX: Panel.SetFocused() is now called on every frame for the focusable. FIX: Crash on clicking on the Delete buttons of textbox rows or columns. More... almost 4 years ago
Minor formatting fix for screenshot naming convention. More... almost 4 years ago
Prompting a quit now focuses on "Accept" by default. More... almost 4 years ago
FIX: Multiple screenshots are now supported; they are named according to the date and time that they are taken. The number after the period is a fractional to determine the time. More... almost 4 years ago
FIX: Locking camera to pixels for accuracy. More... almost 4 years ago
FIX: URL buttons are no longer misaligned. More... almost 4 years ago
Adding tab focusing. Adding tab focusing shortcuts. Adding FocusableGUIElement interface. More... almost 4 years ago
Panels are now resizeable. More... almost 4 years ago
Adding multiple log files. Previously, only one log file was created on launch ("log.txt"). Now it's created using the standard time format and a maximum of 20 is enforced before the oldest logs are removed. INTERNAL: Time format is now a constant, now includes seconds (for differentiating between logs). INTERNAL: Adding Common.FilesInDirectory() to list files in a directory that match a prefix (like backups or logs). More... almost 4 years ago
FIX: Project.Modified no longer set immediately on project load. More... almost 4 years ago
FIX: Button was not matching Task.Rect position. More... almost 4 years ago
Renaming lines > clipboardLine for Board.PasteContent(). More... almost 4 years ago
FIX: No longer crash on pasting content that contains blank lines. More... almost 4 years ago
Updating version to 0.7.1. More... almost 4 years ago
Adding ability to click on Checkbox Tasks to check them off. More... almost 4 years ago
Adding ability to drag and drop .plan files to load them. Backup filename format has been tweaked (for example, from "test.plan_bak_3.1.21.15.04" > "test.plan_bak_03_01_21_15_04"). More... almost 4 years ago
FIX: Double-clicking only registers if both clicks are on the same object (or lack thereof, if clicking on the background). Adding customizeable double-clicking rate. More... almost 4 years ago
FIX: It's not longer possible to paste a Line base that has been deleted after copying. (This created an orphaned base.) FIX: Pasting a Line ending that was deleted after copying now no longer creates an orphaned arrow. More... almost 4 years ago
Adding customizeable audio sample buffer size. A sample buffer size of 2048 seems to be a good default. INTERNAL: Changing Project.SetSampleRate > Project.AudioSetSampleRate. INTERNAL: Adding default value for ProgramSettings' AudioSampleRate. More... almost 4 years ago
Rolling back to using ioutil.ReadFile / ioutil.WriteFile. Appveyor's Visual Studio 2017 doesn't have access to Go 1.16, so doing this should be backwards-compatible with Go 1.13. More... almost 4 years ago
Underlined text in panels are now a bit visually nicer, being slightly thicker, wider, and fading out on the edges. More... almost 4 years ago
Adding ability to copy Tasks into the system clipboard to paste as text, with a corresponding option in Settings to disable as desired. Adding ability to paste text that starts with "[ ]", "[x]", or "[o]" as Checkbox Tasks. Removing Square and Star numbering sequences for now, as I am trying to move over to pure-font for text-related rendering to make spacing simpler. Settings > Global menu is now categorized to make things a bit easier to find. INTERNAL: Excel font now has bullets. More... almost 4 years ago
- FIX #52: Text pasted in that has Windows carriage return characters is now properly split by newlines. Replacing ioutil.ReadFile() with os.ReadFile(). More... almost 4 years ago
INTERNAL FIX: New Project prompts when autosave is invalid. Warning messages are now yellow. Adding Project.AutoSaveInvalid(). More... almost 4 years ago
FIX: Messages fade out over delta time, unadjusted by current FPS, but rather by ideal delta time. More... almost 4 years ago
#50, #51 FIX: Times calculated now work correctly with DST. FIX: Times shown on Timers no longer are truncated. This resolves issues where days that are shorter (for example, when daylight savings time kicks in) show as just 1 day, rather than 1 day, 23 hours. Enabling Auto-save on projects that lack a project path now shows a message at the top-right in red text. Adding auto-save clarification in settings menu and at top-right. Adding prompt to ensure saving when a project has not been saved and auto-save is on. INTERNAL FIX: Project sample rate is set after opening settings, so that the global audio sample rate can be properly loaded. INTERNAL FIX: ioutil is deprecated; using os.CWriteFile instead, with 0666 as the permissions so that it creates the file with read and write permissions. Previously, this was writing the file without further writing permissions. INTERNAL FIX: Double-clicking is made more consistent (relying on project.Time instead of time.Time{}, since lags due to autosave could take longer than anticipated) and easier (0.33 -> 0.5 seconds). More... almost 4 years ago
FIX: Lines now always display, not just if both the base and the end are visible. More... almost 4 years ago
FIX: Recreate sound streams when changing project sampler settings. CHANGE: Project audio settings are now global and are available in the Global section of the settings menu. INTERNAL: Making Resource.Valid internal and not using it to check for invalidity, as invalidity is already a Resource State. More... almost 4 years ago