source: libcaca/branches/0.5/ChangeLog @ 405

Last change on this file since 405 was 283, checked in by Sam Hocevar, 19 years ago
  • 0.5 branch.
File size: 74.6 KB
Line 
1------------------------------------------------------------------------
2r179 | sam | 2003-12-25 22:36:52 +0100 (Thu, 25 Dec 2003) | 3 lines
3Changed paths:
4   M /trunk/NEWS
5   M /trunk/configure.ac
6   M /trunk/debian/changelog
7
8  * configure.ac NEWS debian/changelog:
9    + New 0.5 release.
10
11------------------------------------------------------------------------
12r178 | sam | 2003-12-25 22:28:55 +0100 (Thu, 25 Dec 2003) | 5 lines
13Changed paths:
14   M /trunk/BUGS
15   M /trunk/NOTES
16   M /trunk/configure.ac
17   M /trunk/src/graphics.c
18
19  * NOTES BUGS:
20    + Updated information about the S-Lang colour pair shortage bug.
21  * src/graphics.c:
22    + Implemented the solution explained in NOTES.
23
24------------------------------------------------------------------------
25r177 | sam | 2003-12-25 19:09:58 +0100 (Thu, 25 Dec 2003) | 3 lines
26Changed paths:
27   M /trunk/src/caca.c
28
29  * src/caca.c:
30    + Fixed a compilation bug reported by Thomas Klausner <wiz@NetBSD.org>.
31
32------------------------------------------------------------------------
33r176 | sam | 2003-12-25 19:08:46 +0100 (Thu, 25 Dec 2003) | 3 lines
34Changed paths:
35   M /trunk/NOTES
36
37  * NOTES:
38    + Added a section with a proposed solution to the slang problem.
39
40------------------------------------------------------------------------
41r175 | sam | 2003-12-25 11:18:37 +0100 (Thu, 25 Dec 2003) | 2 lines
42Changed paths:
43   A /branches/0.4 (from /trunk:174)
44   M /branches/0.4/ChangeLog
45   M /trunk/ChangeLog
46
47  * 0.4 branch.
48
49------------------------------------------------------------------------
50r174 | sam | 2003-12-25 00:58:32 +0100 (Thu, 25 Dec 2003) | 5 lines
51Changed paths:
52   M /trunk/configure.ac
53   M /trunk/debian/control
54
55  * debian/control:
56    + Added missing dependencies to the -dev package.
57  * configure.ac:
58    + Kludge for woody builds where x_includes is undefined.
59
60------------------------------------------------------------------------
61r173 | sam | 2003-12-24 17:23:37 +0100 (Wed, 24 Dec 2003) | 3 lines
62Changed paths:
63   M /trunk/src/caca.h
64
65  * src/caca.h:
66    + Documented CACA_FONT.
67
68------------------------------------------------------------------------
69r172 | sam | 2003-12-24 17:16:16 +0100 (Wed, 24 Dec 2003) | 3 lines
70Changed paths:
71   M /trunk/doc/Makefile.am
72
73  * doc/Makefile.am:
74    + Rename the refman.ps doxygen documentation to libcaca.ps.
75
76------------------------------------------------------------------------
77r171 | sam | 2003-12-24 16:43:45 +0100 (Wed, 24 Dec 2003) | 5 lines
78Changed paths:
79   M /trunk/NEWS
80   M /trunk/src/caca.h
81   M /trunk/src/graphics.c
82
83  * src/graphics.c:
84    + Replace CACA_WIDTH and CACA_HEIGHT with CACA_GEOMETRY.
85  * src/caca.c:
86    + Documented the CACA_GEOMETRY environment variable.
87
88------------------------------------------------------------------------
89r170 | sam | 2003-12-24 16:35:07 +0100 (Wed, 24 Dec 2003) | 3 lines
90Changed paths:
91   M /trunk/src/caca_internals.h
92   M /trunk/src/graphics.c
93   M /trunk/src/io.c
94
95  * src/io.c:
96    + Mouse support in the X11 driver.
97
98------------------------------------------------------------------------
99r169 | sam | 2003-12-24 15:48:38 +0100 (Wed, 24 Dec 2003) | 4 lines
100Changed paths:
101   M /trunk/src/graphics.c
102
103  * src/graphics:
104    + Use XCreateWindow instead of XCreateSimpleWindow.
105    + Set the X window title to "caca for X".
106
107------------------------------------------------------------------------
108r168 | sam | 2003-12-23 18:25:29 +0100 (Tue, 23 Dec 2003) | 4 lines
109Changed paths:
110   M /trunk/debian/changelog
111   M /trunk/debian/control
112   M /trunk/debian/rules
113
114  * debian/control:
115    + Build-depend on doxygen and tetex to build documentation.
116    + Build-depend on xlibs-dev and slang1-dev to provide alternate drivers.
117
118------------------------------------------------------------------------
119r167 | sam | 2003-12-23 18:01:38 +0100 (Tue, 23 Dec 2003) | 7 lines
120Changed paths:
121   M /trunk/BUGS
122   M /trunk/Makefile.am
123   M /trunk/NEWS
124   M /trunk/README
125   M /trunk/TODO
126   M /trunk/configure.ac
127   M /trunk/doc/Makefile.am
128   M /trunk/src/graphics.c
129
130  * configure.ac NEWS:
131    + Prepared release 0.4.
132  * src/graphics.c README BUGS TODO:
133    + Updated documentation.
134  * Makefile.am doc/Makefile.am:
135    + Install the generated doxygen documentation.
136
137------------------------------------------------------------------------
138r166 | sam | 2003-12-23 17:32:56 +0100 (Tue, 23 Dec 2003) | 4 lines
139Changed paths:
140   M /trunk/src/io.c
141
142  * src/io.c:
143    + Fixed a warning by including <unistd.h>.
144    + Support for arrow and function keys under X11.
145
146------------------------------------------------------------------------
147r165 | sam | 2003-12-23 14:27:40 +0100 (Tue, 23 Dec 2003) | 9 lines
148Changed paths:
149   M /trunk/configure.ac
150   M /trunk/doc/Makefile.am
151   D /trunk/doc/doxygen.cfg
152   A /trunk/doc/doxygen.cfg.in (from /trunk/doc/doxygen.cfg:164)
153   M /trunk/examples/aafire.c
154   M /trunk/examples/demo.c
155   M /trunk/examples/spritedit.c
156   M /trunk/examples/view.c
157   M /trunk/src/bitmap.c
158   M /trunk/src/box.c
159   M /trunk/src/caca.c
160   M /trunk/src/caca.h
161   M /trunk/src/caca_internals.h
162   M /trunk/src/conic.c
163   M /trunk/src/graphics.c
164   M /trunk/src/io.c
165   M /trunk/src/line.c
166   M /trunk/src/math.c
167   M /trunk/src/sprite.c
168   M /trunk/src/triangle.c
169
170  * src/io.c:
171    + Added caca_wait_event(), a blocking caca_get_event().
172  * src/ examples/:
173    + More documentation.
174  * doc/doxygen.cfg.in:
175    + doc/doxygen.cfg is now generated by configure, so that we can use
176      @top_srcdir@ and we no longer need to hardcode PROJECT_NUMBER.
177    + Create manpages.
178
179------------------------------------------------------------------------
180r164 | sam | 2003-12-23 12:08:37 +0100 (Tue, 23 Dec 2003) | 2 lines
181Changed paths:
182   M /trunk/doc/doxygen.cfg
183   M /trunk/src/bitmap.c
184   M /trunk/src/caca.c
185   M /trunk/src/caca.h
186
187  * More API documentation.
188
189------------------------------------------------------------------------
190r163 | sam | 2003-12-22 23:58:24 +0100 (Mon, 22 Dec 2003) | 3 lines
191Changed paths:
192   M /trunk/src/caca.c
193
194  * caca.c:
195    + Fixed typos in the initialisation code.
196
197------------------------------------------------------------------------
198r162 | sam | 2003-12-22 16:26:12 +0100 (Mon, 22 Dec 2003) | 6 lines
199Changed paths:
200   M /trunk/configure.ac
201   M /trunk/src/bitmap.c
202   M /trunk/src/caca.c
203   M /trunk/src/caca.h
204   M /trunk/src/caca_internals.h
205   M /trunk/src/conic.c
206   M /trunk/src/graphics.c
207   M /trunk/src/io.c
208   M /trunk/src/line.c
209
210  * src/graphics.c src/caca.c src/io.c:
211    + Support for simultaneously compiled-in drivers.
212    + Honour the CACA_DRIVER environment variable.
213  * configure.ac:
214    + Drivers are no longer mutually exclusive.
215
216------------------------------------------------------------------------
217r161 | sam | 2003-12-21 01:39:41 +0100 (Sun, 21 Dec 2003) | 3 lines
218Changed paths:
219   M /trunk/src/graphics.c
220
221  * src/graphics:
222    + Initialise default height at 32 (as in aalib).
223
224------------------------------------------------------------------------
225r160 | sam | 2003-12-20 13:07:56 +0100 (Sat, 20 Dec 2003) | 5 lines
226Changed paths:
227   M /trunk/src/caca_internals.h
228   M /trunk/src/graphics.c
229   M /trunk/src/io.c
230
231  * src/graphics.c:
232    + Support for CACA_WIDTH, CACA_HEIGHT and CACA_FONT in the x11 driver.
233    + Use an intermediary X pixmap for rendering.
234    + Slightly changed the variable naming scheme.
235
236------------------------------------------------------------------------
237r159 | sam | 2003-12-20 11:54:35 +0100 (Sat, 20 Dec 2003) | 3 lines
238Changed paths:
239   M /trunk/examples/aafire.c
240
241  * examples/aafire.c:
242    + The image buffer in cacafire was too small.
243
244------------------------------------------------------------------------
245r158 | sam | 2003-12-19 18:26:23 +0100 (Fri, 19 Dec 2003) | 4 lines
246Changed paths:
247   M /trunk/src/graphics.c
248
249  * src/graphics.c:
250    + Progress in the X11 driver.
251    + Fixed a compilation bug in the conio driver.
252
253------------------------------------------------------------------------
254r157 | sam | 2003-12-18 10:46:19 +0100 (Thu, 18 Dec 2003) | 4 lines
255Changed paths:
256   M /trunk/debian/changelog
257   M /trunk/debian/control
258   M /trunk/debian/rules
259
260  * debian/rules debian/control:
261    + Moved cacafire to the caca-utils package. Added proper conflict/replace.
262    + Symlinked cacafire.1 to cacademo.1.
263
264------------------------------------------------------------------------
265r155 | sam | 2003-12-18 01:41:28 +0100 (Thu, 18 Dec 2003) | 7 lines
266Changed paths:
267   M /trunk/ChangeLog
268   M /trunk/NEWS
269   M /trunk/README
270   M /trunk/debian/changelog
271   M /trunk/debian/control
272   M /trunk/doc/doxygen.cfg
273
274  * debian/control:
275    + Updated long descriptions.
276  * debian/changelog ChangeLog doc/doxygen.cfg NEWS:
277    + Prepared 0.3 release.
278  * README:
279    + --enable-ncurses is now the default.
280
281------------------------------------------------------------------------
282r154 | sam | 2003-12-18 01:11:52 +0100 (Thu, 18 Dec 2003) | 3 lines
283Changed paths:
284   M /trunk/src/bitmap.c
285   M /trunk/src/box.c
286   M /trunk/src/caca.c
287   M /trunk/src/caca.h
288   M /trunk/src/conic.c
289   M /trunk/src/graphics.c
290   M /trunk/src/io.c
291   M /trunk/src/line.c
292   M /trunk/src/math.c
293   M /trunk/src/sprite.c
294   M /trunk/src/triangle.c
295
296  * src/:
297    + Doxygenated public functions.
298
299------------------------------------------------------------------------
300r153 | sam | 2003-12-17 16:03:05 +0100 (Wed, 17 Dec 2003) | 3 lines
301Changed paths:
302   M /trunk/src/caca.h
303
304  * src/caca.h:
305    + Documented environment variables.
306
307------------------------------------------------------------------------
308r152 | sam | 2003-12-17 00:25:54 +0100 (Wed, 17 Dec 2003) | 4 lines
309Changed paths:
310   M /trunk/examples/view.c
311
312  * examples/view.c:
313    + Fixed a bug in the loading of 1bpp BMPs.
314    + Commented stuff.
315
316------------------------------------------------------------------------
317r151 | sam | 2003-12-17 00:06:54 +0100 (Wed, 17 Dec 2003) | 7 lines
318Changed paths:
319   M /trunk/examples/Makefile.am
320   M /trunk/examples/view.c
321
322  * examples/view.c:
323    + If Imlib2 is not available, use a custom simple BMP loader.
324    + Draw the bottom bar one line higher to leave room for a status line.
325    + '?' now properly toggles help.
326  * examples/Makefile.am:
327    + Always build cacaview.
328
329------------------------------------------------------------------------
330r150 | sam | 2003-12-16 10:06:46 +0100 (Tue, 16 Dec 2003) | 5 lines
331Changed paths:
332   M /trunk/configure.ac
333   M /trunk/src/bitmap.c
334
335  * src/bitmap.c:
336    + If the alpha palette is all-zero, forget the alpha channel.
337  * configure.ac:
338    + Export HAVE_IMLIB2_H and the like.
339
340------------------------------------------------------------------------
341r149 | sam | 2003-12-15 16:02:50 +0100 (Mon, 15 Dec 2003) | 4 lines
342Changed paths:
343   M /trunk/src/bitmap.c
344
345  * src/bitmap.c:
346    + If the alpha mask is 0, ignore alpha information.
347    + Ditto if no alpha information is given with the palette.
348
349------------------------------------------------------------------------
350r148 | sam | 2003-12-15 11:38:03 +0100 (Mon, 15 Dec 2003) | 4 lines
351Changed paths:
352   M /trunk/configure.ac
353   M /trunk/src/caca.c
354   M /trunk/src/caca_internals.h
355   M /trunk/src/graphics.c
356   M /trunk/src/io.c
357
358  * src/graphics.c src/io.c:
359    + Beginning of an X11 driver. Currently we merely open the window and
360      check keyboard events.
361
362------------------------------------------------------------------------
363r147 | sam | 2003-12-12 17:19:44 +0100 (Fri, 12 Dec 2003) | 7 lines
364Changed paths:
365   M /trunk/configure.ac
366   M /trunk/debian/changelog
367   M /trunk/src/caca.c
368
369  * configure.ac debian/changelog:
370    + Prepare for 0.3 release.
371    + Check for strcasecmp().
372  * src/caca.c:
373    + Honor CACA_BACKGROUND, CACA_DITHERING and CACA_ANTIALIASING environment
374      variables.
375
376------------------------------------------------------------------------
377r146 | sam | 2003-12-12 15:49:41 +0100 (Fri, 12 Dec 2003) | 13 lines
378Changed paths:
379   M /trunk/examples/aafire.c
380   M /trunk/examples/demo.c
381   M /trunk/examples/view.c
382   M /trunk/src/bitmap.c
383   M /trunk/src/caca.c
384   M /trunk/src/caca.h
385   M /trunk/src/caca_internals.h
386
387  * src/bitmap.c:
388    + Added antialiasing support.
389    + Dithering, antialiasing and background mode can now be selected at
390      runtime.
391  * src/caca.c src/caca.h:
392    + Renamed caca_dithering into caca_feature and extended the type to
393      express background colour and antialiasing mode.
394  * examples/demo.c:
395    + Fixed a bug that disabled the sprite demo.
396    + Draw solid flares.
397  * examples/view.c:
398    + Select antialiasing and background mode at runtime.
399
400------------------------------------------------------------------------
401r145 | sam | 2003-12-11 18:01:09 +0100 (Thu, 11 Dec 2003) | 2 lines
402Changed paths:
403   M /trunk/BUGS
404   M /trunk/TODO
405   M /trunk/debian/control
406   M /trunk/doc/cacademo.1
407   M /trunk/doc/cacaview.1
408
409  * Minor updates to manpages, BUGS, TODO and the Debian control file.
410
411------------------------------------------------------------------------
412r144 | sam | 2003-12-11 17:56:35 +0100 (Thu, 11 Dec 2003) | 5 lines
413Changed paths:
414   M /trunk/src/Makefile.am
415   M /trunk/src/bitmap.c
416   M /trunk/src/caca.c
417   M /trunk/src/caca.h
418   M /trunk/src/caca_internals.h
419   M /trunk/src/graphics.c
420
421  * src/caca.c:
422    + Moved global variables to src/graphics.c.
423  * src/bitmap.c:
424    + Sanitised prototypes.
425
426------------------------------------------------------------------------
427r143 | sam | 2003-12-11 17:31:49 +0100 (Thu, 11 Dec 2003) | 17 lines
428Changed paths:
429   M /trunk/examples
430   M /trunk/examples/aafire.c
431   M /trunk/examples/demo.c
432   M /trunk/examples/view.c
433   M /trunk/src/bitmap.c
434   M /trunk/src/box.c
435   M /trunk/src/caca.c
436   M /trunk/src/caca.h
437   M /trunk/src/caca_internals.h
438   M /trunk/src/conic.c
439   M /trunk/src/graphics.c
440   M /trunk/src/line.c
441   M /trunk/src/sprite.c
442   M /trunk/src/triangle.c
443
444  * src/graphics.c:
445    + Internally cache screen width and height.
446  * src/bitmap.c:
447    + Added alpha support to caca_draw_bitmap(). For now, we only treat 0%
448      alpha as fully transparent, and any other value as fully opaque.
449    + Slightly tuned colour weights in the renderer.
450    + caca_set_bitmap_palette() takes unsigned ints.
451  * examples/demo.c:
452    + Added a crap render demo.
453  * examples/aafire.c:
454    + Set a 20ms delay.
455    + Added alpha values to the palette.
456  * examples/view.c:
457    + Draw a gray checkered grid below the image so that transparent images
458      look a lot nicer.
459    + 'f' toggles "fullscreen" mode.
460
461------------------------------------------------------------------------
462r142 | sam | 2003-12-11 16:54:53 +0100 (Thu, 11 Dec 2003) | 6 lines
463Changed paths:
464   M /trunk/caca-config.in
465   M /trunk/configure.ac
466
467  * configure.ac:
468    + Set the executable bit of caca-config when regenerating that file.
469  * caca-config.in:
470    + No longer use USE_SLANG_TRUE and USE_NCURSES_TRUE since we now
471      have @CACA_LIBS@.
472
473------------------------------------------------------------------------
474r141 | sam | 2003-12-02 23:27:27 +0100 (Tue, 02 Dec 2003) | 6 lines
475Changed paths:
476   M /trunk/configure.ac
477   M /trunk/examples/Makefile.am
478   A /trunk/examples/aafire.c
479
480  * configure.ac:
481    + Removed unused USE_* variables.
482    + Export -lslang and -lncurses as @CACA_LIBS@.
483  * examples/aafire.c:
484    + Imported aafire.c from the AAlib tree and ported it to libcaca.
485
486------------------------------------------------------------------------
487r139 | sam | 2003-11-30 18:15:31 +0100 (Sun, 30 Nov 2003) | 2 lines
488Changed paths:
489   M /trunk/ChangeLog
490   M /trunk/NEWS
491   M /trunk/TODO
492   M /trunk/debian/changelog
493   M /trunk/debian/control
494
495  * 0.2 release.
496
497------------------------------------------------------------------------
498r138 | sam | 2003-11-30 18:14:19 +0100 (Sun, 30 Nov 2003) | 3 lines
499Changed paths:
500   M /trunk/examples/view.c
501
502  * examples/view.c:
503    + Removed last endianness issue.
504
505------------------------------------------------------------------------
506r137 | sam | 2003-11-30 17:34:04 +0100 (Sun, 30 Nov 2003) | 5 lines
507Changed paths:
508   M /trunk/examples/view.c
509   M /trunk/src/bitmap.c
510   M /trunk/src/io.c
511
512  * src/io.c:
513    + Removed a useless message.
514  * src/bitmap.c examples/view.c:
515    + Really fixed the endianness issue.
516
517------------------------------------------------------------------------
518r136 | sam | 2003-11-30 16:56:02 +0100 (Sun, 30 Nov 2003) | 5 lines
519Changed paths:
520   M /trunk/src/bitmap.c
521
522  * src/bitmap.c:
523    + Fine-tuned the new renderer.
524    + Fixed warnings.
525    + Changed hardcoded values to macros.
526
527------------------------------------------------------------------------
528r135 | sam | 2003-11-30 16:01:55 +0100 (Sun, 30 Nov 2003) | 11 lines
529Changed paths:
530   M /trunk/configure.ac
531   M /trunk/examples/demo.c
532   M /trunk/examples/view.c
533   M /trunk/src/bitmap.c
534   M /trunk/src/caca.c
535   M /trunk/src/caca.h
536
537  * src/bitmap.c:
538    + Fixed an endianness issue in the byte reader.
539    + Decreased precision in RGB and HSV values to avoid overflows.
540    + New dithering method: 2x2 ordered.
541    + New renderer, with background colour awareness.
542  * configure.ac:
543    + Check for <endian.h>.
544  * examples/demo.c examples/view.c:
545    + Fixed an endianness issue in cacaview.
546    + Adapted code to the additional dithering method.
547
548------------------------------------------------------------------------
549r134 | sam | 2003-11-30 03:11:37 +0100 (Sun, 30 Nov 2003) | 4 lines
550Changed paths:
551   M /trunk/examples/view.c
552   M /trunk/src/bitmap.c
553
554  * src/bitmap.c examples/view.c:
555    + Fixed an endianness issue in caca_draw_bitmap().
556    + Code cleanup.
557
558------------------------------------------------------------------------
559r133 | sam | 2003-11-30 02:18:10 +0100 (Sun, 30 Nov 2003) | 13 lines
560Changed paths:
561   M /trunk/TODO
562   M /trunk/doc/cacaview.1
563   M /trunk/examples/Makefile.am
564   M /trunk/examples/view.c
565   M /trunk/src/caca.c
566
567  * src/caca.c:
568    + Minor change to the dithering names.
569  * TODO:
570    + Added cacaview TODO.
571  * doc/cacaview.1:
572    + Wrote a manpage for cacaview.
573  * examples/Makefile.am:
574    + Moved the -DX_DISPLAY_MISSING=1 here.
575  * examples/view.c:
576    + Capital 'D' cycles through dithering modes in reverse order.
577    + Sleep when there is nothing to do.
578    + Cosmetic code reorganisation.
579
580------------------------------------------------------------------------
581r132 | sam | 2003-11-29 20:35:07 +0100 (Sat, 29 Nov 2003) | 9 lines
582Changed paths:
583   M /trunk/examples/demo.c
584   M /trunk/examples/view.c
585   M /trunk/src/bitmap.c
586   M /trunk/src/caca.c
587   M /trunk/src/caca.h
588
589  * src/caca.c src/caca.h:
590    + Added caca_get_dithering_name().
591  * src/bitmap.c:
592    + Created a new dithering method with an 8x8 ordered matrix.
593    + Replaced the char list with a string for better readability.
594    + Dithering functions now return a value between 0 and 255.
595  * examples/demo.c examples/view.c:
596    + Adapted to use caca_get_dithering_name().
597
598------------------------------------------------------------------------
599r131 | sam | 2003-11-29 19:04:42 +0100 (Sat, 29 Nov 2003) | 3 lines
600Changed paths:
601   M /trunk/src/caca.c
602
603  * src/caca.c:
604    + Test whether ncurses knows xterm-16color before setting $TERM.
605
606------------------------------------------------------------------------
607r130 | sam | 2003-11-29 18:36:00 +0100 (Sat, 29 Nov 2003) | 6 lines
608Changed paths:
609   M /trunk/examples/view.c
610
611  * examples/view.c:
612    + Added top and bottom status lines, like in mutt and slrn.
613    + Added a status string when loading an image or upon error.
614    + Can load multiple files; use 'n' and 'p' for next and previous.
615    + Clip zoom between -48 and +48.
616
617------------------------------------------------------------------------
618r129 | sam | 2003-11-29 17:42:35 +0100 (Sat, 29 Nov 2003) | 2 lines
619Changed paths:
620   M /trunk/src/caca.c
621
622  * Fixed a C99ism.
623
624------------------------------------------------------------------------
625r128 | sam | 2003-11-29 15:41:37 +0100 (Sat, 29 Nov 2003) | 9 lines
626Changed paths:
627   M /trunk/NOTES
628   M /trunk/configure.ac
629   M /trunk/src/caca.c
630   M /trunk/src/graphics.c
631
632  * configure.ac:
633    + Default to ncurses, not slang, because slang only has 128 colour pairs.
634  * src/caca.c:
635    + Disable scrolling to avoid hashmap scrolling optimization code.
636  * src/graphics.c:
637    + Swap fg and bg in the colour pair indexing, so that bg is always
638      right.
639    + Disable alt charset support to exploit my patched slang.
640
641------------------------------------------------------------------------
642r127 | sam | 2003-11-28 21:39:54 +0100 (Fri, 28 Nov 2003) | 10 lines
643Changed paths:
644   M /trunk/NOTES
645   M /trunk/examples/view.c
646   M /trunk/src/bitmap.c
647
648  * src/bitmap.c:
649    + Dither chroma outside of rgb2hsv_default().
650    + Clip fromx and fromy values.
651  * NOTES:
652    + Link to the XTerm control sequences.
653  * examples/view.c:
654    + Draw status bar.
655    + Move with 'h' 'j' 'k' 'l', à la vi.
656    + '?' toggles a help menu.
657
658------------------------------------------------------------------------
659r126 | sam | 2003-11-28 00:18:12 +0100 (Fri, 28 Nov 2003) | 3 lines
660Changed paths:
661   M /trunk/src/bitmap.c
662
663  * src/bitmap.c:
664    + Removed § from the list of default characters due to collisions.
665
666------------------------------------------------------------------------
667r125 | sam | 2003-11-27 23:54:48 +0100 (Thu, 27 Nov 2003) | 6 lines
668Changed paths:
669   A /trunk/debian/caca-utils.mime
670   M /trunk/debian/control
671   M /trunk/debian/rules
672
673  * debian/control:
674    + Removed slang1-dev dependency in caca-utils.
675  * debian/caca-utils.mime debian/rules:
676    + Added a MIME file with low priority.
677    + Added call to dh_installmime.
678
679------------------------------------------------------------------------
680r124 | sam | 2003-11-27 23:29:13 +0100 (Thu, 27 Nov 2003) | 5 lines
681Changed paths:
682   M /trunk/configure.ac
683   M /trunk/src/caca.c
684   M /trunk/src/caca_internals.h
685   M /trunk/src/graphics.c
686
687  * src/caca.c src/graphics.c:
688    + Moved graphics stuff from caca.c to graphics.c.
689    + Added a few kludges: if gnome-terminal or konsole are detected, switch
690      to TERM=xterm-16color to benefit from extended colour palette.
691
692------------------------------------------------------------------------
693r123 | sam | 2003-11-27 22:56:30 +0100 (Thu, 27 Nov 2003) | 13 lines
694Changed paths:
695   M /trunk/NOTES
696   M /trunk/examples/demo.c
697   M /trunk/examples/spritedit.c
698   M /trunk/src/bitmap.c
699   M /trunk/src/caca.c
700   M /trunk/src/caca.h
701   M /trunk/src/graphics.c
702   M /trunk/src/sprite.c
703
704  * NOTES:
705    + Added setab/setaf quotes from the XTerm terminfo.
706    + Proposed a workaround for bright colours on any terminal.
707  * src/caca.c:
708    + 16 colour support for ncurses and conio.
709  * src/graphics.c:
710    + Ported to 16 colour support.
711    + Added a missing <stdio.h> for BUFSIZ.
712    + Disabled vsnprintf under DOS (only vsprintf exists).
713  * examples/:
714    + Don't abort if the caca.txt sprite was not found.
715    + Ported to 16 colour support.
716
717------------------------------------------------------------------------
718r122 | sam | 2003-11-27 14:27:32 +0100 (Thu, 27 Nov 2003) | 2 lines
719Changed paths:
720   M /trunk/NOTES
721
722  * NOTES: more notes about colours.
723
724------------------------------------------------------------------------
725r121 | sam | 2003-11-27 10:43:56 +0100 (Thu, 27 Nov 2003) | 5 lines
726Changed paths:
727   M /trunk/Makefile.am
728   M /trunk/configure.ac
729   M /trunk/examples/Makefile.am
730
731  * configure.ac:
732    + More sensible imlib2 detection, works with cross-compilation.
733  * Makefile.am:
734    + Don't forget to include NOTES to the dist tarball.
735
736------------------------------------------------------------------------
737r120 | sam | 2003-11-27 10:38:16 +0100 (Thu, 27 Nov 2003) | 2 lines
738Changed paths:
739   A /trunk/NOTES
740   M /trunk/README
741   M /trunk/debian/rules
742
743  * NOTES: added information about colour support.
744
745------------------------------------------------------------------------
746r119 | sam | 2003-11-26 22:02:31 +0100 (Wed, 26 Nov 2003) | 2 lines
747Changed paths:
748   M /trunk/configure.ac
749
750  * configure.ac: Added a missing check for <inttypes.h>.
751
752------------------------------------------------------------------------
753r118 | sam | 2003-11-26 21:58:30 +0100 (Wed, 26 Nov 2003) | 2 lines
754Changed paths:
755   M /trunk/src/bitmap.c
756
757  * src/bitmap.c: Support for more colour depths.
758
759------------------------------------------------------------------------
760r115 | sam | 2003-11-24 20:56:04 +0100 (Mon, 24 Nov 2003) | 9 lines
761Changed paths:
762   M /trunk/configure.ac
763   M /trunk/examples/Makefile.am
764   M /trunk/examples/demo.c
765   M /trunk/examples/view.c
766
767  * configure.ac examples/Makefile.am:
768    + Added a check for imlib2-config.
769    + Build cacaview conditionally.
770  * examples/demo.c:
771    + Removed all gdkpixbuf code.
772  * examples/view.c:
773    + Default to ordered dithering.
774    + Make sure the arrows always work even if delta is too small.
775
776------------------------------------------------------------------------
777r114 | sam | 2003-11-24 18:51:40 +0100 (Mon, 24 Nov 2003) | 4 lines
778Changed paths:
779   M /trunk/debian
780   M /trunk/debian/control
781   M /trunk/debian/rules
782
783  * debian/:
784    + New caca-utils package.
785    + Move cacademo, cacaview and caca-spritedit to caca-utils.
786
787------------------------------------------------------------------------
788r113 | sam | 2003-11-24 18:50:14 +0100 (Mon, 24 Nov 2003) | 6 lines
789Changed paths:
790   M /trunk/doc/Makefile.am
791   D /trunk/doc/caca-demo.1
792   A /trunk/doc/cacademo.1 (from /trunk/doc/caca-demo.1:112)
793   A /trunk/doc/cacaview.1
794   M /trunk/examples
795   M /trunk/examples/Makefile.am
796   A /trunk/examples/view.c
797
798  * examples/:
799    + Simple image viewer, cacaview, based on libcaca and imlib2.
800    + Renamed caca-demo into cacademo.
801  * doc/:
802    + Renamed doc/caca-demo.1 into doc/cacademo.1.
803
804------------------------------------------------------------------------
805r112 | sam | 2003-11-23 16:34:35 +0100 (Sun, 23 Nov 2003) | 2 lines
806Changed paths:
807   M /trunk/src/Makefile.am
808   A /trunk/src/bitmap.c (from /trunk/src/blit.c:111)
809   D /trunk/src/blit.c
810
811  * Renamed src/blit.c into src/bitmap.c.
812
813------------------------------------------------------------------------
814r111 | sam | 2003-11-23 04:44:59 +0100 (Sun, 23 Nov 2003) | 5 lines
815Changed paths:
816   M /trunk/examples/demo.c
817   M /trunk/src/caca.c
818   M /trunk/src/caca.h
819   M /trunk/src/io.c
820
821  * src/caca.c:
822    + Mouse initialisation in ncurses.
823  * src/io.c:
824    + Mouse support in ncurses.
825
826------------------------------------------------------------------------
827r110 | sam | 2003-11-22 15:28:36 +0100 (Sat, 22 Nov 2003) | 3 lines
828Changed paths:
829   M /trunk/debian/control
830
831  * debian/control:
832    + libcaca-dev should depend on slang1-dev.
833
834------------------------------------------------------------------------
835r109 | sam | 2003-11-22 15:23:18 +0100 (Sat, 22 Nov 2003) | 3 lines
836Changed paths:
837   M /trunk/debian/Makefile.am
838
839  * debian/Makefile.am:
840    + Added compat and copyright to the distributed files.
841
842------------------------------------------------------------------------
843r108 | sam | 2003-11-22 15:19:36 +0100 (Sat, 22 Nov 2003) | 2 lines
844Changed paths:
845   A /trunk/ChangeLog
846   M /trunk/debian/rules
847
848  * Added a ChangeLog file.
849
850------------------------------------------------------------------------
851r107 | sam | 2003-11-22 15:13:53 +0100 (Sat, 22 Nov 2003) | 3 lines
852Changed paths:
853   M /trunk/examples/Makefile.am
854
855  * examples/Makefile.am:
856    + Compilation fix when libcaca is not available.
857
858------------------------------------------------------------------------
859r106 | sam | 2003-11-22 14:44:02 +0100 (Sat, 22 Nov 2003) | 9 lines
860Changed paths:
861   M /trunk/debian/changelog
862   A /trunk/debian/copyright
863   M /trunk/debian/rules
864   M /trunk/doc/Makefile.am
865   M /trunk/doc/caca-config.1
866   A /trunk/doc/caca-demo.1
867   A /trunk/doc/caca-spritedit.1
868   M /trunk/examples/caca.txt
869
870  * debian/:
871    + Wrote the changelog for the Debian release.
872    + Wrote a copyright file.
873  * doc/:
874    + Wrote manpages for caca-demo and caca-spritedit.
875  * examples/caca.txt:
876    + Centered the sprite handle.
877    + Added a second frame to the sprite.
878
879------------------------------------------------------------------------
880r105 | sam | 2003-11-22 13:53:55 +0100 (Sat, 22 Nov 2003) | 11 lines
881Changed paths:
882   A /trunk/AUTHORS
883   M /trunk/Makefile.am
884   A /trunk/NEWS
885   M /trunk/configure.ac
886   A /trunk/doc
887   A /trunk/doc/Makefile.am
888   A /trunk/doc/caca-config.1
889   A /trunk/doc/doxygen.cfg
890   A /trunk/doc/footer.html
891   A /trunk/doc/header.html
892
893  * AUTHORS NEWS:
894    + Added these mandatory files.
895  * doc/:
896    + Wrote a Doxygen configuration file.
897    + Added a manpage for caca-config(1), borrowed from sdl-config.
898  * configure.ac:
899    + Use new style AC_INIT.
900    + Error out if no library was found.
901    + Added *djgpp* to the list of non-PIC platforms.
902    + Added checks for doxygen and latex.
903
904------------------------------------------------------------------------
905r104 | sam | 2003-11-22 13:51:27 +0100 (Sat, 22 Nov 2003) | 2 lines
906Changed paths:
907   M /trunk/examples/Makefile.am
908   M /trunk/examples/demo.c
909
910  * Disabled gdkpixbuf code.
911
912------------------------------------------------------------------------
913r103 | sam | 2003-11-22 13:45:25 +0100 (Sat, 22 Nov 2003) | 3 lines
914Changed paths:
915   M /trunk/src/blit.c
916   M /trunk/src/box.c
917   M /trunk/src/caca.c
918   M /trunk/src/caca.h
919   M /trunk/src/caca_internals.h
920   M /trunk/src/conic.c
921   M /trunk/src/graphics.c
922   M /trunk/src/io.c
923   M /trunk/src/line.c
924   M /trunk/src/math.c
925   M /trunk/src/sprite.c
926   M /trunk/src/triangle.c
927
928  * src/:
929    + Doxygenated a few things.
930
931------------------------------------------------------------------------
932r102 | sam | 2003-11-21 15:34:07 +0100 (Fri, 21 Nov 2003) | 8 lines
933Changed paths:
934   M /trunk/TODO
935   M /trunk/examples/demo.c
936   M /trunk/src/blit.c
937   M /trunk/src/caca.h
938
939  * TODO:
940    + A few updates.
941  * src/blit.c:
942    + Split blit() into caca_create_bitmap() and caca_draw_bitmap().
943    + Started removing hardcoded bitmask and pitch values.
944  * examples/demo.c:
945    + Do something with mouse clicks.
946
947------------------------------------------------------------------------
948r101 | sam | 2003-11-21 15:14:26 +0100 (Fri, 21 Nov 2003) | 3 lines
949Changed paths:
950   M /trunk/src/io.c
951
952  * src/io.c:
953    + Fixed an off-by-one error in the mouse driver.
954
955------------------------------------------------------------------------
956r100 | sam | 2003-11-20 17:54:04 +0100 (Thu, 20 Nov 2003) | 13 lines
957Changed paths:
958   M /trunk
959   M /trunk/Makefile.am
960   M /trunk/README
961   M /trunk/TODO
962   A /trunk/caca-config.in
963   M /trunk/configure.ac
964   M /trunk/debian
965   A /trunk/debian/compat
966   M /trunk/debian/control
967   M /trunk/debian/rules
968   M /trunk/examples
969   M /trunk/examples/Makefile.am
970   M /trunk/examples/demo.c
971   M /trunk/src/Makefile.am
972
973  * debian/control:
974    + Changed section to libs/libdevel instead of games/games.
975    + Changed package name to libcaca-dev.
976  * debian/rules:
977    + Use debian/compat instead of DH_COMPAT.
978    + Install README, BUGS and TODO into /usr/share/doc.
979  * caca-config.in:
980    + First version of the config script.
981  * configure.ac src/Makefile.am:
982    + Build a static PIC library as well.
983  * README TODO:
984    + Various updates.
985
986------------------------------------------------------------------------
987r99 | sam | 2003-11-19 19:38:49 +0100 (Wed, 19 Nov 2003) | 3 lines
988Changed paths:
989   M /trunk/TODO
990   M /trunk/src/io.c
991
992  * TODO: New stuff to do.
993  * src/io.c: left and right arrow keys were swapped.
994
995------------------------------------------------------------------------
996r98 | sam | 2003-11-19 18:49:43 +0100 (Wed, 19 Nov 2003) | 3 lines
997Changed paths:
998   M /trunk/src/blit.c
999   M /trunk/src/caca.c
1000   M /trunk/src/io.c
1001
1002  * src/io.c:
1003    + Fixed a bug in the mouse coordinates reporting.
1004
1005------------------------------------------------------------------------
1006r97 | sam | 2003-11-19 18:32:10 +0100 (Wed, 19 Nov 2003) | 6 lines
1007Changed paths:
1008   M /trunk/examples/demo.c
1009   M /trunk/examples/spritedit.c
1010   M /trunk/src/blit.c
1011   M /trunk/src/caca.c
1012   M /trunk/src/caca.h
1013   M /trunk/src/io.c
1014
1015  * src/io.c:
1016    + Renamed sdl_get_key() into sdl_get_event().
1017    + Handle mouse clicks.
1018  * src/caca.c:
1019    + Activate the terminal's mouse handling if supported.
1020
1021------------------------------------------------------------------------
1022r96 | sam | 2003-11-17 17:11:34 +0100 (Mon, 17 Nov 2003) | 8 lines
1023Changed paths:
1024   M /trunk/examples/Makefile.am
1025   M /trunk/src/Makefile.am
1026   M /trunk/src/blit.c
1027   M /trunk/src/caca.h
1028   M /trunk/src/io.c
1029
1030  * src/io.c src/caca.h:
1031    + Interpret escape sequences for F1, F2, left, right, etc.
1032  * src/Makefile.am examples/Makefile.am:
1033    + Install caca.h in /usr/include.
1034    + Do not install example programs.
1035  * src/blit.c:
1036    + Minor improvements to grayscale colors.
1037
1038------------------------------------------------------------------------
1039r95 | sam | 2003-11-17 11:15:40 +0100 (Mon, 17 Nov 2003) | 2 lines
1040Changed paths:
1041   D /trunk/.cvsignore
1042   D /trunk/autotools/.cvsignore
1043
1044  * Removed legacy .cvsignore files.
1045
1046------------------------------------------------------------------------
1047r94 | sam | 2003-11-16 18:41:43 +0100 (Sun, 16 Nov 2003) | 6 lines
1048Changed paths:
1049   M /trunk/examples/demo.c
1050   M /trunk/src/blit.c
1051   M /trunk/src/caca.h
1052
1053  * src/blit.c:
1054    + Hue calculation now uses integers only.
1055    + Dithering is now parametrable. Implemented none, ordered, random.
1056  * examples/demo.c:
1057    + Added dithering selection.
1058
1059------------------------------------------------------------------------
1060r93 | sam | 2003-11-16 16:20:17 +0100 (Sun, 16 Nov 2003) | 8 lines
1061Changed paths:
1062   M /trunk/examples/Makefile.am
1063   A /trunk/examples/caca.txt
1064   M /trunk/examples/demo.c
1065   M /trunk/examples/spritedit.c
1066   M /trunk/src/blit.c
1067   M /trunk/src/caca.c
1068   M /trunk/src/caca.h
1069   M /trunk/src/caca_internals.h
1070   M /trunk/src/graphics.c
1071
1072  * src/blit.c:
1073    + Added caca_set_dithering() (unused yet).
1074    + Added random dithering.
1075  * src/caca.h:
1076    + Renamed legacy EE_* enums to CACA_*.
1077  * examples/demo.c examples/caca.txt:
1078    + Added a default sprite for libcaca.
1079
1080------------------------------------------------------------------------
1081r92 | sam | 2003-11-16 13:28:29 +0100 (Sun, 16 Nov 2003) | 2 lines
1082Changed paths:
1083   M /trunk/examples/demo.c
1084   M /trunk/examples/spritedit.c
1085   M /trunk/src/blit.c
1086   M /trunk/src/box.c
1087   M /trunk/src/caca.c
1088   M /trunk/src/caca.h
1089   M /trunk/src/caca_internals.h
1090   M /trunk/src/conic.c
1091   M /trunk/src/graphics.c
1092   M /trunk/src/io.c
1093   M /trunk/src/line.c
1094   M /trunk/src/math.c
1095   M /trunk/src/sprite.c
1096   M /trunk/src/triangle.c
1097
1098  * Changed copyleft to LGPL.
1099
1100------------------------------------------------------------------------
1101r91 | sam | 2003-11-16 13:13:46 +0100 (Sun, 16 Nov 2003) | 3 lines
1102Changed paths:
1103   M /trunk/Makefile.am
1104   M /trunk/configure.ac
1105   A /trunk/examples (from /trunk/test:90)
1106   M /trunk/examples/Makefile.am
1107   D /trunk/libcaca
1108   A /trunk/src (from /trunk/libcaca:90)
1109   M /trunk/src/line.c
1110   D /trunk/test
1111
1112  * 2nd pass in the libcaca rehandling; moved sources to src/ and examples
1113    to examples/.
1114
1115------------------------------------------------------------------------
1116r90 | sam | 2003-11-16 13:07:52 +0100 (Sun, 16 Nov 2003) | 2 lines
1117Changed paths:
1118   M /trunk/COPYING
1119   M /trunk/Makefile.am
1120   M /trunk/README
1121   M /trunk/TODO
1122   M /trunk/bootstrap
1123   M /trunk/configure.ac
1124   D /trunk/data
1125   D /trunk/debian/.cvsignore
1126   M /trunk/debian/changelog
1127   M /trunk/debian/control
1128   M /trunk/debian/rules
1129   D /trunk/doc
1130   D /trunk/src
1131
1132  * The big TTYvaders/libcaca split. This is libcaca.
1133
1134------------------------------------------------------------------------
1135r89 | sam | 2003-11-16 12:26:54 +0100 (Sun, 16 Nov 2003) | 8 lines
1136Changed paths:
1137   M /trunk/configure.ac
1138   M /trunk/libcaca/blit.c
1139   M /trunk/libcaca/caca.c
1140   M /trunk/libcaca/conic.c
1141   M /trunk/libcaca/graphics.c
1142   M /trunk/src/weapons.c
1143
1144  * configure.ac:
1145    + Added -Wsign-compare to the warning flags.
1146  * libcaca/caca.c:
1147    + Fixed a signed/unsigned bug that caused infinite waits with
1148      ee_set_delay(0).
1149  * src/weapons.c libcaca/graphics.c libcaca/blit.c libcaca/conic.c:
1150    + Fixed minor signed/unsigned comparison warnings.
1151
1152------------------------------------------------------------------------
1153r88 | sam | 2003-11-16 01:33:35 +0100 (Sun, 16 Nov 2003) | 2 lines
1154Changed paths:
1155   M /trunk/Makefile.am
1156   M /trunk/TODO
1157   M /trunk/configure.ac
1158   A /trunk/libcaca (from /trunk/libee:87)
1159   M /trunk/libcaca/Makefile.am
1160   M /trunk/libcaca/blit.c
1161   M /trunk/libcaca/box.c
1162   A /trunk/libcaca/caca.c (from /trunk/libee/ee.c:87)
1163   A /trunk/libcaca/caca.h (from /trunk/libee/ee.h:87)
1164   A /trunk/libcaca/caca_internals.h (from /trunk/libee/ee_internals.h:87)
1165   M /trunk/libcaca/conic.c
1166   D /trunk/libcaca/ee.c
1167   D /trunk/libcaca/ee.h
1168   D /trunk/libcaca/ee_internals.h
1169   M /trunk/libcaca/graphics.c
1170   M /trunk/libcaca/io.c
1171   M /trunk/libcaca/line.c
1172   M /trunk/libcaca/math.c
1173   M /trunk/libcaca/sprite.c
1174   M /trunk/libcaca/triangle.c
1175   D /trunk/libee
1176   M /trunk/src/Makefile.am
1177   M /trunk/src/aliens.c
1178   M /trunk/src/bonus.c
1179   M /trunk/src/box.c
1180   M /trunk/src/ceo.c
1181   M /trunk/src/collide.c
1182   M /trunk/src/common.h
1183   M /trunk/src/explosions.c
1184   M /trunk/src/intro.c
1185   M /trunk/src/main.c
1186   M /trunk/src/overlay.c
1187   M /trunk/src/player.c
1188   M /trunk/src/starfield.c
1189   M /trunk/src/tunnel.c
1190   M /trunk/src/weapons.c
1191   M /trunk/test/Makefile.am
1192   M /trunk/test/demo.c
1193   M /trunk/test/spritedit.c
1194
1195  * Renamed libee to libcaca. Far less collisions.
1196
1197------------------------------------------------------------------------
1198r87 | sam | 2003-11-16 01:09:09 +0100 (Sun, 16 Nov 2003) | 2 lines
1199Changed paths:
1200   M /trunk/libee/Makefile.am
1201   A /trunk/libee/blit.c
1202   M /trunk/libee/ee.h
1203   M /trunk/test/Makefile.am
1204   M /trunk/test/demo.c
1205
1206  * Very ugly ee_blit function. Will be polished in a while.
1207
1208------------------------------------------------------------------------
1209r86 | sam | 2003-11-15 13:42:38 +0100 (Sat, 15 Nov 2003) | 10 lines
1210Changed paths:
1211   M /trunk/libee/ee.c
1212   M /trunk/libee/ee.h
1213   M /trunk/libee/graphics.c
1214   M /trunk/test/demo.c
1215
1216  * libee/ee.c:
1217    + Replaced ee_color_names[] with ee_get_color_name().
1218    + Don't oversleep in ee_refresh().
1219  * libee/graphics.c:
1220    + Implemented ee_printf().
1221  * test/demo.c:
1222    + If new keypresses are detected, don't wait for the next screen refresh.
1223    + Added an fps counter on demos.
1224    + Added controls for outlines and drawing boundaries.
1225
1226------------------------------------------------------------------------
1227r85 | sam | 2003-11-15 10:58:20 +0100 (Sat, 15 Nov 2003) | 8 lines
1228Changed paths:
1229   M /trunk/libee/ee.c
1230   M /trunk/libee/ee.h
1231   M /trunk/libee/ee_internals.h
1232   M /trunk/libee/graphics.c
1233   M /trunk/libee/line.c
1234
1235  * libee/graphics.c:
1236    + Correct clipping in ee_putstr() for long strings.
1237  * libee/ee.c:
1238    + New ee_get_rendertime() call to provide framerate information.
1239  * libee/ee.h:
1240    + Added const keywords where it was meaningful, despite Slang's blatant
1241      omission of such keywords in its prototypes.
1242
1243------------------------------------------------------------------------
1244r84 | sam | 2003-11-14 20:00:07 +0100 (Fri, 14 Nov 2003) | 6 lines
1245Changed paths:
1246   M /trunk/libee/ee.c
1247   M /trunk/src/main.c
1248   M /trunk/test/demo.c
1249
1250  * libee/ee.c:
1251    + Implemented correct framerate wait loop.
1252    + No framedropping yet.
1253  * test/demo.c src/main.c:
1254    + Set an arbitrary framerate for demos.
1255
1256------------------------------------------------------------------------
1257r83 | sam | 2003-11-14 19:49:53 +0100 (Fri, 14 Nov 2003) | 2 lines
1258Changed paths:
1259   M /trunk/src/Makefile.am
1260   M /trunk/test/Makefile.am
1261
1262  * Fixed compilation in an alternate directory.
1263
1264------------------------------------------------------------------------
1265r82 | sam | 2003-11-14 18:02:36 +0100 (Fri, 14 Nov 2003) | 2 lines
1266Changed paths:
1267   M /trunk/src/box.c
1268   M /trunk/src/main.c
1269   M /trunk/src/player.c
1270   M /trunk/src/starfield.c
1271   M /trunk/src/tunnel.c
1272   M /trunk/src/weapons.c
1273
1274  * Sanity checks after each malloc() call.
1275
1276------------------------------------------------------------------------
1277r81 | sam | 2003-11-14 17:55:58 +0100 (Fri, 14 Nov 2003) | 4 lines
1278Changed paths:
1279   M /trunk/libee/ee.h
1280   M /trunk/libee/math.c
1281
1282  * libee/math.c:
1283    + ee_sqrt() now uses unsigned ints.
1284    + Avoid overflows in ee_sqrt().
1285
1286------------------------------------------------------------------------
1287r80 | sam | 2003-11-13 18:12:40 +0100 (Thu, 13 Nov 2003) | 2 lines
1288Changed paths:
1289   M /trunk/src/intro.c
1290
1291  * src/intro.c: Minor graphical issue on dosemu with ncurses backend.
1292
1293------------------------------------------------------------------------
1294r79 | sam | 2003-11-13 17:45:25 +0100 (Thu, 13 Nov 2003) | 6 lines
1295Changed paths:
1296   M /trunk/libee/ee.c
1297   M /trunk/libee/ee_internals.h
1298   M /trunk/libee/graphics.c
1299   M /trunk/libee/sprite.c
1300
1301  * libee/ee.c:
1302    + Error checking in ee_init().
1303    + Pre-generate the empty line for ee_clear().
1304  * libee/sprite.c:
1305    + Better error checking in ee_sprite_load().
1306
1307------------------------------------------------------------------------
1308r78 | sam | 2003-11-13 16:41:12 +0100 (Thu, 13 Nov 2003) | 2 lines
1309Changed paths:
1310   M /trunk/libee/conic.c
1311   M /trunk/libee/line.c
1312   M /trunk/src/box.c
1313
1314  * Minor coding style changes.
1315
1316------------------------------------------------------------------------
1317r77 | sam | 2003-11-13 16:37:49 +0100 (Thu, 13 Nov 2003) | 2 lines
1318Changed paths:
1319   M /trunk/data/Makefile.am
1320   D /trunk/data/bar_boss
1321   D /trunk/data/bar_fighter
1322   A /trunk/data/barboss.txt (from /trunk/data/bar_boss:76)
1323   A /trunk/data/barfight.txt (from /trunk/data/bar_fighter:76)
1324   D /trunk/data/baz_fighter
1325   A /trunk/data/bazfight.txt (from /trunk/data/baz_fighter:76)
1326   A /trunk/data/bongem.txt (from /trunk/data/item_gem:76)
1327   A /trunk/data/bonheart.txt (from /trunk/data/item_heart:76)
1328   D /trunk/data/explosion_medium
1329   D /trunk/data/explosion_small
1330   D /trunk/data/foo_fighter
1331   A /trunk/data/foofight.txt (from /trunk/data/foo_fighter:76)
1332   D /trunk/data/item_gem
1333   D /trunk/data/item_heart
1334   A /trunk/data/ship.txt (from /trunk/data/ship_green:76)
1335   D /trunk/data/ship_green
1336   D /trunk/data/weapon_bomb
1337   D /trunk/data/weapon_fragbomb
1338   A /trunk/data/wpnbomb.txt (from /trunk/data/weapon_bomb:76)
1339   A /trunk/data/wpnfrag.txt (from /trunk/data/weapon_fragbomb:76)
1340   A /trunk/data/xplmed.txt (from /trunk/data/explosion_medium:76)
1341   A /trunk/data/xplsmall.txt (from /trunk/data/explosion_small:76)
1342   M /trunk/src/aliens.c
1343   M /trunk/src/bonus.c
1344   M /trunk/src/explosions.c
1345   M /trunk/src/intro.c
1346   M /trunk/src/player.c
1347   M /trunk/src/weapons.c
1348   M /trunk/test/demo.c
1349
1350  * Renamed sprites to < 8+3 names for the DOS port.
1351
1352------------------------------------------------------------------------
1353r76 | sam | 2003-11-13 00:46:58 +0100 (Thu, 13 Nov 2003) | 7 lines
1354Changed paths:
1355   M /trunk/data/bar_boss
1356   M /trunk/data/bar_fighter
1357   M /trunk/data/baz_fighter
1358   M /trunk/data/explosion_medium
1359   M /trunk/data/explosion_small
1360   M /trunk/data/foo_fighter
1361   M /trunk/data/item_gem
1362   M /trunk/data/item_heart
1363   M /trunk/data/ship_green
1364   M /trunk/data/weapon_bomb
1365   M /trunk/data/weapon_fragbomb
1366   M /trunk/src/starfield.c
1367   M /trunk/test/demo.c
1368
1369  * test/demo.c:
1370    + Removed a spurious '\n' from an ee_putstr().
1371  * src/starfield.c:
1372    + Fixed starfield color.
1373  * data/:
1374    + Fixed every sprite's colors.
1375
1376------------------------------------------------------------------------
1377r75 | sam | 2003-11-12 22:18:50 +0100 (Wed, 12 Nov 2003) | 25 lines
1378Changed paths:
1379   A /trunk/BUGS
1380   M /trunk/Makefile.am
1381   M /trunk/README
1382   M /trunk/TODO
1383   M /trunk/libee/Makefile.am
1384   M /trunk/libee/box.c
1385   M /trunk/libee/conic.c
1386   M /trunk/libee/ee.c
1387   M /trunk/libee/ee.h
1388   A /trunk/libee/ee_internals.h
1389   M /trunk/libee/graphics.c
1390   M /trunk/libee/io.c
1391   M /trunk/libee/line.c
1392   M /trunk/libee/math.c
1393   M /trunk/libee/sprite.c
1394   M /trunk/libee/triangle.c
1395   M /trunk/src/Makefile.am
1396   M /trunk/src/overlay.c
1397   M /trunk/src/weapons.c
1398   M /trunk/test/demo.c
1399
1400  * libee/ee.h:
1401    + Added ee_color_names[] containing our 16 color names.
1402  * libee/ee.c:
1403    + Extended our color set to the full 16 instead of 10.
1404    + Precalculate ncurses attributes.
1405  * libee/graphics.c:
1406    + Clip color value in ee_set_color().
1407    + Clip characters in ee_putchar().
1408    + Partially clip characters in ee_putstr(), overflows aren't checked yet.
1409  * libee/ee_internals.h:
1410    + New file to share extern variables within libee.
1411
1412  * test/demo.c:
1413    + Added a simple demo_color() to output all colors.
1414    + Replaced four ee_draw_line() with ee_draw_thin_box().
1415    + Replaced x1, y1, x2 etc. with xa, ya, xb etc. because <math.h> already
1416      defines y1.
1417    + Randomized colours from 0 to 15 instead of 1 to 10.
1418
1419  * src/Makefiles.am:
1420    + Added -lm to the ttyvaders linking flags because of the intro.
1421
1422  * README BUGS TODO:
1423    + Updated.
1424
1425------------------------------------------------------------------------
1426r74 | sam | 2003-11-12 19:41:02 +0100 (Wed, 12 Nov 2003) | 7 lines
1427Changed paths:
1428   M /trunk/README
1429   M /trunk/configure.ac
1430   M /trunk/libee/ee.c
1431   M /trunk/libee/graphics.c
1432
1433  * README:
1434    + Added a note about dos cross-compilation.
1435  * configure.ac:
1436    + Added a check for ScreenUpdate in <pc.h>.
1437  * libee/graphics.c libee/ee.c:
1438    + Improved the conio port thanks to ScreenUpdate().
1439
1440------------------------------------------------------------------------
1441r73 | sam | 2003-11-12 17:23:18 +0100 (Wed, 12 Nov 2003) | 2 lines
1442Changed paths:
1443   M /trunk/configure.ac
1444   M /trunk/libee/conic.c
1445   M /trunk/libee/ee.c
1446   M /trunk/libee/graphics.c
1447   M /trunk/libee/io.c
1448   M /trunk/libee/line.c
1449
1450  * MS-DOS port of libee, using <conio.h>.
1451
1452------------------------------------------------------------------------
1453r72 | sam | 2003-11-12 02:48:58 +0100 (Wed, 12 Nov 2003) | 17 lines
1454Changed paths:
1455   M /trunk/data/foo_fighter
1456   M /trunk/libee/box.c
1457   M /trunk/libee/ee.h
1458   M /trunk/libee/graphics.c
1459   M /trunk/libee/line.c
1460   M /trunk/libee/sprite.c
1461   M /trunk/src/Makefile.am
1462   M /trunk/src/aliens.c
1463   M /trunk/src/bonus.c
1464   M /trunk/src/box.c
1465   M /trunk/src/common.h
1466   M /trunk/src/explosions.c
1467   A /trunk/src/intro.c
1468   M /trunk/src/main.c
1469   M /trunk/src/overlay.c
1470   M /trunk/src/player.c
1471   M /trunk/src/starfield.c
1472   M /trunk/src/tunnel.c
1473   M /trunk/src/weapons.c
1474   M /trunk/test/demo.c
1475   M /trunk/test/spritedit.c
1476
1477  * libee/graphics.c:
1478    + Renamed ee_color() to ee_set_color(), wrote ee_get_color().
1479  * libee/line.c:
1480    + Implemented draw_polyline() and draw_thin_polyline().
1481  * libee/sprite.c:
1482    + Removed the f member of struct ee_sprite.
1483    + Implemented ee_get_sprite_{width|height|dx|dy}().
1484    + Restore the color fater ee_draw_sprite() is called.
1485  * libee/box.c:
1486    + Fixed a bug causing improper box clipping at the right and the bottom.
1487  * data/foo_fighter:
1488    + Fixed bugs in the sprite.
1489  * src/intro.c:
1490    + Test effects for the future game's intro.
1491  * test/spritedit.c:
1492    + Added stuff to the sprite editor. We can now navigate through frames.
1493
1494------------------------------------------------------------------------
1495r71 | sam | 2003-11-11 11:22:19 +0100 (Tue, 11 Nov 2003) | 13 lines
1496Changed paths:
1497   M /trunk/libee/Makefile.am
1498   A /trunk/libee/box.c
1499   M /trunk/libee/conic.c
1500   M /trunk/libee/ee.h
1501   M /trunk/libee/triangle.c
1502   M /trunk/test/demo.c
1503
1504  * libee/triangle.c:
1505    + Wrote ee_draw_triangle() and ee_draw_thin_triangle().
1506  * libee/box.c:
1507    + Wrote ee_draw_box(), ee_draw_thin_box() and ee_fill_box().
1508  * libee/conic.c:
1509    + Wrote ee_fill_ellipse().
1510    + First attempt at ee_draw_thin_ellipse(), to be reworked.
1511  * test/demo.c:
1512    + Merged demo_lines() and demo_thin_lines().
1513    + Merged demo_triangles() and demo_outlined_triangles().
1514    + Wrote demo_box().
1515    + Use ee_fill_ellipse() in demo_all().
1516
1517------------------------------------------------------------------------
1518r70 | sam | 2003-11-11 09:00:36 +0100 (Tue, 11 Nov 2003) | 5 lines
1519Changed paths:
1520   M /trunk/data/Makefile.am
1521   A /trunk/data/ship_green
1522   M /trunk/src/collide.c
1523   M /trunk/src/main.c
1524   M /trunk/src/player.c
1525   M /trunk/src/weapons.c
1526
1527  * src/weapons.c:
1528    + Use ee_draw_ellipse() instead of ee_draw_circle() to draw the nuke.
1529  * src/player.c:
1530    + Use ee_draw_sprite() to draw our ship.
1531
1532------------------------------------------------------------------------
1533r69 | sam | 2003-11-11 00:38:50 +0100 (Tue, 11 Nov 2003) | 8 lines
1534Changed paths:
1535   M /trunk/libee/Makefile.am
1536   M /trunk/libee/conic.c
1537   M /trunk/libee/ee.c
1538   M /trunk/libee/ee.h
1539   A /trunk/libee/graphics.c (from /trunk/libee/ee.c:68)
1540   M /trunk/libee/io.c
1541   M /trunk/libee/line.c
1542   M /trunk/libee/math.c
1543   M /trunk/libee/sprite.c
1544   M /trunk/libee/triangle.c
1545   M /trunk/src/box.c
1546   M /trunk/src/overlay.c
1547   M /trunk/src/player.c
1548   M /trunk/src/starfield.c
1549   M /trunk/src/tunnel.c
1550   M /trunk/src/weapons.c
1551   M /trunk/test/demo.c
1552
1553  * libee/graphics.c:
1554    + Moved ee_putstr() and ee_putchar() in here.
1555  * libee/ee.h:
1556    + Got rid of ee_goto().
1557    + Moved <slang.h> or <curses.h> into libee.
1558  * Replaced ee_goto()/ee_putstr() pairs with ee_putstr().
1559  * Ditto for ee_putchar().
1560
1561------------------------------------------------------------------------
1562r68 | sam | 2003-11-11 00:04:13 +0100 (Tue, 11 Nov 2003) | 5 lines
1563Changed paths:
1564   M /trunk/data/Makefile.am
1565   M /trunk/src/Makefile.am
1566   M /trunk/test
1567   M /trunk/test/Makefile.am
1568   A /trunk/test/spritedit.c
1569
1570  * test/spritedit.c:
1571    + Placeholder for our upcoming sprite editor.
1572  * src/Makefile.am data/Makefile.am:
1573    + Use AM_CPPFLAGS, not target_CPPFLAGS, so that automake-1.5 can be used.
1574
1575------------------------------------------------------------------------
1576r67 | sam | 2003-11-10 23:43:30 +0100 (Mon, 10 Nov 2003) | 4 lines
1577Changed paths:
1578   M /trunk/data/Makefile.am
1579   A /trunk/data/weapon_fragbomb
1580   M /trunk/src/weapons.c
1581
1582  * src/weapons.c data/weapon_fragbomb:
1583    + Drew the fragbomb sprite.
1584    + Use the fragbomb in src/weapons.c.
1585
1586------------------------------------------------------------------------
1587r66 | sam | 2003-11-10 22:54:11 +0100 (Mon, 10 Nov 2003) | 5 lines
1588Changed paths:
1589   M /trunk/data/Makefile.am
1590   A /trunk/data/weapon_bomb
1591   M /trunk/src/weapons.c
1592
1593  * data/weapon_bomb:
1594    + New bomb sprite.
1595  * src/weapons.c:
1596    + Switched the bomb drawing to use ee_draw_sprite().
1597
1598------------------------------------------------------------------------
1599r65 | sam | 2003-11-10 22:17:47 +0100 (Mon, 10 Nov 2003) | 8 lines
1600Changed paths:
1601   M /trunk/data/Makefile.am
1602   A /trunk/data/explosion_medium
1603   A /trunk/data/explosion_small
1604   M /trunk/libee/sprite.c
1605   M /trunk/src/explosions.c
1606
1607  * libee/sprite.c:
1608    + Made sprite loading more robust.
1609  * src/explosions.c:
1610    + No longer use ee_putchar etc. to draw our sprites, but use
1611      ee_draw_sprite().
1612  * data/:
1613    + Drew explosion_medium and explosion_small sprites.
1614
1615------------------------------------------------------------------------
1616r64 | sam | 2003-11-10 21:43:02 +0100 (Mon, 10 Nov 2003) | 2 lines
1617Changed paths:
1618   M /trunk/libee/conic.c
1619
1620  * libee/conic.c: Clip circles and ellipses.
1621
1622------------------------------------------------------------------------
1623r63 | sam | 2003-11-10 19:29:04 +0100 (Mon, 10 Nov 2003) | 5 lines
1624Changed paths:
1625   M /trunk/libee/conic.c
1626   M /trunk/libee/sprite.c
1627
1628  * libee/sprite.c:
1629    + Added sanity checks in ee_sprite_* functions.
1630  * libee/conic.c:
1631    + Use ellipsepoints() in ee_draw_circle().
1632
1633------------------------------------------------------------------------
1634r62 | sam | 2003-11-10 19:23:23 +0100 (Mon, 10 Nov 2003) | 3 lines
1635Changed paths:
1636   M /trunk/test/demo.c
1637
1638  * test/demo.c:
1639    + Ellipses demo.
1640
1641------------------------------------------------------------------------
1642r61 | sam | 2003-11-10 19:21:36 +0100 (Mon, 10 Nov 2003) | 3 lines
1643Changed paths:
1644   M /trunk/libee/conic.c
1645   M /trunk/libee/ee.h
1646
1647  * libee/conic.c:
1648    + ee_draw_ellipse().
1649
1650------------------------------------------------------------------------
1651r60 | sam | 2003-11-10 16:31:12 +0100 (Mon, 10 Nov 2003) | 2 lines
1652Changed paths:
1653   M /trunk/libee/Makefile.am
1654   D /trunk/libee/circle.c
1655   A /trunk/libee/conic.c (from /trunk/libee/circle.c:58)
1656   M /trunk/libee/line.c
1657
1658  * Renamed libee/circle.c to libee/conic.c because we'll do ellipsis.
1659
1660------------------------------------------------------------------------
1661r59 | sam | 2003-11-10 16:16:38 +0100 (Mon, 10 Nov 2003) | 3 lines
1662Changed paths:
1663   M /trunk/libee/line.c
1664
1665  * libee/line.c:
1666    + Added code comments.
1667
1668------------------------------------------------------------------------
1669r58 | sam | 2003-11-10 15:19:21 +0100 (Mon, 10 Nov 2003) | 4 lines
1670Changed paths:
1671   M /trunk/configure.ac
1672   M /trunk/libee/Makefile.am
1673   M /trunk/src/Makefile.am
1674   M /trunk/test/Makefile.am
1675
1676  * configure.ac:
1677    + Moved optimization flags and warning triggers here.
1678    + Updated the snapshot timestamp.
1679
1680------------------------------------------------------------------------
1681r57 | sam | 2003-11-10 15:13:56 +0100 (Mon, 10 Nov 2003) | 2 lines
1682Changed paths:
1683   M /trunk/test/demo.c
1684
1685  * test/demo.c: Nicer complete demo.
1686
1687------------------------------------------------------------------------
1688r56 | sam | 2003-11-10 10:26:40 +0100 (Mon, 10 Nov 2003) | 11 lines
1689Changed paths:
1690   M /trunk/data/Makefile.am
1691   A /trunk/data/baz_fighter
1692   A /trunk/data/foo_fighter
1693   A /trunk/data/item_gem
1694   A /trunk/data/item_heart
1695   M /trunk/libee/ee.h
1696   M /trunk/libee/sprite.c
1697   M /trunk/src/aliens.c
1698   M /trunk/src/bonus.c
1699   M /trunk/src/box.c
1700
1701  * libee/sprite.c:
1702    + More robust sprite loader.
1703    + Added ee_set_sprite_frame() and ee_get_sprite_frame().
1704    + Free all structures in ee_free_sprite().
1705  * src/aliens.c src/bonus.c:
1706    + Use ee_draw_sprite() instead of our manual sprite rendering.
1707  * src/box.c:
1708    + Use ee_draw_line() instead of the manual equivalent.
1709  * data/:
1710    + Added foo_fighter, baz_fighter, item_gem and item_heart sprites.
1711
1712------------------------------------------------------------------------
1713r55 | sam | 2003-11-10 03:00:52 +0100 (Mon, 10 Nov 2003) | 2 lines
1714Changed paths:
1715   A /trunk/data/Makefile.am
1716
1717  * Oops, forgot data/Makefile.am.
1718
1719------------------------------------------------------------------------
1720r54 | sam | 2003-11-10 03:00:19 +0100 (Mon, 10 Nov 2003) | 5 lines
1721Changed paths:
1722   M /trunk/Makefile.am
1723   M /trunk/configure.ac
1724   A /trunk/data
1725   A /trunk/data/bar_boss
1726   A /trunk/data/bar_fighter
1727   M /trunk/test/demo.c
1728
1729  * test/demo.c:
1730    + Wrote a little sprite demo.
1731  * data/:
1732    + Added bar_fighter (from ttyvaders) and bar_boss (from shapes.txt).
1733
1734------------------------------------------------------------------------
1735r53 | sam | 2003-11-10 02:56:24 +0100 (Mon, 10 Nov 2003) | 4 lines
1736Changed paths:
1737   M /trunk/libee/Makefile.am
1738   M /trunk/libee/ee.h
1739   A /trunk/libee/sprite.c
1740
1741  * libee/sprite.c:
1742    + Beginning of sprite handling within the library.
1743    + Added support to load files.
1744
1745------------------------------------------------------------------------
1746r52 | sam | 2003-11-10 01:27:33 +0100 (Mon, 10 Nov 2003) | 3 lines
1747Changed paths:
1748   M /trunk/test/demo.c
1749
1750  * test/demo.c:
1751    + outlined triangles demo.
1752
1753------------------------------------------------------------------------
1754r51 | sam | 2003-11-10 01:15:02 +0100 (Mon, 10 Nov 2003) | 2 lines
1755Changed paths:
1756   M /trunk/configure.ac
1757   M /trunk/libee/Makefile.am
1758   M /trunk/src/Makefile.am
1759   M /trunk/test/Makefile.am
1760
1761  * Removed CPPFLAGS_slang and CPPFLAGS_ncurses, we now have config.h.
1762
1763------------------------------------------------------------------------
1764r50 | sam | 2003-11-10 00:34:24 +0100 (Mon, 10 Nov 2003) | 4 lines
1765Changed paths:
1766   M /trunk/src/aliens.c
1767   M /trunk/src/bonus.c
1768   M /trunk/src/box.c
1769   M /trunk/src/collide.c
1770   M /trunk/src/explosions.c
1771   M /trunk/src/main.c
1772   M /trunk/src/overlay.c
1773   M /trunk/src/player.c
1774   M /trunk/src/starfield.c
1775   M /trunk/src/tunnel.c
1776   M /trunk/src/weapons.c
1777
1778  * src/*.c:
1779    + Added missing #include "config.h".
1780    + Fixed a nasty bug in ee_rand() calls.
1781
1782------------------------------------------------------------------------
1783r49 | sam | 2003-11-10 00:01:29 +0100 (Mon, 10 Nov 2003) | 3 lines
1784Changed paths:
1785   M /trunk/test/demo.c
1786
1787  * test/demo.c:
1788    + Disabled the pyramid demo and wrote a simple triangles demo.
1789
1790------------------------------------------------------------------------
1791r48 | sam | 2003-11-09 22:36:24 +0100 (Sun, 09 Nov 2003) | 5 lines
1792Changed paths:
1793   M /trunk/libee/Makefile.am
1794   M /trunk/libee/ee.h
1795   A /trunk/libee/triangle.c
1796   M /trunk/test/Makefile.am
1797   M /trunk/test/demo.c
1798
1799  * libee/triangle.c:
1800    + Implemented ee_fill_triangle().
1801  * test/demo.c:
1802    + Triangle demo.
1803
1804------------------------------------------------------------------------
1805r47 | sam | 2003-11-09 20:46:14 +0100 (Sun, 09 Nov 2003) | 5 lines
1806Changed paths:
1807   M /trunk/libee/ee.h
1808   M /trunk/libee/line.c
1809   M /trunk/test/demo.c
1810
1811  * libee/line.c:
1812    + ee_draw_thin_line().
1813  * test/demo.c:
1814    + Added a thin lines demo.
1815
1816------------------------------------------------------------------------
1817r46 | sam | 2003-11-09 19:10:44 +0100 (Sun, 09 Nov 2003) | 2 lines
1818Changed paths:
1819   M /trunk/libee/line.c
1820
1821  * libee/line.c: genericized line drawing for future use.
1822
1823------------------------------------------------------------------------
1824r45 | sam | 2003-11-09 18:45:12 +0100 (Sun, 09 Nov 2003) | 6 lines
1825Changed paths:
1826   M /trunk/test
1827   M /trunk/test/demo.c
1828
1829  * test/demo.c:
1830    + Putpixel demo.
1831    + Draw line demo.
1832    + Draw circle demo.
1833    + Animated radar demo.
1834
1835------------------------------------------------------------------------
1836r44 | sam | 2003-11-09 18:21:43 +0100 (Sun, 09 Nov 2003) | 7 lines
1837Changed paths:
1838   M /trunk/libee/Makefile.am
1839   A /trunk/libee/circle.c (from /trunk/src/weapons.c:42)
1840   M /trunk/libee/ee.h
1841   M /trunk/libee/line.c
1842   M /trunk/src/weapons.c
1843
1844  * src/weapons.c:
1845    + Removed draw_circle, use ee_draw_circle instead.
1846  * libee/circle.c:
1847    + New ee_draw_circle function.
1848  * libee/line.c:
1849    + Changed an internal function's name.
1850
1851------------------------------------------------------------------------
1852r43 | sam | 2003-11-09 17:34:23 +0100 (Sun, 09 Nov 2003) | 2 lines
1853Changed paths:
1854   M /trunk/libee
1855   M /trunk/libee/Makefile.am
1856   M /trunk/libee/ee.h
1857   A /trunk/libee/line.c
1858
1859  * libee/line.c: Implemented ee_draw_line.
1860
1861------------------------------------------------------------------------
1862r42 | sam | 2003-11-09 14:52:40 +0100 (Sun, 09 Nov 2003) | 5 lines
1863Changed paths:
1864   M /trunk/libee/ee.c
1865   M /trunk/libee/ee.h
1866   M /trunk/test/demo.c
1867
1868  * libee/ee.c:
1869    + got rid of DELAY.
1870  * test/demo.c:
1871    + Minor animation effect.
1872
1873------------------------------------------------------------------------
1874r41 | sam | 2003-11-09 14:51:37 +0100 (Sun, 09 Nov 2003) | 2 lines
1875Changed paths:
1876   M /trunk/libee/math.c
1877
1878  * libee/math.c: fixed a thinko in ee_rand().
1879
1880------------------------------------------------------------------------
1881r40 | sam | 2003-11-09 14:32:04 +0100 (Sun, 09 Nov 2003) | 8 lines
1882Changed paths:
1883   M /trunk/libee/Makefile.am
1884   M /trunk/libee/ee.c
1885   M /trunk/libee/ee.h
1886   A /trunk/libee/io.c (from /trunk/libee/ee.c:37)
1887   A /trunk/libee/math.c
1888   M /trunk/src/Makefile.am
1889   M /trunk/src/aliens.c
1890   M /trunk/src/collide.c
1891   M /trunk/src/common.h
1892   M /trunk/src/explosions.c
1893   M /trunk/src/main.c
1894   D /trunk/src/math.c
1895   M /trunk/src/starfield.c
1896   M /trunk/src/tunnel.c
1897   M /trunk/src/weapons.c
1898
1899  * libee/io.c:
1900    + Moved ee_get_key() here.
1901  * libee/math.c:
1902    + Moved r00t() here and renamed it to ee_sqrt().
1903    + Moved GET_RAND() here and renamed it to ee_rand().
1904  * src/math.c:
1905    + Removed this deprecated file.
1906
1907------------------------------------------------------------------------
1908r39 | sam | 2003-11-09 14:16:19 +0100 (Sun, 09 Nov 2003) | 2 lines
1909Changed paths:
1910   M /trunk/src/aliens.c
1911   M /trunk/src/bonus.c
1912   M /trunk/src/box.c
1913   M /trunk/src/ceo.c
1914   M /trunk/src/collide.c
1915   M /trunk/src/common.h
1916   M /trunk/src/explosions.c
1917   M /trunk/src/main.c
1918   M /trunk/src/math.c
1919   M /trunk/src/overlay.c
1920   M /trunk/src/player.c
1921   M /trunk/src/starfield.c
1922   M /trunk/src/tunnel.c
1923   M /trunk/src/weapons.c
1924
1925  * Coding style everywhere.
1926
1927------------------------------------------------------------------------
1928r38 | sam | 2003-11-09 14:02:34 +0100 (Sun, 09 Nov 2003) | 5 lines
1929Changed paths:
1930   M /trunk/libee/Makefile.am
1931   M /trunk/test/Makefile.am
1932   A /trunk/test/demo.c
1933
1934  * libee/Makefile.am, test/Makefile.am:
1935    + Added more compiler warning flags.
1936  * test/demo.c:
1937    + Small demo for libee.
1938
1939------------------------------------------------------------------------
1940r37 | sam | 2003-11-09 14:01:44 +0100 (Sun, 09 Nov 2003) | 2 lines
1941Changed paths:
1942   M /trunk/libee/ee.c
1943
1944  * libee/ee.c: Fixed a compilation warning.
1945
1946------------------------------------------------------------------------
1947r36 | sam | 2003-11-09 13:48:09 +0100 (Sun, 09 Nov 2003) | 2 lines
1948Changed paths:
1949   M /trunk/libee/ee.c
1950
1951  * libee/ee.c: Exact line fill in ee_clear().
1952
1953------------------------------------------------------------------------
1954r35 | sam | 2003-11-09 13:40:53 +0100 (Sun, 09 Nov 2003) | 2 lines
1955Changed paths:
1956   M /trunk/libee/Makefile.am
1957   M /trunk/libee/ee.c
1958   A /trunk/libee/ee.h
1959   M /trunk/src/Makefile.am
1960   M /trunk/src/aliens.c
1961   M /trunk/src/bonus.c
1962   M /trunk/src/box.c
1963   M /trunk/src/ceo.c
1964   M /trunk/src/common.h
1965   M /trunk/src/explosions.c
1966   M /trunk/src/main.c
1967   M /trunk/src/overlay.c
1968   M /trunk/src/player.c
1969   M /trunk/src/starfield.c
1970   M /trunk/src/tunnel.c
1971   M /trunk/src/weapons.c
1972
1973  * libee is now standalone.
1974
1975------------------------------------------------------------------------
1976r34 | sam | 2003-11-09 13:02:42 +0100 (Sun, 09 Nov 2003) | 2 lines
1977Changed paths:
1978   M /trunk/Makefile.am
1979   M /trunk/configure.ac
1980   M /trunk/libee
1981   A /trunk/libee/Makefile.am
1982   M /trunk/src/Makefile.am
1983   A /trunk/test
1984   A /trunk/test/Makefile.am
1985
1986  * libee is now (almost) standalone.
1987
1988------------------------------------------------------------------------
1989r33 | sam | 2003-11-09 12:26:08 +0100 (Sun, 09 Nov 2003) | 7 lines
1990Changed paths:
1991   M /trunk/doc/shapes.txt
1992   A /trunk/libee
1993   A /trunk/libee/ee.c (from /trunk/src/graphics.c:31)
1994   M /trunk/src/Makefile.am
1995   M /trunk/src/ceo.c
1996   M /trunk/src/common.h
1997   D /trunk/src/graphics.c
1998   M /trunk/src/main.c
1999
2000  * libee/ee.c:
2001    + First file in libee, from src/graphics.c.
2002    + Disable cursor upon initialisation.
2003    + Added delay code for constant framerate.
2004  * src/common.h:
2005    + Minor compilation fix for latest ncurses.
2006
2007------------------------------------------------------------------------
2008r32 | sam | 2003-11-06 22:40:53 +0100 (Thu, 06 Nov 2003) | 2 lines
2009Changed paths:
2010   M /trunk/bootstrap
2011
2012  * bootstrap: always remove autom4te.cache.
2013
2014------------------------------------------------------------------------
2015r31 | sam | 2003-10-02 03:08:13 +0200 (Thu, 02 Oct 2003) | 2 lines
2016Changed paths:
2017   M /trunk
2018   M /trunk/autotools
2019   M /trunk/bootstrap
2020   M /trunk/configure.ac
2021   M /trunk/debian
2022   M /trunk/src
2023   M /trunk/src/aliens.c
2024   M /trunk/src/bonus.c
2025   M /trunk/src/box.c
2026   M /trunk/src/ceo.c
2027   M /trunk/src/collide.c
2028   M /trunk/src/common.h
2029   M /trunk/src/explosions.c
2030   M /trunk/src/graphics.c
2031   M /trunk/src/main.c
2032   M /trunk/src/math.c
2033   M /trunk/src/overlay.c
2034   M /trunk/src/player.c
2035   M /trunk/src/starfield.c
2036   M /trunk/src/tunnel.c
2037   M /trunk/src/weapons.c
2038
2039  * Fixed keywords, ignore, and lots of tiny SVN things.
2040
2041------------------------------------------------------------------------
2042r30 | sam | 2003-02-09 12:17:40 +0100 (Sun, 09 Feb 2003) | 3 lines
2043Changed paths:
2044   M /trunk/TODO
2045   M /trunk/src/Makefile.am
2046   A /trunk/src/box.c
2047   M /trunk/src/common.h
2048   M /trunk/src/main.c
2049   M /trunk/src/overlay.c
2050
2051  * support for boxes
2052  * application: pause box
2053
2054------------------------------------------------------------------------
2055r29 | sam | 2003-01-06 13:22:58 +0100 (Mon, 06 Jan 2003) | 3 lines
2056Changed paths:
2057   M /trunk/TODO
2058   M /trunk/src/collide.c
2059
2060  * cosmetic code changes.
2061  * fixed a bug in the tunnel munching.
2062
2063------------------------------------------------------------------------
2064r28 | sam | 2002-12-23 17:44:28 +0100 (Mon, 23 Dec 2002) | 3 lines
2065Changed paths:
2066   M /trunk/README
2067   M /trunk/TODO
2068   M /trunk/configure.ac
2069   M /trunk/src/weapons.c
2070
2071  * fixed the ncurses build.
2072  * replaced '?\239?\191?\189' with ':' in the fragbomb tail because it's not ASCII.
2073
2074------------------------------------------------------------------------
2075r27 | sam | 2002-12-23 17:21:38 +0100 (Mon, 23 Dec 2002) | 6 lines
2076Changed paths:
2077   M /trunk/configure.ac
2078   M /trunk/src/collide.c
2079   M /trunk/src/common.h
2080   M /trunk/src/graphics.c
2081   M /trunk/src/main.c
2082   M /trunk/src/overlay.c
2083   M /trunk/src/player.c
2084
2085  * new timestamp for a new snapshot.
2086  * lots of sanity checks in collide.c.
2087  * moved usleep() to graphics.c.
2088  * added random key generator in the dummy driver.
2089  * cosmetic changes in the energy bars.
2090
2091------------------------------------------------------------------------
2092r26 | sam | 2002-12-23 16:06:13 +0100 (Mon, 23 Dec 2002) | 4 lines
2093Changed paths:
2094   M /trunk/src/Makefile.am
2095   M /trunk/src/common.h
2096   M /trunk/src/main.c
2097   A /trunk/src/overlay.c
2098   M /trunk/src/player.c
2099
2100  * better handling of special weapon timeout.
2101  * the bomb is now part of the standard fire button effect.
2102  * overlay for life and special weapon jauges.
2103
2104------------------------------------------------------------------------
2105r25 | sam | 2002-12-23 14:46:27 +0100 (Mon, 23 Dec 2002) | 3 lines
2106Changed paths:
2107   M /trunk/src/aliens.c
2108   M /trunk/src/collide.c
2109   M /trunk/src/common.h
2110   M /trunk/src/main.c
2111   M /trunk/src/player.c
2112
2113  * aliens are now named foo, bar and baz.
2114  * beginning of life jauges.
2115
2116------------------------------------------------------------------------
2117r24 | sam | 2002-12-23 14:13:04 +0100 (Mon, 23 Dec 2002) | 2 lines
2118Changed paths:
2119   M /trunk/src/common.h
2120   M /trunk/src/main.c
2121   M /trunk/src/player.c
2122
2123  * ship has vx and vy.
2124
2125------------------------------------------------------------------------
2126r23 | sam | 2002-12-23 13:47:36 +0100 (Mon, 23 Dec 2002) | 2 lines
2127Changed paths:
2128   M /trunk/TODO
2129   M /trunk/src/main.c
2130   M /trunk/src/tunnel.c
2131
2132  * cosmetic change: reworked draw_tunnel.
2133
2134------------------------------------------------------------------------
2135r22 | sam | 2002-12-23 13:03:31 +0100 (Mon, 23 Dec 2002) | 3 lines
2136Changed paths:
2137   M /trunk/src/main.c
2138   M /trunk/src/tunnel.c
2139
2140  * lasers are now twice as fast.
2141  * walls are now filled, and displayed on top of aliens.
2142
2143------------------------------------------------------------------------
2144r21 | sam | 2002-12-23 11:06:27 +0100 (Mon, 23 Dec 2002) | 5 lines
2145Changed paths:
2146   M /trunk/configure.ac
2147   M /trunk/src/Makefile.am
2148   M /trunk/src/ceo.c
2149   M /trunk/src/common.h
2150   M /trunk/src/graphics.c
2151   M /trunk/src/main.c
2152   M /trunk/src/tunnel.c
2153
2154  * added support for --disable-slang.
2155  * fixed an overflow in the tunnel update code.
2156  * fragbomb is now 'f', not 'd'.
2157  * added a missing call to init_bonus().
2158
2159------------------------------------------------------------------------
2160r20 | sam | 2002-12-23 10:28:37 +0100 (Mon, 23 Dec 2002) | 5 lines
2161Changed paths:
2162   M /trunk/TODO
2163   M /trunk/src/collide.c
2164   M /trunk/src/common.h
2165   M /trunk/src/main.c
2166   M /trunk/src/starfield.c
2167   M /trunk/src/tunnel.c
2168   M /trunk/src/weapons.c
2169
2170  * the beam now digs the tunnel.
2171  * the starfield is now an array of stars.
2172  * fixed wall rendering (offset issues and disappearing left wall).
2173  * 32 seekers on fragbomb explosion, not 16.
2174
2175------------------------------------------------------------------------
2176r19 | sam | 2002-12-23 00:39:15 +0100 (Mon, 23 Dec 2002) | 3 lines
2177Changed paths:
2178   M /trunk/src/weapons.c
2179
2180  * seekers and homing bombs react more quickly.
2181  * 16 seekers on fragbomb explosion instead of 12.
2182
2183------------------------------------------------------------------------
2184r18 | sam | 2002-12-23 00:01:35 +0100 (Mon, 23 Dec 2002) | 3 lines
2185Changed paths:
2186   M /trunk/src/math.c
2187   M /trunk/src/weapons.c
2188
2189  * fixed a segfault when the target seeker speed was zero.
2190  * factorized the seeker generation on fragbomb explosion.
2191
2192------------------------------------------------------------------------
2193r17 | sam | 2002-12-22 23:36:42 +0100 (Sun, 22 Dec 2002) | 2 lines
2194Changed paths:
2195   M /trunk/src/Makefile.am
2196   M /trunk/src/common.h
2197   A /trunk/src/math.c
2198   M /trunk/src/weapons.c
2199
2200  * Removed the dependency on <math.h>. We don't need no stinking sqrt!
2201
2202------------------------------------------------------------------------
2203r16 | sam | 2002-12-22 23:17:41 +0100 (Sun, 22 Dec 2002) | 3 lines
2204Changed paths:
2205   M /trunk/doc/shapes.txt
2206   M /trunk/src/aliens.c
2207   M /trunk/src/ceo.c
2208   M /trunk/src/collide.c
2209   M /trunk/src/common.h
2210   M /trunk/src/main.c
2211   M /trunk/src/weapons.c
2212
2213  * dead aliens don't explode in the collision loop but in their update loop.
2214  * new super weapon, the fragmentation bomb.
2215
2216------------------------------------------------------------------------
2217r15 | sam | 2002-12-22 20:08:35 +0100 (Sun, 22 Dec 2002) | 2 lines
2218Changed paths:
2219   M /trunk/.cvsignore
2220   M /trunk/Makefile.am
2221   A /trunk/autotools
2222   A /trunk/autotools/.cvsignore
2223   A /trunk/autotools/Makefile.am
2224   M /trunk/bootstrap
2225   M /trunk/configure.ac
2226   M /trunk/debian/.cvsignore
2227   M /trunk/src/Makefile.am
2228
2229  * Moved generated autotools files to the autotools/ directory.
2230
2231------------------------------------------------------------------------
2232r14 | sam | 2002-12-22 19:44:12 +0100 (Sun, 22 Dec 2002) | 2 lines
2233Changed paths:
2234   M /trunk/src/aliens.c
2235   M /trunk/src/bonus.c
2236   M /trunk/src/ceo.c
2237   M /trunk/src/collide.c
2238   M /trunk/src/common.h
2239   M /trunk/src/explosions.c
2240   M /trunk/src/graphics.c
2241   M /trunk/src/main.c
2242   M /trunk/src/player.c
2243   M /trunk/src/starfield.c
2244   M /trunk/src/tunnel.c
2245   M /trunk/src/weapons.c
2246
2247  * I think I fucked up the $Id tags on my previous commit.
2248
2249------------------------------------------------------------------------
2250r13 | sam | 2002-12-22 19:42:32 +0100 (Sun, 22 Dec 2002) | 3 lines
2251Changed paths:
2252   A /trunk/COPYING
2253   M /trunk/src/aliens.c
2254   M /trunk/src/bonus.c
2255   M /trunk/src/ceo.c
2256   M /trunk/src/collide.c
2257   M /trunk/src/common.h
2258   M /trunk/src/explosions.c
2259   M /trunk/src/graphics.c
2260   M /trunk/src/main.c
2261   M /trunk/src/player.c
2262   M /trunk/src/starfield.c
2263   M /trunk/src/tunnel.c
2264   M /trunk/src/weapons.c
2265
2266  * added the COPYING file (GPLv2).
2267  * added GPL headers to source files.
2268
2269------------------------------------------------------------------------
2270r12 | sam | 2002-12-22 19:40:36 +0100 (Sun, 22 Dec 2002) | 2 lines
2271Changed paths:
2272   M /trunk/src/Makefile.am
2273   A /trunk/src/ceo.c
2274   M /trunk/src/common.h
2275   M /trunk/src/main.c
2276
2277  * tab == hotkey for CEO alert.
2278
2279------------------------------------------------------------------------
2280r11 | sam | 2002-12-18 19:44:47 +0100 (Wed, 18 Dec 2002) | 2 lines
2281Changed paths:
2282   M /trunk/TODO
2283   M /trunk/doc/shapes.txt
2284   M /trunk/src/aliens.c
2285
2286  * 3rd alien type.
2287
2288------------------------------------------------------------------------
2289r10 | sam | 2002-12-18 19:12:28 +0100 (Wed, 18 Dec 2002) | 2 lines
2290Changed paths:
2291   D /trunk/Makefile
2292
2293  * Scrapped Makefile.
2294
2295------------------------------------------------------------------------
2296r9 | sam | 2002-12-18 19:11:54 +0100 (Wed, 18 Dec 2002) | 2 lines
2297Changed paths:
2298   M /trunk/Makefile
2299   A /trunk/README
2300   A /trunk/TODO
2301
2302  * README and TODO files.
2303
2304------------------------------------------------------------------------
2305r8 | sam | 2002-12-18 14:29:31 +0100 (Wed, 18 Dec 2002) | 2 lines
2306Changed paths:
2307   M /trunk/Makefile
2308   M /trunk/configure.ac
2309   M /trunk/doc/shapes.txt
2310   M /trunk/src/collide.c
2311   M /trunk/src/weapons.c
2312
2313  * the bomb's head is now white
2314
2315------------------------------------------------------------------------
2316r7 | sam | 2002-12-15 18:16:45 +0100 (Sun, 15 Dec 2002) | 3 lines
2317Changed paths:
2318   M /trunk/doc/shapes.txt
2319   M /trunk/src/aliens.c
2320   M /trunk/src/collide.c
2321   M /trunk/src/common.h
2322   M /trunk/src/main.c
2323   M /trunk/src/weapons.c
2324
2325  * new weapon: bomb.
2326  * beam now collides with aliens.
2327
2328------------------------------------------------------------------------
2329r6 | sam | 2002-12-15 06:03:55 +0100 (Sun, 15 Dec 2002) | 2 lines
2330Changed paths:
2331   M /trunk/doc/shapes.txt
2332   M /trunk/src/common.h
2333   M /trunk/src/main.c
2334   M /trunk/src/weapons.c
2335
2336  * 'beam' weapon.
2337
2338------------------------------------------------------------------------
2339r5 | sam | 2002-12-15 04:41:32 +0100 (Sun, 15 Dec 2002) | 10 lines
2340Changed paths:
2341   M /trunk/Makefile
2342   M /trunk/configure.ac
2343   M /trunk/debian/changelog
2344   M /trunk/debian/control
2345   M /trunk/debian/rules
2346   M /trunk/doc/shapes.txt
2347   M /trunk/src/Makefile.am
2348   M /trunk/src/aliens.c
2349   A /trunk/src/bonus.c
2350   M /trunk/src/collide.c
2351   M /trunk/src/common.h
2352   M /trunk/src/explosions.c
2353   M /trunk/src/graphics.c
2354   M /trunk/src/main.c
2355   M /trunk/src/player.c
2356   M /trunk/src/starfield.c
2357   M /trunk/src/tunnel.c
2358   M /trunk/src/weapons.c
2359
2360  * real Debian package files.
2361  * two new types of aliens. only one rules.
2362  * removed gfx_write in favor of gfx_putchar and gfx_putstr.
2363  * added bonuses at alien death. they do nothing yet.
2364  * seeker missiles. 'b' to test.
2365  * weapon resolution is now 16*char. needs to be generalized.
2366  * fixed the supernova bugs. center could collide with the tunnel, and
2367    the last frame was badly displayed.
2368  * lots of cleanups everywhere.
2369
2370------------------------------------------------------------------------
2371r4 | sam | 2002-12-13 21:50:00 +0100 (Fri, 13 Dec 2002) | 2 lines
2372Changed paths:
2373   M /trunk/.cvsignore
2374   M /trunk/Makefile
2375   A /trunk/Makefile.am
2376   D /trunk/aliens.c
2377   A /trunk/bootstrap
2378   D /trunk/collide.c
2379   D /trunk/common.h
2380   A /trunk/configure.ac
2381   A /trunk/debian
2382   A /trunk/debian/.cvsignore
2383   A /trunk/debian/Makefile.am
2384   A /trunk/debian/changelog
2385   A /trunk/debian/control
2386   A /trunk/debian/rules
2387   A /trunk/doc
2388   A /trunk/doc/shapes.txt
2389   D /trunk/explosions.c
2390   D /trunk/graphics.c
2391   D /trunk/main.c
2392   D /trunk/player.c
2393   D /trunk/shapes.txt
2394   A /trunk/src
2395   A /trunk/src/.cvsignore
2396   A /trunk/src/Makefile.am
2397   A /trunk/src/aliens.c
2398   A /trunk/src/collide.c
2399   A /trunk/src/common.h
2400   A /trunk/src/explosions.c
2401   A /trunk/src/graphics.c
2402   A /trunk/src/main.c
2403   A /trunk/src/player.c
2404   A /trunk/src/starfield.c
2405   A /trunk/src/tunnel.c
2406   A /trunk/src/weapons.c
2407   D /trunk/starfield.c
2408   D /trunk/tunnel.c
2409   D /trunk/weapons.c
2410
2411  * autotoolificationized the whole thing.
2412
2413------------------------------------------------------------------------
2414r3 | sam | 2002-12-13 20:27:16 +0100 (Fri, 13 Dec 2002) | 4 lines
2415Changed paths:
2416   M /trunk/collide.c
2417   M /trunk/common.h
2418   M /trunk/explosions.c
2419   M /trunk/main.c
2420   M /trunk/player.c
2421   M /trunk/weapons.c
2422
2423  * moved nuke from explosions to weapons.
2424  * used a cool Bresenham algorithm to draw the nuke circles.
2425  * nuke collides with aliens.
2426
2427------------------------------------------------------------------------
2428r2 | sam | 2002-12-13 20:24:53 +0100 (Fri, 13 Dec 2002) | 2 lines
2429Changed paths:
2430   A /trunk/.cvsignore
2431
2432  * .cvsignore file.
2433
2434------------------------------------------------------------------------
2435r1 | sam | 2002-12-13 20:23:07 +0100 (Fri, 13 Dec 2002) | 3 lines
2436Changed paths:
2437   A /branches
2438   A /trunk
2439   A /trunk/Makefile
2440   A /trunk/aliens.c
2441   A /trunk/collide.c
2442   A /trunk/common.h
2443   A /trunk/explosions.c
2444   A /trunk/graphics.c
2445   A /trunk/main.c
2446   A /trunk/player.c
2447   A /trunk/shapes.txt
2448   A /trunk/starfield.c
2449   A /trunk/tunnel.c
2450   A /trunk/weapons.c
2451
2452  * First commit. Scrolling works, some weaponry, controls, tunnel blowing,
2453    the nuke is still ugly, almost no collision detection. Nice demo :)
2454
2455------------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.