Added worldmap choosing from command-line and menu.
authorRicardo Cruz <rick2@aeiou.pt>
Fri, 9 Jul 2004 14:43:44 +0000 (14:43 +0000)
committerRicardo Cruz <rick2@aeiou.pt>
Fri, 9 Jul 2004 14:43:44 +0000 (14:43 +0000)
commite43b147d6a1557b535b035ef5c8c4a3a1cb898f1
tree08117a381c7e1c1e4dbc79cb187a4638c2cf1b2b
parentfbf9c68d0230360d7b3ad12a1d9ae1242ebc5436
Added worldmap choosing from command-line and menu.
Contributed maps must be in data/levels/worldmap, included the ones run from the command-line.
It is possible to feed maps with absolute path, but it is just a hack that converts them to relative paths to the worldmap folder. I did this, in order to make it possible for someone to add a mime-type for Konqueror as 'supertux --worldmap' and press a .stwt file from worldmap dir.

About the Contrib Worlds menu, we might consider just making one Contrib menu, and make levels from different folders to create dynamically a map.
Till that day, let's keep this menu.

SVN-Revision: 1555
src/globals.cpp
src/globals.h
src/menu.cpp
src/menu.h
src/setup.cpp
src/supertux.cpp
src/title.cpp
src/worldmap.cpp
src/worldmap.h