summaryrefslogtreecommitdiff
path: root/gui.py
AgeCommit message (Collapse)Author
2015-08-12Made gui surface update explicit + some angle stuffSpitfireX
2015-08-11clear_screen() functionFlorian Jung
2015-08-11fix viruses being not drawnFlorian Jung
oar spitfire pls
2015-08-11Changed input locking controlsSpitfireX
instead of two separate toggles S now cycles through the different lock combinations.
2015-08-11Fixed render order and added bot input lockingSpitfireX
- the render order is now strictly food < cells(small -> big) -> viruses(small -> big) - added the option to lock the bot input (b key)
2015-08-11Some minor changesSpitfireX
- increased the detection radius for possible threats - removed some unnecessary conditions which lead to some buggy behavior - changed the default resolution (again... maybe it's better)
2015-08-11Merge branch 'master' of github.com:Windfisch/agario-frickelFlorian Jung
2015-08-11draw forbidden directions (debug output)Florian Jung
2015-08-11draw_arc() now takes radians, not degFlorian Jung
2015-08-11Fixed draw_circle for global coordinatesSpitfireX
2015-08-11Added draw_arc to gui.pySpitfireX
2015-08-11Some more gui.py improvementsSpitfireX
2015-08-11Added more debug drawing optionsSpitfireX
2015-08-10Made default window size better line up with the actual vision rangeSpitfireX
2015-08-10Made input locked by default and some cleanupsSpitfireX
- "lock movement" has now become "lock input" and input is locked by default - tried cleaning up global variables in gui.py (partially successful)
2015-08-10Enhanced virus renderingSpitfireX
viruses now have an outline
2015-08-10first bot stuffFlorian Jung
2015-08-10fix bug with screen resizingFlorian Jung
2015-08-10rename stuffFlorian Jung
2015-08-10replaceCamelCase_by_underscoresFlorian Jung
2015-08-10split into files. refactor ALL teh thingz!!1Florian Jung