Revision 794034

Go back to digest for 13th April 2008

Other in Games

Jure Repinc committed changes in /trunk/playground/games:

Initial import of Parsek, a client for turn-based 4X strategy games based on Thousand Parsec framework.

4X stands for explore, expand, exploit and exterminate. Similar games are Stars!, Galactic Civilizations, Reach for the Stars, and many others. You can also think of those as an advanced version of Konquest.

I hope I've put everything into the right place and that the CMake files are OK.

The client is still in the early phase ocf development so currently you can only connect to a game server, download the Universe and see the tree of objects in it and a table with messages.

Any help and feedback is much appreciated.

File Changes

Added 58 files
  • /trunk/playground/games
  •   /parsek
  •   /doc/parsek
  •   /parsek/AUTHORS
  •   /parsek/ChangeLog
  •   /parsek/cmake
  •   /parsek/CMakeLists.txt
  •   /parsek/COPYING
  •   /parsek/INSTALL
  •   /parsek/NEWS
  •   /parsek/OVERVIEW
  •   /parsek/README
  •   /parsek/src
  •   /parsek/TODO
  •   /doc/parsek/CMakeLists.txt
  •   /doc/parsek/index.docbook
  •   /parsek/cmake/FindTPProto.cmake
  •   /parsek/src/CMakeLists.txt
  •   /parsek/src/connecttoserverdialog.cpp
  •   /parsek/src/connecttoserverdialog.h
  •   /parsek/src/connecttoserverdialog.ui
  •   /parsek/src/converters.cpp
  •   /parsek/src/converters.h
  •   /parsek/src/editserversdialog.ui
  •   /parsek/src/images
  •   /parsek/src/importobject.cpp
  •   /parsek/src/importobject.h
  •   /parsek/src/loggerwidget.cpp
  •   /parsek/src/loggerwidget.h
  •   /parsek/src/loggerwidget.ui
  •   /parsek/src/mainwindow.cpp
  •   /parsek/src/mainwindow.h
  •   /parsek/src/mapobjects.cpp
  •   /parsek/src/mapobjects.h
  •   /parsek/src/mapscene.cpp
  •   /parsek/src/mapscene.h
  •   /parsek/src/mapview.cpp
  •   /parsek/src/mapview.h
  •   /parsek/src/messagesmodel.cpp
  •   /parsek/src/messagesmodel.h
  •   /parsek/src/objectinfowidget.ui
  •   /parsek/src/objectsitem.cpp
  •   /parsek/src/objectsitem.h
  •   /parsek/src/objectsmodel.cpp
  •   /parsek/src/objectsmodel.h
  •   /parsek/src/parsek.cpp
  •   /parsek/src/parsek.desktop
  •   /parsek/src/version.h
  •   /parsek/src/images/CMakeLists.txt
  •   /parsek/src/images/default_theme.svg
  •   /parsek/src/images/hi128-app-parsek.png
  •   /parsek/src/images/hi16-app-parsek.png
  •   /parsek/src/images/hi22-app-parsek.png
  •   /parsek/src/images/hi32-app-parsek.png
  •   /parsek/src/images/hi48-app-parsek.png
  •   /parsek/src/images/hi64-app-parsek.png
  •   /parsek/src/images/parsek.svg
  •   /parsek/src/images/parsek14.png
  •   /parsek/src/images/parsek192.png
Modified 3 files
  • /trunk/playground/games
  •   /CMakeLists.txt
  •   /INDEX
  •   /doc/CMakeLists.txt
61 files changed in total