You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9791 lines
316 KiB

  1. ------------------------------------------------------------------------
  2. r899 | sam | 2006-09-30 20:25:41 +0200 (Sat, 30 Sep 2006) | 2 lines
  3. Changed paths:
  4. M /trunk/configure.ac
  5. * Set version to 0.99.beta6.
  6. ------------------------------------------------------------------------
  7. r898 | sam | 2006-09-30 20:24:10 +0200 (Sat, 30 Sep 2006) | 2 lines
  8. Changed paths:
  9. M /trunk/test/import.c
  10. * Added an optional argument to the import test to select import format.
  11. ------------------------------------------------------------------------
  12. r897 | sam | 2006-09-30 20:20:39 +0200 (Sat, 30 Sep 2006) | 3 lines
  13. Changed paths:
  14. M /trunk/src/aafire.c
  15. M /trunk/src/cacademo.c
  16. * As per user request, only display the "Powered by libcaca" banner for a
  17. few seconds at the beginning.
  18. ------------------------------------------------------------------------
  19. r896 | sam | 2006-09-30 19:49:09 +0200 (Sat, 30 Sep 2006) | 2 lines
  20. Changed paths:
  21. M /trunk/cucul/canvas.c
  22. * Fix minor memory leak in cucul_set_canvas_boundaries().
  23. ------------------------------------------------------------------------
  24. r895 | sam | 2006-09-30 19:31:16 +0200 (Sat, 30 Sep 2006) | 2 lines
  25. Changed paths:
  26. M /trunk/cucul/cucul.c
  27. * Fix minor memory leak in cucul_free_canvas().
  28. ------------------------------------------------------------------------
  29. r890 | sam | 2006-09-30 01:36:02 +0200 (Sat, 30 Sep 2006) | 2 lines
  30. Changed paths:
  31. M /trunk/cucul/canvas.c
  32. * Fixed a bug in cucul_putchar() that broke half of the Unicode set.
  33. ------------------------------------------------------------------------
  34. r889 | sam | 2006-09-30 01:34:03 +0200 (Sat, 30 Sep 2006) | 3 lines
  35. Changed paths:
  36. M /trunk/cucul/import.c
  37. * Add "utf8" import format.
  38. * Documented "text" import format.
  39. ------------------------------------------------------------------------
  40. r874 | sam | 2006-09-26 22:32:48 +0200 (Tue, 26 Sep 2006) | 2 lines
  41. Changed paths:
  42. M /trunk/cucul/cucul.c
  43. * Initialise colours to default/transparent instead of lightgray/black.
  44. ------------------------------------------------------------------------
  45. r873 | sam | 2006-09-25 18:12:17 +0200 (Mon, 25 Sep 2006) | 3 lines
  46. Changed paths:
  47. M /trunk/NEWS
  48. * Remove non-ASCII character from NEWS file because Doxygen is unable to
  49. encode it in the manpages.
  50. ------------------------------------------------------------------------
  51. r872 | sam | 2006-09-25 18:00:10 +0200 (Mon, 25 Sep 2006) | 2 lines
  52. Changed paths:
  53. M /trunk/TODO
  54. M /trunk/caca/caca.h
  55. M /trunk/cucul/dither.c
  56. M /trunk/cucul/export.c
  57. M /trunk/cucul/import.c
  58. * Fix enumeration layout in the manpage documentation.
  59. ------------------------------------------------------------------------
  60. r871 | sam | 2006-09-25 17:58:33 +0200 (Mon, 25 Sep 2006) | 3 lines
  61. Changed paths:
  62. M /trunk/doc/Makefile.am
  63. * Fucking Doxygen replaces "s with 's in manpages. And it does not even
  64. escape them. Fix that upon installation.
  65. ------------------------------------------------------------------------
  66. r870 | sam | 2006-09-23 21:07:13 +0200 (Sat, 23 Sep 2006) | 4 lines
  67. Changed paths:
  68. M /trunk/cucul/import.c
  69. * Fix a bug in the ANSI importer. We need to set the proper fg/bg colours
  70. before calling cucul_set_canvas_size(), otherwise it'll fill the new area
  71. with the current values.
  72. ------------------------------------------------------------------------
  73. r869 | sam | 2006-09-23 09:36:54 +0200 (Sat, 23 Sep 2006) | 2 lines
  74. Changed paths:
  75. M /trunk/TODO
  76. * Updated TODO.
  77. ------------------------------------------------------------------------
  78. r868 | sam | 2006-09-23 03:55:29 +0200 (Sat, 23 Sep 2006) | 2 lines
  79. Changed paths:
  80. M /trunk/ChangeLog
  81. M /trunk/NEWS
  82. * Updated NEWS and ChangeLog.
  83. ------------------------------------------------------------------------
  84. r867 | sam | 2006-09-23 03:48:10 +0200 (Sat, 23 Sep 2006) | 2 lines
  85. Changed paths:
  86. M /trunk/doc/Makefile.am
  87. M /trunk/doc/cacafire.1
  88. * Update the cacademo manpage to reflect the merge.
  89. ------------------------------------------------------------------------
  90. r866 | sam | 2006-09-23 03:28:49 +0200 (Sat, 23 Sep 2006) | 2 lines
  91. Changed paths:
  92. M /trunk/cucul/colour.c
  93. M /trunk/cucul/cucul.h
  94. * Implemented cucul_get_color().
  95. ------------------------------------------------------------------------
  96. r865 | sam | 2006-09-23 03:18:49 +0200 (Sat, 23 Sep 2006) | 2 lines
  97. Changed paths:
  98. M /trunk/cucul/canvas.c
  99. * Fixed chcul_getchar's error behaviour.
  100. ------------------------------------------------------------------------
  101. r864 | sam | 2006-09-23 03:10:15 +0200 (Sat, 23 Sep 2006) | 2 lines
  102. Changed paths:
  103. M /trunk/configure.ac
  104. * Update versioning.
  105. ------------------------------------------------------------------------
  106. r863 | sam | 2006-09-23 02:59:47 +0200 (Sat, 23 Sep 2006) | 2 lines
  107. Changed paths:
  108. M /trunk/cucul/export.c
  109. * Handle transparency in the IRC export.
  110. ------------------------------------------------------------------------
  111. r862 | sam | 2006-09-23 02:55:42 +0200 (Sat, 23 Sep 2006) | 2 lines
  112. Changed paths:
  113. M /trunk/cucul/cucul.c
  114. * When resizing a canvas, use the current fg/bg colours to fill holes.
  115. ------------------------------------------------------------------------
  116. r861 | sam | 2006-09-23 01:26:56 +0200 (Sat, 23 Sep 2006) | 2 lines
  117. Changed paths:
  118. M /trunk/configure.ac
  119. M /trunk/test
  120. M /trunk/test/Makefile.am
  121. D /trunk/test/toilet.c
  122. * Remove toilet from the libcaca source, it'll be moved to its own repo.
  123. ------------------------------------------------------------------------
  124. r860 | sam | 2006-09-22 02:27:13 +0200 (Fri, 22 Sep 2006) | 2 lines
  125. Changed paths:
  126. M /trunk/test/toilet.c
  127. * Autocrop toilet output.
  128. ------------------------------------------------------------------------
  129. r859 | sam | 2006-09-22 02:20:06 +0200 (Fri, 22 Sep 2006) | 2 lines
  130. Changed paths:
  131. M /trunk/cucul/canvas.c
  132. M /trunk/cucul/cucul.h
  133. * Implement cucul_set_canvas_boundaries() for cropping and expanding.
  134. ------------------------------------------------------------------------
  135. r858 | sam | 2006-09-22 00:36:00 +0200 (Fri, 22 Sep 2006) | 2 lines
  136. Changed paths:
  137. M /trunk/cucul/export.c
  138. * Really export IRC as UTF-8, as advertised in the documentation.
  139. ------------------------------------------------------------------------
  140. r857 | sam | 2006-09-21 23:30:50 +0200 (Thu, 21 Sep 2006) | 3 lines
  141. Changed paths:
  142. M /trunk/test/toilet.c
  143. * Handle UTF-8 in TOIlet.
  144. * Add a --irc flag to TOIlet.
  145. ------------------------------------------------------------------------
  146. r856 | sam | 2006-09-21 21:54:54 +0200 (Thu, 21 Sep 2006) | 2 lines
  147. Changed paths:
  148. M /trunk/test/toilet.c
  149. * Support for platforms without <getopt.h> in TOIlet.
  150. ------------------------------------------------------------------------
  151. r855 | sam | 2006-09-21 19:32:27 +0200 (Thu, 21 Sep 2006) | 2 lines
  152. Changed paths:
  153. M /trunk/test/Makefile.am
  154. M /trunk/test/toilet.c
  155. * Added getopt support to toilet.
  156. ------------------------------------------------------------------------
  157. r854 | sam | 2006-09-21 18:59:23 +0200 (Thu, 21 Sep 2006) | 2 lines
  158. Changed paths:
  159. M /trunk/configure.ac
  160. * Check for <getopt.h> and getopt_long.
  161. ------------------------------------------------------------------------
  162. r853 | sam | 2006-09-20 18:31:12 +0200 (Wed, 20 Sep 2006) | 2 lines
  163. Changed paths:
  164. M /trunk/test
  165. M /trunk/test/Makefile.am
  166. A /trunk/test/toilet.c
  167. * TOIlet, The Other Implementation's letters. Will be a FIGlet clone. Later.
  168. ------------------------------------------------------------------------
  169. r852 | sam | 2006-09-19 21:11:33 +0200 (Tue, 19 Sep 2006) | 2 lines
  170. Changed paths:
  171. M /trunk/caca/driver_gl.c
  172. M /trunk/cucul/font.c
  173. * Ahahaha mais vieux porc ! Tiens, mange-toi ce fix.
  174. ------------------------------------------------------------------------
  175. r851 | jylam | 2006-09-19 21:06:04 +0200 (Tue, 19 Sep 2006) | 2 lines
  176. Changed paths:
  177. M /trunk/caca/driver_gl.c
  178. * Oops \o/
  179. ------------------------------------------------------------------------
  180. r850 | jylam | 2006-09-19 21:04:29 +0200 (Tue, 19 Sep 2006) | 2 lines
  181. Changed paths:
  182. M /trunk/caca/driver_gl.c
  183. * REAL fix
  184. ------------------------------------------------------------------------
  185. r849 | sam | 2006-09-19 21:00:40 +0200 (Tue, 19 Sep 2006) | 2 lines
  186. Changed paths:
  187. M /trunk/caca/driver_gl.c
  188. * More long int -> int32 casts to fix the GL driver on 64-bit arches.
  189. ------------------------------------------------------------------------
  190. r848 | sam | 2006-09-19 20:47:39 +0200 (Tue, 19 Sep 2006) | 2 lines
  191. Changed paths:
  192. M /trunk/caca/driver_gl.c
  193. M /trunk/cucul/font.c
  194. * Hopefully fix 64-bit bug.
  195. ------------------------------------------------------------------------
  196. r847 | jylam | 2006-09-19 20:40:09 +0200 (Tue, 19 Sep 2006) | 2 lines
  197. Changed paths:
  198. M /trunk/caca/driver_gl.c
  199. M /trunk/cucul/font.c
  200. * Ugly workaround in OpenGL driver for IA64 platform, unicode still does not work, thought.
  201. ------------------------------------------------------------------------
  202. r846 | sam | 2006-09-19 18:07:13 +0200 (Tue, 19 Sep 2006) | 3 lines
  203. Changed paths:
  204. M /trunk/cucul/canvas.c
  205. M /trunk/cucul/cucul.h
  206. * Implemented cucul_getchar(). Useful because you don’t necessarily know
  207. what you are importing.
  208. ------------------------------------------------------------------------
  209. r845 | sam | 2006-09-19 10:26:43 +0200 (Tue, 19 Sep 2006) | 2 lines
  210. Changed paths:
  211. M /trunk/kernel/kernel.c
  212. M /trunk/kernel/kernel.h
  213. * Added an fprintf stub to the kernel.
  214. ------------------------------------------------------------------------
  215. r844 | sam | 2006-09-19 10:18:32 +0200 (Tue, 19 Sep 2006) | 2 lines
  216. Changed paths:
  217. M /trunk/caca/driver_gl.c
  218. * Optimised memory usage in the GL driver and added a few comments.
  219. ------------------------------------------------------------------------
  220. r843 | jylam | 2006-09-19 10:04:38 +0200 (Tue, 19 Sep 2006) | 5 lines
  221. Changed paths:
  222. M /trunk/caca/driver_gl.c
  223. * Fixed compilation warning, and ....
  224. AHAHAHAHAHAHAHA GL DRIVER IS B0RKEN YOU SMELLY GOATS ! (no time to fix it, thought)
  225. ------------------------------------------------------------------------
  226. r842 | sam | 2006-09-19 02:02:59 +0200 (Tue, 19 Sep 2006) | 2 lines
  227. Changed paths:
  228. M /trunk/cucul/cucul.h
  229. M /trunk/cucul/font.c
  230. * Got rid of cucul_render_glyph(). Ahahahaha.
  231. ------------------------------------------------------------------------
  232. r841 | sam | 2006-09-19 02:01:26 +0200 (Tue, 19 Sep 2006) | 2 lines
  233. Changed paths:
  234. M /trunk/caca/driver_gl.c
  235. * Use cucul_render_canvas() instead of cucul_render_glyph() in the GL driver.
  236. ------------------------------------------------------------------------
  237. r840 | sam | 2006-09-19 00:32:25 +0200 (Tue, 19 Sep 2006) | 2 lines
  238. Changed paths:
  239. M /trunk/caca/driver_gl.c
  240. * Full Unicode support in the GL driver.
  241. ------------------------------------------------------------------------
  242. r839 | sam | 2006-09-19 00:29:20 +0200 (Tue, 19 Sep 2006) | 2 lines
  243. Changed paths:
  244. M /trunk/cucul/font.c
  245. * Oops, fixed typo in cucul_get_font_blocks().
  246. ------------------------------------------------------------------------
  247. r838 | sam | 2006-09-18 19:40:35 +0200 (Mon, 18 Sep 2006) | 2 lines
  248. Changed paths:
  249. M /trunk/cucul/cucul.h
  250. M /trunk/cucul/font.c
  251. * Implemented cucul_get_font_blocks() to export the list of available glyphs.
  252. ------------------------------------------------------------------------
  253. r837 | sam | 2006-09-18 09:31:31 +0200 (Mon, 18 Sep 2006) | 2 lines
  254. Changed paths:
  255. M /trunk/configure.ac
  256. * Remove useless -I../kernel/ from CFLAGS.
  257. ------------------------------------------------------------------------
  258. r836 | sam | 2006-09-18 09:30:14 +0200 (Mon, 18 Sep 2006) | 2 lines
  259. Changed paths:
  260. M /trunk/build-kernel
  261. * Fix the kernel build rules.
  262. ------------------------------------------------------------------------
  263. r835 | sam | 2006-09-18 09:20:06 +0200 (Mon, 18 Sep 2006) | 3 lines
  264. Changed paths:
  265. M /trunk/caca/caca.c
  266. M /trunk/caca/driver_raw.c
  267. M /trunk/caca/driver_vga.c
  268. * Do not build the raw output in kernel mode.
  269. * Fix cucul_utf32_to_cp437() call in the VGA output.
  270. ------------------------------------------------------------------------
  271. r834 | sam | 2006-09-18 09:11:43 +0200 (Mon, 18 Sep 2006) | 2 lines
  272. Changed paths:
  273. M /trunk/kernel/kernel.c
  274. M /trunk/kernel/kernel.h
  275. * Fixed memcmp() prototype and implementation.
  276. ------------------------------------------------------------------------
  277. r833 | sam | 2006-09-18 08:59:48 +0200 (Mon, 18 Sep 2006) | 2 lines
  278. Changed paths:
  279. M /trunk/cucul/cucul.c
  280. M /trunk/kernel/kernel.c
  281. M /trunk/kernel/kernel.h
  282. * Added errno support to the kernel.
  283. ------------------------------------------------------------------------
  284. r832 | jylam | 2006-09-17 15:36:13 +0200 (Sun, 17 Sep 2006) | 2 lines
  285. Changed paths:
  286. M /trunk/DotNet/Caca.cs
  287. M /trunk/DotNet/test.cs
  288. * Updated .Net bindings
  289. ------------------------------------------------------------------------
  290. r831 | jylam | 2006-09-17 15:15:12 +0200 (Sun, 17 Sep 2006) | 2 lines
  291. Changed paths:
  292. M /trunk/README
  293. M /trunk/caca/driver_gl.c
  294. * Updated README, just to say my coding style is just perfect, sam is too pedantic.
  295. ------------------------------------------------------------------------
  296. r830 | sam | 2006-09-17 14:58:12 +0200 (Sun, 17 Sep 2006) | 2 lines
  297. Changed paths:
  298. M /trunk/kernel/kernel.c
  299. M /trunk/src/cacaview.c
  300. M /trunk/src/img2irc.c
  301. * A few coding style fixes.
  302. ------------------------------------------------------------------------
  303. r829 | jylam | 2006-09-17 14:44:18 +0200 (Sun, 17 Sep 2006) | 2 lines
  304. Changed paths:
  305. M /trunk/caca/driver_vga.c
  306. M /trunk/common.h
  307. M /trunk/configure.ac
  308. M /trunk/cucul/buffer.c
  309. M /trunk/cucul/cucul.c
  310. M /trunk/kernel/kernel.c
  311. M /trunk/kernel/kernel.h
  312. M /trunk/src/Makefile.am
  313. M /trunk/src/cacadraw.c
  314. M /trunk/src/cacaplay.c
  315. M /trunk/src/cacaview.c
  316. M /trunk/src/common-image.c
  317. M /trunk/src/img2irc.c
  318. M /trunk/test/demo.c
  319. M /trunk/test/demo0.c
  320. M /trunk/test/dithering.c
  321. M /trunk/test/event.c
  322. M /trunk/test/export.c
  323. M /trunk/test/font.c
  324. M /trunk/test/font2tga.c
  325. M /trunk/test/frames.c
  326. M /trunk/test/gamma.c
  327. M /trunk/test/hsv.c
  328. M /trunk/test/import.c
  329. M /trunk/test/input.c
  330. M /trunk/test/spritedit.c
  331. M /trunk/test/text.c
  332. M /trunk/test/transform.c
  333. M /trunk/test/truecolor.c
  334. M /trunk/test/unicode.c
  335. M /trunk/tools/optipal.c
  336. * Updated kernel 'driver', still not working, but most of the work is done
  337. ------------------------------------------------------------------------
  338. r828 | sam | 2006-09-17 13:39:22 +0200 (Sun, 17 Sep 2006) | 2 lines
  339. Changed paths:
  340. M /trunk/TODO
  341. * Minor TODO update.
  342. ------------------------------------------------------------------------
  343. r827 | sam | 2006-09-17 13:10:49 +0200 (Sun, 17 Sep 2006) | 2 lines
  344. Changed paths:
  345. M /trunk/cucul/font.c
  346. * Minor documentation fix (testing the buildbot, actually).
  347. ------------------------------------------------------------------------
  348. r826 | jylam | 2006-09-17 12:54:23 +0200 (Sun, 17 Sep 2006) | 2 lines
  349. Changed paths:
  350. M /trunk/caca/driver_gl.c
  351. M /trunk/cucul/font.c
  352. * Updated documentation, removed warning in cucul_render_glyph(), minor optimisation in driver_gl
  353. ------------------------------------------------------------------------
  354. r825 | sam | 2006-09-17 03:12:28 +0200 (Sun, 17 Sep 2006) | 2 lines
  355. Changed paths:
  356. M /trunk/caca/driver_gl.c
  357. * Coding style (ahaha vieux porc).
  358. ------------------------------------------------------------------------
  359. r824 | sam | 2006-09-17 02:53:48 +0200 (Sun, 17 Sep 2006) | 2 lines
  360. Changed paths:
  361. M /trunk/src/cacademo.c
  362. * Got rid of OFFSET_X and OFFSET_Y.
  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. * More cleanup in cacademo.c.
  368. ------------------------------------------------------------------------
  369. r822 | sam | 2006-09-17 02:32:23 +0200 (Sun, 17 Sep 2006) | 2 lines
  370. Changed paths:
  371. M /trunk/src/cacademo.c
  372. * Cosmetic changes to cacademo.
  373. ------------------------------------------------------------------------
  374. r821 | sam | 2006-09-17 02:11:29 +0200 (Sun, 17 Sep 2006) | 2 lines
  375. Changed paths:
  376. M /trunk/src/cacademo.c
  377. * Factored the star code (vieux porc).
  378. ------------------------------------------------------------------------
  379. r820 | sam | 2006-09-17 02:02:31 +0200 (Sun, 17 Sep 2006) | 3 lines
  380. Changed paths:
  381. M /trunk/caca/driver_gl.c
  382. M /trunk/cucul/cucul.h
  383. M /trunk/cucul/font.c
  384. * Fixed cucul_render_glyph(). There is no way this could have ever possibly
  385. worked properly.
  386. ------------------------------------------------------------------------
  387. r819 | sam | 2006-09-17 01:34:18 +0200 (Sun, 17 Sep 2006) | 2 lines
  388. Changed paths:
  389. M /trunk/src/cacademo.c
  390. * Moved transition data to the function.
  391. ------------------------------------------------------------------------
  392. r818 | jylam | 2006-09-16 23:27:59 +0200 (Sat, 16 Sep 2006) | 2 lines
  393. Changed paths:
  394. M /trunk/src/cacademo.c
  395. * Added nifty rotation to our 80's star.
  396. ------------------------------------------------------------------------
  397. r817 | sam | 2006-09-16 23:08:11 +0200 (Sat, 16 Sep 2006) | 2 lines
  398. Changed paths:
  399. M /trunk/cucul/triangle.c
  400. * Fixing precision.
  401. ------------------------------------------------------------------------
  402. r816 | jylam | 2006-09-16 23:00:46 +0200 (Sat, 16 Sep 2006) | 2 lines
  403. Changed paths:
  404. M /trunk/cucul/triangle.c
  405. * Fixed triangle routine so that it fits perfectly from one side to the other one (I know, that's no clear)
  406. ------------------------------------------------------------------------
  407. r815 | jylam | 2006-09-16 22:48:31 +0200 (Sat, 16 Sep 2006) | 2 lines
  408. Changed paths:
  409. M /trunk/src/cacademo.c
  410. * Added much disco transition (ellipses suck). YMCA \o/
  411. ------------------------------------------------------------------------
  412. r814 | sam | 2006-09-16 19:15:11 +0200 (Sat, 16 Sep 2006) | 2 lines
  413. Changed paths:
  414. M /trunk/caca/driver_slang.c
  415. * Fix compilation warning in the slang driver.
  416. ------------------------------------------------------------------------
  417. r813 | sam | 2006-09-16 18:01:48 +0200 (Sat, 16 Sep 2006) | 3 lines
  418. Changed paths:
  419. M /trunk/src/cacademo.c
  420. * Smooth transitions between effects in cacademo. Press 'n' to switch
  421. immediately to the next transition.
  422. ------------------------------------------------------------------------
  423. r812 | sam | 2006-09-16 17:46:30 +0200 (Sat, 16 Sep 2006) | 2 lines
  424. Changed paths:
  425. M /trunk/test/gamma.c
  426. * Fix badly initialised data in the gamma test.
  427. ------------------------------------------------------------------------
  428. r811 | sam | 2006-09-16 17:06:09 +0200 (Sat, 16 Sep 2006) | 3 lines
  429. Changed paths:
  430. M /trunk/src/cacademo.c
  431. M /trunk/test
  432. M /trunk/test/Makefile.am
  433. D /trunk/test/matrix.c
  434. * Moved the matrix effect test into cacademo. Removed the motion sensor
  435. stuff, it's cool but it's crap.
  436. ------------------------------------------------------------------------
  437. r810 | jylam | 2006-09-16 15:26:51 +0200 (Sat, 16 Sep 2006) | 2 lines
  438. Changed paths:
  439. M /trunk/test/matrix.c
  440. * AHAHAHA FILTHY PIG, init sensors values to 0, in case there's no sensor at all
  441. ------------------------------------------------------------------------
  442. r809 | jylam | 2006-09-16 15:19:23 +0200 (Sat, 16 Sep 2006) | 2 lines
  443. Changed paths:
  444. M /trunk/caca/driver_gl.c
  445. * Fixed truecolor bug in OpenGL driver.
  446. ------------------------------------------------------------------------
  447. r808 | sam | 2006-09-16 15:12:11 +0200 (Sat, 16 Sep 2006) | 2 lines
  448. Changed paths:
  449. M /trunk/src/cacademo.c
  450. * Factor most of the cacademo code.
  451. ------------------------------------------------------------------------
  452. r807 | sam | 2006-09-16 14:57:41 +0200 (Sat, 16 Sep 2006) | 3 lines
  453. Changed paths:
  454. M /trunk/src/cacademo.c
  455. * Ahaha old pig, you could have factored the 1.0 + as well, and you forgot
  456. to cast the int to double in the sin() call. (:@ gruik!
  457. ------------------------------------------------------------------------
  458. r806 | jylam | 2006-09-16 14:47:55 +0200 (Sat, 16 Sep 2006) | 2 lines
  459. Changed paths:
  460. M /trunk/src/cacademo.c
  461. * hey, ***I*** found a factorisation bug in cacaballs !
  462. ------------------------------------------------------------------------
  463. r805 | jylam | 2006-09-16 14:40:37 +0200 (Sat, 16 Sep 2006) | 2 lines
  464. Changed paths:
  465. M /trunk/caca/driver_gl.c
  466. M /trunk/cucul/cucul.h
  467. M /trunk/cucul/font.c
  468. * OpenGL builtin font support
  469. ------------------------------------------------------------------------
  470. r804 | sam | 2006-09-16 11:45:03 +0200 (Sat, 16 Sep 2006) | 2 lines
  471. Changed paths:
  472. M /trunk/src
  473. M /trunk/src/Makefile.am
  474. D /trunk/src/cacaball.c
  475. A /trunk/src/cacademo.c (from /trunk/src/cacaplas.c:802)
  476. D /trunk/src/cacamoir.c
  477. D /trunk/src/cacaplas.c
  478. * Merge cacamoir, cacaball and cacaplas into cacademo. No code cleanup yet.
  479. ------------------------------------------------------------------------
  480. r803 | sam | 2006-09-16 11:43:36 +0200 (Sat, 16 Sep 2006) | 3 lines
  481. Changed paths:
  482. M /trunk/cucul/cucul.c
  483. * Initialize random seed to getpid()+time(NULL) so that the user does not
  484. have to do it.
  485. ------------------------------------------------------------------------
  486. r802 | sam | 2006-09-09 19:58:57 +0200 (Sat, 09 Sep 2006) | 3 lines
  487. Changed paths:
  488. M /trunk/ChangeLog
  489. M /trunk/NEWS
  490. M /trunk/configure.ac
  491. * Updated ChangeLog and NEWS.
  492. * 0.99.beta4 release.
  493. ------------------------------------------------------------------------
  494. r801 | sam | 2006-09-09 19:54:06 +0200 (Sat, 09 Sep 2006) | 2 lines
  495. Changed paths:
  496. M /trunk/doc/Makefile.am
  497. * Replace 'man3caca' with 'man3' in generated manpages.
  498. ------------------------------------------------------------------------
  499. r800 | sam | 2006-09-09 19:52:54 +0200 (Sat, 09 Sep 2006) | 2 lines
  500. Changed paths:
  501. M /trunk/test/demo0.c
  502. * Fix dithering handling in demo0.c.
  503. ------------------------------------------------------------------------
  504. r799 | sam | 2006-09-09 19:31:43 +0200 (Sat, 09 Sep 2006) | 2 lines
  505. Changed paths:
  506. M /trunk/caca-config.in
  507. * Do not output unnecessary libraries in caca-output config.
  508. ------------------------------------------------------------------------
  509. r798 | sam | 2006-09-09 19:20:32 +0200 (Sat, 09 Sep 2006) | 2 lines
  510. Changed paths:
  511. M /trunk/doc/migrating.dox
  512. * Oops, thinko in the migration doc.
  513. ------------------------------------------------------------------------
  514. r797 | sam | 2006-09-09 19:02:30 +0200 (Sat, 09 Sep 2006) | 3 lines
  515. Changed paths:
  516. M /trunk/doc/migrating.dox
  517. * Updated the migration documentation so that it mentions the <caca0.h>
  518. compatibility layer.
  519. ------------------------------------------------------------------------
  520. r796 | sam | 2006-09-09 18:53:13 +0200 (Sat, 09 Sep 2006) | 3 lines
  521. Changed paths:
  522. M /trunk/caca/caca0.c
  523. M /trunk/caca/caca0.h
  524. * Made features (such as dithering mode) and caca_sqrt work in the legacy
  525. 0.x glue code.
  526. ------------------------------------------------------------------------
  527. r795 | sam | 2006-09-09 17:40:16 +0200 (Sat, 09 Sep 2006) | 3 lines
  528. Changed paths:
  529. M /trunk/test
  530. M /trunk/test/Makefile.am
  531. A /trunk/test/demo0.c
  532. * Added demo0.c, which is basically the old libcaca-0.9 demo.c file, as a
  533. test for the <caca0.h> emulation layer.
  534. ------------------------------------------------------------------------
  535. r794 | sam | 2006-09-09 17:38:06 +0200 (Sat, 09 Sep 2006) | 8 lines
  536. Changed paths:
  537. M /trunk/caca/Makefile.am
  538. A /trunk/caca/caca0.c
  539. A /trunk/caca/caca0.h
  540. * Added an emulation layer for pre-1.0 libcaca API. Legacy applications
  541. just need to include <caca0.h> instead of <caca.h> and should be source-
  542. compatible with old versions of libcaca.
  543. Most of the old API works, except features and caca_sqrt(). Sprites do
  544. work API-wise but due to the new format they are no longer working in
  545. the same way.
  546. ------------------------------------------------------------------------
  547. r793 | sam | 2006-09-09 16:52:05 +0200 (Sat, 09 Sep 2006) | 2 lines
  548. Changed paths:
  549. M /trunk/test/export.c
  550. * Fix a crash in export.c with unknown file formats.
  551. ------------------------------------------------------------------------
  552. r792 | sam | 2006-08-30 23:30:29 +0200 (Wed, 30 Aug 2006) | 2 lines
  553. Changed paths:
  554. M /trunk/cucul/transform.c
  555. * U+214B TURNED AMPERSAND
  556. ------------------------------------------------------------------------
  557. r791 | sam | 2006-08-25 12:22:57 +0200 (Fri, 25 Aug 2006) | 3 lines
  558. Changed paths:
  559. M /trunk/ChangeLog
  560. M /trunk/NEWS
  561. M /trunk/configure.ac
  562. * Updated ChangeLog and NEWS.
  563. * 0.99.beta3 release.
  564. ------------------------------------------------------------------------
  565. r790 | sam | 2006-08-25 12:16:53 +0200 (Fri, 25 Aug 2006) | 3 lines
  566. Changed paths:
  567. M /trunk/ChangeLog
  568. M /trunk/Makefile.am
  569. M /trunk/configure.ac
  570. D /trunk/debian
  571. * Removed debian packaging stuff from the trunk. It'll now be at
  572. svn://svn.debian.org/svn/sam-hocevar/pkg-misc
  573. ------------------------------------------------------------------------
  574. r789 | sam | 2006-08-13 19:30:34 +0200 (Sun, 13 Aug 2006) | 2 lines
  575. Changed paths:
  576. M /trunk/caca/driver_gl.c
  577. * Factored some of the GL code.
  578. ------------------------------------------------------------------------
  579. r788 | sam | 2006-08-02 15:15:52 +0200 (Wed, 02 Aug 2006) | 2 lines
  580. Changed paths:
  581. M /trunk/test
  582. M /trunk/test/matrix.c
  583. * A few changes to the matrix program. I do not plan to maintain it.
  584. ------------------------------------------------------------------------
  585. r787 | sam | 2006-08-02 15:12:43 +0200 (Wed, 02 Aug 2006) | 3 lines
  586. Changed paths:
  587. M /trunk/caca/caca.c
  588. M /trunk/caca/caca.h
  589. M /trunk/caca/driver_conio.c
  590. M /trunk/caca/driver_ncurses.c
  591. M /trunk/caca/driver_raw.c
  592. M /trunk/caca/driver_slang.c
  593. M /trunk/caca/driver_vga.c
  594. M /trunk/caca/event.c
  595. M /trunk/caca/graphics.c
  596. * Fixed libcaca prototypes so that all functions use the errno mechanism
  597. and return a value.
  598. ------------------------------------------------------------------------
  599. r786 | sam | 2006-08-02 15:11:39 +0200 (Wed, 02 Aug 2006) | 2 lines
  600. Changed paths:
  601. M /trunk/cucul/cucul.c
  602. * Fixed cucul_create_canvas()'s documentation.
  603. ------------------------------------------------------------------------
  604. r785 | sam | 2006-07-21 10:19:29 +0200 (Fri, 21 Jul 2006) | 3 lines
  605. Changed paths:
  606. M /trunk/cucul/dither.c
  607. * Fixed typos in cucul/dither.c that prevented using ordered dither modes,
  608. thanks to Sean D'Epagnier.
  609. ------------------------------------------------------------------------
  610. r784 | jylam | 2006-06-10 13:35:18 +0200 (Sat, 10 Jun 2006) | 2 lines
  611. Changed paths:
  612. M /trunk/cxx/caca++.cpp
  613. M /trunk/cxx/caca++.h
  614. M /trunk/cxx/cpptest.cpp
  615. * Updated C++ bindings
  616. ------------------------------------------------------------------------
  617. r783 | sam | 2006-06-10 13:04:21 +0200 (Sat, 10 Jun 2006) | 3 lines
  618. Changed paths:
  619. M /trunk/debian/control
  620. * Fix debian package dependencies; -dev packages didn't pull their library
  621. dependencies. Of course.
  622. ------------------------------------------------------------------------
  623. r782 | sam | 2006-05-31 16:33:48 +0200 (Wed, 31 May 2006) | 2 lines
  624. Changed paths:
  625. M /trunk/test/matrix.c
  626. * Fixed matrix.c for non-Thinkpad computers.
  627. ------------------------------------------------------------------------
  628. r781 | sam | 2006-05-31 16:08:58 +0200 (Wed, 31 May 2006) | 2 lines
  629. Changed paths:
  630. M /trunk/configure.ac
  631. * Fix a build failure when X11R7 is available but OpenGL isn't.
  632. ------------------------------------------------------------------------
  633. r780 | sam | 2006-05-31 14:18:23 +0200 (Wed, 31 May 2006) | 3 lines
  634. Changed paths:
  635. M /trunk/test/Makefile.am
  636. A /trunk/test/matrix.c
  637. * Small matrix effect. Totally useless. Unless you have a Thinkpad, in
  638. which case it is massively useless.
  639. ------------------------------------------------------------------------
  640. r779 | sam | 2006-05-29 00:19:10 +0200 (Mon, 29 May 2006) | 3 lines
  641. Changed paths:
  642. M /trunk/ChangeLog
  643. M /trunk/NEWS
  644. M /trunk/configure.ac
  645. M /trunk/debian/changelog
  646. * Updated ChangeLog and NEWS.
  647. * 0.99.beta2 release.
  648. ------------------------------------------------------------------------
  649. r778 | sam | 2006-05-26 09:43:41 +0200 (Fri, 26 May 2006) | 2 lines
  650. Changed paths:
  651. M /trunk/debian/caca-utils.install
  652. M /trunk/debian/libcucul-dev.install
  653. * Updated the Debian build scripts.
  654. ------------------------------------------------------------------------
  655. r777 | sam | 2006-05-26 09:01:10 +0200 (Fri, 26 May 2006) | 2 lines
  656. Changed paths:
  657. M /trunk/cucul/canvas.c
  658. * Fixed an out of bounds bug in cucul_blit().
  659. ------------------------------------------------------------------------
  660. r776 | sam | 2006-05-26 09:00:34 +0200 (Fri, 26 May 2006) | 2 lines
  661. Changed paths:
  662. M /trunk/caca-config.in
  663. * Removed legacy CUCUL_LIBS from caca-config.
  664. ------------------------------------------------------------------------
  665. r775 | sam | 2006-05-26 09:00:04 +0200 (Fri, 26 May 2006) | 3 lines
  666. Changed paths:
  667. M /trunk/caca/driver_ncurses.c
  668. M /trunk/caca/driver_slang.c
  669. * UTF-8 input support for ncurses.
  670. * Hack for 16-color support in xfce4-terminal for both ncurses and slang.
  671. ------------------------------------------------------------------------
  672. r774 | sam | 2006-05-26 08:59:11 +0200 (Fri, 26 May 2006) | 2 lines
  673. Changed paths:
  674. M /trunk/caca/graphics.c
  675. * Reduced IDLE_USEC by half. Today's machines are fast :-)
  676. ------------------------------------------------------------------------
  677. r773 | sam | 2006-05-26 00:32:03 +0200 (Fri, 26 May 2006) | 3 lines
  678. Changed paths:
  679. M /trunk/caca/caca.c
  680. M /trunk/caca/driver_ncurses.c
  681. M /trunk/configure.ac
  682. * Fixed UTF-8 support in ncurses.
  683. * Set ncurses's priority higher than slang.
  684. ------------------------------------------------------------------------
  685. r772 | sam | 2006-05-25 22:01:30 +0200 (Thu, 25 May 2006) | 2 lines
  686. Changed paths:
  687. M /trunk/TODO
  688. * Updated TODO list.
  689. ------------------------------------------------------------------------
  690. r771 | sam | 2006-05-25 22:01:10 +0200 (Thu, 25 May 2006) | 3 lines
  691. Changed paths:
  692. M /trunk/caca/driver_slang.c
  693. M /trunk/cucul/box.c
  694. M /trunk/cucul/canvas.c
  695. M /trunk/cucul/charset.c
  696. M /trunk/cucul/conic.c
  697. M /trunk/cucul/cucul.h
  698. M /trunk/cucul/line.c
  699. M /trunk/cucul/triangle.c
  700. * Have cucul_utf8_to_utf32 write how many bytes it read.
  701. * Use that in the SLang driver so that it supports UTF-8 input.
  702. ------------------------------------------------------------------------
  703. r770 | sam | 2006-05-25 21:59:35 +0200 (Thu, 25 May 2006) | 3 lines
  704. Changed paths:
  705. M /trunk/cucul/export.c
  706. * Fix warnings in a few exporters. Do not assume %d accepts uint32_t without
  707. an explicit cast.
  708. ------------------------------------------------------------------------
  709. r769 | sam | 2006-05-25 21:58:21 +0200 (Thu, 25 May 2006) | 4 lines
  710. Changed paths:
  711. M /trunk/caca/caca.c
  712. M /trunk/caca/driver_ncurses.c
  713. M /trunk/test/colors.c
  714. M /trunk/test/input.c
  715. * Minor cosmetic changes in the test programs.
  716. * Code enhancements in the ncurses driver.
  717. * Added a comment to explain why slang has a higher priority than ncurses.
  718. ------------------------------------------------------------------------
  719. r768 | sam | 2006-05-25 21:56:55 +0200 (Thu, 25 May 2006) | 2 lines
  720. Changed paths:
  721. M /trunk/caca/driver_conio.c
  722. * Fixed the DOS build.
  723. ------------------------------------------------------------------------
  724. r767 | sam | 2006-05-25 21:56:03 +0200 (Thu, 25 May 2006) | 2 lines
  725. Changed paths:
  726. M /trunk/caca/caca_internals.h
  727. * Minor cosmetic fix.
  728. ------------------------------------------------------------------------
  729. r766 | sam | 2006-05-25 21:55:11 +0200 (Thu, 25 May 2006) | 3 lines
  730. Changed paths:
  731. M /trunk/caca/Makefile.am
  732. M /trunk/cucul/Makefile.am
  733. M /trunk/cxx/Makefile.am
  734. M /trunk/kernel/Makefile.am
  735. M /trunk/test/Makefile.am
  736. M /trunk/tools/Makefile.am
  737. * Added -I${top_srcdir} to the compilation flags to fix builds configured
  738. from an alternate directory (they failed to find common.h).
  739. ------------------------------------------------------------------------
  740. r765 | sam | 2006-05-25 21:11:18 +0200 (Thu, 25 May 2006) | 3 lines
  741. Changed paths:
  742. M /trunk/configure.ac
  743. M /trunk/src/Makefile.am
  744. * Removed --enable-network flag, but reused the test as a condition for
  745. building cacaserver.
  746. ------------------------------------------------------------------------
  747. r764 | sam | 2006-05-25 21:10:35 +0200 (Thu, 25 May 2006) | 2 lines
  748. Changed paths:
  749. M /trunk/build-dos
  750. M /trunk/build-win32
  751. * Updated build scripts for DOS and Win32.
  752. ------------------------------------------------------------------------
  753. r763 | sam | 2006-05-20 10:45:19 +0200 (Sat, 20 May 2006) | 3 lines
  754. Changed paths:
  755. M /trunk/caca/driver_ncurses.c
  756. M /trunk/caca/driver_slang.c
  757. * Got backspace to work with the slang and ncurses drivers in an X
  758. terminal window.
  759. ------------------------------------------------------------------------
  760. r762 | sam | 2006-05-20 10:19:13 +0200 (Sat, 20 May 2006) | 2 lines
  761. Changed paths:
  762. M /trunk/caca/driver_gl.c
  763. * More coding style fixes in the GL driver.
  764. ------------------------------------------------------------------------
  765. r761 | sam | 2006-05-20 10:11:58 +0200 (Sat, 20 May 2006) | 2 lines
  766. Changed paths:
  767. M /trunk/caca/driver_gl.c
  768. * Fixed awful indenting of the GL plugin.
  769. ------------------------------------------------------------------------
  770. r760 | sam | 2006-05-20 07:45:57 +0200 (Sat, 20 May 2006) | 3 lines
  771. Changed paths:
  772. M /trunk/caca/driver_ncurses.c
  773. * Make the ncurses driver UTF-8 and UTF-32 aware.
  774. * Add the backspace key to the ncurses driver.
  775. ------------------------------------------------------------------------
  776. r759 | sam | 2006-05-20 07:41:14 +0200 (Sat, 20 May 2006) | 3 lines
  777. Changed paths:
  778. M /trunk/caca/driver_slang.c
  779. * Make the slang driver UTF-8 and UTF-32 aware.
  780. * Add the backspace key to the slang driver.
  781. ------------------------------------------------------------------------
  782. r758 | sam | 2006-05-20 07:29:24 +0200 (Sat, 20 May 2006) | 3 lines
  783. Changed paths:
  784. M /trunk/caca/caca.h
  785. M /trunk/caca/driver_conio.c
  786. M /trunk/caca/driver_gl.c
  787. M /trunk/caca/driver_ncurses.c
  788. M /trunk/caca/driver_slang.c
  789. M /trunk/caca/driver_win32.c
  790. M /trunk/caca/driver_x11.c
  791. M /trunk/caca/event.c
  792. M /trunk/test/input.c
  793. * Renamed the event data member "ucs4" to "utf32" for consistency
  794. with "utf8".
  795. ------------------------------------------------------------------------
  796. r757 | sam | 2006-05-20 07:28:31 +0200 (Sat, 20 May 2006) | 3 lines
  797. Changed paths:
  798. M /trunk/debian/changelog
  799. M /trunk/debian/control
  800. * Added information from a recent Debian upload of the old
  801. version of libcaca.
  802. ------------------------------------------------------------------------
  803. r756 | sam | 2006-05-19 20:34:23 +0200 (Fri, 19 May 2006) | 2 lines
  804. Changed paths:
  805. M /trunk/test
  806. M /trunk/test/Makefile.am
  807. A /trunk/test/input.c
  808. * Text input test program. Might be merged into libcaca if it works well.
  809. ------------------------------------------------------------------------
  810. r755 | sam | 2006-05-19 08:44:58 +0200 (Fri, 19 May 2006) | 2 lines
  811. Changed paths:
  812. M /trunk/TODO
  813. * Updated the TODO list.
  814. ------------------------------------------------------------------------
  815. r754 | sam | 2006-05-19 08:00:00 +0200 (Fri, 19 May 2006) | 2 lines
  816. Changed paths:
  817. M /trunk/debian/caca-utils.install
  818. M /trunk/debian/libcucul-dev.install
  819. * Install caca-config.1.gz in the libcucul-dev package, not caca-utils.
  820. ------------------------------------------------------------------------
  821. r753 | sam | 2006-05-19 07:44:27 +0200 (Fri, 19 May 2006) | 3 lines
  822. Changed paths:
  823. M /trunk/caca/caca.h
  824. M /trunk/caca/graphics.c
  825. M /trunk/python/pypycaca.c
  826. M /trunk/python/pypycaca.h
  827. M /trunk/src/aafire.c
  828. M /trunk/src/cacaball.c
  829. M /trunk/src/cacamoir.c
  830. M /trunk/src/cacaplas.c
  831. M /trunk/test/demo.c
  832. M /trunk/test/frames.c
  833. M /trunk/test/gamma.c
  834. * Renamed caca_set_delay() and caca_get_rendertime() into
  835. caca_set_display_time() and caca_get_display_time() for consistency.
  836. ------------------------------------------------------------------------
  837. r752 | sam | 2006-05-19 07:30:01 +0200 (Fri, 19 May 2006) | 2 lines
  838. Changed paths:
  839. M /trunk/cucul/charset.c
  840. * Documented the newly exported charset functions.
  841. ------------------------------------------------------------------------
  842. r751 | sam | 2006-05-19 06:53:48 +0200 (Fri, 19 May 2006) | 2 lines
  843. Changed paths:
  844. M /trunk/caca/driver_ncurses.c
  845. M /trunk/caca/driver_slang.c
  846. M /trunk/cucul/box.c
  847. M /trunk/cucul/canvas.c
  848. M /trunk/cucul/charset.c
  849. M /trunk/cucul/conic.c
  850. M /trunk/cucul/cucul.h
  851. M /trunk/cucul/cucul_internals.h
  852. M /trunk/cucul/export.c
  853. M /trunk/cucul/import.c
  854. M /trunk/cucul/line.c
  855. M /trunk/cucul/triangle.c
  856. M /trunk/tools/makefont.c
  857. * Export the UTF-8 / UTF-32 / CP437 character conversions to applications.
  858. ------------------------------------------------------------------------
  859. r750 | sam | 2006-05-18 09:57:42 +0200 (Thu, 18 May 2006) | 2 lines
  860. Changed paths:
  861. M /trunk/cucul/font.c
  862. M /trunk/cucul/font_mono9.h
  863. M /trunk/cucul/font_monobold12.h
  864. * Regenerated fonts and reactivated them under Win32.
  865. ------------------------------------------------------------------------
  866. r749 | sam | 2006-05-18 09:56:54 +0200 (Thu, 18 May 2006) | 6 lines
  867. Changed paths:
  868. M /trunk/tools/makefont.c
  869. * Elite trick in the font generator to cope with C89's string length
  870. limitation of 509 characters. Instead of doing:
  871. char foo[10] = "abcdefghij";
  872. we now do:
  873. struct { char f1[4], f2[4], f3[2]; } foo = { "abcd", "efgh", "ij" };
  874. ------------------------------------------------------------------------
  875. r748 | sam | 2006-05-18 08:26:31 +0200 (Thu, 18 May 2006) | 2 lines
  876. Changed paths:
  877. M /trunk/test/font2tga.c
  878. * font2tga no longer needs cucul_internal.h.
  879. ------------------------------------------------------------------------
  880. r747 | sam | 2006-05-18 08:23:47 +0200 (Thu, 18 May 2006) | 5 lines
  881. Changed paths:
  882. M /trunk/cucul/box.c
  883. M /trunk/cucul/canvas.c
  884. M /trunk/cucul/conic.c
  885. M /trunk/cucul/cucul.h
  886. M /trunk/cucul/cucul_internals.h
  887. M /trunk/cucul/dither.c
  888. M /trunk/cucul/import.c
  889. M /trunk/cucul/line.c
  890. M /trunk/cucul/triangle.c
  891. M /trunk/test/font2tga.c
  892. * Changed cucul_putchar's prototype so that it accepts a 32-bit unsigned
  893. int which shall be used as an UTF-32 character. We do not have any casting
  894. problems due to the signedness of chars because all characters were
  895. ASCII (ie. <= 0x7f) beforehands.
  896. ------------------------------------------------------------------------
  897. r746 | sam | 2006-05-18 08:13:36 +0200 (Thu, 18 May 2006) | 2 lines
  898. Changed paths:
  899. M /trunk/test
  900. M /trunk/test/Makefile.am
  901. A /trunk/test/font2tga.c
  902. * Added font2tga, a test program that exports our font in a known format.
  903. ------------------------------------------------------------------------
  904. r745 | sam | 2006-05-18 08:09:44 +0200 (Thu, 18 May 2006) | 3 lines
  905. Changed paths:
  906. M /trunk/test/export.c
  907. * If the export test target is ANSI or UTF-8, dither image with special
  908. shaded glyphs.
  909. ------------------------------------------------------------------------
  910. r744 | sam | 2006-05-18 07:43:43 +0200 (Thu, 18 May 2006) | 2 lines
  911. Changed paths:
  912. M /trunk/configure.ac
  913. * Removed useless -lXt from X11 libraries check.
  914. ------------------------------------------------------------------------
  915. r743 | sam | 2006-05-12 21:33:44 +0200 (Fri, 12 May 2006) | 2 lines
  916. Changed paths:
  917. M /trunk/cucul/import.c
  918. * Workaround for illegal ^[[0,0H ANSI escape code.
  919. ------------------------------------------------------------------------
  920. r742 | sam | 2006-05-12 21:32:41 +0200 (Fri, 12 May 2006) | 3 lines
  921. Changed paths:
  922. M /trunk/cucul/dither.c
  923. * Use UTF-32 instead of UTF-8 in the dithering glyph block list for slightly
  924. better performances.
  925. ------------------------------------------------------------------------
  926. r741 | sam | 2006-05-12 21:31:50 +0200 (Fri, 12 May 2006) | 3 lines
  927. Changed paths:
  928. M /trunk/cucul/export.c
  929. * Add linebreaks to the ANSI exporter for better readability, and use
  930. the save/load cursor position trick to ignore them.
  931. ------------------------------------------------------------------------
  932. r740 | jylam | 2006-05-12 21:19:36 +0200 (Fri, 12 May 2006) | 2 lines
  933. Changed paths:
  934. M /trunk/cucul/export.c
  935. * Fixed postscript exporter, image in not at the bottom of the page anymore
  936. ------------------------------------------------------------------------
  937. r739 | sam | 2006-05-09 22:25:29 +0200 (Tue, 09 May 2006) | 1 line
  938. Changed paths:
  939. M /trunk/src/cacaserver.c
  940. * Use UTF-8 instead of ANSI in cacaserver
  941. ------------------------------------------------------------------------
  942. r738 | sam | 2006-05-09 20:59:00 +0200 (Tue, 09 May 2006) | 1 line
  943. Changed paths:
  944. M /trunk/cucul/font_mono9.h
  945. M /trunk/cucul/font_monobold12.h
  946. * Optimise built-in fonts. We gain about 100kB in the final binary.
  947. ------------------------------------------------------------------------
  948. r737 | sam | 2006-05-09 17:52:15 +0200 (Tue, 09 May 2006) | 3 lines
  949. Changed paths:
  950. M /trunk/tools/makefont.c
  951. * Optimise similar glyphs when generating a font. Given how many glyphs
  952. are unavailable, this is a significant gain.
  953. ------------------------------------------------------------------------
  954. r736 | sam | 2006-05-09 03:58:47 +0200 (Tue, 09 May 2006) | 2 lines
  955. Changed paths:
  956. M /trunk/caca/driver_x11.c
  957. * Added the long dash and middle dot CP437 characters to the X11 driver.
  958. ------------------------------------------------------------------------
  959. r735 | sam | 2006-05-09 03:57:47 +0200 (Tue, 09 May 2006) | 3 lines
  960. Changed paths:
  961. M /trunk/cucul/import.c
  962. * If the ANSI file we import does not use the 80 columns, we don't expand
  963. the canvas to 80 columns.
  964. ------------------------------------------------------------------------
  965. r734 | sam | 2006-05-09 03:12:58 +0200 (Tue, 09 May 2006) | 3 lines
  966. Changed paths:
  967. M /trunk/src/cacadraw.c
  968. * Allow cacadraw to open several files; use 'n' and 'p' to cycle.
  969. * Decreased PgUp/PgDn scrolling rate.
  970. ------------------------------------------------------------------------
  971. r733 | sam | 2006-05-09 03:03:02 +0200 (Tue, 09 May 2006) | 2 lines
  972. Changed paths:
  973. M /trunk/kernel/kernel.c
  974. * Removed a useless cast in the kernel code.
  975. ------------------------------------------------------------------------
  976. r732 | sam | 2006-05-09 02:59:29 +0200 (Tue, 09 May 2006) | 2 lines
  977. Changed paths:
  978. M /trunk/DotNet
  979. M /trunk/DotNet/AssemblyInfo.cs
  980. M /trunk/DotNet/Caca.cs
  981. M /trunk/DotNet/Cucul.cs
  982. M /trunk/DotNet/test.cs
  983. * Set svn properties on the .NET files.
  984. ------------------------------------------------------------------------
  985. r731 | sam | 2006-05-09 02:47:28 +0200 (Tue, 09 May 2006) | 3 lines
  986. Changed paths:
  987. M /trunk/test/font.c
  988. M /trunk/test/text.c
  989. * Cosmetic fix in test/font.c.
  990. * Use UTF-8 output in test/text.c instead of ANSI.
  991. ------------------------------------------------------------------------
  992. r730 | sam | 2006-05-09 02:46:08 +0200 (Tue, 09 May 2006) | 2 lines
  993. Changed paths:
  994. M /trunk/caca/caca.h
  995. * Minor cosmetic fix in a comment.
  996. ------------------------------------------------------------------------
  997. r729 | sam | 2006-05-09 02:43:22 +0200 (Tue, 09 May 2006) | 2 lines
  998. Changed paths:
  999. M /trunk/cucul/font_mono9.h
  1000. M /trunk/cucul/font_monobold12.h
  1001. M /trunk/tools/makefont.c
  1002. * Added a few more Unicode blocks to the default fonts.
  1003. ------------------------------------------------------------------------
  1004. r728 | sam | 2006-05-09 02:36:33 +0200 (Tue, 09 May 2006) | 2 lines
  1005. Changed paths:
  1006. M /trunk/cucul/transform.c
  1007. * Added a few more Unicode characters to the glyph transformations.
  1008. ------------------------------------------------------------------------
  1009. r727 | sam | 2006-05-09 02:34:16 +0200 (Tue, 09 May 2006) | 3 lines
  1010. Changed paths:
  1011. M /trunk/cucul/cucul.h
  1012. M /trunk/cucul/dither.c
  1013. * Changed the cucul_create_dither() prototype to make sure the mask
  1014. arguments are at least 32 bits.
  1015. ------------------------------------------------------------------------
  1016. r721 | sam | 2006-05-05 17:19:44 +0200 (Fri, 05 May 2006) | 3 lines
  1017. Changed paths:
  1018. M /trunk/test/export.c
  1019. * Make the export test 80 columns wide, so that the ANSI we generate can
  1020. be read by other programs.
  1021. ------------------------------------------------------------------------
  1022. r720 | sam | 2006-05-05 17:13:32 +0200 (Fri, 05 May 2006) | 2 lines
  1023. Changed paths:
  1024. M /trunk/cucul/font_mono9.h
  1025. M /trunk/cucul/font_monobold12.h
  1026. * Updated fonts with the new hardcoded CP437 glyphs.
  1027. ------------------------------------------------------------------------
  1028. r719 | sam | 2006-05-05 17:12:50 +0200 (Fri, 05 May 2006) | 3 lines
  1029. Changed paths:
  1030. M /trunk/tools/makefont.c
  1031. * Hardcode a few CP437 glyphs in makefont.c because they don't look that
  1032. good with Pango.
  1033. ------------------------------------------------------------------------
  1034. r718 | sam | 2006-05-05 16:03:40 +0200 (Fri, 05 May 2006) | 2 lines
  1035. Changed paths:
  1036. M /trunk/caca/driver_ncurses.c
  1037. M /trunk/caca/driver_slang.c
  1038. M /trunk/tools/Makefile.am
  1039. M /trunk/tools/makefont.c
  1040. * Factored more UTF32 to UTF8 conversions using _cucul_utf32_to_utf8().
  1041. ------------------------------------------------------------------------
  1042. r717 | sam | 2006-05-05 15:44:54 +0200 (Fri, 05 May 2006) | 3 lines
  1043. Changed paths:
  1044. M /trunk/cucul/export.c
  1045. * Use _cucul_utf32_to_utf8() instead of the inline code in the UTF-8 and
  1046. SVG exporters.
  1047. ------------------------------------------------------------------------
  1048. r716 | sam | 2006-05-05 07:09:54 +0200 (Fri, 05 May 2006) | 2 lines
  1049. Changed paths:
  1050. M /trunk/cucul/charset.c
  1051. M /trunk/cucul/cucul_internals.h
  1052. * Implemented the private _cucul_utf32_to_utf8() helper.
  1053. ------------------------------------------------------------------------
  1054. r715 | sam | 2006-05-05 07:08:51 +0200 (Fri, 05 May 2006) | 2 lines
  1055. Changed paths:
  1056. M /trunk/cucul/export.c
  1057. * Exporter now generates valid ANSI, with CP437 characters.
  1058. ------------------------------------------------------------------------
  1059. r714 | sam | 2006-05-05 00:00:52 +0200 (Fri, 05 May 2006) | 3 lines
  1060. Changed paths:
  1061. M /trunk/cucul/export.c
  1062. * Added "utf8" export that is like ANSI but exports UTF-8 encoded coloured
  1063. text.
  1064. ------------------------------------------------------------------------
  1065. r713 | sam | 2006-05-04 23:34:10 +0200 (Thu, 04 May 2006) | 3 lines
  1066. Changed paths:
  1067. M /trunk/cucul/colour.c
  1068. * Use a slightly different RGB palette for ANSI colours, so that brown
  1069. really looks like brown and not like desaturated yellow.
  1070. ------------------------------------------------------------------------
  1071. r712 | jylam | 2006-05-02 20:26:02 +0200 (Tue, 02 May 2006) | 2 lines
  1072. Changed paths:
  1073. M /trunk/DotNet/test.cs
  1074. M /trunk/caca/event.c
  1075. M /trunk/doc/tutorial.dox
  1076. * Fixed error in tutorial, updated caca_get_event() doc
  1077. ------------------------------------------------------------------------
  1078. r711 | jylam | 2006-04-29 13:26:44 +0200 (Sat, 29 Apr 2006) | 2 lines
  1079. Changed paths:
  1080. M /trunk/DotNet/AssemblyInfo.cs
  1081. M /trunk/DotNet/Caca.cs
  1082. M /trunk/DotNet/Cucul.cs
  1083. M /trunk/DotNet/test.cs
  1084. * Fixed $Id
  1085. ------------------------------------------------------------------------
  1086. r710 | jylam | 2006-04-29 13:20:43 +0200 (Sat, 29 Apr 2006) | 2 lines
  1087. Changed paths:
  1088. A /trunk/DotNet
  1089. A /trunk/DotNet/AssemblyInfo.cs
  1090. A /trunk/DotNet/Caca.cs
  1091. A /trunk/DotNet/Cucul.cs
  1092. A /trunk/DotNet/Makefile
  1093. A /trunk/DotNet/libCaca.dll.config
  1094. A /trunk/DotNet/libCucul.dll.config
  1095. A /trunk/DotNet/test.cs
  1096. * Added preliminary .NET bindings. Caca is complete, Cucul needs to be finished
  1097. ------------------------------------------------------------------------
  1098. r709 | sam | 2006-04-27 16:15:23 +0200 (Thu, 27 Apr 2006) | 2 lines
  1099. Changed paths:
  1100. M /trunk/cucul/cucul.h
  1101. M /trunk/cucul/dither.c
  1102. M /trunk/cucul/export.c
  1103. M /trunk/cucul/font.c
  1104. M /trunk/cucul/import.c
  1105. M /trunk/cucul/sprite.c
  1106. M /trunk/cucul/transform.c
  1107. * Completed return value and errno handling in libcucul API.
  1108. ------------------------------------------------------------------------
  1109. r708 | sam | 2006-04-27 15:02:27 +0200 (Thu, 27 Apr 2006) | 2 lines
  1110. Changed paths:
  1111. M /trunk/test/export.c
  1112. * Allow an optional input filename in the export test for cheap conversions.
  1113. ------------------------------------------------------------------------
  1114. r707 | jylam | 2006-04-26 20:59:20 +0200 (Wed, 26 Apr 2006) | 2 lines
  1115. Changed paths:
  1116. M /trunk/caca/driver_gl.c
  1117. M /trunk/cucul/import.c
  1118. * coding style fixes again
  1119. ------------------------------------------------------------------------
  1120. r706 | jylam | 2006-04-26 20:53:08 +0200 (Wed, 26 Apr 2006) | 2 lines
  1121. Changed paths:
  1122. M /trunk/cxx/caca++.cpp
  1123. M /trunk/cxx/caca++.h
  1124. M /trunk/cxx/cucul++.h
  1125. M /trunk/src/cacadraw.c
  1126. * Fixed indentation. I did it myself, I'm a big boy.
  1127. ------------------------------------------------------------------------
  1128. r705 | sam | 2006-04-26 19:24:27 +0200 (Wed, 26 Apr 2006) | 2 lines
  1129. Changed paths:
  1130. M /trunk/cucul/import.c
  1131. * Fixed line wrapping on some weird ANSI files.
  1132. ------------------------------------------------------------------------
  1133. r704 | sam | 2006-04-26 19:02:37 +0200 (Wed, 26 Apr 2006) | 2 lines
  1134. Changed paths:
  1135. M /trunk/cucul/import.c
  1136. * Fixed an ANSI rendering bug related to the bold attribute.
  1137. ------------------------------------------------------------------------
  1138. r703 | sam | 2006-04-26 17:21:28 +0200 (Wed, 26 Apr 2006) | 3 lines
  1139. Changed paths:
  1140. M /trunk/cucul/font_mono9.h
  1141. M /trunk/cucul/font_monobold12.h
  1142. M /trunk/tools/makefont.c
  1143. * Added Unicode range U+2200 - U+22FF (Mathematical Operators) to the
  1144. built-in font so that we now cover all of CP437.
  1145. ------------------------------------------------------------------------
  1146. r702 | sam | 2006-04-26 16:36:11 +0200 (Wed, 26 Apr 2006) | 2 lines
  1147. Changed paths:
  1148. M /trunk/cucul/import.c
  1149. * Minor code reorganisation and documenting.
  1150. ------------------------------------------------------------------------
  1151. r701 | jylam | 2006-04-26 16:06:19 +0200 (Wed, 26 Apr 2006) | 2 lines
  1152. Changed paths:
  1153. M /trunk/caca/driver_gl.c
  1154. * Added preliminary (it means that's fucked up) CP437 codepage
  1155. ------------------------------------------------------------------------
  1156. r700 | sam | 2006-04-26 15:22:04 +0200 (Wed, 26 Apr 2006) | 2 lines
  1157. Changed paths:
  1158. M /trunk/caca/driver_x11.c
  1159. * Added U+25A0 (■) to the CP437 hack in the X11 driver.
  1160. ------------------------------------------------------------------------
  1161. r699 | jylam | 2006-04-26 14:59:14 +0200 (Wed, 26 Apr 2006) | 2 lines
  1162. Changed paths:
  1163. M /trunk/caca/driver_gl.c
  1164. * cut too long line (I read the coding style rules, yes). And we had home/end keys support in opengl driver BEFORE X11. Yeah !
  1165. ------------------------------------------------------------------------
  1166. r698 | jylam | 2006-04-26 14:57:31 +0200 (Wed, 26 Apr 2006) | 2 lines
  1167. Changed paths:
  1168. M /trunk/caca/driver_x11.c
  1169. * removed duplicate code
  1170. ------------------------------------------------------------------------
  1171. r697 | sam | 2006-04-26 14:51:37 +0200 (Wed, 26 Apr 2006) | 2 lines
  1172. Changed paths:
  1173. M /trunk/caca/driver_x11.c
  1174. * Wow, we even have Home/End support in X11.
  1175. ------------------------------------------------------------------------
  1176. r696 | sam | 2006-04-26 14:48:41 +0200 (Wed, 26 Apr 2006) | 2 lines
  1177. Changed paths:
  1178. M /trunk/caca/driver_x11.c
  1179. * PageUp/PageDown support in X11.
  1180. ------------------------------------------------------------------------
  1181. r695 | jylam | 2006-04-26 14:47:21 +0200 (Wed, 26 Apr 2006) | 2 lines
  1182. Changed paths:
  1183. M /trunk/caca/driver_gl.c
  1184. * Fixed home/pgup/pgdown/insert events
  1185. ------------------------------------------------------------------------
  1186. r694 | jylam | 2006-04-26 14:36:31 +0200 (Wed, 26 Apr 2006) | 2 lines
  1187. Changed paths:
  1188. M /trunk/src/cacadraw.c
  1189. * page up / down
  1190. ------------------------------------------------------------------------
  1191. r693 | sam | 2006-04-26 14:30:54 +0200 (Wed, 26 Apr 2006) | 3 lines
  1192. Changed paths:
  1193. M /trunk/cucul/import.c
  1194. * In ANSI, bold only sets the foreground colour to bright, not the
  1195. background.
  1196. ------------------------------------------------------------------------
  1197. r692 | sam | 2006-04-26 14:25:44 +0200 (Wed, 26 Apr 2006) | 3 lines
  1198. Changed paths:
  1199. M /trunk/src
  1200. M /trunk/src/Makefile.am
  1201. A /trunk/src/cacadraw.c
  1202. M /trunk/test/import.c
  1203. * Added cacadraw. It only shows files and lets you scroll for now, but
  1204. it will eventually evolve into something better.
  1205. ------------------------------------------------------------------------
  1206. r691 | jylam | 2006-04-26 14:23:30 +0200 (Wed, 26 Apr 2006) | 2 lines
  1207. Changed paths:
  1208. M /trunk/cucul/import.c
  1209. * Really updated doc
  1210. ------------------------------------------------------------------------
  1211. r690 | jylam | 2006-04-26 14:18:35 +0200 (Wed, 26 Apr 2006) | 2 lines
  1212. Changed paths:
  1213. M /trunk/cucul/import.c
  1214. * Fixed documentation for import
  1215. ------------------------------------------------------------------------
  1216. r689 | sam | 2006-04-26 14:17:22 +0200 (Wed, 26 Apr 2006) | 2 lines
  1217. Changed paths:
  1218. D /trunk/cpp
  1219. * Removed legacy cpp directory.
  1220. ------------------------------------------------------------------------
  1221. r688 | jylam | 2006-04-26 14:11:55 +0200 (Wed, 26 Apr 2006) | 2 lines
  1222. Changed paths:
  1223. M /trunk/Makefile.am
  1224. M /trunk/configure.ac
  1225. A /trunk/cxx (from /trunk/cpp:684)
  1226. M /trunk/cxx/Makefile.am
  1227. R /trunk/cxx/caca++.cpp (from /trunk/cpp/caca++.cpp:686)
  1228. R /trunk/cxx/caca++.h (from /trunk/cpp/caca++.h:686)
  1229. R /trunk/cxx/cpptest.cpp (from /trunk/cpp/cpptest.cpp:686)
  1230. R /trunk/cxx/cucul++.cpp (from /trunk/cpp/cucul++.cpp:686)
  1231. R /trunk/cxx/cucul++.h (from /trunk/cpp/cucul++.h:686)
  1232. * Updated C++ bindings and renamed directory to more comprehensive cxx
  1233. ------------------------------------------------------------------------
  1234. r687 | sam | 2006-04-26 14:06:13 +0200 (Wed, 26 Apr 2006) | 2 lines
  1235. Changed paths:
  1236. M /trunk/test/event.c
  1237. * Minor typo.
  1238. ------------------------------------------------------------------------
  1239. r686 | jylam | 2006-04-26 13:57:30 +0200 (Wed, 26 Apr 2006) | 2 lines
  1240. Changed paths:
  1241. M /trunk/cpp/caca++.cpp
  1242. M /trunk/cpp/caca++.h
  1243. M /trunk/cpp/cpptest.cpp
  1244. M /trunk/cpp/cucul++.cpp
  1245. M /trunk/cpp/cucul++.h
  1246. * Updated libcaca c++ bindings
  1247. ------------------------------------------------------------------------
  1248. r685 | sam | 2006-04-26 13:54:26 +0200 (Wed, 26 Apr 2006) | 5 lines
  1249. Changed paths:
  1250. M /trunk/cucul/buffer.c
  1251. M /trunk/cucul/cucul.h
  1252. M /trunk/cucul/cucul_internals.h
  1253. M /trunk/cucul/export.c
  1254. M /trunk/cucul/import.c
  1255. M /trunk/src/cacaplay.c
  1256. M /trunk/src/cacaserver.c
  1257. M /trunk/test
  1258. M /trunk/test/import.c
  1259. M /trunk/test/text.c
  1260. * Implemented cucul_load_file() and cucul_load_memory() to load respectively
  1261. a file and a memory area into a libcucul buffer.
  1262. * Changed the cucul_import_canvas() prototype so that it uses libcucul
  1263. buffers instead of simple memory areas.
  1264. ------------------------------------------------------------------------
  1265. r684 | sam | 2006-04-26 13:29:50 +0200 (Wed, 26 Apr 2006) | 2 lines
  1266. Changed paths:
  1267. M /trunk/cucul/import.c
  1268. * Argh, _really_ fixed the uninitialised variable.
  1269. ------------------------------------------------------------------------
  1270. r683 | sam | 2006-04-26 13:28:55 +0200 (Wed, 26 Apr 2006) | 2 lines
  1271. Changed paths:
  1272. M /trunk/cucul/import.c
  1273. * Fixed an uninitialised variable.
  1274. ------------------------------------------------------------------------
  1275. r682 | sam | 2006-04-26 12:22:31 +0200 (Wed, 26 Apr 2006) | 4 lines
  1276. Changed paths:
  1277. M /trunk/cucul/import.c
  1278. * Fixed our buffer overflow in the ANSI parser by simply skipping control
  1279. sequences longer than 100 characters.
  1280. * Documented the escape sequence format.
  1281. ------------------------------------------------------------------------
  1282. r681 | jylam | 2006-04-26 12:04:02 +0200 (Wed, 26 Apr 2006) | 2 lines
  1283. Changed paths:
  1284. M /trunk/cpp/cpptest.cpp
  1285. M /trunk/cpp/cucul++.cpp
  1286. M /trunk/cpp/cucul++.h
  1287. M /trunk/test/demo.c
  1288. * Updated C++ bindings, should be coding-style-correction-proof, or at least a bit better than before. Not tested at all.
  1289. ------------------------------------------------------------------------
  1290. r680 | sam | 2006-04-26 11:56:26 +0200 (Wed, 26 Apr 2006) | 3 lines
  1291. Changed paths:
  1292. M /trunk/cucul/import.c
  1293. * More robust ANSI sequence argument parser. Detects private sequences and
  1294. intermediate bytes.
  1295. ------------------------------------------------------------------------
  1296. r679 | jylam | 2006-04-26 11:00:40 +0200 (Wed, 26 Apr 2006) | 2 lines
  1297. Changed paths:
  1298. M /trunk/cucul/import.c
  1299. * Fixed warning in a clever and tested way. Bordel de merde.
  1300. ------------------------------------------------------------------------
  1301. r678 | sam | 2006-04-26 10:21:46 +0200 (Wed, 26 Apr 2006) | 2 lines
  1302. Changed paths:
  1303. M /trunk/cucul/import.c
  1304. * Coding style.
  1305. ------------------------------------------------------------------------
  1306. r677 | sam | 2006-04-26 10:12:57 +0200 (Wed, 26 Apr 2006) | 2 lines
  1307. Changed paths:
  1308. M /trunk/cucul/import.c
  1309. * No way, dude. You cannot declare x and y unsigned if you test for (x < 0).
  1310. ------------------------------------------------------------------------
  1311. r676 | jylam | 2006-04-26 10:09:14 +0200 (Wed, 26 Apr 2006) | 2 lines
  1312. Changed paths:
  1313. M /trunk/cucul/import.c
  1314. * Fixed warnings in ansi importer
  1315. ------------------------------------------------------------------------
  1316. r675 | sam | 2006-04-26 09:57:26 +0200 (Wed, 26 Apr 2006) | 2 lines
  1317. Changed paths:
  1318. M /trunk/cucul/import.c
  1319. * More cleaning up of the ANSI loader. Fixed reverse video.
  1320. ------------------------------------------------------------------------
  1321. r674 | sam | 2006-04-26 09:46:58 +0200 (Wed, 26 Apr 2006) | 2 lines
  1322. Changed paths:
  1323. M /trunk/cucul/colour.c
  1324. * Set the transparent colour's RGB values to the default colour's ones.
  1325. ------------------------------------------------------------------------
  1326. r673 | jylam | 2006-04-25 20:23:33 +0200 (Tue, 25 Apr 2006) | 2 lines
  1327. Changed paths:
  1328. M /trunk/cucul/import.c
  1329. * Improved ANSI format detection
  1330. ------------------------------------------------------------------------
  1331. r672 | sam | 2006-04-25 20:16:42 +0200 (Tue, 25 Apr 2006) | 2 lines
  1332. Changed paths:
  1333. M /trunk/cucul/import.c
  1334. * Really fixed bold in ANSI loader, and removed dead code.
  1335. ------------------------------------------------------------------------
  1336. r671 | sam | 2006-04-25 20:02:20 +0200 (Tue, 25 Apr 2006) | 2 lines
  1337. Changed paths:
  1338. M /trunk/cucul/import.c
  1339. * Simplified _manage_modifiers() a bit.
  1340. ------------------------------------------------------------------------
  1341. r670 | sam | 2006-04-25 19:46:49 +0200 (Tue, 25 Apr 2006) | 2 lines
  1342. Changed paths:
  1343. M /trunk/cucul/import.c
  1344. * Fixed bold support in ANSI loader.
  1345. ------------------------------------------------------------------------
  1346. r669 | sam | 2006-04-25 19:43:16 +0200 (Tue, 25 Apr 2006) | 2 lines
  1347. Changed paths:
  1348. M /trunk/cucul/import.c
  1349. * A few fixes in the ANSI interpreter.
  1350. ------------------------------------------------------------------------
  1351. r668 | sam | 2006-04-25 18:28:00 +0200 (Tue, 25 Apr 2006) | 2 lines
  1352. Changed paths:
  1353. M /trunk/cucul/import.c
  1354. * Got rid of _update_canvas_size().
  1355. ------------------------------------------------------------------------
  1356. r667 | jylam | 2006-04-25 17:39:13 +0200 (Tue, 25 Apr 2006) | 2 lines
  1357. Changed paths:
  1358. M /trunk/cucul/import.c
  1359. * _updated_coding_style(aBit);
  1360. ------------------------------------------------------------------------
  1361. r666 | sam | 2006-04-25 17:22:53 +0200 (Tue, 25 Apr 2006) | 2 lines
  1362. Changed paths:
  1363. M /trunk/cucul/import.c
  1364. * Ahahaha. Meet the "optimisation" that breaks everything.
  1365. ------------------------------------------------------------------------
  1366. r665 | sam | 2006-04-25 17:04:19 +0200 (Tue, 25 Apr 2006) | 2 lines
  1367. Changed paths:
  1368. M /trunk/cucul/import.c
  1369. * Small optimisation in import_text().
  1370. ------------------------------------------------------------------------
  1371. r664 | sam | 2006-04-25 16:12:31 +0200 (Tue, 25 Apr 2006) | 2 lines
  1372. Changed paths:
  1373. M /trunk/cucul/import.c
  1374. * Really minor coding style fixes in the ANSI importer.
  1375. ------------------------------------------------------------------------
  1376. r663 | sam | 2006-04-25 13:05:25 +0200 (Tue, 25 Apr 2006) | 2 lines
  1377. Changed paths:
  1378. M /trunk/cucul/canvas.c
  1379. M /trunk/cucul/colour.c
  1380. M /trunk/cucul/cucul.c
  1381. M /trunk/cucul/cucul.h
  1382. M /trunk/cucul/cucul_internals.h
  1383. * More error checking in libcucul.
  1384. ------------------------------------------------------------------------
  1385. r662 | sam | 2006-04-25 13:05:03 +0200 (Tue, 25 Apr 2006) | 2 lines
  1386. Changed paths:
  1387. M /trunk/test/import.c
  1388. * Jylam is too modest.
  1389. ------------------------------------------------------------------------
  1390. r661 | jylam | 2006-04-25 12:14:47 +0200 (Tue, 25 Apr 2006) | 2 lines
  1391. Changed paths:
  1392. A /trunk/test/import.c
  1393. * Added importers test
  1394. ------------------------------------------------------------------------
  1395. r660 | jylam | 2006-04-25 12:14:12 +0200 (Tue, 25 Apr 2006) | 2 lines
  1396. Changed paths:
  1397. M /trunk/cucul/import.c
  1398. M /trunk/test/Makefile.am
  1399. * Added preliminary ANSI importer, added import formats autodection
  1400. ------------------------------------------------------------------------
  1401. r659 | sam | 2006-04-25 11:59:58 +0200 (Tue, 25 Apr 2006) | 4 lines
  1402. Changed paths:
  1403. M /trunk/configure.ac
  1404. M /trunk/cucul/box.c
  1405. M /trunk/cucul/buffer.c
  1406. M /trunk/cucul/canvas.c
  1407. M /trunk/cucul/conic.c
  1408. M /trunk/cucul/cucul.h
  1409. M /trunk/cucul/line.c
  1410. M /trunk/cucul/triangle.c
  1411. * Check for <errno.h>.
  1412. * Started changing function prototypes so that they return an integer
  1413. instead of void, just in case they might fail.
  1414. ------------------------------------------------------------------------
  1415. r658 | sam | 2006-04-25 11:34:41 +0200 (Tue, 25 Apr 2006) | 2 lines
  1416. Changed paths:
  1417. M /trunk/cucul/Makefile.am
  1418. M /trunk/cucul/cucul.h
  1419. D /trunk/cucul/error.c
  1420. * Reverted that errno stuff. We'll just use the real errno.
  1421. ------------------------------------------------------------------------
  1422. r657 | sam | 2006-04-25 10:54:44 +0200 (Tue, 25 Apr 2006) | 2 lines
  1423. Changed paths:
  1424. M /trunk/cucul/Makefile.am
  1425. M /trunk/cucul/cucul.h
  1426. A /trunk/cucul/error.c
  1427. * Added basis for an errno-like mechanism.
  1428. ------------------------------------------------------------------------
  1429. r656 | sam | 2006-04-25 00:10:38 +0200 (Tue, 25 Apr 2006) | 3 lines
  1430. Changed paths:
  1431. M /trunk/build-win32
  1432. M /trunk/configure.ac
  1433. * Removed my previously introduced --enable-pangoft2 and replaced it with
  1434. a nicer cross compilation check.
  1435. ------------------------------------------------------------------------
  1436. r655 | sam | 2006-04-24 23:45:26 +0200 (Mon, 24 Apr 2006) | 2 lines
  1437. Changed paths:
  1438. M /trunk/build-win32
  1439. M /trunk/configure.ac
  1440. M /trunk/src/Makefile.am
  1441. M /trunk/src/cacaserver.c
  1442. * Brought the Win32 build back on its wheels.
  1443. ------------------------------------------------------------------------
  1444. r654 | sam | 2006-04-24 23:09:06 +0200 (Mon, 24 Apr 2006) | 2 lines
  1445. Changed paths:
  1446. M /trunk/common.h
  1447. M /trunk/configure.ac
  1448. M /trunk/cucul/font.c
  1449. M /trunk/src/cacaserver.c
  1450. M /trunk/tools/makefont.c
  1451. * Renamed htons/htonl to hton16/hton32 to avoid useless conflicts.
  1452. ------------------------------------------------------------------------
  1453. r653 | sam | 2006-04-24 23:05:31 +0200 (Mon, 24 Apr 2006) | 2 lines
  1454. Changed paths:
  1455. M /trunk/caca/driver_win32.c
  1456. * Fixed minor compilation warning.
  1457. ------------------------------------------------------------------------
  1458. r652 | sam | 2006-04-24 22:56:07 +0200 (Mon, 24 Apr 2006) | 2 lines
  1459. Changed paths:
  1460. M /trunk/common.h
  1461. * Win32 compilation fix.
  1462. ------------------------------------------------------------------------
  1463. r651 | sam | 2006-04-24 22:55:46 +0200 (Mon, 24 Apr 2006) | 2 lines
  1464. Changed paths:
  1465. M /trunk/cucul/font.c
  1466. * On win32, only disable the built-in fonts, not all the font functions.
  1467. ------------------------------------------------------------------------
  1468. r650 | sam | 2006-04-24 22:45:55 +0200 (Mon, 24 Apr 2006) | 3 lines
  1469. Changed paths:
  1470. M /trunk/common.h
  1471. M /trunk/configure.ac
  1472. M /trunk/cucul/font.c
  1473. M /trunk/tools/makefont.c
  1474. * Look for htons/htonl in netinet/in.h in addition to arpa/inet.h
  1475. * Implement htons/htonl in common.h just in case.
  1476. ------------------------------------------------------------------------
  1477. r649 | sam | 2006-04-24 22:39:54 +0200 (Mon, 24 Apr 2006) | 2 lines
  1478. Changed paths:
  1479. M /trunk/doc/style.dox
  1480. * Hahaha, fixed the coding style example.
  1481. ------------------------------------------------------------------------
  1482. r648 | sam | 2006-04-24 22:35:59 +0200 (Mon, 24 Apr 2006) | 3 lines
  1483. Changed paths:
  1484. M /trunk/caca/caca.c
  1485. M /trunk/caca/caca_internals.h
  1486. M /trunk/caca/driver_conio.c
  1487. M /trunk/caca/driver_gl.c
  1488. M /trunk/caca/driver_ncurses.c
  1489. M /trunk/caca/driver_raw.c
  1490. M /trunk/caca/driver_slang.c
  1491. M /trunk/caca/driver_vga.c
  1492. M /trunk/caca/driver_win32.c
  1493. M /trunk/caca/driver_x11.c
  1494. M /trunk/caca/event.c
  1495. M /trunk/caca/graphics.c
  1496. M /trunk/caca/time.c
  1497. M /trunk/common.h
  1498. M /trunk/configure.ac
  1499. M /trunk/cucul/box.c
  1500. M /trunk/cucul/buffer.c
  1501. M /trunk/cucul/canvas.c
  1502. M /trunk/cucul/charset.c
  1503. M /trunk/cucul/colour.c
  1504. M /trunk/cucul/conic.c
  1505. M /trunk/cucul/cucul.c
  1506. M /trunk/cucul/cucul_internals.h
  1507. M /trunk/cucul/dither.c
  1508. M /trunk/cucul/export.c
  1509. M /trunk/cucul/font.c
  1510. M /trunk/cucul/import.c
  1511. M /trunk/cucul/line.c
  1512. M /trunk/cucul/sprite.c
  1513. M /trunk/cucul/transform.c
  1514. M /trunk/cucul/triangle.c
  1515. M /trunk/kernel/kernel.c
  1516. M /trunk/src/aafire.c
  1517. M /trunk/src/cacaball.c
  1518. M /trunk/src/cacamoir.c
  1519. M /trunk/src/cacaplas.c
  1520. M /trunk/src/cacaplay.c
  1521. M /trunk/src/cacaserver.c
  1522. M /trunk/src/cacaview.c
  1523. M /trunk/src/common-image.c
  1524. M /trunk/src/img2irc.c
  1525. M /trunk/test/colors.c
  1526. M /trunk/test/demo.c
  1527. M /trunk/test/dithering.c
  1528. M /trunk/test/event.c
  1529. M /trunk/test/spritedit.c
  1530. M /trunk/tools/makefont.c
  1531. M /trunk/tools/optipal.c
  1532. * Removed duplicate uint*_t defines from *_internal.h and included common.h
  1533. in all .c files that needed it.
  1534. ------------------------------------------------------------------------
  1535. r647 | sam | 2006-04-24 21:57:23 +0200 (Mon, 24 Apr 2006) | 3 lines
  1536. Changed paths:
  1537. M /trunk/Makefile.am
  1538. A /trunk/common.h
  1539. M /trunk/test/export.c
  1540. M /trunk/test/font.c
  1541. M /trunk/test/frames.c
  1542. M /trunk/test/gamma.c
  1543. M /trunk/test/hsv.c
  1544. M /trunk/test/text.c
  1545. M /trunk/test/transform.c
  1546. M /trunk/test/truecolor.c
  1547. M /trunk/test/unicode.c
  1548. * Added "common.h", a placeholder for simple features and functions missing
  1549. from some systems.
  1550. ------------------------------------------------------------------------
  1551. r646 | sam | 2006-04-24 20:46:06 +0200 (Mon, 24 Apr 2006) | 3 lines
  1552. Changed paths:
  1553. M /trunk/cucul/export.c
  1554. * Print '?' for Unicode characters in the ANSI export. We'll decide later
  1555. whether we want plain ASCII, UTF-8, or CP437.
  1556. ------------------------------------------------------------------------
  1557. r645 | sam | 2006-04-24 19:51:23 +0200 (Mon, 24 Apr 2006) | 2 lines
  1558. Changed paths:
  1559. M /trunk/configure.ac
  1560. * Oops, fixed an old typo that brevented building without PangoFt2.
  1561. ------------------------------------------------------------------------
  1562. r644 | sam | 2006-04-24 19:47:44 +0200 (Mon, 24 Apr 2006) | 2 lines
  1563. Changed paths:
  1564. M /trunk/debian/Makefile.am
  1565. M /trunk/debian/caca-utils.install
  1566. M /trunk/debian/libcucul-dev.install
  1567. * Fixed Debian build files.
  1568. ------------------------------------------------------------------------
  1569. r643 | sam | 2006-04-24 19:39:53 +0200 (Mon, 24 Apr 2006) | 2 lines
  1570. Changed paths:
  1571. M /trunk/configure.ac
  1572. * Do not bail out if PangoFt2 was not found.
  1573. ------------------------------------------------------------------------
  1574. r641 | sam | 2006-04-22 23:51:50 +0200 (Sat, 22 Apr 2006) | 2 lines
  1575. Changed paths:
  1576. M /trunk/ChangeLog
  1577. M /trunk/NEWS
  1578. M /trunk/TODO
  1579. * 0.99.beta1 release.
  1580. ------------------------------------------------------------------------
  1581. r640 | sam | 2006-04-22 23:36:11 +0200 (Sat, 22 Apr 2006) | 2 lines
  1582. Changed paths:
  1583. M /trunk/configure.ac
  1584. M /trunk/cucul/Makefile.am
  1585. M /trunk/test/Makefile.am
  1586. * Got rid of CUCUL_LIBS. It's unused.
  1587. ------------------------------------------------------------------------
  1588. r639 | sam | 2006-04-22 23:31:42 +0200 (Sat, 22 Apr 2006) | 2 lines
  1589. Changed paths:
  1590. M /trunk/Makefile.am
  1591. M /trunk/debian
  1592. M /trunk/debian/Makefile.am
  1593. A /trunk/debian/caca-utils.install
  1594. M /trunk/debian/changelog
  1595. M /trunk/debian/control
  1596. A /trunk/debian/libcaca-dev.install
  1597. A /trunk/debian/libcaca0.install
  1598. A /trunk/debian/libcucul-dev.install
  1599. A /trunk/debian/libcucul0.install
  1600. M /trunk/debian/rules
  1601. M /trunk/doc/Makefile.am
  1602. * Updated Debian build rules.
  1603. ------------------------------------------------------------------------
  1604. r638 | sam | 2006-04-22 21:46:43 +0200 (Sat, 22 Apr 2006) | 2 lines
  1605. Changed paths:
  1606. M /trunk/caca/event.c
  1607. M /trunk/doc/migrating.dox
  1608. M /trunk/test/colors.c
  1609. M /trunk/test/dithering.c
  1610. M /trunk/test/font.c
  1611. M /trunk/test/frames.c
  1612. M /trunk/test/hsv.c
  1613. M /trunk/test/transform.c
  1614. M /trunk/test/truecolor.c
  1615. M /trunk/test/unicode.c
  1616. * Allow the caca_event_t *ev argument for caca_get_event() to be NULL.
  1617. ------------------------------------------------------------------------
  1618. r637 | sam | 2006-04-22 21:35:43 +0200 (Sat, 22 Apr 2006) | 2 lines
  1619. Changed paths:
  1620. M /trunk/doc/migrating.dox
  1621. * Minor updates to the migration documentation.
  1622. ------------------------------------------------------------------------
  1623. r636 | sam | 2006-04-22 21:22:14 +0200 (Sat, 22 Apr 2006) | 2 lines
  1624. Changed paths:
  1625. M /trunk/doc/Makefile.am
  1626. * Slightly improved the documentation build rules dependencies.
  1627. ------------------------------------------------------------------------
  1628. r635 | sam | 2006-04-22 21:17:38 +0200 (Sat, 22 Apr 2006) | 2 lines
  1629. Changed paths:
  1630. M /trunk/ChangeLog
  1631. M /trunk/NEWS
  1632. M /trunk/TODO
  1633. * Updated ChangeLog, NEWS and TODO.
  1634. ------------------------------------------------------------------------
  1635. r634 | sam | 2006-04-22 21:14:49 +0200 (Sat, 22 Apr 2006) | 2 lines
  1636. Changed paths:
  1637. M /trunk/doc/libcaca.dox
  1638. M /trunk/doc/migrating.dox
  1639. * Updated the migration guide.
  1640. ------------------------------------------------------------------------
  1641. r633 | sam | 2006-04-22 21:14:26 +0200 (Sat, 22 Apr 2006) | 2 lines
  1642. Changed paths:
  1643. M /trunk/doc/style.dox
  1644. * Wrote the C coding style documentation.
  1645. ------------------------------------------------------------------------
  1646. r632 | sam | 2006-04-22 21:13:27 +0200 (Sat, 22 Apr 2006) | 3 lines
  1647. Changed paths:
  1648. M /trunk/test
  1649. M /trunk/test/Makefile.am
  1650. A /trunk/test/frames.c
  1651. A /trunk/test/text.c
  1652. * Added a test for multiple frames support.
  1653. * Added a test for textfile loading.
  1654. ------------------------------------------------------------------------
  1655. r631 | sam | 2006-04-22 21:11:25 +0200 (Sat, 22 Apr 2006) | 2 lines
  1656. Changed paths:
  1657. M /trunk/cucul/cucul.c
  1658. M /trunk/cucul/cucul.h
  1659. M /trunk/cucul/cucul_internals.h
  1660. M /trunk/cucul/sprite.c
  1661. * Support for multiple frames in canvases.
  1662. ------------------------------------------------------------------------
  1663. r630 | sam | 2006-04-22 21:10:41 +0200 (Sat, 22 Apr 2006) | 2 lines
  1664. Changed paths:
  1665. M /trunk/cucul/import.c
  1666. * Added a simple "text" importer, until the cool ANSI importer arrives.
  1667. ------------------------------------------------------------------------
  1668. r629 | sam | 2006-04-22 21:06:59 +0200 (Sat, 22 Apr 2006) | 3 lines
  1669. Changed paths:
  1670. M /trunk/cucul/export.c
  1671. * Disabled the foreground/background optimisation in the IRC export because
  1672. it breaks on too many IRC clients.
  1673. ------------------------------------------------------------------------
  1674. r628 | sam | 2006-04-22 21:04:49 +0200 (Sat, 22 Apr 2006) | 2 lines
  1675. Changed paths:
  1676. M /trunk/test/demo.c
  1677. M /trunk/test/spritedit.c
  1678. * Disabled sprite stuff from the tests.
  1679. ------------------------------------------------------------------------
  1680. r627 | sam | 2006-04-22 21:00:14 +0200 (Sat, 22 Apr 2006) | 2 lines
  1681. Changed paths:
  1682. M /trunk/cpp/caca++.h
  1683. M /trunk/cpp/cucul++.cpp
  1684. M /trunk/cpp/cucul++.h
  1685. * Removed soon-to-be-thrown-away sprite stuff from the C++ bindings.
  1686. ------------------------------------------------------------------------
  1687. r626 | sam | 2006-04-22 20:54:38 +0200 (Sat, 22 Apr 2006) | 4 lines
  1688. Changed paths:
  1689. M /trunk/configure.ac
  1690. M /trunk/cpp/Makefile.am
  1691. * Fixed --enable-cpp to actually do something. Also, disabled it by
  1692. default for the release, because it's not up to date and needs a lot
  1693. of polishing.
  1694. ------------------------------------------------------------------------
  1695. r625 | sam | 2006-04-21 23:41:30 +0200 (Fri, 21 Apr 2006) | 2 lines
  1696. Changed paths:
  1697. M /trunk/doc/Makefile.am
  1698. M /trunk/doc/libcaca.dox
  1699. M /trunk/doc/migrating.dox
  1700. A /trunk/doc/style.dox
  1701. A /trunk/doc/tutorial.dox
  1702. * Oops, tutorial.dox was actually missing. Also, added a style.dox skeleton.
  1703. ------------------------------------------------------------------------
  1704. r624 | sam | 2006-04-21 23:21:20 +0200 (Fri, 21 Apr 2006) | 2 lines
  1705. Changed paths:
  1706. M /trunk/configure.ac
  1707. * Set version number to 0.99.beta1.
  1708. ------------------------------------------------------------------------
  1709. r623 | sam | 2006-04-21 22:51:58 +0200 (Fri, 21 Apr 2006) | 2 lines
  1710. Changed paths:
  1711. M /trunk/cucul/cucul.c
  1712. M /trunk/cucul/cucul_internals.h
  1713. * Got rid of cv->scratch_line. It's unused, too.
  1714. ------------------------------------------------------------------------
  1715. r622 | sam | 2006-04-21 22:51:14 +0200 (Fri, 21 Apr 2006) | 2 lines
  1716. Changed paths:
  1717. M /trunk/cucul/cucul.c
  1718. M /trunk/cucul/cucul_internals.h
  1719. * Got rid of cv->empty_line, it's now unused.
  1720. ------------------------------------------------------------------------
  1721. r621 | sam | 2006-04-21 22:49:17 +0200 (Fri, 21 Apr 2006) | 3 lines
  1722. Changed paths:
  1723. M /trunk/configure.ac
  1724. M /trunk/cpp/cucul++.cpp
  1725. M /trunk/cpp/cucul++.h
  1726. M /trunk/cucul/canvas.c
  1727. M /trunk/cucul/cucul.h
  1728. M /trunk/src/cacaview.c
  1729. M /trunk/src/img2irc.c
  1730. M /trunk/test/colors.c
  1731. M /trunk/test/demo.c
  1732. M /trunk/test/event.c
  1733. M /trunk/test/gamma.c
  1734. M /trunk/test/spritedit.c
  1735. * Changed cucul_clear_canvas() again. It now uses the current foreground
  1736. and background colours to clear the screen.
  1737. ------------------------------------------------------------------------
  1738. r620 | sam | 2006-04-21 22:24:04 +0200 (Fri, 21 Apr 2006) | 2 lines
  1739. Changed paths:
  1740. M /trunk/cpp/caca++.cpp
  1741. M /trunk/cpp/caca++.h
  1742. * Fixed a segfault in the C++ bindings. Vieux porc !
  1743. ------------------------------------------------------------------------
  1744. r619 | sam | 2006-04-21 21:26:54 +0200 (Fri, 21 Apr 2006) | 2 lines
  1745. Changed paths:
  1746. M /trunk/caca/Makefile.am
  1747. M /trunk/configure.ac
  1748. M /trunk/cpp/Makefile.am
  1749. M /trunk/cucul/Makefile.am
  1750. * Set library names to lib*.so.0.10.0.
  1751. ------------------------------------------------------------------------
  1752. r618 | sam | 2006-04-21 21:26:18 +0200 (Fri, 21 Apr 2006) | 2 lines
  1753. Changed paths:
  1754. M /trunk/cucul/import.c
  1755. * Fixed a compilation warning.
  1756. ------------------------------------------------------------------------
  1757. r617 | sam | 2006-04-21 21:08:00 +0200 (Fri, 21 Apr 2006) | 2 lines
  1758. Changed paths:
  1759. M /trunk/cucul/import.c
  1760. * Minor documentation fix.
  1761. ------------------------------------------------------------------------
  1762. r616 | sam | 2006-04-21 21:06:38 +0200 (Fri, 21 Apr 2006) | 2 lines
  1763. Changed paths:
  1764. M /trunk/cpp/caca++.cpp
  1765. M /trunk/cpp/caca++.h
  1766. M /trunk/cpp/cpptest.cpp
  1767. M /trunk/cpp/cucul++.cpp
  1768. M /trunk/cpp/cucul++.h
  1769. * Fixed ugly coding style of the C++ bindings. Vieux porc immonde.
  1770. ------------------------------------------------------------------------
  1771. r615 | sam | 2006-04-21 20:44:04 +0200 (Fri, 21 Apr 2006) | 4 lines
  1772. Changed paths:
  1773. M /trunk/caca/driver_raw.c
  1774. M /trunk/cpp/cucul++.cpp
  1775. M /trunk/cpp/cucul++.h
  1776. M /trunk/cucul/Makefile.am
  1777. M /trunk/cucul/cucul.c
  1778. M /trunk/cucul/cucul.h
  1779. M /trunk/cucul/export.c
  1780. A /trunk/cucul/import.c (from /trunk/cucul/cucul.c:612)
  1781. M /trunk/src/cacaplay.c
  1782. M /trunk/src/cacaserver.c
  1783. M /trunk/src/img2irc.c
  1784. M /trunk/test/export.c
  1785. * Moved cucul_load_canvas() into cucul/import.c and renamed it into
  1786. cucul_import_canvas().
  1787. * Renamed cucul_create_export() into cucul_export_canvas() for consistency.
  1788. ------------------------------------------------------------------------
  1789. r614 | sam | 2006-04-21 20:09:30 +0200 (Fri, 21 Apr 2006) | 2 lines
  1790. Changed paths:
  1791. M /trunk/cucul/colour.c
  1792. M /trunk/cucul/dither.c
  1793. M /trunk/cucul/export.c
  1794. M /trunk/cucul/font.c
  1795. * Minor documentation improvements.
  1796. ------------------------------------------------------------------------
  1797. r613 | sam | 2006-04-21 20:03:22 +0200 (Fri, 21 Apr 2006) | 3 lines
  1798. Changed paths:
  1799. M /trunk/TODO
  1800. M /trunk/caca/caca.h
  1801. M /trunk/cucul/cucul.h
  1802. M /trunk/doc/Makefile.am
  1803. M /trunk/doc/libcaca.dox
  1804. A /trunk/doc/migrating.dox
  1805. A /trunk/doc/user.dox
  1806. * Documentation improvements. Wrote a small migration guide and added the
  1807. skeleton of a tutorial for Jylam.
  1808. ------------------------------------------------------------------------
  1809. r612 | sam | 2006-04-21 18:27:43 +0200 (Fri, 21 Apr 2006) | 3 lines
  1810. Changed paths:
  1811. M /trunk/AUTHORS
  1812. M /trunk/NEWS
  1813. M /trunk/THANKS
  1814. M /trunk/TODO
  1815. M /trunk/caca/caca.h
  1816. M /trunk/doc/Makefile.am
  1817. M /trunk/doc/doxygen.cfg.in
  1818. A /trunk/doc/libcaca.dox
  1819. * Added AUTHORS, THANKS, NEWS and TODO to the Doxygen documentation. Moved the main
  1820. documentation page from caca.h to a separate file.
  1821. ------------------------------------------------------------------------
  1822. r611 | sam | 2006-04-21 14:01:14 +0200 (Fri, 21 Apr 2006) | 2 lines
  1823. Changed paths:
  1824. M /trunk/caca/driver_ncurses.c
  1825. * Do not use ncurses' TIOCGWINSZ handler if <sys/ioctl.h> is not here.
  1826. ------------------------------------------------------------------------
  1827. r610 | sam | 2006-04-19 15:02:45 +0200 (Wed, 19 Apr 2006) | 2 lines
  1828. Changed paths:
  1829. M /trunk/cpp/Makefile.am
  1830. * Workaround for broken C++ linking with old libtool versions.
  1831. ------------------------------------------------------------------------
  1832. r609 | sam | 2006-04-19 13:50:24 +0200 (Wed, 19 Apr 2006) | 3 lines
  1833. Changed paths:
  1834. M /trunk/NOTES
  1835. M /trunk/tools/optipal.c
  1836. * Moved the technical discussion on S-Lang's palette optimisation from
  1837. NOTES to tools/optipal.c.
  1838. ------------------------------------------------------------------------
  1839. r608 | sam | 2006-04-19 12:10:58 +0200 (Wed, 19 Apr 2006) | 2 lines
  1840. Changed paths:
  1841. M /trunk/caca/caca.c
  1842. M /trunk/caca/caca.h
  1843. M /trunk/caca/caca_internals.h
  1844. M /trunk/caca/driver_conio.c
  1845. M /trunk/caca/driver_gl.c
  1846. M /trunk/caca/driver_ncurses.c
  1847. M /trunk/caca/driver_raw.c
  1848. M /trunk/caca/driver_slang.c
  1849. M /trunk/caca/driver_vga.c
  1850. M /trunk/caca/driver_win32.c
  1851. M /trunk/caca/driver_x11.c
  1852. M /trunk/caca/graphics.c
  1853. M /trunk/cpp/caca++.cpp
  1854. M /trunk/cpp/caca++.h
  1855. M /trunk/cucul/cucul.c
  1856. M /trunk/python/pypycaca.c
  1857. M /trunk/python/pypycaca.h
  1858. M /trunk/src/aafire.c
  1859. M /trunk/src/cacaball.c
  1860. M /trunk/src/cacamoir.c
  1861. M /trunk/src/cacaplas.c
  1862. M /trunk/src/cacaplay.c
  1863. M /trunk/src/cacaview.c
  1864. M /trunk/test/colors.c
  1865. M /trunk/test/demo.c
  1866. M /trunk/test/dithering.c
  1867. M /trunk/test/event.c
  1868. M /trunk/test/font.c
  1869. M /trunk/test/gamma.c
  1870. M /trunk/test/hsv.c
  1871. M /trunk/test/spritedit.c
  1872. M /trunk/test/transform.c
  1873. M /trunk/test/truecolor.c
  1874. M /trunk/test/unicode.c
  1875. * More function mass-renaming: caca_attach -> caca_create_display, etc.
  1876. ------------------------------------------------------------------------
  1877. r607 | sam | 2006-04-19 11:07:55 +0200 (Wed, 19 Apr 2006) | 6 lines
  1878. Changed paths:
  1879. M /trunk/caca/driver_raw.c
  1880. M /trunk/cucul/cucul.c
  1881. M /trunk/cucul/export.c
  1882. M /trunk/src/cacaserver.c
  1883. * Added a new "caca" exporter.
  1884. * Removed most code from the raw driver and replaced it with a call to the
  1885. caca exporter.
  1886. * Slightly changed the caca export format and updated code accordingly.
  1887. * Improved cacaserver error reporting.
  1888. ------------------------------------------------------------------------
  1889. r606 | sam | 2006-04-18 18:51:52 +0200 (Tue, 18 Apr 2006) | 2 lines
  1890. Changed paths:
  1891. M /trunk/debian/control
  1892. * Updates to the Debian build files.
  1893. ------------------------------------------------------------------------
  1894. r605 | sam | 2006-04-18 18:50:56 +0200 (Tue, 18 Apr 2006) | 4 lines
  1895. Changed paths:
  1896. M /trunk/cucul/dither.c
  1897. M /trunk/src/aafire.c
  1898. M /trunk/src/cacaball.c
  1899. M /trunk/src/cacamoir.c
  1900. M /trunk/src/cacaplas.c
  1901. M /trunk/src/cacaview.c
  1902. M /trunk/src/img2irc.c
  1903. M /trunk/test/demo.c
  1904. M /trunk/test/export.c
  1905. M /trunk/test/font.c
  1906. M /trunk/test/gamma.c
  1907. M /trunk/test/hsv.c
  1908. * Changed the cucul_dither_bitmap behaviour so that the 4 coordinates are
  1909. now x/y/width/height instead of x1/y1/x2/y2. Avoids unnecessary +1/-1
  1910. computations.
  1911. ------------------------------------------------------------------------
  1912. r604 | sam | 2006-04-18 18:17:14 +0200 (Tue, 18 Apr 2006) | 4 lines
  1913. Changed paths:
  1914. M /trunk/cucul/cucul.c
  1915. M /trunk/cucul/dither.c
  1916. M /trunk/test/demo.c
  1917. M /trunk/test/dithering.c
  1918. * Changed the cucul_rand() behaviour. Now cucul_rand(0, 10) returns random
  1919. values between 0 and 9 (used to be 0 and 10). Updated documentation
  1920. accordingly.
  1921. ------------------------------------------------------------------------
  1922. r603 | sam | 2006-04-18 18:04:01 +0200 (Tue, 18 Apr 2006) | 3 lines
  1923. Changed paths:
  1924. M /trunk/cpp/cucul++.cpp
  1925. M /trunk/cpp/cucul++.h
  1926. M /trunk/cucul/canvas.c
  1927. M /trunk/cucul/cucul.h
  1928. M /trunk/src/cacaview.c
  1929. M /trunk/src/img2irc.c
  1930. M /trunk/test/colors.c
  1931. M /trunk/test/demo.c
  1932. M /trunk/test/event.c
  1933. M /trunk/test/gamma.c
  1934. M /trunk/test/spritedit.c
  1935. * Renamed cucul_clear() to cucul_clear_canvas() and added an argument to
  1936. choose the background colour.
  1937. ------------------------------------------------------------------------
  1938. r602 | sam | 2006-04-18 17:54:33 +0200 (Tue, 18 Apr 2006) | 4 lines
  1939. Changed paths:
  1940. M /trunk/caca/driver_conio.c
  1941. M /trunk/caca/driver_gl.c
  1942. M /trunk/caca/driver_ncurses.c
  1943. M /trunk/caca/driver_slang.c
  1944. M /trunk/caca/driver_vga.c
  1945. M /trunk/caca/driver_win32.c
  1946. M /trunk/caca/driver_x11.c
  1947. M /trunk/caca/graphics.c
  1948. M /trunk/cpp/cucul++.cpp
  1949. M /trunk/cucul/Makefile.am
  1950. A /trunk/cucul/buffer.c (from /trunk/cucul/cucul.c:600)
  1951. M /trunk/cucul/cucul.c
  1952. M /trunk/cucul/cucul.h
  1953. M /trunk/cucul/cucul_internals.h
  1954. M /trunk/cucul/export.c
  1955. M /trunk/cucul/font.c
  1956. M /trunk/src/aafire.c
  1957. M /trunk/src/cacaball.c
  1958. M /trunk/src/cacamoir.c
  1959. M /trunk/src/cacaplas.c
  1960. M /trunk/src/cacaplay.c
  1961. M /trunk/src/cacaserver.c
  1962. M /trunk/src/cacaview.c
  1963. M /trunk/src/img2irc.c
  1964. M /trunk/test/colors.c
  1965. M /trunk/test/demo.c
  1966. M /trunk/test/dithering.c
  1967. M /trunk/test/event.c
  1968. M /trunk/test/export.c
  1969. M /trunk/test/font.c
  1970. M /trunk/test/gamma.c
  1971. M /trunk/test/hsv.c
  1972. M /trunk/test/spritedit.c
  1973. M /trunk/test/transform.c
  1974. M /trunk/test/truecolor.c
  1975. M /trunk/test/unicode.c
  1976. * Renamed main canvas-related functions so that they have "canvas" in
  1977. their name, eg. cucul_create() -> cucul_create_canvas() etc.
  1978. * Moved buffer-related functions to cucul/buffer.c.
  1979. ------------------------------------------------------------------------
  1980. r601 | sam | 2006-04-18 17:12:12 +0200 (Tue, 18 Apr 2006) | 2 lines
  1981. Changed paths:
  1982. M /trunk/tools/makefont.c
  1983. * Cosmetic changes.
  1984. ------------------------------------------------------------------------
  1985. r600 | sam | 2006-04-18 17:11:25 +0200 (Tue, 18 Apr 2006) | 3 lines
  1986. Changed paths:
  1987. M /trunk/caca/caca.c
  1988. M /trunk/caca/caca.h
  1989. M /trunk/caca/caca_internals.h
  1990. M /trunk/caca/driver_conio.c
  1991. M /trunk/caca/driver_gl.c
  1992. M /trunk/caca/driver_ncurses.c
  1993. M /trunk/caca/driver_raw.c
  1994. M /trunk/caca/driver_slang.c
  1995. M /trunk/caca/driver_vga.c
  1996. M /trunk/caca/driver_win32.c
  1997. M /trunk/caca/driver_x11.c
  1998. M /trunk/caca/event.c
  1999. M /trunk/caca/graphics.c
  2000. M /trunk/cpp/caca++.cpp
  2001. M /trunk/cpp/caca++.h
  2002. M /trunk/cpp/cucul++.cpp
  2003. M /trunk/cpp/cucul++.h
  2004. M /trunk/cucul/box.c
  2005. M /trunk/cucul/canvas.c
  2006. M /trunk/cucul/charset.c
  2007. M /trunk/cucul/colour.c
  2008. M /trunk/cucul/conic.c
  2009. M /trunk/cucul/cucul.c
  2010. M /trunk/cucul/dither.c
  2011. M /trunk/cucul/export.c
  2012. M /trunk/cucul/font.c
  2013. M /trunk/cucul/line.c
  2014. M /trunk/cucul/sprite.c
  2015. M /trunk/cucul/transform.c
  2016. M /trunk/cucul/triangle.c
  2017. M /trunk/src/aafire.c
  2018. M /trunk/src/cacaball.c
  2019. M /trunk/src/cacamoir.c
  2020. M /trunk/src/cacaplas.c
  2021. M /trunk/src/cacaplay.c
  2022. M /trunk/src/cacaview.c
  2023. M /trunk/src/img2irc.c
  2024. M /trunk/test/colors.c
  2025. M /trunk/test/demo.c
  2026. M /trunk/test/dithering.c
  2027. M /trunk/test/event.c
  2028. M /trunk/test/export.c
  2029. M /trunk/test/font.c
  2030. M /trunk/test/gamma.c
  2031. M /trunk/test/hsv.c
  2032. M /trunk/test/spritedit.c
  2033. M /trunk/test/transform.c
  2034. M /trunk/test/truecolor.c
  2035. M /trunk/test/unicode.c
  2036. * Renamed caca_t into caca_display_t.
  2037. * Renamed canvas handle variables from "c" to "cv". Eh ouais mon gros.
  2038. ------------------------------------------------------------------------
  2039. r599 | sam | 2006-04-18 14:59:07 +0200 (Tue, 18 Apr 2006) | 2 lines
  2040. Changed paths:
  2041. M /trunk/caca/caca.c
  2042. M /trunk/caca/caca.h
  2043. M /trunk/caca/caca_internals.h
  2044. M /trunk/caca/driver_conio.c
  2045. M /trunk/caca/driver_gl.c
  2046. M /trunk/caca/driver_ncurses.c
  2047. M /trunk/caca/driver_raw.c
  2048. M /trunk/caca/driver_slang.c
  2049. M /trunk/caca/driver_vga.c
  2050. M /trunk/caca/driver_win32.c
  2051. M /trunk/caca/driver_x11.c
  2052. M /trunk/caca/event.c
  2053. M /trunk/caca/graphics.c
  2054. M /trunk/cpp/caca++.cpp
  2055. M /trunk/cpp/cucul++.cpp
  2056. M /trunk/cpp/cucul++.h
  2057. M /trunk/cucul/box.c
  2058. M /trunk/cucul/canvas.c
  2059. M /trunk/cucul/colour.c
  2060. M /trunk/cucul/conic.c
  2061. M /trunk/cucul/cucul.c
  2062. M /trunk/cucul/cucul.h
  2063. M /trunk/cucul/cucul_internals.h
  2064. M /trunk/cucul/dither.c
  2065. M /trunk/cucul/export.c
  2066. M /trunk/cucul/font.c
  2067. M /trunk/cucul/line.c
  2068. M /trunk/cucul/sprite.c
  2069. M /trunk/cucul/transform.c
  2070. M /trunk/cucul/triangle.c
  2071. M /trunk/src/aafire.c
  2072. M /trunk/src/cacaball.c
  2073. M /trunk/src/cacamoir.c
  2074. M /trunk/src/cacaplas.c
  2075. M /trunk/src/cacaplay.c
  2076. M /trunk/src/cacaserver.c
  2077. M /trunk/src/cacaview.c
  2078. M /trunk/src/img2irc.c
  2079. M /trunk/test/colors.c
  2080. M /trunk/test/demo.c
  2081. M /trunk/test/dithering.c
  2082. M /trunk/test/event.c
  2083. M /trunk/test/export.c
  2084. M /trunk/test/font.c
  2085. M /trunk/test/gamma.c
  2086. M /trunk/test/hsv.c
  2087. M /trunk/test/spritedit.c
  2088. M /trunk/test/transform.c
  2089. M /trunk/test/truecolor.c
  2090. M /trunk/test/unicode.c
  2091. * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con.
  2092. ------------------------------------------------------------------------
  2093. r598 | sam | 2006-04-18 14:57:11 +0200 (Tue, 18 Apr 2006) | 3 lines
  2094. Changed paths:
  2095. M /trunk/cpp/Makefile.am
  2096. * Fixed C++ bindings makefile so that it does not try to use the system's
  2097. <cucul.h> and <caca.h> headers.
  2098. ------------------------------------------------------------------------
  2099. r597 | sam | 2006-04-18 12:02:42 +0200 (Tue, 18 Apr 2006) | 2 lines
  2100. Changed paths:
  2101. M /trunk/cucul/export.c
  2102. * Truecolor support for the HTML and HTMLv3 exporters.
  2103. ------------------------------------------------------------------------
  2104. r596 | sam | 2006-04-18 11:57:15 +0200 (Tue, 18 Apr 2006) | 2 lines
  2105. Changed paths:
  2106. M /trunk/cucul/colour.c
  2107. * Fixed a bug in _cucul_argb32_to_rgb24fg/bg().
  2108. ------------------------------------------------------------------------
  2109. r595 | sam | 2006-04-18 10:33:53 +0200 (Tue, 18 Apr 2006) | 2 lines
  2110. Changed paths:
  2111. M /trunk/README
  2112. M /trunk/TODO
  2113. * Updated README (caca-config -> pkg-config) and TODO.
  2114. ------------------------------------------------------------------------
  2115. r594 | sam | 2006-04-18 10:33:06 +0200 (Tue, 18 Apr 2006) | 2 lines
  2116. Changed paths:
  2117. M /trunk/cucul/export.c
  2118. M /trunk/tools/makefont.c
  2119. * Cosmetic code changes and minor optimisations.
  2120. ------------------------------------------------------------------------
  2121. r593 | sam | 2006-04-18 10:24:41 +0200 (Tue, 18 Apr 2006) | 3 lines
  2122. Changed paths:
  2123. M /trunk/cucul/Makefile.am
  2124. M /trunk/cucul/cucul.c
  2125. M /trunk/cucul/cucul_internals.h
  2126. A /trunk/cucul/export.c
  2127. D /trunk/cucul/export_ansi.c
  2128. D /trunk/cucul/export_bitmap.c
  2129. D /trunk/cucul/export_html.c
  2130. D /trunk/cucul/export_irc.c
  2131. D /trunk/cucul/export_ps.c
  2132. D /trunk/cucul/export_svg.c
  2133. * Merged again all export functions into cucul/export.c. They're all the
  2134. same and they're very short (50-100 lines).
  2135. ------------------------------------------------------------------------
  2136. r592 | sam | 2006-04-18 10:21:31 +0200 (Tue, 18 Apr 2006) | 3 lines
  2137. Changed paths:
  2138. M /trunk/cucul/cucul.h
  2139. M /trunk/cucul/font.c
  2140. * Changed the buffer type in cucul_render_canvas() to void* to avoid
  2141. compilation warnings.
  2142. ------------------------------------------------------------------------
  2143. r591 | sam | 2006-04-18 10:19:42 +0200 (Tue, 18 Apr 2006) | 2 lines
  2144. Changed paths:
  2145. M /trunk/test/event.c
  2146. * Handle CACA_EVENT_QUIT in the event test program.
  2147. ------------------------------------------------------------------------
  2148. r590 | sam | 2006-04-18 10:18:03 +0200 (Tue, 18 Apr 2006) | 2 lines
  2149. Changed paths:
  2150. M /trunk/configure.ac
  2151. * Workaround for broken AC_PATH_X autoconf macros.
  2152. ------------------------------------------------------------------------
  2153. r589 | sam | 2006-04-18 10:13:20 +0200 (Tue, 18 Apr 2006) | 2 lines
  2154. Changed paths:
  2155. M /trunk/caca/driver_x11.c
  2156. * Compilation fix.
  2157. ------------------------------------------------------------------------
  2158. r588 | sam | 2006-04-17 22:09:42 +0200 (Mon, 17 Apr 2006) | 2 lines
  2159. Changed paths:
  2160. M /trunk/TODO
  2161. M /trunk/caca/caca.h
  2162. M /trunk/caca/driver_gl.c
  2163. M /trunk/caca/driver_x11.c
  2164. M /trunk/configure.ac
  2165. * Implemented CACA_EVENT_QUIT. Unused yet.
  2166. ------------------------------------------------------------------------
  2167. r587 | sam | 2006-04-17 15:34:02 +0200 (Mon, 17 Apr 2006) | 2 lines
  2168. Changed paths:
  2169. M /trunk/cpp
  2170. M /trunk/cpp/Makefile.am
  2171. * Fixed autotools stuff in the cpp bindings.
  2172. ------------------------------------------------------------------------
  2173. r586 | sam | 2006-04-17 15:31:43 +0200 (Mon, 17 Apr 2006) | 2 lines
  2174. Changed paths:
  2175. M /trunk/cpp/cpptest.cpp
  2176. * Compilation fix in cpptest.cpp.
  2177. ------------------------------------------------------------------------
  2178. r585 | jylam | 2006-04-17 15:23:28 +0200 (Mon, 17 Apr 2006) | 3 lines
  2179. Changed paths:
  2180. M /trunk/cpp/caca++.cpp
  2181. M /trunk/cpp/caca++.h
  2182. M /trunk/cpp/cpptest.cpp
  2183. * Fixed compile problem, put Event outside Caca class
  2184. ------------------------------------------------------------------------
  2185. r584 | sam | 2006-04-17 15:11:33 +0200 (Mon, 17 Apr 2006) | 3 lines
  2186. Changed paths:
  2187. M /trunk/cpp/cucul++.cpp
  2188. M /trunk/cpp/cucul++.h
  2189. M /trunk/cucul/Makefile.am
  2190. M /trunk/cucul/cucul.c
  2191. M /trunk/cucul/cucul.h
  2192. D /trunk/cucul/math.c
  2193. * Removed math.c from cucul, it's beyond uselessness. Kept cucul_rand in
  2194. cucul.c just in case.
  2195. ------------------------------------------------------------------------
  2196. r583 | sam | 2006-04-17 15:09:45 +0200 (Mon, 17 Apr 2006) | 2 lines
  2197. Changed paths:
  2198. D /trunk/cpp/Makefile.in
  2199. D /trunk/cpp/caca++.pc
  2200. D /trunk/cpp/cucul++.pc
  2201. * Removed a few useless files (vieux porc).
  2202. ------------------------------------------------------------------------
  2203. r582 | sam | 2006-04-17 14:48:57 +0200 (Mon, 17 Apr 2006) | 2 lines
  2204. Changed paths:
  2205. M /trunk/TODO
  2206. * Updated TODO list.
  2207. ------------------------------------------------------------------------
  2208. r581 | sam | 2006-04-17 14:48:35 +0200 (Mon, 17 Apr 2006) | 2 lines
  2209. Changed paths:
  2210. M /trunk/test/dithering.c
  2211. M /trunk/test/truecolor.c
  2212. * Minor cosmetic changes in the test programs.
  2213. ------------------------------------------------------------------------
  2214. r580 | sam | 2006-04-17 14:48:05 +0200 (Mon, 17 Apr 2006) | 2 lines
  2215. Changed paths:
  2216. M /trunk/cucul/export_ps.c
  2217. M /trunk/cucul/export_svg.c
  2218. * Truecolor support in the SVG and PostScript exporters.
  2219. ------------------------------------------------------------------------
  2220. r579 | sam | 2006-04-17 14:47:34 +0200 (Mon, 17 Apr 2006) | 2 lines
  2221. Changed paths:
  2222. M /trunk/cucul/Makefile.am
  2223. M /trunk/cucul/cucul.c
  2224. M /trunk/cucul/cucul_internals.h
  2225. A /trunk/cucul/export_bitmap.c
  2226. * Implemented TGA image export.
  2227. ------------------------------------------------------------------------
  2228. r578 | sam | 2006-04-17 14:46:34 +0200 (Mon, 17 Apr 2006) | 2 lines
  2229. Changed paths:
  2230. M /trunk/cucul/colour.c
  2231. M /trunk/cucul/cucul_internals.h
  2232. * Implemented argb32 to rgb24fg/bg colour conversions.
  2233. ------------------------------------------------------------------------
  2234. r577 | sam | 2006-04-17 14:45:07 +0200 (Mon, 17 Apr 2006) | 3 lines
  2235. Changed paths:
  2236. M /trunk/test/export.c
  2237. * Use cucul_get_export_list() in the export test instead of hardcoding the
  2238. list of available formats. Also added a few truecolor blocks to the test.
  2239. ------------------------------------------------------------------------
  2240. r576 | sam | 2006-04-17 14:41:50 +0200 (Mon, 17 Apr 2006) | 2 lines
  2241. Changed paths:
  2242. M /trunk/cucul/font.c
  2243. * Fixed abusive strictness in the font loader.
  2244. ------------------------------------------------------------------------
  2245. r575 | jylam | 2006-04-17 13:24:38 +0200 (Mon, 17 Apr 2006) | 2 lines
  2246. Changed paths:
  2247. M /trunk/TODO
  2248. * Updated TODO list.
  2249. ------------------------------------------------------------------------
  2250. r574 | jylam | 2006-04-17 13:19:26 +0200 (Mon, 17 Apr 2006) | 2 lines
  2251. Changed paths:
  2252. M /trunk/cpp/cpptest.cpp
  2253. * Better C++ test
  2254. ------------------------------------------------------------------------
  2255. r573 | jylam | 2006-04-17 13:06:48 +0200 (Mon, 17 Apr 2006) | 2 lines
  2256. Changed paths:
  2257. M /trunk/cpp/caca++.cpp
  2258. M /trunk/cpp/caca++.h
  2259. M /trunk/cpp/cpptest.cpp
  2260. M /trunk/cpp/cucul++.cpp
  2261. M /trunk/cpp/cucul++.h
  2262. * Added license in C++ files.
  2263. ------------------------------------------------------------------------
  2264. r572 | jylam | 2006-04-17 13:00:10 +0200 (Mon, 17 Apr 2006) | 2 lines
  2265. Changed paths:
  2266. M /trunk/cpp/cpptest.cpp
  2267. M /trunk/cpp/cucul++.cpp
  2268. M /trunk/cpp/cucul++.h
  2269. * Fixed C++ printf(), added it in example
  2270. ------------------------------------------------------------------------
  2271. r571 | jylam | 2006-04-17 12:44:40 +0200 (Mon, 17 Apr 2006) | 2 lines
  2272. Changed paths:
  2273. M /trunk/cpp/cpptest.cpp
  2274. * Forgot a test on Caca() instantiation
  2275. ------------------------------------------------------------------------
  2276. r570 | jylam | 2006-04-17 12:41:30 +0200 (Mon, 17 Apr 2006) | 2 lines
  2277. Changed paths:
  2278. M /trunk/Makefile.am
  2279. M /trunk/configure.ac
  2280. A /trunk/cpp
  2281. A /trunk/cpp/Makefile.am
  2282. A /trunk/cpp/Makefile.in
  2283. A /trunk/cpp/caca++.cpp
  2284. A /trunk/cpp/caca++.h
  2285. A /trunk/cpp/caca++.pc
  2286. A /trunk/cpp/caca++.pc.in
  2287. A /trunk/cpp/cpptest.cpp
  2288. A /trunk/cpp/cucul++.cpp
  2289. A /trunk/cpp/cucul++.h
  2290. A /trunk/cpp/cucul++.pc
  2291. A /trunk/cpp/cucul++.pc.in
  2292. * Added preliminary C++ bindings
  2293. ------------------------------------------------------------------------
  2294. r569 | sam | 2006-04-16 23:52:05 +0200 (Sun, 16 Apr 2006) | 2 lines
  2295. Changed paths:
  2296. M /trunk/caca/driver_gl.c
  2297. M /trunk/caca/driver_x11.c
  2298. * Added truecolor support to the X11 and GL drivers.
  2299. ------------------------------------------------------------------------
  2300. r568 | sam | 2006-04-16 23:29:40 +0200 (Sun, 16 Apr 2006) | 2 lines
  2301. Changed paths:
  2302. M /trunk/test
  2303. M /trunk/test/Makefile.am
  2304. A /trunk/test/truecolor.c
  2305. * Added test/truecolor.c to test non-ANSI colour pairs.
  2306. ------------------------------------------------------------------------
  2307. r567 | sam | 2006-04-16 23:26:25 +0200 (Sun, 16 Apr 2006) | 4 lines
  2308. Changed paths:
  2309. M /trunk/cucul/canvas.c
  2310. M /trunk/cucul/colour.c
  2311. M /trunk/cucul/cucul.h
  2312. M /trunk/cucul/cucul_internals.h
  2313. * Moved cucul_set_color() from canvas.c to colour.c.
  2314. * Added cucul_set_truecolor() for non-ANSI colours.
  2315. * Added new argb32 -> rgb12 conversion functions.
  2316. ------------------------------------------------------------------------
  2317. r566 | sam | 2006-04-16 20:28:47 +0200 (Sun, 16 Apr 2006) | 6 lines
  2318. Changed paths:
  2319. M /trunk/caca/caca.h
  2320. M /trunk/caca/caca_internals.h
  2321. M /trunk/caca/driver_conio.c
  2322. M /trunk/caca/driver_gl.c
  2323. M /trunk/caca/driver_ncurses.c
  2324. M /trunk/caca/driver_raw.c
  2325. M /trunk/caca/driver_slang.c
  2326. M /trunk/caca/driver_vga.c
  2327. M /trunk/caca/driver_win32.c
  2328. M /trunk/caca/driver_x11.c
  2329. M /trunk/caca/event.c
  2330. M /trunk/caca/time.c
  2331. M /trunk/cucul/cucul.c
  2332. M /trunk/cucul/cucul.h
  2333. M /trunk/cucul/cucul_internals.h
  2334. M /trunk/cucul/dither.c
  2335. M /trunk/cucul/export_ansi.c
  2336. M /trunk/cucul/export_html.c
  2337. M /trunk/cucul/export_irc.c
  2338. M /trunk/cucul/export_ps.c
  2339. M /trunk/cucul/export_svg.c
  2340. M /trunk/cucul/font.c
  2341. M /trunk/cucul/sprite.c
  2342. M /trunk/src/aafire.c
  2343. M /trunk/src/cacaball.c
  2344. M /trunk/src/cacamoir.c
  2345. M /trunk/src/cacaplas.c
  2346. M /trunk/src/cacaplay.c
  2347. M /trunk/src/cacaserver.c
  2348. M /trunk/src/cacaview.c
  2349. M /trunk/src/img2irc.c
  2350. M /trunk/test/colors.c
  2351. M /trunk/test/demo.c
  2352. M /trunk/test/dithering.c
  2353. M /trunk/test/event.c
  2354. M /trunk/test/export.c
  2355. M /trunk/test/font.c
  2356. M /trunk/test/gamma.c
  2357. M /trunk/test/hsv.c
  2358. M /trunk/test/spritedit.c
  2359. M /trunk/test/transform.c
  2360. M /trunk/test/unicode.c
  2361. * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs
  2362. such as cucul_dither_t instead of struct cucul_dither.
  2363. * Made cucul_buffer_t an opaque structure and implemented the two getters
  2364. cucul_get_buffer_data() and cucul_get_buffer_size().
  2365. * Documented all missing functions and function parameters.
  2366. ------------------------------------------------------------------------
  2367. r565 | sam | 2006-04-16 20:21:14 +0200 (Sun, 16 Apr 2006) | 2 lines
  2368. Changed paths:
  2369. M /trunk/cucul/cucul.pc.in
  2370. * Fixed bad library name in pc file.
  2371. ------------------------------------------------------------------------
  2372. r564 | jylam | 2006-04-15 17:24:13 +0200 (Sat, 15 Apr 2006) | 2 lines
  2373. Changed paths:
  2374. M /trunk/caca/caca_internals.h
  2375. M /trunk/cucul/font.c
  2376. M /trunk/msvc/cacaball.vcproj
  2377. M /trunk/msvc/cacafire.vcproj
  2378. M /trunk/msvc/cacamoir.vcproj
  2379. M /trunk/msvc/cacaplas.vcproj
  2380. M /trunk/msvc/cacaview.vcproj
  2381. M /trunk/msvc/config.h
  2382. M /trunk/msvc/libcaca.sln
  2383. M /trunk/msvc/libcaca.vcproj
  2384. M /trunk/perl/lib/Term/Caca/Constants.pm
  2385. M /trunk/perl/lib/Term/Caca.pm
  2386. M /trunk/perl/lib/Term/Kaka.pm
  2387. * Updated MSVC++ project (static library and src/*)
  2388. ------------------------------------------------------------------------
  2389. r563 | jylam | 2006-04-15 17:23:13 +0200 (Sat, 15 Apr 2006) | 2 lines
  2390. Changed paths:
  2391. M /trunk/test/demo.c
  2392. M /trunk/test/spritedit.c
  2393. * Fixed sprite functions (it compiles now) (Y'a des connards qui font ce qu'ils veulent, mais qui finissent pas)
  2394. ------------------------------------------------------------------------
  2395. r562 | sam | 2006-04-14 14:10:18 +0200 (Fri, 14 Apr 2006) | 2 lines
  2396. Changed paths:
  2397. M /trunk/caca/caca.c
  2398. M /trunk/caca/caca.h
  2399. M /trunk/caca/event.c
  2400. M /trunk/caca/graphics.c
  2401. M /trunk/cucul/box.c
  2402. M /trunk/cucul/canvas.c
  2403. M /trunk/cucul/conic.c
  2404. M /trunk/cucul/cucul.c
  2405. M /trunk/cucul/cucul.h
  2406. M /trunk/cucul/dither.c
  2407. M /trunk/cucul/font.c
  2408. M /trunk/cucul/line.c
  2409. M /trunk/cucul/math.c
  2410. M /trunk/cucul/sprite.c
  2411. M /trunk/cucul/triangle.c
  2412. * Improved documentation in many places.
  2413. ------------------------------------------------------------------------
  2414. r561 | sam | 2006-04-14 10:41:59 +0200 (Fri, 14 Apr 2006) | 3 lines
  2415. Changed paths:
  2416. M /trunk/configure.ac
  2417. M /trunk/doc/Makefile.am
  2418. M /trunk/doc/doxygen.cfg.in
  2419. * Generate a PDF documentation instead of the PostScript one. It has nice
  2420. hyperlinks! Also, set compact LaTeX mode and a few other Doxygen options.
  2421. ------------------------------------------------------------------------
  2422. r560 | sam | 2006-04-14 10:00:06 +0200 (Fri, 14 Apr 2006) | 2 lines
  2423. Changed paths:
  2424. M /trunk/cucul/font.c
  2425. * Ahaha I didn't even check that it compiled properly.
  2426. ------------------------------------------------------------------------
  2427. r559 | sam | 2006-04-14 09:33:48 +0200 (Fri, 14 Apr 2006) | 2 lines
  2428. Changed paths:
  2429. M /trunk/cucul/font.c
  2430. * Only support version 1 fonts.
  2431. ------------------------------------------------------------------------
  2432. r558 | sam | 2006-04-14 09:30:53 +0200 (Fri, 14 Apr 2006) | 3 lines
  2433. Changed paths:
  2434. M /trunk/caca/caca.c
  2435. M /trunk/caca/caca.h
  2436. M /trunk/caca/caca_internals.h
  2437. M /trunk/caca/driver_conio.c
  2438. M /trunk/caca/driver_gl.c
  2439. M /trunk/caca/driver_ncurses.c
  2440. M /trunk/caca/driver_raw.c
  2441. M /trunk/caca/driver_slang.c
  2442. M /trunk/caca/driver_vga.c
  2443. M /trunk/caca/driver_win32.c
  2444. M /trunk/caca/driver_x11.c
  2445. M /trunk/caca/event.c
  2446. M /trunk/caca/graphics.c
  2447. M /trunk/caca/time.c
  2448. M /trunk/cucul/box.c
  2449. M /trunk/cucul/canvas.c
  2450. M /trunk/cucul/charset.c
  2451. M /trunk/cucul/colour.c
  2452. M /trunk/cucul/conic.c
  2453. M /trunk/cucul/cucul.c
  2454. M /trunk/cucul/cucul.h
  2455. M /trunk/cucul/cucul_internals.h
  2456. M /trunk/cucul/dither.c
  2457. M /trunk/cucul/export_ansi.c
  2458. M /trunk/cucul/export_html.c
  2459. M /trunk/cucul/export_irc.c
  2460. M /trunk/cucul/export_ps.c
  2461. M /trunk/cucul/export_svg.c
  2462. M /trunk/cucul/font.c
  2463. M /trunk/cucul/line.c
  2464. M /trunk/cucul/math.c
  2465. M /trunk/cucul/sprite.c
  2466. M /trunk/cucul/transform.c
  2467. M /trunk/cucul/triangle.c
  2468. M /trunk/kernel/kernel.c
  2469. M /trunk/kernel/kernel.h
  2470. M /trunk/python/pypycaca.c
  2471. M /trunk/python/pypycaca.h
  2472. M /trunk/src/cacaplas.c
  2473. M /trunk/src/cacaserver.c
  2474. M /trunk/src/cacaview.c
  2475. M /trunk/src/common-image.c
  2476. M /trunk/src/common-image.h
  2477. * Removed \file directives from all files except caca.h and cucul.h, to
  2478. remove redundencies in the Doxygen documentation.
  2479. ------------------------------------------------------------------------
  2480. r557 | sam | 2006-04-13 19:57:19 +0200 (Thu, 13 Apr 2006) | 3 lines
  2481. Changed paths:
  2482. M /trunk/cucul/font.c
  2483. * Added a lot of sanity checks to the font parsing. It should now be
  2484. secure against broken files, but it probably needs peer review.
  2485. ------------------------------------------------------------------------
  2486. r556 | sam | 2006-04-13 19:54:07 +0200 (Thu, 13 Apr 2006) | 2 lines
  2487. Changed paths:
  2488. M /trunk/test/Makefile.am
  2489. M /trunk/test/font.c
  2490. * Redisplay the output bitmap using libcaca. Eh ouais mon gars.
  2491. ------------------------------------------------------------------------
  2492. r555 | sam | 2006-04-13 19:37:51 +0200 (Thu, 13 Apr 2006) | 2 lines
  2493. Changed paths:
  2494. M /trunk/test/hsv.c
  2495. * Fixed caca_get_event() call in test/hsv.c.
  2496. ------------------------------------------------------------------------
  2497. r554 | sam | 2006-04-13 19:08:16 +0200 (Thu, 13 Apr 2006) | 2 lines
  2498. Changed paths:
  2499. M /trunk/cucul/colour.c
  2500. * Fixed compilation warning.
  2501. ------------------------------------------------------------------------
  2502. r553 | sam | 2006-04-13 18:54:25 +0200 (Thu, 13 Apr 2006) | 2 lines
  2503. Changed paths:
  2504. M /trunk/cucul/colour.c
  2505. * Fixed colour conversion routines so that they work with ARGB too.
  2506. ------------------------------------------------------------------------
  2507. r552 | sam | 2006-04-13 18:10:16 +0200 (Thu, 13 Apr 2006) | 4 lines
  2508. Changed paths:
  2509. M /trunk/cucul/Makefile.am
  2510. M /trunk/cucul/cucul.h
  2511. M /trunk/cucul/font.c
  2512. A /trunk/cucul/font_mono9.h (from /trunk/cucul/font_monospace9.h:548)
  2513. A /trunk/cucul/font_monobold12.h
  2514. D /trunk/cucul/font_monospace9.h
  2515. M /trunk/test/font.c
  2516. * Implemented cucul_get_font_list() to retrieve the list of builtin fonts.
  2517. * Fixed font selection through cucul_font_load().
  2518. * Added a bigger 10x19 bold font.
  2519. ------------------------------------------------------------------------
  2520. r551 | sam | 2006-04-13 17:36:09 +0200 (Thu, 13 Apr 2006) | 3 lines
  2521. Changed paths:
  2522. M /trunk/tools/makefont.c
  2523. * Made makefont more configurable. Also, store the commandline in a comment
  2524. so that the font can be easily rebuilt.
  2525. ------------------------------------------------------------------------
  2526. r550 | sam | 2006-04-13 17:00:56 +0200 (Thu, 13 Apr 2006) | 2 lines
  2527. Changed paths:
  2528. M /trunk/TODO
  2529. * Updated TODO list.
  2530. ------------------------------------------------------------------------
  2531. r549 | sam | 2006-04-13 16:24:31 +0200 (Thu, 13 Apr 2006) | 3 lines
  2532. Changed paths:
  2533. M /trunk/cucul/cucul.h
  2534. M /trunk/cucul/font.c
  2535. M /trunk/test/font.c
  2536. * Internal font support through cucul_load_font(). Documented that.
  2537. * Removed ugly hooks from test/font.c.
  2538. ------------------------------------------------------------------------
  2539. r548 | sam | 2006-04-13 16:23:04 +0200 (Thu, 13 Apr 2006) | 2 lines
  2540. Changed paths:
  2541. M /trunk/cucul/font.c
  2542. * Ugly overflow bug in the rendering code.
  2543. ------------------------------------------------------------------------
  2544. r547 | sam | 2006-04-13 15:33:31 +0200 (Thu, 13 Apr 2006) | 5 lines
  2545. Changed paths:
  2546. M /trunk/cucul/cucul.h
  2547. M /trunk/cucul/font.c
  2548. M /trunk/test/font.c
  2549. * Implemented cucul_get_font_width() and cucul_get_font_height().
  2550. * Documented most font functions.
  2551. * Cleaned up cucul_render_canvas() and made it actually usable by external
  2552. programs. Removed ugly printf() debug calls.
  2553. ------------------------------------------------------------------------
  2554. r546 | sam | 2006-04-13 14:50:41 +0200 (Thu, 13 Apr 2006) | 2 lines
  2555. Changed paths:
  2556. M /trunk/cucul/cucul.c
  2557. M /trunk/cucul/cucul.h
  2558. M /trunk/cucul/cucul_internals.h
  2559. M /trunk/cucul/export_ansi.c
  2560. M /trunk/cucul/export_html.c
  2561. M /trunk/cucul/export_irc.c
  2562. M /trunk/cucul/export_ps.c
  2563. M /trunk/cucul/export_svg.c
  2564. M /trunk/src/cacaserver.c
  2565. M /trunk/src/img2irc.c
  2566. M /trunk/test/export.c
  2567. * Renamed cucul_export into cucul_buffer. We'll use it for other things.
  2568. ------------------------------------------------------------------------
  2569. r545 | sam | 2006-04-13 14:49:54 +0200 (Thu, 13 Apr 2006) | 2 lines
  2570. Changed paths:
  2571. M /trunk/cucul/font_monospace9.h
  2572. * Putain de bordel de manche a couilles. I forgot to fix the font.
  2573. ------------------------------------------------------------------------
  2574. r544 | sam | 2006-04-13 14:44:55 +0200 (Thu, 13 Apr 2006) | 2 lines
  2575. Changed paths:
  2576. M /trunk/tools/makefont.c
  2577. * Some cleaning up in makefont.c.
  2578. ------------------------------------------------------------------------
  2579. r543 | sam | 2006-04-13 14:25:36 +0200 (Thu, 13 Apr 2006) | 3 lines
  2580. Changed paths:
  2581. M /trunk/cucul/font.c
  2582. M /trunk/cucul/font_monospace9.h
  2583. M /trunk/tools/makefont.c
  2584. * Fixed 4, 2 and 1-bit font rendering.
  2585. * Replaced the 8-bit internal font with a 4-bit one.
  2586. ------------------------------------------------------------------------
  2587. r542 | sam | 2006-04-13 14:23:50 +0200 (Thu, 13 Apr 2006) | 3 lines
  2588. Changed paths:
  2589. M /trunk/cucul/colour.c
  2590. M /trunk/cucul/cucul_internals.h
  2591. * Created internal function _cucul_argb32_to_argb4() that splits an argb
  2592. fg/bg value into its separate argb 4-bit fields.
  2593. ------------------------------------------------------------------------
  2594. r541 | jylam | 2006-04-13 10:58:55 +0200 (Thu, 13 Apr 2006) | 2 lines
  2595. Changed paths:
  2596. M /trunk/test/spritedit.c
  2597. * Added silly play with interframe delay. Need to rework sprite format.
  2598. ------------------------------------------------------------------------
  2599. r540 | sam | 2006-04-13 10:44:25 +0200 (Thu, 13 Apr 2006) | 3 lines
  2600. Changed paths:
  2601. M /trunk/cucul/font_monospace9.h
  2602. * 4bpp fonts do not work yet. Replaced the built-in font with an 8bpp font
  2603. for the moment.
  2604. ------------------------------------------------------------------------
  2605. r539 | sam | 2006-04-13 10:39:30 +0200 (Thu, 13 Apr 2006) | 2 lines
  2606. Changed paths:
  2607. M /trunk/test
  2608. M /trunk/test/Makefile.am
  2609. A /trunk/test/font.c
  2610. * Added a test program for the font renderer.
  2611. ------------------------------------------------------------------------
  2612. r538 | sam | 2006-04-13 10:38:34 +0200 (Thu, 13 Apr 2006) | 2 lines
  2613. Changed paths:
  2614. M /trunk/test/export.c
  2615. * Code simplification.
  2616. ------------------------------------------------------------------------
  2617. r537 | sam | 2006-04-13 10:37:32 +0200 (Thu, 13 Apr 2006) | 2 lines
  2618. Changed paths:
  2619. M /trunk/cucul/Makefile.am
  2620. M /trunk/cucul/font.c
  2621. A /trunk/cucul/font_monospace9.h
  2622. * Created a built-in font from Bitstream Vera (Monospace 9).
  2623. ------------------------------------------------------------------------
  2624. r536 | sam | 2006-04-13 10:26:21 +0200 (Thu, 13 Apr 2006) | 2 lines
  2625. Changed paths:
  2626. M /trunk/configure.ac
  2627. M /trunk/tools
  2628. M /trunk/tools/Makefile.am
  2629. A /trunk/tools/makefont.c
  2630. * Added a font creator that uses pango to render glyphs.
  2631. ------------------------------------------------------------------------
  2632. r535 | sam | 2006-04-13 10:16:04 +0200 (Thu, 13 Apr 2006) | 3 lines
  2633. Changed paths:
  2634. M /trunk/cucul/cucul.h
  2635. M /trunk/cucul/font.c
  2636. * Slightly updated the font format and wrote a font loader. Also added a
  2637. skeleton for the renderer that will not last very long.
  2638. ------------------------------------------------------------------------
  2639. r534 | sam | 2006-04-12 18:34:34 +0200 (Wed, 12 Apr 2006) | 2 lines
  2640. Changed paths:
  2641. M /trunk/cucul/font.c
  2642. * New version of the font format.
  2643. ------------------------------------------------------------------------
  2644. r533 | sam | 2006-04-12 16:18:19 +0200 (Wed, 12 Apr 2006) | 3 lines
  2645. Changed paths:
  2646. M /trunk/cucul/Makefile.am
  2647. A /trunk/cucul/font.c
  2648. * Added a file for future font handling routines. Currently only the font
  2649. format proposal is in this file. Feel free to comment.
  2650. ------------------------------------------------------------------------
  2651. r532 | sam | 2006-04-12 10:57:59 +0200 (Wed, 12 Apr 2006) | 2 lines
  2652. Changed paths:
  2653. M /trunk/test
  2654. M /trunk/tools
  2655. * Proper svn:ignore properties on tools/.
  2656. ------------------------------------------------------------------------
  2657. r531 | sam | 2006-04-12 10:31:11 +0200 (Wed, 12 Apr 2006) | 3 lines
  2658. Changed paths:
  2659. M /trunk/Makefile.am
  2660. M /trunk/caca/driver_slang.c
  2661. M /trunk/configure.ac
  2662. M /trunk/test/Makefile.am
  2663. D /trunk/test/optipal.c
  2664. A /trunk/tools
  2665. A /trunk/tools/Makefile.am (from /trunk/test/Makefile.am:527)
  2666. A /trunk/tools/optipal.c (from /trunk/test/optipal.c:527)
  2667. * Moved test/optipal.c to tools/optipal.c. The tools subdirectory will
  2668. contain development tools that are only useful to libcaca developers.
  2669. ------------------------------------------------------------------------
  2670. r530 | sam | 2006-04-11 12:36:31 +0200 (Tue, 11 Apr 2006) | 4 lines
  2671. Changed paths:
  2672. M /trunk/src/Makefile.am
  2673. M /trunk/src/cacaview.c
  2674. * cacaview works again. Somewhat. Image loading is now handled by the
  2675. factored common-image.c file. Feature selection such as antialiasing or
  2676. dithering mode are still disabled.
  2677. ------------------------------------------------------------------------
  2678. r529 | sam | 2006-04-11 12:12:03 +0200 (Tue, 11 Apr 2006) | 2 lines
  2679. Changed paths:
  2680. M /trunk/src/common-image.c
  2681. * Renamed "freadint" to "u32fread", and so on.
  2682. ------------------------------------------------------------------------
  2683. r528 | sam | 2006-04-11 12:05:48 +0200 (Tue, 11 Apr 2006) | 3 lines
  2684. Changed paths:
  2685. M /trunk/src
  2686. M /trunk/src/Makefile.am
  2687. A /trunk/src/common-image.c (from /trunk/src/cacaview.c:523)
  2688. A /trunk/src/common-image.h
  2689. A /trunk/src/img2irc.c
  2690. * Added img2irc program. I know it does not have "cucul" or "caca" in the
  2691. name, but as I said, I do what I want. http://zoy.org/~sam/pb7th.png
  2692. ------------------------------------------------------------------------
  2693. r527 | sam | 2006-04-11 00:06:19 +0200 (Tue, 11 Apr 2006) | 3 lines
  2694. Changed paths:
  2695. M /trunk/cucul/export_ansi.c
  2696. M /trunk/cucul/export_html.c
  2697. M /trunk/cucul/export_irc.c
  2698. M /trunk/cucul/export_ps.c
  2699. M /trunk/cucul/export_svg.c
  2700. * Avoid useless call to strlen() in the exporters.
  2701. * Removed '\x0f' from the IRC exporter until I understand why it was here.
  2702. ------------------------------------------------------------------------
  2703. r526 | sam | 2006-04-11 00:03:22 +0200 (Tue, 11 Apr 2006) | 2 lines
  2704. Changed paths:
  2705. M /trunk/test/export.c
  2706. * Fixed test/export that was not printing the last character of the file.
  2707. ------------------------------------------------------------------------
  2708. r525 | sam | 2006-04-10 23:07:40 +0200 (Mon, 10 Apr 2006) | 2 lines
  2709. Changed paths:
  2710. M /trunk/TODO
  2711. * Updated TODO list. I forgot the aspect ratio function!
  2712. ------------------------------------------------------------------------
  2713. r524 | sam | 2006-04-10 22:24:12 +0200 (Mon, 10 Apr 2006) | 2 lines
  2714. Changed paths:
  2715. M /trunk/cucul/Makefile.am
  2716. D /trunk/cucul/bitmap.c
  2717. A /trunk/cucul/dither.c (from /trunk/cucul/bitmap.c:523)
  2718. * Renamed bitmap.c into dither.c.
  2719. ------------------------------------------------------------------------
  2720. r523 | sam | 2006-04-10 22:02:38 +0200 (Mon, 10 Apr 2006) | 2 lines
  2721. Changed paths:
  2722. M /trunk/cucul/bitmap.c
  2723. M /trunk/cucul/cucul.c
  2724. M /trunk/cucul/cucul.h
  2725. M /trunk/cucul/cucul_internals.h
  2726. M /trunk/src/aafire.c
  2727. M /trunk/src/cacaball.c
  2728. M /trunk/src/cacamoir.c
  2729. M /trunk/src/cacaplas.c
  2730. M /trunk/src/cacaview.c
  2731. M /trunk/test/demo.c
  2732. M /trunk/test/export.c
  2733. M /trunk/test/gamma.c
  2734. M /trunk/test/hsv.c
  2735. * Renamed *bitmap to *dither. Ben ouais connard, je fais ce que je veux.
  2736. ------------------------------------------------------------------------
  2737. r522 | sam | 2006-04-10 11:17:51 +0200 (Mon, 10 Apr 2006) | 4 lines
  2738. Changed paths:
  2739. M /trunk/cucul/bitmap.c
  2740. M /trunk/cucul/canvas.c
  2741. M /trunk/cucul/cucul.c
  2742. M /trunk/cucul/cucul.h
  2743. M /trunk/cucul/cucul_internals.h
  2744. M /trunk/cucul/sprite.c
  2745. M /trunk/test/dithering.c
  2746. M /trunk/test/optipal.c
  2747. * Replaced enum cucul_color with unsigned int. The size of an enum is not
  2748. really portable, and Visual Studio complains when they are not explicitely
  2749. cast.
  2750. ------------------------------------------------------------------------
  2751. r521 | sam | 2006-04-10 11:04:29 +0200 (Mon, 10 Apr 2006) | 2 lines
  2752. Changed paths:
  2753. M /trunk/doc/doxygen.cfg.in
  2754. * Updated the Doxygen configuration file.
  2755. ------------------------------------------------------------------------
  2756. r520 | sam | 2006-04-10 11:00:18 +0200 (Mon, 10 Apr 2006) | 3 lines
  2757. Changed paths:
  2758. M /trunk/cucul/export_ansi.c
  2759. M /trunk/cucul/export_html.c
  2760. M /trunk/cucul/export_irc.c
  2761. M /trunk/cucul/export_ps.c
  2762. M /trunk/cucul/export_svg.c
  2763. * Fixed old bugs I introduced in the exporters.
  2764. * Fixed exporter headers to make Doxygen happy.
  2765. ------------------------------------------------------------------------
  2766. r519 | sam | 2006-04-10 10:30:02 +0200 (Mon, 10 Apr 2006) | 2 lines
  2767. Changed paths:
  2768. M /trunk/cucul
  2769. * Forgot an svn:ignore property.
  2770. ------------------------------------------------------------------------
  2771. r518 | sam | 2006-04-10 09:52:07 +0200 (Mon, 10 Apr 2006) | 2 lines
  2772. Changed paths:
  2773. M /trunk/caca
  2774. M /trunk/caca/Makefile.am
  2775. A /trunk/caca/caca.pc.in
  2776. M /trunk/configure.ac
  2777. M /trunk/cucul/Makefile.am
  2778. A /trunk/cucul/cucul.pc.in
  2779. * Added pkgconfig files. Eh ouais mon gars.
  2780. ------------------------------------------------------------------------
  2781. r517 | sam | 2006-04-07 11:46:30 +0200 (Fri, 07 Apr 2006) | 2 lines
  2782. Changed paths:
  2783. M /trunk/caca/driver_conio.c
  2784. M /trunk/caca/driver_gl.c
  2785. M /trunk/caca/driver_ncurses.c
  2786. M /trunk/caca/driver_slang.c
  2787. M /trunk/caca/driver_vga.c
  2788. M /trunk/caca/driver_win32.c
  2789. M /trunk/caca/driver_x11.c
  2790. M /trunk/cucul/colour.c
  2791. M /trunk/cucul/cucul_internals.h
  2792. M /trunk/cucul/export_ansi.c
  2793. M /trunk/cucul/export_html.c
  2794. M /trunk/cucul/export_irc.c
  2795. M /trunk/cucul/export_ps.c
  2796. M /trunk/cucul/export_svg.c
  2797. * Replaced occurrences of "rgba" with "argb".
  2798. ------------------------------------------------------------------------
  2799. r516 | sam | 2006-04-07 10:55:01 +0200 (Fri, 07 Apr 2006) | 2 lines
  2800. Changed paths:
  2801. M /trunk/cucul/bitmap.c
  2802. * Fixed a syntax error. Gruik.
  2803. ------------------------------------------------------------------------
  2804. r515 | sam | 2006-04-07 10:19:42 +0200 (Fri, 07 Apr 2006) | 2 lines
  2805. Changed paths:
  2806. M /trunk/cucul/bitmap.c
  2807. M /trunk/cucul/cucul.h
  2808. * Changed the cucul_set_bitmap_antialias() argument to a string.
  2809. ------------------------------------------------------------------------
  2810. r514 | sam | 2006-04-06 15:49:10 +0200 (Thu, 06 Apr 2006) | 2 lines
  2811. Changed paths:
  2812. M /trunk/cucul/export_ps.c
  2813. * Of course I had to fuck up something. Here, PS export works again.
  2814. ------------------------------------------------------------------------
  2815. r513 | sam | 2006-04-06 15:41:56 +0200 (Thu, 06 Apr 2006) | 2 lines
  2816. Changed paths:
  2817. M /trunk/caca/driver_conio.c
  2818. M /trunk/caca/driver_gl.c
  2819. M /trunk/caca/driver_ncurses.c
  2820. M /trunk/caca/driver_raw.c
  2821. M /trunk/caca/driver_slang.c
  2822. M /trunk/caca/driver_vga.c
  2823. M /trunk/caca/driver_win32.c
  2824. M /trunk/caca/driver_x11.c
  2825. M /trunk/cucul/Makefile.am
  2826. M /trunk/cucul/canvas.c
  2827. A /trunk/cucul/colour.c
  2828. M /trunk/cucul/cucul.c
  2829. M /trunk/cucul/cucul_internals.h
  2830. M /trunk/cucul/export_ansi.c
  2831. M /trunk/cucul/export_html.c
  2832. M /trunk/cucul/export_irc.c
  2833. M /trunk/cucul/export_ps.c
  2834. M /trunk/cucul/export_svg.c
  2835. M /trunk/cucul/transform.c
  2836. M /trunk/src/cacaserver.c
  2837. * Store colour information on 32 bits, for future 12-bit colour support.
  2838. ------------------------------------------------------------------------
  2839. r512 | sam | 2006-04-06 15:21:15 +0200 (Thu, 06 Apr 2006) | 2 lines
  2840. Changed paths:
  2841. M /trunk/cucul/canvas.c
  2842. M /trunk/cucul/cucul.h
  2843. * Got rid of cucul_get_screen(). Use cucul_export() instead.
  2844. ------------------------------------------------------------------------
  2845. r511 | sam | 2006-04-06 15:11:12 +0200 (Thu, 06 Apr 2006) | 2 lines
  2846. Changed paths:
  2847. M /trunk/cucul/cucul.c
  2848. * Check the magic bytes at the end of the buffer when cucul_load()ing it.
  2849. ------------------------------------------------------------------------
  2850. r510 | sam | 2006-04-06 15:07:58 +0200 (Thu, 06 Apr 2006) | 2 lines
  2851. Changed paths:
  2852. M /trunk/src/cacaserver.c
  2853. * Sanity check in cacaserver.c.
  2854. ------------------------------------------------------------------------
  2855. r509 | sam | 2006-04-06 12:23:10 +0200 (Thu, 06 Apr 2006) | 2 lines
  2856. Changed paths:
  2857. M /trunk/src/cacaserver.c
  2858. * Fixed a crash when realloc() returns a new address.
  2859. ------------------------------------------------------------------------
  2860. r508 | sam | 2006-04-06 12:19:17 +0200 (Thu, 06 Apr 2006) | 2 lines
  2861. Changed paths:
  2862. M /trunk/cucul/cucul.c
  2863. * Fixed old typo that caused qq->height to be uninitialised.
  2864. ------------------------------------------------------------------------
  2865. r507 | jylam | 2006-04-01 23:29:10 +0200 (Sat, 01 Apr 2006) | 2 lines
  2866. Changed paths:
  2867. M /trunk/src/cacaserver.c
  2868. * Oops, removed unused variable
  2869. ------------------------------------------------------------------------
  2870. r506 | jylam | 2006-04-01 23:26:30 +0200 (Sat, 01 Apr 2006) | 2 lines
  2871. Changed paths:
  2872. M /trunk/src/cacaserver.c
  2873. * Added Winsock (c)(tm)(r) compatibility
  2874. ------------------------------------------------------------------------
  2875. r505 | jylam | 2006-04-01 18:11:37 +0200 (Sat, 01 Apr 2006) | 2 lines
  2876. Changed paths:
  2877. M /trunk/src/cacaplas.c
  2878. * removed b0rked test. No more pigs, I just commited 500 of them.
  2879. ------------------------------------------------------------------------
  2880. r504 | sam | 2006-04-01 17:58:10 +0200 (Sat, 01 Apr 2006) | 2 lines
  2881. Changed paths:
  2882. M /trunk/cucul/bitmap.c
  2883. * Set the default dithering mode to Floyd-Steinberg.
  2884. ------------------------------------------------------------------------
  2885. r503 | sam | 2006-04-01 17:56:31 +0200 (Sat, 01 Apr 2006) | 14 lines
  2886. Changed paths:
  2887. M /trunk/cucul/canvas.c
  2888. M /trunk/cucul/sprite.c
  2889. ((`)_.._ ,'-. _..._ _._
  2890. * Ooops. Compilation fix. \,' '-._.-\ ' ` .-'
  2891. .' / (
  2892. / S | _ _ \
  2893. | a \ o o |
  2894. ; m .-. /
  2895. ; ', '-.( '')-'
  2896. '. | ;-'
  2897. \ / /
  2898. / /-._ __, 7 |
  2899. \ `\ \`` | | |
  2900. \ \_,\ | |_,\
  2901. '-`' \_,\
  2902. ------------------------------------------------------------------------
  2903. r502 | sam | 2006-04-01 17:25:33 +0200 (Sat, 01 Apr 2006) | 2 lines
  2904. Changed paths:
  2905. M /trunk/TODO
  2906. M /trunk/cucul/canvas.c
  2907. M /trunk/cucul/cucul.h
  2908. * Got rid of the useless cucul_get_fg_color/cucul_get_bg_color functions.
  2909. ------------------------------------------------------------------------
  2910. r501 | sam | 2006-04-01 17:02:41 +0200 (Sat, 01 Apr 2006) | 2 lines
  2911. Changed paths:
  2912. M /trunk/TODO
  2913. * Updated the TODO list.
  2914. ------------------------------------------------------------------------
  2915. r500 | sam | 2006-04-01 17:02:05 +0200 (Sat, 01 Apr 2006) | 10 lines
  2916. Changed paths:
  2917. M /trunk/caca/caca.h
  2918. M /trunk/cucul/bitmap.c
  2919. M /trunk/cucul/cucul.c
  2920. M /trunk/cucul/cucul.h
  2921. M /trunk/cucul/cucul_internals.h
  2922. M /trunk/test/demo.c
  2923. * Removed CUCUL_BACKGROUND, CUCUL_ANTIALIASING and CUCUL_DITHERING
  2924. environment variables handling. Replaced that with three per-bitmap
  2925. functions: cucul_set_bitmap_antialias(), cucul_set_bitmap_color() and
  2926. cucul_set_bitmap_dithering().
  2927. * Added cucul_set_bitmap_brightness() and cucul_set_bitmap_contrast()
  2928. prototypes (but did not implement them yet).
  2929. * Added cucul_set_bitmap_charset() to choose what characters are going
  2930. to be used for the bitmap rendering.
  2931. * Removed the now useless cucul_get_feature(), cucul_set_feature() etc.
  2932. ------------------------------------------------------------------------
  2933. r499 | sam | 2006-04-01 16:44:09 +0200 (Sat, 01 Apr 2006) | 3 lines
  2934. Changed paths:
  2935. M /trunk/caca/caca.h
  2936. M /trunk/caca/event.c
  2937. M /trunk/src/aafire.c
  2938. M /trunk/src/cacaball.c
  2939. M /trunk/src/cacamoir.c
  2940. M /trunk/src/cacaplas.c
  2941. M /trunk/src/cacaplay.c
  2942. M /trunk/src/cacaview.c
  2943. M /trunk/test/colors.c
  2944. M /trunk/test/demo.c
  2945. M /trunk/test/dithering.c
  2946. M /trunk/test/event.c
  2947. M /trunk/test/gamma.c
  2948. M /trunk/test/hsv.c
  2949. M /trunk/test/spritedit.c
  2950. M /trunk/test/transform.c
  2951. M /trunk/test/unicode.c
  2952. * Merged caca_wait_event() into caca_get_event() and added a timeout
  2953. parameter to do what both functions did before, and even more.
  2954. ------------------------------------------------------------------------
  2955. r498 | sam | 2006-04-01 16:37:27 +0200 (Sat, 01 Apr 2006) | 2 lines
  2956. Changed paths:
  2957. M /trunk/src/Makefile.am
  2958. * Disabled cacaview for now. I'm going to utterly break it.
  2959. ------------------------------------------------------------------------
  2960. r497 | sam | 2006-04-01 16:36:59 +0200 (Sat, 01 Apr 2006) | 2 lines
  2961. Changed paths:
  2962. M /trunk/cucul/cucul.c
  2963. M /trunk/cucul/cucul.h
  2964. * Added cucul_get_export_list(). Returns a list of known export formats.
  2965. ------------------------------------------------------------------------
  2966. r496 | sam | 2006-03-29 11:41:30 +0200 (Wed, 29 Mar 2006) | 4 lines
  2967. Changed paths:
  2968. M /trunk/src/cacaserver.c
  2969. * cacaserver works again (but needs a complete rewrite because it's really
  2970. become ugly). You can now emulate the previous network driver behaviour
  2971. by doing: "CACA_DRIVER=raw cacaplas | cacaserver".
  2972. ------------------------------------------------------------------------
  2973. r495 | sam | 2006-03-28 00:16:58 +0200 (Tue, 28 Mar 2006) | 3 lines
  2974. Changed paths:
  2975. M /trunk/cucul/cucul.c
  2976. M /trunk/cucul/cucul.h
  2977. M /trunk/src/cacaserver.c
  2978. M /trunk/test/export.c
  2979. * Changed the 2nd argument of cucul_create_export to a string. This way we
  2980. can add new exporters without changing the API.
  2981. ------------------------------------------------------------------------
  2982. r494 | sam | 2006-03-28 00:12:12 +0200 (Tue, 28 Mar 2006) | 2 lines
  2983. Changed paths:
  2984. M /trunk/src/Makefile.am
  2985. * Oops, I barfed that makefile.
  2986. ------------------------------------------------------------------------
  2987. r493 | jylam | 2006-03-27 23:40:17 +0200 (Mon, 27 Mar 2006) | 2 lines
  2988. Changed paths:
  2989. M /trunk/src/aafire.c
  2990. M /trunk/src/cacaball.c
  2991. M /trunk/src/cacamoir.c
  2992. * Added "powered by libcaca" text to all examples for consistency
  2993. ------------------------------------------------------------------------
  2994. r492 | sam | 2006-03-27 23:37:52 +0200 (Mon, 27 Mar 2006) | 4 lines
  2995. Changed paths:
  2996. M /trunk/caca/Makefile.am
  2997. M /trunk/caca/caca.c
  2998. M /trunk/caca/caca.h
  2999. M /trunk/caca/caca_internals.h
  3000. D /trunk/caca/driver_network.c
  3001. M /trunk/src
  3002. M /trunk/src/Makefile.am
  3003. M /trunk/src/cacaplas.c
  3004. A /trunk/src/cacaserver.c (from /trunk/caca/driver_network.c:487)
  3005. * Removed the network driver and replaced it with a cacaserver executable
  3006. that has all the functionality, except it does not work yet (the stdin
  3007. reading routine is missing).
  3008. ------------------------------------------------------------------------
  3009. r491 | sam | 2006-03-27 23:33:29 +0200 (Mon, 27 Mar 2006) | 3 lines
  3010. Changed paths:
  3011. M /trunk/caca/driver_raw.c
  3012. M /trunk/src
  3013. M /trunk/src/Makefile.am
  3014. A /trunk/src/cacaplay.c
  3015. * Implemented a proof-of-concept cacaplay program that can redisplay a
  3016. single frame that was saved by the raw driver.
  3017. ------------------------------------------------------------------------
  3018. r490 | sam | 2006-03-27 23:22:34 +0200 (Mon, 27 Mar 2006) | 4 lines
  3019. Changed paths:
  3020. M /trunk/cucul/cucul.c
  3021. M /trunk/cucul/cucul.h
  3022. * Implemented cucul_load() to reload a file that was saved with the
  3023. raw driver. I know it is inconsistent to have the loader in libcucul
  3024. and the exporter in libcaca but I'll find a way to harmonise that.
  3025. ------------------------------------------------------------------------
  3026. r489 | jylam | 2006-03-27 20:17:09 +0200 (Mon, 27 Mar 2006) | 19 lines
  3027. Changed paths:
  3028. M /trunk/caca/driver_gl.c
  3029. * Fixed OpenGL mouse handling
  3030. Sam Le Vieux Porc
  3031. (\____/)
  3032. Le / @__@ \ Le
  3033. ( (oo) )
  3034. `-.~~.-' Vieux
  3035. Vieux / \
  3036. @/ \_
  3037. (/ / \ \) Porc
  3038. Porc WW`----'WW
  3039. Sam Le Vieux Porc
  3040. ------------------------------------------------------------------------
  3041. r488 | sam | 2006-03-27 20:07:18 +0200 (Mon, 27 Mar 2006) | 2 lines
  3042. Changed paths:
  3043. M /trunk/caca/Makefile.am
  3044. M /trunk/caca/caca.c
  3045. M /trunk/caca/caca_internals.h
  3046. A /trunk/caca/driver_raw.c
  3047. * Created a minimal raw driver that outputs stuff to stdout.
  3048. ------------------------------------------------------------------------
  3049. r487 | sam | 2006-03-27 11:35:22 +0200 (Mon, 27 Mar 2006) | 16 lines
  3050. Changed paths:
  3051. M /trunk/caca/driver_gl.c
  3052. ██████ ██████
  3053. * Ah mais putain j'avais pas vu ! ██░░░░██████████████████░░░░██
  3054. ██░░░░░░░░░░░░░░░░░░░░░░░░██
  3055. ██░░░░███░░░░░░░░███░░░░██
  3056. ██░░░░░░███░░░░░░███░░░░░░██
  3057. ██░░░░░░░░░░░░░░░░░░░░░░░░░░██
  3058. ██░░░░░░██████████████░░░░░░██
  3059. ██░░░░░██▒▒▒▒▒▒▒▒▒▒▒▒██░░░░░██
  3060. ██░░░░██▒▒▒▒██▒▒██▒▒▒▒██░░░░██
  3061. ██░░░░██▒▒▒▒██▒▒██▒▒▒▒██░░░░██
  3062. ██░░░░██▒▒▒▒▒▒▒▒▒▒▒▒██░░░░██
  3063. ██░░░░██████████████░░░░██
  3064. ███░░░░░░██████░░░░░░███
  3065. █████░░░░░░░░░░█████
  3066. ████████████
  3067. ------------------------------------------------------------------------
  3068. r486 | sam | 2006-03-27 10:01:27 +0200 (Mon, 27 Mar 2006) | 3 lines
  3069. Changed paths:
  3070. M /trunk/caca/driver_gl.c
  3071. M /trunk/configure.ac
  3072. * Reworked the OpenGL headers and Glut features detection (what did you
  3073. expect).
  3074. ------------------------------------------------------------------------
  3075. r485 | sam | 2006-03-27 09:40:30 +0200 (Mon, 27 Mar 2006) | 2 lines
  3076. Changed paths:
  3077. M /trunk/cucul/cucul.h
  3078. M /trunk/cucul/transform.c
  3079. * Implemented cucul_invert() to invert a canvas' colours.
  3080. ------------------------------------------------------------------------
  3081. r484 | jylam | 2006-03-27 01:08:19 +0200 (Mon, 27 Mar 2006) | 2 lines
  3082. Changed paths:
  3083. M /trunk/caca/driver_gl.c
  3084. * Fixed glutCheckLoop headers, testing only under MacOSX
  3085. ------------------------------------------------------------------------
  3086. r483 | jylam | 2006-03-27 00:57:12 +0200 (Mon, 27 Mar 2006) | 2 lines
  3087. Changed paths:
  3088. M /trunk/caca/driver_gl.c
  3089. M /trunk/configure.ac
  3090. * Added (untested) glut3 glutCheckLoop(), ans a regular display function
  3091. ------------------------------------------------------------------------
  3092. r482 | sam | 2006-03-26 22:16:28 +0200 (Sun, 26 Mar 2006) | 2 lines
  3093. Changed paths:
  3094. M /trunk/cucul/transform.c
  3095. * Minor addition to the rotate code.
  3096. ------------------------------------------------------------------------
  3097. r481 | sam | 2006-03-25 00:17:25 +0100 (Sat, 25 Mar 2006) | 2 lines
  3098. Changed paths:
  3099. M /trunk/caca/Makefile.am
  3100. M /trunk/src/Makefile.am
  3101. M /trunk/test/Makefile.am
  3102. * Workaround for automake < 1.6.
  3103. ------------------------------------------------------------------------
  3104. r480 | jylam | 2006-03-24 20:44:12 +0100 (Fri, 24 Mar 2006) | 24 lines
  3105. Changed paths:
  3106. M /trunk/cucul/bitmap.c
  3107. * Ok, invert works. OK OK SAM THAT WAS MY FAULT
  3108. AHAHAH _
  3109. _._ _..._ .-', _.._(`))
  3110. '-. ` ' /-._.-' ',/
  3111. ) MAIS \ '.
  3112. / _ _ | JE \
  3113. | a a / SUIS |
  3114. \ .-. ;
  3115. '-('' ).-' ,' UN ;
  3116. '-; | .'
  3117. \ VIEUX \ /
  3118. | 7 .__ _.-\ \
  3119. | | | ``/ /` /
  3120. /,_| | /,_/ /
  3121. /,_/ '`-'
  3122. POOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOORC!
  3123. ------------------------------------------------------------------------
  3124. r479 | jylam | 2006-03-24 20:34:45 +0100 (Fri, 24 Mar 2006) | 3 lines
  3125. Changed paths:
  3126. M /trunk/cucul/bitmap.c
  3127. M /trunk/cucul/cucul.h
  3128. M /trunk/test/demo.c
  3129. * Added bitmap invert routine. It doesn't work well, so don't use it right now. Sam is working hard to correct the strange behaviour.
  3130. ------------------------------------------------------------------------
  3131. r478 | sam | 2006-03-24 17:51:59 +0100 (Fri, 24 Mar 2006) | 24 lines
  3132. Changed paths:
  3133. M /trunk/caca/caca.h
  3134. M /trunk/caca/caca_internals.h
  3135. M /trunk/caca/driver_conio.c
  3136. M /trunk/caca/driver_gl.c
  3137. M /trunk/caca/driver_ncurses.c
  3138. M /trunk/caca/driver_network.c
  3139. M /trunk/caca/driver_slang.c
  3140. M /trunk/caca/driver_vga.c
  3141. M /trunk/caca/driver_win32.c
  3142. M /trunk/caca/driver_x11.c
  3143. M /trunk/caca/graphics.c
  3144. M /trunk/test/demo.c
  3145. * Merged caca_show_cursor() and caca_hide_cursor() into caca_set_mouse() so
  3146. that we have one function less.
  3147. * Fixed coding style.
  3148. * Removed FUCKING TABS. ____.------.___
  3149. _______.----'`` ``` `` ``` ``-.
  3150. _.--' ` ```` ` ` ` ``` `` `` ``.
  3151. _.-' ' ` `` ``` `` ` `' `. _
  3152. .-'' ` H A H A H A `' M A I S \/.)
  3153. . . .-' / ` ` ` `` ||
  3154. |`-.(``-. ` ` ` ' ` ` ``` |\
  3155. `. '\```\ `` ` V I E U X ' ' `` `-`` -|\\
  3156. `/''````) `` ` - - ````` ' '.' |\_)
  3157. |`'_._` ``` ''` P O R C . . ```` /
  3158. // @) \ ` `` ''' . ``` '/
  3159. /''''' | ` \).`.'-. ''' _ _ .`` ` '/
  3160. .''''- `-'`. . // )-- '/,,',,' ,,,,''__,._`' ' /
  3161. .' ` `- ` ' .' / ' /,;;;, ,___.---' \ '' / \
  3162. (`. .'` __',`''''.--'/ ' /'-----' | ' / ))
  3163. `'-'/ `'''_.---' \;;|- '/ ,,, | ''|`- |
  3164. `'--'---' |;| / ,,,,;;;;;;;;;;,,,,, |-' /` |
  3165. |;|-'| ,;;;;;;;;;;;;;;;; ;;;/ /|`'''
  3166. ''',,,''',,,,,,,,,,,,,,,' /,,'''
  3167. ''''
  3168. ------------------------------------------------------------------------
  3169. r477 | jylam | 2006-03-24 17:25:39 +0100 (Fri, 24 Mar 2006) | 2 lines
  3170. Changed paths:
  3171. M /trunk/caca/driver_x11.c
  3172. M /trunk/caca/graphics.c
  3173. * Fixed bug in show/hide cursor, implemented X11 cursor
  3174. ------------------------------------------------------------------------
  3175. r476 | jylam | 2006-03-24 16:42:46 +0100 (Fri, 24 Mar 2006) | 2 lines
  3176. Changed paths:
  3177. M /trunk/caca/driver_x11.c
  3178. M /trunk/test/demo.c
  3179. * Added forgotten X11 set/hide cursor (non-working code)
  3180. ------------------------------------------------------------------------
  3181. r475 | jylam | 2006-03-24 16:00:47 +0100 (Fri, 24 Mar 2006) | 2 lines
  3182. Changed paths:
  3183. M /trunk/caca/caca.h
  3184. M /trunk/caca/caca_internals.h
  3185. M /trunk/caca/driver_conio.c
  3186. M /trunk/caca/driver_gl.c
  3187. M /trunk/caca/driver_ncurses.c
  3188. M /trunk/caca/driver_network.c
  3189. M /trunk/caca/driver_slang.c
  3190. M /trunk/caca/driver_vga.c
  3191. M /trunk/caca/driver_win32.c
  3192. M /trunk/caca/graphics.c
  3193. * Added caca_show/hide_cursor, and corresponding GL binding
  3194. ------------------------------------------------------------------------
  3195. r474 | sam | 2006-03-24 15:17:40 +0100 (Fri, 24 Mar 2006) | 3 lines
  3196. Changed paths:
  3197. M /trunk/caca/caca.h
  3198. * Documented the caca_event structure and improved a few things here and
  3199. there in the documentation.
  3200. ------------------------------------------------------------------------
  3201. r473 | sam | 2006-03-24 10:48:20 +0100 (Fri, 24 Mar 2006) | 2 lines
  3202. Changed paths:
  3203. M /trunk/caca/caca.c
  3204. M /trunk/caca/caca_internals.h
  3205. M /trunk/caca/driver_conio.c
  3206. M /trunk/caca/driver_gl.c
  3207. M /trunk/caca/driver_ncurses.c
  3208. M /trunk/caca/driver_network.c
  3209. M /trunk/caca/driver_slang.c
  3210. M /trunk/caca/driver_vga.c
  3211. M /trunk/caca/driver_win32.c
  3212. M /trunk/caca/driver_x11.c
  3213. * Allow the driver initialisation to fail, for instance when $DISPLAY = "".
  3214. ------------------------------------------------------------------------
  3215. r472 | sam | 2006-03-24 10:30:02 +0100 (Fri, 24 Mar 2006) | 2 lines
  3216. Changed paths:
  3217. M /trunk/cucul/math.c
  3218. * Removed spurious prototype.
  3219. ------------------------------------------------------------------------
  3220. r471 | sam | 2006-03-23 19:38:44 +0100 (Thu, 23 Mar 2006) | 2 lines
  3221. Changed paths:
  3222. M /trunk/TODO
  3223. * Updated the TODO list with what's been done so far.
  3224. ------------------------------------------------------------------------
  3225. r470 | sam | 2006-03-23 19:36:59 +0100 (Thu, 23 Mar 2006) | 2 lines
  3226. Changed paths:
  3227. M /trunk/caca/caca.c
  3228. M /trunk/caca/caca.h
  3229. M /trunk/caca/caca_internals.h
  3230. M /trunk/caca/driver_conio.c
  3231. M /trunk/caca/driver_gl.c
  3232. M /trunk/caca/driver_ncurses.c
  3233. M /trunk/caca/driver_network.c
  3234. M /trunk/caca/driver_slang.c
  3235. M /trunk/caca/driver_vga.c
  3236. M /trunk/caca/driver_win32.c
  3237. M /trunk/caca/driver_x11.c
  3238. M /trunk/caca/event.c
  3239. M /trunk/src/aafire.c
  3240. M /trunk/src/cacaball.c
  3241. M /trunk/src/cacamoir.c
  3242. M /trunk/src/cacaplas.c
  3243. M /trunk/src/cacaview.c
  3244. M /trunk/test/colors.c
  3245. M /trunk/test/demo.c
  3246. M /trunk/test/dithering.c
  3247. M /trunk/test/event.c
  3248. M /trunk/test/gamma.c
  3249. M /trunk/test/hsv.c
  3250. M /trunk/test/spritedit.c
  3251. M /trunk/test/transform.c
  3252. M /trunk/test/unicode.c
  3253. * Massive rework of the event handling code, as per the TODO list.
  3254. ------------------------------------------------------------------------
  3255. r469 | sam | 2006-03-23 18:20:57 +0100 (Thu, 23 Mar 2006) | 2 lines
  3256. Changed paths:
  3257. M /trunk/test/gamma.c
  3258. * Hahaha mais le vieux porc c'est moi.
  3259. ------------------------------------------------------------------------
  3260. r468 | sam | 2006-03-23 16:14:17 +0100 (Thu, 23 Mar 2006) | 2 lines
  3261. Changed paths:
  3262. M /trunk/cucul/transform.c
  3263. * Added missing ASCII characters to cucul_rotate().
  3264. ------------------------------------------------------------------------
  3265. r467 | sam | 2006-03-23 15:07:32 +0100 (Thu, 23 Mar 2006) | 4 lines
  3266. Changed paths:
  3267. M /trunk/cucul/box.c
  3268. M /trunk/cucul/canvas.c
  3269. M /trunk/cucul/conic.c
  3270. M /trunk/cucul/cucul.h
  3271. M /trunk/cucul/cucul_internals.h
  3272. M /trunk/cucul/line.c
  3273. M /trunk/cucul/triangle.c
  3274. M /trunk/src/cacaview.c
  3275. M /trunk/test/demo.c
  3276. M /trunk/test/event.c
  3277. M /trunk/test/export.c
  3278. M /trunk/test/spritedit.c
  3279. * Made cucul_putchar32() an internal-only function.
  3280. * Changed the line, box, ellipsis etc. prototypes so that they use an UTF-8
  3281. string instead of a single character as their last argument.
  3282. ------------------------------------------------------------------------
  3283. r466 | sam | 2006-03-23 14:12:56 +0100 (Thu, 23 Mar 2006) | 2 lines
  3284. Changed paths:
  3285. M /trunk/cucul/cucul.c
  3286. M /trunk/cucul/cucul.h
  3287. M /trunk/src/aafire.c
  3288. M /trunk/src/cacaball.c
  3289. M /trunk/src/cacamoir.c
  3290. M /trunk/src/cacaplas.c
  3291. M /trunk/src/cacaview.c
  3292. M /trunk/test/colors.c
  3293. M /trunk/test/demo.c
  3294. M /trunk/test/dithering.c
  3295. M /trunk/test/event.c
  3296. M /trunk/test/export.c
  3297. M /trunk/test/gamma.c
  3298. M /trunk/test/hsv.c
  3299. M /trunk/test/spritedit.c
  3300. M /trunk/test/transform.c
  3301. M /trunk/test/unicode.c
  3302. * Renamed cucul_init()/cucul_end() into cucul_create()/cucul_free().
  3303. ------------------------------------------------------------------------
  3304. r465 | sam | 2006-03-23 12:34:27 +0100 (Thu, 23 Mar 2006) | 4 lines
  3305. Changed paths:
  3306. M /trunk/TODO
  3307. * Removed done stuff from the TODO.
  3308. * Updated the TODO list with what I said in the mailing-list. The top
  3309. priority is what's marked "API-dependent stuff".
  3310. ------------------------------------------------------------------------
  3311. r464 | sam | 2006-03-23 12:03:43 +0100 (Thu, 23 Mar 2006) | 2 lines
  3312. Changed paths:
  3313. M /trunk/test
  3314. M /trunk/test/Makefile.am
  3315. A /trunk/test/transform.c
  3316. * Added a test for the transformation routines.
  3317. ------------------------------------------------------------------------
  3318. r463 | sam | 2006-03-23 12:00:54 +0100 (Thu, 23 Mar 2006) | 2 lines
  3319. Changed paths:
  3320. M /trunk/cucul/transform.c
  3321. * Added more characters to the flip/rotate routines.
  3322. ------------------------------------------------------------------------
  3323. r462 | sam | 2006-03-23 10:47:06 +0100 (Thu, 23 Mar 2006) | 3 lines
  3324. Changed paths:
  3325. M /trunk/cucul/Makefile.am
  3326. M /trunk/cucul/cucul.h
  3327. A /trunk/cucul/transform.c
  3328. * Added cucul_flip(), cucul_flop() and cucul_transform() to perform
  3329. operations on canvases.
  3330. ------------------------------------------------------------------------
  3331. r461 | sam | 2006-03-22 22:15:57 +0100 (Wed, 22 Mar 2006) | 2 lines
  3332. Changed paths:
  3333. M /trunk/caca/caca.c
  3334. M /trunk/caca/caca.h
  3335. M /trunk/caca/caca_internals.h
  3336. M /trunk/caca/driver_conio.c
  3337. M /trunk/caca/driver_gl.c
  3338. M /trunk/caca/driver_ncurses.c
  3339. M /trunk/caca/driver_network.c
  3340. M /trunk/caca/driver_slang.c
  3341. M /trunk/caca/driver_vga.c
  3342. M /trunk/caca/driver_win32.c
  3343. M /trunk/caca/driver_x11.c
  3344. M /trunk/caca/event.c
  3345. M /trunk/caca/graphics.c
  3346. M /trunk/caca/time.c
  3347. M /trunk/cucul/bitmap.c
  3348. M /trunk/cucul/box.c
  3349. M /trunk/cucul/canvas.c
  3350. M /trunk/cucul/charset.c
  3351. M /trunk/cucul/conic.c
  3352. M /trunk/cucul/cucul.c
  3353. M /trunk/cucul/cucul.h
  3354. M /trunk/cucul/cucul_internals.h
  3355. M /trunk/cucul/export_ansi.c
  3356. M /trunk/cucul/export_html.c
  3357. M /trunk/cucul/export_irc.c
  3358. M /trunk/cucul/export_ps.c
  3359. M /trunk/cucul/export_svg.c
  3360. M /trunk/cucul/line.c
  3361. M /trunk/cucul/math.c
  3362. M /trunk/cucul/sprite.c
  3363. M /trunk/cucul/triangle.c
  3364. M /trunk/kernel/kernel.c
  3365. M /trunk/kernel/kernel.h
  3366. M /trunk/test
  3367. * Slightly changed header comments.
  3368. ------------------------------------------------------------------------
  3369. r460 | sam | 2006-03-22 21:10:14 +0100 (Wed, 22 Mar 2006) | 2 lines
  3370. Changed paths:
  3371. M /trunk/cucul/canvas.c
  3372. * Optimise cucul_blit() by using memcpy() if there is no mask.
  3373. ------------------------------------------------------------------------
  3374. r459 | sam | 2006-03-22 20:54:37 +0100 (Wed, 22 Mar 2006) | 3 lines
  3375. Changed paths:
  3376. M /trunk/cucul/canvas.c
  3377. M /trunk/cucul/cucul.h
  3378. M /trunk/test/Makefile.am
  3379. M /trunk/test/gamma.c
  3380. * Added the cucul_blit() function. It lets us blit various canvas one
  3381. onto the other with an optional mask.
  3382. ------------------------------------------------------------------------
  3383. r458 | sam | 2006-03-22 20:20:52 +0100 (Wed, 22 Mar 2006) | 2 lines
  3384. Changed paths:
  3385. M /trunk/cucul/cucul.c
  3386. * Fixed an uninitialised structure member.
  3387. ------------------------------------------------------------------------
  3388. r457 | sam | 2006-03-22 19:38:06 +0100 (Wed, 22 Mar 2006) | 3 lines
  3389. Changed paths:
  3390. M /trunk/cucul/Makefile.am
  3391. A /trunk/cucul/canvas.c (from /trunk/cucul/char.c:445)
  3392. D /trunk/cucul/char.c
  3393. * Renamed cucul/char.c into cucul/canvas.c because I'm adding stuff there
  3394. that is a bit more high level than characters.
  3395. ------------------------------------------------------------------------
  3396. r456 | sam | 2006-03-22 19:29:39 +0100 (Wed, 22 Mar 2006) | 2 lines
  3397. Changed paths:
  3398. M /trunk/caca/driver_network.c
  3399. M /trunk/cucul/cucul.c
  3400. M /trunk/cucul/cucul.h
  3401. M /trunk/test/export.c
  3402. * Renamed cucul_get_export() to cucul_create_export().
  3403. ------------------------------------------------------------------------
  3404. r455 | sam | 2006-03-22 18:49:18 +0100 (Wed, 22 Mar 2006) | 2 lines
  3405. Changed paths:
  3406. M /trunk/cucul/bitmap.c
  3407. M /trunk/cucul/cucul.h
  3408. M /trunk/src/aafire.c
  3409. M /trunk/src/cacaball.c
  3410. M /trunk/src/cacamoir.c
  3411. M /trunk/src/cacaplas.c
  3412. M /trunk/src/cacaview.c
  3413. M /trunk/test/demo.c
  3414. M /trunk/test/export.c
  3415. M /trunk/test/gamma.c
  3416. M /trunk/test/hsv.c
  3417. * Removed the cucul_t * argument from cucul_create_bitmap(). It's not needed.
  3418. ------------------------------------------------------------------------
  3419. r454 | sam | 2006-03-22 18:46:11 +0100 (Wed, 22 Mar 2006) | 3 lines
  3420. Changed paths:
  3421. M /trunk/cucul/cucul.c
  3422. M /trunk/cucul/cucul.h
  3423. M /trunk/src/aafire.c
  3424. M /trunk/src/cacaball.c
  3425. M /trunk/src/cacamoir.c
  3426. M /trunk/src/cacaplas.c
  3427. M /trunk/src/cacaview.c
  3428. M /trunk/test/colors.c
  3429. M /trunk/test/demo.c
  3430. M /trunk/test/dithering.c
  3431. M /trunk/test/event.c
  3432. M /trunk/test/export.c
  3433. M /trunk/test/gamma.c
  3434. M /trunk/test/hsv.c
  3435. M /trunk/test/spritedit.c
  3436. M /trunk/test/unicode.c
  3437. * Changed the cucul_init parameter so that it now directly accepts a
  3438. canvas size (use cucul_init(0, 0) for the old behaviour).
  3439. ------------------------------------------------------------------------
  3440. r453 | sam | 2006-03-22 18:34:03 +0100 (Wed, 22 Mar 2006) | 2 lines
  3441. Changed paths:
  3442. M /trunk/kernel/kernel.c
  3443. * Handle malloc(0), realloc(NULL,...) and realloc(...,0) in kernel mode.
  3444. ------------------------------------------------------------------------
  3445. r452 | sam | 2006-03-22 18:30:56 +0100 (Wed, 22 Mar 2006) | 2 lines
  3446. Changed paths:
  3447. M /trunk/cucul/cucul.c
  3448. * Removed code that did not need to be duplicated.
  3449. ------------------------------------------------------------------------
  3450. r451 | sam | 2006-03-22 17:09:14 +0100 (Wed, 22 Mar 2006) | 2 lines
  3451. Changed paths:
  3452. M /trunk/src/cacaview.c
  3453. * Gamma support in cacaview (through the g/G key).
  3454. ------------------------------------------------------------------------
  3455. r450 | sam | 2006-03-22 16:00:43 +0100 (Wed, 22 Mar 2006) | 2 lines
  3456. Changed paths:
  3457. M /trunk/test/gamma.c
  3458. * Added colour to the gamma test.
  3459. ------------------------------------------------------------------------
  3460. r449 | sam | 2006-03-22 15:56:50 +0100 (Wed, 22 Mar 2006) | 2 lines
  3461. Changed paths:
  3462. M /trunk/cucul/bitmap.c
  3463. * Use ln(x) = 2 * (t + t^3/3 + t^5/5 + ...) with t = (x-1)/(x+1).
  3464. ------------------------------------------------------------------------
  3465. r448 | sam | 2006-03-22 14:58:24 +0100 (Wed, 22 Mar 2006) | 2 lines
  3466. Changed paths:
  3467. M /trunk/test/gamma.c
  3468. * Animated gamma test.
  3469. ------------------------------------------------------------------------
  3470. r447 | sam | 2006-03-22 14:15:08 +0100 (Wed, 22 Mar 2006) | 2 lines
  3471. Changed paths:
  3472. M /trunk/cucul/cucul.h
  3473. M /trunk/cucul/math.c
  3474. * Got rid of cucul_powf(), too complex to implement and no longer used.
  3475. ------------------------------------------------------------------------
  3476. r446 | sam | 2006-03-22 14:12:54 +0100 (Wed, 22 Mar 2006) | 3 lines
  3477. Changed paths:
  3478. M /trunk/configure.ac
  3479. M /trunk/cucul/bitmap.c
  3480. * Added optional support for CP437 gray blocks in the bitmap renderer.
  3481. * Use a custom pow() function for gamma computation.
  3482. ------------------------------------------------------------------------
  3483. r445 | sam | 2006-03-21 12:05:56 +0100 (Tue, 21 Mar 2006) | 2 lines
  3484. Changed paths:
  3485. M /trunk/cucul/math.c
  3486. * Tried to do something with cucul_powf. It currently sucks.
  3487. ------------------------------------------------------------------------
  3488. r444 | sam | 2006-03-21 11:52:24 +0100 (Tue, 21 Mar 2006) | 2 lines
  3489. Changed paths:
  3490. M /trunk/src/cacaplas.c
  3491. * Changed the cacaplas colours. Yeah, I do what I want.
  3492. ------------------------------------------------------------------------
  3493. r443 | sam | 2006-03-21 11:09:15 +0100 (Tue, 21 Mar 2006) | 27 lines
  3494. Changed paths:
  3495. M /trunk/test/Makefile.am
  3496. A /trunk/test/gamma.c
  3497. ___
  3498. * Bitmap gamma test example. Of ,---. /""`_,'
  3499. course it does not work yet, | `\``""-; /
  3500. because some dirty old pig \ /`\\ ';'
  3501. implemented a cucul_powf() .') | __ \
  3502. function that only works / (` / /(O\. _|
  3503. with integer exponents. .-`| `"` ` .-\_
  3504. .-' \ ` ;=-.
  3505. HAHAHAHA MAIS .' . ._, / o o\
  3506. VIEUX PORC ! .-'` . '-._;_._.J
  3507. .-'` `.-'`
  3508. _. -` L ' .'
  3509. .' U '- ._.-'
  3510. /` C /
  3511. / y |
  3512. ._ ; J | |
  3513. )).-| | | /
  3514. (/`.-| \ \ / .;
  3515. ( (_)| | \ ; .' |
  3516. '--'; | `\ / / |
  3517. \ | `\ /.' /
  3518. \ / ; |`\ |
  3519. '. .' _.-| | | |
  3520. '-. .-';_"---'`.__| | | \
  3521. `'-._ ``'-. | \ \__\\
  3522. `''--.___\\ \__\\
  3523. ------------------------------------------------------------------------
  3524. r442 | sam | 2006-03-21 10:52:32 +0100 (Tue, 21 Mar 2006) | 2 lines
  3525. Changed paths:
  3526. M /trunk/cucul/bitmap.c
  3527. M /trunk/cucul/cucul.h
  3528. M /trunk/cucul/sprite.c
  3529. M /trunk/src/aafire.c
  3530. M /trunk/src/cacaball.c
  3531. M /trunk/src/cacamoir.c
  3532. M /trunk/src/cacaplas.c
  3533. M /trunk/src/cacaview.c
  3534. M /trunk/test/demo.c
  3535. M /trunk/test/export.c
  3536. M /trunk/test/hsv.c
  3537. * Got rid of useless parameters in cucul_*_bitmap and cucul_*_sprite.
  3538. ------------------------------------------------------------------------
  3539. r441 | sam | 2006-03-21 10:48:02 +0100 (Tue, 21 Mar 2006) | 2 lines
  3540. Changed paths:
  3541. M /trunk/configure.ac
  3542. M /trunk/kernel/kernel.c
  3543. * Use the asm versions of sin and cos when available.
  3544. ------------------------------------------------------------------------
  3545. r440 | jylam | 2006-03-20 16:23:11 +0100 (Mon, 20 Mar 2006) | 2 lines
  3546. Changed paths:
  3547. M /trunk/caca/driver_gl.c
  3548. * Added a bird.
  3549. ------------------------------------------------------------------------
  3550. r439 | sam | 2006-03-19 18:10:12 +0100 (Sun, 19 Mar 2006) | 2 lines
  3551. Changed paths:
  3552. M /trunk/caca/driver_x11.c
  3553. * Added basic support for a few Unicode characters to the X11 driver.
  3554. ------------------------------------------------------------------------
  3555. r438 | sam | 2006-03-19 17:59:34 +0100 (Sun, 19 Mar 2006) | 2 lines
  3556. Changed paths:
  3557. M /trunk/src/cacaplas.c
  3558. * Added a lame "powered by libcaca" banner to cacaplas.
  3559. ------------------------------------------------------------------------
  3560. r437 | sam | 2006-03-19 17:59:01 +0100 (Sun, 19 Mar 2006) | 2 lines
  3561. Changed paths:
  3562. M /trunk/TODO
  3563. * Added a few notes to the TODO list.
  3564. ------------------------------------------------------------------------
  3565. r436 | sam | 2006-03-19 17:42:31 +0100 (Sun, 19 Mar 2006) | 18 lines
  3566. Changed paths:
  3567. M /trunk/src/cacaball.c
  3568. Nan mais avec ma config _,--. ,--._
  3569. d'Emacs c'est vraiment \ > `-"""-' < /
  3570. impossible qu'il reste `-. .-'
  3571. des tabs dans mon code / 'e___e` \
  3572. \__ ( (o o) )
  3573. HAHAHAHA MAIS _\_ `=' _/_
  3574. VIEUX PORC ! / /|`-._.-'|\ \
  3575. \ ., / /||_______||\ \
  3576. .,|_) _/ /_||=======||_\ \_
  3577. _ _______( ,\ ', / _/==|| ||==\_ \
  3578. '(-'.` '-``o t__ `'( ^^ ^^ )`'
  3579. '/ (") \ /
  3580. | t-` \______|______/
  3581. \ )_.-` |______|______|
  3582. \ .^--| /_| )__| |__(
  3583. \_(_\ |_|'[_\ / ] [ \
  3584. '[_\ '[_\ `--' `--'
  3585. ------------------------------------------------------------------------
  3586. r435 | sam | 2006-03-19 17:34:53 +0100 (Sun, 19 Mar 2006) | 2 lines
  3587. Changed paths:
  3588. M /trunk/test/unicode.c
  3589. * More special characters in the Unicode test.
  3590. ------------------------------------------------------------------------
  3591. r434 | sam | 2006-03-18 01:12:25 +0100 (Sat, 18 Mar 2006) | 2 lines
  3592. Changed paths:
  3593. M /trunk/caca/caca.h
  3594. M /trunk/caca/caca_internals.h
  3595. M /trunk/caca/event.c
  3596. M /trunk/caca/graphics.c
  3597. M /trunk/cucul/char.c
  3598. M /trunk/cucul/cucul_internals.h
  3599. * Cosmetic fixes.
  3600. ------------------------------------------------------------------------
  3601. r433 | sam | 2006-03-18 01:06:24 +0100 (Sat, 18 Mar 2006) | 2 lines
  3602. Changed paths:
  3603. M /trunk/caca/driver_network.c
  3604. M /trunk/cucul/cucul.c
  3605. M /trunk/cucul/cucul.h
  3606. M /trunk/cucul/export_ansi.c
  3607. M /trunk/cucul/export_html.c
  3608. M /trunk/cucul/export_irc.c
  3609. M /trunk/cucul/export_ps.c
  3610. M /trunk/cucul/export_svg.c
  3611. M /trunk/test/export.c
  3612. * Renamed cucul_buffer to cucul_export. Vanilla rum rules.
  3613. ------------------------------------------------------------------------
  3614. r432 | sam | 2006-03-17 14:32:58 +0100 (Fri, 17 Mar 2006) | 2 lines
  3615. Changed paths:
  3616. M /trunk/caca/driver_conio.c
  3617. M /trunk/caca/driver_vga.c
  3618. M /trunk/cucul/Makefile.am
  3619. M /trunk/cucul/char.c
  3620. A /trunk/cucul/charset.c (from /trunk/cucul/char.c:428)
  3621. M /trunk/cucul/cucul_internals.h
  3622. * Factorised some charset handling code into a new cucul/charset.c file.
  3623. ------------------------------------------------------------------------
  3624. r431 | sam | 2006-03-17 11:35:26 +0100 (Fri, 17 Mar 2006) | 2 lines
  3625. Changed paths:
  3626. M /trunk/test/export.c
  3627. * Added a few commonly escaped characters to the export test: ( ) " < > &
  3628. ------------------------------------------------------------------------
  3629. r430 | sam | 2006-03-17 10:56:28 +0100 (Fri, 17 Mar 2006) | 2 lines
  3630. Changed paths:
  3631. M /trunk/cucul/export_svg.c
  3632. * Full Unicode support in the SVG exporter.
  3633. ------------------------------------------------------------------------
  3634. r429 | sam | 2006-03-17 10:49:16 +0100 (Fri, 17 Mar 2006) | 2 lines
  3635. Changed paths:
  3636. M /trunk/caca/driver_x11.c
  3637. * Print '?' instead of spaces for unknown glyphs in the X11 driver.
  3638. ------------------------------------------------------------------------
  3639. r428 | sam | 2006-03-16 20:10:12 +0100 (Thu, 16 Mar 2006) | 14 lines
  3640. Changed paths:
  3641. M /trunk/cucul/export_ps.c
  3642. ___
  3643. ',_`""\ .---,
  3644. \ :-""``/` |
  3645. Ahaha mais vieux porc !! `;' //`\ /
  3646. / __ | ('.
  3647. |_ ./O)\ \ `) \
  3648. _/-. ` `"` |`
  3649. .-=; ` /
  3650. /o o \ ,_, .
  3651. L._._;_.-' .
  3652. `'-.` '
  3653. `. '
  3654. '-._. -'
  3655. ------------------------------------------------------------------------
  3656. r427 | sam | 2006-03-16 20:00:59 +0100 (Thu, 16 Mar 2006) | 2 lines
  3657. Changed paths:
  3658. M /trunk/ChangeLog
  3659. * Updated ChangeLog and converted it to UTF-8.
  3660. ------------------------------------------------------------------------
  3661. r426 | sam | 2006-03-16 19:58:39 +0100 (Thu, 16 Mar 2006) | 2 lines
  3662. Changed paths:
  3663. M /trunk/cucul/export_svg.c
  3664. * Fixed Unicode handling and improved coding style in the SVG exporter.
  3665. ------------------------------------------------------------------------
  3666. r425 | sam | 2006-03-16 19:52:40 +0100 (Thu, 16 Mar 2006) | 2 lines
  3667. Changed paths:
  3668. M /trunk/test/export.c
  3669. * Do not write the trailing \0 when exporting data.
  3670. ------------------------------------------------------------------------
  3671. r424 | sam | 2006-03-16 19:44:07 +0100 (Thu, 16 Mar 2006) | 3 lines
  3672. Changed paths:
  3673. M /trunk/cucul/export_ps.c
  3674. * Fixed syntax errors in the generated PostScript document if ( ) \ or
  3675. Unicode characters are encountered.
  3676. ------------------------------------------------------------------------
  3677. r423 | sam | 2006-03-16 19:09:26 +0100 (Thu, 16 Mar 2006) | 3 lines
  3678. Changed paths:
  3679. M /trunk/cucul/export_ps.c
  3680. * Optimised for speed and space, fixed a few bugs, and improved coding style
  3681. in the PS exporter (vieux porc !).
  3682. ------------------------------------------------------------------------
  3683. r422 | sam | 2006-03-16 18:04:09 +0100 (Thu, 16 Mar 2006) | 2 lines
  3684. Changed paths:
  3685. M /trunk/cucul/cucul.c
  3686. * Comment clarification.
  3687. ------------------------------------------------------------------------
  3688. r421 | sam | 2006-03-16 17:59:57 +0100 (Thu, 16 Mar 2006) | 2 lines
  3689. Changed paths:
  3690. M /trunk/caca/driver_win32.c
  3691. * Fix resizing of the Win32 console. It now adapts to the requested size.
  3692. ------------------------------------------------------------------------
  3693. r420 | sam | 2006-03-16 13:58:55 +0100 (Thu, 16 Mar 2006) | 3 lines
  3694. Changed paths:
  3695. M /trunk/caca/driver_conio.c
  3696. M /trunk/caca/driver_vga.c
  3697. * Duplicated the conio.h Unicode->CP437 conversion into the VGA driver.
  3698. * Cosmetic code changes.
  3699. ------------------------------------------------------------------------
  3700. r419 | sam | 2006-03-16 13:50:07 +0100 (Thu, 16 Mar 2006) | 2 lines
  3701. Changed paths:
  3702. M /trunk/caca/driver_slang.c
  3703. * Fixed compiler warnings when UTF-8 S-Lang is not available.
  3704. ------------------------------------------------------------------------
  3705. r418 | sam | 2006-03-16 13:49:20 +0100 (Thu, 16 Mar 2006) | 2 lines
  3706. Changed paths:
  3707. M /trunk/caca/driver_ncurses.c
  3708. M /trunk/configure.ac
  3709. * Use UTF-8 enable ncurses (ncursesw) if available. Doesn't seem to work.
  3710. ------------------------------------------------------------------------
  3711. r417 | sam | 2006-03-16 13:46:39 +0100 (Thu, 16 Mar 2006) | 3 lines
  3712. Changed paths:
  3713. M /trunk/build-win32
  3714. * Distribute the license with Win32 packages and convert text files to
  3715. CRLF format.
  3716. ------------------------------------------------------------------------
  3717. r416 | sam | 2006-03-15 23:07:55 +0100 (Wed, 15 Mar 2006) | 3 lines
  3718. Changed paths:
  3719. M /trunk/caca/driver_conio.c
  3720. M /trunk/test/unicode.c
  3721. * Added support for Unicode characters that fall into CP437 0x01 - 0x1f to
  3722. the DOS/conio.h driver, and updated the unicode test accordingly.
  3723. ------------------------------------------------------------------------
  3724. r415 | sam | 2006-03-15 21:39:43 +0100 (Wed, 15 Mar 2006) | 2 lines
  3725. Changed paths:
  3726. M /trunk/test/export.c
  3727. M /trunk/test/unicode.c
  3728. * Added a few more Unicode characters to the export and unicode tests.
  3729. ------------------------------------------------------------------------
  3730. r414 | sam | 2006-03-15 21:30:39 +0100 (Wed, 15 Mar 2006) | 3 lines
  3731. Changed paths:
  3732. M /trunk/caca/driver_conio.c
  3733. * Partial Unicode support for the DOS/conio.h driver. Glyphs that have
  3734. equivalents in CP437 0x7f - 0xff are translated.
  3735. ------------------------------------------------------------------------
  3736. r413 | sam | 2006-03-15 19:41:29 +0100 (Wed, 15 Mar 2006) | 2 lines
  3737. Changed paths:
  3738. M /trunk/cucul/export_html.c
  3739. * Unicode support in the HTML exporter.
  3740. ------------------------------------------------------------------------
  3741. r412 | sam | 2006-03-15 18:42:03 +0100 (Wed, 15 Mar 2006) | 2 lines
  3742. Changed paths:
  3743. M /trunk/caca/caca.c
  3744. * Cosmetic.
  3745. ------------------------------------------------------------------------
  3746. r411 | sam | 2006-03-15 18:33:03 +0100 (Wed, 15 Mar 2006) | 2 lines
  3747. Changed paths:
  3748. M /trunk/test
  3749. M /trunk/test/Makefile.am
  3750. A /trunk/test/export.c
  3751. * Small test program for exporters. Usage: "export html", "export irc" etc.
  3752. ------------------------------------------------------------------------
  3753. r410 | jylam | 2006-03-15 18:16:09 +0100 (Wed, 15 Mar 2006) | 24 lines
  3754. Changed paths:
  3755. A /trunk/cucul/export_svg.c
  3756. * Added the SVG exporter sources. SAM IS KOREA KEKEKEK ^^
  3757. *p_e_n_i_s_b_i_r_d_p_e_n_i_s_b_i_r_d_*
  3758. p______...___________________________p
  3759. e____(_..__`'-.,--,__________________e
  3760. n_____'-._'-.__`\a\\_________________n
  3761. i_________'.___.'_(|_________________i
  3762. s____________7____||_________________s
  3763. b___________/___.'_|_________________b
  3764. i__________/_.-'__,J_________________i
  3765. r_________/_________\________________r
  3766. d________||___/______;_______________d
  3767. *________||__|_______|_______________*
  3768. p________`\__\_______|__/__''\_______p
  3769. e__________'._\______/.-`____{}|_____e
  3770. n___________/\_`;_.-'_________/______n
  3771. i___________\_;(((____.--'\_/________i
  3772. s_________.(((_____.-;\______________s
  3773. b____.--'`_____,;`'.'-;\_____________b
  3774. i_taco's____.'____'._.'\\____________i
  3775. r_dick_--'_________|__\_|____________r
  3776. d__________________\_\,_/____________d
  3777. *p_e_n_i_s_b_i_r_d_p_e_n_i_s_b_i_r_d_*
  3778. ------------------------------------------------------------------------
  3779. r409 | jylam | 2006-03-15 17:55:40 +0100 (Wed, 15 Mar 2006) | 2 lines
  3780. Changed paths:
  3781. M /trunk/cucul/Makefile.am
  3782. M /trunk/cucul/cucul.c
  3783. M /trunk/cucul/cucul.h
  3784. M /trunk/cucul/export_html.c
  3785. M /trunk/cucul/export_ps.c
  3786. * Added preliminary (but working) SVG exporter
  3787. ------------------------------------------------------------------------
  3788. r408 | jylam | 2006-03-15 16:03:43 +0100 (Wed, 15 Mar 2006) | 2 lines
  3789. Changed paths:
  3790. M /trunk/caca/driver_network.c
  3791. * Added telnet commands and options strings for debug
  3792. ------------------------------------------------------------------------
  3793. r407 | jylam | 2006-03-15 14:48:51 +0100 (Wed, 15 Mar 2006) | 2 lines
  3794. Changed paths:
  3795. M /trunk/test/demo.c
  3796. * Fixed refresh when updating parameter in display_menu()
  3797. ------------------------------------------------------------------------
  3798. r406 | jylam | 2006-03-15 14:10:34 +0100 (Wed, 15 Mar 2006) | 2 lines
  3799. Changed paths:
  3800. M /trunk/kernel/kernel.c
  3801. * Removed false comment
  3802. ------------------------------------------------------------------------
  3803. r405 | jylam | 2006-03-15 14:06:25 +0100 (Wed, 15 Mar 2006) | 2 lines
  3804. Changed paths:
  3805. M /trunk/src/cacaball.c
  3806. * Optimised cacaballs a bit
  3807. ------------------------------------------------------------------------
  3808. r404 | jylam | 2006-03-15 13:51:08 +0100 (Wed, 15 Mar 2006) | 2 lines
  3809. Changed paths:
  3810. M /trunk/src/cacaball.c
  3811. * Better cacaballs parameters
  3812. ------------------------------------------------------------------------
  3813. r403 | sam | 2006-03-15 11:04:56 +0100 (Wed, 15 Mar 2006) | 3 lines
  3814. Changed paths:
  3815. M /trunk/src/cacamoir.c
  3816. * Increased cacamoir circle thikness by 50%, because it currently really
  3817. sucks in small resolutions.
  3818. ------------------------------------------------------------------------
  3819. r402 | sam | 2006-03-15 11:03:04 +0100 (Wed, 15 Mar 2006) | 2 lines
  3820. Changed paths:
  3821. M /trunk/caca/driver_gl.c
  3822. M /trunk/caca/driver_ncurses.c
  3823. M /trunk/caca/driver_x11.c
  3824. M /trunk/src/cacaball.c
  3825. * Minor coding style fixes.
  3826. ------------------------------------------------------------------------
  3827. r401 | sam | 2006-03-15 11:02:08 +0100 (Wed, 15 Mar 2006) | 2 lines
  3828. Changed paths:
  3829. M /trunk/caca/driver_win32.c
  3830. * UTF-8 support in the Win32 driver.
  3831. ------------------------------------------------------------------------
  3832. r400 | sam | 2006-03-15 11:01:14 +0100 (Wed, 15 Mar 2006) | 3 lines
  3833. Changed paths:
  3834. M /trunk/caca/caca.h
  3835. M /trunk/caca/driver_network.c
  3836. * Support CACA_GEOMETRY in the network driver. Still defaults to 80x24.
  3837. * Use RETSIGTYPE for signal handler return values.
  3838. ------------------------------------------------------------------------
  3839. r399 | sam | 2006-03-15 10:57:04 +0100 (Wed, 15 Mar 2006) | 4 lines
  3840. Changed paths:
  3841. M /trunk/caca/driver_slang.c
  3842. M /trunk/configure.ac
  3843. * Do not fail if SLsmg_utf8_enable was not found, just disable UTF-8 support
  3844. in the SLang driver.
  3845. * Cosmetic fixes in configure.ac.
  3846. ------------------------------------------------------------------------
  3847. r398 | sam | 2006-03-14 23:05:34 +0100 (Tue, 14 Mar 2006) | 6 lines
  3848. Changed paths:
  3849. M /trunk/caca/driver_network.c
  3850. M /trunk/cucul/cucul.c
  3851. M /trunk/cucul/cucul.h
  3852. M /trunk/cucul/cucul_internals.h
  3853. M /trunk/cucul/export_ansi.c
  3854. M /trunk/cucul/export_html.c
  3855. M /trunk/cucul/export_irc.c
  3856. M /trunk/cucul/export_ps.c
  3857. * Replaced all cucul_get_* exporters with a generic cucul_export() function.
  3858. * Got rid of static buffers; we now use cucul_free() to free exported
  3859. buffers.
  3860. * Fixed light background in the ANSI exporter by adding escape sequences for
  3861. most terminal emulators.
  3862. ------------------------------------------------------------------------
  3863. r397 | jylam | 2006-03-14 20:01:19 +0100 (Tue, 14 Mar 2006) | 2 lines
  3864. Changed paths:
  3865. M /trunk/kernel/kernel.c
  3866. * Fixed UPPER() for strcasecmp
  3867. ------------------------------------------------------------------------
  3868. r396 | sam | 2006-03-14 19:10:30 +0100 (Tue, 14 Mar 2006) | 2 lines
  3869. Changed paths:
  3870. M /trunk/kernel/kernel.c
  3871. * Rewrote strncasecmp. Totally untested, of course.
  3872. ------------------------------------------------------------------------
  3873. r395 | sam | 2006-03-14 18:09:17 +0100 (Tue, 14 Mar 2006) | 2 lines
  3874. Changed paths:
  3875. M /trunk/cucul/export_ps.c
  3876. * STATIC char const. AHAHAHAHA.
  3877. ------------------------------------------------------------------------
  3878. r394 | sam | 2006-03-14 18:06:12 +0100 (Tue, 14 Mar 2006) | 3 lines
  3879. Changed paths:
  3880. M /trunk/caca/driver_network.c
  3881. * Do not switch to alternate screen when clearing, because sometimes we
  3882. are unable to cleanly restore the state.
  3883. ------------------------------------------------------------------------
  3884. r393 | jylam | 2006-03-14 17:57:53 +0100 (Tue, 14 Mar 2006) | 2 lines
  3885. Changed paths:
  3886. M /trunk/cucul/export_ps.c
  3887. * Cosmetic changes. AHAHAH I COMMITED IT MYSELF.
  3888. ------------------------------------------------------------------------
  3889. r392 | jylam | 2006-03-14 17:51:38 +0100 (Tue, 14 Mar 2006) | 2 lines
  3890. Changed paths:
  3891. M /trunk/cucul/export_ps.c
  3892. * Postscript exporter now kinda works. Paper size to be fixed
  3893. ------------------------------------------------------------------------
  3894. r391 | jylam | 2006-03-14 16:39:38 +0100 (Tue, 14 Mar 2006) | 2 lines
  3895. Changed paths:
  3896. M /trunk/cucul/Makefile.am
  3897. M /trunk/cucul/cucul.c
  3898. M /trunk/cucul/cucul.h
  3899. M /trunk/cucul/cucul_internals.h
  3900. A /trunk/cucul/export_ps.c
  3901. * Added preliminary Postscript (tm) (r) (c) exporter.
  3902. ------------------------------------------------------------------------
  3903. r390 | sam | 2006-03-14 15:19:58 +0100 (Tue, 14 Mar 2006) | 2 lines
  3904. Changed paths:
  3905. M /trunk/caca/driver_network.c
  3906. * Pressing Ctrl-C on the client side now drops the connection.
  3907. ------------------------------------------------------------------------
  3908. r389 | sam | 2006-03-14 13:49:32 +0100 (Tue, 14 Mar 2006) | 2 lines
  3909. Changed paths:
  3910. M /trunk/TODO
  3911. * Updated the TODO list, mostly with Unicode-related tasks.
  3912. ------------------------------------------------------------------------
  3913. r388 | sam | 2006-03-14 13:49:01 +0100 (Tue, 14 Mar 2006) | 3 lines
  3914. Changed paths:
  3915. M /trunk/caca/caca.h
  3916. M /trunk/caca/driver_network.c
  3917. * Changed port environment variable to "CACA_PORT". No need to mention it's
  3918. a network port, we could have guessed.
  3919. ------------------------------------------------------------------------
  3920. r387 | sam | 2006-03-14 13:30:17 +0100 (Tue, 14 Mar 2006) | 2 lines
  3921. Changed paths:
  3922. M /trunk/caca/caca.c
  3923. * Ooops, fixed an old typo.
  3924. ------------------------------------------------------------------------
  3925. r386 | sam | 2006-03-14 13:16:11 +0100 (Tue, 14 Mar 2006) | 2 lines
  3926. Changed paths:
  3927. M /trunk/src/cacaball.c
  3928. * Fixed a warning in cacaball.c.
  3929. ------------------------------------------------------------------------
  3930. r385 | sam | 2006-03-13 20:04:29 +0100 (Mon, 13 Mar 2006) | 11 lines
  3931. Changed paths:
  3932. M /trunk/caca/driver_network.c
  3933. * Improvements to the network output:
  3934. + Changed port to 51914 (rationale: it's 0xCACA; so okay, it's outside
  3935. the registered ports area, but we'd never be accepted anyway).
  3936. + Retry network sends in caca_get_event(), too.
  3937. + Have a per-client buffer in case of network congestion. If that buffer
  3938. gets full, just drop it and start again at the next frame.
  3939. + Set the window title to "caca for the network".
  3940. + Do not send the ANSI buffer's terminating \0.
  3941. + Restore the SIGPIPE handler on close.
  3942. + Set window size to 80x24 instead of 80x25.
  3943. ------------------------------------------------------------------------
  3944. r384 | sam | 2006-03-13 19:07:35 +0100 (Mon, 13 Mar 2006) | 24 lines
  3945. Changed paths:
  3946. M /trunk/cucul/export_ansi.c
  3947. M /trunk/cucul/export_html.c
  3948. M /trunk/cucul/export_irc.c
  3949. M /trunk/perl/lib/Term/Caca/Bitmap.pm
  3950. M /trunk/perl/lib/Term/Caca/Constants.pm
  3951. M /trunk/perl/lib/Term/Caca/Sprite.pm
  3952. M /trunk/perl/lib/Term/Caca.pm
  3953. M /trunk/perl/lib/Term/Kaka/Bitmap.pm
  3954. M /trunk/perl/lib/Term/Kaka/Constants.pm
  3955. M /trunk/perl/lib/Term/Kaka/Sprite.pm
  3956. M /trunk/perl/lib/Term/Kaka.pm
  3957. M /trunk/python/pypycaca.c
  3958. M /trunk/python/pypycaca.h
  3959. * Set svn:keyword Id property on a few files.
  3960. Note to developers: use that chunk in your ~/.subversion/config:
  3961. [miscellany]
  3962. enable-auto-props = yes
  3963. [auto-props]
  3964. *.m = svn:keywords=Id
  3965. *.h = svn:keywords=Id
  3966. *.mm = svn:keywords=Id
  3967. *.c = svn:keywords=Id
  3968. *.cpp = svn:keywords=Id
  3969. *.pch = svn:keywords=Id
  3970. *.command = svn:keywords=Id
  3971. *.pl = svn:keywords=Id
  3972. *.pm = svn:keywords=Id
  3973. *.py = svn:keywords=Id
  3974. *.sh = svn:keywords=Id
  3975. *.txt = svn:keywords=Id
  3976. *.html = svn:keywords=Id
  3977. *.php = svn:keywords=Id
  3978. ------------------------------------------------------------------------
  3979. r383 | sam | 2006-03-13 19:05:12 +0100 (Mon, 13 Mar 2006) | 2 lines
  3980. Changed paths:
  3981. M /trunk/cucul/export_ansi.c
  3982. * Fixed end of lines in the ANSI exporter (CRLF, not LFCR).
  3983. ------------------------------------------------------------------------
  3984. r382 | sam | 2006-03-13 18:49:04 +0100 (Mon, 13 Mar 2006) | 2 lines
  3985. Changed paths:
  3986. M /trunk/caca/caca.c
  3987. * Fixed an uninitialised variable in the event queue handling.
  3988. ------------------------------------------------------------------------
  3989. r381 | sam | 2006-03-13 18:38:18 +0100 (Mon, 13 Mar 2006) | 2 lines
  3990. Changed paths:
  3991. M /trunk/test/colors.c
  3992. * Allow the color test to be built as a kernel.
  3993. ------------------------------------------------------------------------
  3994. r380 | sam | 2006-03-13 18:36:14 +0100 (Mon, 13 Mar 2006) | 2 lines
  3995. Changed paths:
  3996. M /trunk/THANKS
  3997. * Sorted list of extra contributors by topic and added the FSF.
  3998. ------------------------------------------------------------------------
  3999. r379 | sam | 2006-03-10 20:21:33 +0100 (Fri, 10 Mar 2006) | 3 lines
  4000. Changed paths:
  4001. M /trunk/caca/driver_network.c
  4002. * Set the client sockets as non-blocking, and implemented non-blocking
  4003. writes. Currently works very badly with more than one client.
  4004. ------------------------------------------------------------------------
  4005. r378 | jylam | 2006-03-10 18:56:40 +0100 (Fri, 10 Mar 2006) | 2 lines
  4006. Changed paths:
  4007. M /trunk/kernel/kernel.c
  4008. * wrote strcasecmp for fun
  4009. ------------------------------------------------------------------------
  4010. r377 | jylam | 2006-03-10 18:41:23 +0100 (Fri, 10 Mar 2006) | 2 lines
  4011. Changed paths:
  4012. M /trunk/cucul/Makefile.am
  4013. A /trunk/cucul/export_ansi.c
  4014. A /trunk/cucul/export_html.c
  4015. A /trunk/cucul/export_irc.c
  4016. D /trunk/cucul/exporter_ansi.c
  4017. D /trunk/cucul/exporter_html.c
  4018. D /trunk/cucul/exporter_irc.c
  4019. * Renamed exporter_* to export_*, from God recommendation.
  4020. ------------------------------------------------------------------------
  4021. r376 | jylam | 2006-03-10 18:32:08 +0100 (Fri, 10 Mar 2006) | 2 lines
  4022. Changed paths:
  4023. M /trunk/cucul/Makefile.am
  4024. D /trunk/cucul/export.c
  4025. A /trunk/cucul/exporter_ansi.c
  4026. A /trunk/cucul/exporter_html.c
  4027. A /trunk/cucul/exporter_irc.c
  4028. * Exploded cucul/export.c
  4029. ------------------------------------------------------------------------
  4030. r375 | jylam | 2006-03-10 16:11:40 +0100 (Fri, 10 Mar 2006) | 2 lines
  4031. Changed paths:
  4032. M /trunk/caca/caca.c
  4033. M /trunk/caca/caca.h
  4034. M /trunk/caca/driver_network.c
  4035. * Added CACA_NETWORK_PORT env and related documentation
  4036. ------------------------------------------------------------------------
  4037. r374 | jylam | 2006-03-10 15:41:24 +0100 (Fri, 10 Mar 2006) | 2 lines
  4038. Changed paths:
  4039. M /trunk/caca/driver_network.c
  4040. M /trunk/configure.ac
  4041. M /trunk/cucul/cucul_internals.h
  4042. * Fixed configure script to check for UTF8 enabled slang, removed network driver debug output, added size > 255 in telnet negociation, fixed scrolling bug in network driver
  4043. ------------------------------------------------------------------------
  4044. r373 | sam | 2006-03-10 14:06:40 +0100 (Fri, 10 Mar 2006) | 4 lines
  4045. Changed paths:
  4046. M /trunk/caca/driver_network.c
  4047. * Handle incoming connections in network_get_event() as well as
  4048. network_display() so that new clients immediately get the contents
  4049. of the canvas and do not need to wait for a caca_display() call.
  4050. ------------------------------------------------------------------------
  4051. r372 | sam | 2006-03-10 11:03:30 +0100 (Fri, 10 Mar 2006) | 3 lines
  4052. Changed paths:
  4053. M /trunk/cucul/char.c
  4054. * Preliminary support for UTF-8 in cucul_putstr(). Also added a
  4055. cucul_putchar32() function but I'm not convinced it will be useful.
  4056. ------------------------------------------------------------------------
  4057. r371 | sam | 2006-03-10 11:01:22 +0100 (Fri, 10 Mar 2006) | 4 lines
  4058. Changed paths:
  4059. M /trunk/caca/driver_conio.c
  4060. M /trunk/caca/driver_gl.c
  4061. M /trunk/caca/driver_ncurses.c
  4062. M /trunk/caca/driver_network.c
  4063. M /trunk/caca/driver_win32.c
  4064. M /trunk/caca/driver_x11.c
  4065. M /trunk/caca/graphics.c
  4066. * Use the internal version of cucul_set_size in output drivers so that
  4067. they can force a resize. We need to find a way to make those specific
  4068. cucul - caca interactions unavailable to the clueless user.
  4069. ------------------------------------------------------------------------
  4070. r370 | sam | 2006-03-10 10:48:33 +0100 (Fri, 10 Mar 2006) | 2 lines
  4071. Changed paths:
  4072. M /trunk/src/cacaball.c
  4073. M /trunk/src/cacamoir.c
  4074. M /trunk/src/cacaplas.c
  4075. * Made cacamoir, cacaball and cacaplas buildable into a kernel.
  4076. ------------------------------------------------------------------------
  4077. r369 | sam | 2006-03-10 10:43:13 +0100 (Fri, 10 Mar 2006) | 3 lines
  4078. Changed paths:
  4079. M /trunk/caca/driver_vga.c
  4080. * Assume the VGA screen is 320x200 and really resize the cucul canvas to
  4081. 80x25 upon initialisation.
  4082. ------------------------------------------------------------------------
  4083. r368 | sam | 2006-03-10 10:34:16 +0100 (Fri, 10 Mar 2006) | 2 lines
  4084. Changed paths:
  4085. M /trunk/caca/driver_slang.c
  4086. * Added Unicode support to the SLang driver.
  4087. ------------------------------------------------------------------------
  4088. r367 | sam | 2006-03-10 10:31:32 +0100 (Fri, 10 Mar 2006) | 2 lines
  4089. Changed paths:
  4090. M /trunk/kernel/kernel.c
  4091. M /trunk/kernel/kernel.h
  4092. * Implemented a few math functions in our kernel: cos(), sin(), sqrt().
  4093. ------------------------------------------------------------------------
  4094. r366 | sam | 2006-03-10 10:30:30 +0100 (Fri, 10 Mar 2006) | 2 lines
  4095. Changed paths:
  4096. M /trunk/test/unicode.c
  4097. * More Unicode tests: gradient glyphs, double width characters.
  4098. ------------------------------------------------------------------------
  4099. r365 | jylam | 2006-03-09 20:27:55 +0100 (Thu, 09 Mar 2006) | 2 lines
  4100. Changed paths:
  4101. M /trunk/build-kernel
  4102. * Oops, modified build-kernel while testing and commited it ;)
  4103. ------------------------------------------------------------------------
  4104. r364 | jylam | 2006-03-09 20:27:14 +0100 (Thu, 09 Mar 2006) | 2 lines
  4105. Changed paths:
  4106. M /trunk/build-kernel
  4107. M /trunk/caca/driver_network.c
  4108. * Multiplexed sockets, it is now possible to have multiple clients at the same time watching for the same libcaca application. And no fork or threads involved. THAT'S high technology.
  4109. ------------------------------------------------------------------------
  4110. r363 | sam | 2006-03-09 17:57:32 +0100 (Thu, 09 Mar 2006) | 2 lines
  4111. Changed paths:
  4112. M /trunk/caca/driver_vga.c
  4113. * Fixed VGA colours. The values only range from 0 to 63.
  4114. ------------------------------------------------------------------------
  4115. r362 | sam | 2006-03-09 16:35:00 +0100 (Thu, 09 Mar 2006) | 4 lines
  4116. Changed paths:
  4117. M /trunk/build-kernel
  4118. M /trunk/caca/caca_internals.h
  4119. M /trunk/cucul/cucul_internals.h
  4120. M /trunk/kernel/kernel.c
  4121. M /trunk/kernel/kernel.h
  4122. * Added assembly code for inb() and outb().
  4123. * Print a small message at kernel boot time just to check that the kernel
  4124. was properly loaded.
  4125. ------------------------------------------------------------------------
  4126. r361 | jylam | 2006-03-09 14:24:06 +0100 (Thu, 09 Mar 2006) | 2 lines
  4127. Changed paths:
  4128. M /trunk/cucul/export.c
  4129. * Added tests for malloc()'s
  4130. ------------------------------------------------------------------------
  4131. r360 | jylam | 2006-03-09 14:08:41 +0100 (Thu, 09 Mar 2006) | 2 lines
  4132. Changed paths:
  4133. M /trunk/README
  4134. M /trunk/cucul/cucul.c
  4135. M /trunk/cucul/cucul_internals.h
  4136. M /trunk/cucul/export.c
  4137. * Updated README for network driver, fixed remaining exporters
  4138. ------------------------------------------------------------------------
  4139. r359 | sam | 2006-03-09 14:04:59 +0100 (Thu, 09 Mar 2006) | 2 lines
  4140. Changed paths:
  4141. M /trunk/caca/Makefile.am
  4142. M /trunk/configure.ac
  4143. M /trunk/kernel/Makefile.am
  4144. * Added a conditional to only build the kernel if --enable-vga was set.
  4145. ------------------------------------------------------------------------
  4146. r358 | sam | 2006-03-09 13:56:33 +0100 (Thu, 09 Mar 2006) | 2 lines
  4147. Changed paths:
  4148. M /trunk/build-kernel
  4149. * Set executable flag to the build-kernel script.
  4150. ------------------------------------------------------------------------
  4151. r357 | sam | 2006-03-09 13:47:37 +0100 (Thu, 09 Mar 2006) | 3 lines
  4152. Changed paths:
  4153. A /trunk/COPYING.GPL
  4154. M /trunk/Makefile.am
  4155. A /trunk/build-kernel
  4156. M /trunk/caca/time.c
  4157. M /trunk/configure.ac
  4158. M /trunk/cucul/bitmap.c
  4159. M /trunk/cucul/box.c
  4160. M /trunk/cucul/char.c
  4161. M /trunk/cucul/conic.c
  4162. M /trunk/cucul/cucul.c
  4163. M /trunk/cucul/cucul_internals.h
  4164. M /trunk/cucul/export.c
  4165. M /trunk/cucul/line.c
  4166. M /trunk/cucul/math.c
  4167. M /trunk/cucul/sprite.c
  4168. M /trunk/cucul/triangle.c
  4169. A /trunk/kernel
  4170. A /trunk/kernel/Makefile.am
  4171. A /trunk/kernel/kernel.c
  4172. A /trunk/kernel/kernel.h
  4173. A /trunk/kernel/multiboot.S
  4174. A /trunk/kernel/multiboot.h
  4175. M /trunk/src
  4176. M /trunk/src/aafire.c
  4177. * Added glue code to compile libcaca without a libc and build applications
  4178. as multiboot kernels.
  4179. ------------------------------------------------------------------------
  4180. r356 | sam | 2006-03-09 13:44:49 +0100 (Thu, 09 Mar 2006) | 2 lines
  4181. Changed paths:
  4182. M /trunk/caca/driver_conio.c
  4183. * Cosmetic change.
  4184. ------------------------------------------------------------------------
  4185. r355 | sam | 2006-03-09 13:43:10 +0100 (Thu, 09 Mar 2006) | 2 lines
  4186. Changed paths:
  4187. M /trunk/README
  4188. * Slightly updated README.
  4189. ------------------------------------------------------------------------
  4190. r354 | sam | 2006-03-09 13:41:02 +0100 (Thu, 09 Mar 2006) | 2 lines
  4191. Changed paths:
  4192. M /trunk/caca/caca.c
  4193. M /trunk/caca/caca_internals.h
  4194. A /trunk/caca/driver_vga.c
  4195. * Pure VGA output driver.
  4196. ------------------------------------------------------------------------
  4197. r353 | sam | 2006-03-09 13:37:39 +0100 (Thu, 09 Mar 2006) | 2 lines
  4198. Changed paths:
  4199. M /trunk/caca/graphics.c
  4200. * Removed unused includes.
  4201. ------------------------------------------------------------------------
  4202. r352 | sam | 2006-03-09 13:35:47 +0100 (Thu, 09 Mar 2006) | 2 lines
  4203. Changed paths:
  4204. M /trunk/AUTHORS
  4205. * Added a few details for authors.
  4206. ------------------------------------------------------------------------
  4207. r351 | sam | 2006-03-09 13:34:40 +0100 (Thu, 09 Mar 2006) | 3 lines
  4208. Changed paths:
  4209. M /trunk/test
  4210. M /trunk/test/Makefile.am
  4211. A /trunk/test/unicode.c
  4212. * Added a tiny Unicode test program. Of course it does not work yet, but
  4213. good to have something to start with.
  4214. ------------------------------------------------------------------------
  4215. r350 | jylam | 2006-03-09 10:52:24 +0100 (Thu, 09 Mar 2006) | 2 lines
  4216. Changed paths:
  4217. M /trunk/caca/caca.h
  4218. M /trunk/cucul/cucul.h
  4219. * Updated documentation a bit
  4220. ------------------------------------------------------------------------
  4221. r349 | jylam | 2006-03-09 10:44:54 +0100 (Thu, 09 Mar 2006) | 2 lines
  4222. Changed paths:
  4223. M /trunk/caca/driver_network.c
  4224. M /trunk/cucul/cucul.c
  4225. M /trunk/cucul/cucul_internals.h
  4226. M /trunk/cucul/export.c
  4227. * Changed way temporary buffer of ansi export was handled. Need to do that for other exporters as well.
  4228. ------------------------------------------------------------------------
  4229. r348 | jylam | 2006-03-09 09:45:40 +0100 (Thu, 09 Mar 2006) | 2 lines
  4230. Changed paths:
  4231. M /trunk/caca/driver_network.c
  4232. * Fixed memory leak in network driver
  4233. ------------------------------------------------------------------------
  4234. r347 | sam | 2006-03-08 23:39:43 +0100 (Wed, 08 Mar 2006) | 2 lines
  4235. Changed paths:
  4236. M /trunk/caca/driver_gl.c
  4237. * Made the OpenGL colors slightly less saturated.
  4238. ------------------------------------------------------------------------
  4239. r346 | sam | 2006-03-08 23:29:00 +0100 (Wed, 08 Mar 2006) | 3 lines
  4240. Changed paths:
  4241. M /trunk/caca/driver_conio.c
  4242. M /trunk/caca/driver_gl.c
  4243. M /trunk/caca/driver_ncurses.c
  4244. M /trunk/caca/driver_slang.c
  4245. M /trunk/caca/driver_win32.c
  4246. M /trunk/caca/driver_x11.c
  4247. * Make output drivers more error resilient when handling UTF-32 characters,
  4248. by simply ignoring everything non ASCII :-)
  4249. ------------------------------------------------------------------------
  4250. r345 | jylam | 2006-03-08 21:58:07 +0100 (Wed, 08 Mar 2006) | 2 lines
  4251. Changed paths:
  4252. M /trunk/caca/driver_network.c
  4253. * Fixed blinking screen
  4254. ------------------------------------------------------------------------
  4255. r344 | jylam | 2006-03-08 21:23:06 +0100 (Wed, 08 Mar 2006) | 2 lines
  4256. Changed paths:
  4257. M /trunk/caca/driver_network.c
  4258. M /trunk/cucul/cucul.h
  4259. M /trunk/cucul/export.c
  4260. * Exporters now return size of generated data
  4261. ------------------------------------------------------------------------
  4262. r343 | jylam | 2006-03-08 21:03:24 +0100 (Wed, 08 Mar 2006) | 2 lines
  4263. Changed paths:
  4264. M /trunk/caca/Makefile.am
  4265. M /trunk/caca/caca.c
  4266. M /trunk/caca/caca_internals.h
  4267. A /trunk/caca/driver_network.c
  4268. M /trunk/configure.ac
  4269. * Added very preliminary network driver
  4270. ------------------------------------------------------------------------
  4271. r342 | sam | 2006-03-08 20:41:53 +0100 (Wed, 08 Mar 2006) | 3 lines
  4272. Changed paths:
  4273. M /trunk/caca/caca.c
  4274. M /trunk/caca/caca_internals.h
  4275. M /trunk/caca/driver_conio.c
  4276. M /trunk/caca/driver_gl.c
  4277. M /trunk/caca/driver_ncurses.c
  4278. M /trunk/caca/driver_slang.c
  4279. M /trunk/caca/driver_win32.c
  4280. M /trunk/caca/driver_x11.c
  4281. M /trunk/caca/event.c
  4282. M /trunk/caca/graphics.c
  4283. M /trunk/cucul/cucul.c
  4284. * Fixed async issues between the driver and libcaca when resizing windows,
  4285. and simplified the handle_resize() API. Still can be polished.
  4286. ------------------------------------------------------------------------
  4287. r341 | sam | 2006-03-08 18:20:38 +0100 (Wed, 08 Mar 2006) | 3 lines
  4288. Changed paths:
  4289. M /trunk/cucul/cucul.c
  4290. * cucul_set_size() does nothing if a graphical backend is attached. Added
  4291. documentation to explain this behaviour.
  4292. ------------------------------------------------------------------------
  4293. r340 | sam | 2006-03-08 12:27:23 +0100 (Wed, 08 Mar 2006) | 2 lines
  4294. Changed paths:
  4295. M /trunk/caca/caca.c
  4296. M /trunk/caca/caca_internals.h
  4297. M /trunk/caca/driver_gl.c
  4298. M /trunk/caca/driver_ncurses.c
  4299. M /trunk/caca/driver_slang.c
  4300. M /trunk/caca/driver_win32.c
  4301. M /trunk/caca/driver_x11.c
  4302. M /trunk/caca/event.c
  4303. * Cosmetic changes here and there.
  4304. ------------------------------------------------------------------------
  4305. r339 | sam | 2006-03-08 11:33:01 +0100 (Wed, 08 Mar 2006) | 3 lines
  4306. Changed paths:
  4307. M /trunk/caca/caca.c
  4308. M /trunk/caca/caca_internals.h
  4309. M /trunk/caca/driver_conio.c
  4310. M /trunk/caca/driver_gl.c
  4311. M /trunk/caca/driver_ncurses.c
  4312. M /trunk/caca/driver_slang.c
  4313. M /trunk/caca/driver_win32.c
  4314. M /trunk/caca/driver_x11.c
  4315. M /trunk/caca/event.c
  4316. M /trunk/caca/graphics.c
  4317. * Finished moving everything driver-specific to the apropriate driver_*.c
  4318. files. Phew. Now they just need a few comments.
  4319. ------------------------------------------------------------------------
  4320. r338 | sam | 2006-03-08 10:51:53 +0100 (Wed, 08 Mar 2006) | 2 lines
  4321. Changed paths:
  4322. M /trunk/caca/driver_conio.c
  4323. M /trunk/caca/driver_gl.c
  4324. M /trunk/caca/driver_ncurses.c
  4325. M /trunk/caca/driver_slang.c
  4326. M /trunk/caca/driver_win32.c
  4327. M /trunk/caca/driver_x11.c
  4328. * Cleaned up useless header includes.
  4329. ------------------------------------------------------------------------
  4330. r337 | sam | 2006-03-08 10:28:41 +0100 (Wed, 08 Mar 2006) | 2 lines
  4331. Changed paths:
  4332. M /trunk/caca/caca_internals.h
  4333. M /trunk/caca/driver_conio.c
  4334. M /trunk/caca/driver_gl.c
  4335. M /trunk/caca/driver_ncurses.c
  4336. M /trunk/caca/driver_slang.c
  4337. M /trunk/caca/driver_win32.c
  4338. M /trunk/caca/driver_x11.c
  4339. M /trunk/caca/event.c
  4340. * Split event.c into the appropriate driver_*.c files.
  4341. ------------------------------------------------------------------------
  4342. r336 | sam | 2006-03-08 10:26:46 +0100 (Wed, 08 Mar 2006) | 2 lines
  4343. Changed paths:
  4344. M /trunk/caca-config.in
  4345. * Let us do "caca-config --libs cucul" to get only the libcucul dependencies.
  4346. ------------------------------------------------------------------------
  4347. r335 | sam | 2006-03-08 10:23:38 +0100 (Wed, 08 Mar 2006) | 2 lines
  4348. Changed paths:
  4349. M /trunk/doc/doxygen.cfg.in
  4350. * Ignore driver_*.c files when building documentation.
  4351. ------------------------------------------------------------------------
  4352. r334 | sam | 2006-03-08 10:21:55 +0100 (Wed, 08 Mar 2006) | 2 lines
  4353. Changed paths:
  4354. M /trunk/configure.ac
  4355. * configure.ac: look for a4wide.sty in more than one location.
  4356. ------------------------------------------------------------------------
  4357. r333 | sam | 2006-03-07 13:39:34 +0100 (Tue, 07 Mar 2006) | 3 lines
  4358. Changed paths:
  4359. M /trunk/Makefile.am
  4360. A /trunk/build-dos (from /trunk/build-win32:327)
  4361. M /trunk/caca/caca_internals.h
  4362. M /trunk/caca/driver_conio.c
  4363. M /trunk/cucul/cucul_internals.h
  4364. * Fixed DOS driver.
  4365. * Added a build-dos script to cross-compile the DOS version using djgpp.
  4366. ------------------------------------------------------------------------
  4367. r332 | sam | 2006-03-07 11:46:29 +0100 (Tue, 07 Mar 2006) | 3 lines
  4368. Changed paths:
  4369. M /trunk/configure.ac
  4370. * configure.ac: removed the "null" frontend. just don't attach any frontend
  4371. if you do not want any.
  4372. ------------------------------------------------------------------------
  4373. r331 | sam | 2006-03-07 11:37:59 +0100 (Tue, 07 Mar 2006) | 2 lines
  4374. Changed paths:
  4375. M /trunk/caca/caca.c
  4376. M /trunk/caca/caca_internals.h
  4377. M /trunk/caca/event.c
  4378. * Got rid of static variables in the event code.
  4379. ------------------------------------------------------------------------
  4380. r330 | sam | 2006-03-07 10:17:35 +0100 (Tue, 07 Mar 2006) | 3 lines
  4381. Changed paths:
  4382. M /trunk/caca/caca.c
  4383. M /trunk/caca/caca_internals.h
  4384. M /trunk/caca/driver_conio.c
  4385. M /trunk/caca/driver_gl.c
  4386. M /trunk/caca/driver_ncurses.c
  4387. M /trunk/caca/driver_slang.c
  4388. M /trunk/caca/driver_win32.c
  4389. M /trunk/caca/driver_x11.c
  4390. M /trunk/caca/event.c
  4391. M /trunk/caca/graphics.c
  4392. M /trunk/cucul/bitmap.c
  4393. M /trunk/cucul/box.c
  4394. M /trunk/cucul/char.c
  4395. M /trunk/cucul/conic.c
  4396. M /trunk/cucul/cucul.c
  4397. M /trunk/cucul/cucul_internals.h
  4398. M /trunk/cucul/export.c
  4399. M /trunk/cucul/line.c
  4400. M /trunk/cucul/math.c
  4401. M /trunk/cucul/sprite.c
  4402. M /trunk/cucul/triangle.c
  4403. M /trunk/src/cacaview.c
  4404. * Polished the driver split a bit (still no events, except resize events),
  4405. properly credited authors and documented a few things.
  4406. ------------------------------------------------------------------------
  4407. r329 | sam | 2006-03-07 00:01:59 +0100 (Tue, 07 Mar 2006) | 4 lines
  4408. Changed paths:
  4409. M /trunk/caca/Makefile.am
  4410. M /trunk/caca/caca.c
  4411. M /trunk/caca/caca_internals.h
  4412. A /trunk/caca/driver_conio.c (from /trunk/caca/graphics.c:327)
  4413. A /trunk/caca/driver_gl.c (from /trunk/caca/graphics.c:327)
  4414. A /trunk/caca/driver_ncurses.c (from /trunk/caca/graphics.c:327)
  4415. A /trunk/caca/driver_slang.c (from /trunk/caca/graphics.c:327)
  4416. A /trunk/caca/driver_win32.c (from /trunk/caca/graphics.c:327)
  4417. A /trunk/caca/driver_x11.c (from /trunk/caca/graphics.c:327)
  4418. M /trunk/caca/event.c
  4419. M /trunk/caca/graphics.c
  4420. * Split caca/graphics.c into driver-specific files. Resize is currently
  4421. broken, and event handling is not yet in the driver-specific files, but
  4422. I will of course fix that later.
  4423. ------------------------------------------------------------------------
  4424. r328 | sam | 2006-03-06 22:49:48 +0100 (Mon, 06 Mar 2006) | 2 lines
  4425. Changed paths:
  4426. M /trunk/configure.ac
  4427. * Ooops, I fucked up the build.
  4428. ------------------------------------------------------------------------
  4429. r327 | sam | 2006-03-06 22:00:53 +0100 (Mon, 06 Mar 2006) | 2 lines
  4430. Changed paths:
  4431. M /trunk/Makefile.am
  4432. D /trunk/examples
  4433. A /trunk/src (from /trunk/examples:326)
  4434. * Moved stuff again.
  4435. ------------------------------------------------------------------------
  4436. r326 | sam | 2006-03-06 21:57:14 +0100 (Mon, 06 Mar 2006) | 2 lines
  4437. Changed paths:
  4438. M /trunk/Makefile.am
  4439. A /trunk/caca
  4440. A /trunk/caca/Makefile.am (from /trunk/src/Makefile.am:325)
  4441. A /trunk/caca/caca.c (from /trunk/src/caca.c:325)
  4442. A /trunk/caca/caca.h (from /trunk/src/caca.h:325)
  4443. A /trunk/caca/caca_internals.h (from /trunk/src/caca_internals.h:325)
  4444. A /trunk/caca/event.c (from /trunk/src/event.c:325)
  4445. A /trunk/caca/graphics.c (from /trunk/src/graphics.c:325)
  4446. A /trunk/caca/time.c (from /trunk/src/time.c:325)
  4447. M /trunk/configure.ac
  4448. A /trunk/cucul
  4449. A /trunk/cucul/Makefile.am (from /trunk/src/Makefile.am:325)
  4450. A /trunk/cucul/bitmap.c (from /trunk/src/bitmap.c:325)
  4451. A /trunk/cucul/box.c (from /trunk/src/box.c:325)
  4452. A /trunk/cucul/char.c (from /trunk/src/char.c:325)
  4453. A /trunk/cucul/conic.c (from /trunk/src/conic.c:325)
  4454. A /trunk/cucul/cucul.c (from /trunk/src/cucul.c:325)
  4455. A /trunk/cucul/cucul.h (from /trunk/src/cucul.h:325)
  4456. A /trunk/cucul/cucul_internals.h (from /trunk/src/cucul_internals.h:325)
  4457. A /trunk/cucul/export.c (from /trunk/src/export.c:325)
  4458. A /trunk/cucul/line.c (from /trunk/src/line.c:325)
  4459. A /trunk/cucul/math.c (from /trunk/src/math.c:325)
  4460. A /trunk/cucul/sprite.c (from /trunk/src/sprite.c:325)
  4461. A /trunk/cucul/triangle.c (from /trunk/src/triangle.c:325)
  4462. M /trunk/examples/Makefile.am
  4463. D /trunk/src
  4464. M /trunk/test/Makefile.am
  4465. * Moved stuff around to differenciate between libcucul and libcaca.
  4466. ------------------------------------------------------------------------
  4467. r325 | sam | 2006-03-06 20:13:01 +0100 (Mon, 06 Mar 2006) | 3 lines
  4468. Changed paths:
  4469. M /trunk/src/caca.c
  4470. M /trunk/src/char.c
  4471. M /trunk/src/cucul.c
  4472. M /trunk/src/cucul_internals.h
  4473. M /trunk/src/export.c
  4474. M /trunk/src/graphics.c
  4475. * Use 32 bit integers for the character array. No visible difference for
  4476. now because we only do ASCII, but that will let us do Unicode later.
  4477. ------------------------------------------------------------------------
  4478. r324 | sam | 2006-03-06 15:17:42 +0100 (Mon, 06 Mar 2006) | 4 lines
  4479. Changed paths:
  4480. M /trunk/src/caca.h
  4481. M /trunk/src/graphics.c
  4482. * Removed caca_set_{size,width,height} because cucul_set_size ought to be
  4483. enough for everyone. Maybe I'll reintroduce caca_set_size sometime in the
  4484. future because it's libcaca who gets the resize events, after all.
  4485. ------------------------------------------------------------------------
  4486. r323 | jylam | 2006-03-06 14:50:05 +0100 (Mon, 06 Mar 2006) | 2 lines
  4487. Changed paths:
  4488. M /trunk/src/graphics.c
  4489. * I just suck. I'll goatse myself right after beeing back at home.
  4490. ------------------------------------------------------------------------
  4491. r322 | sam | 2006-03-06 14:43:23 +0100 (Mon, 06 Mar 2006) | 2 lines
  4492. Changed paths:
  4493. M /trunk/src/graphics.c
  4494. * src/graphics.c: minor optimisations.
  4495. ------------------------------------------------------------------------
  4496. r321 | sam | 2006-03-06 14:34:57 +0100 (Mon, 06 Mar 2006) | 6 lines
  4497. Changed paths:
  4498. M /trunk/src/graphics.c
  4499. * Nan mais je voudrais pas avoir l'air d'insister mon gars, mais primo
  4500. dans la vraie vie, 0x007f7f7f et { 0x00, 0x7f, 0x7f, 0x7f } n'ont pas
  4501. toujours les bytes dans le meme ordre, deuzio un unsigned int n'a pas
  4502. toujours 4 bytes, et troizio tu pourrais au moins checker que ca fait
  4503. pas de warnings et/ou que ca segfaulte pas !
  4504. ------------------------------------------------------------------------
  4505. r320 | jylam | 2006-03-06 13:13:12 +0100 (Mon, 06 Mar 2006) | 2 lines
  4506. Changed paths:
  4507. M /trunk/src/graphics.c
  4508. * Mais je fais comme je veux bordel de cul !
  4509. ------------------------------------------------------------------------
  4510. r319 | sam | 2006-03-06 12:08:25 +0100 (Mon, 06 Mar 2006) | 2 lines
  4511. Changed paths:
  4512. M /trunk/src/graphics.c
  4513. * Haha mais vieux porc a pattes !
  4514. ------------------------------------------------------------------------
  4515. r318 | jylam | 2006-03-06 11:21:48 +0100 (Mon, 06 Mar 2006) | 2 lines
  4516. Changed paths:
  4517. M /trunk/src/graphics.c
  4518. * Reverted to integer colors in GL driver, fixed a bunch of warnings in slang.
  4519. ------------------------------------------------------------------------
  4520. r317 | sam | 2006-03-06 09:32:40 +0100 (Mon, 06 Mar 2006) | 9 lines
  4521. Changed paths:
  4522. M /trunk/caca-config.in
  4523. M /trunk/configure.ac
  4524. M /trunk/examples/aafire.c
  4525. M /trunk/examples/cacaball.c
  4526. M /trunk/examples/cacamoir.c
  4527. M /trunk/examples/cacaplas.c
  4528. M /trunk/examples/cacaview.c
  4529. M /trunk/src/Makefile.am
  4530. M /trunk/src/bitmap.c
  4531. M /trunk/src/box.c
  4532. M /trunk/src/caca.c
  4533. M /trunk/src/caca.h
  4534. M /trunk/src/caca_internals.h
  4535. M /trunk/src/char.c
  4536. M /trunk/src/conic.c
  4537. M /trunk/src/cucul.c
  4538. M /trunk/src/cucul_internals.h
  4539. M /trunk/src/event.c
  4540. M /trunk/src/export.c
  4541. M /trunk/src/graphics.c
  4542. M /trunk/src/line.c
  4543. M /trunk/src/math.c
  4544. M /trunk/src/sprite.c
  4545. M /trunk/src/time.c
  4546. M /trunk/src/triangle.c
  4547. M /trunk/test/colors.c
  4548. M /trunk/test/demo.c
  4549. M /trunk/test/dithering.c
  4550. M /trunk/test/event.c
  4551. M /trunk/test/hsv.c
  4552. M /trunk/test/spritedit.c
  4553. * All output plugins should now work again.
  4554. * Renamed caca_refresh() into caca_display() which makes more sense.
  4555. * Optimised gl_bgpal by directly storing floats instead of doing the
  4556. conversion at runtime.
  4557. * Handle resizing in cucul_set_size() and try to keep as much information
  4558. as possible from the previous canvas.
  4559. * Moved most global variables into cucul_t or caca_t contexts.
  4560. * Moved time.c into libcaca.
  4561. ------------------------------------------------------------------------
  4562. r316 | sam | 2006-03-06 09:26:09 +0100 (Mon, 06 Mar 2006) | 2 lines
  4563. Changed paths:
  4564. M /trunk/debian
  4565. M /trunk/debian/changelog
  4566. M /trunk/debian/control
  4567. M /trunk/debian/copyright
  4568. M /trunk/debian/rules
  4569. M /trunk/doc/Makefile.am
  4570. D /trunk/doc/cacademo.1
  4571. A /trunk/doc/cacafire.1 (from /trunk/doc/cacademo.1:314)
  4572. M /trunk/libcaca.spec
  4573. M /trunk/msvc/Makefile.am
  4574. D /trunk/msvc/cacademo.vcproj
  4575. M /trunk/msvc/libcaca.sln
  4576. * Removed cacademo from examples, manpages and distributions. It's useless.
  4577. ------------------------------------------------------------------------
  4578. r315 | sam | 2006-03-06 09:22:09 +0100 (Mon, 06 Mar 2006) | 2 lines
  4579. Changed paths:
  4580. M /trunk/src/cucul.c
  4581. * src/cucul.c: s/width/height/.
  4582. ------------------------------------------------------------------------
  4583. r314 | sam | 2006-03-05 19:43:13 +0100 (Sun, 05 Mar 2006) | 16 lines
  4584. Changed paths:
  4585. M /trunk/configure.ac
  4586. M /trunk/doc/doxygen.cfg.in
  4587. M /trunk/examples
  4588. M /trunk/examples/Makefile.am
  4589. M /trunk/examples/aafire.c
  4590. M /trunk/examples/cacaball.c
  4591. M /trunk/examples/cacamoir.c
  4592. M /trunk/examples/cacaplas.c
  4593. M /trunk/examples/cacaview.c
  4594. D /trunk/examples/demo.c
  4595. M /trunk/src/Makefile.am
  4596. M /trunk/src/bitmap.c
  4597. M /trunk/src/box.c
  4598. M /trunk/src/caca.c
  4599. M /trunk/src/caca.h
  4600. M /trunk/src/caca_internals.h
  4601. A /trunk/src/char.c
  4602. M /trunk/src/conic.c
  4603. A /trunk/src/cucul.c
  4604. A /trunk/src/cucul.h (from /trunk/src/caca.h:312)
  4605. A /trunk/src/cucul_internals.h
  4606. M /trunk/src/event.c
  4607. A /trunk/src/export.c
  4608. M /trunk/src/graphics.c
  4609. M /trunk/src/line.c
  4610. M /trunk/src/math.c
  4611. M /trunk/src/sprite.c
  4612. M /trunk/src/triangle.c
  4613. M /trunk/test
  4614. M /trunk/test/Makefile.am
  4615. M /trunk/test/colors.c
  4616. A /trunk/test/demo.c (from /trunk/examples/demo.c:312)
  4617. M /trunk/test/dithering.c
  4618. M /trunk/test/event.c
  4619. M /trunk/test/hsv.c
  4620. M /trunk/test/optipal.c
  4621. M /trunk/test/spritedit.c
  4622. A new low-level text management library (canvas for ultrafast compositing
  4623. of unicode letters) is now separated from the higher level rendering and I/O
  4624. (that is, libcaca). This commit totally breaks the API, but once everything
  4625. is polished I will think about source-level backward compatibility. Most
  4626. drivers are broken, but X11 still sorta works.
  4627. The new design is much more object-oriented and allows having several
  4628. active renderers at the same time, changing renderers on the fly, and more
  4629. important, having no renderer at all (useful for converters, or when you
  4630. want to do your own renderer).
  4631. And in case you are still wondering, the libcucul acronym has "Unicode"
  4632. because I want to support at least a subset of Unicode. There are awesome
  4633. glyphs in it, including the ones inherited from Codepage 437 such as
  4634. "gray 25%" that are used in DOS and Win32 ANSI art.
  4635. ------------------------------------------------------------------------
  4636. r313 | sam | 2006-03-04 19:08:47 +0100 (Sat, 04 Mar 2006) | 2 lines
  4637. Changed paths:
  4638. M /trunk/bootstrap
  4639. * New updated bootstrap script.
  4640. ------------------------------------------------------------------------
  4641. r312 | sam | 2006-03-04 01:35:45 +0100 (Sat, 04 Mar 2006) | 2 lines
  4642. Changed paths:
  4643. R /trunk/COPYING
  4644. A /trunk/COPYING.LGPL (from /trunk/COPYING:311)
  4645. M /trunk/Makefile.am
  4646. M /trunk/debian/copyright
  4647. M /trunk/doc/cacademo.1
  4648. M /trunk/examples/cacaball.c
  4649. M /trunk/examples/cacamoir.c
  4650. M /trunk/examples/cacaplas.c
  4651. M /trunk/examples/cacaview.c
  4652. M /trunk/examples/demo.c
  4653. M /trunk/perl/Build.PL
  4654. M /trunk/perl/META.yml
  4655. M /trunk/python/pypycaca.c
  4656. M /trunk/python/pypycaca.h
  4657. M /trunk/src/bitmap.c
  4658. M /trunk/src/box.c
  4659. M /trunk/src/caca.c
  4660. M /trunk/src/caca.h
  4661. M /trunk/src/caca_internals.h
  4662. M /trunk/src/conic.c
  4663. M /trunk/src/event.c
  4664. M /trunk/src/graphics.c
  4665. M /trunk/src/line.c
  4666. M /trunk/src/math.c
  4667. M /trunk/src/sprite.c
  4668. M /trunk/src/time.c
  4669. M /trunk/src/triangle.c
  4670. M /trunk/test/colors.c
  4671. M /trunk/test/dithering.c
  4672. M /trunk/test/event.c
  4673. M /trunk/test/hsv.c
  4674. M /trunk/test/optipal.c
  4675. M /trunk/test/spritedit.c
  4676. * Changed the licensing to WTFPL, as per all copyright holders' permission.
  4677. ------------------------------------------------------------------------
  4678. r311 | jylam | 2006-02-11 20:20:48 +0100 (Sat, 11 Feb 2006) | 2 lines
  4679. Changed paths:
  4680. A /trunk/python/caca.txt
  4681. A /trunk/python/test1.py
  4682. A /trunk/python/test2.py
  4683. * Added two examples for python bindings (a subset of cacademo, and bitmap example)
  4684. ------------------------------------------------------------------------
  4685. r310 | jylam | 2006-02-11 16:46:51 +0100 (Sat, 11 Feb 2006) | 2 lines
  4686. Changed paths:
  4687. M /trunk/src/event.c
  4688. * Fixed bug in events with GL driver
  4689. ------------------------------------------------------------------------
  4690. r309 | jylam | 2006-02-11 16:11:30 +0100 (Sat, 11 Feb 2006) | 2 lines
  4691. Changed paths:
  4692. M /trunk/src/graphics.c
  4693. * Improved GL rendering (characters are not blurry anymore)
  4694. ------------------------------------------------------------------------
  4695. r308 | jylam | 2006-02-05 18:47:23 +0100 (Sun, 05 Feb 2006) | 2 lines
  4696. Changed paths:
  4697. A /trunk/python
  4698. A /trunk/python/Makefile
  4699. A /trunk/python/README
  4700. A /trunk/python/pypycaca.c
  4701. A /trunk/python/pypycaca.h
  4702. * Added -preliminary- Python bindings
  4703. ------------------------------------------------------------------------
  4704. r307 | jylam | 2005-12-08 20:03:06 +0100 (Thu, 08 Dec 2005) | 2 lines
  4705. Changed paths:
  4706. M /trunk/AUTHORS
  4707. * Updated for my ego trip
  4708. ------------------------------------------------------------------------
  4709. r306 | jylam | 2005-11-21 22:39:34 +0100 (Mon, 21 Nov 2005) | 2 lines
  4710. Changed paths:
  4711. M /trunk/examples/cacaball.c
  4712. * Removed debug test, kekeke ^^
  4713. ------------------------------------------------------------------------
  4714. r305 | jylam | 2005-11-21 18:24:33 +0100 (Mon, 21 Nov 2005) | 2 lines
  4715. Changed paths:
  4716. M /trunk/examples/cacaball.c
  4717. M /trunk/src/caca.h
  4718. M /trunk/src/graphics.c
  4719. * Added caca_set_width, set_height_, set_size
  4720. ------------------------------------------------------------------------
  4721. r304 | jylam | 2005-11-18 11:46:53 +0100 (Fri, 18 Nov 2005) | 2 lines
  4722. Changed paths:
  4723. M /trunk/examples/aafire.c
  4724. M /trunk/examples/cacaball.c
  4725. M /trunk/examples/cacamoir.c
  4726. M /trunk/examples/cacaplas.c
  4727. * Fixed remaining warnings with gcc 3.x and 4.x
  4728. ------------------------------------------------------------------------
  4729. r303 | jylam | 2005-11-17 15:33:43 +0100 (Thu, 17 Nov 2005) | 2 lines
  4730. Changed paths:
  4731. M /trunk/src/bitmap.c
  4732. M /trunk/src/graphics.c
  4733. * Fixed warnings under GCC 4.x
  4734. ------------------------------------------------------------------------
  4735. r302 | jylam | 2005-11-17 15:13:54 +0100 (Thu, 17 Nov 2005) | 2 lines
  4736. Changed paths:
  4737. M /trunk/src/bitmap.c
  4738. M /trunk/src/event.c
  4739. M /trunk/src/graphics.c
  4740. * Fixed a bunch of warnings
  4741. ------------------------------------------------------------------------
  4742. r301 | sam | 2005-11-12 16:39:50 +0100 (Sat, 12 Nov 2005) | 2 lines
  4743. Changed paths:
  4744. M /trunk/src/graphics.c
  4745. * more coding style fixes.
  4746. ------------------------------------------------------------------------
  4747. r300 | sam | 2005-11-12 16:30:46 +0100 (Sat, 12 Nov 2005) | 2 lines
  4748. Changed paths:
  4749. M /trunk/src/caca.c
  4750. * src/caca.c: on Unix, do not use the GL driver if DISPLAY is not set.
  4751. ------------------------------------------------------------------------
  4752. r299 | sam | 2005-11-12 16:26:02 +0100 (Sat, 12 Nov 2005) | 2 lines
  4753. Changed paths:
  4754. M /trunk/src/graphics.c
  4755. * src/graphics.c: call glutInit() before calling other glut functions.
  4756. ------------------------------------------------------------------------
  4757. r298 | sam | 2005-11-12 16:14:38 +0100 (Sat, 12 Nov 2005) | 2 lines
  4758. Changed paths:
  4759. M /trunk/src/caca.h
  4760. M /trunk/src/graphics.c
  4761. * coding style fixes.
  4762. ------------------------------------------------------------------------
  4763. r297 | sam | 2005-11-12 15:47:59 +0100 (Sat, 12 Nov 2005) | 4 lines
  4764. Changed paths:
  4765. M /trunk/src/bitmap.c
  4766. * src/bitmap.c:
  4767. + Renamed gammaval into gamma.
  4768. + Fixed Doxygen comments.
  4769. ------------------------------------------------------------------------
  4770. r296 | jylam | 2005-07-30 13:58:48 +0200 (Sat, 30 Jul 2005) | 2 lines
  4771. Changed paths:
  4772. M /trunk/src/event.c
  4773. * src/event.c Fixed compilation problem when compiled without slang nor ncurses
  4774. ------------------------------------------------------------------------
  4775. r295 | sam | 2005-07-29 15:38:35 +0200 (Fri, 29 Jul 2005) | 2 lines
  4776. Changed paths:
  4777. M /trunk/debian/Makefile.am
  4778. * debian/Makefile.am: fixed long standing packaging bug (missing MIME file).
  4779. ------------------------------------------------------------------------
  4780. r294 | jylam | 2005-07-13 19:58:58 +0200 (Wed, 13 Jul 2005) | 2 lines
  4781. Changed paths:
  4782. M /trunk/src/caca.h
  4783. M /trunk/src/graphics.c
  4784. * src/graphics.c src/caca.h : Added ANSI exporter
  4785. ------------------------------------------------------------------------
  4786. r293 | jylam | 2005-07-13 19:45:47 +0200 (Wed, 13 Jul 2005) | 2 lines
  4787. Changed paths:
  4788. M /trunk/src/bitmap.c
  4789. M /trunk/src/caca.h
  4790. M /trunk/src/math.c
  4791. * src/math.c src/bitmap.c src/caca.h Removed powf call, added caca_powf, to remove libm depencies and problems on old compilers/linkers.
  4792. ------------------------------------------------------------------------
  4793. r292 | sam | 2005-07-08 23:16:38 +0200 (Fri, 08 Jul 2005) | 2 lines
  4794. Changed paths:
  4795. M /trunk/src/caca.c
  4796. M /trunk/src/event.c
  4797. * src/event.c src/caca.c: fixed coding style
  4798. ------------------------------------------------------------------------
  4799. r291 | jylam | 2005-06-25 13:27:31 +0200 (Sat, 25 Jun 2005) | 2 lines
  4800. Changed paths:
  4801. M /trunk/src/event.c
  4802. M /trunk/src/graphics.c
  4803. * OpenGL driver mouse support
  4804. ------------------------------------------------------------------------
  4805. r290 | sam | 2005-06-24 13:54:28 +0200 (Fri, 24 Jun 2005) | 2 lines
  4806. Changed paths:
  4807. M /trunk/debian/changelog
  4808. * imported previous Debian uploads.
  4809. ------------------------------------------------------------------------
  4810. r289 | sam | 2005-06-24 13:48:31 +0200 (Fri, 24 Jun 2005) | 2 lines
  4811. Changed paths:
  4812. M /trunk/src/graphics.c
  4813. * src/graphics.c: more optimisations in the exporters
  4814. ------------------------------------------------------------------------
  4815. r288 | jylam | 2005-06-23 20:27:02 +0200 (Thu, 23 Jun 2005) | 2 lines
  4816. Changed paths:
  4817. M /trunk/src/graphics.c
  4818. * made caca_get_html3() use tables again, as div is not html3 (bgcolor in html3 neither, but works on text mode tables-aware browsers
  4819. ------------------------------------------------------------------------
  4820. r287 | sam | 2005-06-23 18:58:58 +0200 (Thu, 23 Jun 2005) | 2 lines
  4821. Changed paths:
  4822. M /trunk/src/graphics.c
  4823. * src/graphics.c: cleaned caca_get_html()
  4824. ------------------------------------------------------------------------
  4825. r286 | sam | 2005-06-23 18:44:14 +0200 (Thu, 23 Jun 2005) | 2 lines
  4826. Changed paths:
  4827. M /trunk/src/graphics.c
  4828. * src/graphics.c: heavy cleanup in caca_get_html3().
  4829. ------------------------------------------------------------------------
  4830. r285 | jylam | 2005-06-23 00:06:42 +0200 (Thu, 23 Jun 2005) | 2 lines
  4831. Changed paths:
  4832. M /trunk/configure.ac
  4833. M /trunk/src/caca.c
  4834. M /trunk/src/caca.h
  4835. M /trunk/src/caca_internals.h
  4836. M /trunk/src/event.c
  4837. M /trunk/src/graphics.c
  4838. * Added Null driver and html3 exporter.
  4839. ------------------------------------------------------------------------
  4840. r284 | jylam | 2005-06-21 18:13:41 +0200 (Tue, 21 Jun 2005) | 2 lines
  4841. Changed paths:
  4842. M /trunk/src/caca.h
  4843. M /trunk/src/graphics.c
  4844. GL driver : Updated documentation and added support for CACA_GEOMETRY
  4845. ------------------------------------------------------------------------
  4846. r283 | jylam | 2005-06-21 16:50:43 +0200 (Tue, 21 Jun 2005) | 2 lines
  4847. Changed paths:
  4848. M /trunk/src/caca.h
  4849. M /trunk/src/graphics.c
  4850. Added HTML and IRC output support
  4851. ------------------------------------------------------------------------
  4852. r282 | sam | 2005-06-21 15:46:13 +0200 (Tue, 21 Jun 2005) | 2 lines
  4853. Changed paths:
  4854. M /trunk/debian/control
  4855. * debian/control: use libslang2 instead of slang1.
  4856. ------------------------------------------------------------------------
  4857. r281 | jylam | 2005-06-21 15:28:51 +0200 (Tue, 21 Jun 2005) | 2 lines
  4858. Changed paths:
  4859. M /trunk/configure.ac
  4860. M /trunk/src/caca.c
  4861. M /trunk/src/caca_internals.h
  4862. M /trunk/src/event.c
  4863. M /trunk/src/graphics.c
  4864. OpenGL support.
  4865. ------------------------------------------------------------------------
  4866. r280 | sam | 2005-03-26 11:27:30 +0100 (Sat, 26 Mar 2005) | 3 lines
  4867. Changed paths:
  4868. M /trunk/bootstrap
  4869. M /trunk/configure.ac
  4870. M /trunk/examples/Makefile.am
  4871. M /trunk/src/Makefile.am
  4872. M /trunk/test/Makefile.am
  4873. * Use libtool for the static library generation; paves the way for
  4874. a future shared library.
  4875. ------------------------------------------------------------------------
  4876. r279 | sam | 2005-01-22 17:43:58 +0100 (Sat, 22 Jan 2005) | 2 lines
  4877. Changed paths:
  4878. M /trunk/src/graphics.c
  4879. * compilation fix.
  4880. ------------------------------------------------------------------------
  4881. r278 | sam | 2005-01-14 00:59:55 +0100 (Fri, 14 Jan 2005) | 3 lines
  4882. Changed paths:
  4883. M /trunk/src/bitmap.c
  4884. M /trunk/src/caca.h
  4885. * src/bitmap.c:
  4886. + Implemented caca_set_bitmap_gamma().
  4887. ------------------------------------------------------------------------
  4888. r277 | sam | 2005-01-13 23:19:01 +0100 (Thu, 13 Jan 2005) | 3 lines
  4889. Changed paths:
  4890. M /trunk/src/caca.h
  4891. M /trunk/src/graphics.c
  4892. * src/graphics.c:
  4893. + Implemented caca_get_screen().
  4894. ------------------------------------------------------------------------
  4895. r276 | sam | 2005-01-13 21:46:00 +0100 (Thu, 13 Jan 2005) | 2 lines
  4896. Changed paths:
  4897. M /trunk/examples/cacaplas.c
  4898. * examples/cacaplas: slower animation.
  4899. ------------------------------------------------------------------------
  4900. r275 | sam | 2004-11-21 01:31:13 +0100 (Sun, 21 Nov 2004) | 2 lines
  4901. Changed paths:
  4902. M /trunk/AUTHORS
  4903. A /trunk/perl
  4904. A /trunk/perl/Build.PL
  4905. A /trunk/perl/MANIFEST
  4906. A /trunk/perl/MANIFEST.SKIP
  4907. A /trunk/perl/META.yml
  4908. A /trunk/perl/Makefile.PL
  4909. A /trunk/perl/README
  4910. A /trunk/perl/lib
  4911. A /trunk/perl/lib/Term
  4912. A /trunk/perl/lib/Term/Caca
  4913. A /trunk/perl/lib/Term/Caca/Bitmap.pm
  4914. A /trunk/perl/lib/Term/Caca/Constants.pm
  4915. A /trunk/perl/lib/Term/Caca/Sprite.pm
  4916. A /trunk/perl/lib/Term/Caca.pm
  4917. A /trunk/perl/lib/Term/Caca.xs
  4918. A /trunk/perl/lib/Term/Kaka
  4919. A /trunk/perl/lib/Term/Kaka/Bitmap.pm
  4920. A /trunk/perl/lib/Term/Kaka/Constants.pm
  4921. A /trunk/perl/lib/Term/Kaka/Sprite.pm
  4922. A /trunk/perl/lib/Term/Kaka.pm
  4923. A /trunk/perl/t
  4924. A /trunk/perl/t/data
  4925. A /trunk/perl/t/data/caca.txt
  4926. * Imported John Beppu's Perl wrapper.
  4927. ------------------------------------------------------------------------
  4928. r274 | sam | 2004-11-05 15:57:50 +0100 (Fri, 05 Nov 2004) | 2 lines
  4929. Changed paths:
  4930. M /trunk/src/bitmap.c
  4931. * src/bitmap.c: dark background works again with floyd-steinberg.
  4932. ------------------------------------------------------------------------
  4933. r273 | sam | 2004-11-05 15:44:41 +0100 (Fri, 05 Nov 2004) | 3 lines
  4934. Changed paths:
  4935. M /trunk/examples/aafire.c
  4936. M /trunk/examples/cacaball.c
  4937. M /trunk/examples/cacamoir.c
  4938. M /trunk/examples/cacaplas.c
  4939. * examples/:
  4940. + Use Space to pause demos, Esc to quit.
  4941. ------------------------------------------------------------------------
  4942. r272 | sam | 2004-11-04 23:59:29 +0100 (Thu, 04 Nov 2004) | 2 lines
  4943. Changed paths:
  4944. M /trunk/src/bitmap.c
  4945. * src/bitmap.c: dark background works again, except with floyd-steinberg.
  4946. ------------------------------------------------------------------------
  4947. r271 | sam | 2004-11-04 23:28:39 +0100 (Thu, 04 Nov 2004) | 7 lines
  4948. Changed paths:
  4949. M /trunk/src/bitmap.c
  4950. M /trunk/src/caca.c
  4951. M /trunk/src/caca.h
  4952. * src/caca.h:
  4953. + Introduced CACA_DITHER_FSTEIN.
  4954. * src/caca.c:
  4955. + CACA_DITHER_FSTEIN is the default dithering method.
  4956. * src/bitmap.c:
  4957. + Fixed other dithering methods. Black background does not work yet.
  4958. ------------------------------------------------------------------------
  4959. r270 | sam | 2004-11-04 22:19:52 +0100 (Thu, 04 Nov 2004) | 2 lines
  4960. Changed paths:
  4961. M /trunk/src/bitmap.c
  4962. * src/bitmap.c: oops, removed spurious test code.
  4963. ------------------------------------------------------------------------
  4964. r269 | sam | 2004-11-04 22:18:52 +0100 (Thu, 04 Nov 2004) | 3 lines
  4965. Changed paths:
  4966. M /trunk/src/bitmap.c
  4967. * src/bitmap.c:
  4968. + 7-3-5-1 Floyd-Steinberg dithering. Breaks all other ditherers.
  4969. ------------------------------------------------------------------------
  4970. r268 | sam | 2004-11-04 21:36:49 +0100 (Thu, 04 Nov 2004) | 3 lines
  4971. Changed paths:
  4972. M /trunk/doc/Makefile.am
  4973. * doc/Makefile.am:
  4974. + Really fixed the manpage generation.
  4975. ------------------------------------------------------------------------
  4976. r267 | sam | 2004-11-04 19:30:34 +0100 (Thu, 04 Nov 2004) | 3 lines
  4977. Changed paths:
  4978. M /trunk/doc/Makefile.am
  4979. * doc/Makefile.am:
  4980. + Manpage installation fix.
  4981. ------------------------------------------------------------------------
  4982. r266 | sam | 2004-11-04 19:16:57 +0100 (Thu, 04 Nov 2004) | 2 lines
  4983. Changed paths:
  4984. M /trunk/examples/cacaplas.c
  4985. * examples/cacaplas.c: use Esc to quit, Space to pause.
  4986. ------------------------------------------------------------------------
  4987. r265 | sam | 2004-10-31 20:26:05 +0100 (Sun, 31 Oct 2004) | 3 lines
  4988. Changed paths:
  4989. M /trunk/THANKS
  4990. M /trunk/src/graphics.c
  4991. * src/graphics.c:
  4992. + Win32 speed improvements by Jari Komppa.
  4993. ------------------------------------------------------------------------
  4994. r264 | sam | 2004-08-06 19:33:46 +0200 (Fri, 06 Aug 2004) | 3 lines
  4995. Changed paths:
  4996. M /trunk/src/graphics.c
  4997. * src/graphics.c:
  4998. + Fix strict aliasing rules breakage.
  4999. ------------------------------------------------------------------------
  5000. r263 | sam | 2004-07-05 14:08:49 +0200 (Mon, 05 Jul 2004) | 3 lines
  5001. Changed paths:
  5002. M /trunk/bootstrap
  5003. * bootstrap:
  5004. + Support for automake 1.8.
  5005. ------------------------------------------------------------------------
  5006. r262 | sam | 2004-07-05 14:07:00 +0200 (Mon, 05 Jul 2004) | 6 lines
  5007. Changed paths:
  5008. D /trunk/BUGS
  5009. M /trunk/Makefile.am
  5010. M /trunk/TODO
  5011. M /trunk/debian/changelog
  5012. M /trunk/debian/control
  5013. M /trunk/debian/rules
  5014. * BUGS TODO:
  5015. + Removed BUGS, updated TODO.
  5016. * debian/*:
  5017. + Depend on libx11-dev instead of xlibs-dev.
  5018. + New Debian upload.
  5019. ------------------------------------------------------------------------
  5020. r261 | sam | 2004-02-02 14:51:55 +0100 (Mon, 02 Feb 2004) | 3 lines
  5021. Changed paths:
  5022. M /trunk/configure.ac
  5023. M /trunk/msvc/config.h
  5024. M /trunk/src/graphics.c
  5025. * configure.ac src/graphics:
  5026. + Check for resize_term and resizeterm in -lncurses.
  5027. ------------------------------------------------------------------------
  5028. r260 | sam | 2004-02-02 03:59:43 +0100 (Mon, 02 Feb 2004) | 2 lines
  5029. Changed paths:
  5030. A /branches/0.9 (from /trunk:259)
  5031. M /branches/0.9/ChangeLog
  5032. M /trunk/ChangeLog
  5033. * 0.9 branch.
  5034. ------------------------------------------------------------------------
  5035. r259 | sam | 2004-02-02 03:54:43 +0100 (Mon, 02 Feb 2004) | 2 lines
  5036. Changed paths:
  5037. M /trunk/ChangeLog
  5038. M /trunk/NEWS
  5039. M /trunk/configure.ac
  5040. M /trunk/debian/changelog
  5041. M /trunk/libcaca.spec
  5042. M /trunk/msvc/config.h
  5043. * 0.9 release.
  5044. ------------------------------------------------------------------------
  5045. r258 | sam | 2004-01-26 11:52:30 +0100 (Mon, 26 Jan 2004) | 5 lines
  5046. Changed paths:
  5047. M /trunk/configure.ac
  5048. M /trunk/debian/changelog
  5049. M /trunk/src/caca.c
  5050. M /trunk/src/event.c
  5051. M /trunk/src/graphics.c
  5052. * configure.ac:
  5053. + Check for curses.h as well as ncurses.h.
  5054. * src/caca.c src/event.c src/graphics.c:
  5055. + Include curses.h if ncurses.h was not found.
  5056. ------------------------------------------------------------------------
  5057. r257 | sam | 2004-01-23 10:20:39 +0100 (Fri, 23 Jan 2004) | 3 lines
  5058. Changed paths:
  5059. M /trunk/examples/cacaview.c
  5060. * examples/cacaview.c:
  5061. + Moved statusbar and help menu handling in separate functions.
  5062. ------------------------------------------------------------------------
  5063. r256 | sam | 2004-01-23 10:15:42 +0100 (Fri, 23 Jan 2004) | 4 lines
  5064. Changed paths:
  5065. M /trunk/src/caca.c
  5066. * src/caca.c:
  5067. + Alloc the AllocConsole() call to fail in case the process already has
  5068. a console.
  5069. ------------------------------------------------------------------------
  5070. r255 | sam | 2004-01-21 18:25:18 +0100 (Wed, 21 Jan 2004) | 6 lines
  5071. Changed paths:
  5072. M /trunk/examples/cacaview.c
  5073. * examples/cacaview.c:
  5074. + Proper aspect ratio support.
  5075. + Finer zoom support.
  5076. + Handle mouse clicks as next/prev picture command.
  5077. + Removed useless iterations in draw_checkers().
  5078. ------------------------------------------------------------------------
  5079. r254 | sam | 2004-01-21 14:49:26 +0100 (Wed, 21 Jan 2004) | 8 lines
  5080. Changed paths:
  5081. M /trunk/THANKS
  5082. M /trunk/src/event.c
  5083. M /trunk/src/graphics.c
  5084. * src/graphics.c:
  5085. + Fixed a buffer overflow due to bad signed/unsigned handling.
  5086. * src/event.c:
  5087. + Disallow zero width or height in the X11 driver.
  5088. + Fixed resizing in ncurses and slang.
  5089. * THANKS:
  5090. + Added the Source Mage maintainer.
  5091. ------------------------------------------------------------------------
  5092. r253 | sam | 2004-01-18 05:48:09 +0100 (Sun, 18 Jan 2004) | 2 lines
  5093. Changed paths:
  5094. A /branches/0.8 (from /trunk:252)
  5095. M /branches/0.8/ChangeLog
  5096. M /trunk/ChangeLog
  5097. * 0.8 branch.
  5098. ------------------------------------------------------------------------
  5099. r252 | sam | 2004-01-18 05:45:28 +0100 (Sun, 18 Jan 2004) | 2 lines
  5100. Changed paths:
  5101. M /trunk/ChangeLog
  5102. M /trunk/NEWS
  5103. M /trunk/THANKS
  5104. M /trunk/configure.ac
  5105. M /trunk/debian/changelog
  5106. M /trunk/libcaca.spec
  5107. M /trunk/msvc/config.h
  5108. * 0.8 release.
  5109. ------------------------------------------------------------------------
  5110. r251 | sam | 2004-01-18 05:17:35 +0100 (Sun, 18 Jan 2004) | 5 lines
  5111. Changed paths:
  5112. M /trunk/examples/cacaview.c
  5113. M /trunk/src/event.c
  5114. M /trunk/src/graphics.c
  5115. * src/graphics.c:
  5116. + When resizing under X11, copy the old pixmap to the new one.
  5117. * examples/cacaview.c:
  5118. + Resizing support.
  5119. ------------------------------------------------------------------------
  5120. r250 | sam | 2004-01-18 05:01:32 +0100 (Sun, 18 Jan 2004) | 5 lines
  5121. Changed paths:
  5122. M /trunk/src/caca_internals.h
  5123. M /trunk/src/event.c
  5124. M /trunk/src/graphics.c
  5125. * src/event.c:
  5126. + Refresh the X11 window when an exposure event is received.
  5127. + When resizing the X11 window, start showing extra characters when two
  5128. thirds are visible.
  5129. ------------------------------------------------------------------------
  5130. r249 | sam | 2004-01-17 23:32:39 +0100 (Sat, 17 Jan 2004) | 6 lines
  5131. Changed paths:
  5132. M /trunk/TODO
  5133. M /trunk/examples/cacaview.c
  5134. M /trunk/src/caca.h
  5135. M /trunk/src/graphics.c
  5136. * src/graphics.c:
  5137. + Renamed caca_set_title() to caca_set_window_title().
  5138. + Implemented caca_get_window_width() and caca_get_window_height().
  5139. * examples/cacaview.c:
  5140. + Set the window title to cacaview.
  5141. ------------------------------------------------------------------------
  5142. r248 | sam | 2004-01-14 11:34:20 +0100 (Wed, 14 Jan 2004) | 8 lines
  5143. Changed paths:
  5144. M /trunk/src/bitmap.c
  5145. M /trunk/src/event.c
  5146. * src/event.c:
  5147. + Make sure the mouse coordinates stay within the screen boundaries even
  5148. if the window was resized.
  5149. * src/bitmap.c:
  5150. + Fixed a buffer underflow in the rendering routine that caused the bottom
  5151. and rightmost pixels to be missed in certain conditions.
  5152. + Minor speed optimisation.
  5153. ------------------------------------------------------------------------
  5154. r247 | sam | 2004-01-14 11:32:04 +0100 (Wed, 14 Jan 2004) | 3 lines
  5155. Changed paths:
  5156. M /trunk/test
  5157. M /trunk/test/Makefile.am
  5158. A /trunk/test/colors.c (from /trunk/examples/demo.c:243)
  5159. * test/colors.c:
  5160. + Extracted the colour test from examples/demo.c.
  5161. ------------------------------------------------------------------------
  5162. r246 | sam | 2004-01-13 23:33:09 +0100 (Tue, 13 Jan 2004) | 5 lines
  5163. Changed paths:
  5164. M /trunk/src/caca_internals.h
  5165. M /trunk/src/event.c
  5166. M /trunk/src/graphics.c
  5167. M /trunk/test/event.c
  5168. * src/graphics.c src/event.c:
  5169. + The ncurses and S-Lang drivers properly return CACA_EVENT_RESIZE.
  5170. * test/event.c:
  5171. + Display CACA_EVENT_RESIZE.
  5172. ------------------------------------------------------------------------
  5173. r245 | sam | 2004-01-13 22:08:43 +0100 (Tue, 13 Jan 2004) | 3 lines
  5174. Changed paths:
  5175. M /trunk/configure.ac
  5176. M /trunk/msvc/config.h
  5177. M /trunk/src/graphics.c
  5178. * src/graphics.c:
  5179. + Resize handling in the ncurses and slang drivers.
  5180. ------------------------------------------------------------------------
  5181. r244 | sam | 2004-01-13 21:03:48 +0100 (Tue, 13 Jan 2004) | 8 lines
  5182. Changed paths:
  5183. M /trunk/examples/aafire.c
  5184. M /trunk/src/caca.h
  5185. M /trunk/src/caca_internals.h
  5186. M /trunk/src/event.c
  5187. M /trunk/src/graphics.c
  5188. * src/event.c:
  5189. + Added the CACA_EVENT_RESIZE event.
  5190. + Added caca_get_mouse_x() and caca_get_mouse_y().
  5191. * src/graphics.c:
  5192. + Window resize handling in the X11 driver.
  5193. * examples/aafire.c:
  5194. + Fixed a bad assumption in the resize handling code.
  5195. ------------------------------------------------------------------------
  5196. r243 | sam | 2004-01-13 17:45:45 +0100 (Tue, 13 Jan 2004) | 5 lines
  5197. Changed paths:
  5198. M /trunk/build-win32
  5199. M /trunk/configure.ac
  5200. M /trunk/debian/rules
  5201. M /trunk/doc/Makefile.am
  5202. M /trunk/libcaca.spec
  5203. * configure.ac:
  5204. + Added --disable-doc to let the user not build documentation.
  5205. * build-win32:
  5206. + Do not build documentation.
  5207. ------------------------------------------------------------------------
  5208. r242 | sam | 2004-01-13 16:01:22 +0100 (Tue, 13 Jan 2004) | 7 lines
  5209. Changed paths:
  5210. M /trunk/THANKS
  5211. M /trunk/src/Makefile.am
  5212. A /trunk/src/event.c (from /trunk/src/io.c:238)
  5213. M /trunk/src/graphics.c
  5214. D /trunk/src/io.c
  5215. * src/graphics.c:
  5216. + Fixed a typo preventing Win32 builds.
  5217. * src/event.c:
  5218. + Renamed io.c into event.c.
  5219. * THANKS:
  5220. + Added Gentoo, NetBSD and FreeBSD porters.
  5221. ------------------------------------------------------------------------
  5222. r241 | sam | 2004-01-13 10:55:32 +0100 (Tue, 13 Jan 2004) | 13 lines
  5223. Changed paths:
  5224. M /trunk/Makefile.am
  5225. M /trunk/configure.ac
  5226. M /trunk/examples/aafire.c
  5227. M /trunk/examples/cacaview.c
  5228. A /trunk/msvc
  5229. A /trunk/msvc/Makefile.am
  5230. A /trunk/msvc/cacaball.vcproj
  5231. A /trunk/msvc/cacademo.vcproj
  5232. A /trunk/msvc/cacafire.vcproj
  5233. A /trunk/msvc/cacamoir.vcproj
  5234. A /trunk/msvc/cacaplas.vcproj
  5235. A /trunk/msvc/cacaview.vcproj
  5236. A /trunk/msvc/config.h
  5237. A /trunk/msvc/libcaca.sln
  5238. A /trunk/msvc/libcaca.vcproj
  5239. M /trunk/src/caca.c
  5240. M /trunk/src/graphics.c
  5241. M /trunk/src/time.c
  5242. * configure.ac:
  5243. + Check for sys/times.h and unistd.h.
  5244. + Added calls to AC_C_CONST and AC_C_INLINE.
  5245. * src/time.c src/graphics.c:
  5246. + Fixes for MSVC compilation warnings.
  5247. + Additional sanity checks in the Win32 driver.
  5248. * src/caca.c:
  5249. + Use raw()/noraw() in the curses driver instead of cbreak().
  5250. * msvc/libcaca.sln:
  5251. + Added an MSVC solution.
  5252. * examples/aafire.c:
  5253. + Slightly reduced the maximum cacafire framerate.
  5254. ------------------------------------------------------------------------
  5255. r240 | sam | 2004-01-12 18:30:09 +0100 (Mon, 12 Jan 2004) | 5 lines
  5256. Changed paths:
  5257. M /trunk/NOTES
  5258. M /trunk/examples/cacaview.c
  5259. M /trunk/src/caca.h
  5260. M /trunk/src/graphics.c
  5261. * src/graphics.c:
  5262. + Implemented caca_set_title() for X11 and Win32.
  5263. * examples/cacaview.c:
  5264. + Use caca_set_title() to set the window title to "cacaview".
  5265. ------------------------------------------------------------------------
  5266. r239 | sam | 2004-01-12 17:22:35 +0100 (Mon, 12 Jan 2004) | 2 lines
  5267. Changed paths:
  5268. M /trunk/Makefile.am
  5269. M /trunk/autotools/Makefile.am
  5270. M /trunk/debian/Makefile.am
  5271. M /trunk/doc/Makefile.am
  5272. M /trunk/examples/Makefile.am
  5273. M /trunk/src/Makefile.am
  5274. M /trunk/test/Makefile.am
  5275. * Fixed $Id in all Makefile.am files.
  5276. ------------------------------------------------------------------------
  5277. r238 | sam | 2004-01-12 17:21:34 +0100 (Mon, 12 Jan 2004) | 3 lines
  5278. Changed paths:
  5279. M /trunk/Makefile.am
  5280. M /trunk/autotools/Makefile.am
  5281. A /trunk/build-win32
  5282. M /trunk/debian/Makefile.am
  5283. M /trunk/doc/Makefile.am
  5284. M /trunk/examples/Makefile.am
  5285. M /trunk/src/Makefile.am
  5286. M /trunk/test/Makefile.am
  5287. * build-win32:
  5288. + Win32 cross-compilation script.
  5289. ------------------------------------------------------------------------
  5290. r237 | sam | 2004-01-12 16:28:27 +0100 (Mon, 12 Jan 2004) | 5 lines
  5291. Changed paths:
  5292. M /trunk/NEWS
  5293. M /trunk/debian/control
  5294. M /trunk/debian/rules
  5295. M /trunk/doc/Makefile.am
  5296. M /trunk/doc/cacademo.1
  5297. M /trunk/examples
  5298. M /trunk/examples/Makefile.am
  5299. D /trunk/examples/cacacirc.c
  5300. A /trunk/examples/cacamoir.c (from /trunk/examples/cacacirc.c:236)
  5301. M /trunk/libcaca.spec
  5302. * examples/cacamoir.c:
  5303. + Renamed cacacirc to cacamoir.
  5304. * libcaca.spec debian/ doc/:
  5305. + Added cacamoir to the distributed files.
  5306. ------------------------------------------------------------------------
  5307. r236 | sam | 2004-01-12 15:25:46 +0100 (Mon, 12 Jan 2004) | 8 lines
  5308. Changed paths:
  5309. M /trunk/examples
  5310. M /trunk/examples/Makefile.am
  5311. M /trunk/examples/cacaball.c
  5312. A /trunk/examples/cacacirc.c
  5313. M /trunk/examples/cacaplas.c
  5314. * examples/cacaballs.c:
  5315. + Bigger metaballs, less metaballs.
  5316. + Rotating palette.
  5317. * examples/cacaplas.c:
  5318. + Slightly decreased speed.
  5319. * examples/cacacirc.c:
  5320. + New effect.
  5321. ------------------------------------------------------------------------
  5322. r235 | sam | 2004-01-12 15:01:40 +0100 (Mon, 12 Jan 2004) | 3 lines
  5323. Changed paths:
  5324. M /trunk/configure.ac
  5325. M /trunk/src/time.c
  5326. * configure.ac:
  5327. + Better win32 check for Sleep().
  5328. ------------------------------------------------------------------------
  5329. r234 | sam | 2004-01-11 19:09:01 +0100 (Sun, 11 Jan 2004) | 5 lines
  5330. Changed paths:
  5331. M /trunk/configure.ac
  5332. M /trunk/examples/cacaview.c
  5333. M /trunk/src/time.c
  5334. * configure.ac src/time.c:
  5335. + Look for Sleep in -lkernel32.
  5336. * examples/cacaview.c:
  5337. + Use caca_wait_event() instead of usleep()/caca_get_event().
  5338. ------------------------------------------------------------------------
  5339. r233 | sam | 2004-01-11 06:09:02 +0100 (Sun, 11 Jan 2004) | 3 lines
  5340. Changed paths:
  5341. M /trunk/NOTES
  5342. M /trunk/examples/cacaview.c
  5343. M /trunk/src/caca.c
  5344. M /trunk/src/caca_internals.h
  5345. M /trunk/src/graphics.c
  5346. M /trunk/src/io.c
  5347. M /trunk/src/time.c
  5348. * src/caca.c src/graphics.c src/io.c src/time.c:
  5349. + Native win32 port.
  5350. ------------------------------------------------------------------------
  5351. r232 | sam | 2004-01-11 02:45:57 +0100 (Sun, 11 Jan 2004) | 10 lines
  5352. Changed paths:
  5353. M /trunk/configure.ac
  5354. M /trunk/src/caca.c
  5355. M /trunk/src/caca_internals.h
  5356. M /trunk/src/graphics.c
  5357. M /trunk/src/io.c
  5358. M /trunk/src/time.c
  5359. M /trunk/test/event.c
  5360. * configure.ac:
  5361. + Check for gettimeofday().
  5362. * src/time.c:
  5363. + Created _caca_time().
  5364. + Ported _caca_getticks() to the Win32 API.
  5365. * src/caca.c:
  5366. + Properly builds on Win32.
  5367. * test/event.c:
  5368. + Added <stdlib.h> because we use malloc().
  5369. ------------------------------------------------------------------------
  5370. r231 | sam | 2004-01-10 20:59:50 +0100 (Sat, 10 Jan 2004) | 5 lines
  5371. Changed paths:
  5372. M /trunk/NEWS
  5373. M /trunk/THANKS
  5374. M /trunk/examples/cacaplas.c
  5375. * THANKS examples/cacaplas.c:
  5376. + Updated credits.
  5377. * NEWS:
  5378. + Forthcoming 0.8 news.
  5379. ------------------------------------------------------------------------
  5380. r230 | sam | 2004-01-10 20:53:14 +0100 (Sat, 10 Jan 2004) | 5 lines
  5381. Changed paths:
  5382. M /trunk/configure.ac
  5383. M /trunk/examples
  5384. M /trunk/examples/Makefile.am
  5385. A /trunk/examples/cacaplas.c
  5386. * configure.ac:
  5387. + Check for -lm.
  5388. * examples/cacaplas.c:
  5389. + New demo, cacaplas, that displays a colour plasma.
  5390. ------------------------------------------------------------------------
  5391. r229 | sam | 2004-01-10 20:29:12 +0100 (Sat, 10 Jan 2004) | 12 lines
  5392. Changed paths:
  5393. M /trunk/src/caca.h
  5394. M /trunk/src/graphics.c
  5395. M /trunk/src/io.c
  5396. M /trunk/test/event.c
  5397. * src/graphics:
  5398. + Initialise the char buffers in the X11 driver.
  5399. * src/io.c:
  5400. + caca_get_event() and caca_wait_event() immediately return zero if
  5401. event_mask is zero.
  5402. + Added support for the Home, End, PgUp and PgDown keys.
  5403. + In the S-Lang driver, added a call to SLang_getkey() before the call to
  5404. SLkp_getkey(), otherwise a single Escape call will not be interpreted.
  5405. * test/event.c:
  5406. + The "quit" sequence now quits the program, instead of "q" alone.
  5407. + Added a status bar below.
  5408. ------------------------------------------------------------------------
  5409. r228 | sam | 2004-01-09 10:51:53 +0100 (Fri, 09 Jan 2004) | 16 lines
  5410. Changed paths:
  5411. M /trunk/BUGS
  5412. M /trunk/NOTES
  5413. M /trunk/README
  5414. M /trunk/configure.ac
  5415. M /trunk/src/Makefile.am
  5416. M /trunk/src/caca.c
  5417. M /trunk/src/caca_internals.h
  5418. M /trunk/src/graphics.c
  5419. M /trunk/src/io.c
  5420. A /trunk/src/time.c
  5421. M /trunk/test/event.c
  5422. * test/event.c:
  5423. + Do not refresh after each event, but only when there is no event
  5424. pending.
  5425. + If the pressed key is a printable character, display it.
  5426. * src/time.c:
  5427. + Moved _caca_getticks() to this file.
  5428. * src/caca.c:
  5429. + Set the escape delay to a very low value in the ncurses driver,
  5430. because I don't want escape sequences to be entered manually.
  5431. * src/io.c:
  5432. + Autorepeat emulation in the ncurses and slang drivers: do not
  5433. immediately send the key release event.
  5434. * configure.ac:
  5435. + Check for usleep.
  5436. + Improvements in the win32 platform detection.
  5437. ------------------------------------------------------------------------
  5438. r227 | sam | 2004-01-08 19:40:29 +0100 (Thu, 08 Jan 2004) | 5 lines
  5439. Changed paths:
  5440. M /trunk/configure.ac
  5441. M /trunk/src/graphics.c
  5442. M /trunk/test/event.c
  5443. * test/event.c:
  5444. + Display at least two digits for keycodes.
  5445. * configure.ac:
  5446. + ScreenUpdate is actually mandatory for our conio driver.
  5447. ------------------------------------------------------------------------
  5448. r226 | sam | 2004-01-08 11:22:14 +0100 (Thu, 08 Jan 2004) | 10 lines
  5449. Changed paths:
  5450. M /trunk/src/graphics.c
  5451. M /trunk/src/io.c
  5452. M /trunk/test/event.c
  5453. * src/io.c:
  5454. + Use SLkp_getkey instead of SLang_getkey so that escape sequences are
  5455. directly interpreted.
  5456. + Major rehandling of the event code. All output drivers are now
  5457. correctly separated.
  5458. * src/graphics.c:
  5459. + Fixed a compilation warning.
  5460. * test/event.c:
  5461. + More human-readable event printing.
  5462. ------------------------------------------------------------------------
  5463. r225 | sam | 2004-01-07 19:36:41 +0100 (Wed, 07 Jan 2004) | 2 lines
  5464. Changed paths:
  5465. A /branches/0.7 (from /trunk:224)
  5466. M /branches/0.7/ChangeLog
  5467. M /branches/0.7/libcaca.spec
  5468. M /trunk/ChangeLog
  5469. M /trunk/libcaca.spec
  5470. * 0.7 branch.
  5471. ------------------------------------------------------------------------
  5472. r224 | sam | 2004-01-07 19:22:44 +0100 (Wed, 07 Jan 2004) | 3 lines
  5473. Changed paths:
  5474. M /trunk/configure.ac
  5475. M /trunk/debian/changelog
  5476. M /trunk/libcaca.spec
  5477. * configure.ac:
  5478. + Release 0.7.
  5479. ------------------------------------------------------------------------
  5480. r223 | sam | 2004-01-07 19:22:08 +0100 (Wed, 07 Jan 2004) | 3 lines
  5481. Changed paths:
  5482. M /trunk/src/bitmap.c
  5483. * src/bitmap.c:
  5484. + Fixed a bug in the dithering characters.
  5485. ------------------------------------------------------------------------
  5486. r222 | sam | 2004-01-07 19:15:10 +0100 (Wed, 07 Jan 2004) | 5 lines
  5487. Changed paths:
  5488. M /trunk/NEWS
  5489. M /trunk/src/bitmap.c
  5490. M /trunk/src/io.c
  5491. * src/io.c:
  5492. + Do not report mouse motions if the coordinates did not change.
  5493. * src/bitmap.c:
  5494. + More documentation.
  5495. ------------------------------------------------------------------------
  5496. r221 | sam | 2004-01-07 18:19:36 +0100 (Wed, 07 Jan 2004) | 8 lines
  5497. Changed paths:
  5498. M /trunk/configure.ac
  5499. M /trunk/src/caca.c
  5500. M /trunk/src/graphics.c
  5501. M /trunk/src/io.c
  5502. M /trunk/test
  5503. M /trunk/test/Makefile.am
  5504. A /trunk/test/event.c
  5505. * test/event.c:
  5506. + Small event lister, similar to X11's xev.
  5507. * src/graphics.c:
  5508. + If possible, disable autorepeat in the X11 driver.
  5509. * src/io.c:
  5510. + Implemented CACA_EVENT_MOUSE_RELEASE in all drivers.
  5511. + Button number support in CACA_EVENT_MOUSE_{PRESS,RELEASE}.
  5512. ------------------------------------------------------------------------
  5513. r220 | sam | 2004-01-07 14:06:06 +0100 (Wed, 07 Jan 2004) | 5 lines
  5514. Changed paths:
  5515. M /trunk/debian/control
  5516. M /trunk/debian/rules
  5517. M /trunk/doc/Makefile.am
  5518. D /trunk/doc/caca-spritedit.1
  5519. M /trunk/examples/Makefile.am
  5520. D /trunk/examples/spritedit.c
  5521. M /trunk/libcaca.spec
  5522. M /trunk/test/Makefile.am
  5523. A /trunk/test/spritedit.c (from /trunk/examples/spritedit.c:213)
  5524. * test/spritedit.c:
  5525. + Moved spritedit to the test/ directory, because it is not mature enough.
  5526. * libcaca.spec debian/control debian/rules:
  5527. + Do not install caca-spritedit.
  5528. ------------------------------------------------------------------------
  5529. r219 | sam | 2004-01-07 13:45:02 +0100 (Wed, 07 Jan 2004) | 8 lines
  5530. Changed paths:
  5531. M /trunk/NEWS
  5532. M /trunk/debian/control
  5533. M /trunk/debian/rules
  5534. M /trunk/doc/Makefile.am
  5535. M /trunk/doc/cacademo.1
  5536. M /trunk/libcaca.spec
  5537. M /trunk/src/bitmap.c
  5538. M /trunk/src/caca.c
  5539. M /trunk/src/caca.h
  5540. M /trunk/src/conic.c
  5541. M /trunk/src/graphics.c
  5542. M /trunk/src/io.c
  5543. M /trunk/src/line.c
  5544. M /trunk/src/sprite.c
  5545. * libcaca.spec debian/control:
  5546. + Updated the package descriptions to include cacaball.
  5547. * doc/cacademo.1 doc/Makefile.am:
  5548. + Use the cacademo manpage as the cacaball manpage.
  5549. * src/:
  5550. + Added #ifdef _DOXYGEN_SKIP_ME here and there to prvent Doxygen from
  5551. documenting bizarre stuff.
  5552. ------------------------------------------------------------------------
  5553. r218 | sam | 2004-01-07 13:42:22 +0100 (Wed, 07 Jan 2004) | 4 lines
  5554. Changed paths:
  5555. M /trunk/examples/cacaball.c
  5556. * examples/cacaball.c:
  5557. + 24 metaballs instead of 5, but smaller.
  5558. + Zoom the bitmap to make more use of the screen area.
  5559. ------------------------------------------------------------------------
  5560. r217 | sam | 2004-01-06 17:31:27 +0100 (Tue, 06 Jan 2004) | 5 lines
  5561. Changed paths:
  5562. M /trunk/AUTHORS
  5563. M /trunk/THANKS
  5564. M /trunk/examples/aafire.c
  5565. M /trunk/examples/cacaball.c
  5566. * examples/cacaball.c:
  5567. + Crop the palette so that it looks a bit more like metaballs.
  5568. * AUTHORS THANKS:
  5569. + Credited Jylam and Jan Hubicka.
  5570. ------------------------------------------------------------------------
  5571. r216 | sam | 2004-01-06 13:46:25 +0100 (Tue, 06 Jan 2004) | 6 lines
  5572. Changed paths:
  5573. M /trunk/examples/cacaball.c
  5574. * examples/cacaball.c:
  5575. + Huge coding style overhaul.
  5576. + Display 5 metaballs instead of 3.
  5577. + Generate the palette instead of having a static one.
  5578. + Use a 256x256 back buffer for more smoothness.
  5579. ------------------------------------------------------------------------
  5580. r215 | sam | 2004-01-06 11:12:22 +0100 (Tue, 06 Jan 2004) | 3 lines
  5581. Changed paths:
  5582. M /trunk/src/graphics.c
  5583. * src/graphics.c:
  5584. + Fixed a compilation warning.
  5585. ------------------------------------------------------------------------
  5586. r214 | sam | 2004-01-05 23:16:55 +0100 (Mon, 05 Jan 2004) | 3 lines
  5587. Changed paths:
  5588. M /trunk/examples
  5589. M /trunk/examples/Makefile.am
  5590. A /trunk/examples/cacaball.c
  5591. * examples/cacaball.c:
  5592. + Metaballs demo program from Jean-Yves Lamoureux <jylam@lnxscene.org>.
  5593. ------------------------------------------------------------------------
  5594. r213 | sam | 2004-01-05 19:17:20 +0100 (Mon, 05 Jan 2004) | 4 lines
  5595. Changed paths:
  5596. M /trunk/examples/aafire.c
  5597. M /trunk/examples/cacaview.c
  5598. M /trunk/examples/demo.c
  5599. M /trunk/examples/spritedit.c
  5600. M /trunk/src/caca.h
  5601. M /trunk/src/io.c
  5602. M /trunk/test/dithering.c
  5603. M /trunk/test/hsv.c
  5604. * src/io.c:
  5605. + caca_get_event() and caca_wait_event() now accept a mask as an argument
  5606. in order to select events.
  5607. ------------------------------------------------------------------------
  5608. r212 | sam | 2004-01-05 19:10:51 +0100 (Mon, 05 Jan 2004) | 4 lines
  5609. Changed paths:
  5610. M /trunk/src/graphics.c
  5611. * src/graphics.c:
  5612. + Fixed a bug that caused an infinite loop if the delay between two
  5613. caca_refresh() calls was greater than 2000 seconds (or something).
  5614. ------------------------------------------------------------------------
  5615. r211 | sam | 2004-01-05 19:08:50 +0100 (Mon, 05 Jan 2004) | 5 lines
  5616. Changed paths:
  5617. M /trunk/examples/cacaview.c
  5618. M /trunk/src/io.c
  5619. * src/io.c:
  5620. + Fixed a bug that caused ButtonRelease events to be forgotten under X11.
  5621. * examples/cacaview.c:
  5622. + Use <stdlib.h> instead of <malloc.h>.
  5623. ------------------------------------------------------------------------
  5624. r210 | sam | 2004-01-04 01:45:08 +0100 (Sun, 04 Jan 2004) | 6 lines
  5625. Changed paths:
  5626. M /trunk/configure.ac
  5627. M /trunk/doc/Makefile.am
  5628. * configure.ac:
  5629. + Check for dvips in addition to latex.
  5630. * doc/Makefile.am:
  5631. + Workaround for a bug in the latex code generated by doxygen
  5632. in Mandrake 9.1.
  5633. ------------------------------------------------------------------------
  5634. r209 | sam | 2004-01-04 01:19:53 +0100 (Sun, 04 Jan 2004) | 5 lines
  5635. Changed paths:
  5636. M /trunk/libcaca.spec
  5637. * libcaca.spec:
  5638. + Install documentation into %{doc}/package-version/ instead
  5639. of %{doc}/package/.
  5640. + Added tetex-dvips to the build dependencies.
  5641. ------------------------------------------------------------------------
  5642. r208 | sam | 2004-01-04 00:21:27 +0100 (Sun, 04 Jan 2004) | 2 lines
  5643. Changed paths:
  5644. A /branches/0.6 (from /trunk:207)
  5645. M /branches/0.6/ChangeLog
  5646. M /trunk/ChangeLog
  5647. * 0.6 branch.
  5648. ------------------------------------------------------------------------
  5649. r207 | sam | 2004-01-04 00:15:48 +0100 (Sun, 04 Jan 2004) | 9 lines
  5650. Changed paths:
  5651. M /trunk/NEWS
  5652. M /trunk/configure.ac
  5653. M /trunk/debian/changelog
  5654. M /trunk/debian/control
  5655. M /trunk/debian/rules
  5656. M /trunk/doc/Makefile.am
  5657. M /trunk/libcaca.spec
  5658. * configure.ac NEWS:
  5659. + Prepared the 0.6 release.
  5660. * libcaca.spec:
  5661. + Split the RPM into libcaca-devel and caca-utils.
  5662. + More detailed descriptions.
  5663. + Packages are now rpmlint clean.
  5664. * doc/Makefile.am:
  5665. + Symlink cacafire.1 to cacademo.1 upon manpage installation.
  5666. ------------------------------------------------------------------------
  5667. r206 | sam | 2004-01-03 18:31:44 +0100 (Sat, 03 Jan 2004) | 3 lines
  5668. Changed paths:
  5669. M /trunk/configure.ac
  5670. M /trunk/src/caca.c
  5671. M /trunk/src/graphics.c
  5672. M /trunk/src/io.c
  5673. * configure.ac:
  5674. + Search for <slang/slang.h> in addition of <slang.h>.
  5675. ------------------------------------------------------------------------
  5676. r205 | sam | 2004-01-03 15:33:35 +0100 (Sat, 03 Jan 2004) | 5 lines
  5677. Changed paths:
  5678. M /trunk/src/bitmap.c
  5679. * src/bitmap.c:
  5680. + Dither H/S/V when looking up the two nearest colours.
  5681. + Weigh pixels in the distance calculation.
  5682. + Factorised the lookup table calculation.
  5683. ------------------------------------------------------------------------
  5684. r204 | sam | 2004-01-03 15:28:39 +0100 (Sat, 03 Jan 2004) | 3 lines
  5685. Changed paths:
  5686. M /trunk/test
  5687. M /trunk/test/Makefile.am
  5688. A /trunk/test/hsv.c
  5689. * test/hsv.c:
  5690. + Trivial saturation/value rendering test.
  5691. ------------------------------------------------------------------------
  5692. r203 | sam | 2004-01-02 19:09:29 +0100 (Fri, 02 Jan 2004) | 5 lines
  5693. Changed paths:
  5694. M /trunk/src/bitmap.c
  5695. M /trunk/src/caca.c
  5696. M /trunk/src/caca_internals.h
  5697. * src/bitmap.c:
  5698. + Fixed a minor overflow in the saturation computation.
  5699. + Use a global lookup table for foreground/background colour selection
  5700. in the bitmap rendering routine. This broke dithering, sorry.
  5701. ------------------------------------------------------------------------
  5702. r202 | sam | 2004-01-02 17:52:10 +0100 (Fri, 02 Jan 2004) | 3 lines
  5703. Changed paths:
  5704. M /trunk/examples/aafire.c
  5705. M /trunk/examples/cacaview.c
  5706. M /trunk/src/bitmap.c
  5707. M /trunk/src/caca.c
  5708. M /trunk/src/caca.h
  5709. M /trunk/src/graphics.c
  5710. M /trunk/src/line.c
  5711. M /trunk/src/sprite.c
  5712. M /trunk/test/optipal.c
  5713. * src/ examples/ test/:
  5714. + Changed <const type> constructs into <type const>.
  5715. ------------------------------------------------------------------------
  5716. r201 | sam | 2004-01-02 16:35:53 +0100 (Fri, 02 Jan 2004) | 4 lines
  5717. Changed paths:
  5718. M /trunk/examples/aafire.c
  5719. * examples/aafire.c:
  5720. + Do not call caca_get_width() 10000 times per frame. Cache the value
  5721. instead.
  5722. ------------------------------------------------------------------------
  5723. r200 | sam | 2004-01-02 16:34:16 +0100 (Fri, 02 Jan 2004) | 4 lines
  5724. Changed paths:
  5725. M /trunk/src/graphics.c
  5726. * src/graphics.c:
  5727. + Split the drawing of foreground and background colours in the X11
  5728. driver. Nice performance improvement.
  5729. ------------------------------------------------------------------------
  5730. r199 | sam | 2004-01-02 16:23:54 +0100 (Fri, 02 Jan 2004) | 3 lines
  5731. Changed paths:
  5732. M /trunk/examples/cacaview.c
  5733. * examples/cacaview.c:
  5734. + If Imlib2 was not activated, warn the user that only BMP is supported.
  5735. ------------------------------------------------------------------------
  5736. r198 | sam | 2004-01-01 19:21:13 +0100 (Thu, 01 Jan 2004) | 5 lines
  5737. Changed paths:
  5738. M /trunk/AUTHORS
  5739. M /trunk/Makefile.am
  5740. A /trunk/THANKS
  5741. A /trunk/libcaca.spec
  5742. * libcaca.spec:
  5743. + RPM specfile, courtesy of Richard Zidlicky.
  5744. * THANKS:
  5745. + Added a THANKS file for contributors.
  5746. ------------------------------------------------------------------------
  5747. r197 | sam | 2004-01-01 18:51:57 +0100 (Thu, 01 Jan 2004) | 10 lines
  5748. Changed paths:
  5749. M /trunk/README
  5750. M /trunk/src/caca.c
  5751. M /trunk/src/graphics.c
  5752. * src/graphics.c:
  5753. + Minor optimisation in caca_set_color().
  5754. + Added an X11 error handler to avoid BadFont aborts in the X11 driver.
  5755. + Optimised the X11 caca_refresh() routine by handling strings of the
  5756. same colour as one text chunk.
  5757. * src/caca.c:
  5758. + Bugfix in caca_init when conio is the only compiled-in driver.
  5759. * README:
  5760. + Minor documentation updates.
  5761. ------------------------------------------------------------------------
  5762. r196 | sam | 2004-01-01 17:29:50 +0100 (Thu, 01 Jan 2004) | 5 lines
  5763. Changed paths:
  5764. M /trunk/examples/aafire.c
  5765. M /trunk/examples/cacaview.c
  5766. * examples/cacaview.c:
  5767. + Use sprintf() instead of snprintf() so that cacaview builds with DJGPP.
  5768. * examples/aafire.c:
  5769. + bzero the pixel buffer in the initialisation routine.
  5770. ------------------------------------------------------------------------
  5771. r195 | sam | 2003-12-31 15:21:08 +0100 (Wed, 31 Dec 2003) | 5 lines
  5772. Changed paths:
  5773. M /trunk/doc/doxygen.cfg.in
  5774. M /trunk/src/bitmap.c
  5775. M /trunk/src/box.c
  5776. M /trunk/src/caca.h
  5777. M /trunk/src/conic.c
  5778. M /trunk/src/graphics.c
  5779. M /trunk/src/io.c
  5780. M /trunk/src/line.c
  5781. M /trunk/src/math.c
  5782. M /trunk/src/triangle.c
  5783. * doc/doxygen.cfg.in:
  5784. + Removed caca_internal.h from the list of documented files.
  5785. * src/:
  5786. + Minor documentation updates.
  5787. ------------------------------------------------------------------------
  5788. r194 | sam | 2003-12-31 14:55:34 +0100 (Wed, 31 Dec 2003) | 9 lines
  5789. Changed paths:
  5790. M /trunk/BUGS
  5791. M /trunk/debian/rules
  5792. M /trunk/doc/Makefile.am
  5793. M /trunk/test/dithering.c
  5794. * test/dithering.c:
  5795. + Fixed a minor compilation warning.
  5796. * debian/rules:
  5797. + Explicitely use --enable-imlib2.
  5798. * BUGS:
  5799. + Added a note about blinking consoles.
  5800. * doc/Makefile.am:
  5801. + Fixed a bashism in the HTML files installation.
  5802. ------------------------------------------------------------------------
  5803. r193 | sam | 2003-12-31 14:32:14 +0100 (Wed, 31 Dec 2003) | 4 lines
  5804. Changed paths:
  5805. M /trunk/doc/Makefile.am
  5806. * doc/Makefile.am:
  5807. + Do not install doxygen.png directly, because it can be doxygen.gif on
  5808. old installations.
  5809. ------------------------------------------------------------------------
  5810. r192 | sam | 2003-12-31 14:26:47 +0100 (Wed, 31 Dec 2003) | 3 lines
  5811. Changed paths:
  5812. M /trunk/examples/aafire.c
  5813. * examples/aafire.c:
  5814. + Only quit upon keypress, not mouse motion.
  5815. ------------------------------------------------------------------------
  5816. r191 | sam | 2003-12-31 14:24:46 +0100 (Wed, 31 Dec 2003) | 3 lines
  5817. Changed paths:
  5818. M /trunk/examples/aafire.c
  5819. * examples/aafire.c:
  5820. + Render cacafire at full speed.
  5821. ------------------------------------------------------------------------
  5822. r190 | sam | 2003-12-31 14:20:18 +0100 (Wed, 31 Dec 2003) | 6 lines
  5823. Changed paths:
  5824. M /trunk/src/graphics.c
  5825. M /trunk/test
  5826. M /trunk/test/Makefile.am
  5827. A /trunk/test/optipal.c
  5828. * test/optipal.c:
  5829. + Optimised S-Lang palette generator.
  5830. * src/graphics:
  5831. + Removed the S-Lang palette generator and replaced it with the tables
  5832. generated by optipal.
  5833. ------------------------------------------------------------------------
  5834. r189 | sam | 2003-12-31 13:26:22 +0100 (Wed, 31 Dec 2003) | 5 lines
  5835. Changed paths:
  5836. M /trunk/Makefile.am
  5837. M /trunk/configure.ac
  5838. M /trunk/examples/Makefile.am
  5839. A /trunk/test
  5840. A /trunk/test/Makefile.am
  5841. A /trunk/test/dithering.c
  5842. * Makefile.am:
  5843. + Added a test directory for test programs.
  5844. * test/dithering.c:
  5845. + The value/saturation dithering example.
  5846. ------------------------------------------------------------------------
  5847. r188 | sam | 2003-12-31 13:05:44 +0100 (Wed, 31 Dec 2003) | 5 lines
  5848. Changed paths:
  5849. M /trunk/examples/cacaview.c
  5850. M /trunk/src/caca.c
  5851. * src/caca.c:
  5852. + Do not try the X11 driver if DISPLAY is set to the empty string.
  5853. * examples/cacaview.c:
  5854. + Cosmetic fixes.
  5855. ------------------------------------------------------------------------
  5856. r187 | sam | 2003-12-31 13:00:18 +0100 (Wed, 31 Dec 2003) | 3 lines
  5857. Changed paths:
  5858. M /trunk/examples/Makefile.am
  5859. A /trunk/examples/cacaview.c (from /trunk/examples/view.c:182)
  5860. D /trunk/examples/view.c
  5861. * example/:
  5862. + Renamed view.c into cacaview.c.
  5863. ------------------------------------------------------------------------
  5864. r186 | sam | 2003-12-31 12:17:47 +0100 (Wed, 31 Dec 2003) | 3 lines
  5865. Changed paths:
  5866. M /trunk/src/io.c
  5867. * src/io.c:
  5868. + Fixed mouse support under ncurses and slang.
  5869. ------------------------------------------------------------------------
  5870. r185 | sam | 2003-12-31 12:17:00 +0100 (Wed, 31 Dec 2003) | 3 lines
  5871. Changed paths:
  5872. M /trunk/configure.ac
  5873. * configure.ac:
  5874. + Error out if Imlib2 was not found. Override with --disable-imlib2.
  5875. ------------------------------------------------------------------------
  5876. r184 | sam | 2003-12-31 02:16:47 +0100 (Wed, 31 Dec 2003) | 6 lines
  5877. Changed paths:
  5878. M /trunk/doc
  5879. M /trunk/examples/demo.c
  5880. M /trunk/src/caca.h
  5881. M /trunk/src/io.c
  5882. * src/io.c:
  5883. + Mouse support under X11.
  5884. + Split the mouse motion and mouse click events.
  5885. * examples/demo.c:
  5886. + Mouse motion support.
  5887. ------------------------------------------------------------------------
  5888. r183 | sam | 2003-12-31 02:02:08 +0100 (Wed, 31 Dec 2003) | 5 lines
  5889. Changed paths:
  5890. M /trunk/src/caca.c
  5891. M /trunk/src/graphics.c
  5892. * src/graphics.c:
  5893. + Compilation fix.
  5894. * src/caca.c:
  5895. + Minor indentation fix.
  5896. ------------------------------------------------------------------------
  5897. r182 | sam | 2003-12-26 00:59:48 +0100 (Fri, 26 Dec 2003) | 6 lines
  5898. Changed paths:
  5899. M /trunk/configure.ac
  5900. M /trunk/src/caca.c
  5901. * src/caca.c:
  5902. + Prefer the X11 driver if $DISPLAY is set.
  5903. + The slang driver is now preferred over the ncurses driver.
  5904. * configure.ac:
  5905. + Autodetect conio.h.
  5906. ------------------------------------------------------------------------
  5907. r181 | sam | 2003-12-26 00:22:13 +0100 (Fri, 26 Dec 2003) | 4 lines
  5908. Changed paths:
  5909. M /trunk/configure.ac
  5910. * configure.ac:
  5911. + Autodetect ncurses, slang and X11.
  5912. + Abort if no output driver was selected or detected.
  5913. ------------------------------------------------------------------------
  5914. r180 | sam | 2003-12-25 22:38:46 +0100 (Thu, 25 Dec 2003) | 2 lines
  5915. Changed paths:
  5916. A /branches/0.5 (from /trunk:179)
  5917. M /branches/0.5/ChangeLog
  5918. M /trunk/ChangeLog
  5919. * 0.5 branch.
  5920. ------------------------------------------------------------------------
  5921. r179 | sam | 2003-12-25 22:36:52 +0100 (Thu, 25 Dec 2003) | 3 lines
  5922. Changed paths:
  5923. M /trunk/NEWS
  5924. M /trunk/configure.ac
  5925. M /trunk/debian/changelog
  5926. * configure.ac NEWS debian/changelog:
  5927. + New 0.5 release.
  5928. ------------------------------------------------------------------------
  5929. r178 | sam | 2003-12-25 22:28:55 +0100 (Thu, 25 Dec 2003) | 5 lines
  5930. Changed paths:
  5931. M /trunk/BUGS
  5932. M /trunk/NOTES
  5933. M /trunk/configure.ac
  5934. M /trunk/src/graphics.c
  5935. * NOTES BUGS:
  5936. + Updated information about the S-Lang colour pair shortage bug.
  5937. * src/graphics.c:
  5938. + Implemented the solution explained in NOTES.
  5939. ------------------------------------------------------------------------
  5940. r177 | sam | 2003-12-25 19:09:58 +0100 (Thu, 25 Dec 2003) | 3 lines
  5941. Changed paths:
  5942. M /trunk/src/caca.c
  5943. * src/caca.c:
  5944. + Fixed a compilation bug reported by Thomas Klausner <wiz@NetBSD.org>.
  5945. ------------------------------------------------------------------------
  5946. r176 | sam | 2003-12-25 19:08:46 +0100 (Thu, 25 Dec 2003) | 3 lines
  5947. Changed paths:
  5948. M /trunk/NOTES
  5949. * NOTES:
  5950. + Added a section with a proposed solution to the slang problem.
  5951. ------------------------------------------------------------------------
  5952. r175 | sam | 2003-12-25 11:18:37 +0100 (Thu, 25 Dec 2003) | 2 lines
  5953. Changed paths:
  5954. A /branches/0.4 (from /trunk:174)
  5955. M /branches/0.4/ChangeLog
  5956. M /trunk/ChangeLog
  5957. * 0.4 branch.
  5958. ------------------------------------------------------------------------
  5959. r174 | sam | 2003-12-25 00:58:32 +0100 (Thu, 25 Dec 2003) | 5 lines
  5960. Changed paths:
  5961. M /trunk/configure.ac
  5962. M /trunk/debian/control
  5963. * debian/control:
  5964. + Added missing dependencies to the -dev package.
  5965. * configure.ac:
  5966. + Kludge for woody builds where x_includes is undefined.
  5967. ------------------------------------------------------------------------
  5968. r173 | sam | 2003-12-24 17:23:37 +0100 (Wed, 24 Dec 2003) | 3 lines
  5969. Changed paths:
  5970. M /trunk/src/caca.h
  5971. * src/caca.h:
  5972. + Documented CACA_FONT.
  5973. ------------------------------------------------------------------------
  5974. r172 | sam | 2003-12-24 17:16:16 +0100 (Wed, 24 Dec 2003) | 3 lines
  5975. Changed paths:
  5976. M /trunk/doc/Makefile.am
  5977. * doc/Makefile.am:
  5978. + Rename the refman.ps doxygen documentation to libcaca.ps.
  5979. ------------------------------------------------------------------------
  5980. r171 | sam | 2003-12-24 16:43:45 +0100 (Wed, 24 Dec 2003) | 5 lines
  5981. Changed paths:
  5982. M /trunk/NEWS
  5983. M /trunk/src/caca.h
  5984. M /trunk/src/graphics.c
  5985. * src/graphics.c:
  5986. + Replace CACA_WIDTH and CACA_HEIGHT with CACA_GEOMETRY.
  5987. * src/caca.c:
  5988. + Documented the CACA_GEOMETRY environment variable.
  5989. ------------------------------------------------------------------------
  5990. r170 | sam | 2003-12-24 16:35:07 +0100 (Wed, 24 Dec 2003) | 3 lines
  5991. Changed paths:
  5992. M /trunk/src/caca_internals.h
  5993. M /trunk/src/graphics.c
  5994. M /trunk/src/io.c
  5995. * src/io.c:
  5996. + Mouse support in the X11 driver.
  5997. ------------------------------------------------------------------------
  5998. r169 | sam | 2003-12-24 15:48:38 +0100 (Wed, 24 Dec 2003) | 4 lines
  5999. Changed paths:
  6000. M /trunk/src/graphics.c
  6001. * src/graphics:
  6002. + Use XCreateWindow instead of XCreateSimpleWindow.
  6003. + Set the X window title to "caca for X".
  6004. ------------------------------------------------------------------------
  6005. r168 | sam | 2003-12-23 18:25:29 +0100 (Tue, 23 Dec 2003) | 4 lines
  6006. Changed paths:
  6007. M /trunk/debian/changelog
  6008. M /trunk/debian/control
  6009. M /trunk/debian/rules
  6010. * debian/control:
  6011. + Build-depend on doxygen and tetex to build documentation.
  6012. + Build-depend on xlibs-dev and slang1-dev to provide alternate drivers.
  6013. ------------------------------------------------------------------------
  6014. r167 | sam | 2003-12-23 18:01:38 +0100 (Tue, 23 Dec 2003) | 7 lines
  6015. Changed paths:
  6016. M /trunk/BUGS
  6017. M /trunk/Makefile.am
  6018. M /trunk/NEWS
  6019. M /trunk/README
  6020. M /trunk/TODO
  6021. M /trunk/configure.ac
  6022. M /trunk/doc/Makefile.am
  6023. M /trunk/src/graphics.c
  6024. * configure.ac NEWS:
  6025. + Prepared release 0.4.
  6026. * src/graphics.c README BUGS TODO:
  6027. + Updated documentation.
  6028. * Makefile.am doc/Makefile.am:
  6029. + Install the generated doxygen documentation.
  6030. ------------------------------------------------------------------------
  6031. r166 | sam | 2003-12-23 17:32:56 +0100 (Tue, 23 Dec 2003) | 4 lines
  6032. Changed paths:
  6033. M /trunk/src/io.c
  6034. * src/io.c:
  6035. + Fixed a warning by including <unistd.h>.
  6036. + Support for arrow and function keys under X11.
  6037. ------------------------------------------------------------------------
  6038. r165 | sam | 2003-12-23 14:27:40 +0100 (Tue, 23 Dec 2003) | 9 lines
  6039. Changed paths:
  6040. M /trunk/configure.ac
  6041. M /trunk/doc/Makefile.am
  6042. D /trunk/doc/doxygen.cfg
  6043. A /trunk/doc/doxygen.cfg.in (from /trunk/doc/doxygen.cfg:164)
  6044. M /trunk/examples/aafire.c
  6045. M /trunk/examples/demo.c
  6046. M /trunk/examples/spritedit.c
  6047. M /trunk/examples/view.c
  6048. M /trunk/src/bitmap.c
  6049. M /trunk/src/box.c
  6050. M /trunk/src/caca.c
  6051. M /trunk/src/caca.h
  6052. M /trunk/src/caca_internals.h
  6053. M /trunk/src/conic.c
  6054. M /trunk/src/graphics.c
  6055. M /trunk/src/io.c
  6056. M /trunk/src/line.c
  6057. M /trunk/src/math.c
  6058. M /trunk/src/sprite.c
  6059. M /trunk/src/triangle.c
  6060. * src/io.c:
  6061. + Added caca_wait_event(), a blocking caca_get_event().
  6062. * src/ examples/:
  6063. + More documentation.
  6064. * doc/doxygen.cfg.in:
  6065. + doc/doxygen.cfg is now generated by configure, so that we can use
  6066. @top_srcdir@ and we no longer need to hardcode PROJECT_NUMBER.
  6067. + Create manpages.
  6068. ------------------------------------------------------------------------
  6069. r164 | sam | 2003-12-23 12:08:37 +0100 (Tue, 23 Dec 2003) | 2 lines
  6070. Changed paths:
  6071. M /trunk/doc/doxygen.cfg
  6072. M /trunk/src/bitmap.c
  6073. M /trunk/src/caca.c
  6074. M /trunk/src/caca.h
  6075. * More API documentation.
  6076. ------------------------------------------------------------------------
  6077. r163 | sam | 2003-12-22 23:58:24 +0100 (Mon, 22 Dec 2003) | 3 lines
  6078. Changed paths:
  6079. M /trunk/src/caca.c
  6080. * caca.c:
  6081. + Fixed typos in the initialisation code.
  6082. ------------------------------------------------------------------------
  6083. r162 | sam | 2003-12-22 16:26:12 +0100 (Mon, 22 Dec 2003) | 6 lines
  6084. Changed paths:
  6085. M /trunk/configure.ac
  6086. M /trunk/src/bitmap.c
  6087. M /trunk/src/caca.c
  6088. M /trunk/src/caca.h
  6089. M /trunk/src/caca_internals.h
  6090. M /trunk/src/conic.c
  6091. M /trunk/src/graphics.c
  6092. M /trunk/src/io.c
  6093. M /trunk/src/line.c
  6094. * src/graphics.c src/caca.c src/io.c:
  6095. + Support for simultaneously compiled-in drivers.
  6096. + Honour the CACA_DRIVER environment variable.
  6097. * configure.ac:
  6098. + Drivers are no longer mutually exclusive.
  6099. ------------------------------------------------------------------------
  6100. r161 | sam | 2003-12-21 01:39:41 +0100 (Sun, 21 Dec 2003) | 3 lines
  6101. Changed paths:
  6102. M /trunk/src/graphics.c
  6103. * src/graphics:
  6104. + Initialise default height at 32 (as in aalib).
  6105. ------------------------------------------------------------------------
  6106. r160 | sam | 2003-12-20 13:07:56 +0100 (Sat, 20 Dec 2003) | 5 lines
  6107. Changed paths:
  6108. M /trunk/src/caca_internals.h
  6109. M /trunk/src/graphics.c
  6110. M /trunk/src/io.c
  6111. * src/graphics.c:
  6112. + Support for CACA_WIDTH, CACA_HEIGHT and CACA_FONT in the x11 driver.
  6113. + Use an intermediary X pixmap for rendering.
  6114. + Slightly changed the variable naming scheme.
  6115. ------------------------------------------------------------------------
  6116. r159 | sam | 2003-12-20 11:54:35 +0100 (Sat, 20 Dec 2003) | 3 lines
  6117. Changed paths:
  6118. M /trunk/examples/aafire.c
  6119. * examples/aafire.c:
  6120. + The image buffer in cacafire was too small.
  6121. ------------------------------------------------------------------------
  6122. r158 | sam | 2003-12-19 18:26:23 +0100 (Fri, 19 Dec 2003) | 4 lines
  6123. Changed paths:
  6124. M /trunk/src/graphics.c
  6125. * src/graphics.c:
  6126. + Progress in the X11 driver.
  6127. + Fixed a compilation bug in the conio driver.
  6128. ------------------------------------------------------------------------
  6129. r157 | sam | 2003-12-18 10:46:19 +0100 (Thu, 18 Dec 2003) | 4 lines
  6130. Changed paths:
  6131. M /trunk/debian/changelog
  6132. M /trunk/debian/control
  6133. M /trunk/debian/rules
  6134. * debian/rules debian/control:
  6135. + Moved cacafire to the caca-utils package. Added proper conflict/replace.
  6136. + Symlinked cacafire.1 to cacademo.1.
  6137. ------------------------------------------------------------------------
  6138. r155 | sam | 2003-12-18 01:41:28 +0100 (Thu, 18 Dec 2003) | 7 lines
  6139. Changed paths:
  6140. M /trunk/ChangeLog
  6141. M /trunk/NEWS
  6142. M /trunk/README
  6143. M /trunk/debian/changelog
  6144. M /trunk/debian/control
  6145. M /trunk/doc/doxygen.cfg
  6146. * debian/control:
  6147. + Updated long descriptions.
  6148. * debian/changelog ChangeLog doc/doxygen.cfg NEWS:
  6149. + Prepared 0.3 release.
  6150. * README:
  6151. + --enable-ncurses is now the default.
  6152. ------------------------------------------------------------------------
  6153. r154 | sam | 2003-12-18 01:11:52 +0100 (Thu, 18 Dec 2003) | 3 lines
  6154. Changed paths:
  6155. M /trunk/src/bitmap.c
  6156. M /trunk/src/box.c
  6157. M /trunk/src/caca.c
  6158. M /trunk/src/caca.h
  6159. M /trunk/src/conic.c
  6160. M /trunk/src/graphics.c
  6161. M /trunk/src/io.c
  6162. M /trunk/src/line.c
  6163. M /trunk/src/math.c
  6164. M /trunk/src/sprite.c
  6165. M /trunk/src/triangle.c
  6166. * src/:
  6167. + Doxygenated public functions.
  6168. ------------------------------------------------------------------------
  6169. r153 | sam | 2003-12-17 16:03:05 +0100 (Wed, 17 Dec 2003) | 3 lines
  6170. Changed paths:
  6171. M /trunk/src/caca.h
  6172. * src/caca.h:
  6173. + Documented environment variables.
  6174. ------------------------------------------------------------------------
  6175. r152 | sam | 2003-12-17 00:25:54 +0100 (Wed, 17 Dec 2003) | 4 lines
  6176. Changed paths:
  6177. M /trunk/examples/view.c
  6178. * examples/view.c:
  6179. + Fixed a bug in the loading of 1bpp BMPs.
  6180. + Commented stuff.
  6181. ------------------------------------------------------------------------
  6182. r151 | sam | 2003-12-17 00:06:54 +0100 (Wed, 17 Dec 2003) | 7 lines
  6183. Changed paths:
  6184. M /trunk/examples/Makefile.am
  6185. M /trunk/examples/view.c
  6186. * examples/view.c:
  6187. + If Imlib2 is not available, use a custom simple BMP loader.
  6188. + Draw the bottom bar one line higher to leave room for a status line.
  6189. + '?' now properly toggles help.
  6190. * examples/Makefile.am:
  6191. + Always build cacaview.
  6192. ------------------------------------------------------------------------
  6193. r150 | sam | 2003-12-16 10:06:46 +0100 (Tue, 16 Dec 2003) | 5 lines
  6194. Changed paths:
  6195. M /trunk/configure.ac
  6196. M /trunk/src/bitmap.c
  6197. * src/bitmap.c:
  6198. + If the alpha palette is all-zero, forget the alpha channel.
  6199. * configure.ac:
  6200. + Export HAVE_IMLIB2_H and the like.
  6201. ------------------------------------------------------------------------
  6202. r149 | sam | 2003-12-15 16:02:50 +0100 (Mon, 15 Dec 2003) | 4 lines
  6203. Changed paths:
  6204. M /trunk/src/bitmap.c
  6205. * src/bitmap.c:
  6206. + If the alpha mask is 0, ignore alpha information.
  6207. + Ditto if no alpha information is given with the palette.
  6208. ------------------------------------------------------------------------
  6209. r148 | sam | 2003-12-15 11:38:03 +0100 (Mon, 15 Dec 2003) | 4 lines
  6210. Changed paths:
  6211. M /trunk/configure.ac
  6212. M /trunk/src/caca.c
  6213. M /trunk/src/caca_internals.h
  6214. M /trunk/src/graphics.c
  6215. M /trunk/src/io.c
  6216. * src/graphics.c src/io.c:
  6217. + Beginning of an X11 driver. Currently we merely open the window and
  6218. check keyboard events.
  6219. ------------------------------------------------------------------------
  6220. r147 | sam | 2003-12-12 17:19:44 +0100 (Fri, 12 Dec 2003) | 7 lines
  6221. Changed paths:
  6222. M /trunk/configure.ac
  6223. M /trunk/debian/changelog
  6224. M /trunk/src/caca.c
  6225. * configure.ac debian/changelog:
  6226. + Prepare for 0.3 release.
  6227. + Check for strcasecmp().
  6228. * src/caca.c:
  6229. + Honor CACA_BACKGROUND, CACA_DITHERING and CACA_ANTIALIASING environment
  6230. variables.
  6231. ------------------------------------------------------------------------
  6232. r146 | sam | 2003-12-12 15:49:41 +0100 (Fri, 12 Dec 2003) | 13 lines
  6233. Changed paths:
  6234. M /trunk/examples/aafire.c
  6235. M /trunk/examples/demo.c
  6236. M /trunk/examples/view.c
  6237. M /trunk/src/bitmap.c
  6238. M /trunk/src/caca.c
  6239. M /trunk/src/caca.h
  6240. M /trunk/src/caca_internals.h
  6241. * src/bitmap.c:
  6242. + Added antialiasing support.
  6243. + Dithering, antialiasing and background mode can now be selected at
  6244. runtime.
  6245. * src/caca.c src/caca.h:
  6246. + Renamed caca_dithering into caca_feature and extended the type to
  6247. express background colour and antialiasing mode.
  6248. * examples/demo.c:
  6249. + Fixed a bug that disabled the sprite demo.
  6250. + Draw solid flares.
  6251. * examples/view.c:
  6252. + Select antialiasing and background mode at runtime.
  6253. ------------------------------------------------------------------------
  6254. r145 | sam | 2003-12-11 18:01:09 +0100 (Thu, 11 Dec 2003) | 2 lines
  6255. Changed paths:
  6256. M /trunk/BUGS
  6257. M /trunk/TODO
  6258. M /trunk/debian/control
  6259. M /trunk/doc/cacademo.1
  6260. M /trunk/doc/cacaview.1
  6261. * Minor updates to manpages, BUGS, TODO and the Debian control file.
  6262. ------------------------------------------------------------------------
  6263. r144 | sam | 2003-12-11 17:56:35 +0100 (Thu, 11 Dec 2003) | 5 lines
  6264. Changed paths:
  6265. M /trunk/src/Makefile.am
  6266. M /trunk/src/bitmap.c
  6267. M /trunk/src/caca.c
  6268. M /trunk/src/caca.h
  6269. M /trunk/src/caca_internals.h
  6270. M /trunk/src/graphics.c
  6271. * src/caca.c:
  6272. + Moved global variables to src/graphics.c.
  6273. * src/bitmap.c:
  6274. + Sanitised prototypes.
  6275. ------------------------------------------------------------------------
  6276. r143 | sam | 2003-12-11 17:31:49 +0100 (Thu, 11 Dec 2003) | 17 lines
  6277. Changed paths:
  6278. M /trunk/examples
  6279. M /trunk/examples/aafire.c
  6280. M /trunk/examples/demo.c
  6281. M /trunk/examples/view.c
  6282. M /trunk/src/bitmap.c
  6283. M /trunk/src/box.c
  6284. M /trunk/src/caca.c
  6285. M /trunk/src/caca.h
  6286. M /trunk/src/caca_internals.h
  6287. M /trunk/src/conic.c
  6288. M /trunk/src/graphics.c
  6289. M /trunk/src/line.c
  6290. M /trunk/src/sprite.c
  6291. M /trunk/src/triangle.c
  6292. * src/graphics.c:
  6293. + Internally cache screen width and height.
  6294. * src/bitmap.c:
  6295. + Added alpha support to caca_draw_bitmap(). For now, we only treat 0%
  6296. alpha as fully transparent, and any other value as fully opaque.
  6297. + Slightly tuned colour weights in the renderer.
  6298. + caca_set_bitmap_palette() takes unsigned ints.
  6299. * examples/demo.c:
  6300. + Added a crap render demo.
  6301. * examples/aafire.c:
  6302. + Set a 20ms delay.
  6303. + Added alpha values to the palette.
  6304. * examples/view.c:
  6305. + Draw a gray checkered grid below the image so that transparent images
  6306. look a lot nicer.
  6307. + 'f' toggles "fullscreen" mode.
  6308. ------------------------------------------------------------------------
  6309. r142 | sam | 2003-12-11 16:54:53 +0100 (Thu, 11 Dec 2003) | 6 lines
  6310. Changed paths:
  6311. M /trunk/caca-config.in
  6312. M /trunk/configure.ac
  6313. * configure.ac:
  6314. + Set the executable bit of caca-config when regenerating that file.
  6315. * caca-config.in:
  6316. + No longer use USE_SLANG_TRUE and USE_NCURSES_TRUE since we now
  6317. have @CACA_LIBS@.
  6318. ------------------------------------------------------------------------
  6319. r141 | sam | 2003-12-02 23:27:27 +0100 (Tue, 02 Dec 2003) | 6 lines
  6320. Changed paths:
  6321. M /trunk/configure.ac
  6322. M /trunk/examples/Makefile.am
  6323. A /trunk/examples/aafire.c
  6324. * configure.ac:
  6325. + Removed unused USE_* variables.
  6326. + Export -lslang and -lncurses as @CACA_LIBS@.
  6327. * examples/aafire.c:
  6328. + Imported aafire.c from the AAlib tree and ported it to libcaca.
  6329. ------------------------------------------------------------------------
  6330. r139 | sam | 2003-11-30 18:15:31 +0100 (Sun, 30 Nov 2003) | 2 lines
  6331. Changed paths:
  6332. M /trunk/ChangeLog
  6333. M /trunk/NEWS
  6334. M /trunk/TODO
  6335. M /trunk/debian/changelog
  6336. M /trunk/debian/control
  6337. * 0.2 release.
  6338. ------------------------------------------------------------------------
  6339. r138 | sam | 2003-11-30 18:14:19 +0100 (Sun, 30 Nov 2003) | 3 lines
  6340. Changed paths:
  6341. M /trunk/examples/view.c
  6342. * examples/view.c:
  6343. + Removed last endianness issue.
  6344. ------------------------------------------------------------------------
  6345. r137 | sam | 2003-11-30 17:34:04 +0100 (Sun, 30 Nov 2003) | 5 lines
  6346. Changed paths:
  6347. M /trunk/examples/view.c
  6348. M /trunk/src/bitmap.c
  6349. M /trunk/src/io.c
  6350. * src/io.c:
  6351. + Removed a useless message.
  6352. * src/bitmap.c examples/view.c:
  6353. + Really fixed the endianness issue.
  6354. ------------------------------------------------------------------------
  6355. r136 | sam | 2003-11-30 16:56:02 +0100 (Sun, 30 Nov 2003) | 5 lines
  6356. Changed paths:
  6357. M /trunk/src/bitmap.c
  6358. * src/bitmap.c:
  6359. + Fine-tuned the new renderer.
  6360. + Fixed warnings.
  6361. + Changed hardcoded values to macros.
  6362. ------------------------------------------------------------------------
  6363. r135 | sam | 2003-11-30 16:01:55 +0100 (Sun, 30 Nov 2003) | 11 lines
  6364. Changed paths:
  6365. M /trunk/configure.ac
  6366. M /trunk/examples/demo.c
  6367. M /trunk/examples/view.c
  6368. M /trunk/src/bitmap.c
  6369. M /trunk/src/caca.c
  6370. M /trunk/src/caca.h
  6371. * src/bitmap.c:
  6372. + Fixed an endianness issue in the byte reader.
  6373. + Decreased precision in RGB and HSV values to avoid overflows.
  6374. + New dithering method: 2x2 ordered.
  6375. + New renderer, with background colour awareness.
  6376. * configure.ac:
  6377. + Check for <endian.h>.
  6378. * examples/demo.c examples/view.c:
  6379. + Fixed an endianness issue in cacaview.
  6380. + Adapted code to the additional dithering method.
  6381. ------------------------------------------------------------------------
  6382. r134 | sam | 2003-11-30 03:11:37 +0100 (Sun, 30 Nov 2003) | 4 lines
  6383. Changed paths:
  6384. M /trunk/examples/view.c
  6385. M /trunk/src/bitmap.c
  6386. * src/bitmap.c examples/view.c:
  6387. + Fixed an endianness issue in caca_draw_bitmap().
  6388. + Code cleanup.
  6389. ------------------------------------------------------------------------
  6390. r133 | sam | 2003-11-30 02:18:10 +0100 (Sun, 30 Nov 2003) | 13 lines
  6391. Changed paths:
  6392. M /trunk/TODO
  6393. M /trunk/doc/cacaview.1
  6394. M /trunk/examples/Makefile.am
  6395. M /trunk/examples/view.c
  6396. M /trunk/src/caca.c
  6397. * src/caca.c:
  6398. + Minor change to the dithering names.
  6399. * TODO:
  6400. + Added cacaview TODO.
  6401. * doc/cacaview.1:
  6402. + Wrote a manpage for cacaview.
  6403. * examples/Makefile.am:
  6404. + Moved the -DX_DISPLAY_MISSING=1 here.
  6405. * examples/view.c:
  6406. + Capital 'D' cycles through dithering modes in reverse order.
  6407. + Sleep when there is nothing to do.
  6408. + Cosmetic code reorganisation.
  6409. ------------------------------------------------------------------------
  6410. r132 | sam | 2003-11-29 20:35:07 +0100 (Sat, 29 Nov 2003) | 9 lines
  6411. Changed paths:
  6412. M /trunk/examples/demo.c
  6413. M /trunk/examples/view.c
  6414. M /trunk/src/bitmap.c
  6415. M /trunk/src/caca.c
  6416. M /trunk/src/caca.h
  6417. * src/caca.c src/caca.h:
  6418. + Added caca_get_dithering_name().
  6419. * src/bitmap.c:
  6420. + Created a new dithering method with an 8x8 ordered matrix.
  6421. + Replaced the char list with a string for better readability.
  6422. + Dithering functions now return a value between 0 and 255.
  6423. * examples/demo.c examples/view.c:
  6424. + Adapted to use caca_get_dithering_name().
  6425. ------------------------------------------------------------------------
  6426. r131 | sam | 2003-11-29 19:04:42 +0100 (Sat, 29 Nov 2003) | 3 lines
  6427. Changed paths:
  6428. M /trunk/src/caca.c
  6429. * src/caca.c:
  6430. + Test whether ncurses knows xterm-16color before setting $TERM.
  6431. ------------------------------------------------------------------------
  6432. r130 | sam | 2003-11-29 18:36:00 +0100 (Sat, 29 Nov 2003) | 6 lines
  6433. Changed paths:
  6434. M /trunk/examples/view.c
  6435. * examples/view.c:
  6436. + Added top and bottom status lines, like in mutt and slrn.
  6437. + Added a status string when loading an image or upon error.
  6438. + Can load multiple files; use 'n' and 'p' for next and previous.
  6439. + Clip zoom between -48 and +48.
  6440. ------------------------------------------------------------------------
  6441. r129 | sam | 2003-11-29 17:42:35 +0100 (Sat, 29 Nov 2003) | 2 lines
  6442. Changed paths:
  6443. M /trunk/src/caca.c
  6444. * Fixed a C99ism.
  6445. ------------------------------------------------------------------------
  6446. r128 | sam | 2003-11-29 15:41:37 +0100 (Sat, 29 Nov 2003) | 9 lines
  6447. Changed paths:
  6448. M /trunk/NOTES
  6449. M /trunk/configure.ac
  6450. M /trunk/src/caca.c
  6451. M /trunk/src/graphics.c
  6452. * configure.ac:
  6453. + Default to ncurses, not slang, because slang only has 128 colour pairs.
  6454. * src/caca.c:
  6455. + Disable scrolling to avoid hashmap scrolling optimization code.
  6456. * src/graphics.c:
  6457. + Swap fg and bg in the colour pair indexing, so that bg is always
  6458. right.
  6459. + Disable alt charset support to exploit my patched slang.
  6460. ------------------------------------------------------------------------
  6461. r127 | sam | 2003-11-28 21:39:54 +0100 (Fri, 28 Nov 2003) | 10 lines
  6462. Changed paths:
  6463. M /trunk/NOTES
  6464. M /trunk/examples/view.c
  6465. M /trunk/src/bitmap.c
  6466. * src/bitmap.c:
  6467. + Dither chroma outside of rgb2hsv_default().
  6468. + Clip fromx and fromy values.
  6469. * NOTES:
  6470. + Link to the XTerm control sequences.
  6471. * examples/view.c:
  6472. + Draw status bar.
  6473. + Move with 'h' 'j' 'k' 'l', à la vi.
  6474. + '?' toggles a help menu.
  6475. ------------------------------------------------------------------------
  6476. r126 | sam | 2003-11-28 00:18:12 +0100 (Fri, 28 Nov 2003) | 3 lines
  6477. Changed paths:
  6478. M /trunk/src/bitmap.c
  6479. * src/bitmap.c:
  6480. + Removed § from the list of default characters due to collisions.
  6481. ------------------------------------------------------------------------
  6482. r125 | sam | 2003-11-27 23:54:48 +0100 (Thu, 27 Nov 2003) | 6 lines
  6483. Changed paths:
  6484. A /trunk/debian/caca-utils.mime
  6485. M /trunk/debian/control
  6486. M /trunk/debian/rules
  6487. * debian/control:
  6488. + Removed slang1-dev dependency in caca-utils.
  6489. * debian/caca-utils.mime debian/rules:
  6490. + Added a MIME file with low priority.
  6491. + Added call to dh_installmime.
  6492. ------------------------------------------------------------------------
  6493. r124 | sam | 2003-11-27 23:29:13 +0100 (Thu, 27 Nov 2003) | 5 lines
  6494. Changed paths:
  6495. M /trunk/configure.ac
  6496. M /trunk/src/caca.c
  6497. M /trunk/src/caca_internals.h
  6498. M /trunk/src/graphics.c
  6499. * src/caca.c src/graphics.c:
  6500. + Moved graphics stuff from caca.c to graphics.c.
  6501. + Added a few kludges: if gnome-terminal or konsole are detected, switch
  6502. to TERM=xterm-16color to benefit from extended colour palette.
  6503. ------------------------------------------------------------------------
  6504. r123 | sam | 2003-11-27 22:56:30 +0100 (Thu, 27 Nov 2003) | 13 lines
  6505. Changed paths:
  6506. M /trunk/NOTES
  6507. M /trunk/examples/demo.c
  6508. M /trunk/examples/spritedit.c
  6509. M /trunk/src/bitmap.c
  6510. M /trunk/src/caca.c
  6511. M /trunk/src/caca.h
  6512. M /trunk/src/graphics.c
  6513. M /trunk/src/sprite.c
  6514. * NOTES:
  6515. + Added setab/setaf quotes from the XTerm terminfo.
  6516. + Proposed a workaround for bright colours on any terminal.
  6517. * src/caca.c:
  6518. + 16 colour support for ncurses and conio.
  6519. * src/graphics.c:
  6520. + Ported to 16 colour support.
  6521. + Added a missing <stdio.h> for BUFSIZ.
  6522. + Disabled vsnprintf under DOS (only vsprintf exists).
  6523. * examples/:
  6524. + Don't abort if the caca.txt sprite was not found.
  6525. + Ported to 16 colour support.
  6526. ------------------------------------------------------------------------
  6527. r122 | sam | 2003-11-27 14:27:32 +0100 (Thu, 27 Nov 2003) | 2 lines
  6528. Changed paths:
  6529. M /trunk/NOTES
  6530. * NOTES: more notes about colours.
  6531. ------------------------------------------------------------------------
  6532. r121 | sam | 2003-11-27 10:43:56 +0100 (Thu, 27 Nov 2003) | 5 lines
  6533. Changed paths:
  6534. M /trunk/Makefile.am
  6535. M /trunk/configure.ac
  6536. M /trunk/examples/Makefile.am
  6537. * configure.ac:
  6538. + More sensible imlib2 detection, works with cross-compilation.
  6539. * Makefile.am:
  6540. + Don't forget to include NOTES to the dist tarball.
  6541. ------------------------------------------------------------------------
  6542. r120 | sam | 2003-11-27 10:38:16 +0100 (Thu, 27 Nov 2003) | 2 lines
  6543. Changed paths:
  6544. A /trunk/NOTES
  6545. M /trunk/README
  6546. M /trunk/debian/rules
  6547. * NOTES: added information about colour support.
  6548. ------------------------------------------------------------------------
  6549. r119 | sam | 2003-11-26 22:02:31 +0100 (Wed, 26 Nov 2003) | 2 lines
  6550. Changed paths:
  6551. M /trunk/configure.ac
  6552. * configure.ac: Added a missing check for <inttypes.h>.
  6553. ------------------------------------------------------------------------
  6554. r118 | sam | 2003-11-26 21:58:30 +0100 (Wed, 26 Nov 2003) | 2 lines
  6555. Changed paths:
  6556. M /trunk/src/bitmap.c
  6557. * src/bitmap.c: Support for more colour depths.
  6558. ------------------------------------------------------------------------
  6559. r115 | sam | 2003-11-24 20:56:04 +0100 (Mon, 24 Nov 2003) | 9 lines
  6560. Changed paths:
  6561. M /trunk/configure.ac
  6562. M /trunk/examples/Makefile.am
  6563. M /trunk/examples/demo.c
  6564. M /trunk/examples/view.c
  6565. * configure.ac examples/Makefile.am:
  6566. + Added a check for imlib2-config.
  6567. + Build cacaview conditionally.
  6568. * examples/demo.c:
  6569. + Removed all gdkpixbuf code.
  6570. * examples/view.c:
  6571. + Default to ordered dithering.
  6572. + Make sure the arrows always work even if delta is too small.
  6573. ------------------------------------------------------------------------
  6574. r114 | sam | 2003-11-24 18:51:40 +0100 (Mon, 24 Nov 2003) | 4 lines
  6575. Changed paths:
  6576. M /trunk/debian
  6577. M /trunk/debian/control
  6578. M /trunk/debian/rules
  6579. * debian/:
  6580. + New caca-utils package.
  6581. + Move cacademo, cacaview and caca-spritedit to caca-utils.
  6582. ------------------------------------------------------------------------
  6583. r113 | sam | 2003-11-24 18:50:14 +0100 (Mon, 24 Nov 2003) | 6 lines
  6584. Changed paths:
  6585. M /trunk/doc/Makefile.am
  6586. D /trunk/doc/caca-demo.1
  6587. A /trunk/doc/cacademo.1 (from /trunk/doc/caca-demo.1:112)
  6588. A /trunk/doc/cacaview.1
  6589. M /trunk/examples
  6590. M /trunk/examples/Makefile.am
  6591. A /trunk/examples/view.c
  6592. * examples/:
  6593. + Simple image viewer, cacaview, based on libcaca and imlib2.
  6594. + Renamed caca-demo into cacademo.
  6595. * doc/:
  6596. + Renamed doc/caca-demo.1 into doc/cacademo.1.
  6597. ------------------------------------------------------------------------
  6598. r112 | sam | 2003-11-23 16:34:35 +0100 (Sun, 23 Nov 2003) | 2 lines
  6599. Changed paths:
  6600. M /trunk/src/Makefile.am
  6601. A /trunk/src/bitmap.c (from /trunk/src/blit.c:111)
  6602. D /trunk/src/blit.c
  6603. * Renamed src/blit.c into src/bitmap.c.
  6604. ------------------------------------------------------------------------
  6605. r111 | sam | 2003-11-23 04:44:59 +0100 (Sun, 23 Nov 2003) | 5 lines
  6606. Changed paths:
  6607. M /trunk/examples/demo.c
  6608. M /trunk/src/caca.c
  6609. M /trunk/src/caca.h
  6610. M /trunk/src/io.c
  6611. * src/caca.c:
  6612. + Mouse initialisation in ncurses.
  6613. * src/io.c:
  6614. + Mouse support in ncurses.
  6615. ------------------------------------------------------------------------
  6616. r110 | sam | 2003-11-22 15:28:36 +0100 (Sat, 22 Nov 2003) | 3 lines
  6617. Changed paths:
  6618. M /trunk/debian/control
  6619. * debian/control:
  6620. + libcaca-dev should depend on slang1-dev.
  6621. ------------------------------------------------------------------------
  6622. r109 | sam | 2003-11-22 15:23:18 +0100 (Sat, 22 Nov 2003) | 3 lines
  6623. Changed paths:
  6624. M /trunk/debian/Makefile.am
  6625. * debian/Makefile.am:
  6626. + Added compat and copyright to the distributed files.
  6627. ------------------------------------------------------------------------
  6628. r108 | sam | 2003-11-22 15:19:36 +0100 (Sat, 22 Nov 2003) | 2 lines
  6629. Changed paths:
  6630. A /trunk/ChangeLog
  6631. M /trunk/debian/rules
  6632. * Added a ChangeLog file.
  6633. ------------------------------------------------------------------------
  6634. r107 | sam | 2003-11-22 15:13:53 +0100 (Sat, 22 Nov 2003) | 3 lines
  6635. Changed paths:
  6636. M /trunk/examples/Makefile.am
  6637. * examples/Makefile.am:
  6638. + Compilation fix when libcaca is not available.
  6639. ------------------------------------------------------------------------
  6640. r106 | sam | 2003-11-22 14:44:02 +0100 (Sat, 22 Nov 2003) | 9 lines
  6641. Changed paths:
  6642. M /trunk/debian/changelog
  6643. A /trunk/debian/copyright
  6644. M /trunk/debian/rules
  6645. M /trunk/doc/Makefile.am
  6646. M /trunk/doc/caca-config.1
  6647. A /trunk/doc/caca-demo.1
  6648. A /trunk/doc/caca-spritedit.1
  6649. M /trunk/examples/caca.txt
  6650. * debian/:
  6651. + Wrote the changelog for the Debian release.
  6652. + Wrote a copyright file.
  6653. * doc/:
  6654. + Wrote manpages for caca-demo and caca-spritedit.
  6655. * examples/caca.txt:
  6656. + Centered the sprite handle.
  6657. + Added a second frame to the sprite.
  6658. ------------------------------------------------------------------------
  6659. r105 | sam | 2003-11-22 13:53:55 +0100 (Sat, 22 Nov 2003) | 11 lines
  6660. Changed paths:
  6661. A /trunk/AUTHORS
  6662. M /trunk/Makefile.am
  6663. A /trunk/NEWS
  6664. M /trunk/configure.ac
  6665. A /trunk/doc
  6666. A /trunk/doc/Makefile.am
  6667. A /trunk/doc/caca-config.1
  6668. A /trunk/doc/doxygen.cfg
  6669. A /trunk/doc/footer.html
  6670. A /trunk/doc/header.html
  6671. * AUTHORS NEWS:
  6672. + Added these mandatory files.
  6673. * doc/:
  6674. + Wrote a Doxygen configuration file.
  6675. + Added a manpage for caca-config(1), borrowed from sdl-config.
  6676. * configure.ac:
  6677. + Use new style AC_INIT.
  6678. + Error out if no library was found.
  6679. + Added *djgpp* to the list of non-PIC platforms.
  6680. + Added checks for doxygen and latex.
  6681. ------------------------------------------------------------------------
  6682. r104 | sam | 2003-11-22 13:51:27 +0100 (Sat, 22 Nov 2003) | 2 lines
  6683. Changed paths:
  6684. M /trunk/examples/Makefile.am
  6685. M /trunk/examples/demo.c
  6686. * Disabled gdkpixbuf code.
  6687. ------------------------------------------------------------------------
  6688. r103 | sam | 2003-11-22 13:45:25 +0100 (Sat, 22 Nov 2003) | 3 lines
  6689. Changed paths:
  6690. M /trunk/src/blit.c
  6691. M /trunk/src/box.c
  6692. M /trunk/src/caca.c
  6693. M /trunk/src/caca.h
  6694. M /trunk/src/caca_internals.h
  6695. M /trunk/src/conic.c
  6696. M /trunk/src/graphics.c
  6697. M /trunk/src/io.c
  6698. M /trunk/src/line.c
  6699. M /trunk/src/math.c
  6700. M /trunk/src/sprite.c
  6701. M /trunk/src/triangle.c
  6702. * src/:
  6703. + Doxygenated a few things.
  6704. ------------------------------------------------------------------------
  6705. r102 | sam | 2003-11-21 15:34:07 +0100 (Fri, 21 Nov 2003) | 8 lines
  6706. Changed paths:
  6707. M /trunk/TODO
  6708. M /trunk/examples/demo.c
  6709. M /trunk/src/blit.c
  6710. M /trunk/src/caca.h
  6711. * TODO:
  6712. + A few updates.
  6713. * src/blit.c:
  6714. + Split blit() into caca_create_bitmap() and caca_draw_bitmap().
  6715. + Started removing hardcoded bitmask and pitch values.
  6716. * examples/demo.c:
  6717. + Do something with mouse clicks.
  6718. ------------------------------------------------------------------------
  6719. r101 | sam | 2003-11-21 15:14:26 +0100 (Fri, 21 Nov 2003) | 3 lines
  6720. Changed paths:
  6721. M /trunk/src/io.c
  6722. * src/io.c:
  6723. + Fixed an off-by-one error in the mouse driver.
  6724. ------------------------------------------------------------------------
  6725. r100 | sam | 2003-11-20 17:54:04 +0100 (Thu, 20 Nov 2003) | 13 lines
  6726. Changed paths:
  6727. M /trunk
  6728. M /trunk/Makefile.am
  6729. M /trunk/README
  6730. M /trunk/TODO
  6731. A /trunk/caca-config.in
  6732. M /trunk/configure.ac
  6733. M /trunk/debian
  6734. A /trunk/debian/compat
  6735. M /trunk/debian/control
  6736. M /trunk/debian/rules
  6737. M /trunk/examples
  6738. M /trunk/examples/Makefile.am
  6739. M /trunk/examples/demo.c
  6740. M /trunk/src/Makefile.am
  6741. * debian/control:
  6742. + Changed section to libs/libdevel instead of games/games.
  6743. + Changed package name to libcaca-dev.
  6744. * debian/rules:
  6745. + Use debian/compat instead of DH_COMPAT.
  6746. + Install README, BUGS and TODO into /usr/share/doc.
  6747. * caca-config.in:
  6748. + First version of the config script.
  6749. * configure.ac src/Makefile.am:
  6750. + Build a static PIC library as well.
  6751. * README TODO:
  6752. + Various updates.
  6753. ------------------------------------------------------------------------
  6754. r99 | sam | 2003-11-19 19:38:49 +0100 (Wed, 19 Nov 2003) | 3 lines
  6755. Changed paths:
  6756. M /trunk/TODO
  6757. M /trunk/src/io.c
  6758. * TODO: New stuff to do.
  6759. * src/io.c: left and right arrow keys were swapped.
  6760. ------------------------------------------------------------------------
  6761. r98 | sam | 2003-11-19 18:49:43 +0100 (Wed, 19 Nov 2003) | 3 lines
  6762. Changed paths:
  6763. M /trunk/src/blit.c
  6764. M /trunk/src/caca.c
  6765. M /trunk/src/io.c
  6766. * src/io.c:
  6767. + Fixed a bug in the mouse coordinates reporting.
  6768. ------------------------------------------------------------------------
  6769. r97 | sam | 2003-11-19 18:32:10 +0100 (Wed, 19 Nov 2003) | 6 lines
  6770. Changed paths:
  6771. M /trunk/examples/demo.c
  6772. M /trunk/examples/spritedit.c
  6773. M /trunk/src/blit.c
  6774. M /trunk/src/caca.c
  6775. M /trunk/src/caca.h
  6776. M /trunk/src/io.c
  6777. * src/io.c:
  6778. + Renamed sdl_get_key() into sdl_get_event().
  6779. + Handle mouse clicks.
  6780. * src/caca.c:
  6781. + Activate the terminal's mouse handling if supported.
  6782. ------------------------------------------------------------------------
  6783. r96 | sam | 2003-11-17 17:11:34 +0100 (Mon, 17 Nov 2003) | 8 lines
  6784. Changed paths:
  6785. M /trunk/examples/Makefile.am
  6786. M /trunk/src/Makefile.am
  6787. M /trunk/src/blit.c
  6788. M /trunk/src/caca.h
  6789. M /trunk/src/io.c
  6790. * src/io.c src/caca.h:
  6791. + Interpret escape sequences for F1, F2, left, right, etc.
  6792. * src/Makefile.am examples/Makefile.am:
  6793. + Install caca.h in /usr/include.
  6794. + Do not install example programs.
  6795. * src/blit.c:
  6796. + Minor improvements to grayscale colors.
  6797. ------------------------------------------------------------------------
  6798. r95 | sam | 2003-11-17 11:15:40 +0100 (Mon, 17 Nov 2003) | 2 lines
  6799. Changed paths:
  6800. D /trunk/.cvsignore
  6801. D /trunk/autotools/.cvsignore
  6802. * Removed legacy .cvsignore files.
  6803. ------------------------------------------------------------------------
  6804. r94 | sam | 2003-11-16 18:41:43 +0100 (Sun, 16 Nov 2003) | 6 lines
  6805. Changed paths:
  6806. M /trunk/examples/demo.c
  6807. M /trunk/src/blit.c
  6808. M /trunk/src/caca.h
  6809. * src/blit.c:
  6810. + Hue calculation now uses integers only.
  6811. + Dithering is now parametrable. Implemented none, ordered, random.
  6812. * examples/demo.c:
  6813. + Added dithering selection.
  6814. ------------------------------------------------------------------------
  6815. r93 | sam | 2003-11-16 16:20:17 +0100 (Sun, 16 Nov 2003) | 8 lines
  6816. Changed paths:
  6817. M /trunk/examples/Makefile.am
  6818. A /trunk/examples/caca.txt
  6819. M /trunk/examples/demo.c
  6820. M /trunk/examples/spritedit.c
  6821. M /trunk/src/blit.c
  6822. M /trunk/src/caca.c
  6823. M /trunk/src/caca.h
  6824. M /trunk/src/caca_internals.h
  6825. M /trunk/src/graphics.c
  6826. * src/blit.c:
  6827. + Added caca_set_dithering() (unused yet).
  6828. + Added random dithering.
  6829. * src/caca.h:
  6830. + Renamed legacy EE_* enums to CACA_*.
  6831. * examples/demo.c examples/caca.txt:
  6832. + Added a default sprite for libcaca.
  6833. ------------------------------------------------------------------------
  6834. r92 | sam | 2003-11-16 13:28:29 +0100 (Sun, 16 Nov 2003) | 2 lines
  6835. Changed paths:
  6836. M /trunk/examples/demo.c
  6837. M /trunk/examples/spritedit.c
  6838. M /trunk/src/blit.c
  6839. M /trunk/src/box.c
  6840. M /trunk/src/caca.c
  6841. M /trunk/src/caca.h
  6842. M /trunk/src/caca_internals.h
  6843. M /trunk/src/conic.c
  6844. M /trunk/src/graphics.c
  6845. M /trunk/src/io.c
  6846. M /trunk/src/line.c
  6847. M /trunk/src/math.c
  6848. M /trunk/src/sprite.c
  6849. M /trunk/src/triangle.c
  6850. * Changed copyleft to LGPL.
  6851. ------------------------------------------------------------------------
  6852. r91 | sam | 2003-11-16 13:13:46 +0100 (Sun, 16 Nov 2003) | 3 lines
  6853. Changed paths:
  6854. M /trunk/Makefile.am
  6855. M /trunk/configure.ac
  6856. A /trunk/examples (from /trunk/test:90)
  6857. M /trunk/examples/Makefile.am
  6858. D /trunk/libcaca
  6859. A /trunk/src (from /trunk/libcaca:90)
  6860. M /trunk/src/line.c
  6861. D /trunk/test
  6862. * 2nd pass in the libcaca rehandling; moved sources to src/ and examples
  6863. to examples/.
  6864. ------------------------------------------------------------------------
  6865. r90 | sam | 2003-11-16 13:07:52 +0100 (Sun, 16 Nov 2003) | 2 lines
  6866. Changed paths:
  6867. M /trunk/COPYING
  6868. M /trunk/Makefile.am
  6869. M /trunk/README
  6870. M /trunk/TODO
  6871. M /trunk/bootstrap
  6872. M /trunk/configure.ac
  6873. D /trunk/data
  6874. D /trunk/debian/.cvsignore
  6875. M /trunk/debian/changelog
  6876. M /trunk/debian/control
  6877. M /trunk/debian/rules
  6878. D /trunk/doc
  6879. D /trunk/src
  6880. * The big TTYvaders/libcaca split. This is libcaca.
  6881. ------------------------------------------------------------------------
  6882. r89 | sam | 2003-11-16 12:26:54 +0100 (Sun, 16 Nov 2003) | 8 lines
  6883. Changed paths:
  6884. M /trunk/configure.ac
  6885. M /trunk/libcaca/blit.c
  6886. M /trunk/libcaca/caca.c
  6887. M /trunk/libcaca/conic.c
  6888. M /trunk/libcaca/graphics.c
  6889. M /trunk/src/weapons.c
  6890. * configure.ac:
  6891. + Added -Wsign-compare to the warning flags.
  6892. * libcaca/caca.c:
  6893. + Fixed a signed/unsigned bug that caused infinite waits with
  6894. ee_set_delay(0).
  6895. * src/weapons.c libcaca/graphics.c libcaca/blit.c libcaca/conic.c:
  6896. + Fixed minor signed/unsigned comparison warnings.
  6897. ------------------------------------------------------------------------
  6898. r88 | sam | 2003-11-16 01:33:35 +0100 (Sun, 16 Nov 2003) | 2 lines
  6899. Changed paths:
  6900. M /trunk/Makefile.am
  6901. M /trunk/TODO
  6902. M /trunk/configure.ac
  6903. A /trunk/libcaca (from /trunk/libee:87)
  6904. M /trunk/libcaca/Makefile.am
  6905. M /trunk/libcaca/blit.c
  6906. M /trunk/libcaca/box.c
  6907. A /trunk/libcaca/caca.c (from /trunk/libee/ee.c:87)
  6908. A /trunk/libcaca/caca.h (from /trunk/libee/ee.h:87)
  6909. A /trunk/libcaca/caca_internals.h (from /trunk/libee/ee_internals.h:87)
  6910. M /trunk/libcaca/conic.c
  6911. D /trunk/libcaca/ee.c
  6912. D /trunk/libcaca/ee.h
  6913. D /trunk/libcaca/ee_internals.h
  6914. M /trunk/libcaca/graphics.c
  6915. M /trunk/libcaca/io.c
  6916. M /trunk/libcaca/line.c
  6917. M /trunk/libcaca/math.c
  6918. M /trunk/libcaca/sprite.c
  6919. M /trunk/libcaca/triangle.c
  6920. D /trunk/libee
  6921. M /trunk/src/Makefile.am
  6922. M /trunk/src/aliens.c
  6923. M /trunk/src/bonus.c
  6924. M /trunk/src/box.c
  6925. M /trunk/src/ceo.c
  6926. M /trunk/src/collide.c
  6927. M /trunk/src/common.h
  6928. M /trunk/src/explosions.c
  6929. M /trunk/src/intro.c
  6930. M /trunk/src/main.c
  6931. M /trunk/src/overlay.c
  6932. M /trunk/src/player.c
  6933. M /trunk/src/starfield.c
  6934. M /trunk/src/tunnel.c
  6935. M /trunk/src/weapons.c
  6936. M /trunk/test/Makefile.am
  6937. M /trunk/test/demo.c
  6938. M /trunk/test/spritedit.c
  6939. * Renamed libee to libcaca. Far less collisions.
  6940. ------------------------------------------------------------------------
  6941. r87 | sam | 2003-11-16 01:09:09 +0100 (Sun, 16 Nov 2003) | 2 lines
  6942. Changed paths:
  6943. M /trunk/libee/Makefile.am
  6944. A /trunk/libee/blit.c
  6945. M /trunk/libee/ee.h
  6946. M /trunk/test/Makefile.am
  6947. M /trunk/test/demo.c
  6948. * Very ugly ee_blit function. Will be polished in a while.
  6949. ------------------------------------------------------------------------
  6950. r86 | sam | 2003-11-15 13:42:38 +0100 (Sat, 15 Nov 2003) | 10 lines
  6951. Changed paths:
  6952. M /trunk/libee/ee.c
  6953. M /trunk/libee/ee.h
  6954. M /trunk/libee/graphics.c
  6955. M /trunk/test/demo.c
  6956. * libee/ee.c:
  6957. + Replaced ee_color_names[] with ee_get_color_name().
  6958. + Don't oversleep in ee_refresh().
  6959. * libee/graphics.c:
  6960. + Implemented ee_printf().
  6961. * test/demo.c:
  6962. + If new keypresses are detected, don't wait for the next screen refresh.
  6963. + Added an fps counter on demos.
  6964. + Added controls for outlines and drawing boundaries.
  6965. ------------------------------------------------------------------------
  6966. r85 | sam | 2003-11-15 10:58:20 +0100 (Sat, 15 Nov 2003) | 8 lines
  6967. Changed paths:
  6968. M /trunk/libee/ee.c
  6969. M /trunk/libee/ee.h
  6970. M /trunk/libee/ee_internals.h
  6971. M /trunk/libee/graphics.c
  6972. M /trunk/libee/line.c
  6973. * libee/graphics.c:
  6974. + Correct clipping in ee_putstr() for long strings.
  6975. * libee/ee.c:
  6976. + New ee_get_rendertime() call to provide framerate information.
  6977. * libee/ee.h:
  6978. + Added const keywords where it was meaningful, despite Slang's blatant
  6979. omission of such keywords in its prototypes.
  6980. ------------------------------------------------------------------------
  6981. r84 | sam | 2003-11-14 20:00:07 +0100 (Fri, 14 Nov 2003) | 6 lines
  6982. Changed paths:
  6983. M /trunk/libee/ee.c
  6984. M /trunk/src/main.c
  6985. M /trunk/test/demo.c
  6986. * libee/ee.c:
  6987. + Implemented correct framerate wait loop.
  6988. + No framedropping yet.
  6989. * test/demo.c src/main.c:
  6990. + Set an arbitrary framerate for demos.
  6991. ------------------------------------------------------------------------
  6992. r83 | sam | 2003-11-14 19:49:53 +0100 (Fri, 14 Nov 2003) | 2 lines
  6993. Changed paths:
  6994. M /trunk/src/Makefile.am
  6995. M /trunk/test/Makefile.am
  6996. * Fixed compilation in an alternate directory.
  6997. ------------------------------------------------------------------------
  6998. r82 | sam | 2003-11-14 18:02:36 +0100 (Fri, 14 Nov 2003) | 2 lines
  6999. Changed paths:
  7000. M /trunk/src/box.c
  7001. M /trunk/src/main.c
  7002. M /trunk/src/player.c
  7003. M /trunk/src/starfield.c
  7004. M /trunk/src/tunnel.c
  7005. M /trunk/src/weapons.c
  7006. * Sanity checks after each malloc() call.
  7007. ------------------------------------------------------------------------
  7008. r81 | sam | 2003-11-14 17:55:58 +0100 (Fri, 14 Nov 2003) | 4 lines
  7009. Changed paths:
  7010. M /trunk/libee/ee.h
  7011. M /trunk/libee/math.c
  7012. * libee/math.c:
  7013. + ee_sqrt() now uses unsigned ints.
  7014. + Avoid overflows in ee_sqrt().
  7015. ------------------------------------------------------------------------
  7016. r80 | sam | 2003-11-13 18:12:40 +0100 (Thu, 13 Nov 2003) | 2 lines
  7017. Changed paths:
  7018. M /trunk/src/intro.c
  7019. * src/intro.c: Minor graphical issue on dosemu with ncurses backend.
  7020. ------------------------------------------------------------------------
  7021. r79 | sam | 2003-11-13 17:45:25 +0100 (Thu, 13 Nov 2003) | 6 lines
  7022. Changed paths:
  7023. M /trunk/libee/ee.c
  7024. M /trunk/libee/ee_internals.h
  7025. M /trunk/libee/graphics.c
  7026. M /trunk/libee/sprite.c
  7027. * libee/ee.c:
  7028. + Error checking in ee_init().
  7029. + Pre-generate the empty line for ee_clear().
  7030. * libee/sprite.c:
  7031. + Better error checking in ee_sprite_load().
  7032. ------------------------------------------------------------------------
  7033. r78 | sam | 2003-11-13 16:41:12 +0100 (Thu, 13 Nov 2003) | 2 lines
  7034. Changed paths:
  7035. M /trunk/libee/conic.c
  7036. M /trunk/libee/line.c
  7037. M /trunk/src/box.c
  7038. * Minor coding style changes.
  7039. ------------------------------------------------------------------------
  7040. r77 | sam | 2003-11-13 16:37:49 +0100 (Thu, 13 Nov 2003) | 2 lines
  7041. Changed paths:
  7042. M /trunk/data/Makefile.am
  7043. D /trunk/data/bar_boss
  7044. D /trunk/data/bar_fighter
  7045. A /trunk/data/barboss.txt (from /trunk/data/bar_boss:76)
  7046. A /trunk/data/barfight.txt (from /trunk/data/bar_fighter:76)
  7047. D /trunk/data/baz_fighter
  7048. A /trunk/data/bazfight.txt (from /trunk/data/baz_fighter:76)
  7049. A /trunk/data/bongem.txt (from /trunk/data/item_gem:76)
  7050. A /trunk/data/bonheart.txt (from /trunk/data/item_heart:76)
  7051. D /trunk/data/explosion_medium
  7052. D /trunk/data/explosion_small
  7053. D /trunk/data/foo_fighter
  7054. A /trunk/data/foofight.txt (from /trunk/data/foo_fighter:76)
  7055. D /trunk/data/item_gem
  7056. D /trunk/data/item_heart
  7057. A /trunk/data/ship.txt (from /trunk/data/ship_green:76)
  7058. D /trunk/data/ship_green
  7059. D /trunk/data/weapon_bomb
  7060. D /trunk/data/weapon_fragbomb
  7061. A /trunk/data/wpnbomb.txt (from /trunk/data/weapon_bomb:76)
  7062. A /trunk/data/wpnfrag.txt (from /trunk/data/weapon_fragbomb:76)
  7063. A /trunk/data/xplmed.txt (from /trunk/data/explosion_medium:76)
  7064. A /trunk/data/xplsmall.txt (from /trunk/data/explosion_small:76)
  7065. M /trunk/src/aliens.c
  7066. M /trunk/src/bonus.c
  7067. M /trunk/src/explosions.c
  7068. M /trunk/src/intro.c
  7069. M /trunk/src/player.c
  7070. M /trunk/src/weapons.c
  7071. M /trunk/test/demo.c
  7072. * Renamed sprites to < 8+3 names for the DOS port.
  7073. ------------------------------------------------------------------------
  7074. r76 | sam | 2003-11-13 00:46:58 +0100 (Thu, 13 Nov 2003) | 7 lines
  7075. Changed paths:
  7076. M /trunk/data/bar_boss
  7077. M /trunk/data/bar_fighter
  7078. M /trunk/data/baz_fighter
  7079. M /trunk/data/explosion_medium
  7080. M /trunk/data/explosion_small
  7081. M /trunk/data/foo_fighter
  7082. M /trunk/data/item_gem
  7083. M /trunk/data/item_heart
  7084. M /trunk/data/ship_green
  7085. M /trunk/data/weapon_bomb
  7086. M /trunk/data/weapon_fragbomb
  7087. M /trunk/src/starfield.c
  7088. M /trunk/test/demo.c
  7089. * test/demo.c:
  7090. + Removed a spurious '\n' from an ee_putstr().
  7091. * src/starfield.c:
  7092. + Fixed starfield color.
  7093. * data/:
  7094. + Fixed every sprite's colors.
  7095. ------------------------------------------------------------------------
  7096. r75 | sam | 2003-11-12 22:18:50 +0100 (Wed, 12 Nov 2003) | 25 lines
  7097. Changed paths:
  7098. A /trunk/BUGS
  7099. M /trunk/Makefile.am
  7100. M /trunk/README
  7101. M /trunk/TODO
  7102. M /trunk/libee/Makefile.am
  7103. M /trunk/libee/box.c
  7104. M /trunk/libee/conic.c
  7105. M /trunk/libee/ee.c
  7106. M /trunk/libee/ee.h
  7107. A /trunk/libee/ee_internals.h
  7108. M /trunk/libee/graphics.c
  7109. M /trunk/libee/io.c
  7110. M /trunk/libee/line.c
  7111. M /trunk/libee/math.c
  7112. M /trunk/libee/sprite.c
  7113. M /trunk/libee/triangle.c
  7114. M /trunk/src/Makefile.am
  7115. M /trunk/src/overlay.c
  7116. M /trunk/src/weapons.c
  7117. M /trunk/test/demo.c
  7118. * libee/ee.h:
  7119. + Added ee_color_names[] containing our 16 color names.
  7120. * libee/ee.c:
  7121. + Extended our color set to the full 16 instead of 10.
  7122. + Precalculate ncurses attributes.
  7123. * libee/graphics.c:
  7124. + Clip color value in ee_set_color().
  7125. + Clip characters in ee_putchar().
  7126. + Partially clip characters in ee_putstr(), overflows aren't checked yet.
  7127. * libee/ee_internals.h:
  7128. + New file to share extern variables within libee.
  7129. * test/demo.c:
  7130. + Added a simple demo_color() to output all colors.
  7131. + Replaced four ee_draw_line() with ee_draw_thin_box().
  7132. + Replaced x1, y1, x2 etc. with xa, ya, xb etc. because <math.h> already
  7133. defines y1.
  7134. + Randomized colours from 0 to 15 instead of 1 to 10.
  7135. * src/Makefiles.am:
  7136. + Added -lm to the ttyvaders linking flags because of the intro.
  7137. * README BUGS TODO:
  7138. + Updated.
  7139. ------------------------------------------------------------------------
  7140. r74 | sam | 2003-11-12 19:41:02 +0100 (Wed, 12 Nov 2003) | 7 lines
  7141. Changed paths:
  7142. M /trunk/README
  7143. M /trunk/configure.ac
  7144. M /trunk/libee/ee.c
  7145. M /trunk/libee/graphics.c
  7146. * README:
  7147. + Added a note about dos cross-compilation.
  7148. * configure.ac:
  7149. + Added a check for ScreenUpdate in <pc.h>.
  7150. * libee/graphics.c libee/ee.c:
  7151. + Improved the conio port thanks to ScreenUpdate().
  7152. ------------------------------------------------------------------------
  7153. r73 | sam | 2003-11-12 17:23:18 +0100 (Wed, 12 Nov 2003) | 2 lines
  7154. Changed paths:
  7155. M /trunk/configure.ac
  7156. M /trunk/libee/conic.c
  7157. M /trunk/libee/ee.c
  7158. M /trunk/libee/graphics.c
  7159. M /trunk/libee/io.c
  7160. M /trunk/libee/line.c
  7161. * MS-DOS port of libee, using <conio.h>.
  7162. ------------------------------------------------------------------------
  7163. r72 | sam | 2003-11-12 02:48:58 +0100 (Wed, 12 Nov 2003) | 17 lines
  7164. Changed paths:
  7165. M /trunk/data/foo_fighter
  7166. M /trunk/libee/box.c
  7167. M /trunk/libee/ee.h
  7168. M /trunk/libee/graphics.c
  7169. M /trunk/libee/line.c
  7170. M /trunk/libee/sprite.c
  7171. M /trunk/src/Makefile.am
  7172. M /trunk/src/aliens.c
  7173. M /trunk/src/bonus.c
  7174. M /trunk/src/box.c
  7175. M /trunk/src/common.h
  7176. M /trunk/src/explosions.c
  7177. A /trunk/src/intro.c
  7178. M /trunk/src/main.c
  7179. M /trunk/src/overlay.c
  7180. M /trunk/src/player.c
  7181. M /trunk/src/starfield.c
  7182. M /trunk/src/tunnel.c
  7183. M /trunk/src/weapons.c
  7184. M /trunk/test/demo.c
  7185. M /trunk/test/spritedit.c
  7186. * libee/graphics.c:
  7187. + Renamed ee_color() to ee_set_color(), wrote ee_get_color().
  7188. * libee/line.c:
  7189. + Implemented draw_polyline() and draw_thin_polyline().
  7190. * libee/sprite.c:
  7191. + Removed the f member of struct ee_sprite.
  7192. + Implemented ee_get_sprite_{width|height|dx|dy}().
  7193. + Restore the color fater ee_draw_sprite() is called.
  7194. * libee/box.c:
  7195. + Fixed a bug causing improper box clipping at the right and the bottom.
  7196. * data/foo_fighter:
  7197. + Fixed bugs in the sprite.
  7198. * src/intro.c:
  7199. + Test effects for the future game's intro.
  7200. * test/spritedit.c:
  7201. + Added stuff to the sprite editor. We can now navigate through frames.
  7202. ------------------------------------------------------------------------
  7203. r71 | sam | 2003-11-11 11:22:19 +0100 (Tue, 11 Nov 2003) | 13 lines
  7204. Changed paths:
  7205. M /trunk/libee/Makefile.am
  7206. A /trunk/libee/box.c
  7207. M /trunk/libee/conic.c
  7208. M /trunk/libee/ee.h
  7209. M /trunk/libee/triangle.c
  7210. M /trunk/test/demo.c
  7211. * libee/triangle.c:
  7212. + Wrote ee_draw_triangle() and ee_draw_thin_triangle().
  7213. * libee/box.c:
  7214. + Wrote ee_draw_box(), ee_draw_thin_box() and ee_fill_box().
  7215. * libee/conic.c:
  7216. + Wrote ee_fill_ellipse().
  7217. + First attempt at ee_draw_thin_ellipse(), to be reworked.
  7218. * test/demo.c:
  7219. + Merged demo_lines() and demo_thin_lines().
  7220. + Merged demo_triangles() and demo_outlined_triangles().
  7221. + Wrote demo_box().
  7222. + Use ee_fill_ellipse() in demo_all().
  7223. ------------------------------------------------------------------------
  7224. r70 | sam | 2003-11-11 09:00:36 +0100 (Tue, 11 Nov 2003) | 5 lines
  7225. Changed paths:
  7226. M /trunk/data/Makefile.am
  7227. A /trunk/data/ship_green
  7228. M /trunk/src/collide.c
  7229. M /trunk/src/main.c
  7230. M /trunk/src/player.c
  7231. M /trunk/src/weapons.c
  7232. * src/weapons.c:
  7233. + Use ee_draw_ellipse() instead of ee_draw_circle() to draw the nuke.
  7234. * src/player.c:
  7235. + Use ee_draw_sprite() to draw our ship.
  7236. ------------------------------------------------------------------------
  7237. r69 | sam | 2003-11-11 00:38:50 +0100 (Tue, 11 Nov 2003) | 8 lines
  7238. Changed paths:
  7239. M /trunk/libee/Makefile.am
  7240. M /trunk/libee/conic.c
  7241. M /trunk/libee/ee.c
  7242. M /trunk/libee/ee.h
  7243. A /trunk/libee/graphics.c (from /trunk/libee/ee.c:68)
  7244. M /trunk/libee/io.c
  7245. M /trunk/libee/line.c
  7246. M /trunk/libee/math.c
  7247. M /trunk/libee/sprite.c
  7248. M /trunk/libee/triangle.c
  7249. M /trunk/src/box.c
  7250. M /trunk/src/overlay.c
  7251. M /trunk/src/player.c
  7252. M /trunk/src/starfield.c
  7253. M /trunk/src/tunnel.c
  7254. M /trunk/src/weapons.c
  7255. M /trunk/test/demo.c
  7256. * libee/graphics.c:
  7257. + Moved ee_putstr() and ee_putchar() in here.
  7258. * libee/ee.h:
  7259. + Got rid of ee_goto().
  7260. + Moved <slang.h> or <curses.h> into libee.
  7261. * Replaced ee_goto()/ee_putstr() pairs with ee_putstr().
  7262. * Ditto for ee_putchar().
  7263. ------------------------------------------------------------------------
  7264. r68 | sam | 2003-11-11 00:04:13 +0100 (Tue, 11 Nov 2003) | 5 lines
  7265. Changed paths:
  7266. M /trunk/data/Makefile.am
  7267. M /trunk/src/Makefile.am
  7268. M /trunk/test
  7269. M /trunk/test/Makefile.am
  7270. A /trunk/test/spritedit.c
  7271. * test/spritedit.c:
  7272. + Placeholder for our upcoming sprite editor.
  7273. * src/Makefile.am data/Makefile.am:
  7274. + Use AM_CPPFLAGS, not target_CPPFLAGS, so that automake-1.5 can be used.
  7275. ------------------------------------------------------------------------
  7276. r67 | sam | 2003-11-10 23:43:30 +0100 (Mon, 10 Nov 2003) | 4 lines
  7277. Changed paths:
  7278. M /trunk/data/Makefile.am
  7279. A /trunk/data/weapon_fragbomb
  7280. M /trunk/src/weapons.c
  7281. * src/weapons.c data/weapon_fragbomb:
  7282. + Drew the fragbomb sprite.
  7283. + Use the fragbomb in src/weapons.c.
  7284. ------------------------------------------------------------------------
  7285. r66 | sam | 2003-11-10 22:54:11 +0100 (Mon, 10 Nov 2003) | 5 lines
  7286. Changed paths:
  7287. M /trunk/data/Makefile.am
  7288. A /trunk/data/weapon_bomb
  7289. M /trunk/src/weapons.c
  7290. * data/weapon_bomb:
  7291. + New bomb sprite.
  7292. * src/weapons.c:
  7293. + Switched the bomb drawing to use ee_draw_sprite().
  7294. ------------------------------------------------------------------------
  7295. r65 | sam | 2003-11-10 22:17:47 +0100 (Mon, 10 Nov 2003) | 8 lines
  7296. Changed paths:
  7297. M /trunk/data/Makefile.am
  7298. A /trunk/data/explosion_medium
  7299. A /trunk/data/explosion_small
  7300. M /trunk/libee/sprite.c
  7301. M /trunk/src/explosions.c
  7302. * libee/sprite.c:
  7303. + Made sprite loading more robust.
  7304. * src/explosions.c:
  7305. + No longer use ee_putchar etc. to draw our sprites, but use
  7306. ee_draw_sprite().
  7307. * data/:
  7308. + Drew explosion_medium and explosion_small sprites.
  7309. ------------------------------------------------------------------------
  7310. r64 | sam | 2003-11-10 21:43:02 +0100 (Mon, 10 Nov 2003) | 2 lines
  7311. Changed paths:
  7312. M /trunk/libee/conic.c
  7313. * libee/conic.c: Clip circles and ellipses.
  7314. ------------------------------------------------------------------------
  7315. r63 | sam | 2003-11-10 19:29:04 +0100 (Mon, 10 Nov 2003) | 5 lines
  7316. Changed paths:
  7317. M /trunk/libee/conic.c
  7318. M /trunk/libee/sprite.c
  7319. * libee/sprite.c:
  7320. + Added sanity checks in ee_sprite_* functions.
  7321. * libee/conic.c:
  7322. + Use ellipsepoints() in ee_draw_circle().
  7323. ------------------------------------------------------------------------
  7324. r62 | sam | 2003-11-10 19:23:23 +0100 (Mon, 10 Nov 2003) | 3 lines
  7325. Changed paths:
  7326. M /trunk/test/demo.c
  7327. * test/demo.c:
  7328. + Ellipses demo.
  7329. ------------------------------------------------------------------------
  7330. r61 | sam | 2003-11-10 19:21:36 +0100 (Mon, 10 Nov 2003) | 3 lines
  7331. Changed paths:
  7332. M /trunk/libee/conic.c
  7333. M /trunk/libee/ee.h
  7334. * libee/conic.c:
  7335. + ee_draw_ellipse().
  7336. ------------------------------------------------------------------------
  7337. r60 | sam | 2003-11-10 16:31:12 +0100 (Mon, 10 Nov 2003) | 2 lines
  7338. Changed paths:
  7339. M /trunk/libee/Makefile.am
  7340. D /trunk/libee/circle.c
  7341. A /trunk/libee/conic.c (from /trunk/libee/circle.c:58)
  7342. M /trunk/libee/line.c
  7343. * Renamed libee/circle.c to libee/conic.c because we'll do ellipsis.
  7344. ------------------------------------------------------------------------
  7345. r59 | sam | 2003-11-10 16:16:38 +0100 (Mon, 10 Nov 2003) | 3 lines
  7346. Changed paths:
  7347. M /trunk/libee/line.c
  7348. * libee/line.c:
  7349. + Added code comments.
  7350. ------------------------------------------------------------------------
  7351. r58 | sam | 2003-11-10 15:19:21 +0100 (Mon, 10 Nov 2003) | 4 lines
  7352. Changed paths:
  7353. M /trunk/configure.ac
  7354. M /trunk/libee/Makefile.am
  7355. M /trunk/src/Makefile.am
  7356. M /trunk/test/Makefile.am
  7357. * configure.ac:
  7358. + Moved optimization flags and warning triggers here.
  7359. + Updated the snapshot timestamp.
  7360. ------------------------------------------------------------------------
  7361. r57 | sam | 2003-11-10 15:13:56 +0100 (Mon, 10 Nov 2003) | 2 lines
  7362. Changed paths:
  7363. M /trunk/test/demo.c
  7364. * test/demo.c: Nicer complete demo.
  7365. ------------------------------------------------------------------------
  7366. r56 | sam | 2003-11-10 10:26:40 +0100 (Mon, 10 Nov 2003) | 11 lines
  7367. Changed paths:
  7368. M /trunk/data/Makefile.am
  7369. A /trunk/data/baz_fighter
  7370. A /trunk/data/foo_fighter
  7371. A /trunk/data/item_gem
  7372. A /trunk/data/item_heart
  7373. M /trunk/libee/ee.h
  7374. M /trunk/libee/sprite.c
  7375. M /trunk/src/aliens.c
  7376. M /trunk/src/bonus.c
  7377. M /trunk/src/box.c
  7378. * libee/sprite.c:
  7379. + More robust sprite loader.
  7380. + Added ee_set_sprite_frame() and ee_get_sprite_frame().
  7381. + Free all structures in ee_free_sprite().
  7382. * src/aliens.c src/bonus.c:
  7383. + Use ee_draw_sprite() instead of our manual sprite rendering.
  7384. * src/box.c:
  7385. + Use ee_draw_line() instead of the manual equivalent.
  7386. * data/:
  7387. + Added foo_fighter, baz_fighter, item_gem and item_heart sprites.
  7388. ------------------------------------------------------------------------
  7389. r55 | sam | 2003-11-10 03:00:52 +0100 (Mon, 10 Nov 2003) | 2 lines
  7390. Changed paths:
  7391. A /trunk/data/Makefile.am
  7392. * Oops, forgot data/Makefile.am.
  7393. ------------------------------------------------------------------------
  7394. r54 | sam | 2003-11-10 03:00:19 +0100 (Mon, 10 Nov 2003) | 5 lines
  7395. Changed paths:
  7396. M /trunk/Makefile.am
  7397. M /trunk/configure.ac
  7398. A /trunk/data
  7399. A /trunk/data/bar_boss
  7400. A /trunk/data/bar_fighter
  7401. M /trunk/test/demo.c
  7402. * test/demo.c:
  7403. + Wrote a little sprite demo.
  7404. * data/:
  7405. + Added bar_fighter (from ttyvaders) and bar_boss (from shapes.txt).
  7406. ------------------------------------------------------------------------
  7407. r53 | sam | 2003-11-10 02:56:24 +0100 (Mon, 10 Nov 2003) | 4 lines
  7408. Changed paths:
  7409. M /trunk/libee/Makefile.am
  7410. M /trunk/libee/ee.h
  7411. A /trunk/libee/sprite.c
  7412. * libee/sprite.c:
  7413. + Beginning of sprite handling within the library.
  7414. + Added support to load files.
  7415. ------------------------------------------------------------------------
  7416. r52 | sam | 2003-11-10 01:27:33 +0100 (Mon, 10 Nov 2003) | 3 lines
  7417. Changed paths:
  7418. M /trunk/test/demo.c
  7419. * test/demo.c:
  7420. + outlined triangles demo.
  7421. ------------------------------------------------------------------------
  7422. r51 | sam | 2003-11-10 01:15:02 +0100 (Mon, 10 Nov 2003) | 2 lines
  7423. Changed paths:
  7424. M /trunk/configure.ac
  7425. M /trunk/libee/Makefile.am
  7426. M /trunk/src/Makefile.am
  7427. M /trunk/test/Makefile.am
  7428. * Removed CPPFLAGS_slang and CPPFLAGS_ncurses, we now have config.h.
  7429. ------------------------------------------------------------------------
  7430. r50 | sam | 2003-11-10 00:34:24 +0100 (Mon, 10 Nov 2003) | 4 lines
  7431. Changed paths:
  7432. M /trunk/src/aliens.c
  7433. M /trunk/src/bonus.c
  7434. M /trunk/src/box.c
  7435. M /trunk/src/collide.c
  7436. M /trunk/src/explosions.c
  7437. M /trunk/src/main.c
  7438. M /trunk/src/overlay.c
  7439. M /trunk/src/player.c
  7440. M /trunk/src/starfield.c
  7441. M /trunk/src/tunnel.c
  7442. M /trunk/src/weapons.c
  7443. * src/*.c:
  7444. + Added missing #include "config.h".
  7445. + Fixed a nasty bug in ee_rand() calls.
  7446. ------------------------------------------------------------------------
  7447. r49 | sam | 2003-11-10 00:01:29 +0100 (Mon, 10 Nov 2003) | 3 lines
  7448. Changed paths:
  7449. M /trunk/test/demo.c
  7450. * test/demo.c:
  7451. + Disabled the pyramid demo and wrote a simple triangles demo.
  7452. ------------------------------------------------------------------------
  7453. r48 | sam | 2003-11-09 22:36:24 +0100 (Sun, 09 Nov 2003) | 5 lines
  7454. Changed paths:
  7455. M /trunk/libee/Makefile.am
  7456. M /trunk/libee/ee.h
  7457. A /trunk/libee/triangle.c
  7458. M /trunk/test/Makefile.am
  7459. M /trunk/test/demo.c
  7460. * libee/triangle.c:
  7461. + Implemented ee_fill_triangle().
  7462. * test/demo.c:
  7463. + Triangle demo.
  7464. ------------------------------------------------------------------------
  7465. r47 | sam | 2003-11-09 20:46:14 +0100 (Sun, 09 Nov 2003) | 5 lines
  7466. Changed paths:
  7467. M /trunk/libee/ee.h
  7468. M /trunk/libee/line.c
  7469. M /trunk/test/demo.c
  7470. * libee/line.c:
  7471. + ee_draw_thin_line().
  7472. * test/demo.c:
  7473. + Added a thin lines demo.
  7474. ------------------------------------------------------------------------
  7475. r46 | sam | 2003-11-09 19:10:44 +0100 (Sun, 09 Nov 2003) | 2 lines
  7476. Changed paths:
  7477. M /trunk/libee/line.c
  7478. * libee/line.c: genericized line drawing for future use.
  7479. ------------------------------------------------------------------------
  7480. r45 | sam | 2003-11-09 18:45:12 +0100 (Sun, 09 Nov 2003) | 6 lines
  7481. Changed paths:
  7482. M /trunk/test
  7483. M /trunk/test/demo.c
  7484. * test/demo.c:
  7485. + Putpixel demo.
  7486. + Draw line demo.
  7487. + Draw circle demo.
  7488. + Animated radar demo.
  7489. ------------------------------------------------------------------------
  7490. r44 | sam | 2003-11-09 18:21:43 +0100 (Sun, 09 Nov 2003) | 7 lines
  7491. Changed paths:
  7492. M /trunk/libee/Makefile.am
  7493. A /trunk/libee/circle.c (from /trunk/src/weapons.c:42)
  7494. M /trunk/libee/ee.h
  7495. M /trunk/libee/line.c
  7496. M /trunk/src/weapons.c
  7497. * src/weapons.c:
  7498. + Removed draw_circle, use ee_draw_circle instead.
  7499. * libee/circle.c:
  7500. + New ee_draw_circle function.
  7501. * libee/line.c:
  7502. + Changed an internal function's name.
  7503. ------------------------------------------------------------------------
  7504. r43 | sam | 2003-11-09 17:34:23 +0100 (Sun, 09 Nov 2003) | 2 lines
  7505. Changed paths:
  7506. M /trunk/libee
  7507. M /trunk/libee/Makefile.am
  7508. M /trunk/libee/ee.h
  7509. A /trunk/libee/line.c
  7510. * libee/line.c: Implemented ee_draw_line.
  7511. ------------------------------------------------------------------------
  7512. r42 | sam | 2003-11-09 14:52:40 +0100 (Sun, 09 Nov 2003) | 5 lines
  7513. Changed paths:
  7514. M /trunk/libee/ee.c
  7515. M /trunk/libee/ee.h
  7516. M /trunk/test/demo.c
  7517. * libee/ee.c:
  7518. + got rid of DELAY.
  7519. * test/demo.c:
  7520. + Minor animation effect.
  7521. ------------------------------------------------------------------------
  7522. r41 | sam | 2003-11-09 14:51:37 +0100 (Sun, 09 Nov 2003) | 2 lines
  7523. Changed paths:
  7524. M /trunk/libee/math.c
  7525. * libee/math.c: fixed a thinko in ee_rand().
  7526. ------------------------------------------------------------------------
  7527. r40 | sam | 2003-11-09 14:32:04 +0100 (Sun, 09 Nov 2003) | 8 lines
  7528. Changed paths:
  7529. M /trunk/libee/Makefile.am
  7530. M /trunk/libee/ee.c
  7531. M /trunk/libee/ee.h
  7532. A /trunk/libee/io.c (from /trunk/libee/ee.c:37)
  7533. A /trunk/libee/math.c
  7534. M /trunk/src/Makefile.am
  7535. M /trunk/src/aliens.c
  7536. M /trunk/src/collide.c
  7537. M /trunk/src/common.h
  7538. M /trunk/src/explosions.c
  7539. M /trunk/src/main.c
  7540. D /trunk/src/math.c
  7541. M /trunk/src/starfield.c
  7542. M /trunk/src/tunnel.c
  7543. M /trunk/src/weapons.c
  7544. * libee/io.c:
  7545. + Moved ee_get_key() here.
  7546. * libee/math.c:
  7547. + Moved r00t() here and renamed it to ee_sqrt().
  7548. + Moved GET_RAND() here and renamed it to ee_rand().
  7549. * src/math.c:
  7550. + Removed this deprecated file.
  7551. ------------------------------------------------------------------------
  7552. r39 | sam | 2003-11-09 14:16:19 +0100 (Sun, 09 Nov 2003) | 2 lines
  7553. Changed paths:
  7554. M /trunk/src/aliens.c
  7555. M /trunk/src/bonus.c
  7556. M /trunk/src/box.c
  7557. M /trunk/src/ceo.c
  7558. M /trunk/src/collide.c
  7559. M /trunk/src/common.h
  7560. M /trunk/src/explosions.c
  7561. M /trunk/src/main.c
  7562. M /trunk/src/math.c
  7563. M /trunk/src/overlay.c
  7564. M /trunk/src/player.c
  7565. M /trunk/src/starfield.c
  7566. M /trunk/src/tunnel.c
  7567. M /trunk/src/weapons.c
  7568. * Coding style everywhere.
  7569. ------------------------------------------------------------------------
  7570. r38 | sam | 2003-11-09 14:02:34 +0100 (Sun, 09 Nov 2003) | 5 lines
  7571. Changed paths:
  7572. M /trunk/libee/Makefile.am
  7573. M /trunk/test/Makefile.am
  7574. A /trunk/test/demo.c
  7575. * libee/Makefile.am, test/Makefile.am:
  7576. + Added more compiler warning flags.
  7577. * test/demo.c:
  7578. + Small demo for libee.
  7579. ------------------------------------------------------------------------
  7580. r37 | sam | 2003-11-09 14:01:44 +0100 (Sun, 09 Nov 2003) | 2 lines
  7581. Changed paths:
  7582. M /trunk/libee/ee.c
  7583. * libee/ee.c: Fixed a compilation warning.
  7584. ------------------------------------------------------------------------
  7585. r36 | sam | 2003-11-09 13:48:09 +0100 (Sun, 09 Nov 2003) | 2 lines
  7586. Changed paths:
  7587. M /trunk/libee/ee.c
  7588. * libee/ee.c: Exact line fill in ee_clear().
  7589. ------------------------------------------------------------------------
  7590. r35 | sam | 2003-11-09 13:40:53 +0100 (Sun, 09 Nov 2003) | 2 lines
  7591. Changed paths:
  7592. M /trunk/libee/Makefile.am
  7593. M /trunk/libee/ee.c
  7594. A /trunk/libee/ee.h
  7595. M /trunk/src/Makefile.am
  7596. M /trunk/src/aliens.c
  7597. M /trunk/src/bonus.c
  7598. M /trunk/src/box.c
  7599. M /trunk/src/ceo.c
  7600. M /trunk/src/common.h
  7601. M /trunk/src/explosions.c
  7602. M /trunk/src/main.c
  7603. M /trunk/src/overlay.c
  7604. M /trunk/src/player.c
  7605. M /trunk/src/starfield.c
  7606. M /trunk/src/tunnel.c
  7607. M /trunk/src/weapons.c
  7608. * libee is now standalone.
  7609. ------------------------------------------------------------------------
  7610. r34 | sam | 2003-11-09 13:02:42 +0100 (Sun, 09 Nov 2003) | 2 lines
  7611. Changed paths:
  7612. M /trunk/Makefile.am
  7613. M /trunk/configure.ac
  7614. M /trunk/libee
  7615. A /trunk/libee/Makefile.am
  7616. M /trunk/src/Makefile.am
  7617. A /trunk/test
  7618. A /trunk/test/Makefile.am
  7619. * libee is now (almost) standalone.
  7620. ------------------------------------------------------------------------
  7621. r33 | sam | 2003-11-09 12:26:08 +0100 (Sun, 09 Nov 2003) | 7 lines
  7622. Changed paths:
  7623. M /trunk/doc/shapes.txt
  7624. A /trunk/libee
  7625. A /trunk/libee/ee.c (from /trunk/src/graphics.c:31)
  7626. M /trunk/src/Makefile.am
  7627. M /trunk/src/ceo.c
  7628. M /trunk/src/common.h
  7629. D /trunk/src/graphics.c
  7630. M /trunk/src/main.c
  7631. * libee/ee.c:
  7632. + First file in libee, from src/graphics.c.
  7633. + Disable cursor upon initialisation.
  7634. + Added delay code for constant framerate.
  7635. * src/common.h:
  7636. + Minor compilation fix for latest ncurses.
  7637. ------------------------------------------------------------------------
  7638. r32 | sam | 2003-11-06 22:40:53 +0100 (Thu, 06 Nov 2003) | 2 lines
  7639. Changed paths:
  7640. M /trunk/bootstrap
  7641. * bootstrap: always remove autom4te.cache.
  7642. ------------------------------------------------------------------------
  7643. r31 | sam | 2003-10-02 03:08:13 +0200 (Thu, 02 Oct 2003) | 2 lines
  7644. Changed paths:
  7645. M /trunk
  7646. M /trunk/autotools
  7647. M /trunk/bootstrap
  7648. M /trunk/configure.ac
  7649. M /trunk/debian
  7650. M /trunk/src
  7651. M /trunk/src/aliens.c
  7652. M /trunk/src/bonus.c
  7653. M /trunk/src/box.c
  7654. M /trunk/src/ceo.c
  7655. M /trunk/src/collide.c
  7656. M /trunk/src/common.h
  7657. M /trunk/src/explosions.c
  7658. M /trunk/src/graphics.c
  7659. M /trunk/src/main.c
  7660. M /trunk/src/math.c
  7661. M /trunk/src/overlay.c
  7662. M /trunk/src/player.c
  7663. M /trunk/src/starfield.c
  7664. M /trunk/src/tunnel.c
  7665. M /trunk/src/weapons.c
  7666. * Fixed keywords, ignore, and lots of tiny SVN things.
  7667. ------------------------------------------------------------------------
  7668. r30 | sam | 2003-02-09 12:17:40 +0100 (Sun, 09 Feb 2003) | 3 lines
  7669. Changed paths:
  7670. M /trunk/TODO
  7671. M /trunk/src/Makefile.am
  7672. A /trunk/src/box.c
  7673. M /trunk/src/common.h
  7674. M /trunk/src/main.c
  7675. M /trunk/src/overlay.c
  7676. * support for boxes
  7677. * application: pause box
  7678. ------------------------------------------------------------------------
  7679. r29 | sam | 2003-01-06 13:22:58 +0100 (Mon, 06 Jan 2003) | 3 lines
  7680. Changed paths:
  7681. M /trunk/TODO
  7682. M /trunk/src/collide.c
  7683. * cosmetic code changes.
  7684. * fixed a bug in the tunnel munching.
  7685. ------------------------------------------------------------------------
  7686. r28 | sam | 2002-12-23 17:44:28 +0100 (Mon, 23 Dec 2002) | 3 lines
  7687. Changed paths:
  7688. M /trunk/README
  7689. M /trunk/TODO
  7690. M /trunk/configure.ac
  7691. M /trunk/src/weapons.c
  7692. * fixed the ncurses build.
  7693. * replaced '�' with ':' in the fragbomb tail because it's not ASCII.
  7694. ------------------------------------------------------------------------
  7695. r27 | sam | 2002-12-23 17:21:38 +0100 (Mon, 23 Dec 2002) | 6 lines
  7696. Changed paths:
  7697. M /trunk/configure.ac
  7698. M /trunk/src/collide.c
  7699. M /trunk/src/common.h
  7700. M /trunk/src/graphics.c
  7701. M /trunk/src/main.c
  7702. M /trunk/src/overlay.c
  7703. M /trunk/src/player.c
  7704. * new timestamp for a new snapshot.
  7705. * lots of sanity checks in collide.c.
  7706. * moved usleep() to graphics.c.
  7707. * added random key generator in the dummy driver.
  7708. * cosmetic changes in the energy bars.
  7709. ------------------------------------------------------------------------
  7710. r26 | sam | 2002-12-23 16:06:13 +0100 (Mon, 23 Dec 2002) | 4 lines
  7711. Changed paths:
  7712. M /trunk/src/Makefile.am
  7713. M /trunk/src/common.h
  7714. M /trunk/src/main.c
  7715. A /trunk/src/overlay.c
  7716. M /trunk/src/player.c
  7717. * better handling of special weapon timeout.
  7718. * the bomb is now part of the standard fire button effect.
  7719. * overlay for life and special weapon jauges.
  7720. ------------------------------------------------------------------------
  7721. r25 | sam | 2002-12-23 14:46:27 +0100 (Mon, 23 Dec 2002) | 3 lines
  7722. Changed paths:
  7723. M /trunk/src/aliens.c
  7724. M /trunk/src/collide.c
  7725. M /trunk/src/common.h
  7726. M /trunk/src/main.c
  7727. M /trunk/src/player.c
  7728. * aliens are now named foo, bar and baz.
  7729. * beginning of life jauges.
  7730. ------------------------------------------------------------------------
  7731. r24 | sam | 2002-12-23 14:13:04 +0100 (Mon, 23 Dec 2002) | 2 lines
  7732. Changed paths:
  7733. M /trunk/src/common.h
  7734. M /trunk/src/main.c
  7735. M /trunk/src/player.c
  7736. * ship has vx and vy.
  7737. ------------------------------------------------------------------------
  7738. r23 | sam | 2002-12-23 13:47:36 +0100 (Mon, 23 Dec 2002) | 2 lines
  7739. Changed paths:
  7740. M /trunk/TODO
  7741. M /trunk/src/main.c
  7742. M /trunk/src/tunnel.c
  7743. * cosmetic change: reworked draw_tunnel.
  7744. ------------------------------------------------------------------------
  7745. r22 | sam | 2002-12-23 13:03:31 +0100 (Mon, 23 Dec 2002) | 3 lines
  7746. Changed paths:
  7747. M /trunk/src/main.c
  7748. M /trunk/src/tunnel.c
  7749. * lasers are now twice as fast.
  7750. * walls are now filled, and displayed on top of aliens.
  7751. ------------------------------------------------------------------------
  7752. r21 | sam | 2002-12-23 11:06:27 +0100 (Mon, 23 Dec 2002) | 5 lines
  7753. Changed paths:
  7754. M /trunk/configure.ac
  7755. M /trunk/src/Makefile.am
  7756. M /trunk/src/ceo.c
  7757. M /trunk/src/common.h
  7758. M /trunk/src/graphics.c
  7759. M /trunk/src/main.c
  7760. M /trunk/src/tunnel.c
  7761. * added support for --disable-slang.
  7762. * fixed an overflow in the tunnel update code.
  7763. * fragbomb is now 'f', not 'd'.
  7764. * added a missing call to init_bonus().
  7765. ------------------------------------------------------------------------
  7766. r20 | sam | 2002-12-23 10:28:37 +0100 (Mon, 23 Dec 2002) | 5 lines
  7767. Changed paths:
  7768. M /trunk/TODO
  7769. M /trunk/src/collide.c
  7770. M /trunk/src/common.h
  7771. M /trunk/src/main.c
  7772. M /trunk/src/starfield.c
  7773. M /trunk/src/tunnel.c
  7774. M /trunk/src/weapons.c
  7775. * the beam now digs the tunnel.
  7776. * the starfield is now an array of stars.
  7777. * fixed wall rendering (offset issues and disappearing left wall).
  7778. * 32 seekers on fragbomb explosion, not 16.
  7779. ------------------------------------------------------------------------
  7780. r19 | sam | 2002-12-23 00:39:15 +0100 (Mon, 23 Dec 2002) | 3 lines
  7781. Changed paths:
  7782. M /trunk/src/weapons.c
  7783. * seekers and homing bombs react more quickly.
  7784. * 16 seekers on fragbomb explosion instead of 12.
  7785. ------------------------------------------------------------------------
  7786. r18 | sam | 2002-12-23 00:01:35 +0100 (Mon, 23 Dec 2002) | 3 lines
  7787. Changed paths:
  7788. M /trunk/src/math.c
  7789. M /trunk/src/weapons.c
  7790. * fixed a segfault when the target seeker speed was zero.
  7791. * factorized the seeker generation on fragbomb explosion.
  7792. ------------------------------------------------------------------------
  7793. r17 | sam | 2002-12-22 23:36:42 +0100 (Sun, 22 Dec 2002) | 2 lines
  7794. Changed paths:
  7795. M /trunk/src/Makefile.am
  7796. M /trunk/src/common.h
  7797. A /trunk/src/math.c
  7798. M /trunk/src/weapons.c
  7799. * Removed the dependency on <math.h>. We don't need no stinking sqrt!
  7800. ------------------------------------------------------------------------
  7801. r16 | sam | 2002-12-22 23:17:41 +0100 (Sun, 22 Dec 2002) | 3 lines
  7802. Changed paths:
  7803. M /trunk/doc/shapes.txt
  7804. M /trunk/src/aliens.c
  7805. M /trunk/src/ceo.c
  7806. M /trunk/src/collide.c
  7807. M /trunk/src/common.h
  7808. M /trunk/src/main.c
  7809. M /trunk/src/weapons.c
  7810. * dead aliens don't explode in the collision loop but in their update loop.
  7811. * new super weapon, the fragmentation bomb.
  7812. ------------------------------------------------------------------------
  7813. r15 | sam | 2002-12-22 20:08:35 +0100 (Sun, 22 Dec 2002) | 2 lines
  7814. Changed paths:
  7815. M /trunk/.cvsignore
  7816. M /trunk/Makefile.am
  7817. A /trunk/autotools
  7818. A /trunk/autotools/.cvsignore
  7819. A /trunk/autotools/Makefile.am
  7820. M /trunk/bootstrap
  7821. M /trunk/configure.ac
  7822. M /trunk/debian/.cvsignore
  7823. M /trunk/src/Makefile.am
  7824. * Moved generated autotools files to the autotools/ directory.
  7825. ------------------------------------------------------------------------
  7826. r14 | sam | 2002-12-22 19:44:12 +0100 (Sun, 22 Dec 2002) | 2 lines
  7827. Changed paths:
  7828. M /trunk/src/aliens.c
  7829. M /trunk/src/bonus.c
  7830. M /trunk/src/ceo.c
  7831. M /trunk/src/collide.c
  7832. M /trunk/src/common.h
  7833. M /trunk/src/explosions.c
  7834. M /trunk/src/graphics.c
  7835. M /trunk/src/main.c
  7836. M /trunk/src/player.c
  7837. M /trunk/src/starfield.c
  7838. M /trunk/src/tunnel.c
  7839. M /trunk/src/weapons.c
  7840. * I think I fucked up the $Id tags on my previous commit.
  7841. ------------------------------------------------------------------------
  7842. r13 | sam | 2002-12-22 19:42:32 +0100 (Sun, 22 Dec 2002) | 3 lines
  7843. Changed paths:
  7844. A /trunk/COPYING
  7845. M /trunk/src/aliens.c
  7846. M /trunk/src/bonus.c
  7847. M /trunk/src/ceo.c
  7848. M /trunk/src/collide.c
  7849. M /trunk/src/common.h
  7850. M /trunk/src/explosions.c
  7851. M /trunk/src/graphics.c
  7852. M /trunk/src/main.c
  7853. M /trunk/src/player.c
  7854. M /trunk/src/starfield.c
  7855. M /trunk/src/tunnel.c
  7856. M /trunk/src/weapons.c
  7857. * added the COPYING file (GPLv2).
  7858. * added GPL headers to source files.
  7859. ------------------------------------------------------------------------
  7860. r12 | sam | 2002-12-22 19:40:36 +0100 (Sun, 22 Dec 2002) | 2 lines
  7861. Changed paths:
  7862. M /trunk/src/Makefile.am
  7863. A /trunk/src/ceo.c
  7864. M /trunk/src/common.h
  7865. M /trunk/src/main.c
  7866. * tab == hotkey for CEO alert.
  7867. ------------------------------------------------------------------------
  7868. r11 | sam | 2002-12-18 19:44:47 +0100 (Wed, 18 Dec 2002) | 2 lines
  7869. Changed paths:
  7870. M /trunk/TODO
  7871. M /trunk/doc/shapes.txt
  7872. M /trunk/src/aliens.c
  7873. * 3rd alien type.
  7874. ------------------------------------------------------------------------
  7875. r10 | sam | 2002-12-18 19:12:28 +0100 (Wed, 18 Dec 2002) | 2 lines
  7876. Changed paths:
  7877. D /trunk/Makefile
  7878. * Scrapped Makefile.
  7879. ------------------------------------------------------------------------
  7880. r9 | sam | 2002-12-18 19:11:54 +0100 (Wed, 18 Dec 2002) | 2 lines
  7881. Changed paths:
  7882. M /trunk/Makefile
  7883. A /trunk/README
  7884. A /trunk/TODO
  7885. * README and TODO files.
  7886. ------------------------------------------------------------------------
  7887. r8 | sam | 2002-12-18 14:29:31 +0100 (Wed, 18 Dec 2002) | 2 lines
  7888. Changed paths:
  7889. M /trunk/Makefile
  7890. M /trunk/configure.ac
  7891. M /trunk/doc/shapes.txt
  7892. M /trunk/src/collide.c
  7893. M /trunk/src/weapons.c
  7894. * the bomb's head is now white
  7895. ------------------------------------------------------------------------
  7896. r7 | sam | 2002-12-15 18:16:45 +0100 (Sun, 15 Dec 2002) | 3 lines
  7897. Changed paths:
  7898. M /trunk/doc/shapes.txt
  7899. M /trunk/src/aliens.c
  7900. M /trunk/src/collide.c
  7901. M /trunk/src/common.h
  7902. M /trunk/src/main.c
  7903. M /trunk/src/weapons.c
  7904. * new weapon: bomb.
  7905. * beam now collides with aliens.
  7906. ------------------------------------------------------------------------
  7907. r6 | sam | 2002-12-15 06:03:55 +0100 (Sun, 15 Dec 2002) | 2 lines
  7908. Changed paths:
  7909. M /trunk/doc/shapes.txt
  7910. M /trunk/src/common.h
  7911. M /trunk/src/main.c
  7912. M /trunk/src/weapons.c
  7913. * 'beam' weapon.
  7914. ------------------------------------------------------------------------
  7915. r5 | sam | 2002-12-15 04:41:32 +0100 (Sun, 15 Dec 2002) | 10 lines
  7916. Changed paths:
  7917. M /trunk/Makefile
  7918. M /trunk/configure.ac
  7919. M /trunk/debian/changelog
  7920. M /trunk/debian/control
  7921. M /trunk/debian/rules
  7922. M /trunk/doc/shapes.txt
  7923. M /trunk/src/Makefile.am
  7924. M /trunk/src/aliens.c
  7925. A /trunk/src/bonus.c
  7926. M /trunk/src/collide.c
  7927. M /trunk/src/common.h
  7928. M /trunk/src/explosions.c
  7929. M /trunk/src/graphics.c
  7930. M /trunk/src/main.c
  7931. M /trunk/src/player.c
  7932. M /trunk/src/starfield.c
  7933. M /trunk/src/tunnel.c
  7934. M /trunk/src/weapons.c
  7935. * real Debian package files.
  7936. * two new types of aliens. only one rules.
  7937. * removed gfx_write in favor of gfx_putchar and gfx_putstr.
  7938. * added bonuses at alien death. they do nothing yet.
  7939. * seeker missiles. 'b' to test.
  7940. * weapon resolution is now 16*char. needs to be generalized.
  7941. * fixed the supernova bugs. center could collide with the tunnel, and
  7942. the last frame was badly displayed.
  7943. * lots of cleanups everywhere.
  7944. ------------------------------------------------------------------------
  7945. r4 | sam | 2002-12-13 21:50:00 +0100 (Fri, 13 Dec 2002) | 2 lines
  7946. Changed paths:
  7947. M /trunk/.cvsignore
  7948. M /trunk/Makefile
  7949. A /trunk/Makefile.am
  7950. D /trunk/aliens.c
  7951. A /trunk/bootstrap
  7952. D /trunk/collide.c
  7953. D /trunk/common.h
  7954. A /trunk/configure.ac
  7955. A /trunk/debian
  7956. A /trunk/debian/.cvsignore
  7957. A /trunk/debian/Makefile.am
  7958. A /trunk/debian/changelog
  7959. A /trunk/debian/control
  7960. A /trunk/debian/rules
  7961. A /trunk/doc
  7962. A /trunk/doc/shapes.txt
  7963. D /trunk/explosions.c
  7964. D /trunk/graphics.c
  7965. D /trunk/main.c
  7966. D /trunk/player.c
  7967. D /trunk/shapes.txt
  7968. A /trunk/src
  7969. A /trunk/src/.cvsignore
  7970. A /trunk/src/Makefile.am
  7971. A /trunk/src/aliens.c
  7972. A /trunk/src/collide.c
  7973. A /trunk/src/common.h
  7974. A /trunk/src/explosions.c
  7975. A /trunk/src/graphics.c
  7976. A /trunk/src/main.c
  7977. A /trunk/src/player.c
  7978. A /trunk/src/starfield.c
  7979. A /trunk/src/tunnel.c
  7980. A /trunk/src/weapons.c
  7981. D /trunk/starfield.c
  7982. D /trunk/tunnel.c
  7983. D /trunk/weapons.c
  7984. * autotoolificationized the whole thing.
  7985. ------------------------------------------------------------------------
  7986. r3 | sam | 2002-12-13 20:27:16 +0100 (Fri, 13 Dec 2002) | 4 lines
  7987. Changed paths:
  7988. M /trunk/collide.c
  7989. M /trunk/common.h
  7990. M /trunk/explosions.c
  7991. M /trunk/main.c
  7992. M /trunk/player.c
  7993. M /trunk/weapons.c
  7994. * moved nuke from explosions to weapons.
  7995. * used a cool Bresenham algorithm to draw the nuke circles.
  7996. * nuke collides with aliens.
  7997. ------------------------------------------------------------------------
  7998. r2 | sam | 2002-12-13 20:24:53 +0100 (Fri, 13 Dec 2002) | 2 lines
  7999. Changed paths:
  8000. A /trunk/.cvsignore
  8001. * .cvsignore file.
  8002. ------------------------------------------------------------------------
  8003. r1 | sam | 2002-12-13 20:23:07 +0100 (Fri, 13 Dec 2002) | 3 lines
  8004. Changed paths:
  8005. A /branches
  8006. A /trunk
  8007. A /trunk/Makefile
  8008. A /trunk/aliens.c
  8009. A /trunk/collide.c
  8010. A /trunk/common.h
  8011. A /trunk/explosions.c
  8012. A /trunk/graphics.c
  8013. A /trunk/main.c
  8014. A /trunk/player.c
  8015. A /trunk/shapes.txt
  8016. A /trunk/starfield.c
  8017. A /trunk/tunnel.c
  8018. A /trunk/weapons.c
  8019. * First commit. Scrolling works, some weaponry, controls, tunnel blowing,
  8020. the nuke is still ugly, almost no collision detection. Nice demo :)
  8021. ------------------------------------------------------------------------