root/ttyvaders

Revision Log Mode:


Legend:

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