|
|
@1460
|
16 years |
Sam Hocevar |
* Bwarf, typo in the no warranty clause.
|
|
|
@1456
|
16 years |
Sam Hocevar |
* Switched license to WTFPL.
|
|
|
@1446
|
16 years |
Sam Hocevar |
* Put libs in LDADD, not LDFLAGS.
|
|
|
@1444
|
16 years |
Sam Hocevar |
* Use PKG_CHECK_MODULES the right way.
|
|
|
@1312
|
16 years |
Sam Hocevar |
* Update code to make use of libcaca 0.99.beta9.
* Update TODO.
|
|
|
@1085
|
16 years |
Sam Hocevar |
* Fixed distclean rule by removing old directory names from DISTDIRS.
|
|
|
@1082
|
16 years |
Sam Hocevar |
* Fix svn:ignore.
|
|
|
@1081
|
16 years |
Sam Hocevar |
* Remove debian/ and autotools/ from the repository.
|
|
|
@1057
|
16 years |
Sam Hocevar |
* Bring the tree back in sync with the new libcaca API.
|
|
|
@990
|
17 years |
Sam Hocevar |
* Totally restarted the project. This is just a test.
|
|
|
@989
|
17 years |
Sam Hocevar |
* Updated bootstrap file.
|
|
|
@544
|
17 years |
Sam Hocevar |
* Ported to new libcaca/libcucul API.
|
|
|
@365
|
19 years |
Sam Hocevar |
* configure.ac:
+ No longer check for ncurses etc., we use …
|
|
|
@196
|
19 years |
Sam Hocevar |
* Removed legacy .cvsignore files.
|
|
|
@194
|
19 years |
Sam Hocevar |
* BUGS TODO:
+ Removed libcaca stuff.
* data/bongem.txt:
+ …
|
|
|
@191
|
19 years |
Sam Hocevar |
* The big TTYvaders/libcaca split. This is TTYvaders.
|
|
|
@188
|
19 years |
Sam Hocevar |
* configure.ac:
+ Added -Wsign-compare to the warning flags.
* …
|
|
|
@186
|
19 years |
Sam Hocevar |
* Renamed libee to libcaca. Far less collisions.
|
|
|
@184
|
19 years |
Sam Hocevar |
* Very ugly ee_blit function. Will be polished in a while.
|
|
|
@182
|
19 years |
Sam Hocevar |
* libee/ee.c:
+ Replaced ee_color_names[] with …
|
|
|
@180
|
19 years |
Sam Hocevar |
* libee/graphics.c:
+ Correct clipping in ee_putstr() for long …
|
|
|
@178
|
19 years |
Sam Hocevar |
* libee/ee.c:
+ Implemented correct framerate wait loop.
+ No …
|
|
|
@176
|
19 years |
Sam Hocevar |
* Fixed compilation in an alternate directory.
|
|
|
@174
|
19 years |
Sam Hocevar |
* Sanity checks after each malloc() call.
|
|
|
@172
|
19 years |
Sam Hocevar |
* libee/math.c:
+ ee_sqrt() now uses unsigned ints.
+ Avoid …
|
|
|
@170
|
19 years |
Sam Hocevar |
* src/intro.c: Minor graphical issue on dosemu with ncurses backend.
|
|
|
@168
|
19 years |
Sam Hocevar |
* libee/ee.c:
+ Error checking in ee_init().
+ Pre-generate …
|
|
|
@166
|
19 years |
Sam Hocevar |
* Minor coding style changes.
|
|
|
@164
|
19 years |
Sam Hocevar |
* Renamed sprites to < 8+3 names for the DOS port.
|
|
|
@162
|
19 years |
Sam Hocevar |
* test/demo.c:
+ Removed a spurious '\n' from an ee_putstr().
* …
|
|
|
@160
|
19 years |
Sam Hocevar |
* libee/ee.h:
+ Added ee_color_names[] containing our 16 color …
|
|
|
@158
|
19 years |
Sam Hocevar |
* README:
+ Added a note about dos cross-compilation.
* …
|
|
|
@156
|
19 years |
Sam Hocevar |
* MS-DOS port of libee, using <conio.h>.
|
|
|
@154
|
19 years |
Sam Hocevar |
* libee/graphics.c:
+ Renamed ee_color() to ee_set_color(), wrote …
|
|
|
@152
|
19 years |
Sam Hocevar |
* libee/triangle.c:
+ Wrote ee_draw_triangle() and …
|
|
|
@150
|
19 years |
Sam Hocevar |
* src/weapons.c:
+ Use ee_draw_ellipse() instead of …
|
|
|
@148
|
19 years |
Sam Hocevar |
* libee/graphics.c:
+ Moved ee_putstr() and ee_putchar() in here.
…
|
|
|
@146
|
19 years |
Sam Hocevar |
* test/spritedit.c:
+ Placeholder for our upcoming sprite editor.
…
|
|
|
@144
|
19 years |
Sam Hocevar |
* src/weapons.c data/weapon_fragbomb:
+ Drew the fragbomb sprite.
…
|
|
|
@142
|
19 years |
Sam Hocevar |
* data/weapon_bomb:
+ New bomb sprite.
* src/weapons.c:
+ …
|
|
|
@140
|
19 years |
Sam Hocevar |
* libee/sprite.c:
+ Made sprite loading more robust.
* …
|
|
|
@138
|
19 years |
Sam Hocevar |
* libee/conic.c: Clip circles and ellipses.
|
|
|
@136
|
19 years |
Sam Hocevar |
* libee/sprite.c:
+ Added sanity checks in ee_sprite_* functions.
…
|
|
|
@134
|
19 years |
Sam Hocevar |
* test/demo.c:
+ Ellipses demo.
|
|
|
@132
|
19 years |
Sam Hocevar |
* libee/conic.c:
+ ee_draw_ellipse().
|
|
|
@130
|
19 years |
Sam Hocevar |
* Renamed libee/circle.c to libee/conic.c because we'll do ellipsis.
|
|
|
@128
|
19 years |
Sam Hocevar |
* libee/line.c:
+ Added code comments.
|
|
|
@126
|
19 years |
Sam Hocevar |
* configure.ac:
+ Moved optimization flags and warning triggers …
|
|
|
@124
|
19 years |
Sam Hocevar |
* test/demo.c: Nicer complete demo.
|
|
|
@122
|
19 years |
Sam Hocevar |
* libee/sprite.c:
+ More robust sprite loader.
+ Added …
|
|
|
@120
|
19 years |
Sam Hocevar |
* Oops, forgot data/Makefile.am.
|
|
|
@118
|
19 years |
Sam Hocevar |
* test/demo.c:
+ Wrote a little sprite demo.
* data/:
+ …
|
|
|
@116
|
19 years |
Sam Hocevar |
* libee/sprite.c:
+ Beginning of sprite handling within the …
|
|
|
@114
|
19 years |
Sam Hocevar |
* test/demo.c:
+ outlined triangles demo.
|
|
|
@112
|
19 years |
Sam Hocevar |
* Removed CPPFLAGS_slang and CPPFLAGS_ncurses, we now have config.h.
|
|
|
@110
|
19 years |
Sam Hocevar |
* src/*.c:
+ Added missing #include "config.h".
+ Fixed a …
|
|
|
@108
|
19 years |
Sam Hocevar |
* test/demo.c:
+ Disabled the pyramid demo and wrote a simple …
|
|
|
@106
|
19 years |
Sam Hocevar |
* libee/triangle.c:
+ Implemented ee_fill_triangle().
* …
|
|
|
@104
|
19 years |
Sam Hocevar |
* libee/line.c:
+ ee_draw_thin_line().
* test/demo.c:
+ …
|
|
|
@102
|
19 years |
Sam Hocevar |
* libee/line.c: genericized line drawing for future use.
|
|
|
@100
|
19 years |
Sam Hocevar |
* test/demo.c:
+ Putpixel demo.
+ Draw line demo.
+ Draw …
|
|
|
@98
|
19 years |
Sam Hocevar |
* src/weapons.c:
+ Removed draw_circle, use ee_draw_circle …
|
|
|
@96
|
19 years |
Sam Hocevar |
* libee/line.c: Implemented ee_draw_line.
|
|
|
@94
|
19 years |
Sam Hocevar |
* libee/ee.c:
+ got rid of DELAY.
* test/demo.c:
+ Minor …
|
|
|
@92
|
19 years |
Sam Hocevar |
* libee/math.c: fixed a thinko in ee_rand().
|
|
|
@90
|
19 years |
Sam Hocevar |
* libee/io.c:
+ Moved ee_get_key() here.
* libee/math.c:
+ …
|
|
|
@88
|
19 years |
Sam Hocevar |
* Coding style everywhere.
|
|
|
@86
|
19 years |
Sam Hocevar |
* libee/Makefile.am, test/Makefile.am:
+ Added more compiler …
|
|
|
@84
|
19 years |
Sam Hocevar |
* libee/ee.c: Fixed a compilation warning.
|
|
|
@82
|
19 years |
Sam Hocevar |
* libee/ee.c: Exact line fill in ee_clear().
|
|
|
@80
|
19 years |
Sam Hocevar |
* libee is now standalone.
|
|
|
@78
|
19 years |
Sam Hocevar |
* libee is now (almost) standalone.
|
|
|
@76
|
19 years |
Sam Hocevar |
* libee/ee.c:
+ First file in libee, from src/graphics.c.
+ …
|
|
|
@74
|
19 years |
Sam Hocevar |
* bootstrap: always remove autom4te.cache.
|
|
|
@72
|
19 years |
Sam Hocevar |
* Fixed keywords, ignore, and lots of tiny SVN things.
|
|
|
@70
|
20 years |
Sam Hocevar |
* support for boxes
* application: pause box
|
|
|
@68
|
20 years |
Sam Hocevar |
* cosmetic code changes.
* fixed a bug in the tunnel munching.
|
|
|
@66
|
20 years |
Sam Hocevar |
* fixed the ncurses build.
* replaced '�' with ':' in the fragbomb …
|
|
|
@64
|
20 years |
Sam Hocevar |
* new timestamp for a new snapshot.
* lots of sanity checks in …
|
|
|
@62
|
20 years |
Sam Hocevar |
* better handling of special weapon timeout.
* the bomb is now part …
|
|
|
@60
|
20 years |
Sam Hocevar |
* aliens are now named foo, bar and baz.
* beginning of life jauges.
|
|
|
@58
|
20 years |
Sam Hocevar |
* ship has vx and vy.
|
|
|
@56
|
20 years |
Sam Hocevar |
* cosmetic change: reworked draw_tunnel.
|
|
|
@54
|
20 years |
Sam Hocevar |
* lasers are now twice as fast.
* walls are now filled, and …
|
|
|
@52
|
20 years |
Sam Hocevar |
* added support for --disable-slang.
* fixed an overflow in the …
|
|
|
@50
|
20 years |
Sam Hocevar |
* the beam now digs the tunnel.
* the starfield is now an array of …
|
|
|
@48
|
20 years |
Sam Hocevar |
* seekers and homing bombs react more quickly.
* 16 seekers on …
|
|
|
@46
|
20 years |
Sam Hocevar |
* fixed a segfault when the target seeker speed was zero.
* …
|
|
|
@44
|
20 years |
Sam Hocevar |
* Removed the dependency on <math.h>. We don't need no stinking sqrt!
|
|
|
@42
|
20 years |
Sam Hocevar |
* dead aliens don't explode in the collision loop but in their update …
|
|
|
@40
|
20 years |
Sam Hocevar |
* Moved generated autotools files to the autotools/ directory.
|
|
|
@38
|
20 years |
Sam Hocevar |
* I think I fucked up the $Id tags on my previous commit.
|
|
|
@36
|
20 years |
Sam Hocevar |
* added the COPYING file (GPLv2).
* added GPL headers to source files.
|
|
|
@34
|
20 years |
Sam Hocevar |
* tab == hotkey for CEO alert.
|
|
|
@32
|
20 years |
Sam Hocevar |
* 3rd alien type.
|
|
|
@30
|
20 years |
Sam Hocevar |
* Scrapped Makefile.
|
|
|
@28
|
20 years |
Sam Hocevar |
* README and TODO files.
|
|
|
@26
|
20 years |
Sam Hocevar |
* the bomb's head is now white
|
|
|
@24
|
20 years |
Sam Hocevar |
* new weapon: bomb.
* beam now collides with aliens.
|
|
|
@22
|
20 years |
Sam Hocevar |
* 'beam' weapon.
|
|
|