Welcome to Stone Saw Games, LLC

We are a small, independent game company that is woman-owned and family-owned.

Dev Blog

Firefly Catch DevBlog

commit 90cb29b4d643690bd05938e0380f982a0f6cd4c4
Author: Robert Bledsaw III
Date: Tue Nov 30 19:59:38 2021 -0500

Fixed chest grabbing physics

commit caf5745c5fe1d9e4d7c9175a0ba0d58babcd87cc
Author: Robert Bledsaw III
Date: Tue Nov 30 19:19:36 2021 -0500

Tightened up one-way collisions with ledges.

commit fa3b40fa68c1e9df700c97ed13e4203596fd180d
Author: Robert Bledsaw III
Date: Mon Nov 29 00:33:08 2021 -0600

Fixed ledge collision by assigning mask_index to an empty sprite (spr_empty). There is a bug where player can be stuck in between ledges though, so all ledges need to be spaced at least 18 pixels vertically. Should also make the mask swap happen only if the player is standing on that instance. As it is coded now, the swapping happens to all ledges on the level. There is a bug with grabbing chests and having them follow the player.

commit d66129181b12f0897238bb20621404cf9494eb18
Author: Robert Bledsaw III
Date: Fri Nov 26 22:33:41 2021 -0600

refactored collisions with block objects, changed gravity variable. Still having bug with ledges blocking collision from below. Need to completely overhaul physics for objPlayer

commit 9d334ef52d75631623eaf010976fb77d2336b454
Author: Robert Bledsaw III
Date: Sun Dec 20 03:31:46 2020 -0500

fixed sprite mirroring, collision issues with cliping, changed player sprite origin to bottom-center, fixed collision from above for ledges. Still need to fix collision from below for ledges.

commit 098d9563bb2565e0c22fe8a61c7d7f0065dd1871
Author: Robert Bledsaw III
Date: Sat Dec 19 01:34:56 2020 -0500

Updated fonts and fixed font instances for intro and tutorial. TODO: Fix instance order for obj_font_cksmall in rest of the levels.

commit 59c3de89bd34be9da199bbf98c18ebcb9cbcce92
Author: Robert Bledsaw III
Date: Fri Dec 18 03:28:58 2020 -0500

Replaced legacy bitmap font for ckfnt. Now is a proper font sprites. Updated code for title screen so font can be displayed correctly.

commit 75aca96f3b0d2f1adca9cd9324af2d2b2e23173c
Author: Robert Bledsaw III
Date: Tue Dec 15 21:24:00 2020 -0500

Updated eleanor sprite text. Fixed intro animation.

commit e16693f514614d98185ae2c02deffba378958ab8
Author: Robert Bledsaw III
Date: Tue Dec 15 16:10:04 2020 -0500

updated platform target settings with correct logos

commit 4b7025eba14e3bff2b4e1166fbd8c01355cc9112
Author: Ryan Steinbruner
Date: Tue Dec 15 01:51:18 2020 -0500

Updated player sprites

Signed-off-by: Ryan Steinbruner

commit a5b4c84d41bbf5f36d24dc43372a678fb32259b3
Author: Robert Bledsaw III
Date: Tue Dec 15 02:36:33 2020 -0500

Revert commit

Signed-off-by: Robert Bledsaw III

Deliverance DevBlog

commit c7f6e74c6196bf9125ef7c6fd85c58ed3419130d
Author: Robert Bledsaw III
Date: Thu Dec 31 17:10:22 2020 -0500

updated spritePlayer* to fix bob during walk and hair color in all frames

commit bd8f93a0663100b307af726717143dfbca36e3c9
Author: Robert Bledsaw III
Date: Mon Dec 28 10:53:32 2020 -0500

import SSGFraktur font sprite, created font object for it and parent font object with variables. create font instance tied to camera that displays player health.

commit c1c9bbf0fad5c80baf5610dccd80010db446a7d5
Author: Robert Bledsaw III
Date: Wed Dec 23 00:58:59 2020 -0500

Created Camera Object, changed walk/jump speeds and gravity value. updated animation speeds to reflect changes in velocities. changed block object to 20 x 20.

commit e36cc13561a0e998064679f88d2c1bdcb248bb23
Author: Robert Bledsaw III
Date: Tue Dec 22 21:45:44 2020 -0500

