• [::1]
  • https://notashelf.dev
  • Political Scientist, Open source advocate, high-level programmer. NixOS hacker and nixpkgs contributor.

  • Joined on 2024-08-03
NotAShelf pushed to main at NotAShelf/rogged 2026-04-10 17:09:00 +00:00
587dbefb2f Merge pull request 'font: implement TTF font usage' (#19) from amr/rogged:main into main
23e98772ad font: pick a generic temporary font, fix leftover conflict
2500fffe84 font: squash commit into main
Compare 3 commits »
NotAShelf approved NotAShelf/rogged#19 2026-04-10 17:08:52 +00:00
font: implement TTF font usage
NotAShelf pushed to main at amr/rogged 2026-04-10 17:08:35 +00:00
23e98772ad font: pick a generic temporary font, fix leftover conflict
2500fffe84 font: squash commit into main
71a9e5dbfb Merge pull request 'build: move map & rng logic to their own libraries' (#18) from notashelf/push-yrzxvtqkwopk into main
3ab42c3f65
build: don't archive libcombat
26aa295f82
build: move map & rng logic to their own libraries
Compare 5 commits »
NotAShelf pushed to main at NotAShelf/rogged 2026-04-10 17:08:24 +00:00
71a9e5dbfb Merge pull request 'build: move map & rng logic to their own libraries' (#18) from notashelf/push-yrzxvtqkwopk into main
3ab42c3f65
build: don't archive libcombat
26aa295f82
build: move map & rng logic to their own libraries
Compare 3 commits »
NotAShelf merged pull request NotAShelf/rogged#18 2026-04-10 17:08:23 +00:00
build: move map & rng logic to their own libraries
NotAShelf pushed to notashelf/push-yrzxvtqkwopk at NotAShelf/rogged 2026-04-10 17:07:47 +00:00
3ab42c3f65
build: don't archive libcombat
26aa295f82
build: move map & rng logic to their own libraries
Compare 2 commits »
NotAShelf commented on pull request NotAShelf/rogged#19 2026-04-10 12:49:53 +00:00
font: implement TTF font usage

One concern: what are the terms under which we can use those fonts? This repository is public, and we're basically distributing those...

NotAShelf commented on pull request NotAShelf/rogged#13 2026-04-10 12:31:13 +00:00
render: add player sprite. welcome to dude man

I like mr. blue square :p

NotAShelf created pull request NotAShelf/rogged#18 2026-04-10 12:30:32 +00:00
build: move map & rng logic to their own libraries
NotAShelf pushed to notashelf/push-yrzxvtqkwopk at NotAShelf/rogged 2026-04-10 12:30:12 +00:00
ef0a20c1f8
build: move map & rng logic to their own libraries
NotAShelf synced and deleted reference refs/tags/dependabot/github_actions/cachix/install-nix-action-31.10.4 at NotAShelf/nvf from mirror 2026-04-10 12:27:43 +00:00
NotAShelf synced commits to main at NotAShelf/nvf from mirror 2026-04-10 12:27:43 +00:00
50a97efee8
Merge pull request #1504 from NotAShelf/dependabot/github_actions/cachix/install-nix-action-31.10.4
89819e9e96 build(deps): bump cachix/install-nix-action from 31.10.3 to 31.10.4
bd9a134e88
Merge pull request #1498 from CaueAnjos/feat/razor-support
916ab2a753
Merge branch 'main' into feat/razor-support
d5659d9048
Merge pull request #1509 from horriblename/ci-cachix-doc-preview
Compare 8 commits »
NotAShelf synced commits to gh-pages at NotAShelf/nvf from mirror 2026-04-10 12:27:43 +00:00
3bfb424e04 Deploy PR #1504 preview
bf1be51a13 Deploy PR #1510 preview
aab1f91d96 Deploy PR #1498 preview
90e794dd1c Deploy PR #1504 preview
Compare 7 commits »
NotAShelf pushed to notashelf/push-yrzxvtqkwopk at NotAShelf/rogged 2026-04-10 12:24:03 +00:00
dd9b7835a6
build: move map & rng logic to their own libraries
NotAShelf created branch notashelf/push-yrzxvtqkwopk in NotAShelf/rogged 2026-04-10 12:24:02 +00:00
NotAShelf synced and deleted reference refs/tags/dependabot/cargo/hotpath-0.14.1 at NotAShelf/microfetch from mirror 2026-04-10 11:57:40 +00:00
NotAShelf synced and deleted reference refs/tags/notashelf/push-kpolspkuxwln at NotAShelf/microfetch from mirror 2026-04-10 11:57:40 +00:00
NotAShelf synced and deleted reference refs/tags/notashelf/push-uysmruuoyvnz at NotAShelf/microfetch from mirror 2026-04-10 11:57:40 +00:00
NotAShelf pushed to main at NotAShelf/rogged 2026-04-10 11:15:47 +00:00
702b4258e0 Merge pull request 'map: implement seeded generation; allow passing custom seed' (#17) from notashelf/push-svxosluqnsnp into main
4475e6c276
various: persist seed display; fix seed 0 handling
8bbca55b78
rogged: re-seed on game-over; display seed in game-end screen
f51b754e76
map: implement seeded generation; allow passing custom seed
Compare 4 commits »
NotAShelf merged pull request NotAShelf/rogged#17 2026-04-10 11:15:45 +00:00
map: implement seeded generation; allow passing custom seed