Skip to content

Tags: andrewzwicky/PUBGIS

Tags

v0.2.12

Toggle v0.2.12's commit message
Another try to get this to build...

v0.2.11

Toggle v0.2.11's commit message
Adding new usage pictures

v0.2.9

Toggle v0.2.9's commit message
fix forr death time check being incorrect when death time was 0

0 is assumed to be no death time, so this case was incorrectly handled when the check for landing_time < death_time was added.

v0.2.8

Toggle v0.2.8's commit message
suppress pylint warnings in tests

v0.2.7

Toggle v0.2.7's commit message
re-enabling all tests

v0.2.6

Toggle v0.2.6's commit message
mss now only captures the relevant part of the screen, should reduce …

…stuttering

mostly fixes #37 .  There is probably still improvements to be made in this area.

v0.2.5

Toggle v0.2.5's commit message
disable instance attributes warnings for now

v0.2.3

Toggle v0.2.3's commit message
Bumping to v0.2.3 to fix exe issue

Also added profiling to pytest on appveyor