~interfiber

United States

https://www.interfiber.dev

I program stuff, games, or linux utils mostly.

~interfiber/Lambda

Last active 2 years ago
View more

Recent activity

[PATCH v2] Demonstrate that I can use git send-email 2 years ago

From Interfiber to ~sircmpwn/email-test-drive

---
 your-name | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 your-name

diff --git a/your-name b/your-name
new file mode 100644
index 0000000..66cb3d4
--- /dev/null
+++ b/your-name
@@ -0,0 +1 @@
I have successfully used git send-email!
-- 
2.37.1
[message trimmed]

[PATCH] Demonstrate that I can use git send-email 2 years ago

From Interfiber to ~sircmpwn/email-test-drive

---
 your-name | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 your-name

diff --git a/your-name b/your-name
new file mode 100644
index 0000000..6d0ecfd
--- /dev/null
+++ b/your-name
@@ -0,0 +1 @@
I'm about to try git send-email
-- 
2.37.1
[message trimmed]

[PATCH] Plant crops & save crop data in the world save file 2 years ago

From Interfiber to ~interfiber/Lambda

This is a real patch, also just testing patches to make sure they work

 From e398f17da86b623587efb19de52030facfcd4373 Mon Sep 17 00:00:00 2001
From: Interfiber <webmaster@interfiber.dev>
Date: Thu, 28 Jul 2022 20:21:57 -0400
Subject: [PATCH] plant crops, and save the crops in save files

---
  assets/wheat.png                              | Bin 0 -> 248 bytes
  assets/wheat_seeds_item.png                   | Bin 0 -> 152 bytes
  core/src/com/interfiber/lambda/Assets.java    |   4 ++
  .../lambda/bootstrap/GameBootstrap.java       |   3 --
  .../lambda/farming/CropManager.java           |   9 +++-
  .../com/interfiber/lambda/items/ItemType.java |   4 +-

Test 2 years ago

From Interfiber to ~interfiber/Lambda

test!