Last change
on this file since 183 was
159,
checked in by Sam Hocevar, 19 years ago
|
- libee/ee.h:
+ Added ee_color_names[] containing our 16 color names.
- libee/ee.c:
+ Extended our color set to the full 16 instead of 10.
+ Precalculate ncurses attributes.
- libee/graphics.c:
+ Clip color value in ee_set_color().
+ Clip characters in ee_putchar().
+ Partially clip characters in ee_putstr(), overflows aren't checked yet.
- libee/ee_internals.h:
+ New file to share extern variables within libee.
- test/demo.c:
+ Added a simple demo_color() to output all colors.
+ Replaced four ee_draw_line() with ee_draw_thin_box().
+ Replaced x1, y1, x2 etc. with xa, ya, xb etc. because <math.h> already
defines y1.
+ Randomized colours from 0 to 15 instead of 1 to 10.
- src/Makefiles.am:
+ Added -lm to the ttyvaders linking flags because of the intro.
- README BUGS TODO:
+ Updated.
|
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Line | |
---|
1 | $Id: TODO 159 2003-11-12 21:18:50Z sam $ |
---|
2 | |
---|
3 | TODO for libee |
---|
4 | |
---|
5 | o Sprite library |
---|
6 | |
---|
7 | o Clip graphics |
---|
8 | |
---|
9 | o Fix the thin ellipse rendering |
---|
10 | |
---|
11 | o Write a Linux console output for the drawing library |
---|
12 | See also BUGS as to why it's very slow in console mode |
---|
13 | |
---|
14 | o DONE 12 Nov 2003: Port to conio.h |
---|
15 | |
---|
16 | |
---|
17 | TODO for ttyvaders |
---|
18 | |
---|
19 | o Let the ship pick up bonuses |
---|
20 | |
---|
21 | o Alien swarms, programmed behaviour |
---|
22 | |
---|
23 | o Spiral weapon (vertical sine) |
---|
24 | |
---|
25 | o Stick aliens to tunnel |
---|
26 | |
---|
27 | o Change tunnel colour |
---|
28 | |
---|
29 | o Draw bosses |
---|
30 | |
---|
31 | o Promote precision for all coordinates except screen |
---|
32 | |
---|
33 | o Animate the ship |
---|
34 | |
---|
35 | o The nuke should break the tunnel |
---|
36 | Or at least a bit |
---|
37 | |
---|
38 | o The laser stays alive when the ship explodes |
---|
39 | |
---|
40 | o DONE 12 Nov 2003: Write a generic drawing library with automatic clipping |
---|
41 | o DONE 23 Dec 2002: Handle life |
---|
42 | o DONE 23 Dec 2002: Mega ball |
---|
43 | o DONE 23 Dec 2002: Fragmentation bomb (merge with mega-ball?) |
---|
44 | o DONE 23 Dec 2002: Fill holes in the tunnel when |step| > 2 |
---|
45 | o DONE 19 Dec 2002: Tunnel sometimes doesn't get drawn on the left |
---|
46 | o DONE 18 Dec 2002: Draw a 3rd alien type |
---|
47 | |
---|
Note: See
TracBrowser
for help on using the repository browser.