Update notes for v1.0

Tiny Football

Tiny Football is a throwback to classic top-down football games of the 80’s and 90's. Compete with over 200 national and club teams in a variety of tournaments against your friends or the computer.

A little late with this update as had to go back to the code to fix some issues identified during testing. But this is 1.0 as intended. Mainly team squad updates, performance enhancements, bug fixes and tidy ups. [b]Update club and national squad players[/b] A massive job for me to do this first time, a simple process in future. This updates all club/ national teams to their current squads as players move around etc. Ideally I want to be able to update this twice a year, so required a build process in place to make this an easier task - I hope to update the game at the end of each transfer window. At these times, players will have changed clubs and I want the game to reflect this changes. I have built a process to allow me to fetch all the updated squads for every team, then generate database migrations that I can ship out with each update. This way, it will update the game without having to delete saved tournaments, edited player names etc. [b]Process match fixtures on a separate thread[/b] This is to enhance performance and speed up the lag experienced between fixtures screen and displaying results. Will build upon this in future updates to enhance performance further. [b]Process migrations on a separate thread[/b] The game stalls when database migrations are running, this just ensures that the game is still responsive and I can do things like showing a progress bar whilst updates are running. [b]Fix bug where transfer list doesn't fill up after a few seasons[/b] For some reason, the transfer market wasn't filling up after a couple of seasons - especially with defenders and goalies! I've re-written this section to ensure this works correctly now. [b]Add scrolling to text that spills out of boxes[/b] Some team names and player names are just too long for my small boxes. I've added text scrolling so that they fit more neatly. [b]Add scrolling to news screen when there are many news items[/b] Now the news screen will automatically scroll vertically when there are many news items to show -player transfers, players returning from injury/suspension etc [b]Update season transfer menu buttons/ team selection[/b] Updated to newer style. Still have the editor menus to do next. ..and lots of additional refactoring and bug fixes, too many to mention them all, as always! :)