summaryrefslogtreecommitdiffstats
path: root/pacman-c++/constants.h
Commit message (Collapse)AuthorAgeFilesLines
* make constants::server externmanuel2011-04-111-1/+1
| | | | code cleanup
* create and use Constants::servermanuel2011-04-111-2/+5
|
* Added basic game logictotycro2011-04-111-2/+9
|
* - second cleanup: move game/round points inside arraymanuel2011-04-111-0/+4
| | | | - order is defined by Color::order[] used by server and client (gui too)
* first version of multiplayertotycro2011-04-091-0/+3
|
* added .proto file and generated sourcestotycro2011-04-091-0/+1
|
* added some utilitytotycro2011-04-091-4/+5
|
* final demo mapmanuel2011-04-071-1/+1
|
* adding normal pointsmanuel2011-04-071-6/+8
|
* - make a few optimizations to actor spritesmanuel2011-04-061-5/+8
| | | | - make actor move via keyboard!
* make pictures color index basedmanuel2011-04-061-0/+1
|
* sample mapmanuel2011-04-061-8/+8
|
* Merge branch 'master' of ssh://manuel.mausz.at/foopmanuel2011-04-061-10/+14
|\ | | | | | | | | | | | | Conflicts: pacman-c++/actor.cpp pacman-c++/constants.h pacman-c++/mainwidget.cpp
| * Cleaned up constantstotycro2011-04-061-8/+13
| |
* | adding nicer blocks :Dmanuel2011-04-061-1/+2
|/
* some minor cleanupmanuel2011-04-061-7/+10
|
* forgot some commits..manuel2011-04-051-1/+6
| | | | replace std::map with QMap
* - we love ogg, we hate mp3/wavmanuel2011-04-051-3/+4
| | | | | - a lot of coding style/intent fix - add constant.h to pro files
* Support actor in maptotycro2011-04-041-3/+10
|
* Use only 1 color format for everythingtotycro2011-04-041-7/+13
| | | | Simple map parsing for Blocks and Bonus points
* change project file:totycro2011-04-041-0/+23
use: qmake -config client or qmake -config main Added basic client gui infrastructure