Commit graph

509 commits

Author SHA1 Message Date
aleoncavallo
a301a1ce13
Merge 97990b1a73 into c64e8f276a 2025-03-25 17:38:55 +01:00
Morten Minde Neergaard
c64e8f276a terminal: Change input handling
1. Handle page up / down for scrolling terminal history
2. Handle repeat keypresses, so e.g. holding pgdn will scroll
3. _input is passed a single event, so we save some CPU cycles by using
   `elif` for all branches
2025-03-25 12:37:53 -04:00
Morten Minde Neergaard
88eeef9a68 terminal: handle basic coloring
This closes issue 
2025-03-25 12:33:46 -04:00
Morten Minde Neergaard
f4a1230e77 fake-editor: Prefix save message with an "s"
With this, we can distinguish "save" from "close"

This fixes issue 
2025-03-25 12:30:10 -04:00
Morten Minde Neergaard
751b3b24a3 TCP port listen: Fix the hint server as well 2025-03-25 12:18:28 -04:00
Morten Minde Neergaard
00d940fb86 TCP connections: Only listen to localhost, not all interfaces 2025-03-25 12:18:28 -04:00
Charles Haines
290798d774 Fix spelling error in level stash-merge 2025-03-24 12:06:16 -04:00
Pablo Dobry
7f2fa3039f Fix control in [win] seccion on checkout-commit 2025-03-24 12:05:45 -04:00
blinry
c92afeaf55 Merge local version and GitHub version 2025-03-24 16:40:28 +01:00
blinry
fd34a36b6d Merge branch 'main' of github.com:git-learning-game/oh-my-git 2025-03-24 16:39:15 +01:00
bleeptrack
fbe95c3580
Merge pull request from wyattscarpenter/patch-1
Update reflog: Grammar
2024-08-22 11:26:29 +02:00
wyattscarpenter
1a8fe69f7a
Update reflog: Grammar
This commit is comprised of three changes; two stylistic and one grammatical error fix:

1. change "commit in the past" to "past commit", which flows better in the sentence

2. change "on which past commit you were before" to "which past commit you were on before". While both sentences are grammatical, the former is likely to confuse the reader momentarily because the "on" has to take a long and unexpected journey to land in between "were" and "before".

3. "your HEAD did point to" to "your HEAD has pointed to". This changes the tense to present perfect, which is correct in this circumstance.

The commas in the description are technically ungrammatical, or would be judged so by some, but I like the tone they convey, so I left them.
2024-08-22 01:28:06 -07:00
Andrea Leon Cavallo
97990b1a73 agrego los numerales 2024-06-05 00:42:45 -03:00
Andrea Leon Cavallo
292a34c8bb Merge branch 'intro-levels-translation' of github.com:aleoncavallo/oh-my-git-es into intro-levels-translation 2024-06-05 00:38:28 -03:00
Andrea Leon Cavallo
675e3bfe5a elimino card al final de commit 2024-06-05 00:37:41 -03:00
Ana Murinigo
579d58dccd
Adding more # remote 2024-06-05 00:28:12 -03:00
Ana Murinigo
cae2296e5f
Adding # remote 2024-06-05 00:26:09 -03:00
Ana Murinigo
9e20ecc55b
Adding # in win init 2024-06-05 00:19:37 -03:00
Ana Murinigo
3371fbe331
Deleting enter commit 2024-06-05 00:16:46 -03:00
Ana Murinigo
f7c08c1027
Update remote 2024-06-04 00:30:05 -03:00
Ana Murinigo
e2dfb8991c
Fixing minor bugs and deleting duplicated code commit 2024-06-04 00:26:11 -03:00
Ana Murinigo
d9c1ea2895
Deleting duplicate parragraph commit 2024-06-04 00:19:01 -03:00
Ana Murinigo
8391983ae2
Translate who-are-you 2024-06-03 23:23:34 -03:00
Ana Murinigo
e1bdd6a2ae
Translate risky 2024-06-03 23:22:12 -03:00
Ana Murinigo
e95a3e0023
Translate remote 2024-06-03 23:21:01 -03:00
Ana Murinigo
424f5e0429
Translate cli 2024-06-03 23:18:40 -03:00
Ana Murinigo
6b28416d15
Translate commit 2024-06-03 23:17:13 -03:00
Ana Murinigo
b780fe7bc1
Translate init 2024-06-03 23:10:26 -03:00
Ana Murinigo
de464442aa
Translate copies 2024-06-03 23:09:44 -03:00
aleoncavallo
590a256b13
translate cards.json 2024-06-01 21:06:03 -03:00
Marcel Ribeiro-Dantas
9da0bd1fbd Fix typos 2024-02-13 15:20:04 +01:00
bleeptrack
ce9fcda773
Merge pull request from derNiklaas/fix-readme-logo
Fixed Logos for organizations that fund the project
2023-05-11 14:08:37 +02:00
bleeptrack
2aeef1d053
Merge pull request from Jayman2000/clarify-godot-requirements
Clarify Godot requirements
2023-05-11 14:07:37 +02:00
Jason Yundt
8e9617af93 Clarify Godot requirements
At the moment, the most recent commit to the main branch was created
before Godot 4 was released [1] [2]. When that commit was created, it
was accurate to tell users to download the latest version of Godot
because the latest version of Godot was a version of Godot 3. Now, that
statement is no longer accurate because the latest version of Godot is
a version of Godot 4, and Oh My Git! hasn’t been ported to Godot 4 yet.

It’s possible that we can just import Oh My Git! into Godot 4 and have
it work fine, but that would require significant testing that I’m not
going to do at the moment.

[1]: 853b8e2 (Merge pull request  from n4mr3g/patch-1, 2022-07-19)
[2]: <https://godotengine.org/article/godot-4-0-sets-sail/>
2023-05-11 07:49:51 -04:00
Niklas
70c0d5576f
Removed lines left over from pasting the images 2023-04-18 16:19:51 +02:00
Niklas
73966b27bb
Fixed Logos for organizations that fund the project 2023-04-18 16:18:09 +02:00
blinry
b09b5f0e11 Move to butler-publish-itchio-action@v1.0.3 2022-07-21 12:22:28 +02:00
blinry
853b8e2d53
Merge pull request from n4mr3g/patch-1
Added info of the 'friend' repo, that the player needs to clone, in the level description.
2022-07-19 14:50:16 +02:00
blinry
562816b5a2
Merge pull request from Elatronion/patch-1
fix typo in bisect level Yellow brick road
2022-07-19 14:46:43 +02:00
blinry
727a32d72f
Merge pull request from kmomberg/fix-revert-card-desc
Fix typo in revert description card
2022-07-19 14:45:46 +02:00
blinry
30fd0c184c Change link on the closing page to open our Patreon pages 2022-07-19 14:43:36 +02:00
Germán Piccioni
d67e5056ea
Added in the description the location of the repo to clone. 2022-06-20 01:33:30 +02:00
Elatronion
0ea34e6bd9
fix typo in bisect level Yellow brick road
`"bisect good card"` has been changed to `"bisect good" card` to be more accurate and consistent with `"bisect start" card` and `"bisect bad" card`.
2022-02-16 21:38:05 -05:00
Kurt
c8ea26ecbb
Fix typo in revert description card 2021-05-14 22:58:01 -04:00
blinry
929c634cc4
Merge pull request from MK-UDUE/patch-3
Fixed small typo "named" instead of "names"
2021-05-10 12:16:48 +02:00
blinry
b9dff307b2
Merge pull request from MK-UDUE/patch-2
Suggesting pushing rather than pulling
2021-05-10 12:16:02 +02:00
blinry
5e0af1d2f1
Merge pull request from nikopp/patch-1
Fixed typo in reflog description.
2021-05-10 12:15:28 +02:00
blinry
2bb5d4c4b3
Merge pull request from artt/patch-1
Fixed typo in files > add level
2021-05-10 12:15:00 +02:00
blinry
5b8fc43026
Merge pull request from Tokugero/patch-1
Sample of making this level more clear.
2021-05-10 12:13:48 +02:00
MK-UDUE
c117503375
Fixed small typo "named" instead of "names" 2021-04-29 19:15:48 +02:00