]> git.sesse.net Git - pkanalytics/history - events.h
Support filtering passes by thrower and receiver.
[pkanalytics] / events.h
2023-08-01 Steinar H. GundersonMake the throwaway behavior more sane.
2023-07-30 Steinar H. GundersonIN and OUT may be reserved words.
2023-07-23 Steinar H. GundersonStore event types internally as an enum.
2023-05-30 Steinar H. GundersonMake the formation buttons actually do something.
2023-05-29 Steinar H. GundersonShow formation name in the status bar.
2023-05-29 Steinar H. GundersonMake it possible to insert new formations from the UI.
2023-05-29 Steinar H. GundersonAdd the beginnings of formation support.
2023-05-03 Steinar H. GundersonSupport having multiple matches (only set on startup...
2023-05-03 Steinar H. GundersonMake a more sensible ordering of the player buttons.
2023-05-02 Steinar H. GundersonMake the events view scroll the current event into...
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. 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. GundersonAdd some defensive events.
2023-05-01 Steinar H. GundersonMake it possible to sub (in/out events only, no real...
2023-05-01 Steinar H. GundersonClean out the refresh-on-demand code from EventsModel.
2023-05-01 Steinar H. GundersonMake it possible to seek to an event by clicking on it.
2023-05-01 Steinar H. GundersonUpdate the status bar from the events.
2023-05-01 Steinar H. GundersonMake it possible to delete events.
2023-05-01 Steinar H. GundersonConnect insertions/type changes to the database.
2023-05-01 Steinar H. GundersonAdd some offense events, now working-ish.
2023-05-01 Steinar H. GundersonMore EventsModel into its own file.