Changeset 1094 for libcaca/trunk/ChangeLog
- Timestamp:
- Sep 23, 2006, 3:55:29 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/ChangeLog
r1021 r1094 1 ------------------------------------------------------------------------ 2 r866 | sam | 2006-09-23 03:28:49 +0200 (Sat, 23 Sep 2006) | 2 lines 3 Changed paths: 4 M /trunk/cucul/colour.c 5 M /trunk/cucul/cucul.h 6 7 * Implemented cucul_get_color(). 8 9 ------------------------------------------------------------------------ 10 r865 | sam | 2006-09-23 03:18:49 +0200 (Sat, 23 Sep 2006) | 2 lines 11 Changed paths: 12 M /trunk/cucul/canvas.c 13 14 * Fixed chcul_getchar's error behaviour. 15 16 ------------------------------------------------------------------------ 17 r864 | sam | 2006-09-23 03:10:15 +0200 (Sat, 23 Sep 2006) | 2 lines 18 Changed paths: 19 M /trunk/configure.ac 20 21 * Update versioning. 22 23 ------------------------------------------------------------------------ 24 r863 | sam | 2006-09-23 02:59:47 +0200 (Sat, 23 Sep 2006) | 2 lines 25 Changed paths: 26 M /trunk/cucul/export.c 27 28 * Handle transparency in the IRC export. 29 30 ------------------------------------------------------------------------ 31 r862 | sam | 2006-09-23 02:55:42 +0200 (Sat, 23 Sep 2006) | 2 lines 32 Changed paths: 33 M /trunk/cucul/cucul.c 34 35 * When resizing a canvas, use the current fg/bg colours to fill holes. 36 37 ------------------------------------------------------------------------ 38 r861 | sam | 2006-09-23 01:26:56 +0200 (Sat, 23 Sep 2006) | 2 lines 39 Changed 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 ------------------------------------------------------------------------ 48 r860 | sam | 2006-09-22 02:27:13 +0200 (Fri, 22 Sep 2006) | 2 lines 49 Changed paths: 50 M /trunk/test/toilet.c 51 52 * Autocrop toilet output. 53 54 ------------------------------------------------------------------------ 55 r859 | sam | 2006-09-22 02:20:06 +0200 (Fri, 22 Sep 2006) | 2 lines 56 Changed 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 ------------------------------------------------------------------------ 63 r858 | sam | 2006-09-22 00:36:00 +0200 (Fri, 22 Sep 2006) | 2 lines 64 Changed paths: 65 M /trunk/cucul/export.c 66 67 * Really export IRC as UTF-8, as advertised in the documentation. 68 69 ------------------------------------------------------------------------ 70 r857 | sam | 2006-09-21 23:30:50 +0200 (Thu, 21 Sep 2006) | 3 lines 71 Changed paths: 72 M /trunk/test/toilet.c 73 74 * Handle UTF-8 in TOIlet. 75 * Add a --irc flag to TOIlet. 76 77 ------------------------------------------------------------------------ 78 r856 | sam | 2006-09-21 21:54:54 +0200 (Thu, 21 Sep 2006) | 2 lines 79 Changed paths: 80 M /trunk/test/toilet.c 81 82 * Support for platforms without <getopt.h> in TOIlet. 83 84 ------------------------------------------------------------------------ 85 r855 | sam | 2006-09-21 19:32:27 +0200 (Thu, 21 Sep 2006) | 2 lines 86 Changed paths: 87 M /trunk/test/Makefile.am 88 M /trunk/test/toilet.c 89 90 * Added getopt support to toilet. 91 92 ------------------------------------------------------------------------ 93 r854 | sam | 2006-09-21 18:59:23 +0200 (Thu, 21 Sep 2006) | 2 lines 94 Changed paths: 95 M /trunk/configure.ac 96 97 * Check for <getopt.h> and getopt_long. 98 99 ------------------------------------------------------------------------ 100 r853 | sam | 2006-09-20 18:31:12 +0200 (Wed, 20 Sep 2006) | 2 lines 101 Changed 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 ------------------------------------------------------------------------ 109 r852 | sam | 2006-09-19 21:11:33 +0200 (Tue, 19 Sep 2006) | 2 lines 110 Changed 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 ------------------------------------------------------------------------ 117 r851 | jylam | 2006-09-19 21:06:04 +0200 (Tue, 19 Sep 2006) | 2 lines 118 Changed paths: 119 M /trunk/caca/driver_gl.c 120 121 * Oops \o/ 122 123 ------------------------------------------------------------------------ 124 r850 | jylam | 2006-09-19 21:04:29 +0200 (Tue, 19 Sep 2006) | 2 lines 125 Changed paths: 126 M /trunk/caca/driver_gl.c 127 128 * REAL fix 129 130 ------------------------------------------------------------------------ 131 r849 | sam | 2006-09-19 21:00:40 +0200 (Tue, 19 Sep 2006) | 2 lines 132 Changed 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 ------------------------------------------------------------------------ 138 r848 | sam | 2006-09-19 20:47:39 +0200 (Tue, 19 Sep 2006) | 2 lines 139 Changed paths: 140 M /trunk/caca/driver_gl.c 141 M /trunk/cucul/font.c 142 143 * Hopefully fix 64-bit bug. 144 145 ------------------------------------------------------------------------ 146 r847 | jylam | 2006-09-19 20:40:09 +0200 (Tue, 19 Sep 2006) | 2 lines 147 Changed 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 ------------------------------------------------------------------------ 154 r846 | sam | 2006-09-19 18:07:13 +0200 (Tue, 19 Sep 2006) | 3 lines 155 Changed 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 ------------------------------------------------------------------------ 163 r845 | sam | 2006-09-19 10:26:43 +0200 (Tue, 19 Sep 2006) | 2 lines 164 Changed paths: 165 M /trunk/kernel/kernel.c 166 M /trunk/kernel/kernel.h 167 168 * Added an fprintf stub to the kernel. 169 170 ------------------------------------------------------------------------ 171 r844 | sam | 2006-09-19 10:18:32 +0200 (Tue, 19 Sep 2006) | 2 lines 172 Changed paths: 173 M /trunk/caca/driver_gl.c 174 175 * Optimised memory usage in the GL driver and added a few comments. 176 177 ------------------------------------------------------------------------ 178 r843 | jylam | 2006-09-19 10:04:38 +0200 (Tue, 19 Sep 2006) | 5 lines 179 Changed 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 ------------------------------------------------------------------------ 188 r842 | sam | 2006-09-19 02:02:59 +0200 (Tue, 19 Sep 2006) | 2 lines 189 Changed paths: 190 M /trunk/cucul/cucul.h 191 M /trunk/cucul/font.c 192 193 * Got rid of cucul_render_glyph(). Ahahahaha. 194 195 ------------------------------------------------------------------------ 196 r841 | sam | 2006-09-19 02:01:26 +0200 (Tue, 19 Sep 2006) | 2 lines 197 Changed 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 ------------------------------------------------------------------------ 203 r840 | sam | 2006-09-19 00:32:25 +0200 (Tue, 19 Sep 2006) | 2 lines 204 Changed paths: 205 M /trunk/caca/driver_gl.c 206 207 * Full Unicode support in the GL driver. 208 209 ------------------------------------------------------------------------ 210 r839 | sam | 2006-09-19 00:29:20 +0200 (Tue, 19 Sep 2006) | 2 lines 211 Changed paths: 212 M /trunk/cucul/font.c 213 214 * Oops, fixed typo in cucul_get_font_blocks(). 215 216 ------------------------------------------------------------------------ 217 r838 | sam | 2006-09-18 19:40:35 +0200 (Mon, 18 Sep 2006) | 2 lines 218 Changed 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 ------------------------------------------------------------------------ 225 r837 | sam | 2006-09-18 09:31:31 +0200 (Mon, 18 Sep 2006) | 2 lines 226 Changed paths: 227 M /trunk/configure.ac 228 229 * Remove useless -I../kernel/ from CFLAGS. 230 231 ------------------------------------------------------------------------ 232 r836 | sam | 2006-09-18 09:30:14 +0200 (Mon, 18 Sep 2006) | 2 lines 233 Changed paths: 234 M /trunk/build-kernel 235 236 * Fix the kernel build rules. 237 238 ------------------------------------------------------------------------ 239 r835 | sam | 2006-09-18 09:20:06 +0200 (Mon, 18 Sep 2006) | 3 lines 240 Changed 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 ------------------------------------------------------------------------ 249 r834 | sam | 2006-09-18 09:11:43 +0200 (Mon, 18 Sep 2006) | 2 lines 250 Changed paths: 251 M /trunk/kernel/kernel.c 252 M /trunk/kernel/kernel.h 253 254 * Fixed memcmp() prototype and implementation. 255 256 ------------------------------------------------------------------------ 257 r833 | sam | 2006-09-18 08:59:48 +0200 (Mon, 18 Sep 2006) | 2 lines 258 Changed 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 ------------------------------------------------------------------------ 266 r832 | jylam | 2006-09-17 15:36:13 +0200 (Sun, 17 Sep 2006) | 2 lines 267 Changed paths: 268 M /trunk/DotNet/Caca.cs 269 M /trunk/DotNet/test.cs 270 271 * Updated .Net bindings 272 273 ------------------------------------------------------------------------ 274 r831 | jylam | 2006-09-17 15:15:12 +0200 (Sun, 17 Sep 2006) | 2 lines 275 Changed 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 ------------------------------------------------------------------------ 282 r830 | sam | 2006-09-17 14:58:12 +0200 (Sun, 17 Sep 2006) | 2 lines 283 Changed 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 ------------------------------------------------------------------------ 291 r829 | jylam | 2006-09-17 14:44:18 +0200 (Sun, 17 Sep 2006) | 2 lines 292 Changed 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 ------------------------------------------------------------------------ 328 r828 | sam | 2006-09-17 13:39:22 +0200 (Sun, 17 Sep 2006) | 2 lines 329 Changed paths: 330 M /trunk/TODO 331 332 * Minor TODO update. 333 334 ------------------------------------------------------------------------ 335 r827 | sam | 2006-09-17 13:10:49 +0200 (Sun, 17 Sep 2006) | 2 lines 336 Changed paths: 337 M /trunk/cucul/font.c 338 339 * Minor documentation fix (testing the buildbot, actually). 340 341 ------------------------------------------------------------------------ 342 r826 | jylam | 2006-09-17 12:54:23 +0200 (Sun, 17 Sep 2006) | 2 lines 343 Changed 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 ------------------------------------------------------------------------ 350 r825 | sam | 2006-09-17 03:12:28 +0200 (Sun, 17 Sep 2006) | 2 lines 351 Changed paths: 352 M /trunk/caca/driver_gl.c 353 354 * Coding style (ahaha vieux porc). 355 356 ------------------------------------------------------------------------ 357 r824 | sam | 2006-09-17 02:53:48 +0200 (Sun, 17 Sep 2006) | 2 lines 358 Changed paths: 359 M /trunk/src/cacademo.c 360 361 * Got rid of OFFSET_X and OFFSET_Y. 362 363 ------------------------------------------------------------------------ 364 r823 | sam | 2006-09-17 02:48:30 +0200 (Sun, 17 Sep 2006) | 2 lines 365 Changed paths: 366 M /trunk/src/cacademo.c 367 368 * More cleanup in cacademo.c. 369 370 ------------------------------------------------------------------------ 371 r822 | sam | 2006-09-17 02:32:23 +0200 (Sun, 17 Sep 2006) | 2 lines 372 Changed paths: 373 M /trunk/src/cacademo.c 374 375 * Cosmetic changes to cacademo. 376 377 ------------------------------------------------------------------------ 378 r821 | sam | 2006-09-17 02:11:29 +0200 (Sun, 17 Sep 2006) | 2 lines 379 Changed paths: 380 M /trunk/src/cacademo.c 381 382 * Factored the star code (vieux porc). 383 384 ------------------------------------------------------------------------ 385 r820 | sam | 2006-09-17 02:02:31 +0200 (Sun, 17 Sep 2006) | 3 lines 386 Changed 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 ------------------------------------------------------------------------ 395 r819 | sam | 2006-09-17 01:34:18 +0200 (Sun, 17 Sep 2006) | 2 lines 396 Changed paths: 397 M /trunk/src/cacademo.c 398 399 * Moved transition data to the function. 400 401 ------------------------------------------------------------------------ 402 r818 | jylam | 2006-09-16 23:27:59 +0200 (Sat, 16 Sep 2006) | 2 lines 403 Changed paths: 404 M /trunk/src/cacademo.c 405 406 * Added nifty rotation to our 80's star. 407 408 ------------------------------------------------------------------------ 409 r817 | sam | 2006-09-16 23:08:11 +0200 (Sat, 16 Sep 2006) | 2 lines 410 Changed paths: 411 M /trunk/cucul/triangle.c 412 413 * Fixing precision. 414 415 ------------------------------------------------------------------------ 416 r816 | jylam | 2006-09-16 23:00:46 +0200 (Sat, 16 Sep 2006) | 2 lines 417 Changed 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 ------------------------------------------------------------------------ 423 r815 | jylam | 2006-09-16 22:48:31 +0200 (Sat, 16 Sep 2006) | 2 lines 424 Changed paths: 425 M /trunk/src/cacademo.c 426 427 * Added much disco transition (ellipses suck). YMCA \o/ 428 429 ------------------------------------------------------------------------ 430 r814 | sam | 2006-09-16 19:15:11 +0200 (Sat, 16 Sep 2006) | 2 lines 431 Changed paths: 432 M /trunk/caca/driver_slang.c 433 434 * Fix compilation warning in the slang driver. 435 436 ------------------------------------------------------------------------ 437 r813 | sam | 2006-09-16 18:01:48 +0200 (Sat, 16 Sep 2006) | 3 lines 438 Changed 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 ------------------------------------------------------------------------ 445 r812 | sam | 2006-09-16 17:46:30 +0200 (Sat, 16 Sep 2006) | 2 lines 446 Changed paths: 447 M /trunk/test/gamma.c 448 449 * Fix badly initialised data in the gamma test. 450 451 ------------------------------------------------------------------------ 452 r811 | sam | 2006-09-16 17:06:09 +0200 (Sat, 16 Sep 2006) | 3 lines 453 Changed 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 ------------------------------------------------------------------------ 463 r810 | jylam | 2006-09-16 15:26:51 +0200 (Sat, 16 Sep 2006) | 2 lines 464 Changed 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 ------------------------------------------------------------------------ 470 r809 | jylam | 2006-09-16 15:19:23 +0200 (Sat, 16 Sep 2006) | 2 lines 471 Changed paths: 472 M /trunk/caca/driver_gl.c 473 474 * Fixed truecolor bug in OpenGL driver. 475 476 ------------------------------------------------------------------------ 477 r808 | sam | 2006-09-16 15:12:11 +0200 (Sat, 16 Sep 2006) | 2 lines 478 Changed paths: 479 M /trunk/src/cacademo.c 480 481 * Factor most of the cacademo code. 482 483 ------------------------------------------------------------------------ 484 r807 | sam | 2006-09-16 14:57:41 +0200 (Sat, 16 Sep 2006) | 3 lines 485 Changed 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 ------------------------------------------------------------------------ 492 r806 | jylam | 2006-09-16 14:47:55 +0200 (Sat, 16 Sep 2006) | 2 lines 493 Changed paths: 494 M /trunk/src/cacademo.c 495 496 * hey, ***I*** found a factorisation bug in cacaballs ! 497 498 ------------------------------------------------------------------------ 499 r805 | jylam | 2006-09-16 14:40:37 +0200 (Sat, 16 Sep 2006) | 2 lines 500 Changed 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 ------------------------------------------------------------------------ 508 r804 | sam | 2006-09-16 11:45:03 +0200 (Sat, 16 Sep 2006) | 2 lines 509 Changed 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 ------------------------------------------------------------------------ 520 r803 | sam | 2006-09-16 11:43:36 +0200 (Sat, 16 Sep 2006) | 3 lines 521 Changed 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 ------------------------------------------------------------------------ 528 r802 | sam | 2006-09-09 19:58:57 +0200 (Sat, 09 Sep 2006) | 3 lines 529 Changed 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 1 537 ------------------------------------------------------------------------ 2 538 r801 | sam | 2006-09-09 19:54:06 +0200 (Sat, 09 Sep 2006) | 2 lines
Note: See TracChangeset
for help on using the changeset viewer.