Revision 583e6d2...
Go back to digest for 5th June 2011Features in Games
Felix Rohrbach committed changes in [gluon/achievements] /:
Achievements: Add a basic component and a basic asset for statistics.
The asset has several statistics as children, they are saved in one
file. Loading and saving works. The component can't do anything else
than connect to a statistic.
File Changes
Added 9 files
- engine/statistic.cpp
- engine/statistic.h
- engine/assets/other/statistics/CMakeLists.txt
- engine/assets/other/statistics/statistics_template.gluonstats
- engine/assets/other/statistics/statisticsasset.cpp
- engine/assets/other/statistics/statisticsasset.h
- engine/components/other/statistics/CMakeLists.txt
- engine/components/other/statistics/statisticscomponent.cpp
- engine/components/other/statistics/statisticscomponent.h
Modified 4 files
- engine/CMakeLists.txt
- engine/gluon_engine_export.h
- engine/assets/CMakeLists.txt
- engine/components/CMakeLists.txt
13 files changed in total