Edit mode:
----------
need a more intuitive way to select create new, and need to start in edit mode

remove information on who's turn it is from the status bar when in edit mode

Minor Bugs:
-----------
need a max turn time, so that the ball isn't left bouncing off bumpers for ages (or possibly on some holes forever)

print needs fixing (see KolfGame::print)

when resizing make it so some pixmaps are not painted new every time (store size like in Katom?)

fix advanced putting and it's resizing

fix scoreboard resizing, it can get too big, and can also get too small!

balls can go through walls
	eg: classic 2, can get through connection with top diag and top wall (easliest from left)

USA Pro 7, text for Golden Gate displays incorrectly. And Washington DC should be on one line in hole 8

need to find a sound for getting a score below par, see game.cpp and find the line that contains:
	//playSound("woohoo");

apparently void KolfGame::startNextHole() needs tidying work since it is too complex (see game.cpp)

apparently KolfGame::shotDone() needs changing, since it says // do hack stuff, shouldn't be done here

the names of menu items with checkboxs (eg in the Settings menu) seem wrong to me, need to think about what I want to change

bad performace on levels with floaters. Also on the intro the ball seems to slow at the bottom of the first loop of the circular slope

wrong player selected in score table at start of game

in strickt mode it is possible to select different holes, this is clearly cheating, but useful for debuging, so should be kept in for now

editing mode is very buggy and needs work, but probably best to wait till after the graphics upgrade

in edit mode it is possible to make a course with no cup

check if KolfGame::viewportToViewport() is still needed

layout of the big buttons at the top of window is wrong, needs thinking about

make slope arrows above sand? Only wants to be above sand, if that, this needs to be thought about. 

obscure load game crash, steps to reproduce:
1) load saved game
2) Save the game
3) End the game
4) click load game (in Game menu)
crash

auto save when editing needs to be implimented, in game.cpp see:
void KolfGame::autoSaveTimeout()

ball Collision is wrong, sometimes when you hit your opponents ball on the side it goes in the opposite direction of where you would expect it to go

TIDYING TO DO WHEN SVG FULLY IMPLIMENTED:
-----------------------------------------
fix ball colours, probably need seperate balls

IMPROVEMENTS:
-------------
improve graphics

make slope darkness depend on slope angle again

use ball.advance() to give ball a spin animation?

give black holes an animation?
	ball falling into hole animation? (rather than just disappearing it coudl shrink to nothing)

have animations for the ball's interaction with sand and water?

fix appearance of large buttons (there are too many!) by only showing one of "New", "Save Course" or "End Game" at a time, since only one of them is ever appropriate. Also remove the Show info button and move to the Settings menu if more space is needed.

