index
:
glpong3d
master
3D pong in OpenGL
mattst88
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-04-04
Calculate Paddle velocity in (x,y) at time of collision.
HEAD
master
Matt Turner
2011-04-04
Add Paddle/Ball collision detection.
Matt Turner
2011-04-04
Minor warnings clean up.
Matt Turner
2011-04-04
Add code to limit paddle speed.
Matt Turner
2011-04-04
Fix typo in paddle code.
Matt Turner
2011-04-04
Move paddle code into paddle.c.
Matt Turner
2011-04-04
Move ball code into ball.c.
Matt Turner
2011-04-04
Clean ups. Cut down GLPong_t more.
Matt Turner
2011-04-04
Remove unnecessary code.
Matt Turner
2011-04-04
Split paddle and ball drawing into separate functions
Matt Turner
2011-04-04
Define GLPONG_FRONT_Z and GLPONG_BACK_Z.
Matt Turner
2011-04-04
Rework Mouse, clean GLPong_t struct.
Matt Turner
2011-04-04
Rework GLPong_Draw, use FPS code.
Matt Turner
2011-04-04
Rework GLPong_Init and text init.
Matt Turner
2011-04-04
Switch to glpong's HandleEvent's function
Matt Turner
2011-04-04
Make functions static.
Matt Turner
2008-02-23
Fix dumb mistake
Matt Turner
2008-02-23
Use inline-asm only with gcc. Add fallback for other compilers
Matt Turner
2007-07-09
Implemented collision detection. Fixed paddle positions.
Matt Turner
2006-12-12
-Fixed the FPS counter, somewhat.
Matt Turner
2006-09-07
Updated to QuesoGLC 0.4.1. Minor stuff.
Matt Turner
2006-08-09
New ball image. Fixes, code clean up. Removal of unused functions.
Matt Turner
2006-08-06
Added FPS counter. Cleaned up GLC code.
Matt Turner
2006-08-06
Added Text rendering support via QuesoGLC (http://quesoglc.sourceforge.net/in...
Matt Turner
2006-08-04
Support for background images :P
Matt Turner
2006-08-04
Paddle can no longer move out of bounds
Matt Turner
2006-08-04
Added new SkyOS paddle. Paddle should move with mouse as expected.
Matt Turner
2006-08-04
Still progressing
Matt Turner
2006-08-04
Begin working on paddles
Matt Turner
2006-08-04
Bouncing ball fixes/improvements
Matt Turner
2006-08-04
Basic bouncing ball, rectangle outline of bounds
Matt Turner
2006-08-04
Code Import
Matt Turner
2006-08-04
git-svn-id: svn://mattst88.com/svn/glpong3d/trunk@2 4dd1920e-271a-0410-bca0-8...
Matt Turner
2006-08-04
Initial Import
Matt Turner