index
:
mirror/leaguer
clean
css-rewrite
master
mirror of https://github.com/LukeShu/leaguer.git
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
models
/
match.rb
Age
Commit message (
Expand
)
Author
2014-07-07
add AGPL copyright header to all non-trivial non-generated files
Luke Shumaker
2014-04-30
Add #owned_by? to the models that didn't have it (when appropriate)
Luke Shumaker
2014-04-30
remove debug code
Luke Shumaker
2014-04-29
winner problem fixed in elimination
tkimia
2014-04-29
Merge branch 'master' of https://github.com/LukeShu/leaguer
tkimia
2014-04-29
elimination works SOMETIMES... other times it just can't put down a damned wi...
tkimia
2014-04-29
scoring accepts matches
AndrewMurrell
2014-04-29
Validate everything that I can.
Luke Shumaker
2014-04-28
Merge branch 'master' of https://github.com/LukeShu/leaguer
nfoy
2014-04-28
All the changes. Luke should know what's up.
nfoy
2014-04-28
Fixed status 2-3 transition and statistic sampling.
AndrewMurrell
2014-04-28
Misc fixes. (This commit is from Luke on Andrew's box)
AndrewMurrell
2014-04-28
I fixed it. added self and fixed variable names.
AndrewMurrell
2014-04-28
oops
Luke Shumaker
2014-04-28
fix bad merge
Luke Shumaker
2014-04-28
implement most of the TODOs in Match
Luke Shumaker
2014-04-28
Merge branch 'master' of https://github.com/LukeShu/leaguer
Luke Shumaker
2014-04-28
Re-jigger the sampling interface
Luke Shumaker
2014-04-28
fixed the db seeds. They can now be started
tkimia
2014-04-27
Forced Merger - Hostile Takeover.
AndrewMurrell
2014-04-27
replaced getStatistic with focused where
AndrewMurrell
2014-04-27
Re-jig the match life-cycle
Luke Shumaker
2014-04-25
Touch up s/scores/statistics/
Luke Shumaker
2014-04-22
Merge remote-tracking branch 'origin/master'
Luke Shumaker
2014-04-22
Merge branch 'clean2'
Luke Shumaker
2014-04-22
run ./generate.sh
Luke Shumaker
2014-04-22
added match.win?(player) for checking if a player won a match or not
AndrewMurrell
2014-04-07
Moved and updated the not-working asynchronous API auto-update feature.
nfoy
2014-04-06
holy shit matches actually move forward
guntasgrewal
2014-04-04
Cookie size 20 minutes
guntasgrewal
2014-04-03
normalize to tab indent
shumakl
2014-04-03
run generate.sh
shumakl
2014-03-07
It is 1:30 AM
Luke Shumaker
2014-03-07
Merge branch 'clean'
DavisLWebb
2014-03-07
Merge branch 'clean'
DavisLWebb
2014-03-06
add all the has_and_belongs_to_many relations
Luke Shumaker
2014-03-06
matches routed
nfoy
2014-03-02
currently adding Session controller and view
DavisLWebb
2014-03-02
Merge branch 'master' of http://github.com/LukeShu/leaguer
DavisLWebb
2014-02-20
fix datatype names in generate.sh
DavisLWebb
2014-02-18
Added the generate shell command. Please do not commit the generated files.
AndrewMurrell