|
|
@192
|
19 years |
Sam Hocevar |
* Changed copyleft to LGPL.
|
|
|
@190
|
19 years |
Sam Hocevar |
* 2nd pass in the libcaca rehandling; moved sources to src/ and …
|
|
|
@189
|
19 years |
Sam Hocevar |
* The big TTYvaders/libcaca split. This is libcaca.
|
|
|
@187
|
19 years |
Sam Hocevar |
* configure.ac:
+ Added -Wsign-compare to the warning flags.
* …
|
|
|
@185
|
19 years |
Sam Hocevar |
* Renamed libee to libcaca. Far less collisions.
|
|
|
@183
|
19 years |
Sam Hocevar |
* Very ugly ee_blit function. Will be polished in a while.
|
|
|
@181
|
19 years |
Sam Hocevar |
* libee/ee.c:
+ Replaced ee_color_names[] with …
|
|
|
@179
|
19 years |
Sam Hocevar |
* libee/graphics.c:
+ Correct clipping in ee_putstr() for long …
|
|
|
@177
|
19 years |
Sam Hocevar |
* libee/ee.c:
+ Implemented correct framerate wait loop.
+ No …
|
|
|
@175
|
19 years |
Sam Hocevar |
* Fixed compilation in an alternate directory.
|
|
|
@173
|
19 years |
Sam Hocevar |
* Sanity checks after each malloc() call.
|
|
|
@171
|
19 years |
Sam Hocevar |
* libee/math.c:
+ ee_sqrt() now uses unsigned ints.
+ Avoid …
|
|
|
@169
|
19 years |
Sam Hocevar |
* src/intro.c: Minor graphical issue on dosemu with ncurses backend.
|
|
|
@167
|
19 years |
Sam Hocevar |
* libee/ee.c:
+ Error checking in ee_init().
+ Pre-generate …
|
|
|
@165
|
19 years |
Sam Hocevar |
* Minor coding style changes.
|
|
|
@163
|
19 years |
Sam Hocevar |
* Renamed sprites to < 8+3 names for the DOS port.
|
|
|
@161
|
19 years |
Sam Hocevar |
* test/demo.c:
+ Removed a spurious '\n' from an ee_putstr().
* …
|
|
|
@159
|
19 years |
Sam Hocevar |
* libee/ee.h:
+ Added ee_color_names[] containing our 16 color …
|
|
|
@157
|
19 years |
Sam Hocevar |
* README:
+ Added a note about dos cross-compilation.
* …
|
|
|
@155
|
19 years |
Sam Hocevar |
* MS-DOS port of libee, using <conio.h>.
|
|
|
@153
|
19 years |
Sam Hocevar |
* libee/graphics.c:
+ Renamed ee_color() to ee_set_color(), wrote …
|
|
|
@151
|
19 years |
Sam Hocevar |
* libee/triangle.c:
+ Wrote ee_draw_triangle() and …
|
|
|
@149
|
19 years |
Sam Hocevar |
* src/weapons.c:
+ Use ee_draw_ellipse() instead of …
|
|
|
@147
|
19 years |
Sam Hocevar |
* libee/graphics.c:
+ Moved ee_putstr() and ee_putchar() in here.
…
|
|
|
@145
|
19 years |
Sam Hocevar |
* test/spritedit.c:
+ Placeholder for our upcoming sprite editor.
…
|
|
|
@143
|
19 years |
Sam Hocevar |
* src/weapons.c data/weapon_fragbomb:
+ Drew the fragbomb sprite.
…
|
|
|
@141
|
19 years |
Sam Hocevar |
* data/weapon_bomb:
+ New bomb sprite.
* src/weapons.c:
+ …
|
|
|
@139
|
19 years |
Sam Hocevar |
* libee/sprite.c:
+ Made sprite loading more robust.
* …
|
|
|
@137
|
19 years |
Sam Hocevar |
* libee/conic.c: Clip circles and ellipses.
|
|
|
@135
|
19 years |
Sam Hocevar |
* libee/sprite.c:
+ Added sanity checks in ee_sprite_* functions.
…
|
|
|
@133
|
19 years |
Sam Hocevar |
* test/demo.c:
+ Ellipses demo.
|
|
|
@131
|
19 years |
Sam Hocevar |
* libee/conic.c:
+ ee_draw_ellipse().
|
|
|
@129
|
19 years |
Sam Hocevar |
* Renamed libee/circle.c to libee/conic.c because we'll do ellipsis.
|
|
|
@127
|
19 years |
Sam Hocevar |
* libee/line.c:
+ Added code comments.
|
|
|
@125
|
19 years |
Sam Hocevar |
* configure.ac:
+ Moved optimization flags and warning triggers …
|
|
|
@123
|
19 years |
Sam Hocevar |
* test/demo.c: Nicer complete demo.
|
|
|
@121
|
19 years |
Sam Hocevar |
* libee/sprite.c:
+ More robust sprite loader.
+ Added …
|
|
|
@119
|
19 years |
Sam Hocevar |
* Oops, forgot data/Makefile.am.
|
|
|
@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
|