summaryrefslogtreecommitdiff
path: root/glpong3d.h
AgeCommit message (Expand)Author
2011-04-04Add Paddle/Ball collision detection.Matt Turner
2011-04-04Move paddle code into paddle.c.Matt Turner
2011-04-04Move ball code into ball.c.Matt Turner
2011-04-04Clean ups. Cut down GLPong_t more.Matt Turner
2011-04-04Split paddle and ball drawing into separate functionsMatt Turner
2011-04-04Define GLPONG_FRONT_Z and GLPONG_BACK_Z.Matt Turner
2011-04-04Rework Mouse, clean GLPong_t struct.Matt Turner
2011-04-04Rework GLPong_Draw, use FPS code.Matt Turner
2011-04-04Rework GLPong_Init and text init.Matt Turner
2011-04-04Switch to glpong's HandleEvent's functionMatt Turner
2011-04-04Make functions static.Matt Turner
2008-02-23Use inline-asm only with gcc. Add fallback for other compilersMatt Turner
2007-07-09Implemented collision detection. Fixed paddle positions.Matt Turner
2006-12-12-Fixed the FPS counter, somewhat.Matt Turner
2006-08-09New ball image. Fixes, code clean up. Removal of unused functions.Matt Turner
2006-08-06Added FPS counter. Cleaned up GLC code.Matt Turner
2006-08-06Added Text rendering support via QuesoGLC (http://quesoglc.sourceforge.net/in...Matt Turner
2006-08-04Support for background images :PMatt Turner
2006-08-04Added new SkyOS paddle. Paddle should move with mouse as expected.Matt Turner
2006-08-04Begin working on paddlesMatt Turner
2006-08-04Code ImportMatt Turner