2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 24, 2024 — Nov 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replaced CRLF line endings with LF. More... over 14 years ago
updated docs for new FlxObject function More... over 14 years ago
fixed typo in FlxG, added new function overlapsAt(), made existing overlaps() check able to handle tilemaps and groups better More... over 14 years ago
mroe of that game loop timing corner case correction More... over 14 years ago
caught annoying corner case for the game loop timing More... over 14 years ago
Merge branch 'dev' into beta More... over 14 years ago
got post-processing back in, added a flag to ignore debug visuals on a per object basis, updated documentation More... over 14 years ago
fixed typo and updated docs More... over 14 years ago
tilemap collision resolution should preserve quadtree A-B list parity and parameter order now More... over 14 years ago
fixed up the way mass and elasticity are handled by FlxObject.separate() More... over 14 years ago
Merge branch 'dev' into beta More... over 14 years ago
woops forgot to updat ethe docs again More... over 14 years ago
Merge branch 'dev' into beta More... over 14 years ago
some tweaks and new functions for the plugin system More... over 14 years ago
Merge branch 'dev' into beta More... over 14 years ago
finished cleanup pass on documentation and variable names More... over 14 years ago
partway through variable name and documentation cleanup More... over 14 years ago
volume change hook is triggered on mute toggle as well now More... over 14 years ago
Merge branch 'dev' into beta More... over 14 years ago
updated documentation, my eyes are bleeding More... over 14 years ago
more documentation updates More... over 14 years ago
Merge branch 'dev' into beta More... over 14 years ago
fixed path following behavior again, simpler and better now More... over 14 years ago
fixed baked rotations to have better thresholds More... over 14 years ago
got through most of the system folder documentation More... over 14 years ago
started updating documentation for pending master release More... over 14 years ago
processed github Issues queue, i think most stuff has been addressed More... over 14 years ago
exists is checked before group calls kill on members More... over 14 years ago
added more numpad support More... over 14 years ago
added timer plugin, use like new FlxTimer().start(3,1,onTimer); More... over 14 years ago