• Joined on 2023-12-05
maxine commented on issue josh/ReCaveGame#29 2025-01-16 09:54:50 -05:00
Tile.cpp registered_tiles array bounds indexing out of range

I'll go ahead and throw this in right now

maxine commented on issue josh/ReCaveGame#29 2025-01-16 09:54:19 -05:00
Tile.cpp registered_tiles array bounds indexing out of range

I'm surprised I didn't catch that. He made the array size max uint16 since that's how many tiles the game supports right now. Must have forgot the array size needs to be one larger for it to…

maxine commented on issue josh/ReCaveGame#12 2025-01-15 18:37:11 -05:00
Today's build error is...

I assigned all 3 of us to this, so we can keep track of it better. A lot of this looks to be J3ML and Cave Game Core related, so Josh will be better at debugging that than I am. Bill should be…

maxine pushed to master at josh/ReCaveGame 2025-01-13 16:36:44 -05:00
37dc8c1f5e Slight performance improvement with tile ticks
maxine pushed to master at josh/ReCaveGame 2025-01-11 15:28:10 -05:00
9c7a5a0201 Make gravity tile go brrish
maxine commented on issue josh/ReCaveGame#23 2025-01-10 20:46:34 -05:00
Tile Traits? Mixins

Yes, we need to loop around back to this before we write the game like Notch

maxine pushed to master at josh/ReCaveGame 2025-01-10 18:36:28 -05:00
438a7ae632 Finished what I was initially working on for ComputerTile
maxine pushed to master at josh/ReCaveGame 2024-12-18 16:44:52 -05:00
a656383741 Finished what I was initially working on for ComputerTile
maxine pushed to ReWindow-RefactorTwo at Redacted/ReWindow 2024-12-17 19:05:58 -05:00
4f1140b217 Total overhaul
maxine created branch ReWindow-RefactorTwo in Redacted/ReWindow 2024-12-17 19:05:58 -05:00
maxine pushed to ReWindow-Refactor at Redacted/ReWindow 2024-12-17 15:10:07 -05:00
dd4b7b7d29 Close either window now
maxine pushed to ReWindow-Refactor at Redacted/ReWindow 2024-12-17 15:08:01 -05:00
a68ced6874 More things
maxine pushed to ReWindow-Refactor at Redacted/ReWindow 2024-12-17 15:05:10 -05:00
d5a08ecea2 More things
maxine pushed to ReWindow-Refactor at Redacted/ReWindow 2024-12-17 13:06:26 -05:00
df32610007 More things
maxine pushed to ReWindow-Refactor at Redacted/ReWindow 2024-12-17 11:52:11 -05:00
921f2118e8 Fix double free
maxine pushed to ReWindow-Refactor at Redacted/ReWindow 2024-12-16 12:34:01 -05:00
780fd8308a Found double free isue
maxine commented on issue Redacted/ReWindow#23 2024-12-13 17:35:12 -05:00
Release-1 Overhaul

I have most of RWindow refactored to use the pImpl idiom now. I had to hack the shit out of it to test the progress so far and it works fairly well. [See this working commit](https://git.redacted.c…

maxine pushed to ReWindow-Refactor at Redacted/ReWindow 2024-12-13 17:03:02 -05:00
20b6f1041f Got most of RWindow refactored. Had to hack the fuck out of it to test it.
maxine pushed to ReWindow-Refactor at Redacted/ReWindow 2024-12-13 15:31:55 -05:00
94960e0433 Getting started on platform specific stuff
maxine pushed to ReWindow-Refactor at Redacted/ReWindow 2024-12-13 14:33:43 -05:00
2a63ad8054 More Pimpl work