perl-landing-airplanes.git
13 years agoexact distance for mouse, improved dashes
Dobrica Pavlinusic [Wed, 19 May 2010 20:16:59 +0000 (22:16 +0200)]
exact distance for mouse, improved dashes

13 years agocleanup path to curve
Dobrica Pavlinusic [Wed, 19 May 2010 18:09:42 +0000 (20:09 +0200)]
cleanup path to curve

13 years agoremove mount position debug output
Dobrica Pavlinusic [Wed, 19 May 2010 17:30:30 +0000 (19:30 +0200)]
remove mount position debug output

13 years agorename colors
Dobrica Pavlinusic [Wed, 19 May 2010 17:29:34 +0000 (19:29 +0200)]
rename colors

13 years agodraw dashes over the spline
Dobrica Pavlinusic [Wed, 19 May 2010 16:35:20 +0000 (18:35 +0200)]
draw dashes over the spline

13 years agodraw curve using pixels
Dobrica Pavlinusic [Wed, 19 May 2010 16:31:10 +0000 (18:31 +0200)]
draw curve using pixels

13 years agogenerate less curve points
Dobrica Pavlinusic [Wed, 19 May 2010 16:12:10 +0000 (18:12 +0200)]
generate less curve points

13 years agocleanup debug
Dobrica Pavlinusic [Wed, 19 May 2010 15:47:13 +0000 (17:47 +0200)]
cleanup debug

13 years agosplit out debug code
Dobrica Pavlinusic [Wed, 19 May 2010 15:29:56 +0000 (17:29 +0200)]
split out debug code

13 years agoMerge branch 'master' of mjesec.ffzg.hr:/git/perl-airport-landing-game
Dobrica Pavlinusic [Wed, 19 May 2010 15:28:51 +0000 (17:28 +0200)]
Merge branch 'master' of mjesec.ffzg.hr:/git/perl-airport-landing-game

13 years agoinstall dependencies
Dobrica Pavlinusic [Wed, 19 May 2010 15:34:02 +0000 (17:34 +0200)]
install dependencies

13 years agouse Algorithm::Line::Bresenham to draw lines later
Dobrica Pavlinusic [Wed, 19 May 2010 14:19:04 +0000 (16:19 +0200)]
use Algorithm::Line::Bresenham to draw lines later

13 years agodraw curve automatically
Dobrica Pavlinusic [Wed, 19 May 2010 13:37:16 +0000 (15:37 +0200)]
draw curve automatically

13 years agouse Math::CatmullRom to draw spline through points
Dobrica Pavlinusic [Wed, 19 May 2010 13:29:29 +0000 (15:29 +0200)]
use Math::CatmullRom to draw spline through points

13 years agodraw dots only if mouse moved more than trashold
Dobrica Pavlinusic [Wed, 19 May 2010 12:05:54 +0000 (14:05 +0200)]
draw dots only if mouse moved more than trashold

13 years agodraw dots on mouse down
Dobrica Pavlinusic [Wed, 19 May 2010 11:59:56 +0000 (13:59 +0200)]
draw dots on mouse down