]> git.sesse.net Git - pkanalytics/shortlog
pkanalytics
2023-08-06 Steinar H.... Support filtering passes by thrower and receiver. master
2023-08-06 Steinar H.... For the short ID of player lists, allow using the gende...
2023-08-06 Steinar H.... Goals were double-counted as touches.
2023-08-03 Steinar H.... Make it possible to edit players from the UI.
2023-08-01 Steinar H.... Make the throwaway behavior more sane.
2023-07-31 Steinar H.... Add a Win32 build.
2023-07-31 Steinar H.... Rename the executable (it's about time)
2023-07-31 Steinar H.... Do everything through QOpenGLFunctions, in case it...
2023-07-30 Steinar H.... IN and OUT may be reserved words.
2023-07-30 Steinar H.... Build without QtMultimedia.
2023-07-30 Steinar H.... Move to using Qt's OpenGL function pointers.
2023-07-30 Steinar H.... Hack around the fact that pulls were not counted as...
2023-07-30 Steinar H.... Support splitting filters, instead of creating all...
2023-07-27 Steinar H.... Two decimals is a bit too hardcore for possession times.
2023-07-27 Steinar H.... Calculate time used for each possession.
2023-07-27 Steinar H.... Remove a de-facto unused parameter from make_poisson_ci...
2023-07-27 Steinar H.... Fix so that timeouts/stoppages between points do not...
2023-07-27 Steinar H.... Add some team-wide touches stats.
2023-07-27 Steinar H.... Move the turnover numbers around a bit; still looks...
2023-07-27 Steinar H.... Goal counts as a touch.
2023-07-27 Steinar H.... Rename “their team”.
2023-07-27 Steinar H.... Somewhat nicer formatting for team-wide stats.
2023-07-27 Steinar H.... Count selected number of subs in the UI.
2023-07-27 Steinar H.... Start working on some team-wide stats.
2023-07-27 Steinar H.... Simplify lambda syntax.
2023-07-27 Steinar H.... Remove an obsolete TODO.
2023-07-26 Steinar H.... Remove some repetition.
2023-07-26 Steinar H.... Fix crash if there are no matches (database is empty).
2023-07-26 Steinar H.... Fix a warning in debug mode.
2023-07-26 Steinar H.... Implement optional gender rule A and pull rules.
2023-07-26 Steinar H.... Add a menu.
2023-07-26 Steinar H.... Callahans were not properly filtered; fix.
2023-07-26 Steinar H.... Make the table header sticky on scroll.
2023-07-25 Steinar H.... Make it possible to run multiple filters at the same...
2023-07-24 Steinar H.... Adjust the Poisson CI range, since we were frequently...
2023-07-24 Steinar H.... Make more CIs for globals.
2023-07-24 Steinar H.... Reduce reliance on global_filters, to prepare for multi...
2023-07-24 Steinar H.... Make it possible to filter by gender ratio.
2023-07-23 Steinar H.... Add filters on O-line/D-line.
2023-07-23 Steinar H.... Count callahans in the viewer.
2023-07-23 Steinar H.... Do not output a warning for disc transfer during subs...
2023-07-23 Steinar H.... Store event types internally as an enum.
2023-07-23 Steinar H.... Remove checks for the “reset” type.
2023-07-23 Steinar H.... Make the video actually fit its intended size.
2023-07-23 Steinar H.... Better JS logging of warnings.
2023-07-23 Steinar H.... Write .json on quit, not start.
2023-07-23 Steinar H.... Fix so that we can change existing events to pulls.
2023-07-23 Steinar H.... Log some warnings about subbed-out players.
2023-07-23 Steinar H.... Fix a crash on exit.
2023-07-22 Steinar H.... Count interceptions towards (successful) catches.
2023-07-22 Steinar H.... Add support for stallouts.
2023-07-22 Steinar H.... We only need one set of soft plus/minus buttons.
2023-07-22 Steinar H.... Move to a native OpenGL window.
2023-07-22 Steinar H.... Minor comment tweak.
2023-07-22 Steinar H.... Make persistent PBOs for faster texture upload.
2023-07-22 Steinar H.... Make Frame allocated on a freelist, in preparation...
2023-07-21 Steinar H.... Make it possible to have separate videos per match...
2023-07-21 Steinar H.... Propagate errors on video opening back to the UI.
2023-07-21 Steinar H.... Move MainWindow into its own class.
2023-07-20 Steinar H.... Make columns sortable (no reverse sort).
2023-07-20 Steinar H.... Fix a contention issue.
2023-07-20 Steinar H.... std::shared_ptr is surprisingly not thread-safe, so...
2023-07-20 Steinar H.... Fix a threading issue, where we would call into the...
2023-07-20 Steinar H.... playing is used from multiple threads, so it must be...
2023-07-20 Steinar H.... Include was d-ed in a common per-point receiver error...
2023-07-20 Steinar H.... Make it possible to seek using the 4th and 5th mouse...
2023-07-20 Steinar H.... Update player buttons immediately when making a substit...
2023-07-20 Steinar H.... Split away getting d-ed from drops.
2023-07-17 Steinar H.... Fix absolute seeking when the base rate is not 1/1000.
2023-07-17 Steinar H.... Fix that hang time includes OOB pulls.
2023-07-13 Steinar H.... Force the timecode display to be in a font that does...
2023-07-13 Steinar H.... Fix a deprecation warning, at the cost of more allocations.
2023-07-13 Steinar H.... Make for smoother zooming/dragging, especially dragging.
2023-07-13 Steinar H.... Support dragging the picture around when we are zoomed.
2023-07-13 Steinar H.... Make zooming a bit less sensitive.
2023-07-13 Steinar H.... Make it possible to zoom the VideoWidget.
2023-07-13 Steinar H.... Drop QVideoWidget.
2023-07-10 Steinar H.... Fix some -Wsign-compare warnings.
2023-07-10 Steinar H.... Fix a warning.
2023-05-30 Steinar H.... Make the formation buttons actually do something.
2023-05-29 Steinar H.... Tweak formation backdating.
2023-05-29 Steinar H.... Support filtering on formation.
2023-05-29 Steinar H.... Fix formation JSON export.
2023-05-29 Steinar H.... Fix handling of multiple filters.
2023-05-29 Steinar H.... Export formations to the JSON.
2023-05-29 Steinar H.... Show formation name in the status bar.
2023-05-29 Steinar H.... Fix sorting after inserting a new formation.
2023-05-29 Steinar H.... Format events slightly more nicely.
2023-05-29 Steinar H.... Fix various issues with setting the special “none/unkno...
2023-05-29 Steinar H.... Better backdating of formations.
2023-05-29 Steinar H.... Small typo.
2023-05-29 Steinar H.... Make it possible to insert new formations from the UI.
2023-05-29 Steinar H.... Add the beginnings of formation support.
2023-05-28 Steinar H.... Implement filter-by-player-on-field.
2023-05-27 Steinar H.... Begin supporting filters.
2023-05-21 Steinar H.... Count time on offense and on defense.
2023-05-21 Steinar H.... Add a CI for OOB pulls.
2023-05-21 Steinar H.... Make soft +/- span both columns.
2023-05-21 Steinar H.... Add a filler SVG to make things line up.
2023-05-20 Steinar H.... Add per-point CIs.
next