summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-10rename stuffFlorian Jung
2015-08-10replaceCamelCase_by_underscoresFlorian Jung
2015-08-10readmeFlorian Jung
2015-08-10split into files. refactor ALL teh thingz!!1Florian Jung
2015-08-10Some cleanup regarding cell renderingSpitfireX
2015-08-09draw_world_border() functionFlorian Jung
2015-08-09fix warningsFlorian Jung
2015-08-09Removed some crapSpitfireX
2015-08-09Updated mouse handling to be event-drivenSpitfireX
- 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-08Font fallback now with 66% fewer try/except!SpitfireX
2015-08-08fixed font rendering fallback. TODO: make this niceFlorian Jung
2015-08-08Updated readme and added original agar.io controls.SpitfireX
2015-08-08Added FPS counterSpitfireX
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-08Fixed buggy event handlingSpitfireX
Events were polled at two different places which broke the window resizing.
2015-08-08Font rendering now truly backwards compatible!SpitfireX
turns out python needs much broader error handling than expected.... and I committed buggy code.
2015-08-08Made font rendering backwards compatibleSpitfireX
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-08Small fixes/cleanups and rudimentary keyboard inputSpitfireX
- 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-08Merge branch 'master' of muhkuh:~/agario-frickelFlorian Jung
2015-08-08added weight rendering and updated pygame.font to pygame.freetypeTimm Weber
2015-08-08what the actual fuck?! border works now, no idea whyFlorian Jung
2015-08-08Merge branch 'master' of /nfshome/ki08jofa/agario-frickelTimm Weber
2015-08-08added leaderboard renderingTimm Weber
2015-08-08Merge branch 'master' of muhkuh:~/agario-frickelFlorian Jung
2015-08-08nice coordinate system change functionsFlorian Jung
2015-08-08cleanup + virus zoom fixFlorian Jung
2015-08-08cell name renderingTimm Weber
2015-08-08zoom and resizable windowsFlorian Jung
2015-08-08viren jetzt neu in gefixtTimm Weber
2015-08-08Fancier GraphicsTimm Weber
2015-08-07readme++Florian Jung
2015-08-07split&shootFlorian Jung
2015-08-07colors \o/Florian Jung
2015-08-07join game fasterFlorian Jung
2015-08-07READMEFlorian Jung
2015-08-07simple demo clientFlorian Jung