devlog

This blog is a try to me keep motivates and a way to see my progress on my current projects. Let’s see how it goes!

Week 22
3 June 2018

This week I mostly finished the move from protobuf to gaf. I still can’t save gaf files, but that will come after I throw out the current wxWidgets based editor, and that’s what I’m working on now.

Week 21
27 May 2018

This week I contintued the work on my protobuf replacement library, gaf, and actually started on replacing protobuf in euphoria. I hope that by the time of the next devlog I have finished the refactoring.

Week 20
21 May 2018

This week I basically just went through the entire list of errors that clang-tidy can detect and decided what to use, and what to ignore, and fixed several warnings. Then I continued workin on my protobuf replacement library, gaf, that I started ages ago. Hopefully within a week or two I can replace protobuf in euphoria soon.

Week 19
13 May 2018

This week I completed the component system, and added a way to both create and remove objects dynamically, though my current system for referencing script objects is lacking, so I need to fix that next week before things starts to get out of hand.

Week 18
6 May 2018

This week I started on creating objects dynamically but it seems that I need to replace my component/entity engine first. I was planning to do so anyway since I dont like how it integrates with script defined components, but I thought this was something to do later. I guess not.

Week 17
1 May 2018

This week I completed the scrip bind system replacement. Now I can finally focus on adding more features.

Week 16
22 April 2018

This week I continued on writing the wrapper. It is pretty much almost done now. I know I said it was going to be done this week, but what can I say, things took longer than expected :)

Week 15
15 April 2018

This week I continued on writing a wrapper to replace dukglue. I fall goes well it should be completed next week.

Week 14
8 April 2018

This week I started on replacing dukglue, my javascrip engine wrapper with a custom wrapper. While it is not completed yet, I got a good feeling about this.

Week 13
1 April 2018

This week I added a crash display, so that the game enters a “blue screen” instead of crashing. At first I used my own built in debug print but then I replaced it with the much nicer dear imgui display. I also moved my duktape wrapper to core and started reasearching into replacing dukglue with a custom much simpler system.