amr pushed to entities at amr/rogged 2026-04-09 21:04:30 +00:00
0b3608b18c
render: add player sprite. welcome to dude man
4dfe52ae72 movement: generalize; use vectors (#16)
1d738c35d4
docs: move README to docs/; reword most sections
Compare 3 commits »
amr commented on pull request NotAShelf/rogged#14 2026-04-09 20:58:56 +00:00
various: implement fog of war; make enemy AI slightly more intelligent

Dude, this is freaking awesome!!! Amazing work! Merge this biatch.

amr commented on pull request NotAShelf/rogged#11 2026-04-09 16:22:52 +00:00
render: implement experimental font change

Okay, the conflict is solved, I rebased this onto main and fixed the small conflict that was there.

amr pushed to font at amr/rogged 2026-04-09 16:21:18 +00:00
64205e137c
font: fully implemented font changes to UI, size/spacing need tweaking
901f063696
font: tweak sizes of stats
20f8c71fdf
render: implement experimental font change, needs work
4dfe52ae72 movement: generalize; use vectors (#16)
1d738c35d4
docs: move README to docs/; reword most sections
Compare 8 commits »
amr commented on pull request NotAShelf/rogged#11 2026-04-09 16:15:12 +00:00
render: implement experimental font change

Crap, there's now a conflict with the main branch. I'll have to figure out what that is.

amr pushed to font at amr/rogged 2026-04-09 16:14:32 +00:00
4fe03a8952
font: fully implemented font changes to UI, size/spacing need tweaking
amr created pull request NotAShelf/rogged#13 2026-04-08 15:01:08 +00:00
render: add player sprite. welcome to dude man
amr created branch entities in amr/rogged 2026-04-08 15:00:21 +00:00
amr pushed to entities at amr/rogged 2026-04-08 15:00:21 +00:00
5a5663afca
render: add player sprite. welcome to dude man
amr deleted branch dudeman from amr/rogged 2026-04-08 14:54:49 +00:00
amr deleted branch pickupsound from amr/rogged 2026-04-08 14:50:17 +00:00
amr deleted branch sounds from amr/rogged 2026-04-08 14:50:10 +00:00
amr deleted branch msgfix from amr/rogged 2026-04-08 14:50:01 +00:00
amr deleted branch editconfig from amr/rogged 2026-04-08 14:49:52 +00:00
amr deleted branch audio from amr/rogged 2026-04-08 14:49:43 +00:00
amr pushed to main at amr/rogged 2026-04-08 14:46:47 +00:00
eed5c3aff3 render: extract color palette; convert floating labels to enum
3998fb5259 rogged: move various magic numbers to the settings struct
6050083293 render: perform proper null checks for item_get_name()
Compare 3 commits »
amr pushed to main at NotAShelf/rogged 2026-04-08 14:42:17 +00:00
eed5c3aff3 render: extract color palette; convert floating labels to enum
3998fb5259 rogged: move various magic numbers to the settings struct
6050083293 render: perform proper null checks for item_get_name()
Compare 3 commits »
amr approved NotAShelf/rogged#12 2026-04-08 14:39:40 +00:00
various: more render code cleanup

This looks great. The new font stuff I'm implementing will be much better handled in settings.h as well, so it's good to move all the magic numbers there. Also this makes the code much neater and…

amr created branch dudeman in amr/rogged 2026-04-08 14:22:55 +00:00