|
|
@117
|
19 years |
Sam Hocevar |
* test/demo.c:
+ Wrote a little sprite demo.
* data/:
+ …
|
|
|
@115
|
19 years |
Sam Hocevar |
* libee/sprite.c:
+ Beginning of sprite handling within the …
|
|
|
@113
|
19 years |
Sam Hocevar |
* test/demo.c:
+ outlined triangles demo.
|
|
|
@111
|
19 years |
Sam Hocevar |
* Removed CPPFLAGS_slang and CPPFLAGS_ncurses, we now have config.h.
|
|
|
@109
|
19 years |
Sam Hocevar |
* src/*.c:
+ Added missing #include "config.h".
+ Fixed a …
|
|
|
@107
|
19 years |
Sam Hocevar |
* test/demo.c:
+ Disabled the pyramid demo and wrote a simple …
|
|
|
@105
|
19 years |
Sam Hocevar |
* libee/triangle.c:
+ Implemented ee_fill_triangle().
* …
|
|
|
@103
|
19 years |
Sam Hocevar |
* libee/line.c:
+ ee_draw_thin_line().
* test/demo.c:
+ …
|
|
|
@101
|
19 years |
Sam Hocevar |
* libee/line.c: genericized line drawing for future use.
|
|
|
@99
|
19 years |
Sam Hocevar |
* test/demo.c:
+ Putpixel demo.
+ Draw line demo.
+ Draw …
|
|
|
@97
|
19 years |
Sam Hocevar |
* src/weapons.c:
+ Removed draw_circle, use ee_draw_circle …
|
|
|
@95
|
19 years |
Sam Hocevar |
* libee/line.c: Implemented ee_draw_line.
|
|
|
@93
|
19 years |
Sam Hocevar |
* libee/ee.c:
+ got rid of DELAY.
* test/demo.c:
+ Minor …
|
|
|
@91
|
19 years |
Sam Hocevar |
* libee/math.c: fixed a thinko in ee_rand().
|
|
|
@89
|
19 years |
Sam Hocevar |
* libee/io.c:
+ Moved ee_get_key() here.
* libee/math.c:
+ …
|
|
|
@87
|
19 years |
Sam Hocevar |
* Coding style everywhere.
|
|
|
@85
|
19 years |
Sam Hocevar |
* libee/Makefile.am, test/Makefile.am:
+ Added more compiler …
|
|
|
@83
|
19 years |
Sam Hocevar |
* libee/ee.c: Fixed a compilation warning.
|
|
|
@81
|
19 years |
Sam Hocevar |
* libee/ee.c: Exact line fill in ee_clear().
|
|
|
@79
|
19 years |
Sam Hocevar |
* libee is now standalone.
|
|
|
@77
|
19 years |
Sam Hocevar |
* libee is now (almost) standalone.
|
|
|
@75
|
19 years |
Sam Hocevar |
* libee/ee.c:
+ First file in libee, from src/graphics.c.
+ …
|
|
|
@73
|
19 years |
Sam Hocevar |
* bootstrap: always remove autom4te.cache.
|
|
|
@71
|
19 years |
Sam Hocevar |
* Fixed keywords, ignore, and lots of tiny SVN things.
|
|
|
@69
|
20 years |
Sam Hocevar |
* support for boxes
* application: pause box
|
|
|
@67
|
20 years |
Sam Hocevar |
* cosmetic code changes.
* fixed a bug in the tunnel munching.
|
|
|
@65
|
20 years |
Sam Hocevar |
* fixed the ncurses build.
* replaced '�' with ':' in the fragbomb …
|
|
|
@63
|
20 years |
Sam Hocevar |
* new timestamp for a new snapshot.
* lots of sanity checks in …
|
|
|
@61
|
20 years |
Sam Hocevar |
* better handling of special weapon timeout.
* the bomb is now part …
|
|
|
@59
|
20 years |
Sam Hocevar |
* aliens are now named foo, bar and baz.
* beginning of life jauges.
|
|
|
@57
|
20 years |
Sam Hocevar |
* ship has vx and vy.
|
|
|
@55
|
20 years |
Sam Hocevar |
* cosmetic change: reworked draw_tunnel.
|
|
|
@53
|
20 years |
Sam Hocevar |
* lasers are now twice as fast.
* walls are now filled, and …
|
|
|
@51
|
20 years |
Sam Hocevar |
* added support for --disable-slang.
* fixed an overflow in the …
|
|
|
@49
|
20 years |
Sam Hocevar |
* the beam now digs the tunnel.
* the starfield is now an array of …
|
|
|
@47
|
20 years |
Sam Hocevar |
* seekers and homing bombs react more quickly.
* 16 seekers on …
|
|
|
@45
|
20 years |
Sam Hocevar |
* fixed a segfault when the target seeker speed was zero.
* …
|
|
|
@43
|
20 years |
Sam Hocevar |
* Removed the dependency on <math.h>. We don't need no stinking sqrt!
|
|
|
@41
|
20 years |
Sam Hocevar |
* dead aliens don't explode in the collision loop but in their update …
|
|
|
@39
|
20 years |
Sam Hocevar |
* Moved generated autotools files to the autotools/ directory.
|
|
|
@37
|
20 years |
Sam Hocevar |
* I think I fucked up the $Id tags on my previous commit.
|
|
|
@35
|
20 years |
Sam Hocevar |
* added the COPYING file (GPLv2).
* added GPL headers to source files.
|
|
|
@33
|
20 years |
Sam Hocevar |
* tab == hotkey for CEO alert.
|
|
|
@31
|
20 years |
Sam Hocevar |
* 3rd alien type.
|
|
|
@29
|
20 years |
Sam Hocevar |
* Scrapped Makefile.
|
|
|
@27
|
20 years |
Sam Hocevar |
* README and TODO files.
|
|
|
@25
|
20 years |
Sam Hocevar |
* the bomb's head is now white
|
|
|
@23
|
20 years |
Sam Hocevar |
* new weapon: bomb.
* beam now collides with aliens.
|
|
|
@21
|
20 years |
Sam Hocevar |
* 'beam' weapon.
|
|
|
@19
|
20 years |
Sam Hocevar |
* real Debian package files.
* two new types of aliens. only one …
|
|
|
@17
|
20 years |
Sam Hocevar |
* autotoolificationized the whole thing.
|
|
|
@15
|
20 years |
Sam Hocevar |
* moved nuke from explosions to weapons.
* used a cool Bresenham …
|
|
|
@13
|
20 years |
Sam Hocevar |
* .cvsignore file.
|
|
|
@11
|
20 years |
Sam Hocevar |
* First commit. Scrolling works, some weaponry, controls, tunnel …
|
|
|
@5
|
20 years |
Sam Hocevar |
../svn-merge-repos.pl: mkdir /libcaca
|