author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
664,866
23.05.2022 20:19:12
-7,200
d1e2adb1b019e12c96c68cd7b31267d685f8deb4
use polar slider path in graphics calculations
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Objects/Drawables/DrawableSlider.Calculations.cs", "new_path": "osu.Game.Rulesets.Tau/Objects/Drawables/DrawableSlider.Calculations.cs", "diff": "@@ -22,67 +22,33 @@ private void updatePath()\nif (time < startTime)\nreturn;\n- int nodeInd...
C#
MIT License
taulazer/tau
use polar slider path in graphics calculations
664,859
23.05.2022 14:28:14
14,400
f648b5da50f2a82c57e49e1e1951cbdbc9543f30
Add AngleAt method
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Objects/PolarSliderPath.cs", "new_path": "osu.Game.Rulesets.Tau/Objects/PolarSliderPath.cs", "diff": "@@ -22,22 +22,27 @@ public class PolarSliderPath\npublic readonly BindableList<SliderNode> Nodes = new();\nprivate readonly Cached pathC...
C#
MIT License
taulazer/tau
Add AngleAt method
664,859
23.05.2022 15:34:32
14,400
2158461b986fad0b4e1d73097d50b4a1a2b04838
Apply lazy slider travel distance
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/Preprocessing/TauAngledDifficultyHitObject.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/Preprocessing/TauAngledDifficultyHitObject.cs", "diff": "@@ -12,6 +12,8 @@ public class TauAngledDifficultyHitObject : TauDifficultyH...
C#
MIT License
taulazer/tau
Apply lazy slider travel distance
664,859
24.05.2022 12:00:54
14,400
96bfd0d64a3516ed04aa77be1298940ed50eb375
Clean aim skill
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Aim.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Aim.cs", "diff": "@@ -12,7 +12,7 @@ public class Aim : StrainDecaySkill\n{\nprivate Type[] AllowedObjectTypes;\n- protected override int HistoryLength => 2;\n...
C#
MIT License
taulazer/tau
Clean aim skill
664,862
28.05.2022 05:23:44
-36,000
880fe005765adf0231c794317e84f6f0ba9a8c2d
Add Basic Complexity calculations
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Complexity.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Complexity.cs", "diff": "@@ -129,6 +129,27 @@ private double repetitionPenalty(int notesSince)\nprivate HitType getHitType(TauDifficultyHitObject hitOb...
C#
MIT License
taulazer/tau
Add Basic Complexity calculations
664,859
28.05.2022 13:18:46
14,400
089aebe52dff52527463066957c58131bc4cb299
piss and balls
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau.sln", "new_path": "osu.Game.Rulesets.Tau.sln", "diff": "@@ -12,6 +12,8 @@ Project(\"{2150E333-8FDC-42A3-9474-1A3956D46DE8}\") = \"Solution Files\", \"Solution\n.editorconfig = .editorconfig\nEndProjectSection\nEndProject\n+Project(\"{FAE0...
C#
MIT License
taulazer/tau
piss and balls
664,859
28.05.2022 15:28:13
14,400
617738b2de49a0515256ec8cf5a1e84f5eb50716
Fix incorrect StartTime. Previously it was getting the non-clockrated start time
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/Preprocessing/TauAngledDifficultyHitObject.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/Preprocessing/TauAngledDifficultyHitObject.cs", "diff": "@@ -45,7 +45,7 @@ public class TauAngledDifficultyHitObject : TauDifficultyH...
C#
MIT License
taulazer/tau
Fix incorrect StartTime. Previously it was getting the non-clockrated start time
664,859
28.05.2022 15:28:26
14,400
4a8cadadf33c70f248e2313e7abd854dd0dbfce8
Clean up object lists
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/Preprocessing/TauAngledDifficultyHitObject.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/Preprocessing/TauAngledDifficultyHitObject.cs", "diff": "using System;\n-using System.Collections.Generic;\n-using osu.Game.Rulesets....
C#
MIT License
taulazer/tau
Clean up object lists
664,862
30.05.2022 18:10:29
-36,000
b92fabf562f826731870e3204df1db7bfc9f9f6a
Format and document some classes.
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/Preprocessing/TauAngledDifficultyHitObject.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/Preprocessing/TauAngledDifficultyHitObject.cs", "diff": "using osu.Game.Rulesets.Tau.Objects;\nusing osu.Game.Rulesets.Tau.UI;\n-name...
C#
MIT License
taulazer/tau
Format and document some classes.
664,859
30.05.2022 10:32:52
14,400
46fb3a27390be972ce6c955556bc41e4b0731a12
Fix(?) incorrect accuracy miss scale
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/TauPerformanceCalculator.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/TauPerformanceCalculator.cs", "diff": "@@ -63,8 +63,8 @@ private double computeAccuracy(TauPerformanceContext context)\nint amountHitObjectsWithAccurac...
C#
MIT License
taulazer/tau
Fix(?) incorrect accuracy miss scale
664,859
01.06.2022 10:23:02
14,400
496f8bb3a58743194e00d94f2b058b71a9dbd3f3
Apply smooth weight to velocity
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Aim.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Aim.cs", "diff": "@@ -13,7 +13,7 @@ public class Aim : StrainDecaySkill\nprivate readonly Type[] allowedHitObjects;\nprotected override int HistoryLength => 1...
C#
MIT License
taulazer/tau
Apply smooth weight to velocity
664,859
01.06.2022 16:34:33
14,400
44b893f464952595e3ceb4aeb19336a5aa9233f2
More velocity tweaks
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Aim.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Aim.cs", "diff": "@@ -13,7 +13,7 @@ public class Aim : StrainDecaySkill\nprivate readonly Type[] allowedHitObjects;\nprotected override int HistoryLength => 1...
C#
MIT License
taulazer/tau
More velocity tweaks
664,859
02.06.2022 10:24:57
14,400
f91e33dfdb605bf95169f866fa161816134bf2de
Final aim tweak
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Aim.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Aim.cs", "diff": "@@ -23,9 +23,9 @@ public Aim(Mod[] mods, Type[] allowedHitObjects)\nthis.allowedHitObjects = allowedHitObjects;\n}\n- // https://www.desmos....
C#
MIT License
taulazer/tau
Final aim tweak
664,859
03.06.2022 05:16:46
14,400
c6e082ddd5b0ed0a750dfa2aed4c069c10dd6b68
Apply new velocity graph to sliders
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/Preprocessing/TauAngledDifficultyHitObject.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/Preprocessing/TauAngledDifficultyHitObject.cs", "diff": "@@ -23,6 +23,8 @@ public class TauAngledDifficultyHitObject : TauDifficultyH...
C#
MIT License
taulazer/tau
Apply new velocity graph to sliders
664,859
03.06.2022 05:37:06
14,400
8ff94019125e96ec84eb2fde221c0a36c65fc66a
Simplify if distance check
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Aim.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Aim.cs", "diff": "@@ -36,7 +36,7 @@ private double calculateStrain(TauAngledDifficultyHitObject current, TauAngledDi\n// Slider calculation\n- if (!(last.Trav...
C#
MIT License
taulazer/tau
Simplify if distance check
664,859
04.06.2022 10:23:52
14,400
cb8724398527eae6d57842b57ec9563f6fbed033
Fix some angled hitobjects having incorrect distance
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/Preprocessing/TauAngledDifficultyHitObject.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/Preprocessing/TauAngledDifficultyHitObject.cs", "diff": "@@ -46,7 +46,7 @@ public class TauAngledDifficultyHitObject : TauDifficultyH...
C#
MIT License
taulazer/tau
Fix some angled hitobjects having incorrect distance
664,859
04.06.2022 10:25:40
14,400
3e3aacd99fb70ab18a55d0bd32344b245b8edfe0
re-balance skills
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Aim.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Aim.cs", "diff": "@@ -13,7 +13,7 @@ public class Aim : StrainDecaySkill\nprivate readonly Type[] allowedHitObjects;\nprotected override int HistoryLength => 1...
C#
MIT License
taulazer/tau
re-balance skills
664,859
15.06.2022 17:53:46
14,400
176edcde6ca174bedd6f86b6aa7a09becad3d55c
Move to block-scoped namespace
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/Evaluators/AimEvaluator.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/Evaluators/AimEvaluator.cs", "diff": "using osu.Game.Rulesets.Tau.Difficulty.Preprocessing;\nusing osu.Game.Rulesets.Tau.Objects;\n-namespace osu.Game.R...
C#
MIT License
taulazer/tau
Move to block-scoped namespace
664,859
15.06.2022 17:57:11
14,400
b4e93bda63908af153594849bb6f1f97a4545103
Make non-instanced properties constants
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Speed.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Speed.cs", "diff": "@@ -7,8 +7,8 @@ namespace osu.Game.Rulesets.Tau.Difficulty.Skills\n{\npublic class Speed : TauStrainSkill\n{\n- private double skillMult...
C#
MIT License
taulazer/tau
Make non-instanced properties constants
664,859
15.06.2022 18:10:12
14,400
4d788f4153f45762ba00484e6f3902c8d5ba664e
Add difficulty adjustment mods override
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/TauDifficultyCalculator.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/TauDifficultyCalculator.cs", "diff": "@@ -118,5 +118,31 @@ protected override Skill[] CreateSkills(IBeatmap beatmap, Mod[] mods, double clo\nnew Complex...
C#
MIT License
taulazer/tau
Add difficulty adjustment mods override
664,859
28.06.2022 13:19:21
14,400
0e82fcfe3a9c584e05c53c1068e8e30e97161c8d
Use new `AddTextureSource`.
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/TauRuleset.cs", "new_path": "osu.Game.Rulesets.Tau/TauRuleset.cs", "diff": "@@ -173,7 +173,7 @@ private void load(FontStore store, GameHost host)\n// Please try to avoid this at all costs.\n//\n// ~ Nora\n- store.AddStore(new GlyphStore(\...
C#
MIT License
taulazer/tau
Use new `AddTextureSource`.
664,859
28.06.2022 16:06:23
14,400
347f450f6c871ed9507fa04147af78ef9e78e227
Remove unnecessary half angled range subtraction in distance
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/Preprocessing/TauAngledDifficultyHitObject.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/Preprocessing/TauAngledDifficultyHitObject.cs", "diff": "@@ -49,7 +49,7 @@ public class TauAngledDifficultyHitObject : TauDifficultyH...
C#
MIT License
taulazer/tau
Remove unnecessary half angled range subtraction in distance
664,859
28.06.2022 16:06:45
14,400
b1e5ab90dd8e5a73a65b44c1453aaae81b025d69
remove check if travel distance is smaller than angle range
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/Evaluators/AimEvaluator.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/Evaluators/AimEvaluator.cs", "diff": "@@ -18,9 +18,6 @@ public static double EvaluateDifficulty(TauAngledDifficultyHitObject current, Ta\n// Slider calc...
C#
MIT License
taulazer/tau
remove check if travel distance is smaller than angle range
664,859
28.06.2022 16:07:34
14,400
ec1eb6bb45ef5b931467bf27c9535ec43ab1b4eb
Adjust skill multipliers and lower general diff. multiplier slightly
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Aim.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Aim.cs", "diff": "@@ -11,7 +11,7 @@ public class Aim : StrainDecaySkill\n{\nprivate readonly Type[] allowedHitObjects;\n- protected override double SkillMulti...
C#
MIT License
taulazer/tau
Adjust skill multipliers and lower general diff. multiplier slightly
664,859
28.06.2022 16:18:03
14,400
85a6d1562e9fb97e2b23262a771ca092a13bd956
Rearrange overrides in TauRuleset
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/TauRuleset.cs", "new_path": "osu.Game.Rulesets.Tau/TauRuleset.cs", "diff": "@@ -38,15 +38,15 @@ public class TauRuleset : Ruleset\npublic override string ShortName => SHORT_NAME;\npublic override string PlayingVerb => \"Slicing beats\";\n...
C#
MIT License
taulazer/tau
Rearrange overrides in TauRuleset
664,859
28.06.2022 16:18:16
14,400
a9276734bda9a7e2e355570da7649cdeb9f5fd8a
Comment out performance calculator
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/TauRuleset.cs", "new_path": "osu.Game.Rulesets.Tau/TauRuleset.cs", "diff": "@@ -45,7 +45,7 @@ public class TauRuleset : Ruleset\npublic override ScoreProcessor CreateScoreProcessor() => new TauScoreProcessor(this);\npublic override IConve...
C#
MIT License
taulazer/tau
Comment out performance calculator
664,859
04.07.2022 14:37:58
14,400
effe79f241a961479ffc7eb15c481cbfa932e1c6
Increase amount of slider ticks This decelerates the health drain so that more maps are possible without being constantly on the edge of failure.
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Beatmaps/TauBeatmapConverter.cs", "new_path": "osu.Game.Rulesets.Tau/Beatmaps/TauBeatmapConverter.cs", "diff": "@@ -147,8 +147,8 @@ private TauHitObject convertToSlider(HitObject original, IHasCombo comboData, IH\n// prior to v8, speed mu...
C#
MIT License
taulazer/tau
Increase amount of slider ticks This decelerates the health drain so that more maps are possible without being constantly on the edge of failure.
664,859
04.07.2022 14:40:32
14,400
f423dcf35cf5084e84630fe4a811e860787b2dad
Fallback to the playfield's accent color if the hit result colour results in white (default)
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau.Tests/TestSceneKiaiEffects.cs", "new_path": "osu.Game.Rulesets.Tau.Tests/TestSceneKiaiEffects.cs", "diff": "@@ -54,27 +54,6 @@ public void TestEffect(bool isInversed)\nAddStep(\"Add hard beat result\",\n() => KiaiContainer.OnNewResult(\nn...
C#
MIT License
taulazer/tau
Fallback to the playfield's accent color if the hit result colour results in white (default)
664,859
12.07.2022 18:11:18
14,400
c1fc73dc0de8dce5a7876a01a5c7969ad94ed453
Halve total ticks in slider
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Beatmaps/TauBeatmapConverter.cs", "new_path": "osu.Game.Rulesets.Tau/Beatmaps/TauBeatmapConverter.cs", "diff": "@@ -147,8 +147,8 @@ private TauHitObject convertToSlider(HitObject original, IHasCombo comboData, IH\n// prior to v8, speed mu...
C#
MIT License
taulazer/tau
Halve total ticks in slider
664,859
12.07.2022 18:13:22
14,400
8a618cb1ad08cd52c0e27f9990f93addf34f9b1d
Make slider ticks act as "small ticks"
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Judgements/TauTickJudgement.cs", "new_path": "osu.Game.Rulesets.Tau/Judgements/TauTickJudgement.cs", "diff": "@@ -5,6 +5,6 @@ namespace osu.Game.Rulesets.Tau.Judgements\n{\npublic class TauTickJudgement : Judgement\n{\n- public override H...
C#
MIT License
taulazer/tau
Make slider ticks act as "small ticks"
664,859
31.07.2022 14:45:10
14,400
df041c73ba49d199d8e789fb43963709b9f52a36
Make hit lighting our own separate setting
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau.Tests/TestSceneDrawableJudgement.cs", "new_path": "osu.Game.Rulesets.Tau.Tests/TestSceneDrawableJudgement.cs", "diff": "using System.Linq;\nusing NUnit.Framework;\nusing osu.Framework.Allocation;\n+using osu.Framework.Bindables;\nusing os...
C#
MIT License
taulazer/tau
Make hit lighting our own separate setting
664,859
09.08.2022 14:04:13
14,400
457803aaf980260dd18a8644170a4994e186e16d
Create tau localisations
[ { "change_type": "MODIFY", "old_path": ".editorconfig", "new_path": ".editorconfig", "diff": "@@ -193,3 +193,6 @@ insert_final_newline = true\nindent_style = space\nindent_size = 2\ntrim_trailing_whitespace = true\n+\n+# The number of words to use in the source string to generate the target member n...
C#
MIT License
taulazer/tau
Create tau localisations
664,859
09.08.2022 15:33:19
14,400
3b8b6435f991b10f6c49dccf93774b716b4bed84
Remove localisation analyzer
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/osu.Game.Rulesets.Tau.csproj", "new_path": "osu.Game.Rulesets.Tau/osu.Game.Rulesets.Tau.csproj", "diff": "<None Remove=\"Resources\\Shaders\\sh_DepthMask.vs\" />\n</ItemGroup>\n<ItemGroup>\n- <PackageReference Include=\"ppy.LocalisationAn...
C#
MIT License
taulazer/tau
Remove localisation analyzer
664,859
09.08.2022 16:10:13
14,400
ecb55ff337974c6aeae5828573be1ff2cc1c577d
Apply IRenderer changes
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Mods/TauModFlashlight.cs", "new_path": "osu.Game.Rulesets.Tau/Mods/TauModFlashlight.cs", "diff": "using osu.Framework.Allocation;\nusing osu.Framework.Bindables;\nusing osu.Framework.Graphics;\n-using osu.Framework.Graphics.Batches;\n-usi...
C#
MIT License
taulazer/tau
Apply IRenderer changes
664,859
09.08.2022 16:19:59
14,400
9be9e11006a1c620f3be285e9631912573c8fc37
add more pointless badges
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "[![GitHub license](https://img.shields.io/github/license/Altenhh/tau.svg?style=flat-square)](https://github.com/Altenhh/tau/LICENSE)\n![GitHub all releases](https://img.shields.io/github/downloads/naoei/tau/total?s...
C#
MIT License
taulazer/tau
add more pointless badges
664,859
09.08.2022 20:49:05
14,400
7f0f502dc83d5497d014a5a93792d2ea2c4f539c
Add more localizable strings
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Beatmaps/TauBeatmap.cs", "new_path": "osu.Game.Rulesets.Tau/Beatmaps/TauBeatmap.cs", "diff": "using System.Linq;\nusing osu.Framework.Graphics.Sprites;\nusing osu.Game.Beatmaps;\n+using osu.Game.Rulesets.Tau.Localisation;\nusing osu.Game....
C#
MIT License
taulazer/tau
Add more localizable strings
664,859
09.08.2022 21:06:25
14,400
6a53fd6999ce0c239816f1056059d8bf50c9c9c4
why do i keep forgetting this
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Localisation/Translations/Beatmap.fr.resx", "new_path": "osu.Game.Rulesets.Tau/Localisation/Translations/Beatmap.fr.resx", "diff": "</xsd:element>\n</xsd:schema>\n<data name=\"beat_count\" xml:space=\"preserve\">\n- <value>test</value>\n+...
C#
MIT License
taulazer/tau
why do i keep forgetting this
664,859
13.08.2022 13:12:12
14,400
6f7d687f4f9be93f647c309ef9547b8822bb8049
Limit max paddle number to 4
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Mods/TauModDual.cs", "new_path": "osu.Game.Rulesets.Tau/Mods/TauModDual.cs", "diff": "@@ -15,6 +15,6 @@ public class TauModDual : Mod\npublic override bool HasImplementation => true;\n[SettingSource(\"Paddle count\")]\n- public BindableNu...
C#
MIT License
taulazer/tau
Limit max paddle number to 4
664,859
13.08.2022 13:12:53
14,400
1f2ac661e34cb75591e7f807e05c614f0dccd962
Remove diff. increase in inverse mod
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Mods/TauModInverse.cs", "new_path": "osu.Game.Rulesets.Tau/Mods/TauModInverse.cs", "diff": "@@ -17,7 +17,7 @@ public class TauModInverse : Mod, IApplicableToHitObject, IApplicableToDrawableR\npublic override ModType Type => ModType.Fun;\n...
C#
MIT License
taulazer/tau
Remove diff. increase in inverse mod
664,859
13.08.2022 13:22:51
14,400
e57437f020f591ad8e0d2149590384372c6d2f23
Add extension method to fetch mod
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Replays/ShowoffAutoGenerator.cs", "new_path": "osu.Game.Rulesets.Tau/Replays/ShowoffAutoGenerator.cs", "diff": "@@ -31,10 +31,10 @@ public ShowoffAutoGenerator(IBeatmap beatmap, IReadOnlyList<Mod> mods)\nprops.SetRange(beatmap.Difficulty....
C#
MIT License
taulazer/tau
Add extension method to fetch mod
664,859
13.08.2022 14:27:18
14,400
340b21ec03cfcf14dbc1266c517a9e0f805700ee
Add test scenes for new mods
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau.Tests/Mods/TestSceneFadeOut.cs", "new_path": "osu.Game.Rulesets.Tau.Tests/Mods/TestSceneFadeOut.cs", "diff": "@@ -22,7 +22,7 @@ protected override TestPlayer CreatePlayer(Ruleset ruleset)\n[Test]\npublic void TestFadeOutMod()\n{\n- Create...
C#
MIT License
taulazer/tau
Add test scenes for new mods
664,859
13.08.2022 14:27:32
14,400
bab90a9fe54c5001fbe57740229dedba258f7c6c
Fix errors from unit tests
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/UI/EffectsContainer.cs", "new_path": "osu.Game.Rulesets.Tau/UI/EffectsContainer.cs", "diff": "@@ -42,6 +42,8 @@ public EffectsContainer()\nprivate void load(TauRulesetConfigManager config, IReadOnlyList<Mod> mods)\n{\nvisualizer.AccentCol...
C#
MIT License
taulazer/tau
Fix errors from unit tests
664,859
13.08.2022 14:44:41
14,400
01e7c1ce640d51c77a4ad104f690572435c124ae
Update description for dual
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Mods/TauModDual.cs", "new_path": "osu.Game.Rulesets.Tau/Mods/TauModDual.cs", "diff": "@@ -8,7 +8,7 @@ public class TauModDual : Mod\n{\npublic override string Name => \"Dual\";\npublic override string Acronym => \"DL\";\n- public override...
C#
MIT License
taulazer/tau
Update description for dual
664,859
13.08.2022 14:45:17
14,400
9ccb5d565e391914142713ef5c527cfd7a9b3fef
Set value and default for dual
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Mods/TauModDual.cs", "new_path": "osu.Game.Rulesets.Tau/Mods/TauModDual.cs", "diff": "@@ -15,6 +15,12 @@ public class TauModDual : Mod\npublic override bool HasImplementation => true;\n[SettingSource(\"Paddle count\")]\n- public BindableN...
C#
MIT License
taulazer/tau
Set value and default for dual
664,862
15.08.2022 22:21:14
-36,000
104b0b2610479f14c7b5335dc7af8c1dfe88c6ba
Add Acronym and descriptions to FO and FI
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Mods/TauModFadeIn.cs", "new_path": "osu.Game.Rulesets.Tau/Mods/TauModFadeIn.cs", "diff": "@@ -5,6 +5,11 @@ namespace osu.Game.Rulesets.Tau.Mods\npublic class TauModFadeIn : TauModHidden\n{\npublic override IconUsage? Icon => TauIcons.ModF...
C#
MIT License
taulazer/tau
Add Acronym and descriptions to FO and FI
664,862
15.08.2022 22:22:20
-36,000
3cb49b49df570018da705dfa0f6ab2b801e7366e
Buff score multiplier for Flashlight. Fade Out + Fade In give the same multiplier as Flashlight even though Flashlight is harder.
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Mods/TauModFlashlight.cs", "new_path": "osu.Game.Rulesets.Tau/Mods/TauModFlashlight.cs", "diff": "@@ -26,7 +26,7 @@ namespace osu.Game.Rulesets.Tau.Mods\n{\npublic class TauModFlashlight : TauModFlashlight<TauHitObject>\n{\n- public overr...
C#
MIT License
taulazer/tau
Buff score multiplier for Flashlight. Fade Out + Fade In give the same multiplier as Flashlight even though Flashlight is harder.
664,862
16.08.2022 10:46:58
-36,000
851f07179df78d4ece7bd65699e66c35c833820c
Changed flashlight multiplier to something a bit saner
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Mods/TauModFlashlight.cs", "new_path": "osu.Game.Rulesets.Tau/Mods/TauModFlashlight.cs", "diff": "@@ -26,7 +26,7 @@ namespace osu.Game.Rulesets.Tau.Mods\n{\npublic class TauModFlashlight : TauModFlashlight<TauHitObject>\n{\n- public overr...
C#
MIT License
taulazer/tau
Changed flashlight multiplier to something a bit saner
664,862
16.08.2022 11:28:16
-36,000
39a81b1d442b61bc14822244263f701310ef6ce2
rounded to 1.16 Unsure about how lazer would display such a multiplier
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Mods/TauModFlashlight.cs", "new_path": "osu.Game.Rulesets.Tau/Mods/TauModFlashlight.cs", "diff": "@@ -26,7 +26,7 @@ namespace osu.Game.Rulesets.Tau.Mods\n{\npublic class TauModFlashlight : TauModFlashlight<TauHitObject>\n{\n- public overr...
C#
MIT License
taulazer/tau
rounded to 1.16 Unsure about how lazer would display such a multiplier
664,859
21.08.2022 22:05:40
14,400
7081f1873053518b4c482b6b123c347c368ca3cc
Add lenience mod
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Objects/Drawables/DrawableTauHitObject.cs", "new_path": "osu.Game.Rulesets.Tau/Objects/Drawables/DrawableTauHitObject.cs", "diff": "@@ -75,7 +75,7 @@ protected override void CheckForResult(bool userTriggered, double timeOffset)\nprotected...
C#
MIT License
taulazer/tau
Add lenience mod
664,859
22.08.2022 11:02:42
14,400
b124edf19fed13090a40e2f4ce689191d1b414aa
Update depth stencil function name
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Objects/Drawables/DrawableSlider.Graphics.SliderPathDrawNode.cs", "new_path": "osu.Game.Rulesets.Tau/Objects/Drawables/DrawableSlider.Graphics.SliderPathDrawNode.cs", "diff": "@@ -335,7 +335,7 @@ public override void Draw(IRenderer render...
C#
MIT License
taulazer/tau
Update depth stencil function name
664,859
23.08.2022 00:13:17
14,400
a78ade88e4e9fcfcc4ed230389f01166baec0a94
Add strict hard beats as a mod
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Beatmaps/TauBeatmapConverter.cs", "new_path": "osu.Game.Rulesets.Tau/Beatmaps/TauBeatmapConverter.cs", "diff": "@@ -22,6 +22,7 @@ public class TauBeatmapConverter : BeatmapConverter<TauHitObject>\nprotected override Beatmap<TauHitObject> ...
C#
MIT License
taulazer/tau
Add strict hard beats as a mod
664,859
23.08.2022 00:24:52
14,400
440ac9f8d11923530e0aab072bac80971bd02a86
Allow relax to hit strict hard beats
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Mods/TauModRelax.cs", "new_path": "osu.Game.Rulesets.Tau/Mods/TauModRelax.cs", "diff": "@@ -63,6 +63,7 @@ private void checkNormal(Playfield playfield, IEnumerable<DrawableHitObject<TauH\n{\nbool requiresHold = false;\nbool requiresHit = ...
C#
MIT License
taulazer/tau
Allow relax to hit strict hard beats
664,859
23.08.2022 01:33:32
14,400
4bc8ed1f15fbc5c6a9ace179ebb4584639fd9c6e
Add hard beat type to sliders
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Beatmaps/TauBeatmapConverter.cs", "new_path": "osu.Game.Rulesets.Tau/Beatmaps/TauBeatmapConverter.cs", "diff": "@@ -184,6 +184,7 @@ TauHitObject convertToNonSlider()\nPath = new PolarSliderPath(nodes),\nNewCombo = comboData?.NewCombo ?? f...
C#
MIT License
taulazer/tau
Add hard beat type to sliders
664,859
23.08.2022 02:29:30
14,400
6a0a5fc0fb331a182f1f130cc72e0d2d9bbfdb3b
Allow relax to hit slider hard beats
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Mods/TauModRelax.cs", "new_path": "osu.Game.Rulesets.Tau/Mods/TauModRelax.cs", "diff": "@@ -55,15 +55,18 @@ public void Update(Playfield playfield)\nif (hasReplay)\nreturn;\n- checkNormal(playfield, playfield.HitObjectContainer.AliveObjec...
C#
MIT License
taulazer/tau
Allow relax to hit slider hard beats
664,859
23.08.2022 02:34:29
14,400
cb6adf0ccd452adf415c4c9579ea6850782f5d8f
Fix sizing issue with inverse mod
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Objects/Drawables/DrawableStrictHardBeat.cs", "new_path": "osu.Game.Rulesets.Tau/Objects/Drawables/DrawableStrictHardBeat.cs", "diff": "using osu.Game.Rulesets.Objects.Drawables;\nusing osu.Game.Rulesets.Tau.Objects.Drawables.Pieces;\nusi...
C#
MIT License
taulazer/tau
Fix sizing issue with inverse mod
664,859
23.08.2022 07:32:41
14,400
6c120e9e4c4c4c96cc8964bb2ba7fb351cfa45a7
Autoplay strict hard beat handling
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Replays/TauAutoGenerator.cs", "new_path": "osu.Game.Rulesets.Tau/Replays/TauAutoGenerator.cs", "diff": "@@ -128,7 +128,7 @@ private void moveToHitObject(TauHitObject h, Vector2 targetPos, Easing easing)\nprivate void addHitObjectClickFram...
C#
MIT License
taulazer/tau
Autoplay strict hard beat handling
664,859
23.08.2022 07:49:46
14,400
6ecc2b28d66de987d81fdce95848585027119d5f
Apply strict hard beat into difficulty calculation
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/Evaluators/AimEvaluator.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/Evaluators/AimEvaluator.cs", "diff": "@@ -13,7 +13,7 @@ public static double EvaluateDifficulty(TauAngledDifficultyHitObject current, Ta\n{\ndouble velo...
C#
MIT License
taulazer/tau
Apply strict hard beat into difficulty calculation
664,859
23.08.2022 08:03:44
14,400
582fe766f8d37954ebf1503da9ff88354e2ab536
Schedule addition of adjustment container
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau.Tests/Objects/TestSceneSliderHardBeat.cs", "new_path": "osu.Game.Rulesets.Tau.Tests/Objects/TestSceneSliderHardBeat.cs", "diff": "@@ -16,11 +16,13 @@ public class TestSceneSliderHardBeat : TauTestScene\n{\nprivate int depthIndex;\n+ priva...
C#
MIT License
taulazer/tau
Schedule addition of adjustment container
664,859
24.08.2022 00:16:12
14,400
e6e2e57feb782efc23a1a850066e0e84b2cc025b
Add localisation for lenience and strict mods
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Localisation/ModStrings.cs", "new_path": "osu.Game.Rulesets.Tau/Localisation/ModStrings.cs", "diff": "@@ -156,6 +156,26 @@ public static LocalisableString TraceableDescription\n#endregion\n+ #region Lenience\n+\n+ /// <summary>\n+ /// \"H...
C#
MIT License
taulazer/tau
Add localisation for lenience and strict mods
664,859
24.08.2022 00:27:40
14,400
b18ae5024d2e523b08b7fbfd20489036adec65bb
Include new localization resource files
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/osu.Game.Rulesets.Tau.csproj", "new_path": "osu.Game.Rulesets.Tau/osu.Game.Rulesets.Tau.csproj", "diff": "<EmbeddedResource Update=\"Localisation\\Translations\\Settings.*.resx\">\n<DependentUpon>Settings.resx</DependentUpon>\n</EmbeddedR...
C#
MIT License
taulazer/tau
Include new localization resource files
664,859
24.08.2022 00:55:59
14,400
4d35971a9ae7389d0b3e5f1e3369b6a2e77ab309
Add missing localisation strings
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Localisation/ModStrings.cs", "new_path": "osu.Game.Rulesets.Tau/Localisation/ModStrings.cs", "diff": "@@ -6,6 +6,88 @@ public class ModStrings\n{\nprivate const string prefix = @\"osu.Game.Rulesets.Tau.Localisation.Translations.Mods\";\n+...
C#
MIT License
taulazer/tau
Add missing localisation strings
664,859
24.08.2022 01:08:04
14,400
8de828a213f10b6da476de68cf36cfdb92ee184d
...even more missing localization strings
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Localisation/Translations/Mods.resx", "new_path": "osu.Game.Rulesets.Tau/Localisation/Translations/Mods.resx", "diff": "<data name=\"no_scope_description\" xml:space=\"preserve\">\n<value>Where's the paddle?</value>\n</data>\n+ <data name...
C#
MIT License
taulazer/tau
...even more missing localization strings
664,859
02.09.2022 06:48:10
14,400
b3d0232b29ddbb991b9faf2739a13ff74b5eb1bb
Apply `RulesetAPIVersionSupported` changes
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/TauRuleset.cs", "new_path": "osu.Game.Rulesets.Tau/TauRuleset.cs", "diff": "@@ -36,6 +36,8 @@ public class TauRuleset : Ruleset\n{\npublic const string SHORT_NAME = \"tau\";\n+ public override string RulesetAPIVersionSupported => CURRENT_...
C#
MIT License
taulazer/tau
Apply `RulesetAPIVersionSupported` changes
664,869
05.09.2022 16:37:40
14,400
3d67942ccbf14110d6a683817bcb70e11ad15eae
Update readme with special thanks
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -63,6 +63,14 @@ For new ideas and features, we would prefer for you to write an issue before try\nIf you wish to help with localisation efforts, head over to [crowdin](https://crowdin.com/project/tau).\n+### Spe...
C#
MIT License
taulazer/tau
Update readme with special thanks
664,859
24.10.2022 14:52:36
14,400
e899ae55de7a5c2f238562440ff553cd97ead689
Fix strict hard beats not applying correct size
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/osu.Game.Rulesets.Tau.csproj", "new_path": "osu.Game.Rulesets.Tau/osu.Game.Rulesets.Tau.csproj", "diff": "<None Remove=\"Resources\\Shaders\\sh_DepthMask.vs\" />\n</ItemGroup>\n<ItemGroup>\n- <PackageReference Include=\"ppy.osu.Game\" Ver...
C#
MIT License
taulazer/tau
Fix strict hard beats not applying correct size
664,859
24.10.2022 15:01:03
14,400
c68779c6fa13f0382a77c3caf974bf54eaab68af
Remove manual `CreateSlidingSamples()` function
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Objects/Slider.cs", "new_path": "osu.Game.Rulesets.Tau/Objects/Slider.cs", "diff": "@@ -25,21 +25,6 @@ public double Duration\npublic override IList<HitSampleInfo> AuxiliarySamples => CreateSlidingSamples().Concat(TailSamples).ToArray();\...
C#
MIT License
taulazer/tau
Remove manual `CreateSlidingSamples()` function
664,859
26.11.2022 10:16:03
18,000
012c8730d270db8b18637c679c691d4ebc32d9b7
Difficulty balance pass
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Aim.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Aim.cs", "diff": "@@ -11,8 +11,8 @@ public class Aim : StrainDecaySkill\n{\nprivate readonly Type[] allowedHitObjects;\n- protected override double SkillMulti...
C#
MIT License
taulazer/tau
Difficulty balance pass
664,859
27.11.2022 11:12:06
18,000
bc49eda72ee7476924406130cf83343c941d6720
Another difficulty balancing
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Aim.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Aim.cs", "diff": "@@ -11,7 +11,7 @@ public class Aim : StrainDecaySkill\n{\nprivate readonly Type[] allowedHitObjects;\n- protected override double SkillMulti...
C#
MIT License
taulazer/tau
Another difficulty balancing
664,859
27.11.2022 12:12:48
18,000
a1220dbc4ab55c5871860f63047f40f02ca96df6
Loosely check for autopilot
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/TauDifficultyCalculator.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/TauDifficultyCalculator.cs", "diff": "@@ -44,7 +44,7 @@ protected override DifficultyAttributes CreateDifficultyAttributes(IBeatmap beat\ncomplexity = 0...
C#
MIT License
taulazer/tau
Loosely check for autopilot
664,859
27.11.2022 12:14:50
18,000
010fa11eca6cecbcb69dad007c562e3eb43e0d06
Loosely check for relax
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/TauDifficultyCalculator.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/TauDifficultyCalculator.cs", "diff": "@@ -38,7 +38,7 @@ protected override DifficultyAttributes CreateDifficultyAttributes(IBeatmap beat\ndouble speed =...
C#
MIT License
taulazer/tau
Loosely check for relax
664,859
27.11.2022 12:20:56
18,000
a92a29020ac03749c7616cd7e9acd7ea2c7c5fc7
Lower aim values
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Aim.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Aim.cs", "diff": "@@ -11,8 +11,8 @@ public class Aim : StrainDecaySkill\n{\nprivate readonly Type[] allowedHitObjects;\n- protected override double SkillMulti...
C#
MIT License
taulazer/tau
Lower aim values
664,859
27.11.2022 13:05:10
18,000
1fcb39b6926c6a3f7f70f38d3781293b5d6ffddb
Final difficulty balancing
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Aim.cs", "new_path": "osu.Game.Rulesets.Tau/Difficulty/Skills/Aim.cs", "diff": "@@ -11,8 +11,8 @@ public class Aim : StrainDecaySkill\n{\nprivate readonly Type[] allowedHitObjects;\n- protected override double SkillMulti...
C#
MIT License
taulazer/tau
Final difficulty balancing
664,859
06.12.2022 02:27:10
18,000
945623208cca76c78db41eb3c8b0b7ecbd17866a
Use CircularProgress
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau/Statistics/PaddleDistributionGraph.cs", "new_path": "osu.Game.Rulesets.Tau/Statistics/PaddleDistributionGraph.cs", "diff": "using osu.Framework.Graphics.Colour;\nusing osu.Framework.Graphics.Containers;\nusing osu.Framework.Graphics.Shape...
C#
MIT License
taulazer/tau
Use CircularProgress
664,857
08.01.2023 00:34:55
28,800
72952264d7c67f4789b425723772b65954624b59
Update all repo links to `taulazer/tau`
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "-[![tau](https://alten.s-ul.eu/pRr7vj6C.png)](https://github.com/Altenhh/tau \"tau\")\n+[![tau](https://alten.s-ul.eu/pRr7vj6C.png)](https://github.com/taulazer/tau \"tau\")\n<div align=\"center\">\n-[![release](ht...
C#
MIT License
taulazer/tau
Update all repo links to `taulazer/tau`
664,857
08.01.2023 00:42:44
28,800
1a8cefcb6eeb1c557195276198db48a7f79173ab
Fix broken license badge link
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "<div align=\"center\">\n[![release](https://img.shields.io/github/v/release/taulazer/tau?style=flat-square)](https://github.com/taulazer/tau/releases)\n-[![GitHub license](https://img.shields.io/github/license/taul...
C#
MIT License
taulazer/tau
Fix broken license badge link
664,861
09.02.2023 01:55:22
21,600
aa6e2176242e7e7dff5efa5774bd53b198dbf7d7
patch to work with 2023.207.0
[ { "change_type": "MODIFY", "old_path": "osu.Game.Rulesets.Tau.Tests/osu.Game.Rulesets.Tau.Tests.csproj", "new_path": "osu.Game.Rulesets.Tau.Tests/osu.Game.Rulesets.Tau.Tests.csproj", "diff": "<PackageReference Include=\"Microsoft.NET.Test.Sdk\" Version=\"17.3.0\" />\n<PackageReference Include=\"NUni...
C#
MIT License
taulazer/tau
patch to work with 2023.207.0
664,859
09.02.2023 11:30:19
18,000
2b9d8cf4f6ff68d0383d34c441d92d0f8bef5f94
Update release workflow to include localisation info
[ { "change_type": "MODIFY", "old_path": ".github/workflows/release.yml", "new_path": ".github/workflows/release.yml", "diff": "@@ -29,17 +29,26 @@ jobs:\nrelease_name: ${{ github.ref }}\ndraft: true\nbody: |\n- ## Changes\n- - ExampleA\n- - ExampleB\n-\n# Installation:\nTo install this ruleset just s...
C#
MIT License
taulazer/tau
Update release workflow to include localisation info
596,240
25.04.2017 10:44:06
-7,200
1c87fb3b23568e6983208e7f8bb1241c41ba0a9c
stub for cli interface
[ { "change_type": "ADD", "old_path": null, "new_path": "Makefile", "diff": "+DATE = $(shell date +%Y%m%d%H%M)\n+IMAGE ?= sapcc/kubernikus\n+VERSION = v$(DATE)\n+GOOS ?= $(shell go env | grep GOOS | cut -d'\"' -f2)\n+BINARIES := groundctl\n+\n+LDFLAGS := -X github.com/sapcc/kubernikus/pkg/version.VERS...
Go
Apache License 2.0
sapcc/kubernikus
stub for cli interface
596,240
25.04.2017 14:11:28
-7,200
8a3341e19a8c199f44021336a0c2f821ded09cce
implement CA generation
[ { "change_type": "MODIFY", "old_path": "cmd/groundctl/certificates.go", "new_path": "cmd/groundctl/certificates.go", "diff": "@@ -3,12 +3,14 @@ package main\nimport (\n\"fmt\"\n+ \"github.com/sapcc/kubernikus/pkg/controller/ground\"\n\"github.com/spf13/cobra\"\n)\n+var name string\n+\nfunc init() {\...
Go
Apache License 2.0
sapcc/kubernikus
implement CA generation
596,240
26.04.2017 11:39:16
-7,200
43c19cd9b67d238e227805cbbdd93622b6338e36
abstracts config output into writers. allow debugging and helm values
[ { "change_type": "MODIFY", "old_path": "cmd/groundctl/certificates.go", "new_path": "cmd/groundctl/certificates.go", "diff": "@@ -25,6 +25,6 @@ var generateCmd = &cobra.Command{\nfmt.Println(\"You need to give a satellite name\")\nreturn\n}\n- ground.WriteCertificateAuthorities(args[0])\n+ ground.Ne...
Go
Apache License 2.0
sapcc/kubernikus
abstracts config output into writers. allow debugging and helm values
596,240
26.04.2017 14:49:45
-7,200
8663721a978e083e716ab8f19057f09725daf15d
adds command to spit out helm values
[ { "change_type": "MODIFY", "old_path": "cmd/groundctl/certificates.go", "new_path": "cmd/groundctl/certificates.go", "diff": "@@ -25,6 +25,6 @@ var generateCmd = &cobra.Command{\nfmt.Println(\"You need to give a satellite name\")\nreturn\n}\n- ground.NewCluster(args[0]).WriteConfig(&ground.FilePersi...
Go
Apache License 2.0
sapcc/kubernikus
adds command to spit out helm values
596,240
27.04.2017 22:24:05
-7,200
f2102c03cd46f34dfe86271e75200b33885d0d2c
adds plain structure. generate all certs
[ { "change_type": "MODIFY", "old_path": "cmd/groundctl/certificates.go", "new_path": "cmd/groundctl/certificates.go", "diff": "@@ -2,6 +2,7 @@ package main\nimport (\n\"fmt\"\n+ \"os\"\n\"github.com/sapcc/kubernikus/pkg/controller/ground\"\n\"github.com/spf13/cobra\"\n@@ -25,6 +26,16 @@ var generateC...
Go
Apache License 2.0
sapcc/kubernikus
adds plain structure. generate all certs
596,240
28.04.2017 10:02:46
-7,200
c4f3b5b8fd10bb63e15a7a50d33974de3781fc8b
add etcd peer certificates
[ { "change_type": "MODIFY", "old_path": "pkg/controller/ground/certificates.go", "new_path": "pkg/controller/ground/certificates.go", "diff": "@@ -25,6 +25,10 @@ type Certificates struct {\nCA *Bundle\nApiserver *Bundle\n}\n+ Peers struct {\n+ CA *Bundle\n+ Universal *Bundle\n+ }\n}\nKubernetes struc...
Go
Apache License 2.0
sapcc/kubernikus
add etcd peer certificates
596,240
29.04.2017 18:42:02
-7,200
b0c37abb2c5cd5e781070c47b92d5ce8b6a5900e
adds another CA for clients connecting to the kubelets
[ { "change_type": "MODIFY", "old_path": "pkg/controller/ground/certificates.go", "new_path": "pkg/controller/ground/certificates.go", "diff": "@@ -5,8 +5,6 @@ import (\n\"crypto/rsa\"\n\"crypto/x509\"\n\"crypto/x509/pkix\"\n- \"errors\"\n- \"fmt\"\n\"math\"\n\"math/big\"\n\"net\"\n@@ -22,34 +20,39 @@...
Go
Apache License 2.0
sapcc/kubernikus
adds another CA for clients connecting to the kubelets
596,240
06.06.2017 14:22:08
-7,200
febc83a113066785497e3b1b9ce1327b5a25083e
uses viper for configuration management
[ { "change_type": "MODIFY", "old_path": "cmd/groundctl/certificates.go", "new_path": "cmd/groundctl/certificates.go", "diff": "package main\nimport (\n- \"fmt\"\n- \"os\"\n+ \"errors\"\n\"github.com/sapcc/kubernikus/pkg/controller/ground\"\n\"github.com/spf13/cobra\"\n+ \"github.com/spf13/viper\"\n)\...
Go
Apache License 2.0
sapcc/kubernikus
uses viper for configuration management
596,240
30.08.2017 09:47:53
-7,200
30967d3fe513a84ba1941ad623dd7b539c380cc1
adds node pools spec
[ { "change_type": "MODIFY", "old_path": "pkg/tpr/v1/types.go", "new_path": "pkg/tpr/v1/types.go", "diff": "@@ -6,6 +6,20 @@ const KlusterResourcePlural = \"klusters\"\ntype KlusterSpec struct {\nName string `json:\"name\"`\n+ NodePools []NodePool `json:\"nodePools\"`\n+}\n+\n+type NodePool struct {\n...
Go
Apache License 2.0
sapcc/kubernikus
adds node pools spec
596,240
31.08.2017 13:45:31
-7,200
5c86fb59671039974ccd93c663f88c7f0ab9f823
adds code generators for kubernetes api
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "+include *.mk\n+\nDATE = $(shell date +%Y%m%d%H%M)\nIMAGE ?= sapcc/kubernikus\nVERSION ?= latest\n@@ -21,7 +23,7 @@ endif\nHAS_GLIDE := $(shell command -v glide;)\nHAS_SWAGGER := $(shell command -v swagger;)\n-.PHONY...
Go
Apache License 2.0
sapcc/kubernikus
adds code generators for kubernetes api
596,240
31.08.2017 15:04:35
-7,200
7451eda8960d4f2c1f6040b949ed8bb1d6dbddfb
fixes makefile default target foo
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "-include *.mk\nDATE = $(shell date +%Y%m%d%H%M)\nIMAGE ?= sapcc/kubernikus\nVERSION ?= latest\nGOOS ?= $(shell go env | grep GOOS | cut -d'\"' -f2)\n-BINARIES := groundctl apiserver\n+BINARIES := kubernikus\nLDFLAGS ...
Go
Apache License 2.0
sapcc/kubernikus
fixes makefile default target foo
596,240
31.08.2017 16:37:52
-7,200
b1598ef0001a57f4c01f95989fe25c7574c376d4
refactors cobra command layout
[ { "change_type": "DELETE", "old_path": "cmd/groundctl/certificates.go", "new_path": null, "diff": "-package main\n-\n-import (\n- \"errors\"\n-\n- \"github.com/sapcc/kubernikus/pkg/controller/ground\"\n- \"github.com/spf13/cobra\"\n- \"github.com/spf13/viper\"\n-)\n-\n-func init() {\n- RootCmd.AddCo...
Go
Apache License 2.0
sapcc/kubernikus
refactors cobra command layout
596,240
31.08.2017 16:41:03
-7,200
8c689fd8c4b6d15ce3d30395cb563bf324095669
passes kubeconfig
[ { "change_type": "MODIFY", "old_path": "pkg/cmd/operator/operator.go", "new_path": "pkg/cmd/operator/operator.go", "diff": "@@ -58,6 +58,7 @@ func NewOperatorOptions() *OperatorOptions {\n}\nfunc (o *OperatorOptions) BindFlags(flags *pflag.FlagSet) {\n+ flags.StringVar(&o.KubeConfig, \"kubeconfig\",...
Go
Apache License 2.0
sapcc/kubernikus
passes kubeconfig
596,240
01.09.2017 13:57:20
-7,200
f020b74c3c9af93b7c77b2fefa2839ba86d9f479
fixes informer runtime chrash
[ { "change_type": "MODIFY", "old_path": "pkg/controller/ground/controller.go", "new_path": "pkg/controller/ground/controller.go", "diff": "@@ -107,6 +107,8 @@ func New(options Options) *Operator {\nDeleteFunc: operator.klusterTerminate,\n})\n+ operator.tprInformer = operator.informers.Kubernikus().V1...
Go
Apache License 2.0
sapcc/kubernikus
fixes informer runtime chrash
596,240
04.09.2017 13:47:57
-7,200
cd5060c07f6d5e8c7cc074e76b2524335b045f7e
unifies client constructors
[ { "change_type": "MODIFY", "old_path": "pkg/api/rest/kubeclient.go", "new_path": "pkg/api/rest/kubeclient.go", "diff": "@@ -16,13 +16,13 @@ func init() {\n}\nfunc NewKubeClients() *api.Clients {\n- client, err := kubernikus.NewKubernikusClient(kubeconfig)\n+ client, err := kubernikus.NewClient(kubec...
Go
Apache License 2.0
sapcc/kubernikus
unifies client constructors
596,240
04.09.2017 16:49:10
-7,200
d7bbf27a7195d91265a43e09b18c58033dffc943
prettifies kubernikus operator
[ { "change_type": "DELETE", "old_path": "pkg/cmd/operator/imploperator.go", "new_path": null, "diff": "-package operator\n-\n-import (\n- \"fmt\"\n- \"reflect\"\n- \"sync\"\n- \"time\"\n-\n- \"github.com/golang/glog\"\n- kube \"github.com/sapcc/kubernikus/pkg/client/kubernetes\"\n- \"github.com/sapcc...
Go
Apache License 2.0
sapcc/kubernikus
prettifies kubernikus operator
596,240
04.09.2017 17:54:55
-7,200
62f8c833ba8fc361862b9425a2d217dcff9ec397
implements one operator to rule them all..
[ { "change_type": "RENAME", "old_path": "pkg/controller/ground/controller.go", "new_path": "pkg/controller/ground.go", "diff": "-package ground\n+package controller\nimport (\n\"fmt\"\n@@ -13,8 +13,6 @@ import (\n\"github.com/golang/glog\"\nmetav1 \"k8s.io/apimachinery/pkg/apis/meta/v1\"\n\"k8s.io/ap...
Go
Apache License 2.0
sapcc/kubernikus
implements one operator to rule them all..
596,240
05.09.2017 11:40:36
-7,200
619f8d60abaefcac341e14b5e8df31f842ecfade
inits launchctl
[ { "change_type": "ADD", "old_path": null, "new_path": "pkg/controller/launch.go", "diff": "+package controller\n+\n+import (\n+ \"sync\"\n+ \"time\"\n+\n+ \"github.com/golang/glog\"\n+ \"k8s.io/apimachinery/pkg/util/wait\"\n+ \"k8s.io/client-go/util/workqueue\"\n+)\n+\n+type LaunchControl struct {\n...
Go
Apache License 2.0
sapcc/kubernikus
inits launchctl
596,240
05.09.2017 11:49:28
-7,200
43b8f384b164101cbfbba88acc663d9926f94e5f
removes debug informer
[ { "change_type": "MODIFY", "old_path": "pkg/controller/operator.go", "new_path": "pkg/controller/operator.go", "diff": "@@ -128,12 +128,6 @@ func NewKubernikusOperator(options *KubernikusOperatorOptions) *KubernikusOperat\no.Factories.Kubernikus = kubernikus_informers.NewSharedInformerFactory(o.Clie...
Go
Apache License 2.0
sapcc/kubernikus
removes debug informer
596,240
05.09.2017 11:58:11
-7,200
c3b4b5c44048c8ff0b24f6c0a70a93ee8d9c0096
creates informers earlier than waiting for caches to sync
[ { "change_type": "MODIFY", "old_path": "pkg/controller/operator.go", "new_path": "pkg/controller/operator.go", "diff": "@@ -71,7 +71,7 @@ type KubernikusOperator struct {\n}\nconst (\n- GROUNDCTL_WORKERS = 1\n+ GROUNDCTL_WORKERS = 10\nLAUNCHCTL_WORKERS = 1\nRECONCILIATION_DURATION = 5 * time.Minute\...
Go
Apache License 2.0
sapcc/kubernikus
creates informers earlier than waiting for caches to sync
596,240
06.09.2017 14:47:50
-7,200
2d3eed2a94bada2b0786b135fcf4050830d63dbd
fixes broken target for code generators
[ { "change_type": "MODIFY", "old_path": "code-generate.mk", "new_path": "code-generate.mk", "diff": "@@ -18,7 +18,7 @@ client-gen: $(BIN)/client-gen\n--input kubernikus/v1 \\\n--clientset-name clientset\n-informer-gen: $(BIN)/bin/informer-gen\n+informer-gen: $(BIN)/informer-gen\n@rm -rf ./pkg/generat...
Go
Apache License 2.0
sapcc/kubernikus
fixes broken target for code generators
596,240
06.09.2017 14:48:19
-7,200
2d97ae7483ec84350366cb2f8ae22e84d1877e0f
creates empty nodepools
[ { "change_type": "MODIFY", "old_path": "pkg/api/handlers/create_cluster.go", "new_path": "pkg/api/handlers/create_cluster.go", "diff": "@@ -31,6 +31,7 @@ func (d *createCluster) Handle(params operations.CreateClusterParams, principal\n},\nSpec: v1.KlusterSpec{\nName: name,\n+ NodePools: []v1.NodePoo...
Go
Apache License 2.0
sapcc/kubernikus
creates empty nodepools
596,240
06.09.2017 14:49:20
-7,200
a539d6ce2da55e50190bf149dd832fe75260e0ed
allows nodepools to be empty
[ { "change_type": "MODIFY", "old_path": "pkg/apis/kubernikus/v1/kluster.go", "new_path": "pkg/apis/kubernikus/v1/kluster.go", "diff": "@@ -17,7 +17,7 @@ type NodePool struct {\ntype KlusterSpec struct {\nName string `json:\"name\"`\n- NodePools []NodePool `json:\"nodePools\"`\n+ NodePools []NodePool ...
Go
Apache License 2.0
sapcc/kubernikus
allows nodepools to be empty