fixed gravity, jumping animations, added falling animation, changed v_y and a_y, changed grid size to 40px x 40px and default objBlock size as well.

commit 628df80cbe30b14fdcb41da339dc1d44d9ac28af
Author: Robert Bledsaw III
Date: Tue Dec 22 20:19:38 2020 -0500

single jump, vertical collision, and gravity added.

commit d85f4b2e233aa3ff668d60272826abd5e1988ec5
Author: Robert Bledsaw III
Date: Tue Dec 22 16:37:59 2020 -0500

initial commit

Firefly Engine DevBlog

commit 5ffb342ecfe1872a26db0cebef13079e47a77ae7
Author: Robert Bledsaw III
Date: Sat Sep 28 21:44:33 2019 -0500

add glm header files

commit f8c0dc0efd7523efd424d41959ddf41c92f059ac
Author: Robert Bledsaw III
Date: Sat Sep 28 20:50:16 2019 -0500

Created Input Codes for keyboard, mouse, joystick, and gamepads

commit e31eb3cea8dd378723a9127567df3deaab0c5ec2
Author: Robert Bledsaw III
Date: Sat Sep 28 16:29:54 2019 -0500

Add Input Polling and implimentation

commit 56f2a87957184e4d90a1c76c94ea3c222a2755ad
Author: Robert Bledsaw III
Date: Sat Sep 28 13:12:11 2019 -0500

update premakes and Core.h to convert Firefly to a static library

commit 8b37d8f16236fafa4318a08fb93309e0966b3830
Author: Robert Bledsaw III
Date: Sat Sep 28 01:29:27 2019 -0500

Integrate ImGui with Event Handler

commit c3e0ada72743e1b63306b0d19cdc1fd6063b1d4a
Author: Robert Bledsaw III
Date: Fri Sep 27 23:57:31 2019 -0500

Added ImGui rudimentary support

commit d491b667f4f5ad326f288283a79ed010eeea50f5
Author: Robert Bledsaw III
Date: Fri Sep 27 12:23:37 2019 -0500

Added GLAD for Modern OpenGL support, GLFW only handles windows now.

commit 32fd339670e348a304fc62b916dca06a1e7defce
Author: Robert Bledsaw III
Date: Fri Sep 27 03:09:01 2019 -0500

Add Layers and LayerStacks. Changed Event.h Event class member bool m_Handled from protected to public.

commit a0fec8617c6f0cb0bb959183a3bfb93b0a94139b
Author: Robert Bledsaw
Date: Thu Sep 26 19:25:57 2019 -0500

Add Window Event handling

commit cc6a56770759726b8ab79023cdf56612e78ad8c5
Author: Robert Bledsaw
Date: Thu Sep 26 18:30:44 2019 -0500

Add GLFW library and Window class

commit a9c5f0e4b5cd5904781a9b4d54ee29b382cb3dfc
Author: Robert Bledsaw
Date: Thu Sep 26 15:17:17 2019 -0500

created precompiled header

commit 2687917eb5ec930644fbc295b3dcddfd25e1466d
Author: Robert Bledsaw
Date: Thu Sep 26 13:37:50 2019 -0500

fix error with spdlog and premake not cloning correctly

commit 5a8a91c6474810d979b51519e90eac16d4d93cd8
Author: Robert Bledsaw
Date: Wed Sep 25 23:12:02 2019 -0500

Created event system, updated premake script, renamed FF_CLIENT logging API Macros to just FF_

commit 4295edb4a52930c033137fb3ee7e6dfc7f01c026
Author: Robert Bledsaw
Date: Wed Sep 25 14:05:53 2019 -0500

Added and configured Premake to build projects

commit fd10c971e3190588adef116b809166e76049d5ad
Author: Robert Bledsaw
Date: Wed Sep 25 13:07:03 2019 -0500

Added logging system and macros

commit 3f6c1138ac8ae2dd84bd874f69c22a1c1385599f
Author: Robert Bledsaw
Date: Wed Sep 25 11:11:25 2019 -0500

Inital Commit with Application and Entry Point

commit 45d96b676e01663bac01204336027012651c50f5
Author: Robert Bledsaw III
Date: Wed Sep 25 15:51:00 2019 +0000

Initial commit