summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-04-27these should have been deletedDavisLWebb
2014-04-27fixed, seeds, roundrobin, and _show_tournAndrewMurrell
2014-04-27get the tournament creation page completeLuke Shumaker
2014-04-27Merge branch 'master' of https://github.com/LukeShu/leaguerLuke Shumaker
2014-04-27Work on the tournament creation pageLuke Shumaker
2014-04-27Added a standings view and used spaceships.AndrewMurrell
2014-04-27Added 3 new seeding algorithms.AndrewMurrell
2014-04-26Sampling methods WIPLuke Shumaker
2014-04-26Fixed metaprogramming, I think. and added README for seedingAndrewMurrell
2014-04-26Added READMEs for scheduling and started seeding in lib.AndrewMurrell
2014-04-26clean up lib/scoring (a bit)Luke Shumaker
2014-04-26Added match creation to roundrobin.rb. Also Luke did not give us broken ass c...guntasgrewal
2014-04-26Removed the self.tourn from roundrobin.rb. Also, last time we meant meat as ...guntasgrewal
2014-04-26Added some meat to roundrobin.rbguntasgrewal
2014-04-26rr #matched changedtkimia
2014-04-26SVG elimination is essentially finishedtkimia
2014-04-26Merge branch 'master' of https://github.com/LukeShu/leaguertkimia
2014-04-25fixed a dumb mistakeDavisLWebb
2014-04-25I think I properly populated the teams into the @teams_pair array. Its in rou...DavisLWebb
2014-04-25Added the round robin algorithm. Its based on array rotations. The array nee...DavisLWebb
2014-04-24seeds and elimination small changesguntasgrewal
2014-04-24again, small changestkimia
2014-04-24more fixes to the SVGtkimia
2014-04-24number of matches has new formula that works for all teams/matchtkimia
2014-04-24text in graph is a bit bettertkimia
2014-04-24fixed an off-by-one error when moving teams into matchestkimia
2014-04-24math wizardrytkimia
2014-04-23clean up lib/scoringLuke Shumaker
2014-04-23ignore vim swap filesLuke Shumaker
2014-04-22Merge branch 'master' of https://github.com/LukeShu/leaguerguntasgrewal
2014-04-22Added Pairing Algorithmsguntasgrewal
2014-04-22fix paren thingLuke Shumaker
2014-04-22I hate codeLuke Shumaker
2014-04-22made naming conventions consistentAndrewMurrell
2014-04-22Did a thingguntasgrewal
2014-04-22Added default PairingAlgorithmAndrewMurrell
2014-04-22Added all the folders to libAndrewMurrell
2014-04-22I HATE CODELuke Shumaker
2014-04-22re-factor for tournament_stage's and separate scheduling modulesLuke Shumaker
2014-04-22Made Scoring Algorithm files use the statistics interface and accept matches ...AndrewMurrell
2014-04-19Added some more scoring functions in ScoringAlgorithms.rbAndrewMurrell
2014-04-19Added ScoringAlgorithms to libAndrewMurrell
2014-02-18Run `rails new`Luke Shumaker