Un fork de lavat pour pouvoir y ajouter des titres - retour accueil
git clone git://bebou.netlib.re/lavat
Log | Files | Refs | README | LICENSE |
Date | Message de commit | Auteurice | Fichiers | + | - |
2025-02-07 16:57 | Ajout gitignore | Arthur Pons | 1 | +2 | -0 |
2025-02-07 16:56 | Oups j'avais ajouté le fichier de tag | Arthur Pons | 1 | +0 | -427 |
2025-02-07 16:43 | Correction bug du passage du titre au script | Arthur Pons | 1 | +1 | -1 |
2025-02-07 16:39 | Possibilité de mettre un titre derrière les boules | Arthur Pons | 3 | +451 | -1 |
2025-02-07 16:35 | Modified lavat.c to add title | Arthur Pons | 1 | +5 | -0 |
2024-10-12 00:22 | Merge pull request #5 from sheeeng/fix/return-type-warning | AngelJumbo | 1 | +1 | -0 |
2024-10-11 08:34 | fix: return type warning | Leonard Sheng Sheng Lee | 1 | +1 | -0 |
2024-01-25 03:07 | in runtime change colors and the party mode | AngelJumbo | 2 | +82 | -23 |
2023-01-14 16:48 | typo | AngelJumbo | 2 | +4 | -8 |
2023-01-14 14:39 | updated -h option | AngelJumbo | 2 | +53 | -43 |
2023-01-14 05:11 | increase or decrease the rim with shift+i and shift+d (I just can't sleep, help) | Angel Jumbo | 1 | +21 | -2 |
2023-01-14 04:54 | increase and decrease radius the i and d keys | Angel Jumbo | 1 | +29 | -3 |
2023-01-14 04:20 | detect terminal resize | Angel Jumbo | 1 | +52 | -35 |
2023-01-14 03:32 | change the number of balls in runtime with m and l (no more malloc(sizeof(ball)*nballs) :C ) | Angel Jumbo | 1 | +48 | -17 |
2022-11-27 05:28 | Change the speed while the program runs with the - and + keys | AngelJumbo | 1 | +18 | -0 |
2022-11-27 04:22 | More speed values | AngelJumbo | 2 | +7 | -6 |
2022-11-11 04:24 | Updated -h option | Angel Jumbo | 1 | +5 | -2 |
2022-11-11 04:20 | Update README.md | AngelJumbo | 1 | +1 | -1 |
2022-11-11 03:52 | Update README.md | AngelJumbo | 1 | +1 | -1 |
2022-11-11 03:21 | Update README.md | AngelJumbo | 1 | +6 | -0 |
2022-11-11 02:04 | Bug fix -k color with no rim | Angel Jumbo | 1 | +3 | -3 |
2022-11-11 00:17 | Update README.md | AngelJumbo | 1 | +2 | -1 |
2022-11-11 00:08 | Set the color of the rim (option -k) | AngelJumbo | 1 | +39 | -22 |
2022-10-30 01:07 | Update README.md | AngelJumbo | 1 | +4 | -5 |
2022-10-21 22:57 | Fix typo | AngelJumbo | 1 | +1 | -1 |
2022-10-21 22:56 | Update README.md | AngelJumbo | 1 | +1 | -1 |
2022-10-21 22:53 | Update readme. | AngelJumbo | 2 | +15 | -13 |
2022-10-21 16:51 | Remove unnecessary math with custom characters | AngelJumbo | 1 | +1 | -1 |
2022-10-21 03:48 | Allow rim with custom characters and no color | AngelJumbo | 1 | +5 | -3 |
2022-10-21 03:29 | Update -h option | AngelJumbo | 1 | +1 | -2 |
2022-10-21 03:26 | Update -h option | AngelJumbo | 1 | +2 | -2 |
2022-10-21 00:48 | Some tweaks | AngelJumbo | 1 | +7 | -4 |
2022-10-20 21:39 | Fix custom radius option | AngelJumbo | 1 | +1 | -1 |
2022-10-20 21:29 | Added -C to make the metaballs bounce right off the ede of the terminal | AngelJumbo | 1 | +46 | -29 |
2022-10-18 22:58 | Bug fix | AngelJumbo | 1 | +3 | -3 |
2022-10-18 22:53 | Revert changes | AngelJumbo | 1 | +3 | -3 |
2022-10-18 22:45 | Added support for a custom rim different from the inner circle with the -F option | AngelJumbo | 2 | +10 | -2 |
2022-10-18 03:55 | Fix typo | AngelJumbo | 1 | +1 | -1 |
2022-10-18 03:53 | Update README.md | AngelJumbo | 1 | +1 | -1 |
2022-10-18 02:58 | Update README.md | AngelJumbo | 1 | +1 | -1 |
2022-10-18 02:51 | Update README.md | AngelJumbo | 1 | +4 | -4 |
2022-10-18 02:39 | One more demo | AngelJumbo | 1 | +1 | -1 |
2022-10-18 02:36 | One more demo | AngelJumbo | 2 | +14 | -8 |
2022-10-17 21:14 | Update README.md | AngelJumbo | 1 | +1 | -1 |
2022-10-17 17:04 | Update README.md | AngelJumbo | 1 | +1 | -0 |
2022-10-17 16:41 | Update README.md | AngelJumbo | 1 | +1 | -3 |
2022-10-17 16:33 | Update README.md | AngelJumbo | 1 | +1 | -1 |
2022-10-17 16:10 | A better -F option | Angel Jumbo | 1 | +1 | -13 |
2022-10-17 16:04 | Removing -t for now | Angel Jumbo | 1 | +2 | -30 |
2022-10-17 15:12 | Merge pull request #1 from SuperNici/aurPackage | AngelJumbo | 1 | +6 | -0 |
2022-10-17 15:10 | Merge pull request #2 from kavulox/main | AngelJumbo | 1 | +74 | -21 |
2022-10-17 13:17 | Added "3d" feature | art | 1 | +32 | -7 |
2022-10-17 13:00 | Updated with new features | art | 1 | +47 | -19 |
2022-10-17 12:20 | add link to AUR | NiciTheNici | 1 | +1 | -1 |
2022-10-17 09:13 | add aur install instructions | NiciTheNici | 1 | +6 | -0 |
2022-10-17 07:21 | Update README.md | AngelJumbo | 1 | +4 | -0 |
2022-10-17 04:14 | Update README.md | AngelJumbo | 1 | +1 | -1 |
2022-10-17 03:55 | Update README.md | AngelJumbo | 1 | +3 | -1 |
2022-10-17 03:52 | Update README.md | AngelJumbo | 1 | +1 | -0 |
2022-10-17 02:22 | Update README.md | AngelJumbo | 1 | +1 | -1 |
2022-10-17 02:07 | Update README.md | AngelJumbo | 1 | +6 | -0 |
2022-10-17 01:11 | Update README.md | AngelJumbo | 1 | +1 | -1 |
2022-10-17 01:10 | Update README.md | AngelJumbo | 1 | +2 | -2 |
2022-10-17 01:10 | Update README.md | AngelJumbo | 1 | +3 | -2 |
2022-10-17 01:09 | Update README.md | AngelJumbo | 1 | +2 | -2 |
2022-10-17 01:08 | Update .gitignore | AngelJumbo | 1 | +1 | -52 |
2022-10-17 01:06 | First commit | AngelJumbo | 4 | +3554 | -0 |
2022-10-17 01:03 | Initial commit | AngelJumbo | 2 | +73 | -0 |