Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Fixed the jerky target selection | SpitfireX | |
The cell now locks onto a target and tries to reach it. This target can either be a source of food or a random point (in case no food is around). The locked target only gets reset when the cell has to flee. | |||
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 | avoid walls when fleeing | Florian Jung | |
2015-08-11 | Fixed draw_circle for global coordinates | SpitfireX | |
2015-08-11 | Merge branch 'master' of github.com:Windfisch/agario-frickel | Florian Jung | |
2015-08-11 | Added draw_arc to gui.py | SpitfireX | |
2015-08-11 | avoid viruses when fleeing and when to fat | Florian Jung | |
2015-08-11 | Nope. | SpitfireX | |
Nope. | |||
2015-08-11 | Merge branch 'master' of https://github.com/Windfisch/agario-frickel | SpitfireX | |
2015-08-11 | Some more gui.py improvements | SpitfireX | |
2015-08-11 | Merge branch 'master' of github.com:Windfisch/agario-frickel | Florian Jung | |
2015-08-11 | update agarnet to new protocol version | Florian Jung | |
2015-08-11 | stuff | Florian Jung | |
2015-08-11 | smarter runaway | Florian Jung | |
2015-08-11 | Added more debug drawing options | SpitfireX | |
2015-08-10 | Added basic statistics | SpitfireX | |
- added a new stats module - added mass and position tracking to the current cell logic | |||
2015-08-10 | Made default window size better line up with the actual vision range | SpitfireX | |
2015-08-10 | Added some clearer console output | SpitfireX | |
2015-08-10 | Viruses are friends, not food! | SpitfireX | |
Cell logic now ignores viruses as sources of food! | |||
2015-08-10 | Extended cell logic | SpitfireX | |
-if not fleeing the cell now seeks the nearest source of food - if not fleeing and no food is around the cell randomly spazzes around (needs to be improved lol) | |||
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 | readme | Florian Jung | |
2015-08-10 | split into files. refactor ALL teh thingz!!1 | Florian Jung | |
2015-08-10 | Some cleanup regarding cell rendering | SpitfireX | |
2015-08-09 | draw_world_border() function | Florian Jung | |
2015-08-09 | fix warnings | Florian Jung | |
2015-08-09 | Removed some crap | SpitfireX | |
2015-08-09 | Updated mouse handling to be event-driven | SpitfireX | |
- handling of mouse motion and mouse buttons through the built in event system together with the other event code - the FPS counter now uses the built in pygame.time.Clock class instead of my own implementation, which is not as granular. | |||
2015-08-08 | Font fallback now with 66% fewer try/except! | SpitfireX | |
2015-08-08 | fixed font rendering fallback. TODO: make this nice | Florian Jung | |
2015-08-08 | Updated readme and added original agar.io controls. | SpitfireX | |
2015-08-08 | Added FPS counter | SpitfireX | |
added an FPS counter to the window title and fixed window event handling (window now closes properly!). Windfisch pls: schau mal ob du die prints da unten noch brauchst, hab die mal auskommentiert. | |||
2015-08-08 | Fixed buggy event handling | SpitfireX | |
Events were polled at two different places which broke the window resizing. | |||
2015-08-08 | Font rendering now truly backwards compatible! | SpitfireX | |
turns out python needs much broader error handling than expected.... and I committed buggy code. | |||
2015-08-08 | Made font rendering backwards compatible | SpitfireX | |
pygame.freetype is not available in some versions of pygame. the font rendering is now version independent and only uses the freetype module if it is available. the fallback mode uses the default pygame.font module instead. | |||
2015-08-08 | Small fixes/cleanups and rudimentary keyboard input | SpitfireX | |
- cleaned up global variables - added logging function and fixed some issues with Windows - added fancy window title with stats - added some keyboard controls | |||
2015-08-08 | Merge branch 'master' of muhkuh:~/agario-frickel | Florian Jung | |
2015-08-08 | added weight rendering and updated pygame.font to pygame.freetype | Timm Weber | |
2015-08-08 | what the actual fuck?! border works now, no idea why | Florian Jung | |
2015-08-08 | Merge branch 'master' of /nfshome/ki08jofa/agario-frickel | Timm Weber | |
2015-08-08 | added leaderboard rendering | Timm Weber | |