summaryrefslogtreecommitdiffstats
path: root/pacman-c++/util.h
Commit message (Collapse)AuthorAgeFilesLines
* - refactorized the whole project and made a few subprojectsmanuel2011-05-051-37/+0
| | | | | | - replaced tcp with enet - added connect dialog - some smaller bugfixes
* smaller outputmanuel2011-05-021-0/+1
|
* add support for random bonus pointsmanuel2011-04-151-1/+1
|
* fix wrong left shift which fixes the invisible fourth player :)manuel2011-04-141-0/+2
|
* place actors at random positionsmanuel2011-04-141-0/+2
|
* - rewrite network methods (ugly but good performance)manuel2011-04-131-5/+9
| | | | - fix memleaks
* - socket.write returns signed integermanuel2011-04-121-1/+1
| | | | - make waka sound working
* minor improvments: better debug messages + no tabs :Dmanuel2011-04-121-6/+6
|
* - make moving animation a bit smoother (on my computer at least)manuel2011-04-111-5/+5
| | | | - make animation stop after getting blocked
* - first round of coding cleanupmanuel2011-04-101-4/+3
| | | | - small sound fix
* Tell player about their colortotycro2011-04-101-0/+9
| | | | minor cleanup
* first version of multiplayertotycro2011-04-091-0/+2
|
* added some utilitytotycro2011-04-091-3/+13
|
* Pull up methods from mainwidget to sceneholder for sharing in both client ↵totycro2011-04-091-0/+8
and server