blockattack / blockattack-game

Block Attack - Rise of the Blocks - the game
https://blockattack.net
GNU General Public License v2.0
34 stars 8 forks source link

My Games directory not created in Windows. #15

Closed sago007 closed 7 years ago

sago007 commented 7 years ago

On Linux the save games folder are created recursively (by invoking "mkdir -p").

On Windows the save game folder are not created recursively any more. This is a regression compared to 1.4.2.

If the "My Games" folder exist in the My Documents folder this is not a problem. If it does not then the game will not save anything.

Workaround: The user can create the "My Games". For people that play a lot of games it most likely already exist.

To fix this. At least "My Games" should also be created under Windows. For now we assume that My Documents exist under Windows. This logic needs to be fixed in the OS dependent source in "source/code/os.cpp"

sago007 commented 7 years ago

With the release of 2.1.2 this is now closed.