Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Changed elo to ranking #57

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
6bf5cc9
Changed elo to ranking
SebastienGllmt Oct 4, 2014
d09e210
Unused certificate
SebastienGllmt Oct 4, 2014
2b8f098
Got rid of broken news section
SebastienGllmt Oct 4, 2014
27e2e75
Got rid of link to dead site
SebastienGllmt Oct 4, 2014
c930254
Fixed bug where I accidentally wasn't using ArrayCollection
SebastienGllmt Oct 4, 2014
7e72035
Now always shows solo Q 5x5 ranking for player
SebastienGllmt Oct 5, 2014
9ddd7c8
Spaces -> tabs to conform with rest of project
SebastienGllmt Oct 5, 2014
82ee5e8
No longer unloads enemy team after end of game
SebastienGllmt Oct 20, 2014
dafb275
Change in scope
SebastienGllmt Oct 20, 2014
d965613
Added a checkbox for league info in the GUI
SebastienGllmt Oct 20, 2014
f1964b3
unpacked ui code so the designer works again
SebastienGllmt Nov 16, 2014
6ec3e31
Fix ui offset
SebastienGllmt Nov 22, 2014
cfc86e1
looks for new certificate
SebastienGllmt Nov 22, 2014
44f8001
new certificate
SebastienGllmt Nov 22, 2014
c520ccd
NA certificate change in csproj
SebastienGllmt Nov 22, 2014
7ef731b
Admin mode error message now appears in logs
SebastienGllmt Nov 22, 2014
daf6def
new screenshot
SebastienGllmt Nov 22, 2014
a92f42d
better scope for dict
SebastienGllmt Nov 26, 2014
7766897
Patch to ProcessInjector
SebastienGllmt Nov 26, 2014
2a79196
See previous commit
SebastienGllmt Nov 26, 2014
3f91578
Updated version
SebastienGllmt Nov 26, 2014
854bc8f
Removed unused button
SebastienGllmt Nov 29, 2014
cb5fb46
Added accept status tracker
SebastienGllmt Nov 29, 2014
20444be
Ability to gray out unranked games
SebastienGllmt Nov 29, 2014
1b070d7
Changed default settings
SebastienGllmt Nov 29, 2014
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions General.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,19 @@
},
"Release":
{
"ReleaseName": "o",
"Version": "1.1",
"Link": "https://github.com/bladecoding/LoLNotes/releases/tag/1.1o"
"ReleaseName": "",
"Version": "1.2",
"Link": "https://github.com/SebastienGllmt/LoLNotes/releases/tag/1.2"
},
"Changes":
{
"1.2":
[
"Fixed certificate issue so that LoLNotes works on the new season.",
"Now shows ranking for players",
"Now get more feedback about whether or not the process is injected",
"No longer unloads enemy team at the end of the game",
],
"1.1o":
[
"Fixed unicode broadcast messages breaking lolnotes.",
Expand Down
Binary file not shown.
Binary file not shown.
77 changes: 45 additions & 32 deletions LoLNotes/Gui/Controls/PlayerControl.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading