summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-29reversing_game_mechanics/splits_and_ejects/READMEFlorian Jung
2015-08-29better analyzing magic for ejects/splitsFlorian Jung
2015-08-28forgot to commit geometry.py, oopsFlorian Jung
2015-08-28analyzing functionsFlorian Jung
2015-08-28track shooting angles and distancesFlorian Jung
2015-08-28user-settable vignetteFlorian Jung
2015-08-28hopefully fixed "enemy in our midpoint" issueFlorian Jung
2015-08-28use new zoom formulaFlorian Jung
2015-08-27fixFlorian Jung
2015-08-27reverse engineered zoom levelFlorian Jung
2015-08-27s/99999/float(inf)/gFlorian Jung
2015-08-27detect ejects and virussplits, and set cell.parent accordinglyFlorian Jung
2015-08-26draw cell.parentFlorian Jung
2015-08-26detect splits and add cell.parent attributeFlorian Jung
2015-08-26mechanics.py contains the reverse-engineered formulas for the game mechanicsFlorian Jung
2015-08-26cell.player attributeFlorian Jung
2015-08-26randomly split, for statistic purposesFlorian Jung
2015-08-26visible rect / size depending on n_cellsFlorian Jung
2015-08-26find out zoom level w.r.t sizeFlorian Jung
2015-08-25visible window stuffFlorian Jung
2015-08-25analyze.pyFlorian Jung
2015-08-25stats can now be calculated over multiple files. readme.Florian Jung
2015-08-25store cellspeed with precision of 0.1Florian Jung
2015-08-25analyze statsFlorian Jung
2015-08-25statisticsFlorian Jung
2015-08-25clean quitFlorian Jung
2015-08-25process.frame() in stats.py, no functional changesFlorian Jung
2015-08-25fixFlorian Jung
2015-08-25readme, game mechanicsFlorian Jung
2015-08-25fix crash when no runaway interval is availableFlorian Jung
2015-08-25allow specification of nicknameFlorian Jung
2015-08-25less spamFlorian Jung
2015-08-25update friend list, remove virusesFlorian Jung
2015-08-25sexy graphicsFlorian Jung
2015-08-25fix stupid typoFlorian Jung
2015-08-25gui.draw_bar()Florian Jung
2015-08-24sexy graphics and saner approaching / not approaching friendsFlorian Jung
2015-08-24try to W-feed friends. for testing, treat viruses as friendsFlorian Jung
2015-08-24more interval util functionsFlorian Jung
2015-08-24do not rely on friendly_players (names) but on friendly_cells (cells)Florian Jung
2015-08-24store cell.movement_angleFlorian Jung
2015-08-24remove annoying debug outputFlorian Jung
2015-08-24draw the direction where ejected mass would flyFlorian Jung
2015-08-24cell motion historyFlorian Jung
2015-08-24UI: change behaviour of S key, allow split+W alwaysFlorian Jung
2015-08-24naive auto-feeding of friends. fixed all teh crashs :)Florian Jung
2015-08-24autorejoinFlorian Jung
2015-08-24debugging +/-Florian Jung
2015-08-24WIPFlorian Jung
2015-08-21preallocate grid and treat it as an arrayFlorian Jung