aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2026-03-18perf(game): use set instead of arraylist26.1Anhgelus Morhtuuzh
2026-03-18fix(lang): invalid key with new identifierAnhgelus Morhtuuzh
2026-03-18Merge branch 'main' into 26.1Anhgelus Morhtuuzh
2026-03-18fix(game): #18 (last one was not fixing)HEAD1.3.0mainAnhgelus Morhtuuzh
2026-03-18fix(): cannot launch game due to invalid gamerule namesAnhgelus Morhtuuzh
2026-03-18style(): switch to tab and to lfAnhgelus Morhtuuzh
2026-03-18fix(timer): too long taskAnhgelus Morhtuuzh
converting into milliseconds instead of ticks
2026-03-17fix(command): can start game is already launchedAnhgelus Morhtuuzh
2026-03-17fix(): crash while joining a worldAnhgelus Morhtuuzh
2026-03-17fix(): cannot launch gameAnhgelus Morhtuuzh
invalid version number invalid identifier for gamerules infinite recursive mixin
2026-03-17fix(game): invalid time setAnhgelus Morhtuuzh
2026-03-17feat(): support 26.1Anhgelus Morhtuuzh
2026-03-17refactor(game): use ticks for timerAnhgelus Morhtuuzh
2026-03-16fix(game): #18Anhgelus Morhtuuzh
2026-03-16feat(): support java 1.21.11Anhgelus Morhtuuzh
2024-09-08style(method name): more descriptive method name and follow yarn conventionanhgelus
2024-09-08fix(game): gameWonByMoles does not filter players in creativeanhgelus
2024-09-08feat(game): give food on startanhgelus
2024-09-08style(method name): remove 'are' and 'is'anhgelus
Follow yarn conventions
2024-08-31perf(import): remove one useless importanhgelus
2024-08-31fix(skin): NoCustomizableSkinOverlay not workinganhgelus
2024-08-31feat: no no skin overlayLéo Kosman
2024-08-31fix(game): spectator cannot get list of molesanhgelus
2024-08-31fix(game): wrong check if game won by molesanhgelus
2024-08-31feat(config): change default values for world bordersanhgelus
2024-08-31Merge branch 'refs/heads/main' into feat/role-commandLéo Kosman
2024-08-31style: rename translation keyLéo Kosman
2024-08-31style: use static class for colorLéo Kosman
2024-08-31fix: french translation not being translatedLéo Kosman
2024-08-31perf: don't use `stringifiedTranslatable` when `translatable` is enoughLéo Kosman
2024-08-31feat: `role` command to replace the `moles` commandLéo Kosman
2024-08-31fix(message): disable leave and join messageanhgelus
2024-08-25docs: create the config file pageLéo Kosman
2024-08-25Merge pull request #12 from anhgelus/feat/spectating-players-moles-listWilliam Hergès
[Feat] Spectator can get the list of moles
2024-08-25fix(game): player not properly clearedanhgelus
2024-08-25feat(game): spectator can get the list of molesanhgelus
2024-08-25feat(config): gamerule to enable/disable portalsanhgelus
2024-08-25feat(game): disable portalsanhgelus
close #7
2024-08-25I don't like english typography :(Léo Kosman
2024-08-24fix: minecraft takes milliseconds and not secondsLéo Kosman
2024-08-24fix: minecraft takes milliseconds and not secondsLéo Kosman
2024-08-24feat: translation for world border related gamerulesLéo Kosman
2024-08-24style: change gamerule name because borders can also grow instead of shrinkingLéo Kosman
2024-08-24Merge branch 'refs/heads/main' into feat/world-bordersLéo Kosman
# Conflicts: # src/main/java/world/anhgelus/molehunt/game/Game.java
2024-08-24perf: do not recycle timer task because somehow it's actually better ? idk ↵Léo Kosman
anymore
2024-08-24perf: cancel TimerTask instead of cancelling timerLéo Kosman
2024-08-24fix: seconds instead of milliseconds but really this time, and also btw ↵Léo Kosman
recycling the timer task because it's better for the planet
2024-08-24fix: seconds instead of millisecondsLéo Kosman
2024-08-24feat(network): send game state to client and disable mixins when game is not ↵anhgelus
launched
2024-08-24feat: set and shrink world bordersLéo Kosman