Revision 834039

Go back to digest for 20th July 2008

Other in Games

Stefan Majewsky committed changes in /trunk/playground/games/palapeli:

Who needs atomic commits? Here comes the GIGANTIC commit!!!
Hopefully, this is the last commit in the very long series of "Let's break the total internal infrastructure of Palapeli" commits. (To be honest, I doubt.)

Here are the changes:

* Rename libpalapelicore to libpalapelipattern because everything else is moved back to Palapeli application. This is possible because the Pattern class gets a proper interface to the Palapeli game engine.
* The Palapeli::Pattern::slice function is renamed to Palapeli::Pattern::doSlice, because there is now another non-virtual slice function which does some initialisation in the base class.
* The piece positions are now loaded or randomized in the Palapeli::Pattern class.* Move libpalapelipattern to a separate directory. Do only include this folder in API documentation.

File Changes

Added 10 files
  • /trunk/playground/games/palapeli/lib
  •   /CMakeLists.txt
  •   /macros.h
  •   /Mainpage.dox
  •   /pattern-configuration.cpp
  •   /pattern-configuration.h
  •   /pattern-rectangular.cpp
  •   /pattern-rectangular.h
  •   /pattern.cpp
  •   /pattern.h
Deleted 9 files
  • /trunk/playground/games/palapeli
  •   /Mainpage.dox
  •   /game/macros.h
  •   /game/pattern-configuration.cpp
  •   /game/pattern-configuration.h
  •   /game/pattern-rectangular.cpp
  •   /game/pattern-rectangular.h
  •   /game/pattern.cpp
  •   /game/pattern.h
  •   /game/runtime.h
Modified 8 files
  • /trunk/playground/games/palapeli
  •   /CMakeLists.txt
  •   /game/CMakeLists.txt
  •   /game/main.cpp
  •   /game/manager.cpp
  •   /game/manager.h
  •   /game/newpuzzledialog.cpp
  •   /game/view.cpp
  •   /game/view.h
27 files changed in total