Is there a chance for a Linux build please?
pmprog
Creator of
Recent community posts
Hi,
In our jam, we had somebody submit an entry that was clearly nothing to do with the jam, so I reported the submission, removed it from the jam, then removed the offending user. However, they've just rejoined, and submitted a different, equally unrelated, game. This time I disqualified the entry before removing it, and the user.
I guess the first question is, which way should I be going about managing invalid submissions and users breaking the rules? and is there a way to ban a user from re-joining the jam? I can only see a ban section for the community pages. I tried looking through the help on jams, but didn't really understand the best approach.
Thanks
Hiya,
I don't understand how that code works, updateBGColumn uses a variable y but it's never defined or populated. Not sure if you posted the whole thing or I'm missing something.
However, I can show you my scrolling map code if it helps. It's a bit more complicated than yours, but allows for some configuration
https://github.com/pmprog/dronedelivery.proto/blob/main/engine/mapex.h
https://github.com/pmprog/dronedelivery.proto/blob/main/engine/mapex.c
Basically, on mapex_setviewport it will completely redraw the screen at a desired location, but it takes time, so using mapex_scrollviewport to move it runs quicker (unless the distance for the scroll is too far, in which case the viewport will be completely redrawn). The scroll then just maintains the tiles that are offscreen, populating them with what's next to come.
I'm sure there's probably better ways of doing large maps than I've done here, but it works well enough for me.
PS. If you do build the project and try it out, the fact the camera is jerky as you move is not to do with the scrolling code, rather just the camera controller, which I never got around to fixing.
Hi,
We've gone through the steps of setting up contributors on a project I put up on my page. I've added them to the Admins page, and ticked the "Display as contributor?" flag. Their names appear in the title of the project, however, it doesn't so on their profiles.
Is there anything else I'm supposed to do for it to appear on their pages?
Here's the project in question, and I've added everyone's profile page in the description of the project.
https://pmprog.itch.io/gbajam22invitro
Any help would be appreciated
Regards