Project Bolero Devlog 22

Testing Multiple background layers with parallax scrolling, map wrap-around, and tile animations — all conveniently not conveyable with a still screenshot. Here’s a tweet with a video if you’re curious. Work Since Last Devlog Moved…

Project Bolero Devlog 21

Nested widget bodies. The deepest body contains a formatted text widget, which is cropped to only appear within the boundaries of its parent. Also, screen tearing. Work Since Last Devlog So, the plan to make…

Project Bolero Devlog 20

Work Since Last Devlog Fixed the issue causing Bolero 2’s startup to fail. Increased Bolero 2’s resolution from 384×216 to the more common 480×270. (Both can be scaled up to 1920×1080.) I also increased the…

Project Bolero Devlog 19

A board from ‘The Mask Of Atlantis’ Work Since Last Devlog In general: I started a secondary blog (oh no) for tracking smaller status updates and accomplishments throughout the week. I finished reading Game Programming…

Project Bolero Devlog 18

Unfortunately, I have very little to show for this week. I’ll try to get something substantial done for the 16th. Housecleaning note: I removed a couple of blog links on the root page of my…

Project Bolero Devlog 17

  Work Since Last Devlog Hibernator: A Windows user reported a no-error crash to desktop. I wasn’t able to duplicate the crash, so as a workaround, I added save/load support using the Binser serialization library….

mxmTracker Devlog 5

Ohh no. 1 June I settled on a name, or at least a working title: MXM, or “Music and Effects Monitor”, or mxmTracker. Stayed up half the night adding echo buffers to each tracker channel,…

Unnamed Music Tracker Devlog 4

Oh no. 27 May: Added reverse stereo flag for stereo samples, and reverse playback for the pattern. Not sure if I’ll keep them in, but it would be amusing to support both as effects or…

Unnamed Music Tracker Devlog 3

Changed the user-facing tempo setting from samples-per-second to beats-per-minute. There is some precision loss due to using integers which I’ll have to follow up on later. Moved the interface structure and functions out of main.c…

Unnamed Music Tracker Devlog 2

Guess I can’t keep away. I started on a rudimentary NCurses interface to print out column and row data, and added volume and panning updates when the channel row state is updated. I also added…