|
|
@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 …
|
|
|
@171
|
19 years |
Sam Hocevar |
* libee/math.c:
+ ee_sqrt() now uses unsigned ints.
+ Avoid …
|
|
|
@167
|
19 years |
Sam Hocevar |
* libee/ee.c:
+ Error checking in ee_init().
+ Pre-generate …
|
|
|
@165
|
19 years |
Sam Hocevar |
* Minor coding style changes.
|
|
|
@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 …
|
|
|
@147
|
19 years |
Sam Hocevar |
* libee/graphics.c:
+ Moved ee_putstr() and ee_putchar() in here.
…
|
|
|
@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.
…
|
|
|
@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 …
|
|
|
@121
|
19 years |
Sam Hocevar |
* libee/sprite.c:
+ More robust sprite loader.
+ Added …
|
|
|
@115
|
19 years |
Sam Hocevar |
* libee/sprite.c:
+ Beginning of sprite handling within the …
|
|
|
@111
|
19 years |
Sam Hocevar |
* Removed CPPFLAGS_slang and CPPFLAGS_ncurses, we now have config.h.
|
|
|
@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.
|
|
|
@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:
+ …
|
|
|
@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.
+ …
|