perl-landing-airplanes.git
13 years agoadded two more shorter air strips
Dobrica Pavlinusic [Wed, 19 May 2010 22:46:44 +0000 (00:46 +0200)]
added two more shorter air strips

13 years agowe one point to access mask
Dobrica Pavlinusic [Wed, 19 May 2010 22:20:33 +0000 (00:20 +0200)]
we one point to access mask

13 years agomove first lading point to drop zone
Dobrica Pavlinusic [Wed, 19 May 2010 22:18:12 +0000 (00:18 +0200)]
move first lading point to drop zone

Also, space out points to help create nicer landing splines

13 years agodetect landing point and rote over points
Dobrica Pavlinusic [Wed, 19 May 2010 22:14:25 +0000 (00:14 +0200)]
detect landing point and rote over points

13 years agoInkscape SVG of demo world
Dobrica Pavlinusic [Wed, 19 May 2010 21:48:03 +0000 (23:48 +0200)]
Inkscape SVG of demo world

13 years agoadded landing strip extractor
Dobrica Pavlinusic [Wed, 19 May 2010 21:40:28 +0000 (23:40 +0200)]
added landing strip extractor

basically, it's a mask, with drop-point in black, 000, and than
one by one lading points 00f, 0f0, 0ff, f00, f0f, ff0 while fff is
reserved for background. 808080 is used to mask lading strip size
if needed.

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