]> git.sesse.net Git - pkanalytics/history - main.cpp
Make SHOULD_PULL into an enum.
[pkanalytics] / main.cpp
2023-05-02 Steinar H. GundersonMake SHOULD_PULL into an enum.
2023-05-02 Steinar H. GundersonMake offense/defense a tristate-enum.
2023-05-02 Steinar H. GundersonFix a corner case around clicking event rows.
2023-05-02 Steinar H. GundersonMake explicit offense/defense markers, by clicking.
2023-05-01 Steinar H. GundersonBackdate substitutions so that they're a bit easier...
2023-05-01 Steinar H. GundersonFix pull button availability.
2023-05-01 Steinar H. GundersonCount time spent in stoppage
2023-05-01 Steinar H. GundersonMake it possible to end stoppages.
2023-05-01 Steinar H. GundersonDisable irrelevant buttons.
2023-05-01 Steinar H. GundersonSplit update_status().
2023-05-01 Steinar H. Gundersonpull_landed is a no-player event.
2023-05-01 Steinar H. GundersonMake the default action on offense a catch.
2023-05-01 Steinar H. GundersonFix an off-by-one in inserting events.
2023-05-01 Steinar H. GundersonHook up defensive soft +/-.
2023-05-01 Steinar H. GundersonHook up our_defense.
2023-05-01 Steinar H. GundersonHook up some misc. events.
2023-05-01 Steinar H. GundersonAdd some defensive events.
2023-05-01 Steinar H. GundersonMake the player buttons actually fetch out the team.
2023-05-01 Steinar H. GundersonRename player to video, since it was confusingly close...
2023-05-01 Steinar H. GundersonMake it possible to sub (in/out events only, no real...
2023-05-01 Steinar H. GundersonShow players from the database.
2023-05-01 Steinar H. GundersonMove EventsModel into the MainWindow constructor.
2023-05-01 Steinar H. GundersonMake it possible to seek to an event by clicking on it.
2023-05-01 Steinar H. GundersonRename stats.cpp to main.cpp.