summaryrefslogtreecommitdiffstats
path: root/pacman-c++
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of ssh://manuel.mausz.at/foopmanuel2011-04-0912-188/+332
|\ | | | | | | | | Conflicts: pacman-c++/pacman.pro
| * Pull up methods from mainwidget to sceneholder for sharing in both client ↵totycro2011-04-0912-188/+332
| | | | | | | | and server
* | add toggle audio iconmanuel2011-04-0911-8/+118
|/
* collision detection fixmanuel2011-04-096-6/+31
|
* .manuel2011-04-091-1/+1
|
* fix sound (again)manuel2011-04-095-4/+18
|
* fix + testmanuel2011-04-092-2/+7
|
* fix move soundmanuel2011-04-091-6/+7
|
* Merge branch 'master' of ssh://manuel.mausz.at/foopmanuel2011-04-092-2/+41
|\
| * tried to make movement more smoothtotycro2011-04-092-2/+41
| |
* | add aboutToFinish to audioplayermanuel2011-04-092-0/+8
|/
* if you want debug, use: qmake CONFIG+=debugmanuel2011-04-081-2/+0
|
* Merge branch 'master' of ssh://manuel.mausz.at/foopmanuel2011-04-081-0/+2
|\
| * added debug to pro filetotycro2011-04-081-0/+2
| |
* | make audioplayer usefulmanuel2011-04-087-43/+123
|/
* fix window titlemanuel2011-04-083-9/+9
|
* fixing app icon on windowsmanuel2011-04-077-12/+104
| | | | add audio player
* - make player icons a bit nicer (on windows too)manuel2011-04-074-20/+26
| | | | - we don't build DEBUG by default (makes windows go crazy)
* adding application iconmanuel2011-04-0711-7/+56
| | | | and trying to add actor icon. but this is really hackish
* final demo mapmanuel2011-04-072-168/+47
|
* add some soundsmanuel2011-04-077-15/+101
|
* fix points sizemanuel2011-04-071-0/+0
|
* adding normal pointsmanuel2011-04-078-13/+59
|
* we love pacmans!!manuel2011-04-061-2/+2
|
* - make a few optimizations to actor spritesmanuel2011-04-069-56/+203
| | | | - make actor move via keyboard!
* Merge branch 'master' of ssh://manuel.mausz.at/foopmanuel2011-04-062-6/+6
|\ | | | | | | | | Conflicts: pacman-c++/mainwidget.cpp
| * Fixed size for drawing areatotycro2011-04-062-8/+8
| |
* | make pictures color index basedmanuel2011-04-0613-103/+34
|/
* sample mapmanuel2011-04-062-24/+165
|
* Keep track of PixmapItems in clienttotycro2011-04-062-2/+13
|
* merge 4totycro2011-04-061-0/+1
|
* merge 3totycro2011-04-061-1/+0
|
* merge 2totycro2011-04-061-0/+1
|
* mergetotycro2011-04-066-16/+24
|
* Merge branch 'master' of ssh://manuel.mausz.at/foopmanuel2011-04-066-98/+110
|\ | | | | | | | | | | | | Conflicts: pacman-c++/actor.cpp pacman-c++/constants.h pacman-c++/mainwidget.cpp
| * Cleaned up constantstotycro2011-04-065-81/+94
| |
* | adding nicer blocks :Dmanuel2011-04-0611-9/+43
|/
* some minor cleanupmanuel2011-04-067-35/+48
|
* added key handlingtotycro2011-04-052-0/+54
|
* added menubartotycro2011-04-052-9/+9
|
* Added simple scoreboxtotycro2011-04-053-11/+51
|
* add icon method for actormanuel2011-04-052-0/+11
|
* forgot some commits..manuel2011-04-058-19/+27
| | | | replace std::map with QMap
* adding random bonuspoints :)manuel2011-04-053-0/+0
|
* - we love ogg, we hate mp3/wavmanuel2011-04-0527-99/+114
| | | | | - a lot of coding style/intent fix - add constant.h to pro files
* Fixed a minor issuetotycro2011-04-053-6/+4
|
* Support actor in maptotycro2011-04-047-26/+62
|
* Use only 1 color format for everythingtotycro2011-04-0418-31/+139
| | | | Simple map parsing for Blocks and Bonus points
* fix pro filesmanuel2011-04-042-18/+20
|
* change project file:totycro2011-04-047-2/+141
| | | | | | | | | use: qmake -config client or qmake -config main Added basic client gui infrastructure