Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-08-08 | Merge branch 'master' of muhkuh:~/agario-frickel | Florian Jung | |
2015-08-08 | nice coordinate system change functions | Florian Jung | |
2015-08-08 | cleanup + virus zoom fix | Florian Jung | |
2015-08-08 | cell name rendering | Timm Weber | |
2015-08-08 | zoom and resizable windows | Florian Jung | |
2015-08-08 | viren jetzt neu in gefixt | Timm Weber | |
2015-08-08 | Fancier Graphics | Timm Weber | |
2015-08-07 | readme++ | Florian Jung | |
2015-08-07 | split&shoot | Florian Jung | |
2015-08-07 | colors \o/ | Florian Jung | |
2015-08-07 | join game faster | Florian Jung | |
2015-08-07 | README | Florian Jung | |
2015-08-07 | simple demo client | Florian Jung | |