Warning, /games/konquest/OVERVIEW is written in an unsupported language. File is not indexed.
0001 Overview over the files in Konquest 0002 =================================== 0003 0004 Game classes 0005 ------------ 0006 gamelogic.h gamelogic.cc The game itself. No gui. 0007 map.h map.cc The playing field - the universe 0008 sector.h sector.cc One square on the Map 0009 player.h player.cc Generic player 0010 planet.h planet.cc Info about a Planet 0011 fleet.h fleet.cc Info about a Fleet. 0012 0013 Widgets & Views 0014 --------------- 0015 mainwin.h mainwin.cc The main window 0016 gameview.h gameview.cc The main view of the game 0017 mapview.h mapview.cc The main view of the universe 0018 minimapview.h minimapview.cc A smaller view for setting up new games 0019 mapscene.h mapscene.cc The scene where the map is drawn 0020 mapitems.h mapitems.cc Some items that are on the map, e.g. planets 0021 0022 Dialogs 0023 ------- 0024 fleetdlg.h fleetdlg.cc The summary dialog of the fleets 0025 newgamedlg.h newgamedlg.cc The dialog for creating new games 0026 scoredlg.h scoredlg.cc The summary dialog at the end of the game. 0027 0028 Misc 0029 ---- 0030 Konquest.cc The main program. 0031 version.h FIXME: Use global KDE version? 0032 images.h Declaration of all the images.