brickwerk 0.0.13 ---------------- 1. Add LICENSE.txt, README.txt brickwerk 0.0.12 ---------------- 1. Move to latest versions of SDL2 libraries brickwerk 0.0.11 ---------------- 1. Support multiple joysticks 2. Save keybindings on exit 3. Update to higher resolution / new graphics 4. Enable some basic sound effects brickwerk 0.0.10 ---------------- 1. Port to SDL2 brickwerk 0.0.9 --------------- 1. Implement customizable controls. 2. Rework event loop. 3. tprintf cleanup. 4. Make tetraminos appear on/below row 20. 5. Improve customizeable controls. 6. Do not clear rotate flag if rotate is unsuccessful -- alows IRS to work more smoothly. 7. Implement TAP Normal mode timing. 8. Implement TAP Master mode timing. 9. Implement TAP Level system. 10. Print "You won" message at end of game. 11. Add locking soft drop. 12. Fix a bug that could cause held drop buttons to continue into a new game. 13. If not on Windows, busy wait for frame rate lock. 14. Fix a bug in IRS (don't adjust initial piece position on IRS). 15. Make initial piece rotations match ARS. 16. Add TGM1 and TGM2 randomizers. 17. Make sure to process gravity before movement. 18. Fix incorrect board drawing when paused. 19. Update config file processing to accept: - HEX colors or common color names - true, false, yes, no, 0, 1 for boolean options brickwerk 0.0.8 --------------- 1. Separate gravity from piece lock timing. 2. Allow piece speed to reach 20G. 3. Implement ARS. 4. Implement ARE. 5. Implement IRS. 6. Rework controls slightly. 7. Add placed block border. 8. Add basic piece clear 'animation'. 9. Some code cleanup. 10. Other stuff that I forgot.