asleepymoon
asleepymoon released death-swap for Minecraft 1.20.2 at asleepymoon/death-swap 2024-03-22 21:12:57 +00:00
asleepymoon pushed tag 1.20.2 to asleepymoon/death-swap 2024-03-22 21:12:57 +00:00
asleepymoon pushed to main at asleepymoon/death-swap 2024-03-22 21:11:37 +00:00
6dbd755055 fix: Update version
asleepymoon pushed to main at asleepymoon/death-swap 2024-03-22 21:09:23 +00:00
9bbbdd42f7 fix: Create and load extra worlds only on server startup
asleepymoon pushed to main at asleepymoon/Luna 2024-03-20 19:02:58 +00:00
3dc2c24ec5 apps: Add run
06b8a41d2f launch: Add support for PATH searching
Compare 2 commits »
asleepymoon pushed to text-editor at asleepymoon/Luna 2024-03-14 12:09:14 +00:00
2aa0612400 editor: Refuse to load non-regular file types
asleepymoon pushed to text-editor at asleepymoon/Luna 2024-03-14 11:40:53 +00:00
fc17399d82 editor: Remove insert mode and use the arrow keys to navigate, plus Ctrl+S to save
aae5f21f7f editor: Add basic loading and saving
d996e3f9f8 editor: Add a basic text editor
eab44307f0 run-tests: Avoid starting a shell to spawn test processes
Compare 4 commits »
asleepymoon pushed to main at asleepymoon/Luna 2024-03-14 11:38:15 +00:00
eab44307f0 run-tests: Avoid starting a shell to spawn test processes
asleepymoon pushed to text-editor at asleepymoon/Luna 2024-03-13 22:21:17 +00:00
25ea67399a editor: Remove insert mode and use the arrow keys to navigate, plus Ctrl+S to save
c6daf8d690 editor: Add basic loading and saving
7d826df3e4 editor: Add a basic text editor
cdab3dea90 libluna: Assert some unreachable conditions
2780ee2ebc ports: Build gcc without --enable-checking
Compare 5 commits »
asleepymoon pushed to main at asleepymoon/Luna 2024-03-07 22:10:46 +00:00
cdab3dea90 libluna: Assert some unreachable conditions
asleepymoon pushed to main at asleepymoon/Luna 2024-03-07 21:33:28 +00:00
2780ee2ebc ports: Build gcc without --enable-checking
asleepymoon pushed to text-editor at asleepymoon/Luna 2024-03-06 21:41:37 +00:00
42e1700e7a editor: Remove insert mode and use the arrow keys to navigate, plus Ctrl+S to save
asleepymoon pushed to text-editor at asleepymoon/Luna 2024-03-06 21:23:02 +00:00
f0ce6c36de editor: Add basic loading and saving
2951c539b1 editor: Add a basic text editor
70c63572b2 2048: Use the arrow keys and the Home key as input
fc37634a18 kernel: Add much-needed support for extended keyboard scancodes
f05fea441c libluna: Add LinkedList tags
Compare 7 commits »
asleepymoon pushed to main at asleepymoon/Luna 2024-03-06 19:34:20 +00:00
70c63572b2 2048: Use the arrow keys and the Home key as input
fc37634a18 kernel: Add much-needed support for extended keyboard scancodes
Compare 2 commits »
asleepymoon pushed to main at asleepymoon/Luna 2024-03-03 13:52:45 +00:00
f05fea441c libluna: Add LinkedList tags
asleepymoon pushed to text-editor at asleepymoon/Luna 2024-02-27 19:11:44 +00:00
406aa0d925 editor: Add basic loading and saving
278c3ed69e libluna: Add typename to some stuff in TypeTraits
5cf558292b ports: Fix mpfr download url
Compare 3 commits »
asleepymoon pushed to main at asleepymoon/Luna 2024-02-11 18:26:50 +00:00
5975e58b4a libluna: Add typename to some stuff in TypeTraits
asleepymoon closed issue asleepymoon/Luna#43 2024-02-11 17:38:24 +00:00
The GCC compiler driver (cc1) crashes with a segfault when trying to compile any simple program
asleepymoon commented on issue asleepymoon/Luna#43 2024-02-11 17:38:24 +00:00
The GCC compiler driver (cc1) crashes with a segfault when trying to compile any simple program

GCC works

Fixed in 644614cdd8f63727adb1e5acc98784e7a0e6b4f0. =D

asleepymoon pushed to main at asleepymoon/Luna 2024-02-11 17:26:55 +00:00
d385e01796 ports: Fix mpfr download url