openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
SolarLune/MasterPlan
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 7 of 14
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
FIX: Double-clicking errors. It was previously possible to double-click to edit or create a Task right out of editing a Task or changing Project Settings. This has been fixed.
SolarLune
More...
over 4 years ago
Remove FPS cap. Instead, MasterPlan will be tied to Vsync for timing; this seems to keep the CPU from using busy wait loop idling (see raylib's issue #217), lowering CPU requirements. Making GetFrameTime() have a higher tolerance just in case of outliers.
SolarLune
More...
over 4 years ago
Lines now have outlines.
SolarLune
More...
over 4 years ago
Updating raylib. Raymath has moved to raylib's package.
SolarLune
More...
over 4 years ago
Updating changelog.
SolarLune
More...
over 4 years ago
FIX: Images weren't loading with proper size. Task.LoadResource no longer requires forceLoad argument.
SolarLune
More...
over 4 years ago
FIX: Loading resources had working dir as root.
SolarLune
More...
over 4 years ago
Updating version number, changelog. v0.5.1 update!
SolarLune
More...
over 4 years ago
Project lock is undone when setting's unchecked. Before, it was only done when the settings panel was closed. Slight text update to help plan.
SolarLune
More...
over 4 years ago
FIX: Shifting new Map Task crashes MP. This is because MapImage is nil until the Task is closed, where it gets initialized. FIX: HandleCamera() moved lower in the project.Update function to not have a motion sickness-inducing effect when panning as the Task movements are behind by a frame. Adding a grid and a placement indicator to editing MapImages. Rounding off MapImage grid cells.
SolarLune
More...
over 4 years ago
FIX: Backups aren't being made on Windows. This is because filenames on Windows can't have ":" in them, among other characters, so I'm replacing ":" with "." for the timestamp. Also getting rid of the seconds place because there's no real reason to have it.
SolarLune
More...
over 4 years ago
Updating build script. Just the platform name suffices, as itch automatically adds the project name ("MasterPlan") to the beginning of the zips if you upload a folder.
SolarLune
More...
over 4 years ago
Fixes for 0.5.0. FIX: Resizing Map can go under minimum size. FIX: MapImage size can go over data bounds when resizing. FIX: Panel window can no longer go offscreen by changing the program window size. FIX: MapImage loading was loading an underlying data array locked to what was saved, rather than the original 32x32 maximum size. Slightly changing changelog text.
SolarLune
More...
over 4 years ago
Updating changelog, program version to 0.5.0. Release time!
SolarLune
More...
over 4 years ago
Tweaking manual.
SolarLune
More...
over 4 years ago
Fixing Sunlight theme to have a brighter blue.
SolarLune
More...
over 4 years ago
Editing Panel now is consistent between Tasks. Project Settings Panel also stays consistently in a single place between open and close. If an item in a PanelColumn lacks a label, it will use the entirety of the space now. Adding improved checkbox icon. Spacing out the Description and FilePath textboxes to be on their own line and wider in the Task Editing Panel. Adding buttons to shift MapImage data. FIX: Can't edit MapImage while its Task is being edited. FIX: Panel slides offscreen when expanding (this was caused by using panel.Rect.Height instead of panel.OriginalHeight). Renaming Panel.Name > Panel.Label. Fixing Golden Hour theme inside panel color to be slightly more contrasting. Updating manual.
SolarLune
More...
over 4 years ago
Update appveyor.yml to update Linux image. This resolves the build failing due to being unable to fetch archives from an official Ubuntu archive repo (maybe the repository IP changed between when the image was created and nowadays).
SolarLune
More...
over 4 years ago
Panels can now be dragged. Adding the ability to hide mouse events. FIX: Name from other Task types displays on Map.
SolarLune
More...
over 4 years ago
Updating help manual.
SolarLune
More...
over 4 years ago
FIX: Images loading initially at 16x16. This is because the image display size is set to 0x0 when the task type is set, even before closing the editing dialog.
SolarLune
More...
over 4 years ago
Use macos-mojave as build source on appveyor. Previously used the macos image, implicity making MP require macOS 10.15. This should bump it down to 10.14.
SolarLune
More...
over 4 years ago
Image / Sound Tasks now have relative paths. This is done by saving the paths in a relative, OS-agnostic state when serialized and deserializing them to be the absolute path to the resource. This way, you can share plans across computers, or even OSes, and expect it to work as long as the resources are in the same relative locations. FIX: Resizeable Tasks get stuck resizing if not released over overview window. Adding WorkingDirectory() function.
SolarLune
More...
over 4 years ago
FIX: Alarm playback wasn't resampled.
SolarLune
More...
over 4 years ago
Reworking MapImage.Data serialization. Task should serialize just the used part of MapImage Data.
SolarLune
More...
over 4 years ago
FIX: Undo after load destroys Line Tasks. The solution to this is to make it so that the undobuffer only turns on after fully loading the project, and Tasks only turn it back on after doing cerrtain things if it was previously on. FIX: Map image corrupts sometimes on project unload. This is caused by unloading the rendertexture on Task Destroy; this seems like it shouldn't be a problem normally, but I must be misusing it, because it is.
SolarLune
More...
over 4 years ago
Work on manual.
SolarLune
More...
over 4 years ago
FIX: Consume input after double-click on Task.
SolarLune
More...
over 4 years ago
Rewording project lock text at top-right.
SolarLune
More...
over 4 years ago
Improving manual information.
SolarLune
More...
over 4 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
13
14
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree