Ignore:
Timestamp:
Sep 23, 2006, 3:55:29 AM (17 years ago)
Author:
Sam Hocevar
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/ChangeLog

    r1021 r1094  
     1------------------------------------------------------------------------
     2r866 | sam | 2006-09-23 03:28:49 +0200 (Sat, 23 Sep 2006) | 2 lines
     3Changed paths:
     4   M /trunk/cucul/colour.c
     5   M /trunk/cucul/cucul.h
     6
     7  * Implemented cucul_get_color().
     8
     9------------------------------------------------------------------------
     10r865 | sam | 2006-09-23 03:18:49 +0200 (Sat, 23 Sep 2006) | 2 lines
     11Changed paths:
     12   M /trunk/cucul/canvas.c
     13
     14  * Fixed chcul_getchar's error behaviour.
     15
     16------------------------------------------------------------------------
     17r864 | sam | 2006-09-23 03:10:15 +0200 (Sat, 23 Sep 2006) | 2 lines
     18Changed paths:
     19   M /trunk/configure.ac
     20
     21  * Update versioning.
     22
     23------------------------------------------------------------------------
     24r863 | sam | 2006-09-23 02:59:47 +0200 (Sat, 23 Sep 2006) | 2 lines
     25Changed paths:
     26   M /trunk/cucul/export.c
     27
     28  * Handle transparency in the IRC export.
     29
     30------------------------------------------------------------------------
     31r862 | sam | 2006-09-23 02:55:42 +0200 (Sat, 23 Sep 2006) | 2 lines
     32Changed paths:
     33   M /trunk/cucul/cucul.c
     34
     35  * When resizing a canvas, use the current fg/bg colours to fill holes.
     36
     37------------------------------------------------------------------------
     38r861 | sam | 2006-09-23 01:26:56 +0200 (Sat, 23 Sep 2006) | 2 lines
     39Changed paths:
     40   M /trunk/configure.ac
     41   M /trunk/test
     42   M /trunk/test/Makefile.am
     43   D /trunk/test/toilet.c
     44
     45  * Remove toilet from the libcaca source, it'll be moved to its own repo.
     46
     47------------------------------------------------------------------------
     48r860 | sam | 2006-09-22 02:27:13 +0200 (Fri, 22 Sep 2006) | 2 lines
     49Changed paths:
     50   M /trunk/test/toilet.c
     51
     52  * Autocrop toilet output.
     53
     54------------------------------------------------------------------------
     55r859 | sam | 2006-09-22 02:20:06 +0200 (Fri, 22 Sep 2006) | 2 lines
     56Changed paths:
     57   M /trunk/cucul/canvas.c
     58   M /trunk/cucul/cucul.h
     59
     60  * Implement cucul_set_canvas_boundaries() for cropping and expanding.
     61
     62------------------------------------------------------------------------
     63r858 | sam | 2006-09-22 00:36:00 +0200 (Fri, 22 Sep 2006) | 2 lines
     64Changed paths:
     65   M /trunk/cucul/export.c
     66
     67  * Really export IRC as UTF-8, as advertised in the documentation.
     68
     69------------------------------------------------------------------------
     70r857 | sam | 2006-09-21 23:30:50 +0200 (Thu, 21 Sep 2006) | 3 lines
     71Changed paths:
     72   M /trunk/test/toilet.c
     73
     74  * Handle UTF-8 in TOIlet.
     75  * Add a --irc flag to TOIlet.
     76
     77------------------------------------------------------------------------
     78r856 | sam | 2006-09-21 21:54:54 +0200 (Thu, 21 Sep 2006) | 2 lines
     79Changed paths:
     80   M /trunk/test/toilet.c
     81
     82  * Support for platforms without <getopt.h> in TOIlet.
     83
     84------------------------------------------------------------------------
     85r855 | sam | 2006-09-21 19:32:27 +0200 (Thu, 21 Sep 2006) | 2 lines
     86Changed paths:
     87   M /trunk/test/Makefile.am
     88   M /trunk/test/toilet.c
     89
     90  * Added getopt support to toilet.
     91
     92------------------------------------------------------------------------
     93r854 | sam | 2006-09-21 18:59:23 +0200 (Thu, 21 Sep 2006) | 2 lines
     94Changed paths:
     95   M /trunk/configure.ac
     96
     97  * Check for <getopt.h> and getopt_long.
     98
     99------------------------------------------------------------------------
     100r853 | sam | 2006-09-20 18:31:12 +0200 (Wed, 20 Sep 2006) | 2 lines
     101Changed paths:
     102   M /trunk/test
     103   M /trunk/test/Makefile.am
     104   A /trunk/test/toilet.c
     105
     106  * TOIlet, The Other Implementation's letters. Will be a FIGlet clone. Later.
     107
     108------------------------------------------------------------------------
     109r852 | sam | 2006-09-19 21:11:33 +0200 (Tue, 19 Sep 2006) | 2 lines
     110Changed paths:
     111   M /trunk/caca/driver_gl.c
     112   M /trunk/cucul/font.c
     113
     114  * Ahahaha mais vieux porc ! Tiens, mange-toi ce fix.
     115
     116------------------------------------------------------------------------
     117r851 | jylam | 2006-09-19 21:06:04 +0200 (Tue, 19 Sep 2006) | 2 lines
     118Changed paths:
     119   M /trunk/caca/driver_gl.c
     120
     121 * Oops \o/
     122
     123------------------------------------------------------------------------
     124r850 | jylam | 2006-09-19 21:04:29 +0200 (Tue, 19 Sep 2006) | 2 lines
     125Changed paths:
     126   M /trunk/caca/driver_gl.c
     127
     128 * REAL fix
     129
     130------------------------------------------------------------------------
     131r849 | sam | 2006-09-19 21:00:40 +0200 (Tue, 19 Sep 2006) | 2 lines
     132Changed paths:
     133   M /trunk/caca/driver_gl.c
     134
     135  * More long int -> int32 casts to fix the GL driver on 64-bit arches.
     136
     137------------------------------------------------------------------------
     138r848 | sam | 2006-09-19 20:47:39 +0200 (Tue, 19 Sep 2006) | 2 lines
     139Changed paths:
     140   M /trunk/caca/driver_gl.c
     141   M /trunk/cucul/font.c
     142
     143  * Hopefully fix 64-bit bug.
     144
     145------------------------------------------------------------------------
     146r847 | jylam | 2006-09-19 20:40:09 +0200 (Tue, 19 Sep 2006) | 2 lines
     147Changed paths:
     148   M /trunk/caca/driver_gl.c
     149   M /trunk/cucul/font.c
     150
     151 * Ugly workaround in OpenGL driver for IA64 platform, unicode still does not work, thought.
     152
     153------------------------------------------------------------------------
     154r846 | sam | 2006-09-19 18:07:13 +0200 (Tue, 19 Sep 2006) | 3 lines
     155Changed paths:
     156   M /trunk/cucul/canvas.c
     157   M /trunk/cucul/cucul.h
     158
     159  * Implemented cucul_getchar(). Useful because you don’t necessarily know
     160    what you are importing.
     161
     162------------------------------------------------------------------------
     163r845 | sam | 2006-09-19 10:26:43 +0200 (Tue, 19 Sep 2006) | 2 lines
     164Changed paths:
     165   M /trunk/kernel/kernel.c
     166   M /trunk/kernel/kernel.h
     167
     168  * Added an fprintf stub to the kernel.
     169
     170------------------------------------------------------------------------
     171r844 | sam | 2006-09-19 10:18:32 +0200 (Tue, 19 Sep 2006) | 2 lines
     172Changed paths:
     173   M /trunk/caca/driver_gl.c
     174
     175  * Optimised memory usage in the GL driver and added a few comments.
     176
     177------------------------------------------------------------------------
     178r843 | jylam | 2006-09-19 10:04:38 +0200 (Tue, 19 Sep 2006) | 5 lines
     179Changed paths:
     180   M /trunk/caca/driver_gl.c
     181
     182 * Fixed compilation warning, and ....
     183 AHAHAHAHAHAHAHA GL DRIVER IS B0RKEN YOU SMELLY GOATS ! (no time to fix it, thought)
     184 
     185 
     186
     187------------------------------------------------------------------------
     188r842 | sam | 2006-09-19 02:02:59 +0200 (Tue, 19 Sep 2006) | 2 lines
     189Changed paths:
     190   M /trunk/cucul/cucul.h
     191   M /trunk/cucul/font.c
     192
     193  * Got rid of cucul_render_glyph(). Ahahahaha.
     194
     195------------------------------------------------------------------------
     196r841 | sam | 2006-09-19 02:01:26 +0200 (Tue, 19 Sep 2006) | 2 lines
     197Changed paths:
     198   M /trunk/caca/driver_gl.c
     199
     200  * Use cucul_render_canvas() instead of cucul_render_glyph() in the GL driver.
     201
     202------------------------------------------------------------------------
     203r840 | sam | 2006-09-19 00:32:25 +0200 (Tue, 19 Sep 2006) | 2 lines
     204Changed paths:
     205   M /trunk/caca/driver_gl.c
     206
     207  * Full Unicode support in the GL driver.
     208
     209------------------------------------------------------------------------
     210r839 | sam | 2006-09-19 00:29:20 +0200 (Tue, 19 Sep 2006) | 2 lines
     211Changed paths:
     212   M /trunk/cucul/font.c
     213
     214  * Oops, fixed typo in cucul_get_font_blocks().
     215
     216------------------------------------------------------------------------
     217r838 | sam | 2006-09-18 19:40:35 +0200 (Mon, 18 Sep 2006) | 2 lines
     218Changed paths:
     219   M /trunk/cucul/cucul.h
     220   M /trunk/cucul/font.c
     221
     222  * Implemented cucul_get_font_blocks() to export the list of available glyphs.
     223
     224------------------------------------------------------------------------
     225r837 | sam | 2006-09-18 09:31:31 +0200 (Mon, 18 Sep 2006) | 2 lines
     226Changed paths:
     227   M /trunk/configure.ac
     228
     229  * Remove useless -I../kernel/ from CFLAGS.
     230
     231------------------------------------------------------------------------
     232r836 | sam | 2006-09-18 09:30:14 +0200 (Mon, 18 Sep 2006) | 2 lines
     233Changed paths:
     234   M /trunk/build-kernel
     235
     236  * Fix the kernel build rules.
     237
     238------------------------------------------------------------------------
     239r835 | sam | 2006-09-18 09:20:06 +0200 (Mon, 18 Sep 2006) | 3 lines
     240Changed paths:
     241   M /trunk/caca/caca.c
     242   M /trunk/caca/driver_raw.c
     243   M /trunk/caca/driver_vga.c
     244
     245  * Do not build the raw output in kernel mode.
     246  * Fix cucul_utf32_to_cp437() call in the VGA output.
     247
     248------------------------------------------------------------------------
     249r834 | sam | 2006-09-18 09:11:43 +0200 (Mon, 18 Sep 2006) | 2 lines
     250Changed paths:
     251   M /trunk/kernel/kernel.c
     252   M /trunk/kernel/kernel.h
     253
     254  * Fixed memcmp() prototype and implementation.
     255
     256------------------------------------------------------------------------
     257r833 | sam | 2006-09-18 08:59:48 +0200 (Mon, 18 Sep 2006) | 2 lines
     258Changed paths:
     259   M /trunk/cucul/cucul.c
     260   M /trunk/kernel/kernel.c
     261   M /trunk/kernel/kernel.h
     262
     263  * Added errno support to the kernel.
     264
     265------------------------------------------------------------------------
     266r832 | jylam | 2006-09-17 15:36:13 +0200 (Sun, 17 Sep 2006) | 2 lines
     267Changed paths:
     268   M /trunk/DotNet/Caca.cs
     269   M /trunk/DotNet/test.cs
     270
     271 * Updated .Net bindings
     272
     273------------------------------------------------------------------------
     274r831 | jylam | 2006-09-17 15:15:12 +0200 (Sun, 17 Sep 2006) | 2 lines
     275Changed paths:
     276   M /trunk/README
     277   M /trunk/caca/driver_gl.c
     278
     279 * Updated README, just to say my coding style is just perfect, sam is too pedantic.
     280
     281------------------------------------------------------------------------
     282r830 | sam | 2006-09-17 14:58:12 +0200 (Sun, 17 Sep 2006) | 2 lines
     283Changed paths:
     284   M /trunk/kernel/kernel.c
     285   M /trunk/src/cacaview.c
     286   M /trunk/src/img2irc.c
     287
     288  * A few coding style fixes.
     289
     290------------------------------------------------------------------------
     291r829 | jylam | 2006-09-17 14:44:18 +0200 (Sun, 17 Sep 2006) | 2 lines
     292Changed paths:
     293   M /trunk/caca/driver_vga.c
     294   M /trunk/common.h
     295   M /trunk/configure.ac
     296   M /trunk/cucul/buffer.c
     297   M /trunk/cucul/cucul.c
     298   M /trunk/kernel/kernel.c
     299   M /trunk/kernel/kernel.h
     300   M /trunk/src/Makefile.am
     301   M /trunk/src/cacadraw.c
     302   M /trunk/src/cacaplay.c
     303   M /trunk/src/cacaview.c
     304   M /trunk/src/common-image.c
     305   M /trunk/src/img2irc.c
     306   M /trunk/test/demo.c
     307   M /trunk/test/demo0.c
     308   M /trunk/test/dithering.c
     309   M /trunk/test/event.c
     310   M /trunk/test/export.c
     311   M /trunk/test/font.c
     312   M /trunk/test/font2tga.c
     313   M /trunk/test/frames.c
     314   M /trunk/test/gamma.c
     315   M /trunk/test/hsv.c
     316   M /trunk/test/import.c
     317   M /trunk/test/input.c
     318   M /trunk/test/spritedit.c
     319   M /trunk/test/text.c
     320   M /trunk/test/transform.c
     321   M /trunk/test/truecolor.c
     322   M /trunk/test/unicode.c
     323   M /trunk/tools/optipal.c
     324
     325 * Updated kernel 'driver', still not working, but most of the work is done
     326
     327------------------------------------------------------------------------
     328r828 | sam | 2006-09-17 13:39:22 +0200 (Sun, 17 Sep 2006) | 2 lines
     329Changed paths:
     330   M /trunk/TODO
     331
     332  * Minor TODO update.
     333
     334------------------------------------------------------------------------
     335r827 | sam | 2006-09-17 13:10:49 +0200 (Sun, 17 Sep 2006) | 2 lines
     336Changed paths:
     337   M /trunk/cucul/font.c
     338
     339  * Minor documentation fix (testing the buildbot, actually).
     340
     341------------------------------------------------------------------------
     342r826 | jylam | 2006-09-17 12:54:23 +0200 (Sun, 17 Sep 2006) | 2 lines
     343Changed paths:
     344   M /trunk/caca/driver_gl.c
     345   M /trunk/cucul/font.c
     346
     347 * Updated documentation, removed warning in cucul_render_glyph(), minor optimisation in driver_gl
     348
     349------------------------------------------------------------------------
     350r825 | sam | 2006-09-17 03:12:28 +0200 (Sun, 17 Sep 2006) | 2 lines
     351Changed paths:
     352   M /trunk/caca/driver_gl.c
     353
     354  * Coding style (ahaha vieux porc).
     355
     356------------------------------------------------------------------------
     357r824 | sam | 2006-09-17 02:53:48 +0200 (Sun, 17 Sep 2006) | 2 lines
     358Changed paths:
     359   M /trunk/src/cacademo.c
     360
     361  * Got rid of OFFSET_X and OFFSET_Y.
     362
     363------------------------------------------------------------------------
     364r823 | sam | 2006-09-17 02:48:30 +0200 (Sun, 17 Sep 2006) | 2 lines
     365Changed paths:
     366   M /trunk/src/cacademo.c
     367
     368  * More cleanup in cacademo.c.
     369
     370------------------------------------------------------------------------
     371r822 | sam | 2006-09-17 02:32:23 +0200 (Sun, 17 Sep 2006) | 2 lines
     372Changed paths:
     373   M /trunk/src/cacademo.c
     374
     375  * Cosmetic changes to cacademo.
     376
     377------------------------------------------------------------------------
     378r821 | sam | 2006-09-17 02:11:29 +0200 (Sun, 17 Sep 2006) | 2 lines
     379Changed paths:
     380   M /trunk/src/cacademo.c
     381
     382  * Factored the star code (vieux porc).
     383
     384------------------------------------------------------------------------
     385r820 | sam | 2006-09-17 02:02:31 +0200 (Sun, 17 Sep 2006) | 3 lines
     386Changed paths:
     387   M /trunk/caca/driver_gl.c
     388   M /trunk/cucul/cucul.h
     389   M /trunk/cucul/font.c
     390
     391  * Fixed cucul_render_glyph(). There is no way this could have ever possibly
     392    worked properly.
     393
     394------------------------------------------------------------------------
     395r819 | sam | 2006-09-17 01:34:18 +0200 (Sun, 17 Sep 2006) | 2 lines
     396Changed paths:
     397   M /trunk/src/cacademo.c
     398
     399  * Moved transition data to the function.
     400
     401------------------------------------------------------------------------
     402r818 | jylam | 2006-09-16 23:27:59 +0200 (Sat, 16 Sep 2006) | 2 lines
     403Changed paths:
     404   M /trunk/src/cacademo.c
     405
     406 * Added nifty rotation to our 80's star.
     407
     408------------------------------------------------------------------------
     409r817 | sam | 2006-09-16 23:08:11 +0200 (Sat, 16 Sep 2006) | 2 lines
     410Changed paths:
     411   M /trunk/cucul/triangle.c
     412
     413  * Fixing precision.
     414
     415------------------------------------------------------------------------
     416r816 | jylam | 2006-09-16 23:00:46 +0200 (Sat, 16 Sep 2006) | 2 lines
     417Changed paths:
     418   M /trunk/cucul/triangle.c
     419
     420 * Fixed triangle routine so that it fits perfectly from one side to the other one (I know, that's no clear)
     421
     422------------------------------------------------------------------------
     423r815 | jylam | 2006-09-16 22:48:31 +0200 (Sat, 16 Sep 2006) | 2 lines
     424Changed paths:
     425   M /trunk/src/cacademo.c
     426
     427 * Added much disco transition (ellipses suck). YMCA \o/
     428
     429------------------------------------------------------------------------
     430r814 | sam | 2006-09-16 19:15:11 +0200 (Sat, 16 Sep 2006) | 2 lines
     431Changed paths:
     432   M /trunk/caca/driver_slang.c
     433
     434  * Fix compilation warning in the slang driver.
     435
     436------------------------------------------------------------------------
     437r813 | sam | 2006-09-16 18:01:48 +0200 (Sat, 16 Sep 2006) | 3 lines
     438Changed paths:
     439   M /trunk/src/cacademo.c
     440
     441  * Smooth transitions between effects in cacademo. Press 'n' to switch
     442    immediately to the next transition.
     443
     444------------------------------------------------------------------------
     445r812 | sam | 2006-09-16 17:46:30 +0200 (Sat, 16 Sep 2006) | 2 lines
     446Changed paths:
     447   M /trunk/test/gamma.c
     448
     449  * Fix badly initialised data in the gamma test.
     450
     451------------------------------------------------------------------------
     452r811 | sam | 2006-09-16 17:06:09 +0200 (Sat, 16 Sep 2006) | 3 lines
     453Changed paths:
     454   M /trunk/src/cacademo.c
     455   M /trunk/test
     456   M /trunk/test/Makefile.am
     457   D /trunk/test/matrix.c
     458
     459  * Moved the matrix effect test into cacademo. Removed the motion sensor
     460    stuff, it's cool but it's crap.
     461
     462------------------------------------------------------------------------
     463r810 | jylam | 2006-09-16 15:26:51 +0200 (Sat, 16 Sep 2006) | 2 lines
     464Changed paths:
     465   M /trunk/test/matrix.c
     466
     467 * AHAHAHA FILTHY PIG, init sensors values to 0, in case there's no sensor at all
     468
     469------------------------------------------------------------------------
     470r809 | jylam | 2006-09-16 15:19:23 +0200 (Sat, 16 Sep 2006) | 2 lines
     471Changed paths:
     472   M /trunk/caca/driver_gl.c
     473
     474 * Fixed truecolor bug in OpenGL driver.
     475
     476------------------------------------------------------------------------
     477r808 | sam | 2006-09-16 15:12:11 +0200 (Sat, 16 Sep 2006) | 2 lines
     478Changed paths:
     479   M /trunk/src/cacademo.c
     480
     481  * Factor most of the cacademo code.
     482
     483------------------------------------------------------------------------
     484r807 | sam | 2006-09-16 14:57:41 +0200 (Sat, 16 Sep 2006) | 3 lines
     485Changed paths:
     486   M /trunk/src/cacademo.c
     487
     488  * Ahaha old pig, you could have factored the 1.0 + as well, and you forgot
     489    to cast the int to double in the sin() call.  (:@ gruik!
     490
     491------------------------------------------------------------------------
     492r806 | jylam | 2006-09-16 14:47:55 +0200 (Sat, 16 Sep 2006) | 2 lines
     493Changed paths:
     494   M /trunk/src/cacademo.c
     495
     496 * hey, ***I*** found a factorisation bug in cacaballs !
     497
     498------------------------------------------------------------------------
     499r805 | jylam | 2006-09-16 14:40:37 +0200 (Sat, 16 Sep 2006) | 2 lines
     500Changed paths:
     501   M /trunk/caca/driver_gl.c
     502   M /trunk/cucul/cucul.h
     503   M /trunk/cucul/font.c
     504
     505 * OpenGL builtin font support
     506
     507------------------------------------------------------------------------
     508r804 | sam | 2006-09-16 11:45:03 +0200 (Sat, 16 Sep 2006) | 2 lines
     509Changed paths:
     510   M /trunk/src
     511   M /trunk/src/Makefile.am
     512   D /trunk/src/cacaball.c
     513   A /trunk/src/cacademo.c (from /trunk/src/cacaplas.c:802)
     514   D /trunk/src/cacamoir.c
     515   D /trunk/src/cacaplas.c
     516
     517  * Merge cacamoir, cacaball and cacaplas into cacademo. No code cleanup yet.
     518
     519------------------------------------------------------------------------
     520r803 | sam | 2006-09-16 11:43:36 +0200 (Sat, 16 Sep 2006) | 3 lines
     521Changed paths:
     522   M /trunk/cucul/cucul.c
     523
     524  * Initialize random seed to getpid()+time(NULL) so that the user does not
     525    have to do it.
     526
     527------------------------------------------------------------------------
     528r802 | sam | 2006-09-09 19:58:57 +0200 (Sat, 09 Sep 2006) | 3 lines
     529Changed paths:
     530   M /trunk/ChangeLog
     531   M /trunk/NEWS
     532   M /trunk/configure.ac
     533
     534  * Updated ChangeLog and NEWS.
     535  * 0.99.beta4 release.
     536
    1537------------------------------------------------------------------------
    2538r801 | sam | 2006-09-09 19:54:06 +0200 (Sat, 09 Sep 2006) | 2 lines
Note: See TracChangeset for help on using the changeset viewer.