Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-16 | draw_text is now callable externally | SpitfireX | |
2015-08-12 | Made gui surface update explicit + some angle stuff | SpitfireX | |
2015-08-11 | clear_screen() function | Florian Jung | |
2015-08-11 | fix viruses being not drawn | Florian Jung | |
oar spitfire pls | |||
2015-08-11 | Changed input locking controls | SpitfireX | |
instead of two separate toggles S now cycles through the different lock combinations. | |||
2015-08-11 | Fixed render order and added bot input locking | SpitfireX | |
- 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-11 | Some minor changes | SpitfireX | |
- 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-11 | Merge branch 'master' of github.com:Windfisch/agario-frickel | Florian Jung | |
2015-08-11 | draw forbidden directions (debug output) | Florian Jung | |
2015-08-11 | draw_arc() now takes radians, not deg | Florian Jung | |
2015-08-11 | Fixed draw_circle for global coordinates | SpitfireX | |
2015-08-11 | Added draw_arc to gui.py | SpitfireX | |
2015-08-11 | Some more gui.py improvements | SpitfireX | |
2015-08-11 | Added more debug drawing options | SpitfireX | |
2015-08-10 | Made default window size better line up with the actual vision range | SpitfireX | |
2015-08-10 | Made input locked by default and some cleanups | SpitfireX | |
- "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-10 | Enhanced virus rendering | SpitfireX | |
viruses now have an outline | |||
2015-08-10 | first bot stuff | Florian Jung | |
2015-08-10 | fix bug with screen resizing | Florian Jung | |
2015-08-10 | rename stuff | Florian Jung | |
2015-08-10 | replaceCamelCase_by_underscores | Florian Jung | |
2015-08-10 | split into files. refactor ALL teh thingz!!1 | Florian Jung | |