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.
 
 
 
 
 
 

9851 lines
318 KiB

  1. ------------------------------------------------------------------------
  2. r917 | sam | 2006-10-01 14:50:43 +0200 (Sun, 01 Oct 2006) | 2 lines
  3. Changed paths:
  4. M /trunk/cucul/export.c
  5. * Support transparency in the colour UTF-8 exporter.
  6. ------------------------------------------------------------------------
  7. r916 | sam | 2006-10-01 14:23:30 +0200 (Sun, 01 Oct 2006) | 2 lines
  8. Changed paths:
  9. M /trunk/cucul/triangle.c
  10. * Better precision in cucul_fill_triangle().
  11. ------------------------------------------------------------------------
  12. r915 | sam | 2006-10-01 13:53:35 +0200 (Sun, 01 Oct 2006) | 2 lines
  13. Changed paths:
  14. M /trunk/cucul/triangle.c
  15. * More optimisations in cucul_fill_triangle().
  16. ------------------------------------------------------------------------
  17. r914 | sam | 2006-10-01 12:47:41 +0200 (Sun, 01 Oct 2006) | 2 lines
  18. Changed paths:
  19. M /trunk/cucul/triangle.c
  20. * Optimised triangle rasteriser. Thanks to Jylam for the hints.
  21. ------------------------------------------------------------------------
  22. r913 | sam | 2006-10-01 10:53:41 +0200 (Sun, 01 Oct 2006) | 2 lines
  23. Changed paths:
  24. M /trunk/cucul/import.c
  25. * Set default background to transparent in the ANSI and UTF-8 importers.
  26. ------------------------------------------------------------------------
  27. r901 | jylam | 2006-09-30 20:56:23 +0200 (Sat, 30 Sep 2006) | 9 lines
  28. Changed paths:
  29. M /trunk/cxx/Makefile.am
  30. M /trunk/cxx/cucul++.cpp
  31. M /trunk/cxx/cucul++.h
  32. A /trunk/cxx/cxxtest.cpp
  33. * Updated C++ bindings to support every single cucul/caca functionnality. Renamed cpptest to cxxtext for consistency.
  34. --This line, and those below, will be ignored--
  35. M cxx/cucul++.cpp
  36. A cxx/cxxtest.cpp
  37. M cxx/cucul++.h
  38. M cxx/Makefile.am
  39. ------------------------------------------------------------------------
  40. r900 | sam | 2006-09-30 20:35:50 +0200 (Sat, 30 Sep 2006) | 2 lines
  41. Changed paths:
  42. M /trunk/ChangeLog
  43. M /trunk/NEWS
  44. * Updated NEWS and ChangeLog.
  45. ------------------------------------------------------------------------
  46. r899 | sam | 2006-09-30 20:25:41 +0200 (Sat, 30 Sep 2006) | 2 lines
  47. Changed paths:
  48. M /trunk/configure.ac
  49. * Set version to 0.99.beta6.
  50. ------------------------------------------------------------------------
  51. r898 | sam | 2006-09-30 20:24:10 +0200 (Sat, 30 Sep 2006) | 2 lines
  52. Changed paths:
  53. M /trunk/test/import.c
  54. * Added an optional argument to the import test to select import format.
  55. ------------------------------------------------------------------------
  56. r897 | sam | 2006-09-30 20:20:39 +0200 (Sat, 30 Sep 2006) | 3 lines
  57. Changed paths:
  58. M /trunk/src/aafire.c
  59. M /trunk/src/cacademo.c
  60. * As per user request, only display the "Powered by libcaca" banner for a
  61. few seconds at the beginning.
  62. ------------------------------------------------------------------------
  63. r896 | sam | 2006-09-30 19:49:09 +0200 (Sat, 30 Sep 2006) | 2 lines
  64. Changed paths:
  65. M /trunk/cucul/canvas.c
  66. * Fix minor memory leak in cucul_set_canvas_boundaries().
  67. ------------------------------------------------------------------------
  68. r895 | sam | 2006-09-30 19:31:16 +0200 (Sat, 30 Sep 2006) | 2 lines
  69. Changed paths:
  70. M /trunk/cucul/cucul.c
  71. * Fix minor memory leak in cucul_free_canvas().
  72. ------------------------------------------------------------------------
  73. r890 | sam | 2006-09-30 01:36:02 +0200 (Sat, 30 Sep 2006) | 2 lines
  74. Changed paths:
  75. M /trunk/cucul/canvas.c
  76. * Fixed a bug in cucul_putchar() that broke half of the Unicode set.
  77. ------------------------------------------------------------------------
  78. r889 | sam | 2006-09-30 01:34:03 +0200 (Sat, 30 Sep 2006) | 3 lines
  79. Changed paths:
  80. M /trunk/cucul/import.c
  81. * Add "utf8" import format.
  82. * Documented "text" import format.
  83. ------------------------------------------------------------------------
  84. r874 | sam | 2006-09-26 22:32:48 +0200 (Tue, 26 Sep 2006) | 2 lines
  85. Changed paths:
  86. M /trunk/cucul/cucul.c
  87. * Initialise colours to default/transparent instead of lightgray/black.
  88. ------------------------------------------------------------------------
  89. r873 | sam | 2006-09-25 18:12:17 +0200 (Mon, 25 Sep 2006) | 3 lines
  90. Changed paths:
  91. M /trunk/NEWS
  92. * Remove non-ASCII character from NEWS file because Doxygen is unable to
  93. encode it in the manpages.
  94. ------------------------------------------------------------------------
  95. r872 | sam | 2006-09-25 18:00:10 +0200 (Mon, 25 Sep 2006) | 2 lines
  96. Changed paths:
  97. M /trunk/TODO
  98. M /trunk/caca/caca.h
  99. M /trunk/cucul/dither.c
  100. M /trunk/cucul/export.c
  101. M /trunk/cucul/import.c
  102. * Fix enumeration layout in the manpage documentation.
  103. ------------------------------------------------------------------------
  104. r871 | sam | 2006-09-25 17:58:33 +0200 (Mon, 25 Sep 2006) | 3 lines
  105. Changed paths:
  106. M /trunk/doc/Makefile.am
  107. * Fucking Doxygen replaces "s with 's in manpages. And it does not even
  108. escape them. Fix that upon installation.
  109. ------------------------------------------------------------------------
  110. r870 | sam | 2006-09-23 21:07:13 +0200 (Sat, 23 Sep 2006) | 4 lines
  111. Changed paths:
  112. M /trunk/cucul/import.c
  113. * Fix a bug in the ANSI importer. We need to set the proper fg/bg colours
  114. before calling cucul_set_canvas_size(), otherwise it'll fill the new area
  115. with the current values.
  116. ------------------------------------------------------------------------
  117. r869 | sam | 2006-09-23 09:36:54 +0200 (Sat, 23 Sep 2006) | 2 lines
  118. Changed paths:
  119. M /trunk/TODO
  120. * Updated TODO.
  121. ------------------------------------------------------------------------
  122. r868 | sam | 2006-09-23 03:55:29 +0200 (Sat, 23 Sep 2006) | 2 lines
  123. Changed paths:
  124. M /trunk/ChangeLog
  125. M /trunk/NEWS
  126. * Updated NEWS and ChangeLog.
  127. ------------------------------------------------------------------------
  128. r867 | sam | 2006-09-23 03:48:10 +0200 (Sat, 23 Sep 2006) | 2 lines
  129. Changed paths:
  130. M /trunk/doc/Makefile.am
  131. M /trunk/doc/cacafire.1
  132. * Update the cacademo manpage to reflect the merge.
  133. ------------------------------------------------------------------------
  134. r866 | sam | 2006-09-23 03:28:49 +0200 (Sat, 23 Sep 2006) | 2 lines
  135. Changed paths:
  136. M /trunk/cucul/colour.c
  137. M /trunk/cucul/cucul.h
  138. * Implemented cucul_get_color().
  139. ------------------------------------------------------------------------
  140. r865 | sam | 2006-09-23 03:18:49 +0200 (Sat, 23 Sep 2006) | 2 lines
  141. Changed paths:
  142. M /trunk/cucul/canvas.c
  143. * Fixed chcul_getchar's error behaviour.
  144. ------------------------------------------------------------------------
  145. r864 | sam | 2006-09-23 03:10:15 +0200 (Sat, 23 Sep 2006) | 2 lines
  146. Changed paths:
  147. M /trunk/configure.ac
  148. * Update versioning.
  149. ------------------------------------------------------------------------
  150. r863 | sam | 2006-09-23 02:59:47 +0200 (Sat, 23 Sep 2006) | 2 lines
  151. Changed paths:
  152. M /trunk/cucul/export.c
  153. * Handle transparency in the IRC export.
  154. ------------------------------------------------------------------------
  155. r862 | sam | 2006-09-23 02:55:42 +0200 (Sat, 23 Sep 2006) | 2 lines
  156. Changed paths:
  157. M /trunk/cucul/cucul.c
  158. * When resizing a canvas, use the current fg/bg colours to fill holes.
  159. ------------------------------------------------------------------------
  160. r861 | sam | 2006-09-23 01:26:56 +0200 (Sat, 23 Sep 2006) | 2 lines
  161. Changed paths:
  162. M /trunk/configure.ac
  163. M /trunk/test
  164. M /trunk/test/Makefile.am
  165. D /trunk/test/toilet.c
  166. * Remove toilet from the libcaca source, it'll be moved to its own repo.
  167. ------------------------------------------------------------------------
  168. r860 | sam | 2006-09-22 02:27:13 +0200 (Fri, 22 Sep 2006) | 2 lines
  169. Changed paths:
  170. M /trunk/test/toilet.c
  171. * Autocrop toilet output.
  172. ------------------------------------------------------------------------
  173. r859 | sam | 2006-09-22 02:20:06 +0200 (Fri, 22 Sep 2006) | 2 lines
  174. Changed paths:
  175. M /trunk/cucul/canvas.c
  176. M /trunk/cucul/cucul.h
  177. * Implement cucul_set_canvas_boundaries() for cropping and expanding.
  178. ------------------------------------------------------------------------
  179. r858 | sam | 2006-09-22 00:36:00 +0200 (Fri, 22 Sep 2006) | 2 lines
  180. Changed paths:
  181. M /trunk/cucul/export.c
  182. * Really export IRC as UTF-8, as advertised in the documentation.
  183. ------------------------------------------------------------------------
  184. r857 | sam | 2006-09-21 23:30:50 +0200 (Thu, 21 Sep 2006) | 3 lines
  185. Changed paths:
  186. M /trunk/test/toilet.c
  187. * Handle UTF-8 in TOIlet.
  188. * Add a --irc flag to TOIlet.
  189. ------------------------------------------------------------------------
  190. r856 | sam | 2006-09-21 21:54:54 +0200 (Thu, 21 Sep 2006) | 2 lines
  191. Changed paths:
  192. M /trunk/test/toilet.c
  193. * Support for platforms without <getopt.h> in TOIlet.
  194. ------------------------------------------------------------------------
  195. r855 | sam | 2006-09-21 19:32:27 +0200 (Thu, 21 Sep 2006) | 2 lines
  196. Changed paths:
  197. M /trunk/test/Makefile.am
  198. M /trunk/test/toilet.c
  199. * Added getopt support to toilet.
  200. ------------------------------------------------------------------------
  201. r854 | sam | 2006-09-21 18:59:23 +0200 (Thu, 21 Sep 2006) | 2 lines
  202. Changed paths:
  203. M /trunk/configure.ac
  204. * Check for <getopt.h> and getopt_long.
  205. ------------------------------------------------------------------------
  206. r853 | sam | 2006-09-20 18:31:12 +0200 (Wed, 20 Sep 2006) | 2 lines
  207. Changed paths:
  208. M /trunk/test
  209. M /trunk/test/Makefile.am
  210. A /trunk/test/toilet.c
  211. * TOIlet, The Other Implementation's letters. Will be a FIGlet clone. Later.
  212. ------------------------------------------------------------------------
  213. r852 | sam | 2006-09-19 21:11:33 +0200 (Tue, 19 Sep 2006) | 2 lines
  214. Changed paths:
  215. M /trunk/caca/driver_gl.c
  216. M /trunk/cucul/font.c
  217. * Ahahaha mais vieux porc ! Tiens, mange-toi ce fix.
  218. ------------------------------------------------------------------------
  219. r851 | jylam | 2006-09-19 21:06:04 +0200 (Tue, 19 Sep 2006) | 2 lines
  220. Changed paths:
  221. M /trunk/caca/driver_gl.c
  222. * Oops \o/
  223. ------------------------------------------------------------------------
  224. r850 | jylam | 2006-09-19 21:04:29 +0200 (Tue, 19 Sep 2006) | 2 lines
  225. Changed paths:
  226. M /trunk/caca/driver_gl.c
  227. * REAL fix
  228. ------------------------------------------------------------------------
  229. r849 | sam | 2006-09-19 21:00:40 +0200 (Tue, 19 Sep 2006) | 2 lines
  230. Changed paths:
  231. M /trunk/caca/driver_gl.c
  232. * More long int -> int32 casts to fix the GL driver on 64-bit arches.
  233. ------------------------------------------------------------------------
  234. r848 | sam | 2006-09-19 20:47:39 +0200 (Tue, 19 Sep 2006) | 2 lines
  235. Changed paths:
  236. M /trunk/caca/driver_gl.c
  237. M /trunk/cucul/font.c
  238. * Hopefully fix 64-bit bug.
  239. ------------------------------------------------------------------------
  240. r847 | jylam | 2006-09-19 20:40:09 +0200 (Tue, 19 Sep 2006) | 2 lines
  241. Changed paths:
  242. M /trunk/caca/driver_gl.c
  243. M /trunk/cucul/font.c
  244. * Ugly workaround in OpenGL driver for IA64 platform, unicode still does not work, thought.
  245. ------------------------------------------------------------------------
  246. r846 | sam | 2006-09-19 18:07:13 +0200 (Tue, 19 Sep 2006) | 3 lines
  247. Changed paths:
  248. M /trunk/cucul/canvas.c
  249. M /trunk/cucul/cucul.h
  250. * Implemented cucul_getchar(). Useful because you don’t necessarily know
  251. what you are importing.
  252. ------------------------------------------------------------------------
  253. r845 | sam | 2006-09-19 10:26:43 +0200 (Tue, 19 Sep 2006) | 2 lines
  254. Changed paths:
  255. M /trunk/kernel/kernel.c
  256. M /trunk/kernel/kernel.h
  257. * Added an fprintf stub to the kernel.
  258. ------------------------------------------------------------------------
  259. r844 | sam | 2006-09-19 10:18:32 +0200 (Tue, 19 Sep 2006) | 2 lines
  260. Changed paths:
  261. M /trunk/caca/driver_gl.c
  262. * Optimised memory usage in the GL driver and added a few comments.
  263. ------------------------------------------------------------------------
  264. r843 | jylam | 2006-09-19 10:04:38 +0200 (Tue, 19 Sep 2006) | 5 lines
  265. Changed paths:
  266. M /trunk/caca/driver_gl.c
  267. * Fixed compilation warning, and ....
  268. AHAHAHAHAHAHAHA GL DRIVER IS B0RKEN YOU SMELLY GOATS ! (no time to fix it, thought)
  269. ------------------------------------------------------------------------
  270. r842 | sam | 2006-09-19 02:02:59 +0200 (Tue, 19 Sep 2006) | 2 lines
  271. Changed paths:
  272. M /trunk/cucul/cucul.h
  273. M /trunk/cucul/font.c
  274. * Got rid of cucul_render_glyph(). Ahahahaha.
  275. ------------------------------------------------------------------------
  276. r841 | sam | 2006-09-19 02:01:26 +0200 (Tue, 19 Sep 2006) | 2 lines
  277. Changed paths:
  278. M /trunk/caca/driver_gl.c
  279. * Use cucul_render_canvas() instead of cucul_render_glyph() in the GL driver.
  280. ------------------------------------------------------------------------
  281. r840 | sam | 2006-09-19 00:32:25 +0200 (Tue, 19 Sep 2006) | 2 lines
  282. Changed paths:
  283. M /trunk/caca/driver_gl.c
  284. * Full Unicode support in the GL driver.
  285. ------------------------------------------------------------------------
  286. r839 | sam | 2006-09-19 00:29:20 +0200 (Tue, 19 Sep 2006) | 2 lines
  287. Changed paths:
  288. M /trunk/cucul/font.c
  289. * Oops, fixed typo in cucul_get_font_blocks().
  290. ------------------------------------------------------------------------
  291. r838 | sam | 2006-09-18 19:40:35 +0200 (Mon, 18 Sep 2006) | 2 lines
  292. Changed paths:
  293. M /trunk/cucul/cucul.h
  294. M /trunk/cucul/font.c
  295. * Implemented cucul_get_font_blocks() to export the list of available glyphs.
  296. ------------------------------------------------------------------------
  297. r837 | sam | 2006-09-18 09:31:31 +0200 (Mon, 18 Sep 2006) | 2 lines
  298. Changed paths:
  299. M /trunk/configure.ac
  300. * Remove useless -I../kernel/ from CFLAGS.
  301. ------------------------------------------------------------------------
  302. r836 | sam | 2006-09-18 09:30:14 +0200 (Mon, 18 Sep 2006) | 2 lines
  303. Changed paths:
  304. M /trunk/build-kernel
  305. * Fix the kernel build rules.
  306. ------------------------------------------------------------------------
  307. r835 | sam | 2006-09-18 09:20:06 +0200 (Mon, 18 Sep 2006) | 3 lines
  308. Changed paths:
  309. M /trunk/caca/caca.c
  310. M /trunk/caca/driver_raw.c
  311. M /trunk/caca/driver_vga.c
  312. * Do not build the raw output in kernel mode.
  313. * Fix cucul_utf32_to_cp437() call in the VGA output.
  314. ------------------------------------------------------------------------
  315. r834 | sam | 2006-09-18 09:11:43 +0200 (Mon, 18 Sep 2006) | 2 lines
  316. Changed paths:
  317. M /trunk/kernel/kernel.c
  318. M /trunk/kernel/kernel.h
  319. * Fixed memcmp() prototype and implementation.
  320. ------------------------------------------------------------------------
  321. r833 | sam | 2006-09-18 08:59:48 +0200 (Mon, 18 Sep 2006) | 2 lines
  322. Changed paths:
  323. M /trunk/cucul/cucul.c
  324. M /trunk/kernel/kernel.c
  325. M /trunk/kernel/kernel.h
  326. * Added errno support to the kernel.
  327. ------------------------------------------------------------------------
  328. r832 | jylam | 2006-09-17 15:36:13 +0200 (Sun, 17 Sep 2006) | 2 lines
  329. Changed paths:
  330. M /trunk/DotNet/Caca.cs
  331. M /trunk/DotNet/test.cs
  332. * Updated .Net bindings
  333. ------------------------------------------------------------------------
  334. r831 | jylam | 2006-09-17 15:15:12 +0200 (Sun, 17 Sep 2006) | 2 lines
  335. Changed paths:
  336. M /trunk/README
  337. M /trunk/caca/driver_gl.c
  338. * Updated README, just to say my coding style is just perfect, sam is too pedantic.
  339. ------------------------------------------------------------------------
  340. r830 | sam | 2006-09-17 14:58:12 +0200 (Sun, 17 Sep 2006) | 2 lines
  341. Changed paths:
  342. M /trunk/kernel/kernel.c
  343. M /trunk/src/cacaview.c
  344. M /trunk/src/img2irc.c
  345. * A few coding style fixes.
  346. ------------------------------------------------------------------------
  347. r829 | jylam | 2006-09-17 14:44:18 +0200 (Sun, 17 Sep 2006) | 2 lines
  348. Changed paths:
  349. M /trunk/caca/driver_vga.c
  350. M /trunk/common.h
  351. M /trunk/configure.ac
  352. M /trunk/cucul/buffer.c
  353. M /trunk/cucul/cucul.c
  354. M /trunk/kernel/kernel.c
  355. M /trunk/kernel/kernel.h
  356. M /trunk/src/Makefile.am
  357. M /trunk/src/cacadraw.c
  358. M /trunk/src/cacaplay.c
  359. M /trunk/src/cacaview.c
  360. M /trunk/src/common-image.c
  361. M /trunk/src/img2irc.c
  362. M /trunk/test/demo.c
  363. M /trunk/test/demo0.c
  364. M /trunk/test/dithering.c
  365. M /trunk/test/event.c
  366. M /trunk/test/export.c
  367. M /trunk/test/font.c
  368. M /trunk/test/font2tga.c
  369. M /trunk/test/frames.c
  370. M /trunk/test/gamma.c
  371. M /trunk/test/hsv.c
  372. M /trunk/test/import.c
  373. M /trunk/test/input.c
  374. M /trunk/test/spritedit.c
  375. M /trunk/test/text.c
  376. M /trunk/test/transform.c
  377. M /trunk/test/truecolor.c
  378. M /trunk/test/unicode.c
  379. M /trunk/tools/optipal.c
  380. * Updated kernel 'driver', still not working, but most of the work is done
  381. ------------------------------------------------------------------------
  382. r828 | sam | 2006-09-17 13:39:22 +0200 (Sun, 17 Sep 2006) | 2 lines
  383. Changed paths:
  384. M /trunk/TODO
  385. * Minor TODO update.
  386. ------------------------------------------------------------------------
  387. r827 | sam | 2006-09-17 13:10:49 +0200 (Sun, 17 Sep 2006) | 2 lines
  388. Changed paths:
  389. M /trunk/cucul/font.c
  390. * Minor documentation fix (testing the buildbot, actually).
  391. ------------------------------------------------------------------------
  392. r826 | jylam | 2006-09-17 12:54:23 +0200 (Sun, 17 Sep 2006) | 2 lines
  393. Changed paths:
  394. M /trunk/caca/driver_gl.c
  395. M /trunk/cucul/font.c
  396. * Updated documentation, removed warning in cucul_render_glyph(), minor optimisation in driver_gl
  397. ------------------------------------------------------------------------
  398. r825 | sam | 2006-09-17 03:12:28 +0200 (Sun, 17 Sep 2006) | 2 lines
  399. Changed paths:
  400. M /trunk/caca/driver_gl.c
  401. * Coding style (ahaha vieux porc).
  402. ------------------------------------------------------------------------
  403. r824 | sam | 2006-09-17 02:53:48 +0200 (Sun, 17 Sep 2006) | 2 lines
  404. Changed paths:
  405. M /trunk/src/cacademo.c
  406. * Got rid of OFFSET_X and OFFSET_Y.
  407. ------------------------------------------------------------------------
  408. r823 | sam | 2006-09-17 02:48:30 +0200 (Sun, 17 Sep 2006) | 2 lines
  409. Changed paths:
  410. M /trunk/src/cacademo.c
  411. * More cleanup in cacademo.c.
  412. ------------------------------------------------------------------------
  413. r822 | sam | 2006-09-17 02:32:23 +0200 (Sun, 17 Sep 2006) | 2 lines
  414. Changed paths:
  415. M /trunk/src/cacademo.c
  416. * Cosmetic changes to cacademo.
  417. ------------------------------------------------------------------------
  418. r821 | sam | 2006-09-17 02:11:29 +0200 (Sun, 17 Sep 2006) | 2 lines
  419. Changed paths:
  420. M /trunk/src/cacademo.c
  421. * Factored the star code (vieux porc).
  422. ------------------------------------------------------------------------
  423. r820 | sam | 2006-09-17 02:02:31 +0200 (Sun, 17 Sep 2006) | 3 lines
  424. Changed paths:
  425. M /trunk/caca/driver_gl.c
  426. M /trunk/cucul/cucul.h
  427. M /trunk/cucul/font.c
  428. * Fixed cucul_render_glyph(). There is no way this could have ever possibly
  429. worked properly.
  430. ------------------------------------------------------------------------
  431. r819 | sam | 2006-09-17 01:34:18 +0200 (Sun, 17 Sep 2006) | 2 lines
  432. Changed paths:
  433. M /trunk/src/cacademo.c
  434. * Moved transition data to the function.
  435. ------------------------------------------------------------------------
  436. r818 | jylam | 2006-09-16 23:27:59 +0200 (Sat, 16 Sep 2006) | 2 lines
  437. Changed paths:
  438. M /trunk/src/cacademo.c
  439. * Added nifty rotation to our 80's star.
  440. ------------------------------------------------------------------------
  441. r817 | sam | 2006-09-16 23:08:11 +0200 (Sat, 16 Sep 2006) | 2 lines
  442. Changed paths:
  443. M /trunk/cucul/triangle.c
  444. * Fixing precision.
  445. ------------------------------------------------------------------------
  446. r816 | jylam | 2006-09-16 23:00:46 +0200 (Sat, 16 Sep 2006) | 2 lines
  447. Changed paths:
  448. M /trunk/cucul/triangle.c
  449. * Fixed triangle routine so that it fits perfectly from one side to the other one (I know, that's no clear)
  450. ------------------------------------------------------------------------
  451. r815 | jylam | 2006-09-16 22:48:31 +0200 (Sat, 16 Sep 2006) | 2 lines
  452. Changed paths:
  453. M /trunk/src/cacademo.c
  454. * Added much disco transition (ellipses suck). YMCA \o/
  455. ------------------------------------------------------------------------
  456. r814 | sam | 2006-09-16 19:15:11 +0200 (Sat, 16 Sep 2006) | 2 lines
  457. Changed paths:
  458. M /trunk/caca/driver_slang.c
  459. * Fix compilation warning in the slang driver.
  460. ------------------------------------------------------------------------
  461. r813 | sam | 2006-09-16 18:01:48 +0200 (Sat, 16 Sep 2006) | 3 lines
  462. Changed paths:
  463. M /trunk/src/cacademo.c
  464. * Smooth transitions between effects in cacademo. Press 'n' to switch
  465. immediately to the next transition.
  466. ------------------------------------------------------------------------
  467. r812 | sam | 2006-09-16 17:46:30 +0200 (Sat, 16 Sep 2006) | 2 lines
  468. Changed paths:
  469. M /trunk/test/gamma.c
  470. * Fix badly initialised data in the gamma test.
  471. ------------------------------------------------------------------------
  472. r811 | sam | 2006-09-16 17:06:09 +0200 (Sat, 16 Sep 2006) | 3 lines
  473. Changed paths:
  474. M /trunk/src/cacademo.c
  475. M /trunk/test
  476. M /trunk/test/Makefile.am
  477. D /trunk/test/matrix.c
  478. * Moved the matrix effect test into cacademo. Removed the motion sensor
  479. stuff, it's cool but it's crap.
  480. ------------------------------------------------------------------------
  481. r810 | jylam | 2006-09-16 15:26:51 +0200 (Sat, 16 Sep 2006) | 2 lines
  482. Changed paths:
  483. M /trunk/test/matrix.c
  484. * AHAHAHA FILTHY PIG, init sensors values to 0, in case there's no sensor at all
  485. ------------------------------------------------------------------------
  486. r809 | jylam | 2006-09-16 15:19:23 +0200 (Sat, 16 Sep 2006) | 2 lines
  487. Changed paths:
  488. M /trunk/caca/driver_gl.c
  489. * Fixed truecolor bug in OpenGL driver.
  490. ------------------------------------------------------------------------
  491. r808 | sam | 2006-09-16 15:12:11 +0200 (Sat, 16 Sep 2006) | 2 lines
  492. Changed paths:
  493. M /trunk/src/cacademo.c
  494. * Factor most of the cacademo code.
  495. ------------------------------------------------------------------------
  496. r807 | sam | 2006-09-16 14:57:41 +0200 (Sat, 16 Sep 2006) | 3 lines
  497. Changed paths:
  498. M /trunk/src/cacademo.c
  499. * Ahaha old pig, you could have factored the 1.0 + as well, and you forgot
  500. to cast the int to double in the sin() call. (:@ gruik!
  501. ------------------------------------------------------------------------
  502. r806 | jylam | 2006-09-16 14:47:55 +0200 (Sat, 16 Sep 2006) | 2 lines
  503. Changed paths:
  504. M /trunk/src/cacademo.c
  505. * hey, ***I*** found a factorisation bug in cacaballs !
  506. ------------------------------------------------------------------------
  507. r805 | jylam | 2006-09-16 14:40:37 +0200 (Sat, 16 Sep 2006) | 2 lines
  508. Changed paths:
  509. M /trunk/caca/driver_gl.c
  510. M /trunk/cucul/cucul.h
  511. M /trunk/cucul/font.c
  512. * OpenGL builtin font support
  513. ------------------------------------------------------------------------
  514. r804 | sam | 2006-09-16 11:45:03 +0200 (Sat, 16 Sep 2006) | 2 lines
  515. Changed paths:
  516. M /trunk/src
  517. M /trunk/src/Makefile.am
  518. D /trunk/src/cacaball.c
  519. A /trunk/src/cacademo.c (from /trunk/src/cacaplas.c:802)
  520. D /trunk/src/cacamoir.c
  521. D /trunk/src/cacaplas.c
  522. * Merge cacamoir, cacaball and cacaplas into cacademo. No code cleanup yet.
  523. ------------------------------------------------------------------------
  524. r803 | sam | 2006-09-16 11:43:36 +0200 (Sat, 16 Sep 2006) | 3 lines
  525. Changed paths:
  526. M /trunk/cucul/cucul.c
  527. * Initialize random seed to getpid()+time(NULL) so that the user does not
  528. have to do it.
  529. ------------------------------------------------------------------------
  530. r802 | sam | 2006-09-09 19:58:57 +0200 (Sat, 09 Sep 2006) | 3 lines
  531. Changed paths:
  532. M /trunk/ChangeLog
  533. M /trunk/NEWS
  534. M /trunk/configure.ac
  535. * Updated ChangeLog and NEWS.
  536. * 0.99.beta4 release.
  537. ------------------------------------------------------------------------
  538. r801 | sam | 2006-09-09 19:54:06 +0200 (Sat, 09 Sep 2006) | 2 lines
  539. Changed paths:
  540. M /trunk/doc/Makefile.am
  541. * Replace 'man3caca' with 'man3' in generated manpages.
  542. ------------------------------------------------------------------------
  543. r800 | sam | 2006-09-09 19:52:54 +0200 (Sat, 09 Sep 2006) | 2 lines
  544. Changed paths:
  545. M /trunk/test/demo0.c
  546. * Fix dithering handling in demo0.c.
  547. ------------------------------------------------------------------------
  548. r799 | sam | 2006-09-09 19:31:43 +0200 (Sat, 09 Sep 2006) | 2 lines
  549. Changed paths:
  550. M /trunk/caca-config.in
  551. * Do not output unnecessary libraries in caca-output config.
  552. ------------------------------------------------------------------------
  553. r798 | sam | 2006-09-09 19:20:32 +0200 (Sat, 09 Sep 2006) | 2 lines
  554. Changed paths:
  555. M /trunk/doc/migrating.dox
  556. * Oops, thinko in the migration doc.
  557. ------------------------------------------------------------------------
  558. r797 | sam | 2006-09-09 19:02:30 +0200 (Sat, 09 Sep 2006) | 3 lines
  559. Changed paths:
  560. M /trunk/doc/migrating.dox
  561. * Updated the migration documentation so that it mentions the <caca0.h>
  562. compatibility layer.
  563. ------------------------------------------------------------------------
  564. r796 | sam | 2006-09-09 18:53:13 +0200 (Sat, 09 Sep 2006) | 3 lines
  565. Changed paths:
  566. M /trunk/caca/caca0.c
  567. M /trunk/caca/caca0.h
  568. * Made features (such as dithering mode) and caca_sqrt work in the legacy
  569. 0.x glue code.
  570. ------------------------------------------------------------------------
  571. r795 | sam | 2006-09-09 17:40:16 +0200 (Sat, 09 Sep 2006) | 3 lines
  572. Changed paths:
  573. M /trunk/test
  574. M /trunk/test/Makefile.am
  575. A /trunk/test/demo0.c
  576. * Added demo0.c, which is basically the old libcaca-0.9 demo.c file, as a
  577. test for the <caca0.h> emulation layer.
  578. ------------------------------------------------------------------------
  579. r794 | sam | 2006-09-09 17:38:06 +0200 (Sat, 09 Sep 2006) | 8 lines
  580. Changed paths:
  581. M /trunk/caca/Makefile.am
  582. A /trunk/caca/caca0.c
  583. A /trunk/caca/caca0.h
  584. * Added an emulation layer for pre-1.0 libcaca API. Legacy applications
  585. just need to include <caca0.h> instead of <caca.h> and should be source-
  586. compatible with old versions of libcaca.
  587. Most of the old API works, except features and caca_sqrt(). Sprites do
  588. work API-wise but due to the new format they are no longer working in
  589. the same way.
  590. ------------------------------------------------------------------------
  591. r793 | sam | 2006-09-09 16:52:05 +0200 (Sat, 09 Sep 2006) | 2 lines
  592. Changed paths:
  593. M /trunk/test/export.c
  594. * Fix a crash in export.c with unknown file formats.
  595. ------------------------------------------------------------------------
  596. r792 | sam | 2006-08-30 23:30:29 +0200 (Wed, 30 Aug 2006) | 2 lines
  597. Changed paths:
  598. M /trunk/cucul/transform.c
  599. * U+214B TURNED AMPERSAND
  600. ------------------------------------------------------------------------
  601. r791 | sam | 2006-08-25 12:22:57 +0200 (Fri, 25 Aug 2006) | 3 lines
  602. Changed paths:
  603. M /trunk/ChangeLog
  604. M /trunk/NEWS
  605. M /trunk/configure.ac
  606. * Updated ChangeLog and NEWS.
  607. * 0.99.beta3 release.
  608. ------------------------------------------------------------------------
  609. r790 | sam | 2006-08-25 12:16:53 +0200 (Fri, 25 Aug 2006) | 3 lines
  610. Changed paths:
  611. M /trunk/ChangeLog
  612. M /trunk/Makefile.am
  613. M /trunk/configure.ac
  614. D /trunk/debian
  615. * Removed debian packaging stuff from the trunk. It'll now be at
  616. svn://svn.debian.org/svn/sam-hocevar/pkg-misc
  617. ------------------------------------------------------------------------
  618. r789 | sam | 2006-08-13 19:30:34 +0200 (Sun, 13 Aug 2006) | 2 lines
  619. Changed paths:
  620. M /trunk/caca/driver_gl.c
  621. * Factored some of the GL code.
  622. ------------------------------------------------------------------------
  623. r788 | sam | 2006-08-02 15:15:52 +0200 (Wed, 02 Aug 2006) | 2 lines
  624. Changed paths:
  625. M /trunk/test
  626. M /trunk/test/matrix.c
  627. * A few changes to the matrix program. I do not plan to maintain it.
  628. ------------------------------------------------------------------------
  629. r787 | sam | 2006-08-02 15:12:43 +0200 (Wed, 02 Aug 2006) | 3 lines
  630. Changed paths:
  631. M /trunk/caca/caca.c
  632. M /trunk/caca/caca.h
  633. M /trunk/caca/driver_conio.c
  634. M /trunk/caca/driver_ncurses.c
  635. M /trunk/caca/driver_raw.c
  636. M /trunk/caca/driver_slang.c
  637. M /trunk/caca/driver_vga.c
  638. M /trunk/caca/event.c
  639. M /trunk/caca/graphics.c
  640. * Fixed libcaca prototypes so that all functions use the errno mechanism
  641. and return a value.
  642. ------------------------------------------------------------------------
  643. r786 | sam | 2006-08-02 15:11:39 +0200 (Wed, 02 Aug 2006) | 2 lines
  644. Changed paths:
  645. M /trunk/cucul/cucul.c
  646. * Fixed cucul_create_canvas()'s documentation.
  647. ------------------------------------------------------------------------
  648. r785 | sam | 2006-07-21 10:19:29 +0200 (Fri, 21 Jul 2006) | 3 lines
  649. Changed paths:
  650. M /trunk/cucul/dither.c
  651. * Fixed typos in cucul/dither.c that prevented using ordered dither modes,
  652. thanks to Sean D'Epagnier.
  653. ------------------------------------------------------------------------
  654. r784 | jylam | 2006-06-10 13:35:18 +0200 (Sat, 10 Jun 2006) | 2 lines
  655. Changed paths:
  656. M /trunk/cxx/caca++.cpp
  657. M /trunk/cxx/caca++.h
  658. M /trunk/cxx/cpptest.cpp
  659. * Updated C++ bindings
  660. ------------------------------------------------------------------------
  661. r783 | sam | 2006-06-10 13:04:21 +0200 (Sat, 10 Jun 2006) | 3 lines
  662. Changed paths:
  663. M /trunk/debian/control
  664. * Fix debian package dependencies; -dev packages didn't pull their library
  665. dependencies. Of course.
  666. ------------------------------------------------------------------------
  667. r782 | sam | 2006-05-31 16:33:48 +0200 (Wed, 31 May 2006) | 2 lines
  668. Changed paths:
  669. M /trunk/test/matrix.c
  670. * Fixed matrix.c for non-Thinkpad computers.
  671. ------------------------------------------------------------------------
  672. r781 | sam | 2006-05-31 16:08:58 +0200 (Wed, 31 May 2006) | 2 lines
  673. Changed paths:
  674. M /trunk/configure.ac
  675. * Fix a build failure when X11R7 is available but OpenGL isn't.
  676. ------------------------------------------------------------------------
  677. r780 | sam | 2006-05-31 14:18:23 +0200 (Wed, 31 May 2006) | 3 lines
  678. Changed paths:
  679. M /trunk/test/Makefile.am
  680. A /trunk/test/matrix.c
  681. * Small matrix effect. Totally useless. Unless you have a Thinkpad, in
  682. which case it is massively useless.
  683. ------------------------------------------------------------------------
  684. r779 | sam | 2006-05-29 00:19:10 +0200 (Mon, 29 May 2006) | 3 lines
  685. Changed paths:
  686. M /trunk/ChangeLog
  687. M /trunk/NEWS
  688. M /trunk/configure.ac
  689. M /trunk/debian/changelog
  690. * Updated ChangeLog and NEWS.
  691. * 0.99.beta2 release.
  692. ------------------------------------------------------------------------
  693. r778 | sam | 2006-05-26 09:43:41 +0200 (Fri, 26 May 2006) | 2 lines
  694. Changed paths:
  695. M /trunk/debian/caca-utils.install
  696. M /trunk/debian/libcucul-dev.install
  697. * Updated the Debian build scripts.
  698. ------------------------------------------------------------------------
  699. r777 | sam | 2006-05-26 09:01:10 +0200 (Fri, 26 May 2006) | 2 lines
  700. Changed paths:
  701. M /trunk/cucul/canvas.c
  702. * Fixed an out of bounds bug in cucul_blit().
  703. ------------------------------------------------------------------------
  704. r776 | sam | 2006-05-26 09:00:34 +0200 (Fri, 26 May 2006) | 2 lines
  705. Changed paths:
  706. M /trunk/caca-config.in
  707. * Removed legacy CUCUL_LIBS from caca-config.
  708. ------------------------------------------------------------------------
  709. r775 | sam | 2006-05-26 09:00:04 +0200 (Fri, 26 May 2006) | 3 lines
  710. Changed paths:
  711. M /trunk/caca/driver_ncurses.c
  712. M /trunk/caca/driver_slang.c
  713. * UTF-8 input support for ncurses.
  714. * Hack for 16-color support in xfce4-terminal for both ncurses and slang.
  715. ------------------------------------------------------------------------
  716. r774 | sam | 2006-05-26 08:59:11 +0200 (Fri, 26 May 2006) | 2 lines
  717. Changed paths:
  718. M /trunk/caca/graphics.c
  719. * Reduced IDLE_USEC by half. Today's machines are fast :-)
  720. ------------------------------------------------------------------------
  721. r773 | sam | 2006-05-26 00:32:03 +0200 (Fri, 26 May 2006) | 3 lines
  722. Changed paths:
  723. M /trunk/caca/caca.c
  724. M /trunk/caca/driver_ncurses.c
  725. M /trunk/configure.ac
  726. * Fixed UTF-8 support in ncurses.
  727. * Set ncurses's priority higher than slang.
  728. ------------------------------------------------------------------------
  729. r772 | sam | 2006-05-25 22:01:30 +0200 (Thu, 25 May 2006) | 2 lines
  730. Changed paths:
  731. M /trunk/TODO
  732. * Updated TODO list.
  733. ------------------------------------------------------------------------
  734. r771 | sam | 2006-05-25 22:01:10 +0200 (Thu, 25 May 2006) | 3 lines
  735. Changed paths:
  736. M /trunk/caca/driver_slang.c
  737. M /trunk/cucul/box.c
  738. M /trunk/cucul/canvas.c
  739. M /trunk/cucul/charset.c
  740. M /trunk/cucul/conic.c
  741. M /trunk/cucul/cucul.h
  742. M /trunk/cucul/line.c
  743. M /trunk/cucul/triangle.c
  744. * Have cucul_utf8_to_utf32 write how many bytes it read.
  745. * Use that in the SLang driver so that it supports UTF-8 input.
  746. ------------------------------------------------------------------------
  747. r770 | sam | 2006-05-25 21:59:35 +0200 (Thu, 25 May 2006) | 3 lines
  748. Changed paths:
  749. M /trunk/cucul/export.c
  750. * Fix warnings in a few exporters. Do not assume %d accepts uint32_t without
  751. an explicit cast.
  752. ------------------------------------------------------------------------
  753. r769 | sam | 2006-05-25 21:58:21 +0200 (Thu, 25 May 2006) | 4 lines
  754. Changed paths:
  755. M /trunk/caca/caca.c
  756. M /trunk/caca/driver_ncurses.c
  757. M /trunk/test/colors.c
  758. M /trunk/test/input.c
  759. * Minor cosmetic changes in the test programs.
  760. * Code enhancements in the ncurses driver.
  761. * Added a comment to explain why slang has a higher priority than ncurses.
  762. ------------------------------------------------------------------------
  763. r768 | sam | 2006-05-25 21:56:55 +0200 (Thu, 25 May 2006) | 2 lines
  764. Changed paths:
  765. M /trunk/caca/driver_conio.c
  766. * Fixed the DOS build.
  767. ------------------------------------------------------------------------
  768. r767 | sam | 2006-05-25 21:56:03 +0200 (Thu, 25 May 2006) | 2 lines
  769. Changed paths:
  770. M /trunk/caca/caca_internals.h
  771. * Minor cosmetic fix.
  772. ------------------------------------------------------------------------
  773. r766 | sam | 2006-05-25 21:55:11 +0200 (Thu, 25 May 2006) | 3 lines
  774. Changed paths:
  775. M /trunk/caca/Makefile.am
  776. M /trunk/cucul/Makefile.am
  777. M /trunk/cxx/Makefile.am
  778. M /trunk/kernel/Makefile.am
  779. M /trunk/test/Makefile.am
  780. M /trunk/tools/Makefile.am
  781. * Added -I${top_srcdir} to the compilation flags to fix builds configured
  782. from an alternate directory (they failed to find common.h).
  783. ------------------------------------------------------------------------
  784. r765 | sam | 2006-05-25 21:11:18 +0200 (Thu, 25 May 2006) | 3 lines
  785. Changed paths:
  786. M /trunk/configure.ac
  787. M /trunk/src/Makefile.am
  788. * Removed --enable-network flag, but reused the test as a condition for
  789. building cacaserver.
  790. ------------------------------------------------------------------------
  791. r764 | sam | 2006-05-25 21:10:35 +0200 (Thu, 25 May 2006) | 2 lines
  792. Changed paths:
  793. M /trunk/build-dos
  794. M /trunk/build-win32
  795. * Updated build scripts for DOS and Win32.
  796. ------------------------------------------------------------------------
  797. r763 | sam | 2006-05-20 10:45:19 +0200 (Sat, 20 May 2006) | 3 lines
  798. Changed paths:
  799. M /trunk/caca/driver_ncurses.c
  800. M /trunk/caca/driver_slang.c
  801. * Got backspace to work with the slang and ncurses drivers in an X
  802. terminal window.
  803. ------------------------------------------------------------------------
  804. r762 | sam | 2006-05-20 10:19:13 +0200 (Sat, 20 May 2006) | 2 lines
  805. Changed paths:
  806. M /trunk/caca/driver_gl.c
  807. * More coding style fixes in the GL driver.
  808. ------------------------------------------------------------------------
  809. r761 | sam | 2006-05-20 10:11:58 +0200 (Sat, 20 May 2006) | 2 lines
  810. Changed paths:
  811. M /trunk/caca/driver_gl.c
  812. * Fixed awful indenting of the GL plugin.
  813. ------------------------------------------------------------------------
  814. r760 | sam | 2006-05-20 07:45:57 +0200 (Sat, 20 May 2006) | 3 lines
  815. Changed paths:
  816. M /trunk/caca/driver_ncurses.c
  817. * Make the ncurses driver UTF-8 and UTF-32 aware.
  818. * Add the backspace key to the ncurses driver.
  819. ------------------------------------------------------------------------
  820. r759 | sam | 2006-05-20 07:41:14 +0200 (Sat, 20 May 2006) | 3 lines
  821. Changed paths:
  822. M /trunk/caca/driver_slang.c
  823. * Make the slang driver UTF-8 and UTF-32 aware.
  824. * Add the backspace key to the slang driver.
  825. ------------------------------------------------------------------------
  826. r758 | sam | 2006-05-20 07:29:24 +0200 (Sat, 20 May 2006) | 3 lines
  827. Changed paths:
  828. M /trunk/caca/caca.h
  829. M /trunk/caca/driver_conio.c
  830. M /trunk/caca/driver_gl.c
  831. M /trunk/caca/driver_ncurses.c
  832. M /trunk/caca/driver_slang.c
  833. M /trunk/caca/driver_win32.c
  834. M /trunk/caca/driver_x11.c
  835. M /trunk/caca/event.c
  836. M /trunk/test/input.c
  837. * Renamed the event data member "ucs4" to "utf32" for consistency
  838. with "utf8".
  839. ------------------------------------------------------------------------
  840. r757 | sam | 2006-05-20 07:28:31 +0200 (Sat, 20 May 2006) | 3 lines
  841. Changed paths:
  842. M /trunk/debian/changelog
  843. M /trunk/debian/control
  844. * Added information from a recent Debian upload of the old
  845. version of libcaca.
  846. ------------------------------------------------------------------------
  847. r756 | sam | 2006-05-19 20:34:23 +0200 (Fri, 19 May 2006) | 2 lines
  848. Changed paths:
  849. M /trunk/test
  850. M /trunk/test/Makefile.am
  851. A /trunk/test/input.c
  852. * Text input test program. Might be merged into libcaca if it works well.
  853. ------------------------------------------------------------------------
  854. r755 | sam | 2006-05-19 08:44:58 +0200 (Fri, 19 May 2006) | 2 lines
  855. Changed paths:
  856. M /trunk/TODO
  857. * Updated the TODO list.
  858. ------------------------------------------------------------------------
  859. r754 | sam | 2006-05-19 08:00:00 +0200 (Fri, 19 May 2006) | 2 lines
  860. Changed paths:
  861. M /trunk/debian/caca-utils.install
  862. M /trunk/debian/libcucul-dev.install
  863. * Install caca-config.1.gz in the libcucul-dev package, not caca-utils.
  864. ------------------------------------------------------------------------
  865. r753 | sam | 2006-05-19 07:44:27 +0200 (Fri, 19 May 2006) | 3 lines
  866. Changed paths:
  867. M /trunk/caca/caca.h
  868. M /trunk/caca/graphics.c
  869. M /trunk/python/pypycaca.c
  870. M /trunk/python/pypycaca.h
  871. M /trunk/src/aafire.c
  872. M /trunk/src/cacaball.c
  873. M /trunk/src/cacamoir.c
  874. M /trunk/src/cacaplas.c
  875. M /trunk/test/demo.c
  876. M /trunk/test/frames.c
  877. M /trunk/test/gamma.c
  878. * Renamed caca_set_delay() and caca_get_rendertime() into
  879. caca_set_display_time() and caca_get_display_time() for consistency.
  880. ------------------------------------------------------------------------
  881. r752 | sam | 2006-05-19 07:30:01 +0200 (Fri, 19 May 2006) | 2 lines
  882. Changed paths:
  883. M /trunk/cucul/charset.c
  884. * Documented the newly exported charset functions.
  885. ------------------------------------------------------------------------
  886. r751 | sam | 2006-05-19 06:53:48 +0200 (Fri, 19 May 2006) | 2 lines
  887. Changed paths:
  888. M /trunk/caca/driver_ncurses.c
  889. M /trunk/caca/driver_slang.c
  890. M /trunk/cucul/box.c
  891. M /trunk/cucul/canvas.c
  892. M /trunk/cucul/charset.c
  893. M /trunk/cucul/conic.c
  894. M /trunk/cucul/cucul.h
  895. M /trunk/cucul/cucul_internals.h
  896. M /trunk/cucul/export.c
  897. M /trunk/cucul/import.c
  898. M /trunk/cucul/line.c
  899. M /trunk/cucul/triangle.c
  900. M /trunk/tools/makefont.c
  901. * Export the UTF-8 / UTF-32 / CP437 character conversions to applications.
  902. ------------------------------------------------------------------------
  903. r750 | sam | 2006-05-18 09:57:42 +0200 (Thu, 18 May 2006) | 2 lines
  904. Changed paths:
  905. M /trunk/cucul/font.c
  906. M /trunk/cucul/font_mono9.h
  907. M /trunk/cucul/font_monobold12.h
  908. * Regenerated fonts and reactivated them under Win32.
  909. ------------------------------------------------------------------------
  910. r749 | sam | 2006-05-18 09:56:54 +0200 (Thu, 18 May 2006) | 6 lines
  911. Changed paths:
  912. M /trunk/tools/makefont.c
  913. * Elite trick in the font generator to cope with C89's string length
  914. limitation of 509 characters. Instead of doing:
  915. char foo[10] = "abcdefghij";
  916. we now do:
  917. struct { char f1[4], f2[4], f3[2]; } foo = { "abcd", "efgh", "ij" };
  918. ------------------------------------------------------------------------
  919. r748 | sam | 2006-05-18 08:26:31 +0200 (Thu, 18 May 2006) | 2 lines
  920. Changed paths:
  921. M /trunk/test/font2tga.c
  922. * font2tga no longer needs cucul_internal.h.
  923. ------------------------------------------------------------------------
  924. r747 | sam | 2006-05-18 08:23:47 +0200 (Thu, 18 May 2006) | 5 lines
  925. Changed paths:
  926. M /trunk/cucul/box.c
  927. M /trunk/cucul/canvas.c
  928. M /trunk/cucul/conic.c
  929. M /trunk/cucul/cucul.h
  930. M /trunk/cucul/cucul_internals.h
  931. M /trunk/cucul/dither.c
  932. M /trunk/cucul/import.c
  933. M /trunk/cucul/line.c
  934. M /trunk/cucul/triangle.c
  935. M /trunk/test/font2tga.c
  936. * Changed cucul_putchar's prototype so that it accepts a 32-bit unsigned
  937. int which shall be used as an UTF-32 character. We do not have any casting
  938. problems due to the signedness of chars because all characters were
  939. ASCII (ie. <= 0x7f) beforehands.
  940. ------------------------------------------------------------------------
  941. r746 | sam | 2006-05-18 08:13:36 +0200 (Thu, 18 May 2006) | 2 lines
  942. Changed paths:
  943. M /trunk/test
  944. M /trunk/test/Makefile.am
  945. A /trunk/test/font2tga.c
  946. * Added font2tga, a test program that exports our font in a known format.
  947. ------------------------------------------------------------------------
  948. r745 | sam | 2006-05-18 08:09:44 +0200 (Thu, 18 May 2006) | 3 lines
  949. Changed paths:
  950. M /trunk/test/export.c
  951. * If the export test target is ANSI or UTF-8, dither image with special
  952. shaded glyphs.
  953. ------------------------------------------------------------------------
  954. r744 | sam | 2006-05-18 07:43:43 +0200 (Thu, 18 May 2006) | 2 lines
  955. Changed paths:
  956. M /trunk/configure.ac
  957. * Removed useless -lXt from X11 libraries check.
  958. ------------------------------------------------------------------------
  959. r743 | sam | 2006-05-12 21:33:44 +0200 (Fri, 12 May 2006) | 2 lines
  960. Changed paths:
  961. M /trunk/cucul/import.c
  962. * Workaround for illegal ^[[0,0H ANSI escape code.
  963. ------------------------------------------------------------------------
  964. r742 | sam | 2006-05-12 21:32:41 +0200 (Fri, 12 May 2006) | 3 lines
  965. Changed paths:
  966. M /trunk/cucul/dither.c
  967. * Use UTF-32 instead of UTF-8 in the dithering glyph block list for slightly
  968. better performances.
  969. ------------------------------------------------------------------------
  970. r741 | sam | 2006-05-12 21:31:50 +0200 (Fri, 12 May 2006) | 3 lines
  971. Changed paths:
  972. M /trunk/cucul/export.c
  973. * Add linebreaks to the ANSI exporter for better readability, and use
  974. the save/load cursor position trick to ignore them.
  975. ------------------------------------------------------------------------
  976. r740 | jylam | 2006-05-12 21:19:36 +0200 (Fri, 12 May 2006) | 2 lines
  977. Changed paths:
  978. M /trunk/cucul/export.c
  979. * Fixed postscript exporter, image in not at the bottom of the page anymore
  980. ------------------------------------------------------------------------
  981. r739 | sam | 2006-05-09 22:25:29 +0200 (Tue, 09 May 2006) | 1 line
  982. Changed paths:
  983. M /trunk/src/cacaserver.c
  984. * Use UTF-8 instead of ANSI in cacaserver
  985. ------------------------------------------------------------------------
  986. r738 | sam | 2006-05-09 20:59:00 +0200 (Tue, 09 May 2006) | 1 line
  987. Changed paths:
  988. M /trunk/cucul/font_mono9.h
  989. M /trunk/cucul/font_monobold12.h
  990. * Optimise built-in fonts. We gain about 100kB in the final binary.
  991. ------------------------------------------------------------------------
  992. r737 | sam | 2006-05-09 17:52:15 +0200 (Tue, 09 May 2006) | 3 lines
  993. Changed paths:
  994. M /trunk/tools/makefont.c
  995. * Optimise similar glyphs when generating a font. Given how many glyphs
  996. are unavailable, this is a significant gain.
  997. ------------------------------------------------------------------------
  998. r736 | sam | 2006-05-09 03:58:47 +0200 (Tue, 09 May 2006) | 2 lines
  999. Changed paths:
  1000. M /trunk/caca/driver_x11.c
  1001. * Added the long dash and middle dot CP437 characters to the X11 driver.
  1002. ------------------------------------------------------------------------
  1003. r735 | sam | 2006-05-09 03:57:47 +0200 (Tue, 09 May 2006) | 3 lines
  1004. Changed paths:
  1005. M /trunk/cucul/import.c
  1006. * If the ANSI file we import does not use the 80 columns, we don't expand
  1007. the canvas to 80 columns.
  1008. ------------------------------------------------------------------------
  1009. r734 | sam | 2006-05-09 03:12:58 +0200 (Tue, 09 May 2006) | 3 lines
  1010. Changed paths:
  1011. M /trunk/src/cacadraw.c
  1012. * Allow cacadraw to open several files; use 'n' and 'p' to cycle.
  1013. * Decreased PgUp/PgDn scrolling rate.
  1014. ------------------------------------------------------------------------
  1015. r733 | sam | 2006-05-09 03:03:02 +0200 (Tue, 09 May 2006) | 2 lines
  1016. Changed paths:
  1017. M /trunk/kernel/kernel.c
  1018. * Removed a useless cast in the kernel code.
  1019. ------------------------------------------------------------------------
  1020. r732 | sam | 2006-05-09 02:59:29 +0200 (Tue, 09 May 2006) | 2 lines
  1021. Changed paths:
  1022. M /trunk/DotNet
  1023. M /trunk/DotNet/AssemblyInfo.cs
  1024. M /trunk/DotNet/Caca.cs
  1025. M /trunk/DotNet/Cucul.cs
  1026. M /trunk/DotNet/test.cs
  1027. * Set svn properties on the .NET files.
  1028. ------------------------------------------------------------------------
  1029. r731 | sam | 2006-05-09 02:47:28 +0200 (Tue, 09 May 2006) | 3 lines
  1030. Changed paths:
  1031. M /trunk/test/font.c
  1032. M /trunk/test/text.c
  1033. * Cosmetic fix in test/font.c.
  1034. * Use UTF-8 output in test/text.c instead of ANSI.
  1035. ------------------------------------------------------------------------
  1036. r730 | sam | 2006-05-09 02:46:08 +0200 (Tue, 09 May 2006) | 2 lines
  1037. Changed paths:
  1038. M /trunk/caca/caca.h
  1039. * Minor cosmetic fix in a comment.
  1040. ------------------------------------------------------------------------
  1041. r729 | sam | 2006-05-09 02:43:22 +0200 (Tue, 09 May 2006) | 2 lines
  1042. Changed paths:
  1043. M /trunk/cucul/font_mono9.h
  1044. M /trunk/cucul/font_monobold12.h
  1045. M /trunk/tools/makefont.c
  1046. * Added a few more Unicode blocks to the default fonts.
  1047. ------------------------------------------------------------------------
  1048. r728 | sam | 2006-05-09 02:36:33 +0200 (Tue, 09 May 2006) | 2 lines
  1049. Changed paths:
  1050. M /trunk/cucul/transform.c
  1051. * Added a few more Unicode characters to the glyph transformations.
  1052. ------------------------------------------------------------------------
  1053. r727 | sam | 2006-05-09 02:34:16 +0200 (Tue, 09 May 2006) | 3 lines
  1054. Changed paths:
  1055. M /trunk/cucul/cucul.h
  1056. M /trunk/cucul/dither.c
  1057. * Changed the cucul_create_dither() prototype to make sure the mask
  1058. arguments are at least 32 bits.
  1059. ------------------------------------------------------------------------
  1060. r721 | sam | 2006-05-05 17:19:44 +0200 (Fri, 05 May 2006) | 3 lines
  1061. Changed paths:
  1062. M /trunk/test/export.c
  1063. * Make the export test 80 columns wide, so that the ANSI we generate can
  1064. be read by other programs.
  1065. ------------------------------------------------------------------------
  1066. r720 | sam | 2006-05-05 17:13:32 +0200 (Fri, 05 May 2006) | 2 lines
  1067. Changed paths:
  1068. M /trunk/cucul/font_mono9.h
  1069. M /trunk/cucul/font_monobold12.h
  1070. * Updated fonts with the new hardcoded CP437 glyphs.
  1071. ------------------------------------------------------------------------
  1072. r719 | sam | 2006-05-05 17:12:50 +0200 (Fri, 05 May 2006) | 3 lines
  1073. Changed paths:
  1074. M /trunk/tools/makefont.c
  1075. * Hardcode a few CP437 glyphs in makefont.c because they don't look that
  1076. good with Pango.
  1077. ------------------------------------------------------------------------
  1078. r718 | sam | 2006-05-05 16:03:40 +0200 (Fri, 05 May 2006) | 2 lines
  1079. Changed paths:
  1080. M /trunk/caca/driver_ncurses.c
  1081. M /trunk/caca/driver_slang.c
  1082. M /trunk/tools/Makefile.am
  1083. M /trunk/tools/makefont.c
  1084. * Factored more UTF32 to UTF8 conversions using _cucul_utf32_to_utf8().
  1085. ------------------------------------------------------------------------
  1086. r717 | sam | 2006-05-05 15:44:54 +0200 (Fri, 05 May 2006) | 3 lines
  1087. Changed paths:
  1088. M /trunk/cucul/export.c
  1089. * Use _cucul_utf32_to_utf8() instead of the inline code in the UTF-8 and
  1090. SVG exporters.
  1091. ------------------------------------------------------------------------
  1092. r716 | sam | 2006-05-05 07:09:54 +0200 (Fri, 05 May 2006) | 2 lines
  1093. Changed paths:
  1094. M /trunk/cucul/charset.c
  1095. M /trunk/cucul/cucul_internals.h
  1096. * Implemented the private _cucul_utf32_to_utf8() helper.
  1097. ------------------------------------------------------------------------
  1098. r715 | sam | 2006-05-05 07:08:51 +0200 (Fri, 05 May 2006) | 2 lines
  1099. Changed paths:
  1100. M /trunk/cucul/export.c
  1101. * Exporter now generates valid ANSI, with CP437 characters.
  1102. ------------------------------------------------------------------------
  1103. r714 | sam | 2006-05-05 00:00:52 +0200 (Fri, 05 May 2006) | 3 lines
  1104. Changed paths:
  1105. M /trunk/cucul/export.c
  1106. * Added "utf8" export that is like ANSI but exports UTF-8 encoded coloured
  1107. text.
  1108. ------------------------------------------------------------------------
  1109. r713 | sam | 2006-05-04 23:34:10 +0200 (Thu, 04 May 2006) | 3 lines
  1110. Changed paths:
  1111. M /trunk/cucul/colour.c
  1112. * Use a slightly different RGB palette for ANSI colours, so that brown
  1113. really looks like brown and not like desaturated yellow.
  1114. ------------------------------------------------------------------------
  1115. r712 | jylam | 2006-05-02 20:26:02 +0200 (Tue, 02 May 2006) | 2 lines
  1116. Changed paths:
  1117. M /trunk/DotNet/test.cs
  1118. M /trunk/caca/event.c
  1119. M /trunk/doc/tutorial.dox
  1120. * Fixed error in tutorial, updated caca_get_event() doc
  1121. ------------------------------------------------------------------------
  1122. r711 | jylam | 2006-04-29 13:26:44 +0200 (Sat, 29 Apr 2006) | 2 lines
  1123. Changed paths:
  1124. M /trunk/DotNet/AssemblyInfo.cs
  1125. M /trunk/DotNet/Caca.cs
  1126. M /trunk/DotNet/Cucul.cs
  1127. M /trunk/DotNet/test.cs
  1128. * Fixed $Id
  1129. ------------------------------------------------------------------------
  1130. r710 | jylam | 2006-04-29 13:20:43 +0200 (Sat, 29 Apr 2006) | 2 lines
  1131. Changed paths:
  1132. A /trunk/DotNet
  1133. A /trunk/DotNet/AssemblyInfo.cs
  1134. A /trunk/DotNet/Caca.cs
  1135. A /trunk/DotNet/Cucul.cs
  1136. A /trunk/DotNet/Makefile
  1137. A /trunk/DotNet/libCaca.dll.config
  1138. A /trunk/DotNet/libCucul.dll.config
  1139. A /trunk/DotNet/test.cs
  1140. * Added preliminary .NET bindings. Caca is complete, Cucul needs to be finished
  1141. ------------------------------------------------------------------------
  1142. r709 | sam | 2006-04-27 16:15:23 +0200 (Thu, 27 Apr 2006) | 2 lines
  1143. Changed paths:
  1144. M /trunk/cucul/cucul.h
  1145. M /trunk/cucul/dither.c
  1146. M /trunk/cucul/export.c
  1147. M /trunk/cucul/font.c
  1148. M /trunk/cucul/import.c
  1149. M /trunk/cucul/sprite.c
  1150. M /trunk/cucul/transform.c
  1151. * Completed return value and errno handling in libcucul API.
  1152. ------------------------------------------------------------------------
  1153. r708 | sam | 2006-04-27 15:02:27 +0200 (Thu, 27 Apr 2006) | 2 lines
  1154. Changed paths:
  1155. M /trunk/test/export.c
  1156. * Allow an optional input filename in the export test for cheap conversions.
  1157. ------------------------------------------------------------------------
  1158. r707 | jylam | 2006-04-26 20:59:20 +0200 (Wed, 26 Apr 2006) | 2 lines
  1159. Changed paths:
  1160. M /trunk/caca/driver_gl.c
  1161. M /trunk/cucul/import.c
  1162. * coding style fixes again
  1163. ------------------------------------------------------------------------
  1164. r706 | jylam | 2006-04-26 20:53:08 +0200 (Wed, 26 Apr 2006) | 2 lines
  1165. Changed paths:
  1166. M /trunk/cxx/caca++.cpp
  1167. M /trunk/cxx/caca++.h
  1168. M /trunk/cxx/cucul++.h
  1169. M /trunk/src/cacadraw.c
  1170. * Fixed indentation. I did it myself, I'm a big boy.
  1171. ------------------------------------------------------------------------
  1172. r705 | sam | 2006-04-26 19:24:27 +0200 (Wed, 26 Apr 2006) | 2 lines
  1173. Changed paths:
  1174. M /trunk/cucul/import.c
  1175. * Fixed line wrapping on some weird ANSI files.
  1176. ------------------------------------------------------------------------
  1177. r704 | sam | 2006-04-26 19:02:37 +0200 (Wed, 26 Apr 2006) | 2 lines
  1178. Changed paths:
  1179. M /trunk/cucul/import.c
  1180. * Fixed an ANSI rendering bug related to the bold attribute.
  1181. ------------------------------------------------------------------------
  1182. r703 | sam | 2006-04-26 17:21:28 +0200 (Wed, 26 Apr 2006) | 3 lines
  1183. Changed paths:
  1184. M /trunk/cucul/font_mono9.h
  1185. M /trunk/cucul/font_monobold12.h
  1186. M /trunk/tools/makefont.c
  1187. * Added Unicode range U+2200 - U+22FF (Mathematical Operators) to the
  1188. built-in font so that we now cover all of CP437.
  1189. ------------------------------------------------------------------------
  1190. r702 | sam | 2006-04-26 16:36:11 +0200 (Wed, 26 Apr 2006) | 2 lines
  1191. Changed paths:
  1192. M /trunk/cucul/import.c
  1193. * Minor code reorganisation and documenting.
  1194. ------------------------------------------------------------------------
  1195. r701 | jylam | 2006-04-26 16:06:19 +0200 (Wed, 26 Apr 2006) | 2 lines
  1196. Changed paths:
  1197. M /trunk/caca/driver_gl.c
  1198. * Added preliminary (it means that's fucked up) CP437 codepage
  1199. ------------------------------------------------------------------------
  1200. r700 | sam | 2006-04-26 15:22:04 +0200 (Wed, 26 Apr 2006) | 2 lines
  1201. Changed paths:
  1202. M /trunk/caca/driver_x11.c
  1203. * Added U+25A0 (■) to the CP437 hack in the X11 driver.
  1204. ------------------------------------------------------------------------
  1205. r699 | jylam | 2006-04-26 14:59:14 +0200 (Wed, 26 Apr 2006) | 2 lines
  1206. Changed paths:
  1207. M /trunk/caca/driver_gl.c
  1208. * cut too long line (I read the coding style rules, yes). And we had home/end keys support in opengl driver BEFORE X11. Yeah !
  1209. ------------------------------------------------------------------------
  1210. r698 | jylam | 2006-04-26 14:57:31 +0200 (Wed, 26 Apr 2006) | 2 lines
  1211. Changed paths:
  1212. M /trunk/caca/driver_x11.c
  1213. * removed duplicate code
  1214. ------------------------------------------------------------------------
  1215. r697 | sam | 2006-04-26 14:51:37 +0200 (Wed, 26 Apr 2006) | 2 lines
  1216. Changed paths:
  1217. M /trunk/caca/driver_x11.c
  1218. * Wow, we even have Home/End support in X11.
  1219. ------------------------------------------------------------------------
  1220. r696 | sam | 2006-04-26 14:48:41 +0200 (Wed, 26 Apr 2006) | 2 lines
  1221. Changed paths:
  1222. M /trunk/caca/driver_x11.c
  1223. * PageUp/PageDown support in X11.
  1224. ------------------------------------------------------------------------
  1225. r695 | jylam | 2006-04-26 14:47:21 +0200 (Wed, 26 Apr 2006) | 2 lines
  1226. Changed paths:
  1227. M /trunk/caca/driver_gl.c
  1228. * Fixed home/pgup/pgdown/insert events
  1229. ------------------------------------------------------------------------
  1230. r694 | jylam | 2006-04-26 14:36:31 +0200 (Wed, 26 Apr 2006) | 2 lines
  1231. Changed paths:
  1232. M /trunk/src/cacadraw.c
  1233. * page up / down
  1234. ------------------------------------------------------------------------
  1235. r693 | sam | 2006-04-26 14:30:54 +0200 (Wed, 26 Apr 2006) | 3 lines
  1236. Changed paths:
  1237. M /trunk/cucul/import.c
  1238. * In ANSI, bold only sets the foreground colour to bright, not the
  1239. background.
  1240. ------------------------------------------------------------------------
  1241. r692 | sam | 2006-04-26 14:25:44 +0200 (Wed, 26 Apr 2006) | 3 lines
  1242. Changed paths:
  1243. M /trunk/src
  1244. M /trunk/src/Makefile.am
  1245. A /trunk/src/cacadraw.c
  1246. M /trunk/test/import.c
  1247. * Added cacadraw. It only shows files and lets you scroll for now, but
  1248. it will eventually evolve into something better.
  1249. ------------------------------------------------------------------------
  1250. r691 | jylam | 2006-04-26 14:23:30 +0200 (Wed, 26 Apr 2006) | 2 lines
  1251. Changed paths:
  1252. M /trunk/cucul/import.c
  1253. * Really updated doc
  1254. ------------------------------------------------------------------------
  1255. r690 | jylam | 2006-04-26 14:18:35 +0200 (Wed, 26 Apr 2006) | 2 lines
  1256. Changed paths:
  1257. M /trunk/cucul/import.c
  1258. * Fixed documentation for import
  1259. ------------------------------------------------------------------------
  1260. r689 | sam | 2006-04-26 14:17:22 +0200 (Wed, 26 Apr 2006) | 2 lines
  1261. Changed paths:
  1262. D /trunk/cpp
  1263. * Removed legacy cpp directory.
  1264. ------------------------------------------------------------------------
  1265. r688 | jylam | 2006-04-26 14:11:55 +0200 (Wed, 26 Apr 2006) | 2 lines
  1266. Changed paths:
  1267. M /trunk/Makefile.am
  1268. M /trunk/configure.ac
  1269. A /trunk/cxx (from /trunk/cpp:684)
  1270. M /trunk/cxx/Makefile.am
  1271. R /trunk/cxx/caca++.cpp (from /trunk/cpp/caca++.cpp:686)
  1272. R /trunk/cxx/caca++.h (from /trunk/cpp/caca++.h:686)
  1273. R /trunk/cxx/cpptest.cpp (from /trunk/cpp/cpptest.cpp:686)
  1274. R /trunk/cxx/cucul++.cpp (from /trunk/cpp/cucul++.cpp:686)
  1275. R /trunk/cxx/cucul++.h (from /trunk/cpp/cucul++.h:686)
  1276. * Updated C++ bindings and renamed directory to more comprehensive cxx
  1277. ------------------------------------------------------------------------
  1278. r687 | sam | 2006-04-26 14:06:13 +0200 (Wed, 26 Apr 2006) | 2 lines
  1279. Changed paths:
  1280. M /trunk/test/event.c
  1281. * Minor typo.
  1282. ------------------------------------------------------------------------
  1283. r686 | jylam | 2006-04-26 13:57:30 +0200 (Wed, 26 Apr 2006) | 2 lines
  1284. Changed paths:
  1285. M /trunk/cpp/caca++.cpp
  1286. M /trunk/cpp/caca++.h
  1287. M /trunk/cpp/cpptest.cpp
  1288. M /trunk/cpp/cucul++.cpp
  1289. M /trunk/cpp/cucul++.h
  1290. * Updated libcaca c++ bindings
  1291. ------------------------------------------------------------------------
  1292. r685 | sam | 2006-04-26 13:54:26 +0200 (Wed, 26 Apr 2006) | 5 lines
  1293. Changed paths:
  1294. M /trunk/cucul/buffer.c
  1295. M /trunk/cucul/cucul.h
  1296. M /trunk/cucul/cucul_internals.h
  1297. M /trunk/cucul/export.c
  1298. M /trunk/cucul/import.c
  1299. M /trunk/src/cacaplay.c
  1300. M /trunk/src/cacaserver.c
  1301. M /trunk/test
  1302. M /trunk/test/import.c
  1303. M /trunk/test/text.c
  1304. * Implemented cucul_load_file() and cucul_load_memory() to load respectively
  1305. a file and a memory area into a libcucul buffer.
  1306. * Changed the cucul_import_canvas() prototype so that it uses libcucul
  1307. buffers instead of simple memory areas.
  1308. ------------------------------------------------------------------------
  1309. r684 | sam | 2006-04-26 13:29:50 +0200 (Wed, 26 Apr 2006) | 2 lines
  1310. Changed paths:
  1311. M /trunk/cucul/import.c
  1312. * Argh, _really_ fixed the uninitialised variable.
  1313. ------------------------------------------------------------------------
  1314. r683 | sam | 2006-04-26 13:28:55 +0200 (Wed, 26 Apr 2006) | 2 lines
  1315. Changed paths:
  1316. M /trunk/cucul/import.c
  1317. * Fixed an uninitialised variable.
  1318. ------------------------------------------------------------------------
  1319. r682 | sam | 2006-04-26 12:22:31 +0200 (Wed, 26 Apr 2006) | 4 lines
  1320. Changed paths:
  1321. M /trunk/cucul/import.c
  1322. * Fixed our buffer overflow in the ANSI parser by simply skipping control
  1323. sequences longer than 100 characters.
  1324. * Documented the escape sequence format.
  1325. ------------------------------------------------------------------------
  1326. r681 | jylam | 2006-04-26 12:04:02 +0200 (Wed, 26 Apr 2006) | 2 lines
  1327. Changed paths:
  1328. M /trunk/cpp/cpptest.cpp
  1329. M /trunk/cpp/cucul++.cpp
  1330. M /trunk/cpp/cucul++.h
  1331. M /trunk/test/demo.c
  1332. * Updated C++ bindings, should be coding-style-correction-proof, or at least a bit better than before. Not tested at all.
  1333. ------------------------------------------------------------------------
  1334. r680 | sam | 2006-04-26 11:56:26 +0200 (Wed, 26 Apr 2006) | 3 lines
  1335. Changed paths:
  1336. M /trunk/cucul/import.c
  1337. * More robust ANSI sequence argument parser. Detects private sequences and
  1338. intermediate bytes.
  1339. ------------------------------------------------------------------------
  1340. r679 | jylam | 2006-04-26 11:00:40 +0200 (Wed, 26 Apr 2006) | 2 lines
  1341. Changed paths:
  1342. M /trunk/cucul/import.c
  1343. * Fixed warning in a clever and tested way. Bordel de merde.
  1344. ------------------------------------------------------------------------
  1345. r678 | sam | 2006-04-26 10:21:46 +0200 (Wed, 26 Apr 2006) | 2 lines
  1346. Changed paths:
  1347. M /trunk/cucul/import.c
  1348. * Coding style.
  1349. ------------------------------------------------------------------------
  1350. r677 | sam | 2006-04-26 10:12:57 +0200 (Wed, 26 Apr 2006) | 2 lines
  1351. Changed paths:
  1352. M /trunk/cucul/import.c
  1353. * No way, dude. You cannot declare x and y unsigned if you test for (x < 0).
  1354. ------------------------------------------------------------------------
  1355. r676 | jylam | 2006-04-26 10:09:14 +0200 (Wed, 26 Apr 2006) | 2 lines
  1356. Changed paths:
  1357. M /trunk/cucul/import.c
  1358. * Fixed warnings in ansi importer
  1359. ------------------------------------------------------------------------
  1360. r675 | sam | 2006-04-26 09:57:26 +0200 (Wed, 26 Apr 2006) | 2 lines
  1361. Changed paths:
  1362. M /trunk/cucul/import.c
  1363. * More cleaning up of the ANSI loader. Fixed reverse video.
  1364. ------------------------------------------------------------------------
  1365. r674 | sam | 2006-04-26 09:46:58 +0200 (Wed, 26 Apr 2006) | 2 lines
  1366. Changed paths:
  1367. M /trunk/cucul/colour.c
  1368. * Set the transparent colour's RGB values to the default colour's ones.
  1369. ------------------------------------------------------------------------
  1370. r673 | jylam | 2006-04-25 20:23:33 +0200 (Tue, 25 Apr 2006) | 2 lines
  1371. Changed paths:
  1372. M /trunk/cucul/import.c
  1373. * Improved ANSI format detection
  1374. ------------------------------------------------------------------------
  1375. r672 | sam | 2006-04-25 20:16:42 +0200 (Tue, 25 Apr 2006) | 2 lines
  1376. Changed paths:
  1377. M /trunk/cucul/import.c
  1378. * Really fixed bold in ANSI loader, and removed dead code.
  1379. ------------------------------------------------------------------------
  1380. r671 | sam | 2006-04-25 20:02:20 +0200 (Tue, 25 Apr 2006) | 2 lines
  1381. Changed paths:
  1382. M /trunk/cucul/import.c
  1383. * Simplified _manage_modifiers() a bit.
  1384. ------------------------------------------------------------------------
  1385. r670 | sam | 2006-04-25 19:46:49 +0200 (Tue, 25 Apr 2006) | 2 lines
  1386. Changed paths:
  1387. M /trunk/cucul/import.c
  1388. * Fixed bold support in ANSI loader.
  1389. ------------------------------------------------------------------------
  1390. r669 | sam | 2006-04-25 19:43:16 +0200 (Tue, 25 Apr 2006) | 2 lines
  1391. Changed paths:
  1392. M /trunk/cucul/import.c
  1393. * A few fixes in the ANSI interpreter.
  1394. ------------------------------------------------------------------------
  1395. r668 | sam | 2006-04-25 18:28:00 +0200 (Tue, 25 Apr 2006) | 2 lines
  1396. Changed paths:
  1397. M /trunk/cucul/import.c
  1398. * Got rid of _update_canvas_size().
  1399. ------------------------------------------------------------------------
  1400. r667 | jylam | 2006-04-25 17:39:13 +0200 (Tue, 25 Apr 2006) | 2 lines
  1401. Changed paths:
  1402. M /trunk/cucul/import.c
  1403. * _updated_coding_style(aBit);
  1404. ------------------------------------------------------------------------
  1405. r666 | sam | 2006-04-25 17:22:53 +0200 (Tue, 25 Apr 2006) | 2 lines
  1406. Changed paths:
  1407. M /trunk/cucul/import.c
  1408. * Ahahaha. Meet the "optimisation" that breaks everything.
  1409. ------------------------------------------------------------------------
  1410. r665 | sam | 2006-04-25 17:04:19 +0200 (Tue, 25 Apr 2006) | 2 lines
  1411. Changed paths:
  1412. M /trunk/cucul/import.c
  1413. * Small optimisation in import_text().
  1414. ------------------------------------------------------------------------
  1415. r664 | sam | 2006-04-25 16:12:31 +0200 (Tue, 25 Apr 2006) | 2 lines
  1416. Changed paths:
  1417. M /trunk/cucul/import.c
  1418. * Really minor coding style fixes in the ANSI importer.
  1419. ------------------------------------------------------------------------
  1420. r663 | sam | 2006-04-25 13:05:25 +0200 (Tue, 25 Apr 2006) | 2 lines
  1421. Changed paths:
  1422. M /trunk/cucul/canvas.c
  1423. M /trunk/cucul/colour.c
  1424. M /trunk/cucul/cucul.c
  1425. M /trunk/cucul/cucul.h
  1426. M /trunk/cucul/cucul_internals.h
  1427. * More error checking in libcucul.
  1428. ------------------------------------------------------------------------
  1429. r662 | sam | 2006-04-25 13:05:03 +0200 (Tue, 25 Apr 2006) | 2 lines
  1430. Changed paths:
  1431. M /trunk/test/import.c
  1432. * Jylam is too modest.
  1433. ------------------------------------------------------------------------
  1434. r661 | jylam | 2006-04-25 12:14:47 +0200 (Tue, 25 Apr 2006) | 2 lines
  1435. Changed paths:
  1436. A /trunk/test/import.c
  1437. * Added importers test
  1438. ------------------------------------------------------------------------
  1439. r660 | jylam | 2006-04-25 12:14:12 +0200 (Tue, 25 Apr 2006) | 2 lines
  1440. Changed paths:
  1441. M /trunk/cucul/import.c
  1442. M /trunk/test/Makefile.am
  1443. * Added preliminary ANSI importer, added import formats autodection
  1444. ------------------------------------------------------------------------
  1445. r659 | sam | 2006-04-25 11:59:58 +0200 (Tue, 25 Apr 2006) | 4 lines
  1446. Changed paths:
  1447. M /trunk/configure.ac
  1448. M /trunk/cucul/box.c
  1449. M /trunk/cucul/buffer.c
  1450. M /trunk/cucul/canvas.c
  1451. M /trunk/cucul/conic.c
  1452. M /trunk/cucul/cucul.h
  1453. M /trunk/cucul/line.c
  1454. M /trunk/cucul/triangle.c
  1455. * Check for <errno.h>.
  1456. * Started changing function prototypes so that they return an integer
  1457. instead of void, just in case they might fail.
  1458. ------------------------------------------------------------------------
  1459. r658 | sam | 2006-04-25 11:34:41 +0200 (Tue, 25 Apr 2006) | 2 lines
  1460. Changed paths:
  1461. M /trunk/cucul/Makefile.am
  1462. M /trunk/cucul/cucul.h
  1463. D /trunk/cucul/error.c
  1464. * Reverted that errno stuff. We'll just use the real errno.
  1465. ------------------------------------------------------------------------
  1466. r657 | sam | 2006-04-25 10:54:44 +0200 (Tue, 25 Apr 2006) | 2 lines
  1467. Changed paths:
  1468. M /trunk/cucul/Makefile.am
  1469. M /trunk/cucul/cucul.h
  1470. A /trunk/cucul/error.c
  1471. * Added basis for an errno-like mechanism.
  1472. ------------------------------------------------------------------------
  1473. r656 | sam | 2006-04-25 00:10:38 +0200 (Tue, 25 Apr 2006) | 3 lines
  1474. Changed paths:
  1475. M /trunk/build-win32
  1476. M /trunk/configure.ac
  1477. * Removed my previously introduced --enable-pangoft2 and replaced it with
  1478. a nicer cross compilation check.
  1479. ------------------------------------------------------------------------
  1480. r655 | sam | 2006-04-24 23:45:26 +0200 (Mon, 24 Apr 2006) | 2 lines
  1481. Changed paths:
  1482. M /trunk/build-win32
  1483. M /trunk/configure.ac
  1484. M /trunk/src/Makefile.am
  1485. M /trunk/src/cacaserver.c
  1486. * Brought the Win32 build back on its wheels.
  1487. ------------------------------------------------------------------------
  1488. r654 | sam | 2006-04-24 23:09:06 +0200 (Mon, 24 Apr 2006) | 2 lines
  1489. Changed paths:
  1490. M /trunk/common.h
  1491. M /trunk/configure.ac
  1492. M /trunk/cucul/font.c
  1493. M /trunk/src/cacaserver.c
  1494. M /trunk/tools/makefont.c
  1495. * Renamed htons/htonl to hton16/hton32 to avoid useless conflicts.
  1496. ------------------------------------------------------------------------
  1497. r653 | sam | 2006-04-24 23:05:31 +0200 (Mon, 24 Apr 2006) | 2 lines
  1498. Changed paths:
  1499. M /trunk/caca/driver_win32.c
  1500. * Fixed minor compilation warning.
  1501. ------------------------------------------------------------------------
  1502. r652 | sam | 2006-04-24 22:56:07 +0200 (Mon, 24 Apr 2006) | 2 lines
  1503. Changed paths:
  1504. M /trunk/common.h
  1505. * Win32 compilation fix.
  1506. ------------------------------------------------------------------------
  1507. r651 | sam | 2006-04-24 22:55:46 +0200 (Mon, 24 Apr 2006) | 2 lines
  1508. Changed paths:
  1509. M /trunk/cucul/font.c
  1510. * On win32, only disable the built-in fonts, not all the font functions.
  1511. ------------------------------------------------------------------------
  1512. r650 | sam | 2006-04-24 22:45:55 +0200 (Mon, 24 Apr 2006) | 3 lines
  1513. Changed paths:
  1514. M /trunk/common.h
  1515. M /trunk/configure.ac
  1516. M /trunk/cucul/font.c
  1517. M /trunk/tools/makefont.c
  1518. * Look for htons/htonl in netinet/in.h in addition to arpa/inet.h
  1519. * Implement htons/htonl in common.h just in case.
  1520. ------------------------------------------------------------------------
  1521. r649 | sam | 2006-04-24 22:39:54 +0200 (Mon, 24 Apr 2006) | 2 lines
  1522. Changed paths:
  1523. M /trunk/doc/style.dox
  1524. * Hahaha, fixed the coding style example.
  1525. ------------------------------------------------------------------------
  1526. r648 | sam | 2006-04-24 22:35:59 +0200 (Mon, 24 Apr 2006) | 3 lines
  1527. Changed paths:
  1528. M /trunk/caca/caca.c
  1529. M /trunk/caca/caca_internals.h
  1530. M /trunk/caca/driver_conio.c
  1531. M /trunk/caca/driver_gl.c
  1532. M /trunk/caca/driver_ncurses.c
  1533. M /trunk/caca/driver_raw.c
  1534. M /trunk/caca/driver_slang.c
  1535. M /trunk/caca/driver_vga.c
  1536. M /trunk/caca/driver_win32.c
  1537. M /trunk/caca/driver_x11.c
  1538. M /trunk/caca/event.c
  1539. M /trunk/caca/graphics.c
  1540. M /trunk/caca/time.c
  1541. M /trunk/common.h
  1542. M /trunk/configure.ac
  1543. M /trunk/cucul/box.c
  1544. M /trunk/cucul/buffer.c
  1545. M /trunk/cucul/canvas.c
  1546. M /trunk/cucul/charset.c
  1547. M /trunk/cucul/colour.c
  1548. M /trunk/cucul/conic.c
  1549. M /trunk/cucul/cucul.c
  1550. M /trunk/cucul/cucul_internals.h
  1551. M /trunk/cucul/dither.c
  1552. M /trunk/cucul/export.c
  1553. M /trunk/cucul/font.c
  1554. M /trunk/cucul/import.c
  1555. M /trunk/cucul/line.c
  1556. M /trunk/cucul/sprite.c
  1557. M /trunk/cucul/transform.c
  1558. M /trunk/cucul/triangle.c
  1559. M /trunk/kernel/kernel.c
  1560. M /trunk/src/aafire.c
  1561. M /trunk/src/cacaball.c
  1562. M /trunk/src/cacamoir.c
  1563. M /trunk/src/cacaplas.c
  1564. M /trunk/src/cacaplay.c
  1565. M /trunk/src/cacaserver.c
  1566. M /trunk/src/cacaview.c
  1567. M /trunk/src/common-image.c
  1568. M /trunk/src/img2irc.c
  1569. M /trunk/test/colors.c
  1570. M /trunk/test/demo.c
  1571. M /trunk/test/dithering.c
  1572. M /trunk/test/event.c
  1573. M /trunk/test/spritedit.c
  1574. M /trunk/tools/makefont.c
  1575. M /trunk/tools/optipal.c
  1576. * Removed duplicate uint*_t defines from *_internal.h and included common.h
  1577. in all .c files that needed it.
  1578. ------------------------------------------------------------------------
  1579. r647 | sam | 2006-04-24 21:57:23 +0200 (Mon, 24 Apr 2006) | 3 lines
  1580. Changed paths:
  1581. M /trunk/Makefile.am
  1582. A /trunk/common.h
  1583. M /trunk/test/export.c
  1584. M /trunk/test/font.c
  1585. M /trunk/test/frames.c
  1586. M /trunk/test/gamma.c
  1587. M /trunk/test/hsv.c
  1588. M /trunk/test/text.c
  1589. M /trunk/test/transform.c
  1590. M /trunk/test/truecolor.c
  1591. M /trunk/test/unicode.c
  1592. * Added "common.h", a placeholder for simple features and functions missing
  1593. from some systems.
  1594. ------------------------------------------------------------------------
  1595. r646 | sam | 2006-04-24 20:46:06 +0200 (Mon, 24 Apr 2006) | 3 lines
  1596. Changed paths:
  1597. M /trunk/cucul/export.c
  1598. * Print '?' for Unicode characters in the ANSI export. We'll decide later
  1599. whether we want plain ASCII, UTF-8, or CP437.
  1600. ------------------------------------------------------------------------
  1601. r645 | sam | 2006-04-24 19:51:23 +0200 (Mon, 24 Apr 2006) | 2 lines
  1602. Changed paths:
  1603. M /trunk/configure.ac
  1604. * Oops, fixed an old typo that brevented building without PangoFt2.
  1605. ------------------------------------------------------------------------
  1606. r644 | sam | 2006-04-24 19:47:44 +0200 (Mon, 24 Apr 2006) | 2 lines
  1607. Changed paths:
  1608. M /trunk/debian/Makefile.am
  1609. M /trunk/debian/caca-utils.install
  1610. M /trunk/debian/libcucul-dev.install
  1611. * Fixed Debian build files.
  1612. ------------------------------------------------------------------------
  1613. r643 | sam | 2006-04-24 19:39:53 +0200 (Mon, 24 Apr 2006) | 2 lines
  1614. Changed paths:
  1615. M /trunk/configure.ac
  1616. * Do not bail out if PangoFt2 was not found.
  1617. ------------------------------------------------------------------------
  1618. r641 | sam | 2006-04-22 23:51:50 +0200 (Sat, 22 Apr 2006) | 2 lines
  1619. Changed paths:
  1620. M /trunk/ChangeLog
  1621. M /trunk/NEWS
  1622. M /trunk/TODO
  1623. * 0.99.beta1 release.
  1624. ------------------------------------------------------------------------
  1625. r640 | sam | 2006-04-22 23:36:11 +0200 (Sat, 22 Apr 2006) | 2 lines
  1626. Changed paths:
  1627. M /trunk/configure.ac
  1628. M /trunk/cucul/Makefile.am
  1629. M /trunk/test/Makefile.am
  1630. * Got rid of CUCUL_LIBS. It's unused.
  1631. ------------------------------------------------------------------------
  1632. r639 | sam | 2006-04-22 23:31:42 +0200 (Sat, 22 Apr 2006) | 2 lines
  1633. Changed paths:
  1634. M /trunk/Makefile.am
  1635. M /trunk/debian
  1636. M /trunk/debian/Makefile.am
  1637. A /trunk/debian/caca-utils.install
  1638. M /trunk/debian/changelog
  1639. M /trunk/debian/control
  1640. A /trunk/debian/libcaca-dev.install
  1641. A /trunk/debian/libcaca0.install
  1642. A /trunk/debian/libcucul-dev.install
  1643. A /trunk/debian/libcucul0.install
  1644. M /trunk/debian/rules
  1645. M /trunk/doc/Makefile.am
  1646. * Updated Debian build rules.
  1647. ------------------------------------------------------------------------
  1648. r638 | sam | 2006-04-22 21:46:43 +0200 (Sat, 22 Apr 2006) | 2 lines
  1649. Changed paths:
  1650. M /trunk/caca/event.c
  1651. M /trunk/doc/migrating.dox
  1652. M /trunk/test/colors.c
  1653. M /trunk/test/dithering.c
  1654. M /trunk/test/font.c
  1655. M /trunk/test/frames.c
  1656. M /trunk/test/hsv.c
  1657. M /trunk/test/transform.c
  1658. M /trunk/test/truecolor.c
  1659. M /trunk/test/unicode.c
  1660. * Allow the caca_event_t *ev argument for caca_get_event() to be NULL.
  1661. ------------------------------------------------------------------------
  1662. r637 | sam | 2006-04-22 21:35:43 +0200 (Sat, 22 Apr 2006) | 2 lines
  1663. Changed paths:
  1664. M /trunk/doc/migrating.dox
  1665. * Minor updates to the migration documentation.
  1666. ------------------------------------------------------------------------
  1667. r636 | sam | 2006-04-22 21:22:14 +0200 (Sat, 22 Apr 2006) | 2 lines
  1668. Changed paths:
  1669. M /trunk/doc/Makefile.am
  1670. * Slightly improved the documentation build rules dependencies.
  1671. ------------------------------------------------------------------------
  1672. r635 | sam | 2006-04-22 21:17:38 +0200 (Sat, 22 Apr 2006) | 2 lines
  1673. Changed paths:
  1674. M /trunk/ChangeLog
  1675. M /trunk/NEWS
  1676. M /trunk/TODO
  1677. * Updated ChangeLog, NEWS and TODO.
  1678. ------------------------------------------------------------------------
  1679. r634 | sam | 2006-04-22 21:14:49 +0200 (Sat, 22 Apr 2006) | 2 lines
  1680. Changed paths:
  1681. M /trunk/doc/libcaca.dox
  1682. M /trunk/doc/migrating.dox
  1683. * Updated the migration guide.
  1684. ------------------------------------------------------------------------
  1685. r633 | sam | 2006-04-22 21:14:26 +0200 (Sat, 22 Apr 2006) | 2 lines
  1686. Changed paths:
  1687. M /trunk/doc/style.dox
  1688. * Wrote the C coding style documentation.
  1689. ------------------------------------------------------------------------
  1690. r632 | sam | 2006-04-22 21:13:27 +0200 (Sat, 22 Apr 2006) | 3 lines
  1691. Changed paths:
  1692. M /trunk/test
  1693. M /trunk/test/Makefile.am
  1694. A /trunk/test/frames.c
  1695. A /trunk/test/text.c
  1696. * Added a test for multiple frames support.
  1697. * Added a test for textfile loading.
  1698. ------------------------------------------------------------------------
  1699. r631 | sam | 2006-04-22 21:11:25 +0200 (Sat, 22 Apr 2006) | 2 lines
  1700. Changed paths:
  1701. M /trunk/cucul/cucul.c
  1702. M /trunk/cucul/cucul.h
  1703. M /trunk/cucul/cucul_internals.h
  1704. M /trunk/cucul/sprite.c
  1705. * Support for multiple frames in canvases.
  1706. ------------------------------------------------------------------------
  1707. r630 | sam | 2006-04-22 21:10:41 +0200 (Sat, 22 Apr 2006) | 2 lines
  1708. Changed paths:
  1709. M /trunk/cucul/import.c
  1710. * Added a simple "text" importer, until the cool ANSI importer arrives.
  1711. ------------------------------------------------------------------------
  1712. r629 | sam | 2006-04-22 21:06:59 +0200 (Sat, 22 Apr 2006) | 3 lines
  1713. Changed paths:
  1714. M /trunk/cucul/export.c
  1715. * Disabled the foreground/background optimisation in the IRC export because
  1716. it breaks on too many IRC clients.
  1717. ------------------------------------------------------------------------
  1718. r628 | sam | 2006-04-22 21:04:49 +0200 (Sat, 22 Apr 2006) | 2 lines
  1719. Changed paths:
  1720. M /trunk/test/demo.c
  1721. M /trunk/test/spritedit.c
  1722. * Disabled sprite stuff from the tests.
  1723. ------------------------------------------------------------------------
  1724. r627 | sam | 2006-04-22 21:00:14 +0200 (Sat, 22 Apr 2006) | 2 lines
  1725. Changed paths:
  1726. M /trunk/cpp/caca++.h
  1727. M /trunk/cpp/cucul++.cpp
  1728. M /trunk/cpp/cucul++.h
  1729. * Removed soon-to-be-thrown-away sprite stuff from the C++ bindings.
  1730. ------------------------------------------------------------------------
  1731. r626 | sam | 2006-04-22 20:54:38 +0200 (Sat, 22 Apr 2006) | 4 lines
  1732. Changed paths:
  1733. M /trunk/configure.ac
  1734. M /trunk/cpp/Makefile.am
  1735. * Fixed --enable-cpp to actually do something. Also, disabled it by
  1736. default for the release, because it's not up to date and needs a lot
  1737. of polishing.
  1738. ------------------------------------------------------------------------
  1739. r625 | sam | 2006-04-21 23:41:30 +0200 (Fri, 21 Apr 2006) | 2 lines
  1740. Changed paths:
  1741. M /trunk/doc/Makefile.am
  1742. M /trunk/doc/libcaca.dox
  1743. M /trunk/doc/migrating.dox
  1744. A /trunk/doc/style.dox
  1745. A /trunk/doc/tutorial.dox
  1746. * Oops, tutorial.dox was actually missing. Also, added a style.dox skeleton.
  1747. ------------------------------------------------------------------------
  1748. r624 | sam | 2006-04-21 23:21:20 +0200 (Fri, 21 Apr 2006) | 2 lines
  1749. Changed paths:
  1750. M /trunk/configure.ac
  1751. * Set version number to 0.99.beta1.
  1752. ------------------------------------------------------------------------
  1753. r623 | sam | 2006-04-21 22:51:58 +0200 (Fri, 21 Apr 2006) | 2 lines
  1754. Changed paths:
  1755. M /trunk/cucul/cucul.c
  1756. M /trunk/cucul/cucul_internals.h
  1757. * Got rid of cv->scratch_line. It's unused, too.
  1758. ------------------------------------------------------------------------
  1759. r622 | sam | 2006-04-21 22:51:14 +0200 (Fri, 21 Apr 2006) | 2 lines
  1760. Changed paths:
  1761. M /trunk/cucul/cucul.c
  1762. M /trunk/cucul/cucul_internals.h
  1763. * Got rid of cv->empty_line, it's now unused.
  1764. ------------------------------------------------------------------------
  1765. r621 | sam | 2006-04-21 22:49:17 +0200 (Fri, 21 Apr 2006) | 3 lines
  1766. Changed paths:
  1767. M /trunk/configure.ac
  1768. M /trunk/cpp/cucul++.cpp
  1769. M /trunk/cpp/cucul++.h
  1770. M /trunk/cucul/canvas.c
  1771. M /trunk/cucul/cucul.h
  1772. M /trunk/src/cacaview.c
  1773. M /trunk/src/img2irc.c
  1774. M /trunk/test/colors.c
  1775. M /trunk/test/demo.c
  1776. M /trunk/test/event.c
  1777. M /trunk/test/gamma.c
  1778. M /trunk/test/spritedit.c
  1779. * Changed cucul_clear_canvas() again. It now uses the current foreground
  1780. and background colours to clear the screen.
  1781. ------------------------------------------------------------------------
  1782. r620 | sam | 2006-04-21 22:24:04 +0200 (Fri, 21 Apr 2006) | 2 lines
  1783. Changed paths:
  1784. M /trunk/cpp/caca++.cpp
  1785. M /trunk/cpp/caca++.h
  1786. * Fixed a segfault in the C++ bindings. Vieux porc !
  1787. ------------------------------------------------------------------------
  1788. r619 | sam | 2006-04-21 21:26:54 +0200 (Fri, 21 Apr 2006) | 2 lines
  1789. Changed paths:
  1790. M /trunk/caca/Makefile.am
  1791. M /trunk/configure.ac
  1792. M /trunk/cpp/Makefile.am
  1793. M /trunk/cucul/Makefile.am
  1794. * Set library names to lib*.so.0.10.0.
  1795. ------------------------------------------------------------------------
  1796. r618 | sam | 2006-04-21 21:26:18 +0200 (Fri, 21 Apr 2006) | 2 lines
  1797. Changed paths:
  1798. M /trunk/cucul/import.c
  1799. * Fixed a compilation warning.
  1800. ------------------------------------------------------------------------
  1801. r617 | sam | 2006-04-21 21:08:00 +0200 (Fri, 21 Apr 2006) | 2 lines
  1802. Changed paths:
  1803. M /trunk/cucul/import.c
  1804. * Minor documentation fix.
  1805. ------------------------------------------------------------------------
  1806. r616 | sam | 2006-04-21 21:06:38 +0200 (Fri, 21 Apr 2006) | 2 lines
  1807. Changed paths:
  1808. M /trunk/cpp/caca++.cpp
  1809. M /trunk/cpp/caca++.h
  1810. M /trunk/cpp/cpptest.cpp
  1811. M /trunk/cpp/cucul++.cpp
  1812. M /trunk/cpp/cucul++.h
  1813. * Fixed ugly coding style of the C++ bindings. Vieux porc immonde.
  1814. ------------------------------------------------------------------------
  1815. r615 | sam | 2006-04-21 20:44:04 +0200 (Fri, 21 Apr 2006) | 4 lines
  1816. Changed paths:
  1817. M /trunk/caca/driver_raw.c
  1818. M /trunk/cpp/cucul++.cpp
  1819. M /trunk/cpp/cucul++.h
  1820. M /trunk/cucul/Makefile.am
  1821. M /trunk/cucul/cucul.c
  1822. M /trunk/cucul/cucul.h
  1823. M /trunk/cucul/export.c
  1824. A /trunk/cucul/import.c (from /trunk/cucul/cucul.c:612)
  1825. M /trunk/src/cacaplay.c
  1826. M /trunk/src/cacaserver.c
  1827. M /trunk/src/img2irc.c
  1828. M /trunk/test/export.c
  1829. * Moved cucul_load_canvas() into cucul/import.c and renamed it into
  1830. cucul_import_canvas().
  1831. * Renamed cucul_create_export() into cucul_export_canvas() for consistency.
  1832. ------------------------------------------------------------------------
  1833. r614 | sam | 2006-04-21 20:09:30 +0200 (Fri, 21 Apr 2006) | 2 lines
  1834. Changed paths:
  1835. M /trunk/cucul/colour.c
  1836. M /trunk/cucul/dither.c
  1837. M /trunk/cucul/export.c
  1838. M /trunk/cucul/font.c
  1839. * Minor documentation improvements.
  1840. ------------------------------------------------------------------------
  1841. r613 | sam | 2006-04-21 20:03:22 +0200 (Fri, 21 Apr 2006) | 3 lines
  1842. Changed paths:
  1843. M /trunk/TODO
  1844. M /trunk/caca/caca.h
  1845. M /trunk/cucul/cucul.h
  1846. M /trunk/doc/Makefile.am
  1847. M /trunk/doc/libcaca.dox
  1848. A /trunk/doc/migrating.dox
  1849. A /trunk/doc/user.dox
  1850. * Documentation improvements. Wrote a small migration guide and added the
  1851. skeleton of a tutorial for Jylam.
  1852. ------------------------------------------------------------------------
  1853. r612 | sam | 2006-04-21 18:27:43 +0200 (Fri, 21 Apr 2006) | 3 lines
  1854. Changed paths:
  1855. M /trunk/AUTHORS
  1856. M /trunk/NEWS
  1857. M /trunk/THANKS
  1858. M /trunk/TODO
  1859. M /trunk/caca/caca.h
  1860. M /trunk/doc/Makefile.am
  1861. M /trunk/doc/doxygen.cfg.in
  1862. A /trunk/doc/libcaca.dox
  1863. * Added AUTHORS, THANKS, NEWS and TODO to the Doxygen documentation. Moved the main
  1864. documentation page from caca.h to a separate file.
  1865. ------------------------------------------------------------------------
  1866. r611 | sam | 2006-04-21 14:01:14 +0200 (Fri, 21 Apr 2006) | 2 lines
  1867. Changed paths:
  1868. M /trunk/caca/driver_ncurses.c
  1869. * Do not use ncurses' TIOCGWINSZ handler if <sys/ioctl.h> is not here.
  1870. ------------------------------------------------------------------------
  1871. r610 | sam | 2006-04-19 15:02:45 +0200 (Wed, 19 Apr 2006) | 2 lines
  1872. Changed paths:
  1873. M /trunk/cpp/Makefile.am
  1874. * Workaround for broken C++ linking with old libtool versions.
  1875. ------------------------------------------------------------------------
  1876. r609 | sam | 2006-04-19 13:50:24 +0200 (Wed, 19 Apr 2006) | 3 lines
  1877. Changed paths:
  1878. M /trunk/NOTES
  1879. M /trunk/tools/optipal.c
  1880. * Moved the technical discussion on S-Lang's palette optimisation from
  1881. NOTES to tools/optipal.c.
  1882. ------------------------------------------------------------------------
  1883. r608 | sam | 2006-04-19 12:10:58 +0200 (Wed, 19 Apr 2006) | 2 lines
  1884. Changed paths:
  1885. M /trunk/caca/caca.c
  1886. M /trunk/caca/caca.h
  1887. M /trunk/caca/caca_internals.h
  1888. M /trunk/caca/driver_conio.c
  1889. M /trunk/caca/driver_gl.c
  1890. M /trunk/caca/driver_ncurses.c
  1891. M /trunk/caca/driver_raw.c
  1892. M /trunk/caca/driver_slang.c
  1893. M /trunk/caca/driver_vga.c
  1894. M /trunk/caca/driver_win32.c
  1895. M /trunk/caca/driver_x11.c
  1896. M /trunk/caca/graphics.c
  1897. M /trunk/cpp/caca++.cpp
  1898. M /trunk/cpp/caca++.h
  1899. M /trunk/cucul/cucul.c
  1900. M /trunk/python/pypycaca.c
  1901. M /trunk/python/pypycaca.h
  1902. M /trunk/src/aafire.c
  1903. M /trunk/src/cacaball.c
  1904. M /trunk/src/cacamoir.c
  1905. M /trunk/src/cacaplas.c
  1906. M /trunk/src/cacaplay.c
  1907. M /trunk/src/cacaview.c
  1908. M /trunk/test/colors.c
  1909. M /trunk/test/demo.c
  1910. M /trunk/test/dithering.c
  1911. M /trunk/test/event.c
  1912. M /trunk/test/font.c
  1913. M /trunk/test/gamma.c
  1914. M /trunk/test/hsv.c
  1915. M /trunk/test/spritedit.c
  1916. M /trunk/test/transform.c
  1917. M /trunk/test/truecolor.c
  1918. M /trunk/test/unicode.c
  1919. * More function mass-renaming: caca_attach -> caca_create_display, etc.
  1920. ------------------------------------------------------------------------
  1921. r607 | sam | 2006-04-19 11:07:55 +0200 (Wed, 19 Apr 2006) | 6 lines
  1922. Changed paths:
  1923. M /trunk/caca/driver_raw.c
  1924. M /trunk/cucul/cucul.c
  1925. M /trunk/cucul/export.c
  1926. M /trunk/src/cacaserver.c
  1927. * Added a new "caca" exporter.
  1928. * Removed most code from the raw driver and replaced it with a call to the
  1929. caca exporter.
  1930. * Slightly changed the caca export format and updated code accordingly.
  1931. * Improved cacaserver error reporting.
  1932. ------------------------------------------------------------------------
  1933. r606 | sam | 2006-04-18 18:51:52 +0200 (Tue, 18 Apr 2006) | 2 lines
  1934. Changed paths:
  1935. M /trunk/debian/control
  1936. * Updates to the Debian build files.
  1937. ------------------------------------------------------------------------
  1938. r605 | sam | 2006-04-18 18:50:56 +0200 (Tue, 18 Apr 2006) | 4 lines
  1939. Changed paths:
  1940. M /trunk/cucul/dither.c
  1941. M /trunk/src/aafire.c
  1942. M /trunk/src/cacaball.c
  1943. M /trunk/src/cacamoir.c
  1944. M /trunk/src/cacaplas.c
  1945. M /trunk/src/cacaview.c
  1946. M /trunk/src/img2irc.c
  1947. M /trunk/test/demo.c
  1948. M /trunk/test/export.c
  1949. M /trunk/test/font.c
  1950. M /trunk/test/gamma.c
  1951. M /trunk/test/hsv.c
  1952. * Changed the cucul_dither_bitmap behaviour so that the 4 coordinates are
  1953. now x/y/width/height instead of x1/y1/x2/y2. Avoids unnecessary +1/-1
  1954. computations.
  1955. ------------------------------------------------------------------------
  1956. r604 | sam | 2006-04-18 18:17:14 +0200 (Tue, 18 Apr 2006) | 4 lines
  1957. Changed paths:
  1958. M /trunk/cucul/cucul.c
  1959. M /trunk/cucul/dither.c
  1960. M /trunk/test/demo.c
  1961. M /trunk/test/dithering.c
  1962. * Changed the cucul_rand() behaviour. Now cucul_rand(0, 10) returns random
  1963. values between 0 and 9 (used to be 0 and 10). Updated documentation
  1964. accordingly.
  1965. ------------------------------------------------------------------------
  1966. r603 | sam | 2006-04-18 18:04:01 +0200 (Tue, 18 Apr 2006) | 3 lines
  1967. Changed paths:
  1968. M /trunk/cpp/cucul++.cpp
  1969. M /trunk/cpp/cucul++.h
  1970. M /trunk/cucul/canvas.c
  1971. M /trunk/cucul/cucul.h
  1972. M /trunk/src/cacaview.c
  1973. M /trunk/src/img2irc.c
  1974. M /trunk/test/colors.c
  1975. M /trunk/test/demo.c
  1976. M /trunk/test/event.c
  1977. M /trunk/test/gamma.c
  1978. M /trunk/test/spritedit.c
  1979. * Renamed cucul_clear() to cucul_clear_canvas() and added an argument to
  1980. choose the background colour.
  1981. ------------------------------------------------------------------------
  1982. r602 | sam | 2006-04-18 17:54:33 +0200 (Tue, 18 Apr 2006) | 4 lines
  1983. Changed paths:
  1984. M /trunk/caca/driver_conio.c
  1985. M /trunk/caca/driver_gl.c
  1986. M /trunk/caca/driver_ncurses.c
  1987. M /trunk/caca/driver_slang.c
  1988. M /trunk/caca/driver_vga.c
  1989. M /trunk/caca/driver_win32.c
  1990. M /trunk/caca/driver_x11.c
  1991. M /trunk/caca/graphics.c
  1992. M /trunk/cpp/cucul++.cpp
  1993. M /trunk/cucul/Makefile.am
  1994. A /trunk/cucul/buffer.c (from /trunk/cucul/cucul.c:600)
  1995. M /trunk/cucul/cucul.c
  1996. M /trunk/cucul/cucul.h
  1997. M /trunk/cucul/cucul_internals.h
  1998. M /trunk/cucul/export.c
  1999. M /trunk/cucul/font.c
  2000. M /trunk/src/aafire.c
  2001. M /trunk/src/cacaball.c
  2002. M /trunk/src/cacamoir.c
  2003. M /trunk/src/cacaplas.c
  2004. M /trunk/src/cacaplay.c
  2005. M /trunk/src/cacaserver.c
  2006. M /trunk/src/cacaview.c
  2007. M /trunk/src/img2irc.c
  2008. M /trunk/test/colors.c
  2009. M /trunk/test/demo.c
  2010. M /trunk/test/dithering.c
  2011. M /trunk/test/event.c
  2012. M /trunk/test/export.c
  2013. M /trunk/test/font.c
  2014. M /trunk/test/gamma.c
  2015. M /trunk/test/hsv.c
  2016. M /trunk/test/spritedit.c
  2017. M /trunk/test/transform.c
  2018. M /trunk/test/truecolor.c
  2019. M /trunk/test/unicode.c
  2020. * Renamed main canvas-related functions so that they have "canvas" in
  2021. their name, eg. cucul_create() -> cucul_create_canvas() etc.
  2022. * Moved buffer-related functions to cucul/buffer.c.
  2023. ------------------------------------------------------------------------
  2024. r601 | sam | 2006-04-18 17:12:12 +0200 (Tue, 18 Apr 2006) | 2 lines
  2025. Changed paths:
  2026. M /trunk/tools/makefont.c
  2027. * Cosmetic changes.
  2028. ------------------------------------------------------------------------
  2029. r600 | sam | 2006-04-18 17:11:25 +0200 (Tue, 18 Apr 2006) | 3 lines
  2030. Changed paths:
  2031. M /trunk/caca/caca.c
  2032. M /trunk/caca/caca.h
  2033. M /trunk/caca/caca_internals.h
  2034. M /trunk/caca/driver_conio.c
  2035. M /trunk/caca/driver_gl.c
  2036. M /trunk/caca/driver_ncurses.c
  2037. M /trunk/caca/driver_raw.c
  2038. M /trunk/caca/driver_slang.c
  2039. M /trunk/caca/driver_vga.c
  2040. M /trunk/caca/driver_win32.c
  2041. M /trunk/caca/driver_x11.c
  2042. M /trunk/caca/event.c
  2043. M /trunk/caca/graphics.c
  2044. M /trunk/cpp/caca++.cpp
  2045. M /trunk/cpp/caca++.h
  2046. M /trunk/cpp/cucul++.cpp
  2047. M /trunk/cpp/cucul++.h
  2048. M /trunk/cucul/box.c
  2049. M /trunk/cucul/canvas.c
  2050. M /trunk/cucul/charset.c
  2051. M /trunk/cucul/colour.c
  2052. M /trunk/cucul/conic.c
  2053. M /trunk/cucul/cucul.c
  2054. M /trunk/cucul/dither.c
  2055. M /trunk/cucul/export.c
  2056. M /trunk/cucul/font.c
  2057. M /trunk/cucul/line.c
  2058. M /trunk/cucul/sprite.c
  2059. M /trunk/cucul/transform.c
  2060. M /trunk/cucul/triangle.c
  2061. M /trunk/src/aafire.c
  2062. M /trunk/src/cacaball.c
  2063. M /trunk/src/cacamoir.c
  2064. M /trunk/src/cacaplas.c
  2065. M /trunk/src/cacaplay.c
  2066. M /trunk/src/cacaview.c
  2067. M /trunk/src/img2irc.c
  2068. M /trunk/test/colors.c
  2069. M /trunk/test/demo.c
  2070. M /trunk/test/dithering.c
  2071. M /trunk/test/event.c
  2072. M /trunk/test/export.c
  2073. M /trunk/test/font.c
  2074. M /trunk/test/gamma.c
  2075. M /trunk/test/hsv.c
  2076. M /trunk/test/spritedit.c
  2077. M /trunk/test/transform.c
  2078. M /trunk/test/truecolor.c
  2079. M /trunk/test/unicode.c
  2080. * Renamed caca_t into caca_display_t.
  2081. * Renamed canvas handle variables from "c" to "cv". Eh ouais mon gros.
  2082. ------------------------------------------------------------------------
  2083. r599 | sam | 2006-04-18 14:59:07 +0200 (Tue, 18 Apr 2006) | 2 lines
  2084. Changed paths:
  2085. M /trunk/caca/caca.c
  2086. M /trunk/caca/caca.h
  2087. M /trunk/caca/caca_internals.h
  2088. M /trunk/caca/driver_conio.c
  2089. M /trunk/caca/driver_gl.c
  2090. M /trunk/caca/driver_ncurses.c
  2091. M /trunk/caca/driver_raw.c
  2092. M /trunk/caca/driver_slang.c
  2093. M /trunk/caca/driver_vga.c
  2094. M /trunk/caca/driver_win32.c
  2095. M /trunk/caca/driver_x11.c
  2096. M /trunk/caca/event.c
  2097. M /trunk/caca/graphics.c
  2098. M /trunk/cpp/caca++.cpp
  2099. M /trunk/cpp/cucul++.cpp
  2100. M /trunk/cpp/cucul++.h
  2101. M /trunk/cucul/box.c
  2102. M /trunk/cucul/canvas.c
  2103. M /trunk/cucul/colour.c
  2104. M /trunk/cucul/conic.c
  2105. M /trunk/cucul/cucul.c
  2106. M /trunk/cucul/cucul.h
  2107. M /trunk/cucul/cucul_internals.h
  2108. M /trunk/cucul/dither.c
  2109. M /trunk/cucul/export.c
  2110. M /trunk/cucul/font.c
  2111. M /trunk/cucul/line.c
  2112. M /trunk/cucul/sprite.c
  2113. M /trunk/cucul/transform.c
  2114. M /trunk/cucul/triangle.c
  2115. M /trunk/src/aafire.c
  2116. M /trunk/src/cacaball.c
  2117. M /trunk/src/cacamoir.c
  2118. M /trunk/src/cacaplas.c
  2119. M /trunk/src/cacaplay.c
  2120. M /trunk/src/cacaserver.c
  2121. M /trunk/src/cacaview.c
  2122. M /trunk/src/img2irc.c
  2123. M /trunk/test/colors.c
  2124. M /trunk/test/demo.c
  2125. M /trunk/test/dithering.c
  2126. M /trunk/test/event.c
  2127. M /trunk/test/export.c
  2128. M /trunk/test/font.c
  2129. M /trunk/test/gamma.c
  2130. M /trunk/test/hsv.c
  2131. M /trunk/test/spritedit.c
  2132. M /trunk/test/transform.c
  2133. M /trunk/test/truecolor.c
  2134. M /trunk/test/unicode.c
  2135. * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con.
  2136. ------------------------------------------------------------------------
  2137. r598 | sam | 2006-04-18 14:57:11 +0200 (Tue, 18 Apr 2006) | 3 lines
  2138. Changed paths:
  2139. M /trunk/cpp/Makefile.am
  2140. * Fixed C++ bindings makefile so that it does not try to use the system's
  2141. <cucul.h> and <caca.h> headers.
  2142. ------------------------------------------------------------------------
  2143. r597 | sam | 2006-04-18 12:02:42 +0200 (Tue, 18 Apr 2006) | 2 lines
  2144. Changed paths:
  2145. M /trunk/cucul/export.c
  2146. * Truecolor support for the HTML and HTMLv3 exporters.
  2147. ------------------------------------------------------------------------
  2148. r596 | sam | 2006-04-18 11:57:15 +0200 (Tue, 18 Apr 2006) | 2 lines
  2149. Changed paths:
  2150. M /trunk/cucul/colour.c
  2151. * Fixed a bug in _cucul_argb32_to_rgb24fg/bg().
  2152. ------------------------------------------------------------------------
  2153. r595 | sam | 2006-04-18 10:33:53 +0200 (Tue, 18 Apr 2006) | 2 lines
  2154. Changed paths:
  2155. M /trunk/README
  2156. M /trunk/TODO
  2157. * Updated README (caca-config -> pkg-config) and TODO.
  2158. ------------------------------------------------------------------------
  2159. r594 | sam | 2006-04-18 10:33:06 +0200 (Tue, 18 Apr 2006) | 2 lines
  2160. Changed paths:
  2161. M /trunk/cucul/export.c
  2162. M /trunk/tools/makefont.c
  2163. * Cosmetic code changes and minor optimisations.
  2164. ------------------------------------------------------------------------
  2165. r593 | sam | 2006-04-18 10:24:41 +0200 (Tue, 18 Apr 2006) | 3 lines
  2166. Changed paths:
  2167. M /trunk/cucul/Makefile.am
  2168. M /trunk/cucul/cucul.c
  2169. M /trunk/cucul/cucul_internals.h
  2170. A /trunk/cucul/export.c
  2171. D /trunk/cucul/export_ansi.c
  2172. D /trunk/cucul/export_bitmap.c
  2173. D /trunk/cucul/export_html.c
  2174. D /trunk/cucul/export_irc.c
  2175. D /trunk/cucul/export_ps.c
  2176. D /trunk/cucul/export_svg.c
  2177. * Merged again all export functions into cucul/export.c. They're all the
  2178. same and they're very short (50-100 lines).
  2179. ------------------------------------------------------------------------
  2180. r592 | sam | 2006-04-18 10:21:31 +0200 (Tue, 18 Apr 2006) | 3 lines
  2181. Changed paths:
  2182. M /trunk/cucul/cucul.h
  2183. M /trunk/cucul/font.c
  2184. * Changed the buffer type in cucul_render_canvas() to void* to avoid
  2185. compilation warnings.
  2186. ------------------------------------------------------------------------
  2187. r591 | sam | 2006-04-18 10:19:42 +0200 (Tue, 18 Apr 2006) | 2 lines
  2188. Changed paths:
  2189. M /trunk/test/event.c
  2190. * Handle CACA_EVENT_QUIT in the event test program.
  2191. ------------------------------------------------------------------------
  2192. r590 | sam | 2006-04-18 10:18:03 +0200 (Tue, 18 Apr 2006) | 2 lines
  2193. Changed paths:
  2194. M /trunk/configure.ac
  2195. * Workaround for broken AC_PATH_X autoconf macros.
  2196. ------------------------------------------------------------------------
  2197. r589 | sam | 2006-04-18 10:13:20 +0200 (Tue, 18 Apr 2006) | 2 lines
  2198. Changed paths:
  2199. M /trunk/caca/driver_x11.c
  2200. * Compilation fix.
  2201. ------------------------------------------------------------------------
  2202. r588 | sam | 2006-04-17 22:09:42 +0200 (Mon, 17 Apr 2006) | 2 lines
  2203. Changed paths:
  2204. M /trunk/TODO
  2205. M /trunk/caca/caca.h
  2206. M /trunk/caca/driver_gl.c
  2207. M /trunk/caca/driver_x11.c
  2208. M /trunk/configure.ac
  2209. * Implemented CACA_EVENT_QUIT. Unused yet.
  2210. ------------------------------------------------------------------------
  2211. r587 | sam | 2006-04-17 15:34:02 +0200 (Mon, 17 Apr 2006) | 2 lines
  2212. Changed paths:
  2213. M /trunk/cpp
  2214. M /trunk/cpp/Makefile.am
  2215. * Fixed autotools stuff in the cpp bindings.
  2216. ------------------------------------------------------------------------
  2217. r586 | sam | 2006-04-17 15:31:43 +0200 (Mon, 17 Apr 2006) | 2 lines
  2218. Changed paths:
  2219. M /trunk/cpp/cpptest.cpp
  2220. * Compilation fix in cpptest.cpp.
  2221. ------------------------------------------------------------------------
  2222. r585 | jylam | 2006-04-17 15:23:28 +0200 (Mon, 17 Apr 2006) | 3 lines
  2223. Changed paths:
  2224. M /trunk/cpp/caca++.cpp
  2225. M /trunk/cpp/caca++.h
  2226. M /trunk/cpp/cpptest.cpp
  2227. * Fixed compile problem, put Event outside Caca class
  2228. ------------------------------------------------------------------------
  2229. r584 | sam | 2006-04-17 15:11:33 +0200 (Mon, 17 Apr 2006) | 3 lines
  2230. Changed paths:
  2231. M /trunk/cpp/cucul++.cpp
  2232. M /trunk/cpp/cucul++.h
  2233. M /trunk/cucul/Makefile.am
  2234. M /trunk/cucul/cucul.c
  2235. M /trunk/cucul/cucul.h
  2236. D /trunk/cucul/math.c
  2237. * Removed math.c from cucul, it's beyond uselessness. Kept cucul_rand in
  2238. cucul.c just in case.
  2239. ------------------------------------------------------------------------
  2240. r583 | sam | 2006-04-17 15:09:45 +0200 (Mon, 17 Apr 2006) | 2 lines
  2241. Changed paths:
  2242. D /trunk/cpp/Makefile.in
  2243. D /trunk/cpp/caca++.pc
  2244. D /trunk/cpp/cucul++.pc
  2245. * Removed a few useless files (vieux porc).
  2246. ------------------------------------------------------------------------
  2247. r582 | sam | 2006-04-17 14:48:57 +0200 (Mon, 17 Apr 2006) | 2 lines
  2248. Changed paths:
  2249. M /trunk/TODO
  2250. * Updated TODO list.
  2251. ------------------------------------------------------------------------
  2252. r581 | sam | 2006-04-17 14:48:35 +0200 (Mon, 17 Apr 2006) | 2 lines
  2253. Changed paths:
  2254. M /trunk/test/dithering.c
  2255. M /trunk/test/truecolor.c
  2256. * Minor cosmetic changes in the test programs.
  2257. ------------------------------------------------------------------------
  2258. r580 | sam | 2006-04-17 14:48:05 +0200 (Mon, 17 Apr 2006) | 2 lines
  2259. Changed paths:
  2260. M /trunk/cucul/export_ps.c
  2261. M /trunk/cucul/export_svg.c
  2262. * Truecolor support in the SVG and PostScript exporters.
  2263. ------------------------------------------------------------------------
  2264. r579 | sam | 2006-04-17 14:47:34 +0200 (Mon, 17 Apr 2006) | 2 lines
  2265. Changed paths:
  2266. M /trunk/cucul/Makefile.am
  2267. M /trunk/cucul/cucul.c
  2268. M /trunk/cucul/cucul_internals.h
  2269. A /trunk/cucul/export_bitmap.c
  2270. * Implemented TGA image export.
  2271. ------------------------------------------------------------------------
  2272. r578 | sam | 2006-04-17 14:46:34 +0200 (Mon, 17 Apr 2006) | 2 lines
  2273. Changed paths:
  2274. M /trunk/cucul/colour.c
  2275. M /trunk/cucul/cucul_internals.h
  2276. * Implemented argb32 to rgb24fg/bg colour conversions.
  2277. ------------------------------------------------------------------------
  2278. r577 | sam | 2006-04-17 14:45:07 +0200 (Mon, 17 Apr 2006) | 3 lines
  2279. Changed paths:
  2280. M /trunk/test/export.c
  2281. * Use cucul_get_export_list() in the export test instead of hardcoding the
  2282. list of available formats. Also added a few truecolor blocks to the test.
  2283. ------------------------------------------------------------------------
  2284. r576 | sam | 2006-04-17 14:41:50 +0200 (Mon, 17 Apr 2006) | 2 lines
  2285. Changed paths:
  2286. M /trunk/cucul/font.c
  2287. * Fixed abusive strictness in the font loader.
  2288. ------------------------------------------------------------------------
  2289. r575 | jylam | 2006-04-17 13:24:38 +0200 (Mon, 17 Apr 2006) | 2 lines
  2290. Changed paths:
  2291. M /trunk/TODO
  2292. * Updated TODO list.
  2293. ------------------------------------------------------------------------
  2294. r574 | jylam | 2006-04-17 13:19:26 +0200 (Mon, 17 Apr 2006) | 2 lines
  2295. Changed paths:
  2296. M /trunk/cpp/cpptest.cpp
  2297. * Better C++ test
  2298. ------------------------------------------------------------------------
  2299. r573 | jylam | 2006-04-17 13:06:48 +0200 (Mon, 17 Apr 2006) | 2 lines
  2300. Changed paths:
  2301. M /trunk/cpp/caca++.cpp
  2302. M /trunk/cpp/caca++.h
  2303. M /trunk/cpp/cpptest.cpp
  2304. M /trunk/cpp/cucul++.cpp
  2305. M /trunk/cpp/cucul++.h
  2306. * Added license in C++ files.
  2307. ------------------------------------------------------------------------
  2308. r572 | jylam | 2006-04-17 13:00:10 +0200 (Mon, 17 Apr 2006) | 2 lines
  2309. Changed paths:
  2310. M /trunk/cpp/cpptest.cpp
  2311. M /trunk/cpp/cucul++.cpp
  2312. M /trunk/cpp/cucul++.h
  2313. * Fixed C++ printf(), added it in example
  2314. ------------------------------------------------------------------------
  2315. r571 | jylam | 2006-04-17 12:44:40 +0200 (Mon, 17 Apr 2006) | 2 lines
  2316. Changed paths:
  2317. M /trunk/cpp/cpptest.cpp
  2318. * Forgot a test on Caca() instantiation
  2319. ------------------------------------------------------------------------
  2320. r570 | jylam | 2006-04-17 12:41:30 +0200 (Mon, 17 Apr 2006) | 2 lines
  2321. Changed paths:
  2322. M /trunk/Makefile.am
  2323. M /trunk/configure.ac
  2324. A /trunk/cpp
  2325. A /trunk/cpp/Makefile.am
  2326. A /trunk/cpp/Makefile.in
  2327. A /trunk/cpp/caca++.cpp
  2328. A /trunk/cpp/caca++.h
  2329. A /trunk/cpp/caca++.pc
  2330. A /trunk/cpp/caca++.pc.in
  2331. A /trunk/cpp/cpptest.cpp
  2332. A /trunk/cpp/cucul++.cpp
  2333. A /trunk/cpp/cucul++.h
  2334. A /trunk/cpp/cucul++.pc
  2335. A /trunk/cpp/cucul++.pc.in
  2336. * Added preliminary C++ bindings
  2337. ------------------------------------------------------------------------
  2338. r569 | sam | 2006-04-16 23:52:05 +0200 (Sun, 16 Apr 2006) | 2 lines
  2339. Changed paths:
  2340. M /trunk/caca/driver_gl.c
  2341. M /trunk/caca/driver_x11.c
  2342. * Added truecolor support to the X11 and GL drivers.
  2343. ------------------------------------------------------------------------
  2344. r568 | sam | 2006-04-16 23:29:40 +0200 (Sun, 16 Apr 2006) | 2 lines
  2345. Changed paths:
  2346. M /trunk/test
  2347. M /trunk/test/Makefile.am
  2348. A /trunk/test/truecolor.c
  2349. * Added test/truecolor.c to test non-ANSI colour pairs.
  2350. ------------------------------------------------------------------------
  2351. r567 | sam | 2006-04-16 23:26:25 +0200 (Sun, 16 Apr 2006) | 4 lines
  2352. Changed paths:
  2353. M /trunk/cucul/canvas.c
  2354. M /trunk/cucul/colour.c
  2355. M /trunk/cucul/cucul.h
  2356. M /trunk/cucul/cucul_internals.h
  2357. * Moved cucul_set_color() from canvas.c to colour.c.
  2358. * Added cucul_set_truecolor() for non-ANSI colours.
  2359. * Added new argb32 -> rgb12 conversion functions.
  2360. ------------------------------------------------------------------------
  2361. r566 | sam | 2006-04-16 20:28:47 +0200 (Sun, 16 Apr 2006) | 6 lines
  2362. Changed paths:
  2363. M /trunk/caca/caca.h
  2364. M /trunk/caca/caca_internals.h
  2365. M /trunk/caca/driver_conio.c
  2366. M /trunk/caca/driver_gl.c
  2367. M /trunk/caca/driver_ncurses.c
  2368. M /trunk/caca/driver_raw.c
  2369. M /trunk/caca/driver_slang.c
  2370. M /trunk/caca/driver_vga.c
  2371. M /trunk/caca/driver_win32.c
  2372. M /trunk/caca/driver_x11.c
  2373. M /trunk/caca/event.c
  2374. M /trunk/caca/time.c
  2375. M /trunk/cucul/cucul.c
  2376. M /trunk/cucul/cucul.h
  2377. M /trunk/cucul/cucul_internals.h
  2378. M /trunk/cucul/dither.c
  2379. M /trunk/cucul/export_ansi.c
  2380. M /trunk/cucul/export_html.c
  2381. M /trunk/cucul/export_irc.c
  2382. M /trunk/cucul/export_ps.c
  2383. M /trunk/cucul/export_svg.c
  2384. M /trunk/cucul/font.c
  2385. M /trunk/cucul/sprite.c
  2386. M /trunk/src/aafire.c
  2387. M /trunk/src/cacaball.c
  2388. M /trunk/src/cacamoir.c
  2389. M /trunk/src/cacaplas.c
  2390. M /trunk/src/cacaplay.c
  2391. M /trunk/src/cacaserver.c
  2392. M /trunk/src/cacaview.c
  2393. M /trunk/src/img2irc.c
  2394. M /trunk/test/colors.c
  2395. M /trunk/test/demo.c
  2396. M /trunk/test/dithering.c
  2397. M /trunk/test/event.c
  2398. M /trunk/test/export.c
  2399. M /trunk/test/font.c
  2400. M /trunk/test/gamma.c
  2401. M /trunk/test/hsv.c
  2402. M /trunk/test/spritedit.c
  2403. M /trunk/test/transform.c
  2404. M /trunk/test/unicode.c
  2405. * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs
  2406. such as cucul_dither_t instead of struct cucul_dither.
  2407. * Made cucul_buffer_t an opaque structure and implemented the two getters
  2408. cucul_get_buffer_data() and cucul_get_buffer_size().
  2409. * Documented all missing functions and function parameters.
  2410. ------------------------------------------------------------------------
  2411. r565 | sam | 2006-04-16 20:21:14 +0200 (Sun, 16 Apr 2006) | 2 lines
  2412. Changed paths:
  2413. M /trunk/cucul/cucul.pc.in
  2414. * Fixed bad library name in pc file.
  2415. ------------------------------------------------------------------------
  2416. r564 | jylam | 2006-04-15 17:24:13 +0200 (Sat, 15 Apr 2006) | 2 lines
  2417. Changed paths:
  2418. M /trunk/caca/caca_internals.h
  2419. M /trunk/cucul/font.c
  2420. M /trunk/msvc/cacaball.vcproj
  2421. M /trunk/msvc/cacafire.vcproj
  2422. M /trunk/msvc/cacamoir.vcproj
  2423. M /trunk/msvc/cacaplas.vcproj
  2424. M /trunk/msvc/cacaview.vcproj
  2425. M /trunk/msvc/config.h
  2426. M /trunk/msvc/libcaca.sln
  2427. M /trunk/msvc/libcaca.vcproj
  2428. M /trunk/perl/lib/Term/Caca/Constants.pm
  2429. M /trunk/perl/lib/Term/Caca.pm
  2430. M /trunk/perl/lib/Term/Kaka.pm
  2431. * Updated MSVC++ project (static library and src/*)
  2432. ------------------------------------------------------------------------
  2433. r563 | jylam | 2006-04-15 17:23:13 +0200 (Sat, 15 Apr 2006) | 2 lines
  2434. Changed paths:
  2435. M /trunk/test/demo.c
  2436. M /trunk/test/spritedit.c
  2437. * Fixed sprite functions (it compiles now) (Y'a des connards qui font ce qu'ils veulent, mais qui finissent pas)
  2438. ------------------------------------------------------------------------
  2439. r562 | sam | 2006-04-14 14:10:18 +0200 (Fri, 14 Apr 2006) | 2 lines
  2440. Changed paths:
  2441. M /trunk/caca/caca.c
  2442. M /trunk/caca/caca.h
  2443. M /trunk/caca/event.c
  2444. M /trunk/caca/graphics.c
  2445. M /trunk/cucul/box.c
  2446. M /trunk/cucul/canvas.c
  2447. M /trunk/cucul/conic.c
  2448. M /trunk/cucul/cucul.c
  2449. M /trunk/cucul/cucul.h
  2450. M /trunk/cucul/dither.c
  2451. M /trunk/cucul/font.c
  2452. M /trunk/cucul/line.c
  2453. M /trunk/cucul/math.c
  2454. M /trunk/cucul/sprite.c
  2455. M /trunk/cucul/triangle.c
  2456. * Improved documentation in many places.
  2457. ------------------------------------------------------------------------
  2458. r561 | sam | 2006-04-14 10:41:59 +0200 (Fri, 14 Apr 2006) | 3 lines
  2459. Changed paths:
  2460. M /trunk/configure.ac
  2461. M /trunk/doc/Makefile.am
  2462. M /trunk/doc/doxygen.cfg.in
  2463. * Generate a PDF documentation instead of the PostScript one. It has nice
  2464. hyperlinks! Also, set compact LaTeX mode and a few other Doxygen options.
  2465. ------------------------------------------------------------------------
  2466. r560 | sam | 2006-04-14 10:00:06 +0200 (Fri, 14 Apr 2006) | 2 lines
  2467. Changed paths:
  2468. M /trunk/cucul/font.c
  2469. * Ahaha I didn't even check that it compiled properly.
  2470. ------------------------------------------------------------------------
  2471. r559 | sam | 2006-04-14 09:33:48 +0200 (Fri, 14 Apr 2006) | 2 lines
  2472. Changed paths:
  2473. M /trunk/cucul/font.c
  2474. * Only support version 1 fonts.
  2475. ------------------------------------------------------------------------
  2476. r558 | sam | 2006-04-14 09:30:53 +0200 (Fri, 14 Apr 2006) | 3 lines
  2477. Changed paths:
  2478. M /trunk/caca/caca.c
  2479. M /trunk/caca/caca.h
  2480. M /trunk/caca/caca_internals.h
  2481. M /trunk/caca/driver_conio.c
  2482. M /trunk/caca/driver_gl.c
  2483. M /trunk/caca/driver_ncurses.c
  2484. M /trunk/caca/driver_raw.c
  2485. M /trunk/caca/driver_slang.c
  2486. M /trunk/caca/driver_vga.c
  2487. M /trunk/caca/driver_win32.c
  2488. M /trunk/caca/driver_x11.c
  2489. M /trunk/caca/event.c
  2490. M /trunk/caca/graphics.c
  2491. M /trunk/caca/time.c
  2492. M /trunk/cucul/box.c
  2493. M /trunk/cucul/canvas.c
  2494. M /trunk/cucul/charset.c
  2495. M /trunk/cucul/colour.c
  2496. M /trunk/cucul/conic.c
  2497. M /trunk/cucul/cucul.c
  2498. M /trunk/cucul/cucul.h
  2499. M /trunk/cucul/cucul_internals.h
  2500. M /trunk/cucul/dither.c
  2501. M /trunk/cucul/export_ansi.c
  2502. M /trunk/cucul/export_html.c
  2503. M /trunk/cucul/export_irc.c
  2504. M /trunk/cucul/export_ps.c
  2505. M /trunk/cucul/export_svg.c
  2506. M /trunk/cucul/font.c
  2507. M /trunk/cucul/line.c
  2508. M /trunk/cucul/math.c
  2509. M /trunk/cucul/sprite.c
  2510. M /trunk/cucul/transform.c
  2511. M /trunk/cucul/triangle.c
  2512. M /trunk/kernel/kernel.c
  2513. M /trunk/kernel/kernel.h
  2514. M /trunk/python/pypycaca.c
  2515. M /trunk/python/pypycaca.h
  2516. M /trunk/src/cacaplas.c
  2517. M /trunk/src/cacaserver.c
  2518. M /trunk/src/cacaview.c
  2519. M /trunk/src/common-image.c
  2520. M /trunk/src/common-image.h
  2521. * Removed \file directives from all files except caca.h and cucul.h, to
  2522. remove redundencies in the Doxygen documentation.
  2523. ------------------------------------------------------------------------
  2524. r557 | sam | 2006-04-13 19:57:19 +0200 (Thu, 13 Apr 2006) | 3 lines
  2525. Changed paths:
  2526. M /trunk/cucul/font.c
  2527. * Added a lot of sanity checks to the font parsing. It should now be
  2528. secure against broken files, but it probably needs peer review.
  2529. ------------------------------------------------------------------------
  2530. r556 | sam | 2006-04-13 19:54:07 +0200 (Thu, 13 Apr 2006) | 2 lines
  2531. Changed paths:
  2532. M /trunk/test/Makefile.am
  2533. M /trunk/test/font.c
  2534. * Redisplay the output bitmap using libcaca. Eh ouais mon gars.
  2535. ------------------------------------------------------------------------
  2536. r555 | sam | 2006-04-13 19:37:51 +0200 (Thu, 13 Apr 2006) | 2 lines
  2537. Changed paths:
  2538. M /trunk/test/hsv.c
  2539. * Fixed caca_get_event() call in test/hsv.c.
  2540. ------------------------------------------------------------------------
  2541. r554 | sam | 2006-04-13 19:08:16 +0200 (Thu, 13 Apr 2006) | 2 lines
  2542. Changed paths:
  2543. M /trunk/cucul/colour.c
  2544. * Fixed compilation warning.
  2545. ------------------------------------------------------------------------
  2546. r553 | sam | 2006-04-13 18:54:25 +0200 (Thu, 13 Apr 2006) | 2 lines
  2547. Changed paths:
  2548. M /trunk/cucul/colour.c
  2549. * Fixed colour conversion routines so that they work with ARGB too.
  2550. ------------------------------------------------------------------------
  2551. r552 | sam | 2006-04-13 18:10:16 +0200 (Thu, 13 Apr 2006) | 4 lines
  2552. Changed paths:
  2553. M /trunk/cucul/Makefile.am
  2554. M /trunk/cucul/cucul.h
  2555. M /trunk/cucul/font.c
  2556. A /trunk/cucul/font_mono9.h (from /trunk/cucul/font_monospace9.h:548)
  2557. A /trunk/cucul/font_monobold12.h
  2558. D /trunk/cucul/font_monospace9.h
  2559. M /trunk/test/font.c
  2560. * Implemented cucul_get_font_list() to retrieve the list of builtin fonts.
  2561. * Fixed font selection through cucul_font_load().
  2562. * Added a bigger 10x19 bold font.
  2563. ------------------------------------------------------------------------
  2564. r551 | sam | 2006-04-13 17:36:09 +0200 (Thu, 13 Apr 2006) | 3 lines
  2565. Changed paths:
  2566. M /trunk/tools/makefont.c
  2567. * Made makefont more configurable. Also, store the commandline in a comment
  2568. so that the font can be easily rebuilt.
  2569. ------------------------------------------------------------------------
  2570. r550 | sam | 2006-04-13 17:00:56 +0200 (Thu, 13 Apr 2006) | 2 lines
  2571. Changed paths:
  2572. M /trunk/TODO
  2573. * Updated TODO list.
  2574. ------------------------------------------------------------------------
  2575. r549 | sam | 2006-04-13 16:24:31 +0200 (Thu, 13 Apr 2006) | 3 lines
  2576. Changed paths:
  2577. M /trunk/cucul/cucul.h
  2578. M /trunk/cucul/font.c
  2579. M /trunk/test/font.c
  2580. * Internal font support through cucul_load_font(). Documented that.
  2581. * Removed ugly hooks from test/font.c.
  2582. ------------------------------------------------------------------------
  2583. r548 | sam | 2006-04-13 16:23:04 +0200 (Thu, 13 Apr 2006) | 2 lines
  2584. Changed paths:
  2585. M /trunk/cucul/font.c
  2586. * Ugly overflow bug in the rendering code.
  2587. ------------------------------------------------------------------------
  2588. r547 | sam | 2006-04-13 15:33:31 +0200 (Thu, 13 Apr 2006) | 5 lines
  2589. Changed paths:
  2590. M /trunk/cucul/cucul.h
  2591. M /trunk/cucul/font.c
  2592. M /trunk/test/font.c
  2593. * Implemented cucul_get_font_width() and cucul_get_font_height().
  2594. * Documented most font functions.
  2595. * Cleaned up cucul_render_canvas() and made it actually usable by external
  2596. programs. Removed ugly printf() debug calls.
  2597. ------------------------------------------------------------------------
  2598. r546 | sam | 2006-04-13 14:50:41 +0200 (Thu, 13 Apr 2006) | 2 lines
  2599. Changed paths:
  2600. M /trunk/cucul/cucul.c
  2601. M /trunk/cucul/cucul.h
  2602. M /trunk/cucul/cucul_internals.h
  2603. M /trunk/cucul/export_ansi.c
  2604. M /trunk/cucul/export_html.c
  2605. M /trunk/cucul/export_irc.c
  2606. M /trunk/cucul/export_ps.c
  2607. M /trunk/cucul/export_svg.c
  2608. M /trunk/src/cacaserver.c
  2609. M /trunk/src/img2irc.c
  2610. M /trunk/test/export.c
  2611. * Renamed cucul_export into cucul_buffer. We'll use it for other things.
  2612. ------------------------------------------------------------------------
  2613. r545 | sam | 2006-04-13 14:49:54 +0200 (Thu, 13 Apr 2006) | 2 lines
  2614. Changed paths:
  2615. M /trunk/cucul/font_monospace9.h
  2616. * Putain de bordel de manche a couilles. I forgot to fix the font.
  2617. ------------------------------------------------------------------------
  2618. r544 | sam | 2006-04-13 14:44:55 +0200 (Thu, 13 Apr 2006) | 2 lines
  2619. Changed paths:
  2620. M /trunk/tools/makefont.c
  2621. * Some cleaning up in makefont.c.
  2622. ------------------------------------------------------------------------
  2623. r543 | sam | 2006-04-13 14:25:36 +0200 (Thu, 13 Apr 2006) | 3 lines
  2624. Changed paths:
  2625. M /trunk/cucul/font.c
  2626. M /trunk/cucul/font_monospace9.h
  2627. M /trunk/tools/makefont.c
  2628. * Fixed 4, 2 and 1-bit font rendering.
  2629. * Replaced the 8-bit internal font with a 4-bit one.
  2630. ------------------------------------------------------------------------
  2631. r542 | sam | 2006-04-13 14:23:50 +0200 (Thu, 13 Apr 2006) | 3 lines
  2632. Changed paths:
  2633. M /trunk/cucul/colour.c
  2634. M /trunk/cucul/cucul_internals.h
  2635. * Created internal function _cucul_argb32_to_argb4() that splits an argb
  2636. fg/bg value into its separate argb 4-bit fields.
  2637. ------------------------------------------------------------------------
  2638. r541 | jylam | 2006-04-13 10:58:55 +0200 (Thu, 13 Apr 2006) | 2 lines
  2639. Changed paths:
  2640. M /trunk/test/spritedit.c
  2641. * Added silly play with interframe delay. Need to rework sprite format.
  2642. ------------------------------------------------------------------------
  2643. r540 | sam | 2006-04-13 10:44:25 +0200 (Thu, 13 Apr 2006) | 3 lines
  2644. Changed paths:
  2645. M /trunk/cucul/font_monospace9.h
  2646. * 4bpp fonts do not work yet. Replaced the built-in font with an 8bpp font
  2647. for the moment.
  2648. ------------------------------------------------------------------------
  2649. r539 | sam | 2006-04-13 10:39:30 +0200 (Thu, 13 Apr 2006) | 2 lines
  2650. Changed paths:
  2651. M /trunk/test
  2652. M /trunk/test/Makefile.am
  2653. A /trunk/test/font.c
  2654. * Added a test program for the font renderer.
  2655. ------------------------------------------------------------------------
  2656. r538 | sam | 2006-04-13 10:38:34 +0200 (Thu, 13 Apr 2006) | 2 lines
  2657. Changed paths:
  2658. M /trunk/test/export.c
  2659. * Code simplification.
  2660. ------------------------------------------------------------------------
  2661. r537 | sam | 2006-04-13 10:37:32 +0200 (Thu, 13 Apr 2006) | 2 lines
  2662. Changed paths:
  2663. M /trunk/cucul/Makefile.am
  2664. M /trunk/cucul/font.c
  2665. A /trunk/cucul/font_monospace9.h
  2666. * Created a built-in font from Bitstream Vera (Monospace 9).
  2667. ------------------------------------------------------------------------
  2668. r536 | sam | 2006-04-13 10:26:21 +0200 (Thu, 13 Apr 2006) | 2 lines
  2669. Changed paths:
  2670. M /trunk/configure.ac
  2671. M /trunk/tools
  2672. M /trunk/tools/Makefile.am
  2673. A /trunk/tools/makefont.c
  2674. * Added a font creator that uses pango to render glyphs.
  2675. ------------------------------------------------------------------------
  2676. r535 | sam | 2006-04-13 10:16:04 +0200 (Thu, 13 Apr 2006) | 3 lines
  2677. Changed paths:
  2678. M /trunk/cucul/cucul.h
  2679. M /trunk/cucul/font.c
  2680. * Slightly updated the font format and wrote a font loader. Also added a
  2681. skeleton for the renderer that will not last very long.
  2682. ------------------------------------------------------------------------
  2683. r534 | sam | 2006-04-12 18:34:34 +0200 (Wed, 12 Apr 2006) | 2 lines
  2684. Changed paths:
  2685. M /trunk/cucul/font.c
  2686. * New version of the font format.
  2687. ------------------------------------------------------------------------
  2688. r533 | sam | 2006-04-12 16:18:19 +0200 (Wed, 12 Apr 2006) | 3 lines
  2689. Changed paths:
  2690. M /trunk/cucul/Makefile.am
  2691. A /trunk/cucul/font.c
  2692. * Added a file for future font handling routines. Currently only the font
  2693. format proposal is in this file. Feel free to comment.
  2694. ------------------------------------------------------------------------
  2695. r532 | sam | 2006-04-12 10:57:59 +0200 (Wed, 12 Apr 2006) | 2 lines
  2696. Changed paths:
  2697. M /trunk/test
  2698. M /trunk/tools
  2699. * Proper svn:ignore properties on tools/.
  2700. ------------------------------------------------------------------------
  2701. r531 | sam | 2006-04-12 10:31:11 +0200 (Wed, 12 Apr 2006) | 3 lines
  2702. Changed paths:
  2703. M /trunk/Makefile.am
  2704. M /trunk/caca/driver_slang.c
  2705. M /trunk/configure.ac
  2706. M /trunk/test/Makefile.am
  2707. D /trunk/test/optipal.c
  2708. A /trunk/tools
  2709. A /trunk/tools/Makefile.am (from /trunk/test/Makefile.am:527)
  2710. A /trunk/tools/optipal.c (from /trunk/test/optipal.c:527)
  2711. * Moved test/optipal.c to tools/optipal.c. The tools subdirectory will
  2712. contain development tools that are only useful to libcaca developers.
  2713. ------------------------------------------------------------------------
  2714. r530 | sam | 2006-04-11 12:36:31 +0200 (Tue, 11 Apr 2006) | 4 lines
  2715. Changed paths:
  2716. M /trunk/src/Makefile.am
  2717. M /trunk/src/cacaview.c
  2718. * cacaview works again. Somewhat. Image loading is now handled by the
  2719. factored common-image.c file. Feature selection such as antialiasing or
  2720. dithering mode are still disabled.
  2721. ------------------------------------------------------------------------
  2722. r529 | sam | 2006-04-11 12:12:03 +0200 (Tue, 11 Apr 2006) | 2 lines
  2723. Changed paths:
  2724. M /trunk/src/common-image.c
  2725. * Renamed "freadint" to "u32fread", and so on.
  2726. ------------------------------------------------------------------------
  2727. r528 | sam | 2006-04-11 12:05:48 +0200 (Tue, 11 Apr 2006) | 3 lines
  2728. Changed paths:
  2729. M /trunk/src
  2730. M /trunk/src/Makefile.am
  2731. A /trunk/src/common-image.c (from /trunk/src/cacaview.c:523)
  2732. A /trunk/src/common-image.h
  2733. A /trunk/src/img2irc.c
  2734. * Added img2irc program. I know it does not have "cucul" or "caca" in the
  2735. name, but as I said, I do what I want. http://zoy.org/~sam/pb7th.png
  2736. ------------------------------------------------------------------------
  2737. r527 | sam | 2006-04-11 00:06:19 +0200 (Tue, 11 Apr 2006) | 3 lines
  2738. Changed paths:
  2739. M /trunk/cucul/export_ansi.c
  2740. M /trunk/cucul/export_html.c
  2741. M /trunk/cucul/export_irc.c
  2742. M /trunk/cucul/export_ps.c
  2743. M /trunk/cucul/export_svg.c
  2744. * Avoid useless call to strlen() in the exporters.
  2745. * Removed '\x0f' from the IRC exporter until I understand why it was here.
  2746. ------------------------------------------------------------------------
  2747. r526 | sam | 2006-04-11 00:03:22 +0200 (Tue, 11 Apr 2006) | 2 lines
  2748. Changed paths:
  2749. M /trunk/test/export.c
  2750. * Fixed test/export that was not printing the last character of the file.
  2751. ------------------------------------------------------------------------
  2752. r525 | sam | 2006-04-10 23:07:40 +0200 (Mon, 10 Apr 2006) | 2 lines
  2753. Changed paths:
  2754. M /trunk/TODO
  2755. * Updated TODO list. I forgot the aspect ratio function!
  2756. ------------------------------------------------------------------------
  2757. r524 | sam | 2006-04-10 22:24:12 +0200 (Mon, 10 Apr 2006) | 2 lines
  2758. Changed paths:
  2759. M /trunk/cucul/Makefile.am
  2760. D /trunk/cucul/bitmap.c
  2761. A /trunk/cucul/dither.c (from /trunk/cucul/bitmap.c:523)
  2762. * Renamed bitmap.c into dither.c.
  2763. ------------------------------------------------------------------------
  2764. r523 | sam | 2006-04-10 22:02:38 +0200 (Mon, 10 Apr 2006) | 2 lines
  2765. Changed paths:
  2766. M /trunk/cucul/bitmap.c
  2767. M /trunk/cucul/cucul.c
  2768. M /trunk/cucul/cucul.h
  2769. M /trunk/cucul/cucul_internals.h
  2770. M /trunk/src/aafire.c
  2771. M /trunk/src/cacaball.c
  2772. M /trunk/src/cacamoir.c
  2773. M /trunk/src/cacaplas.c
  2774. M /trunk/src/cacaview.c
  2775. M /trunk/test/demo.c
  2776. M /trunk/test/export.c
  2777. M /trunk/test/gamma.c
  2778. M /trunk/test/hsv.c
  2779. * Renamed *bitmap to *dither. Ben ouais connard, je fais ce que je veux.
  2780. ------------------------------------------------------------------------
  2781. r522 | sam | 2006-04-10 11:17:51 +0200 (Mon, 10 Apr 2006) | 4 lines
  2782. Changed paths:
  2783. M /trunk/cucul/bitmap.c
  2784. M /trunk/cucul/canvas.c
  2785. M /trunk/cucul/cucul.c
  2786. M /trunk/cucul/cucul.h
  2787. M /trunk/cucul/cucul_internals.h
  2788. M /trunk/cucul/sprite.c
  2789. M /trunk/test/dithering.c
  2790. M /trunk/test/optipal.c
  2791. * Replaced enum cucul_color with unsigned int. The size of an enum is not
  2792. really portable, and Visual Studio complains when they are not explicitely
  2793. cast.
  2794. ------------------------------------------------------------------------
  2795. r521 | sam | 2006-04-10 11:04:29 +0200 (Mon, 10 Apr 2006) | 2 lines
  2796. Changed paths:
  2797. M /trunk/doc/doxygen.cfg.in
  2798. * Updated the Doxygen configuration file.
  2799. ------------------------------------------------------------------------
  2800. r520 | sam | 2006-04-10 11:00:18 +0200 (Mon, 10 Apr 2006) | 3 lines
  2801. Changed paths:
  2802. M /trunk/cucul/export_ansi.c
  2803. M /trunk/cucul/export_html.c
  2804. M /trunk/cucul/export_irc.c
  2805. M /trunk/cucul/export_ps.c
  2806. M /trunk/cucul/export_svg.c
  2807. * Fixed old bugs I introduced in the exporters.
  2808. * Fixed exporter headers to make Doxygen happy.
  2809. ------------------------------------------------------------------------
  2810. r519 | sam | 2006-04-10 10:30:02 +0200 (Mon, 10 Apr 2006) | 2 lines
  2811. Changed paths:
  2812. M /trunk/cucul
  2813. * Forgot an svn:ignore property.
  2814. ------------------------------------------------------------------------
  2815. r518 | sam | 2006-04-10 09:52:07 +0200 (Mon, 10 Apr 2006) | 2 lines
  2816. Changed paths:
  2817. M /trunk/caca
  2818. M /trunk/caca/Makefile.am
  2819. A /trunk/caca/caca.pc.in
  2820. M /trunk/configure.ac
  2821. M /trunk/cucul/Makefile.am
  2822. A /trunk/cucul/cucul.pc.in
  2823. * Added pkgconfig files. Eh ouais mon gars.
  2824. ------------------------------------------------------------------------
  2825. r517 | sam | 2006-04-07 11:46:30 +0200 (Fri, 07 Apr 2006) | 2 lines
  2826. Changed paths:
  2827. M /trunk/caca/driver_conio.c
  2828. M /trunk/caca/driver_gl.c
  2829. M /trunk/caca/driver_ncurses.c
  2830. M /trunk/caca/driver_slang.c
  2831. M /trunk/caca/driver_vga.c
  2832. M /trunk/caca/driver_win32.c
  2833. M /trunk/caca/driver_x11.c
  2834. M /trunk/cucul/colour.c
  2835. M /trunk/cucul/cucul_internals.h
  2836. M /trunk/cucul/export_ansi.c
  2837. M /trunk/cucul/export_html.c
  2838. M /trunk/cucul/export_irc.c
  2839. M /trunk/cucul/export_ps.c
  2840. M /trunk/cucul/export_svg.c
  2841. * Replaced occurrences of "rgba" with "argb".
  2842. ------------------------------------------------------------------------
  2843. r516 | sam | 2006-04-07 10:55:01 +0200 (Fri, 07 Apr 2006) | 2 lines
  2844. Changed paths:
  2845. M /trunk/cucul/bitmap.c
  2846. * Fixed a syntax error. Gruik.
  2847. ------------------------------------------------------------------------
  2848. r515 | sam | 2006-04-07 10:19:42 +0200 (Fri, 07 Apr 2006) | 2 lines
  2849. Changed paths:
  2850. M /trunk/cucul/bitmap.c
  2851. M /trunk/cucul/cucul.h
  2852. * Changed the cucul_set_bitmap_antialias() argument to a string.
  2853. ------------------------------------------------------------------------
  2854. r514 | sam | 2006-04-06 15:49:10 +0200 (Thu, 06 Apr 2006) | 2 lines
  2855. Changed paths:
  2856. M /trunk/cucul/export_ps.c
  2857. * Of course I had to fuck up something. Here, PS export works again.
  2858. ------------------------------------------------------------------------
  2859. r513 | sam | 2006-04-06 15:41:56 +0200 (Thu, 06 Apr 2006) | 2 lines
  2860. Changed paths:
  2861. M /trunk/caca/driver_conio.c
  2862. M /trunk/caca/driver_gl.c
  2863. M /trunk/caca/driver_ncurses.c
  2864. M /trunk/caca/driver_raw.c
  2865. M /trunk/caca/driver_slang.c
  2866. M /trunk/caca/driver_vga.c
  2867. M /trunk/caca/driver_win32.c
  2868. M /trunk/caca/driver_x11.c
  2869. M /trunk/cucul/Makefile.am
  2870. M /trunk/cucul/canvas.c
  2871. A /trunk/cucul/colour.c
  2872. M /trunk/cucul/cucul.c
  2873. M /trunk/cucul/cucul_internals.h
  2874. M /trunk/cucul/export_ansi.c
  2875. M /trunk/cucul/export_html.c
  2876. M /trunk/cucul/export_irc.c
  2877. M /trunk/cucul/export_ps.c
  2878. M /trunk/cucul/export_svg.c
  2879. M /trunk/cucul/transform.c
  2880. M /trunk/src/cacaserver.c
  2881. * Store colour information on 32 bits, for future 12-bit colour support.
  2882. ------------------------------------------------------------------------
  2883. r512 | sam | 2006-04-06 15:21:15 +0200 (Thu, 06 Apr 2006) | 2 lines
  2884. Changed paths:
  2885. M /trunk/cucul/canvas.c
  2886. M /trunk/cucul/cucul.h
  2887. * Got rid of cucul_get_screen(). Use cucul_export() instead.
  2888. ------------------------------------------------------------------------
  2889. r511 | sam | 2006-04-06 15:11:12 +0200 (Thu, 06 Apr 2006) | 2 lines
  2890. Changed paths:
  2891. M /trunk/cucul/cucul.c
  2892. * Check the magic bytes at the end of the buffer when cucul_load()ing it.
  2893. ------------------------------------------------------------------------
  2894. r510 | sam | 2006-04-06 15:07:58 +0200 (Thu, 06 Apr 2006) | 2 lines
  2895. Changed paths:
  2896. M /trunk/src/cacaserver.c
  2897. * Sanity check in cacaserver.c.
  2898. ------------------------------------------------------------------------
  2899. r509 | sam | 2006-04-06 12:23:10 +0200 (Thu, 06 Apr 2006) | 2 lines
  2900. Changed paths:
  2901. M /trunk/src/cacaserver.c
  2902. * Fixed a crash when realloc() returns a new address.
  2903. ------------------------------------------------------------------------
  2904. r508 | sam | 2006-04-06 12:19:17 +0200 (Thu, 06 Apr 2006) | 2 lines
  2905. Changed paths:
  2906. M /trunk/cucul/cucul.c
  2907. * Fixed old typo that caused qq->height to be uninitialised.
  2908. ------------------------------------------------------------------------
  2909. r507 | jylam | 2006-04-01 23:29:10 +0200 (Sat, 01 Apr 2006) | 2 lines
  2910. Changed paths:
  2911. M /trunk/src/cacaserver.c
  2912. * Oops, removed unused variable
  2913. ------------------------------------------------------------------------
  2914. r506 | jylam | 2006-04-01 23:26:30 +0200 (Sat, 01 Apr 2006) | 2 lines
  2915. Changed paths:
  2916. M /trunk/src/cacaserver.c
  2917. * Added Winsock (c)(tm)(r) compatibility
  2918. ------------------------------------------------------------------------
  2919. r505 | jylam | 2006-04-01 18:11:37 +0200 (Sat, 01 Apr 2006) | 2 lines
  2920. Changed paths:
  2921. M /trunk/src/cacaplas.c
  2922. * removed b0rked test. No more pigs, I just commited 500 of them.
  2923. ------------------------------------------------------------------------
  2924. r504 | sam | 2006-04-01 17:58:10 +0200 (Sat, 01 Apr 2006) | 2 lines
  2925. Changed paths:
  2926. M /trunk/cucul/bitmap.c
  2927. * Set the default dithering mode to Floyd-Steinberg.
  2928. ------------------------------------------------------------------------
  2929. r503 | sam | 2006-04-01 17:56:31 +0200 (Sat, 01 Apr 2006) | 14 lines
  2930. Changed paths:
  2931. M /trunk/cucul/canvas.c
  2932. M /trunk/cucul/sprite.c
  2933. ((`)_.._ ,'-. _..._ _._
  2934. * Ooops. Compilation fix. \,' '-._.-\ ' ` .-'
  2935. .' / (
  2936. / S | _ _ \
  2937. | a \ o o |
  2938. ; m .-. /
  2939. ; ', '-.( '')-'
  2940. '. | ;-'
  2941. \ / /
  2942. / /-._ __, 7 |
  2943. \ `\ \`` | | |
  2944. \ \_,\ | |_,\
  2945. '-`' \_,\
  2946. ------------------------------------------------------------------------
  2947. r502 | sam | 2006-04-01 17:25:33 +0200 (Sat, 01 Apr 2006) | 2 lines
  2948. Changed paths:
  2949. M /trunk/TODO
  2950. M /trunk/cucul/canvas.c
  2951. M /trunk/cucul/cucul.h
  2952. * Got rid of the useless cucul_get_fg_color/cucul_get_bg_color functions.
  2953. ------------------------------------------------------------------------
  2954. r501 | sam | 2006-04-01 17:02:41 +0200 (Sat, 01 Apr 2006) | 2 lines
  2955. Changed paths:
  2956. M /trunk/TODO
  2957. * Updated the TODO list.
  2958. ------------------------------------------------------------------------
  2959. r500 | sam | 2006-04-01 17:02:05 +0200 (Sat, 01 Apr 2006) | 10 lines
  2960. Changed paths:
  2961. M /trunk/caca/caca.h
  2962. M /trunk/cucul/bitmap.c
  2963. M /trunk/cucul/cucul.c
  2964. M /trunk/cucul/cucul.h
  2965. M /trunk/cucul/cucul_internals.h
  2966. M /trunk/test/demo.c
  2967. * Removed CUCUL_BACKGROUND, CUCUL_ANTIALIASING and CUCUL_DITHERING
  2968. environment variables handling. Replaced that with three per-bitmap
  2969. functions: cucul_set_bitmap_antialias(), cucul_set_bitmap_color() and
  2970. cucul_set_bitmap_dithering().
  2971. * Added cucul_set_bitmap_brightness() and cucul_set_bitmap_contrast()
  2972. prototypes (but did not implement them yet).
  2973. * Added cucul_set_bitmap_charset() to choose what characters are going
  2974. to be used for the bitmap rendering.
  2975. * Removed the now useless cucul_get_feature(), cucul_set_feature() etc.
  2976. ------------------------------------------------------------------------
  2977. r499 | sam | 2006-04-01 16:44:09 +0200 (Sat, 01 Apr 2006) | 3 lines
  2978. Changed paths:
  2979. M /trunk/caca/caca.h
  2980. M /trunk/caca/event.c
  2981. M /trunk/src/aafire.c
  2982. M /trunk/src/cacaball.c
  2983. M /trunk/src/cacamoir.c
  2984. M /trunk/src/cacaplas.c
  2985. M /trunk/src/cacaplay.c
  2986. M /trunk/src/cacaview.c
  2987. M /trunk/test/colors.c
  2988. M /trunk/test/demo.c
  2989. M /trunk/test/dithering.c
  2990. M /trunk/test/event.c
  2991. M /trunk/test/gamma.c
  2992. M /trunk/test/hsv.c
  2993. M /trunk/test/spritedit.c
  2994. M /trunk/test/transform.c
  2995. M /trunk/test/unicode.c
  2996. * Merged caca_wait_event() into caca_get_event() and added a timeout
  2997. parameter to do what both functions did before, and even more.
  2998. ------------------------------------------------------------------------
  2999. r498 | sam | 2006-04-01 16:37:27 +0200 (Sat, 01 Apr 2006) | 2 lines
  3000. Changed paths:
  3001. M /trunk/src/Makefile.am
  3002. * Disabled cacaview for now. I'm going to utterly break it.
  3003. ------------------------------------------------------------------------
  3004. r497 | sam | 2006-04-01 16:36:59 +0200 (Sat, 01 Apr 2006) | 2 lines
  3005. Changed paths:
  3006. M /trunk/cucul/cucul.c
  3007. M /trunk/cucul/cucul.h
  3008. * Added cucul_get_export_list(). Returns a list of known export formats.
  3009. ------------------------------------------------------------------------
  3010. r496 | sam | 2006-03-29 11:41:30 +0200 (Wed, 29 Mar 2006) | 4 lines
  3011. Changed paths:
  3012. M /trunk/src/cacaserver.c
  3013. * cacaserver works again (but needs a complete rewrite because it's really
  3014. become ugly). You can now emulate the previous network driver behaviour
  3015. by doing: "CACA_DRIVER=raw cacaplas | cacaserver".
  3016. ------------------------------------------------------------------------
  3017. r495 | sam | 2006-03-28 00:16:58 +0200 (Tue, 28 Mar 2006) | 3 lines
  3018. Changed paths:
  3019. M /trunk/cucul/cucul.c
  3020. M /trunk/cucul/cucul.h
  3021. M /trunk/src/cacaserver.c
  3022. M /trunk/test/export.c
  3023. * Changed the 2nd argument of cucul_create_export to a string. This way we
  3024. can add new exporters without changing the API.
  3025. ------------------------------------------------------------------------
  3026. r494 | sam | 2006-03-28 00:12:12 +0200 (Tue, 28 Mar 2006) | 2 lines
  3027. Changed paths:
  3028. M /trunk/src/Makefile.am
  3029. * Oops, I barfed that makefile.
  3030. ------------------------------------------------------------------------
  3031. r493 | jylam | 2006-03-27 23:40:17 +0200 (Mon, 27 Mar 2006) | 2 lines
  3032. Changed paths:
  3033. M /trunk/src/aafire.c
  3034. M /trunk/src/cacaball.c
  3035. M /trunk/src/cacamoir.c
  3036. * Added "powered by libcaca" text to all examples for consistency
  3037. ------------------------------------------------------------------------
  3038. r492 | sam | 2006-03-27 23:37:52 +0200 (Mon, 27 Mar 2006) | 4 lines
  3039. Changed paths:
  3040. M /trunk/caca/Makefile.am
  3041. M /trunk/caca/caca.c
  3042. M /trunk/caca/caca.h
  3043. M /trunk/caca/caca_internals.h
  3044. D /trunk/caca/driver_network.c
  3045. M /trunk/src
  3046. M /trunk/src/Makefile.am
  3047. M /trunk/src/cacaplas.c
  3048. A /trunk/src/cacaserver.c (from /trunk/caca/driver_network.c:487)
  3049. * Removed the network driver and replaced it with a cacaserver executable
  3050. that has all the functionality, except it does not work yet (the stdin
  3051. reading routine is missing).
  3052. ------------------------------------------------------------------------
  3053. r491 | sam | 2006-03-27 23:33:29 +0200 (Mon, 27 Mar 2006) | 3 lines
  3054. Changed paths:
  3055. M /trunk/caca/driver_raw.c
  3056. M /trunk/src
  3057. M /trunk/src/Makefile.am
  3058. A /trunk/src/cacaplay.c
  3059. * Implemented a proof-of-concept cacaplay program that can redisplay a
  3060. single frame that was saved by the raw driver.
  3061. ------------------------------------------------------------------------
  3062. r490 | sam | 2006-03-27 23:22:34 +0200 (Mon, 27 Mar 2006) | 4 lines
  3063. Changed paths:
  3064. M /trunk/cucul/cucul.c
  3065. M /trunk/cucul/cucul.h
  3066. * Implemented cucul_load() to reload a file that was saved with the
  3067. raw driver. I know it is inconsistent to have the loader in libcucul
  3068. and the exporter in libcaca but I'll find a way to harmonise that.
  3069. ------------------------------------------------------------------------
  3070. r489 | jylam | 2006-03-27 20:17:09 +0200 (Mon, 27 Mar 2006) | 19 lines
  3071. Changed paths:
  3072. M /trunk/caca/driver_gl.c
  3073. * Fixed OpenGL mouse handling
  3074. Sam Le Vieux Porc
  3075. (\____/)
  3076. Le / @__@ \ Le
  3077. ( (oo) )
  3078. `-.~~.-' Vieux
  3079. Vieux / \
  3080. @/ \_
  3081. (/ / \ \) Porc
  3082. Porc WW`----'WW
  3083. Sam Le Vieux Porc
  3084. ------------------------------------------------------------------------
  3085. r488 | sam | 2006-03-27 20:07:18 +0200 (Mon, 27 Mar 2006) | 2 lines
  3086. Changed paths:
  3087. M /trunk/caca/Makefile.am
  3088. M /trunk/caca/caca.c
  3089. M /trunk/caca/caca_internals.h
  3090. A /trunk/caca/driver_raw.c
  3091. * Created a minimal raw driver that outputs stuff to stdout.
  3092. ------------------------------------------------------------------------
  3093. r487 | sam | 2006-03-27 11:35:22 +0200 (Mon, 27 Mar 2006) | 16 lines
  3094. Changed paths:
  3095. M /trunk/caca/driver_gl.c
  3096. ██████ ██████
  3097. * Ah mais putain j'avais pas vu ! ██░░░░██████████████████░░░░██
  3098. ██░░░░░░░░░░░░░░░░░░░░░░░░██
  3099. ██░░░░███░░░░░░░░███░░░░██
  3100. ██░░░░░░███░░░░░░███░░░░░░██
  3101. ██░░░░░░░░░░░░░░░░░░░░░░░░░░██
  3102. ██░░░░░░██████████████░░░░░░██
  3103. ██░░░░░██▒▒▒▒▒▒▒▒▒▒▒▒██░░░░░██
  3104. ██░░░░██▒▒▒▒██▒▒██▒▒▒▒██░░░░██
  3105. ██░░░░██▒▒▒▒██▒▒██▒▒▒▒██░░░░██
  3106. ██░░░░██▒▒▒▒▒▒▒▒▒▒▒▒██░░░░██
  3107. ██░░░░██████████████░░░░██
  3108. ███░░░░░░██████░░░░░░███
  3109. █████░░░░░░░░░░█████
  3110. ████████████
  3111. ------------------------------------------------------------------------
  3112. r486 | sam | 2006-03-27 10:01:27 +0200 (Mon, 27 Mar 2006) | 3 lines
  3113. Changed paths:
  3114. M /trunk/caca/driver_gl.c
  3115. M /trunk/configure.ac
  3116. * Reworked the OpenGL headers and Glut features detection (what did you
  3117. expect).
  3118. ------------------------------------------------------------------------
  3119. r485 | sam | 2006-03-27 09:40:30 +0200 (Mon, 27 Mar 2006) | 2 lines
  3120. Changed paths:
  3121. M /trunk/cucul/cucul.h
  3122. M /trunk/cucul/transform.c
  3123. * Implemented cucul_invert() to invert a canvas' colours.
  3124. ------------------------------------------------------------------------
  3125. r484 | jylam | 2006-03-27 01:08:19 +0200 (Mon, 27 Mar 2006) | 2 lines
  3126. Changed paths:
  3127. M /trunk/caca/driver_gl.c
  3128. * Fixed glutCheckLoop headers, testing only under MacOSX
  3129. ------------------------------------------------------------------------
  3130. r483 | jylam | 2006-03-27 00:57:12 +0200 (Mon, 27 Mar 2006) | 2 lines
  3131. Changed paths:
  3132. M /trunk/caca/driver_gl.c
  3133. M /trunk/configure.ac
  3134. * Added (untested) glut3 glutCheckLoop(), ans a regular display function
  3135. ------------------------------------------------------------------------
  3136. r482 | sam | 2006-03-26 22:16:28 +0200 (Sun, 26 Mar 2006) | 2 lines
  3137. Changed paths:
  3138. M /trunk/cucul/transform.c
  3139. * Minor addition to the rotate code.
  3140. ------------------------------------------------------------------------
  3141. r481 | sam | 2006-03-25 00:17:25 +0100 (Sat, 25 Mar 2006) | 2 lines
  3142. Changed paths:
  3143. M /trunk/caca/Makefile.am
  3144. M /trunk/src/Makefile.am
  3145. M /trunk/test/Makefile.am
  3146. * Workaround for automake < 1.6.
  3147. ------------------------------------------------------------------------
  3148. r480 | jylam | 2006-03-24 20:44:12 +0100 (Fri, 24 Mar 2006) | 24 lines
  3149. Changed paths:
  3150. M /trunk/cucul/bitmap.c
  3151. * Ok, invert works. OK OK SAM THAT WAS MY FAULT
  3152. AHAHAH _
  3153. _._ _..._ .-', _.._(`))
  3154. '-. ` ' /-._.-' ',/
  3155. ) MAIS \ '.
  3156. / _ _ | JE \
  3157. | a a / SUIS |
  3158. \ .-. ;
  3159. '-('' ).-' ,' UN ;
  3160. '-; | .'
  3161. \ VIEUX \ /
  3162. | 7 .__ _.-\ \
  3163. | | | ``/ /` /
  3164. /,_| | /,_/ /
  3165. /,_/ '`-'
  3166. POOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOORC!
  3167. ------------------------------------------------------------------------
  3168. r479 | jylam | 2006-03-24 20:34:45 +0100 (Fri, 24 Mar 2006) | 3 lines
  3169. Changed paths:
  3170. M /trunk/cucul/bitmap.c
  3171. M /trunk/cucul/cucul.h
  3172. M /trunk/test/demo.c
  3173. * 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.
  3174. ------------------------------------------------------------------------
  3175. r478 | sam | 2006-03-24 17:51:59 +0100 (Fri, 24 Mar 2006) | 24 lines
  3176. Changed paths:
  3177. M /trunk/caca/caca.h
  3178. M /trunk/caca/caca_internals.h
  3179. M /trunk/caca/driver_conio.c
  3180. M /trunk/caca/driver_gl.c
  3181. M /trunk/caca/driver_ncurses.c
  3182. M /trunk/caca/driver_network.c
  3183. M /trunk/caca/driver_slang.c
  3184. M /trunk/caca/driver_vga.c
  3185. M /trunk/caca/driver_win32.c
  3186. M /trunk/caca/driver_x11.c
  3187. M /trunk/caca/graphics.c
  3188. M /trunk/test/demo.c
  3189. * Merged caca_show_cursor() and caca_hide_cursor() into caca_set_mouse() so
  3190. that we have one function less.
  3191. * Fixed coding style.
  3192. * Removed FUCKING TABS. ____.------.___
  3193. _______.----'`` ``` `` ``` ``-.
  3194. _.--' ` ```` ` ` ` ``` `` `` ``.
  3195. _.-' ' ` `` ``` `` ` `' `. _
  3196. .-'' ` H A H A H A `' M A I S \/.)
  3197. . . .-' / ` ` ` `` ||
  3198. |`-.(``-. ` ` ` ' ` ` ``` |\
  3199. `. '\```\ `` ` V I E U X ' ' `` `-`` -|\\
  3200. `/''````) `` ` - - ````` ' '.' |\_)
  3201. |`'_._` ``` ''` P O R C . . ```` /
  3202. // @) \ ` `` ''' . ``` '/
  3203. /''''' | ` \).`.'-. ''' _ _ .`` ` '/
  3204. .''''- `-'`. . // )-- '/,,',,' ,,,,''__,._`' ' /
  3205. .' ` `- ` ' .' / ' /,;;;, ,___.---' \ '' / \
  3206. (`. .'` __',`''''.--'/ ' /'-----' | ' / ))
  3207. `'-'/ `'''_.---' \;;|- '/ ,,, | ''|`- |
  3208. `'--'---' |;| / ,,,,;;;;;;;;;;,,,,, |-' /` |
  3209. |;|-'| ,;;;;;;;;;;;;;;;; ;;;/ /|`'''
  3210. ''',,,''',,,,,,,,,,,,,,,' /,,'''
  3211. ''''
  3212. ------------------------------------------------------------------------
  3213. r477 | jylam | 2006-03-24 17:25:39 +0100 (Fri, 24 Mar 2006) | 2 lines
  3214. Changed paths:
  3215. M /trunk/caca/driver_x11.c
  3216. M /trunk/caca/graphics.c
  3217. * Fixed bug in show/hide cursor, implemented X11 cursor
  3218. ------------------------------------------------------------------------
  3219. r476 | jylam | 2006-03-24 16:42:46 +0100 (Fri, 24 Mar 2006) | 2 lines
  3220. Changed paths:
  3221. M /trunk/caca/driver_x11.c
  3222. M /trunk/test/demo.c
  3223. * Added forgotten X11 set/hide cursor (non-working code)
  3224. ------------------------------------------------------------------------
  3225. r475 | jylam | 2006-03-24 16:00:47 +0100 (Fri, 24 Mar 2006) | 2 lines
  3226. Changed paths:
  3227. M /trunk/caca/caca.h
  3228. M /trunk/caca/caca_internals.h
  3229. M /trunk/caca/driver_conio.c
  3230. M /trunk/caca/driver_gl.c
  3231. M /trunk/caca/driver_ncurses.c
  3232. M /trunk/caca/driver_network.c
  3233. M /trunk/caca/driver_slang.c
  3234. M /trunk/caca/driver_vga.c
  3235. M /trunk/caca/driver_win32.c
  3236. M /trunk/caca/graphics.c
  3237. * Added caca_show/hide_cursor, and corresponding GL binding
  3238. ------------------------------------------------------------------------
  3239. r474 | sam | 2006-03-24 15:17:40 +0100 (Fri, 24 Mar 2006) | 3 lines
  3240. Changed paths:
  3241. M /trunk/caca/caca.h
  3242. * Documented the caca_event structure and improved a few things here and
  3243. there in the documentation.
  3244. ------------------------------------------------------------------------
  3245. r473 | sam | 2006-03-24 10:48:20 +0100 (Fri, 24 Mar 2006) | 2 lines
  3246. Changed paths:
  3247. M /trunk/caca/caca.c
  3248. M /trunk/caca/caca_internals.h
  3249. M /trunk/caca/driver_conio.c
  3250. M /trunk/caca/driver_gl.c
  3251. M /trunk/caca/driver_ncurses.c
  3252. M /trunk/caca/driver_network.c
  3253. M /trunk/caca/driver_slang.c
  3254. M /trunk/caca/driver_vga.c
  3255. M /trunk/caca/driver_win32.c
  3256. M /trunk/caca/driver_x11.c
  3257. * Allow the driver initialisation to fail, for instance when $DISPLAY = "".
  3258. ------------------------------------------------------------------------
  3259. r472 | sam | 2006-03-24 10:30:02 +0100 (Fri, 24 Mar 2006) | 2 lines
  3260. Changed paths:
  3261. M /trunk/cucul/math.c
  3262. * Removed spurious prototype.
  3263. ------------------------------------------------------------------------
  3264. r471 | sam | 2006-03-23 19:38:44 +0100 (Thu, 23 Mar 2006) | 2 lines
  3265. Changed paths:
  3266. M /trunk/TODO
  3267. * Updated the TODO list with what's been done so far.
  3268. ------------------------------------------------------------------------
  3269. r470 | sam | 2006-03-23 19:36:59 +0100 (Thu, 23 Mar 2006) | 2 lines
  3270. Changed paths:
  3271. M /trunk/caca/caca.c
  3272. M /trunk/caca/caca.h
  3273. M /trunk/caca/caca_internals.h
  3274. M /trunk/caca/driver_conio.c
  3275. M /trunk/caca/driver_gl.c
  3276. M /trunk/caca/driver_ncurses.c
  3277. M /trunk/caca/driver_network.c
  3278. M /trunk/caca/driver_slang.c
  3279. M /trunk/caca/driver_vga.c
  3280. M /trunk/caca/driver_win32.c
  3281. M /trunk/caca/driver_x11.c
  3282. M /trunk/caca/event.c
  3283. M /trunk/src/aafire.c
  3284. M /trunk/src/cacaball.c
  3285. M /trunk/src/cacamoir.c
  3286. M /trunk/src/cacaplas.c
  3287. M /trunk/src/cacaview.c
  3288. M /trunk/test/colors.c
  3289. M /trunk/test/demo.c
  3290. M /trunk/test/dithering.c
  3291. M /trunk/test/event.c
  3292. M /trunk/test/gamma.c
  3293. M /trunk/test/hsv.c
  3294. M /trunk/test/spritedit.c
  3295. M /trunk/test/transform.c
  3296. M /trunk/test/unicode.c
  3297. * Massive rework of the event handling code, as per the TODO list.
  3298. ------------------------------------------------------------------------
  3299. r469 | sam | 2006-03-23 18:20:57 +0100 (Thu, 23 Mar 2006) | 2 lines
  3300. Changed paths:
  3301. M /trunk/test/gamma.c
  3302. * Hahaha mais le vieux porc c'est moi.
  3303. ------------------------------------------------------------------------
  3304. r468 | sam | 2006-03-23 16:14:17 +0100 (Thu, 23 Mar 2006) | 2 lines
  3305. Changed paths:
  3306. M /trunk/cucul/transform.c
  3307. * Added missing ASCII characters to cucul_rotate().
  3308. ------------------------------------------------------------------------
  3309. r467 | sam | 2006-03-23 15:07:32 +0100 (Thu, 23 Mar 2006) | 4 lines
  3310. Changed paths:
  3311. M /trunk/cucul/box.c
  3312. M /trunk/cucul/canvas.c
  3313. M /trunk/cucul/conic.c
  3314. M /trunk/cucul/cucul.h
  3315. M /trunk/cucul/cucul_internals.h
  3316. M /trunk/cucul/line.c
  3317. M /trunk/cucul/triangle.c
  3318. M /trunk/src/cacaview.c
  3319. M /trunk/test/demo.c
  3320. M /trunk/test/event.c
  3321. M /trunk/test/export.c
  3322. M /trunk/test/spritedit.c
  3323. * Made cucul_putchar32() an internal-only function.
  3324. * Changed the line, box, ellipsis etc. prototypes so that they use an UTF-8
  3325. string instead of a single character as their last argument.
  3326. ------------------------------------------------------------------------
  3327. r466 | sam | 2006-03-23 14:12:56 +0100 (Thu, 23 Mar 2006) | 2 lines
  3328. Changed paths:
  3329. M /trunk/cucul/cucul.c
  3330. M /trunk/cucul/cucul.h
  3331. M /trunk/src/aafire.c
  3332. M /trunk/src/cacaball.c
  3333. M /trunk/src/cacamoir.c
  3334. M /trunk/src/cacaplas.c
  3335. M /trunk/src/cacaview.c
  3336. M /trunk/test/colors.c
  3337. M /trunk/test/demo.c
  3338. M /trunk/test/dithering.c
  3339. M /trunk/test/event.c
  3340. M /trunk/test/export.c
  3341. M /trunk/test/gamma.c
  3342. M /trunk/test/hsv.c
  3343. M /trunk/test/spritedit.c
  3344. M /trunk/test/transform.c
  3345. M /trunk/test/unicode.c
  3346. * Renamed cucul_init()/cucul_end() into cucul_create()/cucul_free().
  3347. ------------------------------------------------------------------------
  3348. r465 | sam | 2006-03-23 12:34:27 +0100 (Thu, 23 Mar 2006) | 4 lines
  3349. Changed paths:
  3350. M /trunk/TODO
  3351. * Removed done stuff from the TODO.
  3352. * Updated the TODO list with what I said in the mailing-list. The top
  3353. priority is what's marked "API-dependent stuff".
  3354. ------------------------------------------------------------------------
  3355. r464 | sam | 2006-03-23 12:03:43 +0100 (Thu, 23 Mar 2006) | 2 lines
  3356. Changed paths:
  3357. M /trunk/test
  3358. M /trunk/test/Makefile.am
  3359. A /trunk/test/transform.c
  3360. * Added a test for the transformation routines.
  3361. ------------------------------------------------------------------------
  3362. r463 | sam | 2006-03-23 12:00:54 +0100 (Thu, 23 Mar 2006) | 2 lines
  3363. Changed paths:
  3364. M /trunk/cucul/transform.c
  3365. * Added more characters to the flip/rotate routines.
  3366. ------------------------------------------------------------------------
  3367. r462 | sam | 2006-03-23 10:47:06 +0100 (Thu, 23 Mar 2006) | 3 lines
  3368. Changed paths:
  3369. M /trunk/cucul/Makefile.am
  3370. M /trunk/cucul/cucul.h
  3371. A /trunk/cucul/transform.c
  3372. * Added cucul_flip(), cucul_flop() and cucul_transform() to perform
  3373. operations on canvases.
  3374. ------------------------------------------------------------------------
  3375. r461 | sam | 2006-03-22 22:15:57 +0100 (Wed, 22 Mar 2006) | 2 lines
  3376. Changed paths:
  3377. M /trunk/caca/caca.c
  3378. M /trunk/caca/caca.h
  3379. M /trunk/caca/caca_internals.h
  3380. M /trunk/caca/driver_conio.c
  3381. M /trunk/caca/driver_gl.c
  3382. M /trunk/caca/driver_ncurses.c
  3383. M /trunk/caca/driver_network.c
  3384. M /trunk/caca/driver_slang.c
  3385. M /trunk/caca/driver_vga.c
  3386. M /trunk/caca/driver_win32.c
  3387. M /trunk/caca/driver_x11.c
  3388. M /trunk/caca/event.c
  3389. M /trunk/caca/graphics.c
  3390. M /trunk/caca/time.c
  3391. M /trunk/cucul/bitmap.c
  3392. M /trunk/cucul/box.c
  3393. M /trunk/cucul/canvas.c
  3394. M /trunk/cucul/charset.c
  3395. M /trunk/cucul/conic.c
  3396. M /trunk/cucul/cucul.c
  3397. M /trunk/cucul/cucul.h
  3398. M /trunk/cucul/cucul_internals.h
  3399. M /trunk/cucul/export_ansi.c
  3400. M /trunk/cucul/export_html.c
  3401. M /trunk/cucul/export_irc.c
  3402. M /trunk/cucul/export_ps.c
  3403. M /trunk/cucul/export_svg.c
  3404. M /trunk/cucul/line.c
  3405. M /trunk/cucul/math.c
  3406. M /trunk/cucul/sprite.c
  3407. M /trunk/cucul/triangle.c
  3408. M /trunk/kernel/kernel.c
  3409. M /trunk/kernel/kernel.h
  3410. M /trunk/test
  3411. * Slightly changed header comments.
  3412. ------------------------------------------------------------------------
  3413. r460 | sam | 2006-03-22 21:10:14 +0100 (Wed, 22 Mar 2006) | 2 lines
  3414. Changed paths:
  3415. M /trunk/cucul/canvas.c
  3416. * Optimise cucul_blit() by using memcpy() if there is no mask.
  3417. ------------------------------------------------------------------------
  3418. r459 | sam | 2006-03-22 20:54:37 +0100 (Wed, 22 Mar 2006) | 3 lines
  3419. Changed paths:
  3420. M /trunk/cucul/canvas.c
  3421. M /trunk/cucul/cucul.h
  3422. M /trunk/test/Makefile.am
  3423. M /trunk/test/gamma.c
  3424. * Added the cucul_blit() function. It lets us blit various canvas one
  3425. onto the other with an optional mask.
  3426. ------------------------------------------------------------------------
  3427. r458 | sam | 2006-03-22 20:20:52 +0100 (Wed, 22 Mar 2006) | 2 lines
  3428. Changed paths:
  3429. M /trunk/cucul/cucul.c
  3430. * Fixed an uninitialised structure member.
  3431. ------------------------------------------------------------------------
  3432. r457 | sam | 2006-03-22 19:38:06 +0100 (Wed, 22 Mar 2006) | 3 lines
  3433. Changed paths:
  3434. M /trunk/cucul/Makefile.am
  3435. A /trunk/cucul/canvas.c (from /trunk/cucul/char.c:445)
  3436. D /trunk/cucul/char.c
  3437. * Renamed cucul/char.c into cucul/canvas.c because I'm adding stuff there
  3438. that is a bit more high level than characters.
  3439. ------------------------------------------------------------------------
  3440. r456 | sam | 2006-03-22 19:29:39 +0100 (Wed, 22 Mar 2006) | 2 lines
  3441. Changed paths:
  3442. M /trunk/caca/driver_network.c
  3443. M /trunk/cucul/cucul.c
  3444. M /trunk/cucul/cucul.h
  3445. M /trunk/test/export.c
  3446. * Renamed cucul_get_export() to cucul_create_export().
  3447. ------------------------------------------------------------------------
  3448. r455 | sam | 2006-03-22 18:49:18 +0100 (Wed, 22 Mar 2006) | 2 lines
  3449. Changed paths:
  3450. M /trunk/cucul/bitmap.c
  3451. M /trunk/cucul/cucul.h
  3452. M /trunk/src/aafire.c
  3453. M /trunk/src/cacaball.c
  3454. M /trunk/src/cacamoir.c
  3455. M /trunk/src/cacaplas.c
  3456. M /trunk/src/cacaview.c
  3457. M /trunk/test/demo.c
  3458. M /trunk/test/export.c
  3459. M /trunk/test/gamma.c
  3460. M /trunk/test/hsv.c
  3461. * Removed the cucul_t * argument from cucul_create_bitmap(). It's not needed.
  3462. ------------------------------------------------------------------------
  3463. r454 | sam | 2006-03-22 18:46:11 +0100 (Wed, 22 Mar 2006) | 3 lines
  3464. Changed paths:
  3465. M /trunk/cucul/cucul.c
  3466. M /trunk/cucul/cucul.h
  3467. M /trunk/src/aafire.c
  3468. M /trunk/src/cacaball.c
  3469. M /trunk/src/cacamoir.c
  3470. M /trunk/src/cacaplas.c
  3471. M /trunk/src/cacaview.c
  3472. M /trunk/test/colors.c
  3473. M /trunk/test/demo.c
  3474. M /trunk/test/dithering.c
  3475. M /trunk/test/event.c
  3476. M /trunk/test/export.c
  3477. M /trunk/test/gamma.c
  3478. M /trunk/test/hsv.c
  3479. M /trunk/test/spritedit.c
  3480. M /trunk/test/unicode.c
  3481. * Changed the cucul_init parameter so that it now directly accepts a
  3482. canvas size (use cucul_init(0, 0) for the old behaviour).
  3483. ------------------------------------------------------------------------
  3484. r453 | sam | 2006-03-22 18:34:03 +0100 (Wed, 22 Mar 2006) | 2 lines
  3485. Changed paths:
  3486. M /trunk/kernel/kernel.c
  3487. * Handle malloc(0), realloc(NULL,...) and realloc(...,0) in kernel mode.
  3488. ------------------------------------------------------------------------
  3489. r452 | sam | 2006-03-22 18:30:56 +0100 (Wed, 22 Mar 2006) | 2 lines
  3490. Changed paths:
  3491. M /trunk/cucul/cucul.c
  3492. * Removed code that did not need to be duplicated.
  3493. ------------------------------------------------------------------------
  3494. r451 | sam | 2006-03-22 17:09:14 +0100 (Wed, 22 Mar 2006) | 2 lines
  3495. Changed paths:
  3496. M /trunk/src/cacaview.c
  3497. * Gamma support in cacaview (through the g/G key).
  3498. ------------------------------------------------------------------------
  3499. r450 | sam | 2006-03-22 16:00:43 +0100 (Wed, 22 Mar 2006) | 2 lines
  3500. Changed paths:
  3501. M /trunk/test/gamma.c
  3502. * Added colour to the gamma test.
  3503. ------------------------------------------------------------------------
  3504. r449 | sam | 2006-03-22 15:56:50 +0100 (Wed, 22 Mar 2006) | 2 lines
  3505. Changed paths:
  3506. M /trunk/cucul/bitmap.c
  3507. * Use ln(x) = 2 * (t + t^3/3 + t^5/5 + ...) with t = (x-1)/(x+1).
  3508. ------------------------------------------------------------------------
  3509. r448 | sam | 2006-03-22 14:58:24 +0100 (Wed, 22 Mar 2006) | 2 lines
  3510. Changed paths:
  3511. M /trunk/test/gamma.c
  3512. * Animated gamma test.
  3513. ------------------------------------------------------------------------
  3514. r447 | sam | 2006-03-22 14:15:08 +0100 (Wed, 22 Mar 2006) | 2 lines
  3515. Changed paths:
  3516. M /trunk/cucul/cucul.h
  3517. M /trunk/cucul/math.c
  3518. * Got rid of cucul_powf(), too complex to implement and no longer used.
  3519. ------------------------------------------------------------------------
  3520. r446 | sam | 2006-03-22 14:12:54 +0100 (Wed, 22 Mar 2006) | 3 lines
  3521. Changed paths:
  3522. M /trunk/configure.ac
  3523. M /trunk/cucul/bitmap.c
  3524. * Added optional support for CP437 gray blocks in the bitmap renderer.
  3525. * Use a custom pow() function for gamma computation.
  3526. ------------------------------------------------------------------------
  3527. r445 | sam | 2006-03-21 12:05:56 +0100 (Tue, 21 Mar 2006) | 2 lines
  3528. Changed paths:
  3529. M /trunk/cucul/math.c
  3530. * Tried to do something with cucul_powf. It currently sucks.
  3531. ------------------------------------------------------------------------
  3532. r444 | sam | 2006-03-21 11:52:24 +0100 (Tue, 21 Mar 2006) | 2 lines
  3533. Changed paths:
  3534. M /trunk/src/cacaplas.c
  3535. * Changed the cacaplas colours. Yeah, I do what I want.
  3536. ------------------------------------------------------------------------
  3537. r443 | sam | 2006-03-21 11:09:15 +0100 (Tue, 21 Mar 2006) | 27 lines
  3538. Changed paths:
  3539. M /trunk/test/Makefile.am
  3540. A /trunk/test/gamma.c
  3541. ___
  3542. * Bitmap gamma test example. Of ,---. /""`_,'
  3543. course it does not work yet, | `\``""-; /
  3544. because some dirty old pig \ /`\\ ';'
  3545. implemented a cucul_powf() .') | __ \
  3546. function that only works / (` / /(O\. _|
  3547. with integer exponents. .-`| `"` ` .-\_
  3548. .-' \ ` ;=-.
  3549. HAHAHAHA MAIS .' . ._, / o o\
  3550. VIEUX PORC ! .-'` . '-._;_._.J
  3551. .-'` `.-'`
  3552. _. -` L ' .'
  3553. .' U '- ._.-'
  3554. /` C /
  3555. / y |
  3556. ._ ; J | |
  3557. )).-| | | /
  3558. (/`.-| \ \ / .;
  3559. ( (_)| | \ ; .' |
  3560. '--'; | `\ / / |
  3561. \ | `\ /.' /
  3562. \ / ; |`\ |
  3563. '. .' _.-| | | |
  3564. '-. .-';_"---'`.__| | | \
  3565. `'-._ ``'-. | \ \__\\
  3566. `''--.___\\ \__\\
  3567. ------------------------------------------------------------------------
  3568. r442 | sam | 2006-03-21 10:52:32 +0100 (Tue, 21 Mar 2006) | 2 lines
  3569. Changed paths:
  3570. M /trunk/cucul/bitmap.c
  3571. M /trunk/cucul/cucul.h
  3572. M /trunk/cucul/sprite.c
  3573. M /trunk/src/aafire.c
  3574. M /trunk/src/cacaball.c
  3575. M /trunk/src/cacamoir.c
  3576. M /trunk/src/cacaplas.c
  3577. M /trunk/src/cacaview.c
  3578. M /trunk/test/demo.c
  3579. M /trunk/test/export.c
  3580. M /trunk/test/hsv.c
  3581. * Got rid of useless parameters in cucul_*_bitmap and cucul_*_sprite.
  3582. ------------------------------------------------------------------------
  3583. r441 | sam | 2006-03-21 10:48:02 +0100 (Tue, 21 Mar 2006) | 2 lines
  3584. Changed paths:
  3585. M /trunk/configure.ac
  3586. M /trunk/kernel/kernel.c
  3587. * Use the asm versions of sin and cos when available.
  3588. ------------------------------------------------------------------------
  3589. r440 | jylam | 2006-03-20 16:23:11 +0100 (Mon, 20 Mar 2006) | 2 lines
  3590. Changed paths:
  3591. M /trunk/caca/driver_gl.c
  3592. * Added a bird.
  3593. ------------------------------------------------------------------------
  3594. r439 | sam | 2006-03-19 18:10:12 +0100 (Sun, 19 Mar 2006) | 2 lines
  3595. Changed paths:
  3596. M /trunk/caca/driver_x11.c
  3597. * Added basic support for a few Unicode characters to the X11 driver.
  3598. ------------------------------------------------------------------------
  3599. r438 | sam | 2006-03-19 17:59:34 +0100 (Sun, 19 Mar 2006) | 2 lines
  3600. Changed paths:
  3601. M /trunk/src/cacaplas.c
  3602. * Added a lame "powered by libcaca" banner to cacaplas.
  3603. ------------------------------------------------------------------------
  3604. r437 | sam | 2006-03-19 17:59:01 +0100 (Sun, 19 Mar 2006) | 2 lines
  3605. Changed paths:
  3606. M /trunk/TODO
  3607. * Added a few notes to the TODO list.
  3608. ------------------------------------------------------------------------
  3609. r436 | sam | 2006-03-19 17:42:31 +0100 (Sun, 19 Mar 2006) | 18 lines
  3610. Changed paths:
  3611. M /trunk/src/cacaball.c
  3612. Nan mais avec ma config _,--. ,--._
  3613. d'Emacs c'est vraiment \ > `-"""-' < /
  3614. impossible qu'il reste `-. .-'
  3615. des tabs dans mon code / 'e___e` \
  3616. \__ ( (o o) )
  3617. HAHAHAHA MAIS _\_ `=' _/_
  3618. VIEUX PORC ! / /|`-._.-'|\ \
  3619. \ ., / /||_______||\ \
  3620. .,|_) _/ /_||=======||_\ \_
  3621. _ _______( ,\ ', / _/==|| ||==\_ \
  3622. '(-'.` '-``o t__ `'( ^^ ^^ )`'
  3623. '/ (") \ /
  3624. | t-` \______|______/
  3625. \ )_.-` |______|______|
  3626. \ .^--| /_| )__| |__(
  3627. \_(_\ |_|'[_\ / ] [ \
  3628. '[_\ '[_\ `--' `--'
  3629. ------------------------------------------------------------------------
  3630. r435 | sam | 2006-03-19 17:34:53 +0100 (Sun, 19 Mar 2006) | 2 lines
  3631. Changed paths:
  3632. M /trunk/test/unicode.c
  3633. * More special characters in the Unicode test.
  3634. ------------------------------------------------------------------------
  3635. r434 | sam | 2006-03-18 01:12:25 +0100 (Sat, 18 Mar 2006) | 2 lines
  3636. Changed paths:
  3637. M /trunk/caca/caca.h
  3638. M /trunk/caca/caca_internals.h
  3639. M /trunk/caca/event.c
  3640. M /trunk/caca/graphics.c
  3641. M /trunk/cucul/char.c
  3642. M /trunk/cucul/cucul_internals.h
  3643. * Cosmetic fixes.
  3644. ------------------------------------------------------------------------
  3645. r433 | sam | 2006-03-18 01:06:24 +0100 (Sat, 18 Mar 2006) | 2 lines
  3646. Changed paths:
  3647. M /trunk/caca/driver_network.c
  3648. M /trunk/cucul/cucul.c
  3649. M /trunk/cucul/cucul.h
  3650. M /trunk/cucul/export_ansi.c
  3651. M /trunk/cucul/export_html.c
  3652. M /trunk/cucul/export_irc.c
  3653. M /trunk/cucul/export_ps.c
  3654. M /trunk/cucul/export_svg.c
  3655. M /trunk/test/export.c
  3656. * Renamed cucul_buffer to cucul_export. Vanilla rum rules.
  3657. ------------------------------------------------------------------------
  3658. r432 | sam | 2006-03-17 14:32:58 +0100 (Fri, 17 Mar 2006) | 2 lines
  3659. Changed paths:
  3660. M /trunk/caca/driver_conio.c
  3661. M /trunk/caca/driver_vga.c
  3662. M /trunk/cucul/Makefile.am
  3663. M /trunk/cucul/char.c
  3664. A /trunk/cucul/charset.c (from /trunk/cucul/char.c:428)
  3665. M /trunk/cucul/cucul_internals.h
  3666. * Factorised some charset handling code into a new cucul/charset.c file.
  3667. ------------------------------------------------------------------------
  3668. r431 | sam | 2006-03-17 11:35:26 +0100 (Fri, 17 Mar 2006) | 2 lines
  3669. Changed paths:
  3670. M /trunk/test/export.c
  3671. * Added a few commonly escaped characters to the export test: ( ) " < > &
  3672. ------------------------------------------------------------------------
  3673. r430 | sam | 2006-03-17 10:56:28 +0100 (Fri, 17 Mar 2006) | 2 lines
  3674. Changed paths:
  3675. M /trunk/cucul/export_svg.c
  3676. * Full Unicode support in the SVG exporter.
  3677. ------------------------------------------------------------------------
  3678. r429 | sam | 2006-03-17 10:49:16 +0100 (Fri, 17 Mar 2006) | 2 lines
  3679. Changed paths:
  3680. M /trunk/caca/driver_x11.c
  3681. * Print '?' instead of spaces for unknown glyphs in the X11 driver.
  3682. ------------------------------------------------------------------------
  3683. r428 | sam | 2006-03-16 20:10:12 +0100 (Thu, 16 Mar 2006) | 14 lines
  3684. Changed paths:
  3685. M /trunk/cucul/export_ps.c
  3686. ___
  3687. ',_`""\ .---,
  3688. \ :-""``/` |
  3689. Ahaha mais vieux porc !! `;' //`\ /
  3690. / __ | ('.
  3691. |_ ./O)\ \ `) \
  3692. _/-. ` `"` |`
  3693. .-=; ` /
  3694. /o o \ ,_, .
  3695. L._._;_.-' .
  3696. `'-.` '
  3697. `. '
  3698. '-._. -'
  3699. ------------------------------------------------------------------------
  3700. r427 | sam | 2006-03-16 20:00:59 +0100 (Thu, 16 Mar 2006) | 2 lines
  3701. Changed paths:
  3702. M /trunk/ChangeLog
  3703. * Updated ChangeLog and converted it to UTF-8.
  3704. ------------------------------------------------------------------------
  3705. r426 | sam | 2006-03-16 19:58:39 +0100 (Thu, 16 Mar 2006) | 2 lines
  3706. Changed paths:
  3707. M /trunk/cucul/export_svg.c
  3708. * Fixed Unicode handling and improved coding style in the SVG exporter.
  3709. ------------------------------------------------------------------------
  3710. r425 | sam | 2006-03-16 19:52:40 +0100 (Thu, 16 Mar 2006) | 2 lines
  3711. Changed paths:
  3712. M /trunk/test/export.c
  3713. * Do not write the trailing \0 when exporting data.
  3714. ------------------------------------------------------------------------
  3715. r424 | sam | 2006-03-16 19:44:07 +0100 (Thu, 16 Mar 2006) | 3 lines
  3716. Changed paths:
  3717. M /trunk/cucul/export_ps.c
  3718. * Fixed syntax errors in the generated PostScript document if ( ) \ or
  3719. Unicode characters are encountered.
  3720. ------------------------------------------------------------------------
  3721. r423 | sam | 2006-03-16 19:09:26 +0100 (Thu, 16 Mar 2006) | 3 lines
  3722. Changed paths:
  3723. M /trunk/cucul/export_ps.c
  3724. * Optimised for speed and space, fixed a few bugs, and improved coding style
  3725. in the PS exporter (vieux porc !).
  3726. ------------------------------------------------------------------------
  3727. r422 | sam | 2006-03-16 18:04:09 +0100 (Thu, 16 Mar 2006) | 2 lines
  3728. Changed paths:
  3729. M /trunk/cucul/cucul.c
  3730. * Comment clarification.
  3731. ------------------------------------------------------------------------
  3732. r421 | sam | 2006-03-16 17:59:57 +0100 (Thu, 16 Mar 2006) | 2 lines
  3733. Changed paths:
  3734. M /trunk/caca/driver_win32.c
  3735. * Fix resizing of the Win32 console. It now adapts to the requested size.
  3736. ------------------------------------------------------------------------
  3737. r420 | sam | 2006-03-16 13:58:55 +0100 (Thu, 16 Mar 2006) | 3 lines
  3738. Changed paths:
  3739. M /trunk/caca/driver_conio.c
  3740. M /trunk/caca/driver_vga.c
  3741. * Duplicated the conio.h Unicode->CP437 conversion into the VGA driver.
  3742. * Cosmetic code changes.
  3743. ------------------------------------------------------------------------
  3744. r419 | sam | 2006-03-16 13:50:07 +0100 (Thu, 16 Mar 2006) | 2 lines
  3745. Changed paths:
  3746. M /trunk/caca/driver_slang.c
  3747. * Fixed compiler warnings when UTF-8 S-Lang is not available.
  3748. ------------------------------------------------------------------------
  3749. r418 | sam | 2006-03-16 13:49:20 +0100 (Thu, 16 Mar 2006) | 2 lines
  3750. Changed paths:
  3751. M /trunk/caca/driver_ncurses.c
  3752. M /trunk/configure.ac
  3753. * Use UTF-8 enable ncurses (ncursesw) if available. Doesn't seem to work.
  3754. ------------------------------------------------------------------------
  3755. r417 | sam | 2006-03-16 13:46:39 +0100 (Thu, 16 Mar 2006) | 3 lines
  3756. Changed paths:
  3757. M /trunk/build-win32
  3758. * Distribute the license with Win32 packages and convert text files to
  3759. CRLF format.
  3760. ------------------------------------------------------------------------
  3761. r416 | sam | 2006-03-15 23:07:55 +0100 (Wed, 15 Mar 2006) | 3 lines
  3762. Changed paths:
  3763. M /trunk/caca/driver_conio.c
  3764. M /trunk/test/unicode.c
  3765. * Added support for Unicode characters that fall into CP437 0x01 - 0x1f to
  3766. the DOS/conio.h driver, and updated the unicode test accordingly.
  3767. ------------------------------------------------------------------------
  3768. r415 | sam | 2006-03-15 21:39:43 +0100 (Wed, 15 Mar 2006) | 2 lines
  3769. Changed paths:
  3770. M /trunk/test/export.c
  3771. M /trunk/test/unicode.c
  3772. * Added a few more Unicode characters to the export and unicode tests.
  3773. ------------------------------------------------------------------------
  3774. r414 | sam | 2006-03-15 21:30:39 +0100 (Wed, 15 Mar 2006) | 3 lines
  3775. Changed paths:
  3776. M /trunk/caca/driver_conio.c
  3777. * Partial Unicode support for the DOS/conio.h driver. Glyphs that have
  3778. equivalents in CP437 0x7f - 0xff are translated.
  3779. ------------------------------------------------------------------------
  3780. r413 | sam | 2006-03-15 19:41:29 +0100 (Wed, 15 Mar 2006) | 2 lines
  3781. Changed paths:
  3782. M /trunk/cucul/export_html.c
  3783. * Unicode support in the HTML exporter.
  3784. ------------------------------------------------------------------------
  3785. r412 | sam | 2006-03-15 18:42:03 +0100 (Wed, 15 Mar 2006) | 2 lines
  3786. Changed paths:
  3787. M /trunk/caca/caca.c
  3788. * Cosmetic.
  3789. ------------------------------------------------------------------------
  3790. r411 | sam | 2006-03-15 18:33:03 +0100 (Wed, 15 Mar 2006) | 2 lines
  3791. Changed paths:
  3792. M /trunk/test
  3793. M /trunk/test/Makefile.am
  3794. A /trunk/test/export.c
  3795. * Small test program for exporters. Usage: "export html", "export irc" etc.
  3796. ------------------------------------------------------------------------
  3797. r410 | jylam | 2006-03-15 18:16:09 +0100 (Wed, 15 Mar 2006) | 24 lines
  3798. Changed paths:
  3799. A /trunk/cucul/export_svg.c
  3800. * Added the SVG exporter sources. SAM IS KOREA KEKEKEK ^^
  3801. *p_e_n_i_s_b_i_r_d_p_e_n_i_s_b_i_r_d_*
  3802. p______...___________________________p
  3803. e____(_..__`'-.,--,__________________e
  3804. n_____'-._'-.__`\a\\_________________n
  3805. i_________'.___.'_(|_________________i
  3806. s____________7____||_________________s
  3807. b___________/___.'_|_________________b
  3808. i__________/_.-'__,J_________________i
  3809. r_________/_________\________________r
  3810. d________||___/______;_______________d
  3811. *________||__|_______|_______________*
  3812. p________`\__\_______|__/__''\_______p
  3813. e__________'._\______/.-`____{}|_____e
  3814. n___________/\_`;_.-'_________/______n
  3815. i___________\_;(((____.--'\_/________i
  3816. s_________.(((_____.-;\______________s
  3817. b____.--'`_____,;`'.'-;\_____________b
  3818. i_taco's____.'____'._.'\\____________i
  3819. r_dick_--'_________|__\_|____________r
  3820. d__________________\_\,_/____________d
  3821. *p_e_n_i_s_b_i_r_d_p_e_n_i_s_b_i_r_d_*
  3822. ------------------------------------------------------------------------
  3823. r409 | jylam | 2006-03-15 17:55:40 +0100 (Wed, 15 Mar 2006) | 2 lines
  3824. Changed paths:
  3825. M /trunk/cucul/Makefile.am
  3826. M /trunk/cucul/cucul.c
  3827. M /trunk/cucul/cucul.h
  3828. M /trunk/cucul/export_html.c
  3829. M /trunk/cucul/export_ps.c
  3830. * Added preliminary (but working) SVG exporter
  3831. ------------------------------------------------------------------------
  3832. r408 | jylam | 2006-03-15 16:03:43 +0100 (Wed, 15 Mar 2006) | 2 lines
  3833. Changed paths:
  3834. M /trunk/caca/driver_network.c
  3835. * Added telnet commands and options strings for debug
  3836. ------------------------------------------------------------------------
  3837. r407 | jylam | 2006-03-15 14:48:51 +0100 (Wed, 15 Mar 2006) | 2 lines
  3838. Changed paths:
  3839. M /trunk/test/demo.c
  3840. * Fixed refresh when updating parameter in display_menu()
  3841. ------------------------------------------------------------------------
  3842. r406 | jylam | 2006-03-15 14:10:34 +0100 (Wed, 15 Mar 2006) | 2 lines
  3843. Changed paths:
  3844. M /trunk/kernel/kernel.c
  3845. * Removed false comment
  3846. ------------------------------------------------------------------------
  3847. r405 | jylam | 2006-03-15 14:06:25 +0100 (Wed, 15 Mar 2006) | 2 lines
  3848. Changed paths:
  3849. M /trunk/src/cacaball.c
  3850. * Optimised cacaballs a bit
  3851. ------------------------------------------------------------------------
  3852. r404 | jylam | 2006-03-15 13:51:08 +0100 (Wed, 15 Mar 2006) | 2 lines
  3853. Changed paths:
  3854. M /trunk/src/cacaball.c
  3855. * Better cacaballs parameters
  3856. ------------------------------------------------------------------------
  3857. r403 | sam | 2006-03-15 11:04:56 +0100 (Wed, 15 Mar 2006) | 3 lines
  3858. Changed paths:
  3859. M /trunk/src/cacamoir.c
  3860. * Increased cacamoir circle thikness by 50%, because it currently really
  3861. sucks in small resolutions.
  3862. ------------------------------------------------------------------------
  3863. r402 | sam | 2006-03-15 11:03:04 +0100 (Wed, 15 Mar 2006) | 2 lines
  3864. Changed paths:
  3865. M /trunk/caca/driver_gl.c
  3866. M /trunk/caca/driver_ncurses.c
  3867. M /trunk/caca/driver_x11.c
  3868. M /trunk/src/cacaball.c
  3869. * Minor coding style fixes.
  3870. ------------------------------------------------------------------------
  3871. r401 | sam | 2006-03-15 11:02:08 +0100 (Wed, 15 Mar 2006) | 2 lines
  3872. Changed paths:
  3873. M /trunk/caca/driver_win32.c
  3874. * UTF-8 support in the Win32 driver.
  3875. ------------------------------------------------------------------------
  3876. r400 | sam | 2006-03-15 11:01:14 +0100 (Wed, 15 Mar 2006) | 3 lines
  3877. Changed paths:
  3878. M /trunk/caca/caca.h
  3879. M /trunk/caca/driver_network.c
  3880. * Support CACA_GEOMETRY in the network driver. Still defaults to 80x24.
  3881. * Use RETSIGTYPE for signal handler return values.
  3882. ------------------------------------------------------------------------
  3883. r399 | sam | 2006-03-15 10:57:04 +0100 (Wed, 15 Mar 2006) | 4 lines
  3884. Changed paths:
  3885. M /trunk/caca/driver_slang.c
  3886. M /trunk/configure.ac
  3887. * Do not fail if SLsmg_utf8_enable was not found, just disable UTF-8 support
  3888. in the SLang driver.
  3889. * Cosmetic fixes in configure.ac.
  3890. ------------------------------------------------------------------------
  3891. r398 | sam | 2006-03-14 23:05:34 +0100 (Tue, 14 Mar 2006) | 6 lines
  3892. Changed paths:
  3893. M /trunk/caca/driver_network.c
  3894. M /trunk/cucul/cucul.c
  3895. M /trunk/cucul/cucul.h
  3896. M /trunk/cucul/cucul_internals.h
  3897. M /trunk/cucul/export_ansi.c
  3898. M /trunk/cucul/export_html.c
  3899. M /trunk/cucul/export_irc.c
  3900. M /trunk/cucul/export_ps.c
  3901. * Replaced all cucul_get_* exporters with a generic cucul_export() function.
  3902. * Got rid of static buffers; we now use cucul_free() to free exported
  3903. buffers.
  3904. * Fixed light background in the ANSI exporter by adding escape sequences for
  3905. most terminal emulators.
  3906. ------------------------------------------------------------------------
  3907. r397 | jylam | 2006-03-14 20:01:19 +0100 (Tue, 14 Mar 2006) | 2 lines
  3908. Changed paths:
  3909. M /trunk/kernel/kernel.c
  3910. * Fixed UPPER() for strcasecmp
  3911. ------------------------------------------------------------------------
  3912. r396 | sam | 2006-03-14 19:10:30 +0100 (Tue, 14 Mar 2006) | 2 lines
  3913. Changed paths:
  3914. M /trunk/kernel/kernel.c
  3915. * Rewrote strncasecmp. Totally untested, of course.
  3916. ------------------------------------------------------------------------
  3917. r395 | sam | 2006-03-14 18:09:17 +0100 (Tue, 14 Mar 2006) | 2 lines
  3918. Changed paths:
  3919. M /trunk/cucul/export_ps.c
  3920. * STATIC char const. AHAHAHAHA.
  3921. ------------------------------------------------------------------------
  3922. r394 | sam | 2006-03-14 18:06:12 +0100 (Tue, 14 Mar 2006) | 3 lines
  3923. Changed paths:
  3924. M /trunk/caca/driver_network.c
  3925. * Do not switch to alternate screen when clearing, because sometimes we
  3926. are unable to cleanly restore the state.
  3927. ------------------------------------------------------------------------
  3928. r393 | jylam | 2006-03-14 17:57:53 +0100 (Tue, 14 Mar 2006) | 2 lines
  3929. Changed paths:
  3930. M /trunk/cucul/export_ps.c
  3931. * Cosmetic changes. AHAHAH I COMMITED IT MYSELF.
  3932. ------------------------------------------------------------------------
  3933. r392 | jylam | 2006-03-14 17:51:38 +0100 (Tue, 14 Mar 2006) | 2 lines
  3934. Changed paths:
  3935. M /trunk/cucul/export_ps.c
  3936. * Postscript exporter now kinda works. Paper size to be fixed
  3937. ------------------------------------------------------------------------
  3938. r391 | jylam | 2006-03-14 16:39:38 +0100 (Tue, 14 Mar 2006) | 2 lines
  3939. Changed paths:
  3940. M /trunk/cucul/Makefile.am
  3941. M /trunk/cucul/cucul.c
  3942. M /trunk/cucul/cucul.h
  3943. M /trunk/cucul/cucul_internals.h
  3944. A /trunk/cucul/export_ps.c
  3945. * Added preliminary Postscript (tm) (r) (c) exporter.
  3946. ------------------------------------------------------------------------
  3947. r390 | sam | 2006-03-14 15:19:58 +0100 (Tue, 14 Mar 2006) | 2 lines
  3948. Changed paths:
  3949. M /trunk/caca/driver_network.c
  3950. * Pressing Ctrl-C on the client side now drops the connection.
  3951. ------------------------------------------------------------------------
  3952. r389 | sam | 2006-03-14 13:49:32 +0100 (Tue, 14 Mar 2006) | 2 lines
  3953. Changed paths:
  3954. M /trunk/TODO
  3955. * Updated the TODO list, mostly with Unicode-related tasks.
  3956. ------------------------------------------------------------------------
  3957. r388 | sam | 2006-03-14 13:49:01 +0100 (Tue, 14 Mar 2006) | 3 lines
  3958. Changed paths:
  3959. M /trunk/caca/caca.h
  3960. M /trunk/caca/driver_network.c
  3961. * Changed port environment variable to "CACA_PORT". No need to mention it's
  3962. a network port, we could have guessed.
  3963. ------------------------------------------------------------------------
  3964. r387 | sam | 2006-03-14 13:30:17 +0100 (Tue, 14 Mar 2006) | 2 lines
  3965. Changed paths:
  3966. M /trunk/caca/caca.c
  3967. * Ooops, fixed an old typo.
  3968. ------------------------------------------------------------------------
  3969. r386 | sam | 2006-03-14 13:16:11 +0100 (Tue, 14 Mar 2006) | 2 lines
  3970. Changed paths:
  3971. M /trunk/src/cacaball.c
  3972. * Fixed a warning in cacaball.c.
  3973. ------------------------------------------------------------------------
  3974. r385 | sam | 2006-03-13 20:04:29 +0100 (Mon, 13 Mar 2006) | 11 lines
  3975. Changed paths:
  3976. M /trunk/caca/driver_network.c
  3977. * Improvements to the network output:
  3978. + Changed port to 51914 (rationale: it's 0xCACA; so okay, it's outside
  3979. the registered ports area, but we'd never be accepted anyway).
  3980. + Retry network sends in caca_get_event(), too.
  3981. + Have a per-client buffer in case of network congestion. If that buffer
  3982. gets full, just drop it and start again at the next frame.
  3983. + Set the window title to "caca for the network".
  3984. + Do not send the ANSI buffer's terminating \0.
  3985. + Restore the SIGPIPE handler on close.
  3986. + Set window size to 80x24 instead of 80x25.
  3987. ------------------------------------------------------------------------
  3988. r384 | sam | 2006-03-13 19:07:35 +0100 (Mon, 13 Mar 2006) | 24 lines
  3989. Changed paths:
  3990. M /trunk/cucul/export_ansi.c
  3991. M /trunk/cucul/export_html.c
  3992. M /trunk/cucul/export_irc.c
  3993. M /trunk/perl/lib/Term/Caca/Bitmap.pm
  3994. M /trunk/perl/lib/Term/Caca/Constants.pm
  3995. M /trunk/perl/lib/Term/Caca/Sprite.pm
  3996. M /trunk/perl/lib/Term/Caca.pm
  3997. M /trunk/perl/lib/Term/Kaka/Bitmap.pm
  3998. M /trunk/perl/lib/Term/Kaka/Constants.pm
  3999. M /trunk/perl/lib/Term/Kaka/Sprite.pm
  4000. M /trunk/perl/lib/Term/Kaka.pm
  4001. M /trunk/python/pypycaca.c
  4002. M /trunk/python/pypycaca.h
  4003. * Set svn:keyword Id property on a few files.
  4004. Note to developers: use that chunk in your ~/.subversion/config:
  4005. [miscellany]
  4006. enable-auto-props = yes
  4007. [auto-props]
  4008. *.m = svn:keywords=Id
  4009. *.h = svn:keywords=Id
  4010. *.mm = svn:keywords=Id
  4011. *.c = svn:keywords=Id
  4012. *.cpp = svn:keywords=Id
  4013. *.pch = svn:keywords=Id
  4014. *.command = svn:keywords=Id
  4015. *.pl = svn:keywords=Id
  4016. *.pm = svn:keywords=Id
  4017. *.py = svn:keywords=Id
  4018. *.sh = svn:keywords=Id
  4019. *.txt = svn:keywords=Id
  4020. *.html = svn:keywords=Id
  4021. *.php = svn:keywords=Id
  4022. ------------------------------------------------------------------------
  4023. r383 | sam | 2006-03-13 19:05:12 +0100 (Mon, 13 Mar 2006) | 2 lines
  4024. Changed paths:
  4025. M /trunk/cucul/export_ansi.c
  4026. * Fixed end of lines in the ANSI exporter (CRLF, not LFCR).
  4027. ------------------------------------------------------------------------
  4028. r382 | sam | 2006-03-13 18:49:04 +0100 (Mon, 13 Mar 2006) | 2 lines
  4029. Changed paths:
  4030. M /trunk/caca/caca.c
  4031. * Fixed an uninitialised variable in the event queue handling.
  4032. ------------------------------------------------------------------------
  4033. r381 | sam | 2006-03-13 18:38:18 +0100 (Mon, 13 Mar 2006) | 2 lines
  4034. Changed paths:
  4035. M /trunk/test/colors.c
  4036. * Allow the color test to be built as a kernel.
  4037. ------------------------------------------------------------------------
  4038. r380 | sam | 2006-03-13 18:36:14 +0100 (Mon, 13 Mar 2006) | 2 lines
  4039. Changed paths:
  4040. M /trunk/THANKS
  4041. * Sorted list of extra contributors by topic and added the FSF.
  4042. ------------------------------------------------------------------------
  4043. r379 | sam | 2006-03-10 20:21:33 +0100 (Fri, 10 Mar 2006) | 3 lines
  4044. Changed paths:
  4045. M /trunk/caca/driver_network.c
  4046. * Set the client sockets as non-blocking, and implemented non-blocking
  4047. writes. Currently works very badly with more than one client.
  4048. ------------------------------------------------------------------------
  4049. r378 | jylam | 2006-03-10 18:56:40 +0100 (Fri, 10 Mar 2006) | 2 lines
  4050. Changed paths:
  4051. M /trunk/kernel/kernel.c
  4052. * wrote strcasecmp for fun
  4053. ------------------------------------------------------------------------
  4054. r377 | jylam | 2006-03-10 18:41:23 +0100 (Fri, 10 Mar 2006) | 2 lines
  4055. Changed paths:
  4056. M /trunk/cucul/Makefile.am
  4057. A /trunk/cucul/export_ansi.c
  4058. A /trunk/cucul/export_html.c
  4059. A /trunk/cucul/export_irc.c
  4060. D /trunk/cucul/exporter_ansi.c
  4061. D /trunk/cucul/exporter_html.c
  4062. D /trunk/cucul/exporter_irc.c
  4063. * Renamed exporter_* to export_*, from God recommendation.
  4064. ------------------------------------------------------------------------
  4065. r376 | jylam | 2006-03-10 18:32:08 +0100 (Fri, 10 Mar 2006) | 2 lines
  4066. Changed paths:
  4067. M /trunk/cucul/Makefile.am
  4068. D /trunk/cucul/export.c
  4069. A /trunk/cucul/exporter_ansi.c
  4070. A /trunk/cucul/exporter_html.c
  4071. A /trunk/cucul/exporter_irc.c
  4072. * Exploded cucul/export.c
  4073. ------------------------------------------------------------------------
  4074. r375 | jylam | 2006-03-10 16:11:40 +0100 (Fri, 10 Mar 2006) | 2 lines
  4075. Changed paths:
  4076. M /trunk/caca/caca.c
  4077. M /trunk/caca/caca.h
  4078. M /trunk/caca/driver_network.c
  4079. * Added CACA_NETWORK_PORT env and related documentation
  4080. ------------------------------------------------------------------------
  4081. r374 | jylam | 2006-03-10 15:41:24 +0100 (Fri, 10 Mar 2006) | 2 lines
  4082. Changed paths:
  4083. M /trunk/caca/driver_network.c
  4084. M /trunk/configure.ac
  4085. M /trunk/cucul/cucul_internals.h
  4086. * 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
  4087. ------------------------------------------------------------------------
  4088. r373 | sam | 2006-03-10 14:06:40 +0100 (Fri, 10 Mar 2006) | 4 lines
  4089. Changed paths:
  4090. M /trunk/caca/driver_network.c
  4091. * Handle incoming connections in network_get_event() as well as
  4092. network_display() so that new clients immediately get the contents
  4093. of the canvas and do not need to wait for a caca_display() call.
  4094. ------------------------------------------------------------------------
  4095. r372 | sam | 2006-03-10 11:03:30 +0100 (Fri, 10 Mar 2006) | 3 lines
  4096. Changed paths:
  4097. M /trunk/cucul/char.c
  4098. * Preliminary support for UTF-8 in cucul_putstr(). Also added a
  4099. cucul_putchar32() function but I'm not convinced it will be useful.
  4100. ------------------------------------------------------------------------
  4101. r371 | sam | 2006-03-10 11:01:22 +0100 (Fri, 10 Mar 2006) | 4 lines
  4102. Changed paths:
  4103. M /trunk/caca/driver_conio.c
  4104. M /trunk/caca/driver_gl.c
  4105. M /trunk/caca/driver_ncurses.c
  4106. M /trunk/caca/driver_network.c
  4107. M /trunk/caca/driver_win32.c
  4108. M /trunk/caca/driver_x11.c
  4109. M /trunk/caca/graphics.c
  4110. * Use the internal version of cucul_set_size in output drivers so that
  4111. they can force a resize. We need to find a way to make those specific
  4112. cucul - caca interactions unavailable to the clueless user.
  4113. ------------------------------------------------------------------------
  4114. r370 | sam | 2006-03-10 10:48:33 +0100 (Fri, 10 Mar 2006) | 2 lines
  4115. Changed paths:
  4116. M /trunk/src/cacaball.c
  4117. M /trunk/src/cacamoir.c
  4118. M /trunk/src/cacaplas.c
  4119. * Made cacamoir, cacaball and cacaplas buildable into a kernel.
  4120. ------------------------------------------------------------------------
  4121. r369 | sam | 2006-03-10 10:43:13 +0100 (Fri, 10 Mar 2006) | 3 lines
  4122. Changed paths:
  4123. M /trunk/caca/driver_vga.c
  4124. * Assume the VGA screen is 320x200 and really resize the cucul canvas to
  4125. 80x25 upon initialisation.
  4126. ------------------------------------------------------------------------
  4127. r368 | sam | 2006-03-10 10:34:16 +0100 (Fri, 10 Mar 2006) | 2 lines
  4128. Changed paths:
  4129. M /trunk/caca/driver_slang.c
  4130. * Added Unicode support to the SLang driver.
  4131. ------------------------------------------------------------------------
  4132. r367 | sam | 2006-03-10 10:31:32 +0100 (Fri, 10 Mar 2006) | 2 lines
  4133. Changed paths:
  4134. M /trunk/kernel/kernel.c
  4135. M /trunk/kernel/kernel.h
  4136. * Implemented a few math functions in our kernel: cos(), sin(), sqrt().
  4137. ------------------------------------------------------------------------
  4138. r366 | sam | 2006-03-10 10:30:30 +0100 (Fri, 10 Mar 2006) | 2 lines
  4139. Changed paths:
  4140. M /trunk/test/unicode.c
  4141. * More Unicode tests: gradient glyphs, double width characters.
  4142. ------------------------------------------------------------------------
  4143. r365 | jylam | 2006-03-09 20:27:55 +0100 (Thu, 09 Mar 2006) | 2 lines
  4144. Changed paths:
  4145. M /trunk/build-kernel
  4146. * Oops, modified build-kernel while testing and commited it ;)
  4147. ------------------------------------------------------------------------
  4148. r364 | jylam | 2006-03-09 20:27:14 +0100 (Thu, 09 Mar 2006) | 2 lines
  4149. Changed paths:
  4150. M /trunk/build-kernel
  4151. M /trunk/caca/driver_network.c
  4152. * 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.
  4153. ------------------------------------------------------------------------
  4154. r363 | sam | 2006-03-09 17:57:32 +0100 (Thu, 09 Mar 2006) | 2 lines
  4155. Changed paths:
  4156. M /trunk/caca/driver_vga.c
  4157. * Fixed VGA colours. The values only range from 0 to 63.
  4158. ------------------------------------------------------------------------
  4159. r362 | sam | 2006-03-09 16:35:00 +0100 (Thu, 09 Mar 2006) | 4 lines
  4160. Changed paths:
  4161. M /trunk/build-kernel
  4162. M /trunk/caca/caca_internals.h
  4163. M /trunk/cucul/cucul_internals.h
  4164. M /trunk/kernel/kernel.c
  4165. M /trunk/kernel/kernel.h
  4166. * Added assembly code for inb() and outb().
  4167. * Print a small message at kernel boot time just to check that the kernel
  4168. was properly loaded.
  4169. ------------------------------------------------------------------------
  4170. r361 | jylam | 2006-03-09 14:24:06 +0100 (Thu, 09 Mar 2006) | 2 lines
  4171. Changed paths:
  4172. M /trunk/cucul/export.c
  4173. * Added tests for malloc()'s
  4174. ------------------------------------------------------------------------
  4175. r360 | jylam | 2006-03-09 14:08:41 +0100 (Thu, 09 Mar 2006) | 2 lines
  4176. Changed paths:
  4177. M /trunk/README
  4178. M /trunk/cucul/cucul.c
  4179. M /trunk/cucul/cucul_internals.h
  4180. M /trunk/cucul/export.c
  4181. * Updated README for network driver, fixed remaining exporters
  4182. ------------------------------------------------------------------------
  4183. r359 | sam | 2006-03-09 14:04:59 +0100 (Thu, 09 Mar 2006) | 2 lines
  4184. Changed paths:
  4185. M /trunk/caca/Makefile.am
  4186. M /trunk/configure.ac
  4187. M /trunk/kernel/Makefile.am
  4188. * Added a conditional to only build the kernel if --enable-vga was set.
  4189. ------------------------------------------------------------------------
  4190. r358 | sam | 2006-03-09 13:56:33 +0100 (Thu, 09 Mar 2006) | 2 lines
  4191. Changed paths:
  4192. M /trunk/build-kernel
  4193. * Set executable flag to the build-kernel script.
  4194. ------------------------------------------------------------------------
  4195. r357 | sam | 2006-03-09 13:47:37 +0100 (Thu, 09 Mar 2006) | 3 lines
  4196. Changed paths:
  4197. A /trunk/COPYING.GPL
  4198. M /trunk/Makefile.am
  4199. A /trunk/build-kernel
  4200. M /trunk/caca/time.c
  4201. M /trunk/configure.ac
  4202. M /trunk/cucul/bitmap.c
  4203. M /trunk/cucul/box.c
  4204. M /trunk/cucul/char.c
  4205. M /trunk/cucul/conic.c
  4206. M /trunk/cucul/cucul.c
  4207. M /trunk/cucul/cucul_internals.h
  4208. M /trunk/cucul/export.c
  4209. M /trunk/cucul/line.c
  4210. M /trunk/cucul/math.c
  4211. M /trunk/cucul/sprite.c
  4212. M /trunk/cucul/triangle.c
  4213. A /trunk/kernel
  4214. A /trunk/kernel/Makefile.am
  4215. A /trunk/kernel/kernel.c
  4216. A /trunk/kernel/kernel.h
  4217. A /trunk/kernel/multiboot.S
  4218. A /trunk/kernel/multiboot.h
  4219. M /trunk/src
  4220. M /trunk/src/aafire.c
  4221. * Added glue code to compile libcaca without a libc and build applications
  4222. as multiboot kernels.
  4223. ------------------------------------------------------------------------
  4224. r356 | sam | 2006-03-09 13:44:49 +0100 (Thu, 09 Mar 2006) | 2 lines
  4225. Changed paths:
  4226. M /trunk/caca/driver_conio.c
  4227. * Cosmetic change.
  4228. ------------------------------------------------------------------------
  4229. r355 | sam | 2006-03-09 13:43:10 +0100 (Thu, 09 Mar 2006) | 2 lines
  4230. Changed paths:
  4231. M /trunk/README
  4232. * Slightly updated README.
  4233. ------------------------------------------------------------------------
  4234. r354 | sam | 2006-03-09 13:41:02 +0100 (Thu, 09 Mar 2006) | 2 lines
  4235. Changed paths:
  4236. M /trunk/caca/caca.c
  4237. M /trunk/caca/caca_internals.h
  4238. A /trunk/caca/driver_vga.c
  4239. * Pure VGA output driver.
  4240. ------------------------------------------------------------------------
  4241. r353 | sam | 2006-03-09 13:37:39 +0100 (Thu, 09 Mar 2006) | 2 lines
  4242. Changed paths:
  4243. M /trunk/caca/graphics.c
  4244. * Removed unused includes.
  4245. ------------------------------------------------------------------------
  4246. r352 | sam | 2006-03-09 13:35:47 +0100 (Thu, 09 Mar 2006) | 2 lines
  4247. Changed paths:
  4248. M /trunk/AUTHORS
  4249. * Added a few details for authors.
  4250. ------------------------------------------------------------------------
  4251. r351 | sam | 2006-03-09 13:34:40 +0100 (Thu, 09 Mar 2006) | 3 lines
  4252. Changed paths:
  4253. M /trunk/test
  4254. M /trunk/test/Makefile.am
  4255. A /trunk/test/unicode.c
  4256. * Added a tiny Unicode test program. Of course it does not work yet, but
  4257. good to have something to start with.
  4258. ------------------------------------------------------------------------
  4259. r350 | jylam | 2006-03-09 10:52:24 +0100 (Thu, 09 Mar 2006) | 2 lines
  4260. Changed paths:
  4261. M /trunk/caca/caca.h
  4262. M /trunk/cucul/cucul.h
  4263. * Updated documentation a bit
  4264. ------------------------------------------------------------------------
  4265. r349 | jylam | 2006-03-09 10:44:54 +0100 (Thu, 09 Mar 2006) | 2 lines
  4266. Changed paths:
  4267. M /trunk/caca/driver_network.c
  4268. M /trunk/cucul/cucul.c
  4269. M /trunk/cucul/cucul_internals.h
  4270. M /trunk/cucul/export.c
  4271. * Changed way temporary buffer of ansi export was handled. Need to do that for other exporters as well.
  4272. ------------------------------------------------------------------------
  4273. r348 | jylam | 2006-03-09 09:45:40 +0100 (Thu, 09 Mar 2006) | 2 lines
  4274. Changed paths:
  4275. M /trunk/caca/driver_network.c
  4276. * Fixed memory leak in network driver
  4277. ------------------------------------------------------------------------
  4278. r347 | sam | 2006-03-08 23:39:43 +0100 (Wed, 08 Mar 2006) | 2 lines
  4279. Changed paths:
  4280. M /trunk/caca/driver_gl.c
  4281. * Made the OpenGL colors slightly less saturated.
  4282. ------------------------------------------------------------------------
  4283. r346 | sam | 2006-03-08 23:29:00 +0100 (Wed, 08 Mar 2006) | 3 lines
  4284. Changed paths:
  4285. M /trunk/caca/driver_conio.c
  4286. M /trunk/caca/driver_gl.c
  4287. M /trunk/caca/driver_ncurses.c
  4288. M /trunk/caca/driver_slang.c
  4289. M /trunk/caca/driver_win32.c
  4290. M /trunk/caca/driver_x11.c
  4291. * Make output drivers more error resilient when handling UTF-32 characters,
  4292. by simply ignoring everything non ASCII :-)
  4293. ------------------------------------------------------------------------
  4294. r345 | jylam | 2006-03-08 21:58:07 +0100 (Wed, 08 Mar 2006) | 2 lines
  4295. Changed paths:
  4296. M /trunk/caca/driver_network.c
  4297. * Fixed blinking screen
  4298. ------------------------------------------------------------------------
  4299. r344 | jylam | 2006-03-08 21:23:06 +0100 (Wed, 08 Mar 2006) | 2 lines
  4300. Changed paths:
  4301. M /trunk/caca/driver_network.c
  4302. M /trunk/cucul/cucul.h
  4303. M /trunk/cucul/export.c
  4304. * Exporters now return size of generated data
  4305. ------------------------------------------------------------------------
  4306. r343 | jylam | 2006-03-08 21:03:24 +0100 (Wed, 08 Mar 2006) | 2 lines
  4307. Changed paths:
  4308. M /trunk/caca/Makefile.am
  4309. M /trunk/caca/caca.c
  4310. M /trunk/caca/caca_internals.h
  4311. A /trunk/caca/driver_network.c
  4312. M /trunk/configure.ac
  4313. * Added very preliminary network driver
  4314. ------------------------------------------------------------------------
  4315. r342 | sam | 2006-03-08 20:41:53 +0100 (Wed, 08 Mar 2006) | 3 lines
  4316. Changed paths:
  4317. M /trunk/caca/caca.c
  4318. M /trunk/caca/caca_internals.h
  4319. M /trunk/caca/driver_conio.c
  4320. M /trunk/caca/driver_gl.c
  4321. M /trunk/caca/driver_ncurses.c
  4322. M /trunk/caca/driver_slang.c
  4323. M /trunk/caca/driver_win32.c
  4324. M /trunk/caca/driver_x11.c
  4325. M /trunk/caca/event.c
  4326. M /trunk/caca/graphics.c
  4327. M /trunk/cucul/cucul.c
  4328. * Fixed async issues between the driver and libcaca when resizing windows,
  4329. and simplified the handle_resize() API. Still can be polished.
  4330. ------------------------------------------------------------------------
  4331. r341 | sam | 2006-03-08 18:20:38 +0100 (Wed, 08 Mar 2006) | 3 lines
  4332. Changed paths:
  4333. M /trunk/cucul/cucul.c
  4334. * cucul_set_size() does nothing if a graphical backend is attached. Added
  4335. documentation to explain this behaviour.
  4336. ------------------------------------------------------------------------
  4337. r340 | sam | 2006-03-08 12:27:23 +0100 (Wed, 08 Mar 2006) | 2 lines
  4338. Changed paths:
  4339. M /trunk/caca/caca.c
  4340. M /trunk/caca/caca_internals.h
  4341. M /trunk/caca/driver_gl.c
  4342. M /trunk/caca/driver_ncurses.c
  4343. M /trunk/caca/driver_slang.c
  4344. M /trunk/caca/driver_win32.c
  4345. M /trunk/caca/driver_x11.c
  4346. M /trunk/caca/event.c
  4347. * Cosmetic changes here and there.
  4348. ------------------------------------------------------------------------
  4349. r339 | sam | 2006-03-08 11:33:01 +0100 (Wed, 08 Mar 2006) | 3 lines
  4350. Changed paths:
  4351. M /trunk/caca/caca.c
  4352. M /trunk/caca/caca_internals.h
  4353. M /trunk/caca/driver_conio.c
  4354. M /trunk/caca/driver_gl.c
  4355. M /trunk/caca/driver_ncurses.c
  4356. M /trunk/caca/driver_slang.c
  4357. M /trunk/caca/driver_win32.c
  4358. M /trunk/caca/driver_x11.c
  4359. M /trunk/caca/event.c
  4360. M /trunk/caca/graphics.c
  4361. * Finished moving everything driver-specific to the apropriate driver_*.c
  4362. files. Phew. Now they just need a few comments.
  4363. ------------------------------------------------------------------------
  4364. r338 | sam | 2006-03-08 10:51:53 +0100 (Wed, 08 Mar 2006) | 2 lines
  4365. Changed paths:
  4366. M /trunk/caca/driver_conio.c
  4367. M /trunk/caca/driver_gl.c
  4368. M /trunk/caca/driver_ncurses.c
  4369. M /trunk/caca/driver_slang.c
  4370. M /trunk/caca/driver_win32.c
  4371. M /trunk/caca/driver_x11.c
  4372. * Cleaned up useless header includes.
  4373. ------------------------------------------------------------------------
  4374. r337 | sam | 2006-03-08 10:28:41 +0100 (Wed, 08 Mar 2006) | 2 lines
  4375. Changed paths:
  4376. M /trunk/caca/caca_internals.h
  4377. M /trunk/caca/driver_conio.c
  4378. M /trunk/caca/driver_gl.c
  4379. M /trunk/caca/driver_ncurses.c
  4380. M /trunk/caca/driver_slang.c
  4381. M /trunk/caca/driver_win32.c
  4382. M /trunk/caca/driver_x11.c
  4383. M /trunk/caca/event.c
  4384. * Split event.c into the appropriate driver_*.c files.
  4385. ------------------------------------------------------------------------
  4386. r336 | sam | 2006-03-08 10:26:46 +0100 (Wed, 08 Mar 2006) | 2 lines
  4387. Changed paths:
  4388. M /trunk/caca-config.in
  4389. * Let us do "caca-config --libs cucul" to get only the libcucul dependencies.
  4390. ------------------------------------------------------------------------
  4391. r335 | sam | 2006-03-08 10:23:38 +0100 (Wed, 08 Mar 2006) | 2 lines
  4392. Changed paths:
  4393. M /trunk/doc/doxygen.cfg.in
  4394. * Ignore driver_*.c files when building documentation.
  4395. ------------------------------------------------------------------------
  4396. r334 | sam | 2006-03-08 10:21:55 +0100 (Wed, 08 Mar 2006) | 2 lines
  4397. Changed paths:
  4398. M /trunk/configure.ac
  4399. * configure.ac: look for a4wide.sty in more than one location.
  4400. ------------------------------------------------------------------------
  4401. r333 | sam | 2006-03-07 13:39:34 +0100 (Tue, 07 Mar 2006) | 3 lines
  4402. Changed paths:
  4403. M /trunk/Makefile.am
  4404. A /trunk/build-dos (from /trunk/build-win32:327)
  4405. M /trunk/caca/caca_internals.h
  4406. M /trunk/caca/driver_conio.c
  4407. M /trunk/cucul/cucul_internals.h
  4408. * Fixed DOS driver.
  4409. * Added a build-dos script to cross-compile the DOS version using djgpp.
  4410. ------------------------------------------------------------------------
  4411. r332 | sam | 2006-03-07 11:46:29 +0100 (Tue, 07 Mar 2006) | 3 lines
  4412. Changed paths:
  4413. M /trunk/configure.ac
  4414. * configure.ac: removed the "null" frontend. just don't attach any frontend
  4415. if you do not want any.
  4416. ------------------------------------------------------------------------
  4417. r331 | sam | 2006-03-07 11:37:59 +0100 (Tue, 07 Mar 2006) | 2 lines
  4418. Changed paths:
  4419. M /trunk/caca/caca.c
  4420. M /trunk/caca/caca_internals.h
  4421. M /trunk/caca/event.c
  4422. * Got rid of static variables in the event code.
  4423. ------------------------------------------------------------------------
  4424. r330 | sam | 2006-03-07 10:17:35 +0100 (Tue, 07 Mar 2006) | 3 lines
  4425. Changed paths:
  4426. M /trunk/caca/caca.c
  4427. M /trunk/caca/caca_internals.h
  4428. M /trunk/caca/driver_conio.c
  4429. M /trunk/caca/driver_gl.c
  4430. M /trunk/caca/driver_ncurses.c
  4431. M /trunk/caca/driver_slang.c
  4432. M /trunk/caca/driver_win32.c
  4433. M /trunk/caca/driver_x11.c
  4434. M /trunk/caca/event.c
  4435. M /trunk/caca/graphics.c
  4436. M /trunk/cucul/bitmap.c
  4437. M /trunk/cucul/box.c
  4438. M /trunk/cucul/char.c
  4439. M /trunk/cucul/conic.c
  4440. M /trunk/cucul/cucul.c
  4441. M /trunk/cucul/cucul_internals.h
  4442. M /trunk/cucul/export.c
  4443. M /trunk/cucul/line.c
  4444. M /trunk/cucul/math.c
  4445. M /trunk/cucul/sprite.c
  4446. M /trunk/cucul/triangle.c
  4447. M /trunk/src/cacaview.c
  4448. * Polished the driver split a bit (still no events, except resize events),
  4449. properly credited authors and documented a few things.
  4450. ------------------------------------------------------------------------
  4451. r329 | sam | 2006-03-07 00:01:59 +0100 (Tue, 07 Mar 2006) | 4 lines
  4452. Changed paths:
  4453. M /trunk/caca/Makefile.am
  4454. M /trunk/caca/caca.c
  4455. M /trunk/caca/caca_internals.h
  4456. A /trunk/caca/driver_conio.c (from /trunk/caca/graphics.c:327)
  4457. A /trunk/caca/driver_gl.c (from /trunk/caca/graphics.c:327)
  4458. A /trunk/caca/driver_ncurses.c (from /trunk/caca/graphics.c:327)
  4459. A /trunk/caca/driver_slang.c (from /trunk/caca/graphics.c:327)
  4460. A /trunk/caca/driver_win32.c (from /trunk/caca/graphics.c:327)
  4461. A /trunk/caca/driver_x11.c (from /trunk/caca/graphics.c:327)
  4462. M /trunk/caca/event.c
  4463. M /trunk/caca/graphics.c
  4464. * Split caca/graphics.c into driver-specific files. Resize is currently
  4465. broken, and event handling is not yet in the driver-specific files, but
  4466. I will of course fix that later.
  4467. ------------------------------------------------------------------------
  4468. r328 | sam | 2006-03-06 22:49:48 +0100 (Mon, 06 Mar 2006) | 2 lines
  4469. Changed paths:
  4470. M /trunk/configure.ac
  4471. * Ooops, I fucked up the build.
  4472. ------------------------------------------------------------------------
  4473. r327 | sam | 2006-03-06 22:00:53 +0100 (Mon, 06 Mar 2006) | 2 lines
  4474. Changed paths:
  4475. M /trunk/Makefile.am
  4476. D /trunk/examples
  4477. A /trunk/src (from /trunk/examples:326)
  4478. * Moved stuff again.
  4479. ------------------------------------------------------------------------
  4480. r326 | sam | 2006-03-06 21:57:14 +0100 (Mon, 06 Mar 2006) | 2 lines
  4481. Changed paths:
  4482. M /trunk/Makefile.am
  4483. A /trunk/caca
  4484. A /trunk/caca/Makefile.am (from /trunk/src/Makefile.am:325)
  4485. A /trunk/caca/caca.c (from /trunk/src/caca.c:325)
  4486. A /trunk/caca/caca.h (from /trunk/src/caca.h:325)
  4487. A /trunk/caca/caca_internals.h (from /trunk/src/caca_internals.h:325)
  4488. A /trunk/caca/event.c (from /trunk/src/event.c:325)
  4489. A /trunk/caca/graphics.c (from /trunk/src/graphics.c:325)
  4490. A /trunk/caca/time.c (from /trunk/src/time.c:325)
  4491. M /trunk/configure.ac
  4492. A /trunk/cucul
  4493. A /trunk/cucul/Makefile.am (from /trunk/src/Makefile.am:325)
  4494. A /trunk/cucul/bitmap.c (from /trunk/src/bitmap.c:325)
  4495. A /trunk/cucul/box.c (from /trunk/src/box.c:325)
  4496. A /trunk/cucul/char.c (from /trunk/src/char.c:325)
  4497. A /trunk/cucul/conic.c (from /trunk/src/conic.c:325)
  4498. A /trunk/cucul/cucul.c (from /trunk/src/cucul.c:325)
  4499. A /trunk/cucul/cucul.h (from /trunk/src/cucul.h:325)
  4500. A /trunk/cucul/cucul_internals.h (from /trunk/src/cucul_internals.h:325)
  4501. A /trunk/cucul/export.c (from /trunk/src/export.c:325)
  4502. A /trunk/cucul/line.c (from /trunk/src/line.c:325)
  4503. A /trunk/cucul/math.c (from /trunk/src/math.c:325)
  4504. A /trunk/cucul/sprite.c (from /trunk/src/sprite.c:325)
  4505. A /trunk/cucul/triangle.c (from /trunk/src/triangle.c:325)
  4506. M /trunk/examples/Makefile.am
  4507. D /trunk/src
  4508. M /trunk/test/Makefile.am
  4509. * Moved stuff around to differenciate between libcucul and libcaca.
  4510. ------------------------------------------------------------------------
  4511. r325 | sam | 2006-03-06 20:13:01 +0100 (Mon, 06 Mar 2006) | 3 lines
  4512. Changed paths:
  4513. M /trunk/src/caca.c
  4514. M /trunk/src/char.c
  4515. M /trunk/src/cucul.c
  4516. M /trunk/src/cucul_internals.h
  4517. M /trunk/src/export.c
  4518. M /trunk/src/graphics.c
  4519. * Use 32 bit integers for the character array. No visible difference for
  4520. now because we only do ASCII, but that will let us do Unicode later.
  4521. ------------------------------------------------------------------------
  4522. r324 | sam | 2006-03-06 15:17:42 +0100 (Mon, 06 Mar 2006) | 4 lines
  4523. Changed paths:
  4524. M /trunk/src/caca.h
  4525. M /trunk/src/graphics.c
  4526. * Removed caca_set_{size,width,height} because cucul_set_size ought to be
  4527. enough for everyone. Maybe I'll reintroduce caca_set_size sometime in the
  4528. future because it's libcaca who gets the resize events, after all.
  4529. ------------------------------------------------------------------------
  4530. r323 | jylam | 2006-03-06 14:50:05 +0100 (Mon, 06 Mar 2006) | 2 lines
  4531. Changed paths:
  4532. M /trunk/src/graphics.c
  4533. * I just suck. I'll goatse myself right after beeing back at home.
  4534. ------------------------------------------------------------------------
  4535. r322 | sam | 2006-03-06 14:43:23 +0100 (Mon, 06 Mar 2006) | 2 lines
  4536. Changed paths:
  4537. M /trunk/src/graphics.c
  4538. * src/graphics.c: minor optimisations.
  4539. ------------------------------------------------------------------------
  4540. r321 | sam | 2006-03-06 14:34:57 +0100 (Mon, 06 Mar 2006) | 6 lines
  4541. Changed paths:
  4542. M /trunk/src/graphics.c
  4543. * Nan mais je voudrais pas avoir l'air d'insister mon gars, mais primo
  4544. dans la vraie vie, 0x007f7f7f et { 0x00, 0x7f, 0x7f, 0x7f } n'ont pas
  4545. toujours les bytes dans le meme ordre, deuzio un unsigned int n'a pas
  4546. toujours 4 bytes, et troizio tu pourrais au moins checker que ca fait
  4547. pas de warnings et/ou que ca segfaulte pas !
  4548. ------------------------------------------------------------------------
  4549. r320 | jylam | 2006-03-06 13:13:12 +0100 (Mon, 06 Mar 2006) | 2 lines
  4550. Changed paths:
  4551. M /trunk/src/graphics.c
  4552. * Mais je fais comme je veux bordel de cul !
  4553. ------------------------------------------------------------------------
  4554. r319 | sam | 2006-03-06 12:08:25 +0100 (Mon, 06 Mar 2006) | 2 lines
  4555. Changed paths:
  4556. M /trunk/src/graphics.c
  4557. * Haha mais vieux porc a pattes !
  4558. ------------------------------------------------------------------------
  4559. r318 | jylam | 2006-03-06 11:21:48 +0100 (Mon, 06 Mar 2006) | 2 lines
  4560. Changed paths:
  4561. M /trunk/src/graphics.c
  4562. * Reverted to integer colors in GL driver, fixed a bunch of warnings in slang.
  4563. ------------------------------------------------------------------------
  4564. r317 | sam | 2006-03-06 09:32:40 +0100 (Mon, 06 Mar 2006) | 9 lines
  4565. Changed paths:
  4566. M /trunk/caca-config.in
  4567. M /trunk/configure.ac
  4568. M /trunk/examples/aafire.c
  4569. M /trunk/examples/cacaball.c
  4570. M /trunk/examples/cacamoir.c
  4571. M /trunk/examples/cacaplas.c
  4572. M /trunk/examples/cacaview.c
  4573. M /trunk/src/Makefile.am
  4574. M /trunk/src/bitmap.c
  4575. M /trunk/src/box.c
  4576. M /trunk/src/caca.c
  4577. M /trunk/src/caca.h
  4578. M /trunk/src/caca_internals.h
  4579. M /trunk/src/char.c
  4580. M /trunk/src/conic.c
  4581. M /trunk/src/cucul.c
  4582. M /trunk/src/cucul_internals.h
  4583. M /trunk/src/event.c
  4584. M /trunk/src/export.c
  4585. M /trunk/src/graphics.c
  4586. M /trunk/src/line.c
  4587. M /trunk/src/math.c
  4588. M /trunk/src/sprite.c
  4589. M /trunk/src/time.c
  4590. M /trunk/src/triangle.c
  4591. M /trunk/test/colors.c
  4592. M /trunk/test/demo.c
  4593. M /trunk/test/dithering.c
  4594. M /trunk/test/event.c
  4595. M /trunk/test/hsv.c
  4596. M /trunk/test/spritedit.c
  4597. * All output plugins should now work again.
  4598. * Renamed caca_refresh() into caca_display() which makes more sense.
  4599. * Optimised gl_bgpal by directly storing floats instead of doing the
  4600. conversion at runtime.
  4601. * Handle resizing in cucul_set_size() and try to keep as much information
  4602. as possible from the previous canvas.
  4603. * Moved most global variables into cucul_t or caca_t contexts.
  4604. * Moved time.c into libcaca.
  4605. ------------------------------------------------------------------------
  4606. r316 | sam | 2006-03-06 09:26:09 +0100 (Mon, 06 Mar 2006) | 2 lines
  4607. Changed paths:
  4608. M /trunk/debian
  4609. M /trunk/debian/changelog
  4610. M /trunk/debian/control
  4611. M /trunk/debian/copyright
  4612. M /trunk/debian/rules
  4613. M /trunk/doc/Makefile.am
  4614. D /trunk/doc/cacademo.1
  4615. A /trunk/doc/cacafire.1 (from /trunk/doc/cacademo.1:314)
  4616. M /trunk/libcaca.spec
  4617. M /trunk/msvc/Makefile.am
  4618. D /trunk/msvc/cacademo.vcproj
  4619. M /trunk/msvc/libcaca.sln
  4620. * Removed cacademo from examples, manpages and distributions. It's useless.
  4621. ------------------------------------------------------------------------
  4622. r315 | sam | 2006-03-06 09:22:09 +0100 (Mon, 06 Mar 2006) | 2 lines
  4623. Changed paths:
  4624. M /trunk/src/cucul.c
  4625. * src/cucul.c: s/width/height/.
  4626. ------------------------------------------------------------------------
  4627. r314 | sam | 2006-03-05 19:43:13 +0100 (Sun, 05 Mar 2006) | 16 lines
  4628. Changed paths:
  4629. M /trunk/configure.ac
  4630. M /trunk/doc/doxygen.cfg.in
  4631. M /trunk/examples
  4632. M /trunk/examples/Makefile.am
  4633. M /trunk/examples/aafire.c
  4634. M /trunk/examples/cacaball.c
  4635. M /trunk/examples/cacamoir.c
  4636. M /trunk/examples/cacaplas.c
  4637. M /trunk/examples/cacaview.c
  4638. D /trunk/examples/demo.c
  4639. M /trunk/src/Makefile.am
  4640. M /trunk/src/bitmap.c
  4641. M /trunk/src/box.c
  4642. M /trunk/src/caca.c
  4643. M /trunk/src/caca.h
  4644. M /trunk/src/caca_internals.h
  4645. A /trunk/src/char.c
  4646. M /trunk/src/conic.c
  4647. A /trunk/src/cucul.c
  4648. A /trunk/src/cucul.h (from /trunk/src/caca.h:312)
  4649. A /trunk/src/cucul_internals.h
  4650. M /trunk/src/event.c
  4651. A /trunk/src/export.c
  4652. M /trunk/src/graphics.c
  4653. M /trunk/src/line.c
  4654. M /trunk/src/math.c
  4655. M /trunk/src/sprite.c
  4656. M /trunk/src/triangle.c
  4657. M /trunk/test
  4658. M /trunk/test/Makefile.am
  4659. M /trunk/test/colors.c
  4660. A /trunk/test/demo.c (from /trunk/examples/demo.c:312)
  4661. M /trunk/test/dithering.c
  4662. M /trunk/test/event.c
  4663. M /trunk/test/hsv.c
  4664. M /trunk/test/optipal.c
  4665. M /trunk/test/spritedit.c
  4666. A new low-level text management library (canvas for ultrafast compositing
  4667. of unicode letters) is now separated from the higher level rendering and I/O
  4668. (that is, libcaca). This commit totally breaks the API, but once everything
  4669. is polished I will think about source-level backward compatibility. Most
  4670. drivers are broken, but X11 still sorta works.
  4671. The new design is much more object-oriented and allows having several
  4672. active renderers at the same time, changing renderers on the fly, and more
  4673. important, having no renderer at all (useful for converters, or when you
  4674. want to do your own renderer).
  4675. And in case you are still wondering, the libcucul acronym has "Unicode"
  4676. because I want to support at least a subset of Unicode. There are awesome
  4677. glyphs in it, including the ones inherited from Codepage 437 such as
  4678. "gray 25%" that are used in DOS and Win32 ANSI art.
  4679. ------------------------------------------------------------------------
  4680. r313 | sam | 2006-03-04 19:08:47 +0100 (Sat, 04 Mar 2006) | 2 lines
  4681. Changed paths:
  4682. M /trunk/bootstrap
  4683. * New updated bootstrap script.
  4684. ------------------------------------------------------------------------
  4685. r312 | sam | 2006-03-04 01:35:45 +0100 (Sat, 04 Mar 2006) | 2 lines
  4686. Changed paths:
  4687. R /trunk/COPYING
  4688. A /trunk/COPYING.LGPL (from /trunk/COPYING:311)
  4689. M /trunk/Makefile.am
  4690. M /trunk/debian/copyright
  4691. M /trunk/doc/cacademo.1
  4692. M /trunk/examples/cacaball.c
  4693. M /trunk/examples/cacamoir.c
  4694. M /trunk/examples/cacaplas.c
  4695. M /trunk/examples/cacaview.c
  4696. M /trunk/examples/demo.c
  4697. M /trunk/perl/Build.PL
  4698. M /trunk/perl/META.yml
  4699. M /trunk/python/pypycaca.c
  4700. M /trunk/python/pypycaca.h
  4701. M /trunk/src/bitmap.c
  4702. M /trunk/src/box.c
  4703. M /trunk/src/caca.c
  4704. M /trunk/src/caca.h
  4705. M /trunk/src/caca_internals.h
  4706. M /trunk/src/conic.c
  4707. M /trunk/src/event.c
  4708. M /trunk/src/graphics.c
  4709. M /trunk/src/line.c
  4710. M /trunk/src/math.c
  4711. M /trunk/src/sprite.c
  4712. M /trunk/src/time.c
  4713. M /trunk/src/triangle.c
  4714. M /trunk/test/colors.c
  4715. M /trunk/test/dithering.c
  4716. M /trunk/test/event.c
  4717. M /trunk/test/hsv.c
  4718. M /trunk/test/optipal.c
  4719. M /trunk/test/spritedit.c
  4720. * Changed the licensing to WTFPL, as per all copyright holders' permission.
  4721. ------------------------------------------------------------------------
  4722. r311 | jylam | 2006-02-11 20:20:48 +0100 (Sat, 11 Feb 2006) | 2 lines
  4723. Changed paths:
  4724. A /trunk/python/caca.txt
  4725. A /trunk/python/test1.py
  4726. A /trunk/python/test2.py
  4727. * Added two examples for python bindings (a subset of cacademo, and bitmap example)
  4728. ------------------------------------------------------------------------
  4729. r310 | jylam | 2006-02-11 16:46:51 +0100 (Sat, 11 Feb 2006) | 2 lines
  4730. Changed paths:
  4731. M /trunk/src/event.c
  4732. * Fixed bug in events with GL driver
  4733. ------------------------------------------------------------------------
  4734. r309 | jylam | 2006-02-11 16:11:30 +0100 (Sat, 11 Feb 2006) | 2 lines
  4735. Changed paths:
  4736. M /trunk/src/graphics.c
  4737. * Improved GL rendering (characters are not blurry anymore)
  4738. ------------------------------------------------------------------------
  4739. r308 | jylam | 2006-02-05 18:47:23 +0100 (Sun, 05 Feb 2006) | 2 lines
  4740. Changed paths:
  4741. A /trunk/python
  4742. A /trunk/python/Makefile
  4743. A /trunk/python/README
  4744. A /trunk/python/pypycaca.c
  4745. A /trunk/python/pypycaca.h
  4746. * Added -preliminary- Python bindings
  4747. ------------------------------------------------------------------------
  4748. r307 | jylam | 2005-12-08 20:03:06 +0100 (Thu, 08 Dec 2005) | 2 lines
  4749. Changed paths:
  4750. M /trunk/AUTHORS
  4751. * Updated for my ego trip
  4752. ------------------------------------------------------------------------
  4753. r306 | jylam | 2005-11-21 22:39:34 +0100 (Mon, 21 Nov 2005) | 2 lines
  4754. Changed paths:
  4755. M /trunk/examples/cacaball.c
  4756. * Removed debug test, kekeke ^^
  4757. ------------------------------------------------------------------------
  4758. r305 | jylam | 2005-11-21 18:24:33 +0100 (Mon, 21 Nov 2005) | 2 lines
  4759. Changed paths:
  4760. M /trunk/examples/cacaball.c
  4761. M /trunk/src/caca.h
  4762. M /trunk/src/graphics.c
  4763. * Added caca_set_width, set_height_, set_size
  4764. ------------------------------------------------------------------------
  4765. r304 | jylam | 2005-11-18 11:46:53 +0100 (Fri, 18 Nov 2005) | 2 lines
  4766. Changed paths:
  4767. M /trunk/examples/aafire.c
  4768. M /trunk/examples/cacaball.c
  4769. M /trunk/examples/cacamoir.c
  4770. M /trunk/examples/cacaplas.c
  4771. * Fixed remaining warnings with gcc 3.x and 4.x
  4772. ------------------------------------------------------------------------
  4773. r303 | jylam | 2005-11-17 15:33:43 +0100 (Thu, 17 Nov 2005) | 2 lines
  4774. Changed paths:
  4775. M /trunk/src/bitmap.c
  4776. M /trunk/src/graphics.c
  4777. * Fixed warnings under GCC 4.x
  4778. ------------------------------------------------------------------------
  4779. r302 | jylam | 2005-11-17 15:13:54 +0100 (Thu, 17 Nov 2005) | 2 lines
  4780. Changed paths:
  4781. M /trunk/src/bitmap.c
  4782. M /trunk/src/event.c
  4783. M /trunk/src/graphics.c
  4784. * Fixed a bunch of warnings
  4785. ------------------------------------------------------------------------
  4786. r301 | sam | 2005-11-12 16:39:50 +0100 (Sat, 12 Nov 2005) | 2 lines
  4787. Changed paths:
  4788. M /trunk/src/graphics.c
  4789. * more coding style fixes.
  4790. ------------------------------------------------------------------------
  4791. r300 | sam | 2005-11-12 16:30:46 +0100 (Sat, 12 Nov 2005) | 2 lines
  4792. Changed paths:
  4793. M /trunk/src/caca.c
  4794. * src/caca.c: on Unix, do not use the GL driver if DISPLAY is not set.
  4795. ------------------------------------------------------------------------
  4796. r299 | sam | 2005-11-12 16:26:02 +0100 (Sat, 12 Nov 2005) | 2 lines
  4797. Changed paths:
  4798. M /trunk/src/graphics.c
  4799. * src/graphics.c: call glutInit() before calling other glut functions.
  4800. ------------------------------------------------------------------------
  4801. r298 | sam | 2005-11-12 16:14:38 +0100 (Sat, 12 Nov 2005) | 2 lines
  4802. Changed paths:
  4803. M /trunk/src/caca.h
  4804. M /trunk/src/graphics.c
  4805. * coding style fixes.
  4806. ------------------------------------------------------------------------
  4807. r297 | sam | 2005-11-12 15:47:59 +0100 (Sat, 12 Nov 2005) | 4 lines
  4808. Changed paths:
  4809. M /trunk/src/bitmap.c
  4810. * src/bitmap.c:
  4811. + Renamed gammaval into gamma.
  4812. + Fixed Doxygen comments.
  4813. ------------------------------------------------------------------------
  4814. r296 | jylam | 2005-07-30 13:58:48 +0200 (Sat, 30 Jul 2005) | 2 lines
  4815. Changed paths:
  4816. M /trunk/src/event.c
  4817. * src/event.c Fixed compilation problem when compiled without slang nor ncurses
  4818. ------------------------------------------------------------------------
  4819. r295 | sam | 2005-07-29 15:38:35 +0200 (Fri, 29 Jul 2005) | 2 lines
  4820. Changed paths:
  4821. M /trunk/debian/Makefile.am
  4822. * debian/Makefile.am: fixed long standing packaging bug (missing MIME file).
  4823. ------------------------------------------------------------------------
  4824. r294 | jylam | 2005-07-13 19:58:58 +0200 (Wed, 13 Jul 2005) | 2 lines
  4825. Changed paths:
  4826. M /trunk/src/caca.h
  4827. M /trunk/src/graphics.c
  4828. * src/graphics.c src/caca.h : Added ANSI exporter
  4829. ------------------------------------------------------------------------
  4830. r293 | jylam | 2005-07-13 19:45:47 +0200 (Wed, 13 Jul 2005) | 2 lines
  4831. Changed paths:
  4832. M /trunk/src/bitmap.c
  4833. M /trunk/src/caca.h
  4834. M /trunk/src/math.c
  4835. * 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.
  4836. ------------------------------------------------------------------------
  4837. r292 | sam | 2005-07-08 23:16:38 +0200 (Fri, 08 Jul 2005) | 2 lines
  4838. Changed paths:
  4839. M /trunk/src/caca.c
  4840. M /trunk/src/event.c
  4841. * src/event.c src/caca.c: fixed coding style
  4842. ------------------------------------------------------------------------
  4843. r291 | jylam | 2005-06-25 13:27:31 +0200 (Sat, 25 Jun 2005) | 2 lines
  4844. Changed paths:
  4845. M /trunk/src/event.c
  4846. M /trunk/src/graphics.c
  4847. * OpenGL driver mouse support
  4848. ------------------------------------------------------------------------
  4849. r290 | sam | 2005-06-24 13:54:28 +0200 (Fri, 24 Jun 2005) | 2 lines
  4850. Changed paths:
  4851. M /trunk/debian/changelog
  4852. * imported previous Debian uploads.
  4853. ------------------------------------------------------------------------
  4854. r289 | sam | 2005-06-24 13:48:31 +0200 (Fri, 24 Jun 2005) | 2 lines
  4855. Changed paths:
  4856. M /trunk/src/graphics.c
  4857. * src/graphics.c: more optimisations in the exporters
  4858. ------------------------------------------------------------------------
  4859. r288 | jylam | 2005-06-23 20:27:02 +0200 (Thu, 23 Jun 2005) | 2 lines
  4860. Changed paths:
  4861. M /trunk/src/graphics.c
  4862. * made caca_get_html3() use tables again, as div is not html3 (bgcolor in html3 neither, but works on text mode tables-aware browsers
  4863. ------------------------------------------------------------------------
  4864. r287 | sam | 2005-06-23 18:58:58 +0200 (Thu, 23 Jun 2005) | 2 lines
  4865. Changed paths:
  4866. M /trunk/src/graphics.c
  4867. * src/graphics.c: cleaned caca_get_html()
  4868. ------------------------------------------------------------------------
  4869. r286 | sam | 2005-06-23 18:44:14 +0200 (Thu, 23 Jun 2005) | 2 lines
  4870. Changed paths:
  4871. M /trunk/src/graphics.c
  4872. * src/graphics.c: heavy cleanup in caca_get_html3().
  4873. ------------------------------------------------------------------------
  4874. r285 | jylam | 2005-06-23 00:06:42 +0200 (Thu, 23 Jun 2005) | 2 lines
  4875. Changed paths:
  4876. M /trunk/configure.ac
  4877. M /trunk/src/caca.c
  4878. M /trunk/src/caca.h
  4879. M /trunk/src/caca_internals.h
  4880. M /trunk/src/event.c
  4881. M /trunk/src/graphics.c
  4882. * Added Null driver and html3 exporter.
  4883. ------------------------------------------------------------------------
  4884. r284 | jylam | 2005-06-21 18:13:41 +0200 (Tue, 21 Jun 2005) | 2 lines
  4885. Changed paths:
  4886. M /trunk/src/caca.h
  4887. M /trunk/src/graphics.c
  4888. GL driver : Updated documentation and added support for CACA_GEOMETRY
  4889. ------------------------------------------------------------------------
  4890. r283 | jylam | 2005-06-21 16:50:43 +0200 (Tue, 21 Jun 2005) | 2 lines
  4891. Changed paths:
  4892. M /trunk/src/caca.h
  4893. M /trunk/src/graphics.c
  4894. Added HTML and IRC output support
  4895. ------------------------------------------------------------------------
  4896. r282 | sam | 2005-06-21 15:46:13 +0200 (Tue, 21 Jun 2005) | 2 lines
  4897. Changed paths:
  4898. M /trunk/debian/control
  4899. * debian/control: use libslang2 instead of slang1.
  4900. ------------------------------------------------------------------------
  4901. r281 | jylam | 2005-06-21 15:28:51 +0200 (Tue, 21 Jun 2005) | 2 lines
  4902. Changed paths:
  4903. M /trunk/configure.ac
  4904. M /trunk/src/caca.c
  4905. M /trunk/src/caca_internals.h
  4906. M /trunk/src/event.c
  4907. M /trunk/src/graphics.c
  4908. OpenGL support.
  4909. ------------------------------------------------------------------------
  4910. r280 | sam | 2005-03-26 11:27:30 +0100 (Sat, 26 Mar 2005) | 3 lines
  4911. Changed paths:
  4912. M /trunk/bootstrap
  4913. M /trunk/configure.ac
  4914. M /trunk/examples/Makefile.am
  4915. M /trunk/src/Makefile.am
  4916. M /trunk/test/Makefile.am
  4917. * Use libtool for the static library generation; paves the way for
  4918. a future shared library.
  4919. ------------------------------------------------------------------------
  4920. r279 | sam | 2005-01-22 17:43:58 +0100 (Sat, 22 Jan 2005) | 2 lines
  4921. Changed paths:
  4922. M /trunk/src/graphics.c
  4923. * compilation fix.
  4924. ------------------------------------------------------------------------
  4925. r278 | sam | 2005-01-14 00:59:55 +0100 (Fri, 14 Jan 2005) | 3 lines
  4926. Changed paths:
  4927. M /trunk/src/bitmap.c
  4928. M /trunk/src/caca.h
  4929. * src/bitmap.c:
  4930. + Implemented caca_set_bitmap_gamma().
  4931. ------------------------------------------------------------------------
  4932. r277 | sam | 2005-01-13 23:19:01 +0100 (Thu, 13 Jan 2005) | 3 lines
  4933. Changed paths:
  4934. M /trunk/src/caca.h
  4935. M /trunk/src/graphics.c
  4936. * src/graphics.c:
  4937. + Implemented caca_get_screen().
  4938. ------------------------------------------------------------------------
  4939. r276 | sam | 2005-01-13 21:46:00 +0100 (Thu, 13 Jan 2005) | 2 lines
  4940. Changed paths:
  4941. M /trunk/examples/cacaplas.c
  4942. * examples/cacaplas: slower animation.
  4943. ------------------------------------------------------------------------
  4944. r275 | sam | 2004-11-21 01:31:13 +0100 (Sun, 21 Nov 2004) | 2 lines
  4945. Changed paths:
  4946. M /trunk/AUTHORS
  4947. A /trunk/perl
  4948. A /trunk/perl/Build.PL
  4949. A /trunk/perl/MANIFEST
  4950. A /trunk/perl/MANIFEST.SKIP
  4951. A /trunk/perl/META.yml
  4952. A /trunk/perl/Makefile.PL
  4953. A /trunk/perl/README
  4954. A /trunk/perl/lib
  4955. A /trunk/perl/lib/Term
  4956. A /trunk/perl/lib/Term/Caca
  4957. A /trunk/perl/lib/Term/Caca/Bitmap.pm
  4958. A /trunk/perl/lib/Term/Caca/Constants.pm
  4959. A /trunk/perl/lib/Term/Caca/Sprite.pm
  4960. A /trunk/perl/lib/Term/Caca.pm
  4961. A /trunk/perl/lib/Term/Caca.xs
  4962. A /trunk/perl/lib/Term/Kaka
  4963. A /trunk/perl/lib/Term/Kaka/Bitmap.pm
  4964. A /trunk/perl/lib/Term/Kaka/Constants.pm
  4965. A /trunk/perl/lib/Term/Kaka/Sprite.pm
  4966. A /trunk/perl/lib/Term/Kaka.pm
  4967. A /trunk/perl/t
  4968. A /trunk/perl/t/data
  4969. A /trunk/perl/t/data/caca.txt
  4970. * Imported John Beppu's Perl wrapper.
  4971. ------------------------------------------------------------------------
  4972. r274 | sam | 2004-11-05 15:57:50 +0100 (Fri, 05 Nov 2004) | 2 lines
  4973. Changed paths:
  4974. M /trunk/src/bitmap.c
  4975. * src/bitmap.c: dark background works again with floyd-steinberg.
  4976. ------------------------------------------------------------------------
  4977. r273 | sam | 2004-11-05 15:44:41 +0100 (Fri, 05 Nov 2004) | 3 lines
  4978. Changed paths:
  4979. M /trunk/examples/aafire.c
  4980. M /trunk/examples/cacaball.c
  4981. M /trunk/examples/cacamoir.c
  4982. M /trunk/examples/cacaplas.c
  4983. * examples/:
  4984. + Use Space to pause demos, Esc to quit.
  4985. ------------------------------------------------------------------------
  4986. r272 | sam | 2004-11-04 23:59:29 +0100 (Thu, 04 Nov 2004) | 2 lines
  4987. Changed paths:
  4988. M /trunk/src/bitmap.c
  4989. * src/bitmap.c: dark background works again, except with floyd-steinberg.
  4990. ------------------------------------------------------------------------
  4991. r271 | sam | 2004-11-04 23:28:39 +0100 (Thu, 04 Nov 2004) | 7 lines
  4992. Changed paths:
  4993. M /trunk/src/bitmap.c
  4994. M /trunk/src/caca.c
  4995. M /trunk/src/caca.h
  4996. * src/caca.h:
  4997. + Introduced CACA_DITHER_FSTEIN.
  4998. * src/caca.c:
  4999. + CACA_DITHER_FSTEIN is the default dithering method.
  5000. * src/bitmap.c:
  5001. + Fixed other dithering methods. Black background does not work yet.
  5002. ------------------------------------------------------------------------
  5003. r270 | sam | 2004-11-04 22:19:52 +0100 (Thu, 04 Nov 2004) | 2 lines
  5004. Changed paths:
  5005. M /trunk/src/bitmap.c
  5006. * src/bitmap.c: oops, removed spurious test code.
  5007. ------------------------------------------------------------------------
  5008. r269 | sam | 2004-11-04 22:18:52 +0100 (Thu, 04 Nov 2004) | 3 lines
  5009. Changed paths:
  5010. M /trunk/src/bitmap.c
  5011. * src/bitmap.c:
  5012. + 7-3-5-1 Floyd-Steinberg dithering. Breaks all other ditherers.
  5013. ------------------------------------------------------------------------
  5014. r268 | sam | 2004-11-04 21:36:49 +0100 (Thu, 04 Nov 2004) | 3 lines
  5015. Changed paths:
  5016. M /trunk/doc/Makefile.am
  5017. * doc/Makefile.am:
  5018. + Really fixed the manpage generation.
  5019. ------------------------------------------------------------------------
  5020. r267 | sam | 2004-11-04 19:30:34 +0100 (Thu, 04 Nov 2004) | 3 lines
  5021. Changed paths:
  5022. M /trunk/doc/Makefile.am
  5023. * doc/Makefile.am:
  5024. + Manpage installation fix.
  5025. ------------------------------------------------------------------------
  5026. r266 | sam | 2004-11-04 19:16:57 +0100 (Thu, 04 Nov 2004) | 2 lines
  5027. Changed paths:
  5028. M /trunk/examples/cacaplas.c
  5029. * examples/cacaplas.c: use Esc to quit, Space to pause.
  5030. ------------------------------------------------------------------------
  5031. r265 | sam | 2004-10-31 20:26:05 +0100 (Sun, 31 Oct 2004) | 3 lines
  5032. Changed paths:
  5033. M /trunk/THANKS
  5034. M /trunk/src/graphics.c
  5035. * src/graphics.c:
  5036. + Win32 speed improvements by Jari Komppa.
  5037. ------------------------------------------------------------------------
  5038. r264 | sam | 2004-08-06 19:33:46 +0200 (Fri, 06 Aug 2004) | 3 lines
  5039. Changed paths:
  5040. M /trunk/src/graphics.c
  5041. * src/graphics.c:
  5042. + Fix strict aliasing rules breakage.
  5043. ------------------------------------------------------------------------
  5044. r263 | sam | 2004-07-05 14:08:49 +0200 (Mon, 05 Jul 2004) | 3 lines
  5045. Changed paths:
  5046. M /trunk/bootstrap
  5047. * bootstrap:
  5048. + Support for automake 1.8.
  5049. ------------------------------------------------------------------------
  5050. r262 | sam | 2004-07-05 14:07:00 +0200 (Mon, 05 Jul 2004) | 6 lines
  5051. Changed paths:
  5052. D /trunk/BUGS
  5053. M /trunk/Makefile.am
  5054. M /trunk/TODO
  5055. M /trunk/debian/changelog
  5056. M /trunk/debian/control
  5057. M /trunk/debian/rules
  5058. * BUGS TODO:
  5059. + Removed BUGS, updated TODO.
  5060. * debian/*:
  5061. + Depend on libx11-dev instead of xlibs-dev.
  5062. + New Debian upload.
  5063. ------------------------------------------------------------------------
  5064. r261 | sam | 2004-02-02 14:51:55 +0100 (Mon, 02 Feb 2004) | 3 lines
  5065. Changed paths:
  5066. M /trunk/configure.ac
  5067. M /trunk/msvc/config.h
  5068. M /trunk/src/graphics.c
  5069. * configure.ac src/graphics:
  5070. + Check for resize_term and resizeterm in -lncurses.
  5071. ------------------------------------------------------------------------
  5072. r260 | sam | 2004-02-02 03:59:43 +0100 (Mon, 02 Feb 2004) | 2 lines
  5073. Changed paths:
  5074. A /branches/0.9 (from /trunk:259)
  5075. M /branches/0.9/ChangeLog
  5076. M /trunk/ChangeLog
  5077. * 0.9 branch.
  5078. ------------------------------------------------------------------------
  5079. r259 | sam | 2004-02-02 03:54:43 +0100 (Mon, 02 Feb 2004) | 2 lines
  5080. Changed paths:
  5081. M /trunk/ChangeLog
  5082. M /trunk/NEWS
  5083. M /trunk/configure.ac
  5084. M /trunk/debian/changelog
  5085. M /trunk/libcaca.spec
  5086. M /trunk/msvc/config.h
  5087. * 0.9 release.
  5088. ------------------------------------------------------------------------
  5089. r258 | sam | 2004-01-26 11:52:30 +0100 (Mon, 26 Jan 2004) | 5 lines
  5090. Changed paths:
  5091. M /trunk/configure.ac
  5092. M /trunk/debian/changelog
  5093. M /trunk/src/caca.c
  5094. M /trunk/src/event.c
  5095. M /trunk/src/graphics.c
  5096. * configure.ac:
  5097. + Check for curses.h as well as ncurses.h.
  5098. * src/caca.c src/event.c src/graphics.c:
  5099. + Include curses.h if ncurses.h was not found.
  5100. ------------------------------------------------------------------------
  5101. r257 | sam | 2004-01-23 10:20:39 +0100 (Fri, 23 Jan 2004) | 3 lines
  5102. Changed paths:
  5103. M /trunk/examples/cacaview.c
  5104. * examples/cacaview.c:
  5105. + Moved statusbar and help menu handling in separate functions.
  5106. ------------------------------------------------------------------------
  5107. r256 | sam | 2004-01-23 10:15:42 +0100 (Fri, 23 Jan 2004) | 4 lines
  5108. Changed paths:
  5109. M /trunk/src/caca.c
  5110. * src/caca.c:
  5111. + Alloc the AllocConsole() call to fail in case the process already has
  5112. a console.
  5113. ------------------------------------------------------------------------
  5114. r255 | sam | 2004-01-21 18:25:18 +0100 (Wed, 21 Jan 2004) | 6 lines
  5115. Changed paths:
  5116. M /trunk/examples/cacaview.c
  5117. * examples/cacaview.c:
  5118. + Proper aspect ratio support.
  5119. + Finer zoom support.
  5120. + Handle mouse clicks as next/prev picture command.
  5121. + Removed useless iterations in draw_checkers().
  5122. ------------------------------------------------------------------------
  5123. r254 | sam | 2004-01-21 14:49:26 +0100 (Wed, 21 Jan 2004) | 8 lines
  5124. Changed paths:
  5125. M /trunk/THANKS
  5126. M /trunk/src/event.c
  5127. M /trunk/src/graphics.c
  5128. * src/graphics.c:
  5129. + Fixed a buffer overflow due to bad signed/unsigned handling.
  5130. * src/event.c:
  5131. + Disallow zero width or height in the X11 driver.
  5132. + Fixed resizing in ncurses and slang.
  5133. * THANKS:
  5134. + Added the Source Mage maintainer.
  5135. ------------------------------------------------------------------------
  5136. r253 | sam | 2004-01-18 05:48:09 +0100 (Sun, 18 Jan 2004) | 2 lines
  5137. Changed paths:
  5138. A /branches/0.8 (from /trunk:252)
  5139. M /branches/0.8/ChangeLog
  5140. M /trunk/ChangeLog
  5141. * 0.8 branch.
  5142. ------------------------------------------------------------------------
  5143. r252 | sam | 2004-01-18 05:45:28 +0100 (Sun, 18 Jan 2004) | 2 lines
  5144. Changed paths:
  5145. M /trunk/ChangeLog
  5146. M /trunk/NEWS
  5147. M /trunk/THANKS
  5148. M /trunk/configure.ac
  5149. M /trunk/debian/changelog
  5150. M /trunk/libcaca.spec
  5151. M /trunk/msvc/config.h
  5152. * 0.8 release.
  5153. ------------------------------------------------------------------------
  5154. r251 | sam | 2004-01-18 05:17:35 +0100 (Sun, 18 Jan 2004) | 5 lines
  5155. Changed paths:
  5156. M /trunk/examples/cacaview.c
  5157. M /trunk/src/event.c
  5158. M /trunk/src/graphics.c
  5159. * src/graphics.c:
  5160. + When resizing under X11, copy the old pixmap to the new one.
  5161. * examples/cacaview.c:
  5162. + Resizing support.
  5163. ------------------------------------------------------------------------
  5164. r250 | sam | 2004-01-18 05:01:32 +0100 (Sun, 18 Jan 2004) | 5 lines
  5165. Changed paths:
  5166. M /trunk/src/caca_internals.h
  5167. M /trunk/src/event.c
  5168. M /trunk/src/graphics.c
  5169. * src/event.c:
  5170. + Refresh the X11 window when an exposure event is received.
  5171. + When resizing the X11 window, start showing extra characters when two
  5172. thirds are visible.
  5173. ------------------------------------------------------------------------
  5174. r249 | sam | 2004-01-17 23:32:39 +0100 (Sat, 17 Jan 2004) | 6 lines
  5175. Changed paths:
  5176. M /trunk/TODO
  5177. M /trunk/examples/cacaview.c
  5178. M /trunk/src/caca.h
  5179. M /trunk/src/graphics.c
  5180. * src/graphics.c:
  5181. + Renamed caca_set_title() to caca_set_window_title().
  5182. + Implemented caca_get_window_width() and caca_get_window_height().
  5183. * examples/cacaview.c:
  5184. + Set the window title to cacaview.
  5185. ------------------------------------------------------------------------
  5186. r248 | sam | 2004-01-14 11:34:20 +0100 (Wed, 14 Jan 2004) | 8 lines
  5187. Changed paths:
  5188. M /trunk/src/bitmap.c
  5189. M /trunk/src/event.c
  5190. * src/event.c:
  5191. + Make sure the mouse coordinates stay within the screen boundaries even
  5192. if the window was resized.
  5193. * src/bitmap.c:
  5194. + Fixed a buffer underflow in the rendering routine that caused the bottom
  5195. and rightmost pixels to be missed in certain conditions.
  5196. + Minor speed optimisation.
  5197. ------------------------------------------------------------------------
  5198. r247 | sam | 2004-01-14 11:32:04 +0100 (Wed, 14 Jan 2004) | 3 lines
  5199. Changed paths:
  5200. M /trunk/test
  5201. M /trunk/test/Makefile.am
  5202. A /trunk/test/colors.c (from /trunk/examples/demo.c:243)
  5203. * test/colors.c:
  5204. + Extracted the colour test from examples/demo.c.
  5205. ------------------------------------------------------------------------
  5206. r246 | sam | 2004-01-13 23:33:09 +0100 (Tue, 13 Jan 2004) | 5 lines
  5207. Changed paths:
  5208. M /trunk/src/caca_internals.h
  5209. M /trunk/src/event.c
  5210. M /trunk/src/graphics.c
  5211. M /trunk/test/event.c
  5212. * src/graphics.c src/event.c:
  5213. + The ncurses and S-Lang drivers properly return CACA_EVENT_RESIZE.
  5214. * test/event.c:
  5215. + Display CACA_EVENT_RESIZE.
  5216. ------------------------------------------------------------------------
  5217. r245 | sam | 2004-01-13 22:08:43 +0100 (Tue, 13 Jan 2004) | 3 lines
  5218. Changed paths:
  5219. M /trunk/configure.ac
  5220. M /trunk/msvc/config.h
  5221. M /trunk/src/graphics.c
  5222. * src/graphics.c:
  5223. + Resize handling in the ncurses and slang drivers.
  5224. ------------------------------------------------------------------------
  5225. r244 | sam | 2004-01-13 21:03:48 +0100 (Tue, 13 Jan 2004) | 8 lines
  5226. Changed paths:
  5227. M /trunk/examples/aafire.c
  5228. M /trunk/src/caca.h
  5229. M /trunk/src/caca_internals.h
  5230. M /trunk/src/event.c
  5231. M /trunk/src/graphics.c
  5232. * src/event.c:
  5233. + Added the CACA_EVENT_RESIZE event.
  5234. + Added caca_get_mouse_x() and caca_get_mouse_y().
  5235. * src/graphics.c:
  5236. + Window resize handling in the X11 driver.
  5237. * examples/aafire.c:
  5238. + Fixed a bad assumption in the resize handling code.
  5239. ------------------------------------------------------------------------
  5240. r243 | sam | 2004-01-13 17:45:45 +0100 (Tue, 13 Jan 2004) | 5 lines
  5241. Changed paths:
  5242. M /trunk/build-win32
  5243. M /trunk/configure.ac
  5244. M /trunk/debian/rules
  5245. M /trunk/doc/Makefile.am
  5246. M /trunk/libcaca.spec
  5247. * configure.ac:
  5248. + Added --disable-doc to let the user not build documentation.
  5249. * build-win32:
  5250. + Do not build documentation.
  5251. ------------------------------------------------------------------------
  5252. r242 | sam | 2004-01-13 16:01:22 +0100 (Tue, 13 Jan 2004) | 7 lines
  5253. Changed paths:
  5254. M /trunk/THANKS
  5255. M /trunk/src/Makefile.am
  5256. A /trunk/src/event.c (from /trunk/src/io.c:238)
  5257. M /trunk/src/graphics.c
  5258. D /trunk/src/io.c
  5259. * src/graphics.c:
  5260. + Fixed a typo preventing Win32 builds.
  5261. * src/event.c:
  5262. + Renamed io.c into event.c.
  5263. * THANKS:
  5264. + Added Gentoo, NetBSD and FreeBSD porters.
  5265. ------------------------------------------------------------------------
  5266. r241 | sam | 2004-01-13 10:55:32 +0100 (Tue, 13 Jan 2004) | 13 lines
  5267. Changed paths:
  5268. M /trunk/Makefile.am
  5269. M /trunk/configure.ac
  5270. M /trunk/examples/aafire.c
  5271. M /trunk/examples/cacaview.c
  5272. A /trunk/msvc
  5273. A /trunk/msvc/Makefile.am
  5274. A /trunk/msvc/cacaball.vcproj
  5275. A /trunk/msvc/cacademo.vcproj
  5276. A /trunk/msvc/cacafire.vcproj
  5277. A /trunk/msvc/cacamoir.vcproj
  5278. A /trunk/msvc/cacaplas.vcproj
  5279. A /trunk/msvc/cacaview.vcproj
  5280. A /trunk/msvc/config.h
  5281. A /trunk/msvc/libcaca.sln
  5282. A /trunk/msvc/libcaca.vcproj
  5283. M /trunk/src/caca.c
  5284. M /trunk/src/graphics.c
  5285. M /trunk/src/time.c
  5286. * configure.ac:
  5287. + Check for sys/times.h and unistd.h.
  5288. + Added calls to AC_C_CONST and AC_C_INLINE.
  5289. * src/time.c src/graphics.c:
  5290. + Fixes for MSVC compilation warnings.
  5291. + Additional sanity checks in the Win32 driver.
  5292. * src/caca.c:
  5293. + Use raw()/noraw() in the curses driver instead of cbreak().
  5294. * msvc/libcaca.sln:
  5295. + Added an MSVC solution.
  5296. * examples/aafire.c:
  5297. + Slightly reduced the maximum cacafire framerate.
  5298. ------------------------------------------------------------------------
  5299. r240 | sam | 2004-01-12 18:30:09 +0100 (Mon, 12 Jan 2004) | 5 lines
  5300. Changed paths:
  5301. M /trunk/NOTES
  5302. M /trunk/examples/cacaview.c
  5303. M /trunk/src/caca.h
  5304. M /trunk/src/graphics.c
  5305. * src/graphics.c:
  5306. + Implemented caca_set_title() for X11 and Win32.
  5307. * examples/cacaview.c:
  5308. + Use caca_set_title() to set the window title to "cacaview".
  5309. ------------------------------------------------------------------------
  5310. r239 | sam | 2004-01-12 17:22:35 +0100 (Mon, 12 Jan 2004) | 2 lines
  5311. Changed paths:
  5312. M /trunk/Makefile.am
  5313. M /trunk/autotools/Makefile.am
  5314. M /trunk/debian/Makefile.am
  5315. M /trunk/doc/Makefile.am
  5316. M /trunk/examples/Makefile.am
  5317. M /trunk/src/Makefile.am
  5318. M /trunk/test/Makefile.am
  5319. * Fixed $Id in all Makefile.am files.
  5320. ------------------------------------------------------------------------
  5321. r238 | sam | 2004-01-12 17:21:34 +0100 (Mon, 12 Jan 2004) | 3 lines
  5322. Changed paths:
  5323. M /trunk/Makefile.am
  5324. M /trunk/autotools/Makefile.am
  5325. A /trunk/build-win32
  5326. M /trunk/debian/Makefile.am
  5327. M /trunk/doc/Makefile.am
  5328. M /trunk/examples/Makefile.am
  5329. M /trunk/src/Makefile.am
  5330. M /trunk/test/Makefile.am
  5331. * build-win32:
  5332. + Win32 cross-compilation script.
  5333. ------------------------------------------------------------------------
  5334. r237 | sam | 2004-01-12 16:28:27 +0100 (Mon, 12 Jan 2004) | 5 lines
  5335. Changed paths:
  5336. M /trunk/NEWS
  5337. M /trunk/debian/control
  5338. M /trunk/debian/rules
  5339. M /trunk/doc/Makefile.am
  5340. M /trunk/doc/cacademo.1
  5341. M /trunk/examples
  5342. M /trunk/examples/Makefile.am
  5343. D /trunk/examples/cacacirc.c
  5344. A /trunk/examples/cacamoir.c (from /trunk/examples/cacacirc.c:236)
  5345. M /trunk/libcaca.spec
  5346. * examples/cacamoir.c:
  5347. + Renamed cacacirc to cacamoir.
  5348. * libcaca.spec debian/ doc/:
  5349. + Added cacamoir to the distributed files.
  5350. ------------------------------------------------------------------------
  5351. r236 | sam | 2004-01-12 15:25:46 +0100 (Mon, 12 Jan 2004) | 8 lines
  5352. Changed paths:
  5353. M /trunk/examples
  5354. M /trunk/examples/Makefile.am
  5355. M /trunk/examples/cacaball.c
  5356. A /trunk/examples/cacacirc.c
  5357. M /trunk/examples/cacaplas.c
  5358. * examples/cacaballs.c:
  5359. + Bigger metaballs, less metaballs.
  5360. + Rotating palette.
  5361. * examples/cacaplas.c:
  5362. + Slightly decreased speed.
  5363. * examples/cacacirc.c:
  5364. + New effect.
  5365. ------------------------------------------------------------------------
  5366. r235 | sam | 2004-01-12 15:01:40 +0100 (Mon, 12 Jan 2004) | 3 lines
  5367. Changed paths:
  5368. M /trunk/configure.ac
  5369. M /trunk/src/time.c
  5370. * configure.ac:
  5371. + Better win32 check for Sleep().
  5372. ------------------------------------------------------------------------
  5373. r234 | sam | 2004-01-11 19:09:01 +0100 (Sun, 11 Jan 2004) | 5 lines
  5374. Changed paths:
  5375. M /trunk/configure.ac
  5376. M /trunk/examples/cacaview.c
  5377. M /trunk/src/time.c
  5378. * configure.ac src/time.c:
  5379. + Look for Sleep in -lkernel32.
  5380. * examples/cacaview.c:
  5381. + Use caca_wait_event() instead of usleep()/caca_get_event().
  5382. ------------------------------------------------------------------------
  5383. r233 | sam | 2004-01-11 06:09:02 +0100 (Sun, 11 Jan 2004) | 3 lines
  5384. Changed paths:
  5385. M /trunk/NOTES
  5386. M /trunk/examples/cacaview.c
  5387. M /trunk/src/caca.c
  5388. M /trunk/src/caca_internals.h
  5389. M /trunk/src/graphics.c
  5390. M /trunk/src/io.c
  5391. M /trunk/src/time.c
  5392. * src/caca.c src/graphics.c src/io.c src/time.c:
  5393. + Native win32 port.
  5394. ------------------------------------------------------------------------
  5395. r232 | sam | 2004-01-11 02:45:57 +0100 (Sun, 11 Jan 2004) | 10 lines
  5396. Changed paths:
  5397. M /trunk/configure.ac
  5398. M /trunk/src/caca.c
  5399. M /trunk/src/caca_internals.h
  5400. M /trunk/src/graphics.c
  5401. M /trunk/src/io.c
  5402. M /trunk/src/time.c
  5403. M /trunk/test/event.c
  5404. * configure.ac:
  5405. + Check for gettimeofday().
  5406. * src/time.c:
  5407. + Created _caca_time().
  5408. + Ported _caca_getticks() to the Win32 API.
  5409. * src/caca.c:
  5410. + Properly builds on Win32.
  5411. * test/event.c:
  5412. + Added <stdlib.h> because we use malloc().
  5413. ------------------------------------------------------------------------
  5414. r231 | sam | 2004-01-10 20:59:50 +0100 (Sat, 10 Jan 2004) | 5 lines
  5415. Changed paths:
  5416. M /trunk/NEWS
  5417. M /trunk/THANKS
  5418. M /trunk/examples/cacaplas.c
  5419. * THANKS examples/cacaplas.c:
  5420. + Updated credits.
  5421. * NEWS:
  5422. + Forthcoming 0.8 news.
  5423. ------------------------------------------------------------------------
  5424. r230 | sam | 2004-01-10 20:53:14 +0100 (Sat, 10 Jan 2004) | 5 lines
  5425. Changed paths:
  5426. M /trunk/configure.ac
  5427. M /trunk/examples
  5428. M /trunk/examples/Makefile.am
  5429. A /trunk/examples/cacaplas.c
  5430. * configure.ac:
  5431. + Check for -lm.
  5432. * examples/cacaplas.c:
  5433. + New demo, cacaplas, that displays a colour plasma.
  5434. ------------------------------------------------------------------------
  5435. r229 | sam | 2004-01-10 20:29:12 +0100 (Sat, 10 Jan 2004) | 12 lines
  5436. Changed paths:
  5437. M /trunk/src/caca.h
  5438. M /trunk/src/graphics.c
  5439. M /trunk/src/io.c
  5440. M /trunk/test/event.c
  5441. * src/graphics:
  5442. + Initialise the char buffers in the X11 driver.
  5443. * src/io.c:
  5444. + caca_get_event() and caca_wait_event() immediately return zero if
  5445. event_mask is zero.
  5446. + Added support for the Home, End, PgUp and PgDown keys.
  5447. + In the S-Lang driver, added a call to SLang_getkey() before the call to
  5448. SLkp_getkey(), otherwise a single Escape call will not be interpreted.
  5449. * test/event.c:
  5450. + The "quit" sequence now quits the program, instead of "q" alone.
  5451. + Added a status bar below.
  5452. ------------------------------------------------------------------------
  5453. r228 | sam | 2004-01-09 10:51:53 +0100 (Fri, 09 Jan 2004) | 16 lines
  5454. Changed paths:
  5455. M /trunk/BUGS
  5456. M /trunk/NOTES
  5457. M /trunk/README
  5458. M /trunk/configure.ac
  5459. M /trunk/src/Makefile.am
  5460. M /trunk/src/caca.c
  5461. M /trunk/src/caca_internals.h
  5462. M /trunk/src/graphics.c
  5463. M /trunk/src/io.c
  5464. A /trunk/src/time.c
  5465. M /trunk/test/event.c
  5466. * test/event.c:
  5467. + Do not refresh after each event, but only when there is no event
  5468. pending.
  5469. + If the pressed key is a printable character, display it.
  5470. * src/time.c:
  5471. + Moved _caca_getticks() to this file.
  5472. * src/caca.c:
  5473. + Set the escape delay to a very low value in the ncurses driver,
  5474. because I don't want escape sequences to be entered manually.
  5475. * src/io.c:
  5476. + Autorepeat emulation in the ncurses and slang drivers: do not
  5477. immediately send the key release event.
  5478. * configure.ac:
  5479. + Check for usleep.
  5480. + Improvements in the win32 platform detection.
  5481. ------------------------------------------------------------------------
  5482. r227 | sam | 2004-01-08 19:40:29 +0100 (Thu, 08 Jan 2004) | 5 lines
  5483. Changed paths:
  5484. M /trunk/configure.ac
  5485. M /trunk/src/graphics.c
  5486. M /trunk/test/event.c
  5487. * test/event.c:
  5488. + Display at least two digits for keycodes.
  5489. * configure.ac:
  5490. + ScreenUpdate is actually mandatory for our conio driver.
  5491. ------------------------------------------------------------------------
  5492. r226 | sam | 2004-01-08 11:22:14 +0100 (Thu, 08 Jan 2004) | 10 lines
  5493. Changed paths:
  5494. M /trunk/src/graphics.c
  5495. M /trunk/src/io.c
  5496. M /trunk/test/event.c
  5497. * src/io.c:
  5498. + Use SLkp_getkey instead of SLang_getkey so that escape sequences are
  5499. directly interpreted.
  5500. + Major rehandling of the event code. All output drivers are now
  5501. correctly separated.
  5502. * src/graphics.c:
  5503. + Fixed a compilation warning.
  5504. * test/event.c:
  5505. + More human-readable event printing.
  5506. ------------------------------------------------------------------------
  5507. r225 | sam | 2004-01-07 19:36:41 +0100 (Wed, 07 Jan 2004) | 2 lines
  5508. Changed paths:
  5509. A /branches/0.7 (from /trunk:224)
  5510. M /branches/0.7/ChangeLog
  5511. M /branches/0.7/libcaca.spec
  5512. M /trunk/ChangeLog
  5513. M /trunk/libcaca.spec
  5514. * 0.7 branch.
  5515. ------------------------------------------------------------------------
  5516. r224 | sam | 2004-01-07 19:22:44 +0100 (Wed, 07 Jan 2004) | 3 lines
  5517. Changed paths:
  5518. M /trunk/configure.ac
  5519. M /trunk/debian/changelog
  5520. M /trunk/libcaca.spec
  5521. * configure.ac:
  5522. + Release 0.7.
  5523. ------------------------------------------------------------------------
  5524. r223 | sam | 2004-01-07 19:22:08 +0100 (Wed, 07 Jan 2004) | 3 lines
  5525. Changed paths:
  5526. M /trunk/src/bitmap.c
  5527. * src/bitmap.c:
  5528. + Fixed a bug in the dithering characters.
  5529. ------------------------------------------------------------------------
  5530. r222 | sam | 2004-01-07 19:15:10 +0100 (Wed, 07 Jan 2004) | 5 lines
  5531. Changed paths:
  5532. M /trunk/NEWS
  5533. M /trunk/src/bitmap.c
  5534. M /trunk/src/io.c
  5535. * src/io.c:
  5536. + Do not report mouse motions if the coordinates did not change.
  5537. * src/bitmap.c:
  5538. + More documentation.
  5539. ------------------------------------------------------------------------
  5540. r221 | sam | 2004-01-07 18:19:36 +0100 (Wed, 07 Jan 2004) | 8 lines
  5541. Changed paths:
  5542. M /trunk/configure.ac
  5543. M /trunk/src/caca.c
  5544. M /trunk/src/graphics.c
  5545. M /trunk/src/io.c
  5546. M /trunk/test
  5547. M /trunk/test/Makefile.am
  5548. A /trunk/test/event.c
  5549. * test/event.c:
  5550. + Small event lister, similar to X11's xev.
  5551. * src/graphics.c:
  5552. + If possible, disable autorepeat in the X11 driver.
  5553. * src/io.c:
  5554. + Implemented CACA_EVENT_MOUSE_RELEASE in all drivers.
  5555. + Button number support in CACA_EVENT_MOUSE_{PRESS,RELEASE}.
  5556. ------------------------------------------------------------------------
  5557. r220 | sam | 2004-01-07 14:06:06 +0100 (Wed, 07 Jan 2004) | 5 lines
  5558. Changed paths:
  5559. M /trunk/debian/control
  5560. M /trunk/debian/rules
  5561. M /trunk/doc/Makefile.am
  5562. D /trunk/doc/caca-spritedit.1
  5563. M /trunk/examples/Makefile.am
  5564. D /trunk/examples/spritedit.c
  5565. M /trunk/libcaca.spec
  5566. M /trunk/test/Makefile.am
  5567. A /trunk/test/spritedit.c (from /trunk/examples/spritedit.c:213)
  5568. * test/spritedit.c:
  5569. + Moved spritedit to the test/ directory, because it is not mature enough.
  5570. * libcaca.spec debian/control debian/rules:
  5571. + Do not install caca-spritedit.
  5572. ------------------------------------------------------------------------
  5573. r219 | sam | 2004-01-07 13:45:02 +0100 (Wed, 07 Jan 2004) | 8 lines
  5574. Changed paths:
  5575. M /trunk/NEWS
  5576. M /trunk/debian/control
  5577. M /trunk/debian/rules
  5578. M /trunk/doc/Makefile.am
  5579. M /trunk/doc/cacademo.1
  5580. M /trunk/libcaca.spec
  5581. M /trunk/src/bitmap.c
  5582. M /trunk/src/caca.c
  5583. M /trunk/src/caca.h
  5584. M /trunk/src/conic.c
  5585. M /trunk/src/graphics.c
  5586. M /trunk/src/io.c
  5587. M /trunk/src/line.c
  5588. M /trunk/src/sprite.c
  5589. * libcaca.spec debian/control:
  5590. + Updated the package descriptions to include cacaball.
  5591. * doc/cacademo.1 doc/Makefile.am:
  5592. + Use the cacademo manpage as the cacaball manpage.
  5593. * src/:
  5594. + Added #ifdef _DOXYGEN_SKIP_ME here and there to prvent Doxygen from
  5595. documenting bizarre stuff.
  5596. ------------------------------------------------------------------------
  5597. r218 | sam | 2004-01-07 13:42:22 +0100 (Wed, 07 Jan 2004) | 4 lines
  5598. Changed paths:
  5599. M /trunk/examples/cacaball.c
  5600. * examples/cacaball.c:
  5601. + 24 metaballs instead of 5, but smaller.
  5602. + Zoom the bitmap to make more use of the screen area.
  5603. ------------------------------------------------------------------------
  5604. r217 | sam | 2004-01-06 17:31:27 +0100 (Tue, 06 Jan 2004) | 5 lines
  5605. Changed paths:
  5606. M /trunk/AUTHORS
  5607. M /trunk/THANKS
  5608. M /trunk/examples/aafire.c
  5609. M /trunk/examples/cacaball.c
  5610. * examples/cacaball.c:
  5611. + Crop the palette so that it looks a bit more like metaballs.
  5612. * AUTHORS THANKS:
  5613. + Credited Jylam and Jan Hubicka.
  5614. ------------------------------------------------------------------------
  5615. r216 | sam | 2004-01-06 13:46:25 +0100 (Tue, 06 Jan 2004) | 6 lines
  5616. Changed paths:
  5617. M /trunk/examples/cacaball.c
  5618. * examples/cacaball.c:
  5619. + Huge coding style overhaul.
  5620. + Display 5 metaballs instead of 3.
  5621. + Generate the palette instead of having a static one.
  5622. + Use a 256x256 back buffer for more smoothness.
  5623. ------------------------------------------------------------------------
  5624. r215 | sam | 2004-01-06 11:12:22 +0100 (Tue, 06 Jan 2004) | 3 lines
  5625. Changed paths:
  5626. M /trunk/src/graphics.c
  5627. * src/graphics.c:
  5628. + Fixed a compilation warning.
  5629. ------------------------------------------------------------------------
  5630. r214 | sam | 2004-01-05 23:16:55 +0100 (Mon, 05 Jan 2004) | 3 lines
  5631. Changed paths:
  5632. M /trunk/examples
  5633. M /trunk/examples/Makefile.am
  5634. A /trunk/examples/cacaball.c
  5635. * examples/cacaball.c:
  5636. + Metaballs demo program from Jean-Yves Lamoureux <jylam@lnxscene.org>.
  5637. ------------------------------------------------------------------------
  5638. r213 | sam | 2004-01-05 19:17:20 +0100 (Mon, 05 Jan 2004) | 4 lines
  5639. Changed paths:
  5640. M /trunk/examples/aafire.c
  5641. M /trunk/examples/cacaview.c
  5642. M /trunk/examples/demo.c
  5643. M /trunk/examples/spritedit.c
  5644. M /trunk/src/caca.h
  5645. M /trunk/src/io.c
  5646. M /trunk/test/dithering.c
  5647. M /trunk/test/hsv.c
  5648. * src/io.c:
  5649. + caca_get_event() and caca_wait_event() now accept a mask as an argument
  5650. in order to select events.
  5651. ------------------------------------------------------------------------
  5652. r212 | sam | 2004-01-05 19:10:51 +0100 (Mon, 05 Jan 2004) | 4 lines
  5653. Changed paths:
  5654. M /trunk/src/graphics.c
  5655. * src/graphics.c:
  5656. + Fixed a bug that caused an infinite loop if the delay between two
  5657. caca_refresh() calls was greater than 2000 seconds (or something).
  5658. ------------------------------------------------------------------------
  5659. r211 | sam | 2004-01-05 19:08:50 +0100 (Mon, 05 Jan 2004) | 5 lines
  5660. Changed paths:
  5661. M /trunk/examples/cacaview.c
  5662. M /trunk/src/io.c
  5663. * src/io.c:
  5664. + Fixed a bug that caused ButtonRelease events to be forgotten under X11.
  5665. * examples/cacaview.c:
  5666. + Use <stdlib.h> instead of <malloc.h>.
  5667. ------------------------------------------------------------------------
  5668. r210 | sam | 2004-01-04 01:45:08 +0100 (Sun, 04 Jan 2004) | 6 lines
  5669. Changed paths:
  5670. M /trunk/configure.ac
  5671. M /trunk/doc/Makefile.am
  5672. * configure.ac:
  5673. + Check for dvips in addition to latex.
  5674. * doc/Makefile.am:
  5675. + Workaround for a bug in the latex code generated by doxygen
  5676. in Mandrake 9.1.
  5677. ------------------------------------------------------------------------
  5678. r209 | sam | 2004-01-04 01:19:53 +0100 (Sun, 04 Jan 2004) | 5 lines
  5679. Changed paths:
  5680. M /trunk/libcaca.spec
  5681. * libcaca.spec:
  5682. + Install documentation into %{doc}/package-version/ instead
  5683. of %{doc}/package/.
  5684. + Added tetex-dvips to the build dependencies.
  5685. ------------------------------------------------------------------------
  5686. r208 | sam | 2004-01-04 00:21:27 +0100 (Sun, 04 Jan 2004) | 2 lines
  5687. Changed paths:
  5688. A /branches/0.6 (from /trunk:207)
  5689. M /branches/0.6/ChangeLog
  5690. M /trunk/ChangeLog
  5691. * 0.6 branch.
  5692. ------------------------------------------------------------------------
  5693. r207 | sam | 2004-01-04 00:15:48 +0100 (Sun, 04 Jan 2004) | 9 lines
  5694. Changed paths:
  5695. M /trunk/NEWS
  5696. M /trunk/configure.ac
  5697. M /trunk/debian/changelog
  5698. M /trunk/debian/control
  5699. M /trunk/debian/rules
  5700. M /trunk/doc/Makefile.am
  5701. M /trunk/libcaca.spec
  5702. * configure.ac NEWS:
  5703. + Prepared the 0.6 release.
  5704. * libcaca.spec:
  5705. + Split the RPM into libcaca-devel and caca-utils.
  5706. + More detailed descriptions.
  5707. + Packages are now rpmlint clean.
  5708. * doc/Makefile.am:
  5709. + Symlink cacafire.1 to cacademo.1 upon manpage installation.
  5710. ------------------------------------------------------------------------
  5711. r206 | sam | 2004-01-03 18:31:44 +0100 (Sat, 03 Jan 2004) | 3 lines
  5712. Changed paths:
  5713. M /trunk/configure.ac
  5714. M /trunk/src/caca.c
  5715. M /trunk/src/graphics.c
  5716. M /trunk/src/io.c
  5717. * configure.ac:
  5718. + Search for <slang/slang.h> in addition of <slang.h>.
  5719. ------------------------------------------------------------------------
  5720. r205 | sam | 2004-01-03 15:33:35 +0100 (Sat, 03 Jan 2004) | 5 lines
  5721. Changed paths:
  5722. M /trunk/src/bitmap.c
  5723. * src/bitmap.c:
  5724. + Dither H/S/V when looking up the two nearest colours.
  5725. + Weigh pixels in the distance calculation.
  5726. + Factorised the lookup table calculation.
  5727. ------------------------------------------------------------------------
  5728. r204 | sam | 2004-01-03 15:28:39 +0100 (Sat, 03 Jan 2004) | 3 lines
  5729. Changed paths:
  5730. M /trunk/test
  5731. M /trunk/test/Makefile.am
  5732. A /trunk/test/hsv.c
  5733. * test/hsv.c:
  5734. + Trivial saturation/value rendering test.
  5735. ------------------------------------------------------------------------
  5736. r203 | sam | 2004-01-02 19:09:29 +0100 (Fri, 02 Jan 2004) | 5 lines
  5737. Changed paths:
  5738. M /trunk/src/bitmap.c
  5739. M /trunk/src/caca.c
  5740. M /trunk/src/caca_internals.h
  5741. * src/bitmap.c:
  5742. + Fixed a minor overflow in the saturation computation.
  5743. + Use a global lookup table for foreground/background colour selection
  5744. in the bitmap rendering routine. This broke dithering, sorry.
  5745. ------------------------------------------------------------------------
  5746. r202 | sam | 2004-01-02 17:52:10 +0100 (Fri, 02 Jan 2004) | 3 lines
  5747. Changed paths:
  5748. M /trunk/examples/aafire.c
  5749. M /trunk/examples/cacaview.c
  5750. M /trunk/src/bitmap.c
  5751. M /trunk/src/caca.c
  5752. M /trunk/src/caca.h
  5753. M /trunk/src/graphics.c
  5754. M /trunk/src/line.c
  5755. M /trunk/src/sprite.c
  5756. M /trunk/test/optipal.c
  5757. * src/ examples/ test/:
  5758. + Changed <const type> constructs into <type const>.
  5759. ------------------------------------------------------------------------
  5760. r201 | sam | 2004-01-02 16:35:53 +0100 (Fri, 02 Jan 2004) | 4 lines
  5761. Changed paths:
  5762. M /trunk/examples/aafire.c
  5763. * examples/aafire.c:
  5764. + Do not call caca_get_width() 10000 times per frame. Cache the value
  5765. instead.
  5766. ------------------------------------------------------------------------
  5767. r200 | sam | 2004-01-02 16:34:16 +0100 (Fri, 02 Jan 2004) | 4 lines
  5768. Changed paths:
  5769. M /trunk/src/graphics.c
  5770. * src/graphics.c:
  5771. + Split the drawing of foreground and background colours in the X11
  5772. driver. Nice performance improvement.
  5773. ------------------------------------------------------------------------
  5774. r199 | sam | 2004-01-02 16:23:54 +0100 (Fri, 02 Jan 2004) | 3 lines
  5775. Changed paths:
  5776. M /trunk/examples/cacaview.c
  5777. * examples/cacaview.c:
  5778. + If Imlib2 was not activated, warn the user that only BMP is supported.
  5779. ------------------------------------------------------------------------
  5780. r198 | sam | 2004-01-01 19:21:13 +0100 (Thu, 01 Jan 2004) | 5 lines
  5781. Changed paths:
  5782. M /trunk/AUTHORS
  5783. M /trunk/Makefile.am
  5784. A /trunk/THANKS
  5785. A /trunk/libcaca.spec
  5786. * libcaca.spec:
  5787. + RPM specfile, courtesy of Richard Zidlicky.
  5788. * THANKS:
  5789. + Added a THANKS file for contributors.
  5790. ------------------------------------------------------------------------
  5791. r197 | sam | 2004-01-01 18:51:57 +0100 (Thu, 01 Jan 2004) | 10 lines
  5792. Changed paths:
  5793. M /trunk/README
  5794. M /trunk/src/caca.c
  5795. M /trunk/src/graphics.c
  5796. * src/graphics.c:
  5797. + Minor optimisation in caca_set_color().
  5798. + Added an X11 error handler to avoid BadFont aborts in the X11 driver.
  5799. + Optimised the X11 caca_refresh() routine by handling strings of the
  5800. same colour as one text chunk.
  5801. * src/caca.c:
  5802. + Bugfix in caca_init when conio is the only compiled-in driver.
  5803. * README:
  5804. + Minor documentation updates.
  5805. ------------------------------------------------------------------------
  5806. r196 | sam | 2004-01-01 17:29:50 +0100 (Thu, 01 Jan 2004) | 5 lines
  5807. Changed paths:
  5808. M /trunk/examples/aafire.c
  5809. M /trunk/examples/cacaview.c
  5810. * examples/cacaview.c:
  5811. + Use sprintf() instead of snprintf() so that cacaview builds with DJGPP.
  5812. * examples/aafire.c:
  5813. + bzero the pixel buffer in the initialisation routine.
  5814. ------------------------------------------------------------------------
  5815. r195 | sam | 2003-12-31 15:21:08 +0100 (Wed, 31 Dec 2003) | 5 lines
  5816. Changed paths:
  5817. M /trunk/doc/doxygen.cfg.in
  5818. M /trunk/src/bitmap.c
  5819. M /trunk/src/box.c
  5820. M /trunk/src/caca.h
  5821. M /trunk/src/conic.c
  5822. M /trunk/src/graphics.c
  5823. M /trunk/src/io.c
  5824. M /trunk/src/line.c
  5825. M /trunk/src/math.c
  5826. M /trunk/src/triangle.c
  5827. * doc/doxygen.cfg.in:
  5828. + Removed caca_internal.h from the list of documented files.
  5829. * src/:
  5830. + Minor documentation updates.
  5831. ------------------------------------------------------------------------
  5832. r194 | sam | 2003-12-31 14:55:34 +0100 (Wed, 31 Dec 2003) | 9 lines
  5833. Changed paths:
  5834. M /trunk/BUGS
  5835. M /trunk/debian/rules
  5836. M /trunk/doc/Makefile.am
  5837. M /trunk/test/dithering.c
  5838. * test/dithering.c:
  5839. + Fixed a minor compilation warning.
  5840. * debian/rules:
  5841. + Explicitely use --enable-imlib2.
  5842. * BUGS:
  5843. + Added a note about blinking consoles.
  5844. * doc/Makefile.am:
  5845. + Fixed a bashism in the HTML files installation.
  5846. ------------------------------------------------------------------------
  5847. r193 | sam | 2003-12-31 14:32:14 +0100 (Wed, 31 Dec 2003) | 4 lines
  5848. Changed paths:
  5849. M /trunk/doc/Makefile.am
  5850. * doc/Makefile.am:
  5851. + Do not install doxygen.png directly, because it can be doxygen.gif on
  5852. old installations.
  5853. ------------------------------------------------------------------------
  5854. r192 | sam | 2003-12-31 14:26:47 +0100 (Wed, 31 Dec 2003) | 3 lines
  5855. Changed paths:
  5856. M /trunk/examples/aafire.c
  5857. * examples/aafire.c:
  5858. + Only quit upon keypress, not mouse motion.
  5859. ------------------------------------------------------------------------
  5860. r191 | sam | 2003-12-31 14:24:46 +0100 (Wed, 31 Dec 2003) | 3 lines
  5861. Changed paths:
  5862. M /trunk/examples/aafire.c
  5863. * examples/aafire.c:
  5864. + Render cacafire at full speed.
  5865. ------------------------------------------------------------------------
  5866. r190 | sam | 2003-12-31 14:20:18 +0100 (Wed, 31 Dec 2003) | 6 lines
  5867. Changed paths:
  5868. M /trunk/src/graphics.c
  5869. M /trunk/test
  5870. M /trunk/test/Makefile.am
  5871. A /trunk/test/optipal.c
  5872. * test/optipal.c:
  5873. + Optimised S-Lang palette generator.
  5874. * src/graphics:
  5875. + Removed the S-Lang palette generator and replaced it with the tables
  5876. generated by optipal.
  5877. ------------------------------------------------------------------------
  5878. r189 | sam | 2003-12-31 13:26:22 +0100 (Wed, 31 Dec 2003) | 5 lines
  5879. Changed paths:
  5880. M /trunk/Makefile.am
  5881. M /trunk/configure.ac
  5882. M /trunk/examples/Makefile.am
  5883. A /trunk/test
  5884. A /trunk/test/Makefile.am
  5885. A /trunk/test/dithering.c
  5886. * Makefile.am:
  5887. + Added a test directory for test programs.
  5888. * test/dithering.c:
  5889. + The value/saturation dithering example.
  5890. ------------------------------------------------------------------------
  5891. r188 | sam | 2003-12-31 13:05:44 +0100 (Wed, 31 Dec 2003) | 5 lines
  5892. Changed paths:
  5893. M /trunk/examples/cacaview.c
  5894. M /trunk/src/caca.c
  5895. * src/caca.c:
  5896. + Do not try the X11 driver if DISPLAY is set to the empty string.
  5897. * examples/cacaview.c:
  5898. + Cosmetic fixes.
  5899. ------------------------------------------------------------------------
  5900. r187 | sam | 2003-12-31 13:00:18 +0100 (Wed, 31 Dec 2003) | 3 lines
  5901. Changed paths:
  5902. M /trunk/examples/Makefile.am
  5903. A /trunk/examples/cacaview.c (from /trunk/examples/view.c:182)
  5904. D /trunk/examples/view.c
  5905. * example/:
  5906. + Renamed view.c into cacaview.c.
  5907. ------------------------------------------------------------------------
  5908. r186 | sam | 2003-12-31 12:17:47 +0100 (Wed, 31 Dec 2003) | 3 lines
  5909. Changed paths:
  5910. M /trunk/src/io.c
  5911. * src/io.c:
  5912. + Fixed mouse support under ncurses and slang.
  5913. ------------------------------------------------------------------------
  5914. r185 | sam | 2003-12-31 12:17:00 +0100 (Wed, 31 Dec 2003) | 3 lines
  5915. Changed paths:
  5916. M /trunk/configure.ac
  5917. * configure.ac:
  5918. + Error out if Imlib2 was not found. Override with --disable-imlib2.
  5919. ------------------------------------------------------------------------
  5920. r184 | sam | 2003-12-31 02:16:47 +0100 (Wed, 31 Dec 2003) | 6 lines
  5921. Changed paths:
  5922. M /trunk/doc
  5923. M /trunk/examples/demo.c
  5924. M /trunk/src/caca.h
  5925. M /trunk/src/io.c
  5926. * src/io.c:
  5927. + Mouse support under X11.
  5928. + Split the mouse motion and mouse click events.
  5929. * examples/demo.c:
  5930. + Mouse motion support.
  5931. ------------------------------------------------------------------------
  5932. r183 | sam | 2003-12-31 02:02:08 +0100 (Wed, 31 Dec 2003) | 5 lines
  5933. Changed paths:
  5934. M /trunk/src/caca.c
  5935. M /trunk/src/graphics.c
  5936. * src/graphics.c:
  5937. + Compilation fix.
  5938. * src/caca.c:
  5939. + Minor indentation fix.
  5940. ------------------------------------------------------------------------
  5941. r182 | sam | 2003-12-26 00:59:48 +0100 (Fri, 26 Dec 2003) | 6 lines
  5942. Changed paths:
  5943. M /trunk/configure.ac
  5944. M /trunk/src/caca.c
  5945. * src/caca.c:
  5946. + Prefer the X11 driver if $DISPLAY is set.
  5947. + The slang driver is now preferred over the ncurses driver.
  5948. * configure.ac:
  5949. + Autodetect conio.h.
  5950. ------------------------------------------------------------------------
  5951. r181 | sam | 2003-12-26 00:22:13 +0100 (Fri, 26 Dec 2003) | 4 lines
  5952. Changed paths:
  5953. M /trunk/configure.ac
  5954. * configure.ac:
  5955. + Autodetect ncurses, slang and X11.
  5956. + Abort if no output driver was selected or detected.
  5957. ------------------------------------------------------------------------
  5958. r180 | sam | 2003-12-25 22:38:46 +0100 (Thu, 25 Dec 2003) | 2 lines
  5959. Changed paths:
  5960. A /branches/0.5 (from /trunk:179)
  5961. M /branches/0.5/ChangeLog
  5962. M /trunk/ChangeLog
  5963. * 0.5 branch.
  5964. ------------------------------------------------------------------------
  5965. r179 | sam | 2003-12-25 22:36:52 +0100 (Thu, 25 Dec 2003) | 3 lines
  5966. Changed paths:
  5967. M /trunk/NEWS
  5968. M /trunk/configure.ac
  5969. M /trunk/debian/changelog
  5970. * configure.ac NEWS debian/changelog:
  5971. + New 0.5 release.
  5972. ------------------------------------------------------------------------
  5973. r178 | sam | 2003-12-25 22:28:55 +0100 (Thu, 25 Dec 2003) | 5 lines
  5974. Changed paths:
  5975. M /trunk/BUGS
  5976. M /trunk/NOTES
  5977. M /trunk/configure.ac
  5978. M /trunk/src/graphics.c
  5979. * NOTES BUGS:
  5980. + Updated information about the S-Lang colour pair shortage bug.
  5981. * src/graphics.c:
  5982. + Implemented the solution explained in NOTES.
  5983. ------------------------------------------------------------------------
  5984. r177 | sam | 2003-12-25 19:09:58 +0100 (Thu, 25 Dec 2003) | 3 lines
  5985. Changed paths:
  5986. M /trunk/src/caca.c
  5987. * src/caca.c:
  5988. + Fixed a compilation bug reported by Thomas Klausner <wiz@NetBSD.org>.
  5989. ------------------------------------------------------------------------
  5990. r176 | sam | 2003-12-25 19:08:46 +0100 (Thu, 25 Dec 2003) | 3 lines
  5991. Changed paths:
  5992. M /trunk/NOTES
  5993. * NOTES:
  5994. + Added a section with a proposed solution to the slang problem.
  5995. ------------------------------------------------------------------------
  5996. r175 | sam | 2003-12-25 11:18:37 +0100 (Thu, 25 Dec 2003) | 2 lines
  5997. Changed paths:
  5998. A /branches/0.4 (from /trunk:174)
  5999. M /branches/0.4/ChangeLog
  6000. M /trunk/ChangeLog
  6001. * 0.4 branch.
  6002. ------------------------------------------------------------------------
  6003. r174 | sam | 2003-12-25 00:58:32 +0100 (Thu, 25 Dec 2003) | 5 lines
  6004. Changed paths:
  6005. M /trunk/configure.ac
  6006. M /trunk/debian/control
  6007. * debian/control:
  6008. + Added missing dependencies to the -dev package.
  6009. * configure.ac:
  6010. + Kludge for woody builds where x_includes is undefined.
  6011. ------------------------------------------------------------------------
  6012. r173 | sam | 2003-12-24 17:23:37 +0100 (Wed, 24 Dec 2003) | 3 lines
  6013. Changed paths:
  6014. M /trunk/src/caca.h
  6015. * src/caca.h:
  6016. + Documented CACA_FONT.
  6017. ------------------------------------------------------------------------
  6018. r172 | sam | 2003-12-24 17:16:16 +0100 (Wed, 24 Dec 2003) | 3 lines
  6019. Changed paths:
  6020. M /trunk/doc/Makefile.am
  6021. * doc/Makefile.am:
  6022. + Rename the refman.ps doxygen documentation to libcaca.ps.
  6023. ------------------------------------------------------------------------
  6024. r171 | sam | 2003-12-24 16:43:45 +0100 (Wed, 24 Dec 2003) | 5 lines
  6025. Changed paths:
  6026. M /trunk/NEWS
  6027. M /trunk/src/caca.h
  6028. M /trunk/src/graphics.c
  6029. * src/graphics.c:
  6030. + Replace CACA_WIDTH and CACA_HEIGHT with CACA_GEOMETRY.
  6031. * src/caca.c:
  6032. + Documented the CACA_GEOMETRY environment variable.
  6033. ------------------------------------------------------------------------
  6034. r170 | sam | 2003-12-24 16:35:07 +0100 (Wed, 24 Dec 2003) | 3 lines
  6035. Changed paths:
  6036. M /trunk/src/caca_internals.h
  6037. M /trunk/src/graphics.c
  6038. M /trunk/src/io.c
  6039. * src/io.c:
  6040. + Mouse support in the X11 driver.
  6041. ------------------------------------------------------------------------
  6042. r169 | sam | 2003-12-24 15:48:38 +0100 (Wed, 24 Dec 2003) | 4 lines
  6043. Changed paths:
  6044. M /trunk/src/graphics.c
  6045. * src/graphics:
  6046. + Use XCreateWindow instead of XCreateSimpleWindow.
  6047. + Set the X window title to "caca for X".
  6048. ------------------------------------------------------------------------
  6049. r168 | sam | 2003-12-23 18:25:29 +0100 (Tue, 23 Dec 2003) | 4 lines
  6050. Changed paths:
  6051. M /trunk/debian/changelog
  6052. M /trunk/debian/control
  6053. M /trunk/debian/rules
  6054. * debian/control:
  6055. + Build-depend on doxygen and tetex to build documentation.
  6056. + Build-depend on xlibs-dev and slang1-dev to provide alternate drivers.
  6057. ------------------------------------------------------------------------
  6058. r167 | sam | 2003-12-23 18:01:38 +0100 (Tue, 23 Dec 2003) | 7 lines
  6059. Changed paths:
  6060. M /trunk/BUGS
  6061. M /trunk/Makefile.am
  6062. M /trunk/NEWS
  6063. M /trunk/README
  6064. M /trunk/TODO
  6065. M /trunk/configure.ac
  6066. M /trunk/doc/Makefile.am
  6067. M /trunk/src/graphics.c
  6068. * configure.ac NEWS:
  6069. + Prepared release 0.4.
  6070. * src/graphics.c README BUGS TODO:
  6071. + Updated documentation.
  6072. * Makefile.am doc/Makefile.am:
  6073. + Install the generated doxygen documentation.
  6074. ------------------------------------------------------------------------
  6075. r166 | sam | 2003-12-23 17:32:56 +0100 (Tue, 23 Dec 2003) | 4 lines
  6076. Changed paths:
  6077. M /trunk/src/io.c
  6078. * src/io.c:
  6079. + Fixed a warning by including <unistd.h>.
  6080. + Support for arrow and function keys under X11.
  6081. ------------------------------------------------------------------------
  6082. r165 | sam | 2003-12-23 14:27:40 +0100 (Tue, 23 Dec 2003) | 9 lines
  6083. Changed paths:
  6084. M /trunk/configure.ac
  6085. M /trunk/doc/Makefile.am
  6086. D /trunk/doc/doxygen.cfg
  6087. A /trunk/doc/doxygen.cfg.in (from /trunk/doc/doxygen.cfg:164)
  6088. M /trunk/examples/aafire.c
  6089. M /trunk/examples/demo.c
  6090. M /trunk/examples/spritedit.c
  6091. M /trunk/examples/view.c
  6092. M /trunk/src/bitmap.c
  6093. M /trunk/src/box.c
  6094. M /trunk/src/caca.c
  6095. M /trunk/src/caca.h
  6096. M /trunk/src/caca_internals.h
  6097. M /trunk/src/conic.c
  6098. M /trunk/src/graphics.c
  6099. M /trunk/src/io.c
  6100. M /trunk/src/line.c
  6101. M /trunk/src/math.c
  6102. M /trunk/src/sprite.c
  6103. M /trunk/src/triangle.c
  6104. * src/io.c:
  6105. + Added caca_wait_event(), a blocking caca_get_event().
  6106. * src/ examples/:
  6107. + More documentation.
  6108. * doc/doxygen.cfg.in:
  6109. + doc/doxygen.cfg is now generated by configure, so that we can use
  6110. @top_srcdir@ and we no longer need to hardcode PROJECT_NUMBER.
  6111. + Create manpages.
  6112. ------------------------------------------------------------------------
  6113. r164 | sam | 2003-12-23 12:08:37 +0100 (Tue, 23 Dec 2003) | 2 lines
  6114. Changed paths:
  6115. M /trunk/doc/doxygen.cfg
  6116. M /trunk/src/bitmap.c
  6117. M /trunk/src/caca.c
  6118. M /trunk/src/caca.h
  6119. * More API documentation.
  6120. ------------------------------------------------------------------------
  6121. r163 | sam | 2003-12-22 23:58:24 +0100 (Mon, 22 Dec 2003) | 3 lines
  6122. Changed paths:
  6123. M /trunk/src/caca.c
  6124. * caca.c:
  6125. + Fixed typos in the initialisation code.
  6126. ------------------------------------------------------------------------
  6127. r162 | sam | 2003-12-22 16:26:12 +0100 (Mon, 22 Dec 2003) | 6 lines
  6128. Changed paths:
  6129. M /trunk/configure.ac
  6130. M /trunk/src/bitmap.c
  6131. M /trunk/src/caca.c
  6132. M /trunk/src/caca.h
  6133. M /trunk/src/caca_internals.h
  6134. M /trunk/src/conic.c
  6135. M /trunk/src/graphics.c
  6136. M /trunk/src/io.c
  6137. M /trunk/src/line.c
  6138. * src/graphics.c src/caca.c src/io.c:
  6139. + Support for simultaneously compiled-in drivers.
  6140. + Honour the CACA_DRIVER environment variable.
  6141. * configure.ac:
  6142. + Drivers are no longer mutually exclusive.
  6143. ------------------------------------------------------------------------
  6144. r161 | sam | 2003-12-21 01:39:41 +0100 (Sun, 21 Dec 2003) | 3 lines
  6145. Changed paths:
  6146. M /trunk/src/graphics.c
  6147. * src/graphics:
  6148. + Initialise default height at 32 (as in aalib).
  6149. ------------------------------------------------------------------------
  6150. r160 | sam | 2003-12-20 13:07:56 +0100 (Sat, 20 Dec 2003) | 5 lines
  6151. Changed paths:
  6152. M /trunk/src/caca_internals.h
  6153. M /trunk/src/graphics.c
  6154. M /trunk/src/io.c
  6155. * src/graphics.c:
  6156. + Support for CACA_WIDTH, CACA_HEIGHT and CACA_FONT in the x11 driver.
  6157. + Use an intermediary X pixmap for rendering.
  6158. + Slightly changed the variable naming scheme.
  6159. ------------------------------------------------------------------------
  6160. r159 | sam | 2003-12-20 11:54:35 +0100 (Sat, 20 Dec 2003) | 3 lines
  6161. Changed paths:
  6162. M /trunk/examples/aafire.c
  6163. * examples/aafire.c:
  6164. + The image buffer in cacafire was too small.
  6165. ------------------------------------------------------------------------
  6166. r158 | sam | 2003-12-19 18:26:23 +0100 (Fri, 19 Dec 2003) | 4 lines
  6167. Changed paths:
  6168. M /trunk/src/graphics.c
  6169. * src/graphics.c:
  6170. + Progress in the X11 driver.
  6171. + Fixed a compilation bug in the conio driver.
  6172. ------------------------------------------------------------------------
  6173. r157 | sam | 2003-12-18 10:46:19 +0100 (Thu, 18 Dec 2003) | 4 lines
  6174. Changed paths:
  6175. M /trunk/debian/changelog
  6176. M /trunk/debian/control
  6177. M /trunk/debian/rules
  6178. * debian/rules debian/control:
  6179. + Moved cacafire to the caca-utils package. Added proper conflict/replace.
  6180. + Symlinked cacafire.1 to cacademo.1.
  6181. ------------------------------------------------------------------------
  6182. r155 | sam | 2003-12-18 01:41:28 +0100 (Thu, 18 Dec 2003) | 7 lines
  6183. Changed paths:
  6184. M /trunk/ChangeLog
  6185. M /trunk/NEWS
  6186. M /trunk/README
  6187. M /trunk/debian/changelog
  6188. M /trunk/debian/control
  6189. M /trunk/doc/doxygen.cfg
  6190. * debian/control:
  6191. + Updated long descriptions.
  6192. * debian/changelog ChangeLog doc/doxygen.cfg NEWS:
  6193. + Prepared 0.3 release.
  6194. * README:
  6195. + --enable-ncurses is now the default.
  6196. ------------------------------------------------------------------------
  6197. r154 | sam | 2003-12-18 01:11:52 +0100 (Thu, 18 Dec 2003) | 3 lines
  6198. Changed paths:
  6199. M /trunk/src/bitmap.c
  6200. M /trunk/src/box.c
  6201. M /trunk/src/caca.c
  6202. M /trunk/src/caca.h
  6203. M /trunk/src/conic.c
  6204. M /trunk/src/graphics.c
  6205. M /trunk/src/io.c
  6206. M /trunk/src/line.c
  6207. M /trunk/src/math.c
  6208. M /trunk/src/sprite.c
  6209. M /trunk/src/triangle.c
  6210. * src/:
  6211. + Doxygenated public functions.
  6212. ------------------------------------------------------------------------
  6213. r153 | sam | 2003-12-17 16:03:05 +0100 (Wed, 17 Dec 2003) | 3 lines
  6214. Changed paths:
  6215. M /trunk/src/caca.h
  6216. * src/caca.h:
  6217. + Documented environment variables.
  6218. ------------------------------------------------------------------------
  6219. r152 | sam | 2003-12-17 00:25:54 +0100 (Wed, 17 Dec 2003) | 4 lines
  6220. Changed paths:
  6221. M /trunk/examples/view.c
  6222. * examples/view.c:
  6223. + Fixed a bug in the loading of 1bpp BMPs.
  6224. + Commented stuff.
  6225. ------------------------------------------------------------------------
  6226. r151 | sam | 2003-12-17 00:06:54 +0100 (Wed, 17 Dec 2003) | 7 lines
  6227. Changed paths:
  6228. M /trunk/examples/Makefile.am
  6229. M /trunk/examples/view.c
  6230. * examples/view.c:
  6231. + If Imlib2 is not available, use a custom simple BMP loader.
  6232. + Draw the bottom bar one line higher to leave room for a status line.
  6233. + '?' now properly toggles help.
  6234. * examples/Makefile.am:
  6235. + Always build cacaview.
  6236. ------------------------------------------------------------------------
  6237. r150 | sam | 2003-12-16 10:06:46 +0100 (Tue, 16 Dec 2003) | 5 lines
  6238. Changed paths:
  6239. M /trunk/configure.ac
  6240. M /trunk/src/bitmap.c
  6241. * src/bitmap.c:
  6242. + If the alpha palette is all-zero, forget the alpha channel.
  6243. * configure.ac:
  6244. + Export HAVE_IMLIB2_H and the like.
  6245. ------------------------------------------------------------------------
  6246. r149 | sam | 2003-12-15 16:02:50 +0100 (Mon, 15 Dec 2003) | 4 lines
  6247. Changed paths:
  6248. M /trunk/src/bitmap.c
  6249. * src/bitmap.c:
  6250. + If the alpha mask is 0, ignore alpha information.
  6251. + Ditto if no alpha information is given with the palette.
  6252. ------------------------------------------------------------------------
  6253. r148 | sam | 2003-12-15 11:38:03 +0100 (Mon, 15 Dec 2003) | 4 lines
  6254. Changed paths:
  6255. M /trunk/configure.ac
  6256. M /trunk/src/caca.c
  6257. M /trunk/src/caca_internals.h
  6258. M /trunk/src/graphics.c
  6259. M /trunk/src/io.c
  6260. * src/graphics.c src/io.c:
  6261. + Beginning of an X11 driver. Currently we merely open the window and
  6262. check keyboard events.
  6263. ------------------------------------------------------------------------
  6264. r147 | sam | 2003-12-12 17:19:44 +0100 (Fri, 12 Dec 2003) | 7 lines
  6265. Changed paths:
  6266. M /trunk/configure.ac
  6267. M /trunk/debian/changelog
  6268. M /trunk/src/caca.c
  6269. * configure.ac debian/changelog:
  6270. + Prepare for 0.3 release.
  6271. + Check for strcasecmp().
  6272. * src/caca.c:
  6273. + Honor CACA_BACKGROUND, CACA_DITHERING and CACA_ANTIALIASING environment
  6274. variables.
  6275. ------------------------------------------------------------------------
  6276. r146 | sam | 2003-12-12 15:49:41 +0100 (Fri, 12 Dec 2003) | 13 lines
  6277. Changed paths:
  6278. M /trunk/examples/aafire.c
  6279. M /trunk/examples/demo.c
  6280. M /trunk/examples/view.c
  6281. M /trunk/src/bitmap.c
  6282. M /trunk/src/caca.c
  6283. M /trunk/src/caca.h
  6284. M /trunk/src/caca_internals.h
  6285. * src/bitmap.c:
  6286. + Added antialiasing support.
  6287. + Dithering, antialiasing and background mode can now be selected at
  6288. runtime.
  6289. * src/caca.c src/caca.h:
  6290. + Renamed caca_dithering into caca_feature and extended the type to
  6291. express background colour and antialiasing mode.
  6292. * examples/demo.c:
  6293. + Fixed a bug that disabled the sprite demo.
  6294. + Draw solid flares.
  6295. * examples/view.c:
  6296. + Select antialiasing and background mode at runtime.
  6297. ------------------------------------------------------------------------
  6298. r145 | sam | 2003-12-11 18:01:09 +0100 (Thu, 11 Dec 2003) | 2 lines
  6299. Changed paths:
  6300. M /trunk/BUGS
  6301. M /trunk/TODO
  6302. M /trunk/debian/control
  6303. M /trunk/doc/cacademo.1
  6304. M /trunk/doc/cacaview.1
  6305. * Minor updates to manpages, BUGS, TODO and the Debian control file.
  6306. ------------------------------------------------------------------------
  6307. r144 | sam | 2003-12-11 17:56:35 +0100 (Thu, 11 Dec 2003) | 5 lines
  6308. Changed paths:
  6309. M /trunk/src/Makefile.am
  6310. M /trunk/src/bitmap.c
  6311. M /trunk/src/caca.c
  6312. M /trunk/src/caca.h
  6313. M /trunk/src/caca_internals.h
  6314. M /trunk/src/graphics.c
  6315. * src/caca.c:
  6316. + Moved global variables to src/graphics.c.
  6317. * src/bitmap.c:
  6318. + Sanitised prototypes.
  6319. ------------------------------------------------------------------------
  6320. r143 | sam | 2003-12-11 17:31:49 +0100 (Thu, 11 Dec 2003) | 17 lines
  6321. Changed paths:
  6322. M /trunk/examples
  6323. M /trunk/examples/aafire.c
  6324. M /trunk/examples/demo.c
  6325. M /trunk/examples/view.c
  6326. M /trunk/src/bitmap.c
  6327. M /trunk/src/box.c
  6328. M /trunk/src/caca.c
  6329. M /trunk/src/caca.h
  6330. M /trunk/src/caca_internals.h
  6331. M /trunk/src/conic.c
  6332. M /trunk/src/graphics.c
  6333. M /trunk/src/line.c
  6334. M /trunk/src/sprite.c
  6335. M /trunk/src/triangle.c
  6336. * src/graphics.c:
  6337. + Internally cache screen width and height.
  6338. * src/bitmap.c:
  6339. + Added alpha support to caca_draw_bitmap(). For now, we only treat 0%
  6340. alpha as fully transparent, and any other value as fully opaque.
  6341. + Slightly tuned colour weights in the renderer.
  6342. + caca_set_bitmap_palette() takes unsigned ints.
  6343. * examples/demo.c:
  6344. + Added a crap render demo.
  6345. * examples/aafire.c:
  6346. + Set a 20ms delay.
  6347. + Added alpha values to the palette.
  6348. * examples/view.c:
  6349. + Draw a gray checkered grid below the image so that transparent images
  6350. look a lot nicer.
  6351. + 'f' toggles "fullscreen" mode.
  6352. ------------------------------------------------------------------------
  6353. r142 | sam | 2003-12-11 16:54:53 +0100 (Thu, 11 Dec 2003) | 6 lines
  6354. Changed paths:
  6355. M /trunk/caca-config.in
  6356. M /trunk/configure.ac
  6357. * configure.ac:
  6358. + Set the executable bit of caca-config when regenerating that file.
  6359. * caca-config.in:
  6360. + No longer use USE_SLANG_TRUE and USE_NCURSES_TRUE since we now
  6361. have @CACA_LIBS@.
  6362. ------------------------------------------------------------------------
  6363. r141 | sam | 2003-12-02 23:27:27 +0100 (Tue, 02 Dec 2003) | 6 lines
  6364. Changed paths:
  6365. M /trunk/configure.ac
  6366. M /trunk/examples/Makefile.am
  6367. A /trunk/examples/aafire.c
  6368. * configure.ac:
  6369. + Removed unused USE_* variables.
  6370. + Export -lslang and -lncurses as @CACA_LIBS@.
  6371. * examples/aafire.c:
  6372. + Imported aafire.c from the AAlib tree and ported it to libcaca.
  6373. ------------------------------------------------------------------------
  6374. r139 | sam | 2003-11-30 18:15:31 +0100 (Sun, 30 Nov 2003) | 2 lines
  6375. Changed paths:
  6376. M /trunk/ChangeLog
  6377. M /trunk/NEWS
  6378. M /trunk/TODO
  6379. M /trunk/debian/changelog
  6380. M /trunk/debian/control
  6381. * 0.2 release.
  6382. ------------------------------------------------------------------------
  6383. r138 | sam | 2003-11-30 18:14:19 +0100 (Sun, 30 Nov 2003) | 3 lines
  6384. Changed paths:
  6385. M /trunk/examples/view.c
  6386. * examples/view.c:
  6387. + Removed last endianness issue.
  6388. ------------------------------------------------------------------------
  6389. r137 | sam | 2003-11-30 17:34:04 +0100 (Sun, 30 Nov 2003) | 5 lines
  6390. Changed paths:
  6391. M /trunk/examples/view.c
  6392. M /trunk/src/bitmap.c
  6393. M /trunk/src/io.c
  6394. * src/io.c:
  6395. + Removed a useless message.
  6396. * src/bitmap.c examples/view.c:
  6397. + Really fixed the endianness issue.
  6398. ------------------------------------------------------------------------
  6399. r136 | sam | 2003-11-30 16:56:02 +0100 (Sun, 30 Nov 2003) | 5 lines
  6400. Changed paths:
  6401. M /trunk/src/bitmap.c
  6402. * src/bitmap.c:
  6403. + Fine-tuned the new renderer.
  6404. + Fixed warnings.
  6405. + Changed hardcoded values to macros.
  6406. ------------------------------------------------------------------------
  6407. r135 | sam | 2003-11-30 16:01:55 +0100 (Sun, 30 Nov 2003) | 11 lines
  6408. Changed paths:
  6409. M /trunk/configure.ac
  6410. M /trunk/examples/demo.c
  6411. M /trunk/examples/view.c
  6412. M /trunk/src/bitmap.c
  6413. M /trunk/src/caca.c
  6414. M /trunk/src/caca.h
  6415. * src/bitmap.c:
  6416. + Fixed an endianness issue in the byte reader.
  6417. + Decreased precision in RGB and HSV values to avoid overflows.
  6418. + New dithering method: 2x2 ordered.
  6419. + New renderer, with background colour awareness.
  6420. * configure.ac:
  6421. + Check for <endian.h>.
  6422. * examples/demo.c examples/view.c:
  6423. + Fixed an endianness issue in cacaview.
  6424. + Adapted code to the additional dithering method.
  6425. ------------------------------------------------------------------------
  6426. r134 | sam | 2003-11-30 03:11:37 +0100 (Sun, 30 Nov 2003) | 4 lines
  6427. Changed paths:
  6428. M /trunk/examples/view.c
  6429. M /trunk/src/bitmap.c
  6430. * src/bitmap.c examples/view.c:
  6431. + Fixed an endianness issue in caca_draw_bitmap().
  6432. + Code cleanup.
  6433. ------------------------------------------------------------------------
  6434. r133 | sam | 2003-11-30 02:18:10 +0100 (Sun, 30 Nov 2003) | 13 lines
  6435. Changed paths:
  6436. M /trunk/TODO
  6437. M /trunk/doc/cacaview.1
  6438. M /trunk/examples/Makefile.am
  6439. M /trunk/examples/view.c
  6440. M /trunk/src/caca.c
  6441. * src/caca.c:
  6442. + Minor change to the dithering names.
  6443. * TODO:
  6444. + Added cacaview TODO.
  6445. * doc/cacaview.1:
  6446. + Wrote a manpage for cacaview.
  6447. * examples/Makefile.am:
  6448. + Moved the -DX_DISPLAY_MISSING=1 here.
  6449. * examples/view.c:
  6450. + Capital 'D' cycles through dithering modes in reverse order.
  6451. + Sleep when there is nothing to do.
  6452. + Cosmetic code reorganisation.
  6453. ------------------------------------------------------------------------
  6454. r132 | sam | 2003-11-29 20:35:07 +0100 (Sat, 29 Nov 2003) | 9 lines
  6455. Changed paths:
  6456. M /trunk/examples/demo.c
  6457. M /trunk/examples/view.c
  6458. M /trunk/src/bitmap.c
  6459. M /trunk/src/caca.c
  6460. M /trunk/src/caca.h
  6461. * src/caca.c src/caca.h:
  6462. + Added caca_get_dithering_name().
  6463. * src/bitmap.c:
  6464. + Created a new dithering method with an 8x8 ordered matrix.
  6465. + Replaced the char list with a string for better readability.
  6466. + Dithering functions now return a value between 0 and 255.
  6467. * examples/demo.c examples/view.c:
  6468. + Adapted to use caca_get_dithering_name().
  6469. ------------------------------------------------------------------------
  6470. r131 | sam | 2003-11-29 19:04:42 +0100 (Sat, 29 Nov 2003) | 3 lines
  6471. Changed paths:
  6472. M /trunk/src/caca.c
  6473. * src/caca.c:
  6474. + Test whether ncurses knows xterm-16color before setting $TERM.
  6475. ------------------------------------------------------------------------
  6476. r130 | sam | 2003-11-29 18:36:00 +0100 (Sat, 29 Nov 2003) | 6 lines
  6477. Changed paths:
  6478. M /trunk/examples/view.c
  6479. * examples/view.c:
  6480. + Added top and bottom status lines, like in mutt and slrn.
  6481. + Added a status string when loading an image or upon error.
  6482. + Can load multiple files; use 'n' and 'p' for next and previous.
  6483. + Clip zoom between -48 and +48.
  6484. ------------------------------------------------------------------------
  6485. r129 | sam | 2003-11-29 17:42:35 +0100 (Sat, 29 Nov 2003) | 2 lines
  6486. Changed paths:
  6487. M /trunk/src/caca.c
  6488. * Fixed a C99ism.
  6489. ------------------------------------------------------------------------
  6490. r128 | sam | 2003-11-29 15:41:37 +0100 (Sat, 29 Nov 2003) | 9 lines
  6491. Changed paths:
  6492. M /trunk/NOTES
  6493. M /trunk/configure.ac
  6494. M /trunk/src/caca.c
  6495. M /trunk/src/graphics.c
  6496. * configure.ac:
  6497. + Default to ncurses, not slang, because slang only has 128 colour pairs.
  6498. * src/caca.c:
  6499. + Disable scrolling to avoid hashmap scrolling optimization code.
  6500. * src/graphics.c:
  6501. + Swap fg and bg in the colour pair indexing, so that bg is always
  6502. right.
  6503. + Disable alt charset support to exploit my patched slang.
  6504. ------------------------------------------------------------------------
  6505. r127 | sam | 2003-11-28 21:39:54 +0100 (Fri, 28 Nov 2003) | 10 lines
  6506. Changed paths:
  6507. M /trunk/NOTES
  6508. M /trunk/examples/view.c
  6509. M /trunk/src/bitmap.c
  6510. * src/bitmap.c:
  6511. + Dither chroma outside of rgb2hsv_default().
  6512. + Clip fromx and fromy values.
  6513. * NOTES:
  6514. + Link to the XTerm control sequences.
  6515. * examples/view.c:
  6516. + Draw status bar.
  6517. + Move with 'h' 'j' 'k' 'l', à la vi.
  6518. + '?' toggles a help menu.
  6519. ------------------------------------------------------------------------
  6520. r126 | sam | 2003-11-28 00:18:12 +0100 (Fri, 28 Nov 2003) | 3 lines
  6521. Changed paths:
  6522. M /trunk/src/bitmap.c
  6523. * src/bitmap.c:
  6524. + Removed § from the list of default characters due to collisions.
  6525. ------------------------------------------------------------------------
  6526. r125 | sam | 2003-11-27 23:54:48 +0100 (Thu, 27 Nov 2003) | 6 lines
  6527. Changed paths:
  6528. A /trunk/debian/caca-utils.mime
  6529. M /trunk/debian/control
  6530. M /trunk/debian/rules
  6531. * debian/control:
  6532. + Removed slang1-dev dependency in caca-utils.
  6533. * debian/caca-utils.mime debian/rules:
  6534. + Added a MIME file with low priority.
  6535. + Added call to dh_installmime.
  6536. ------------------------------------------------------------------------
  6537. r124 | sam | 2003-11-27 23:29:13 +0100 (Thu, 27 Nov 2003) | 5 lines
  6538. Changed paths:
  6539. M /trunk/configure.ac
  6540. M /trunk/src/caca.c
  6541. M /trunk/src/caca_internals.h
  6542. M /trunk/src/graphics.c
  6543. * src/caca.c src/graphics.c:
  6544. + Moved graphics stuff from caca.c to graphics.c.
  6545. + Added a few kludges: if gnome-terminal or konsole are detected, switch
  6546. to TERM=xterm-16color to benefit from extended colour palette.
  6547. ------------------------------------------------------------------------
  6548. r123 | sam | 2003-11-27 22:56:30 +0100 (Thu, 27 Nov 2003) | 13 lines
  6549. Changed paths:
  6550. M /trunk/NOTES
  6551. M /trunk/examples/demo.c
  6552. M /trunk/examples/spritedit.c
  6553. M /trunk/src/bitmap.c
  6554. M /trunk/src/caca.c
  6555. M /trunk/src/caca.h
  6556. M /trunk/src/graphics.c
  6557. M /trunk/src/sprite.c
  6558. * NOTES:
  6559. + Added setab/setaf quotes from the XTerm terminfo.
  6560. + Proposed a workaround for bright colours on any terminal.
  6561. * src/caca.c:
  6562. + 16 colour support for ncurses and conio.
  6563. * src/graphics.c:
  6564. + Ported to 16 colour support.
  6565. + Added a missing <stdio.h> for BUFSIZ.
  6566. + Disabled vsnprintf under DOS (only vsprintf exists).
  6567. * examples/:
  6568. + Don't abort if the caca.txt sprite was not found.
  6569. + Ported to 16 colour support.
  6570. ------------------------------------------------------------------------
  6571. r122 | sam | 2003-11-27 14:27:32 +0100 (Thu, 27 Nov 2003) | 2 lines
  6572. Changed paths:
  6573. M /trunk/NOTES
  6574. * NOTES: more notes about colours.
  6575. ------------------------------------------------------------------------
  6576. r121 | sam | 2003-11-27 10:43:56 +0100 (Thu, 27 Nov 2003) | 5 lines
  6577. Changed paths:
  6578. M /trunk/Makefile.am
  6579. M /trunk/configure.ac
  6580. M /trunk/examples/Makefile.am
  6581. * configure.ac:
  6582. + More sensible imlib2 detection, works with cross-compilation.
  6583. * Makefile.am:
  6584. + Don't forget to include NOTES to the dist tarball.
  6585. ------------------------------------------------------------------------
  6586. r120 | sam | 2003-11-27 10:38:16 +0100 (Thu, 27 Nov 2003) | 2 lines
  6587. Changed paths:
  6588. A /trunk/NOTES
  6589. M /trunk/README
  6590. M /trunk/debian/rules
  6591. * NOTES: added information about colour support.
  6592. ------------------------------------------------------------------------
  6593. r119 | sam | 2003-11-26 22:02:31 +0100 (Wed, 26 Nov 2003) | 2 lines
  6594. Changed paths:
  6595. M /trunk/configure.ac
  6596. * configure.ac: Added a missing check for <inttypes.h>.
  6597. ------------------------------------------------------------------------
  6598. r118 | sam | 2003-11-26 21:58:30 +0100 (Wed, 26 Nov 2003) | 2 lines
  6599. Changed paths:
  6600. M /trunk/src/bitmap.c
  6601. * src/bitmap.c: Support for more colour depths.
  6602. ------------------------------------------------------------------------
  6603. r115 | sam | 2003-11-24 20:56:04 +0100 (Mon, 24 Nov 2003) | 9 lines
  6604. Changed paths:
  6605. M /trunk/configure.ac
  6606. M /trunk/examples/Makefile.am
  6607. M /trunk/examples/demo.c
  6608. M /trunk/examples/view.c
  6609. * configure.ac examples/Makefile.am:
  6610. + Added a check for imlib2-config.
  6611. + Build cacaview conditionally.
  6612. * examples/demo.c:
  6613. + Removed all gdkpixbuf code.
  6614. * examples/view.c:
  6615. + Default to ordered dithering.
  6616. + Make sure the arrows always work even if delta is too small.
  6617. ------------------------------------------------------------------------
  6618. r114 | sam | 2003-11-24 18:51:40 +0100 (Mon, 24 Nov 2003) | 4 lines
  6619. Changed paths:
  6620. M /trunk/debian
  6621. M /trunk/debian/control
  6622. M /trunk/debian/rules
  6623. * debian/:
  6624. + New caca-utils package.
  6625. + Move cacademo, cacaview and caca-spritedit to caca-utils.
  6626. ------------------------------------------------------------------------
  6627. r113 | sam | 2003-11-24 18:50:14 +0100 (Mon, 24 Nov 2003) | 6 lines
  6628. Changed paths:
  6629. M /trunk/doc/Makefile.am
  6630. D /trunk/doc/caca-demo.1
  6631. A /trunk/doc/cacademo.1 (from /trunk/doc/caca-demo.1:112)
  6632. A /trunk/doc/cacaview.1
  6633. M /trunk/examples
  6634. M /trunk/examples/Makefile.am
  6635. A /trunk/examples/view.c
  6636. * examples/:
  6637. + Simple image viewer, cacaview, based on libcaca and imlib2.
  6638. + Renamed caca-demo into cacademo.
  6639. * doc/:
  6640. + Renamed doc/caca-demo.1 into doc/cacademo.1.
  6641. ------------------------------------------------------------------------
  6642. r112 | sam | 2003-11-23 16:34:35 +0100 (Sun, 23 Nov 2003) | 2 lines
  6643. Changed paths:
  6644. M /trunk/src/Makefile.am
  6645. A /trunk/src/bitmap.c (from /trunk/src/blit.c:111)
  6646. D /trunk/src/blit.c
  6647. * Renamed src/blit.c into src/bitmap.c.
  6648. ------------------------------------------------------------------------
  6649. r111 | sam | 2003-11-23 04:44:59 +0100 (Sun, 23 Nov 2003) | 5 lines
  6650. Changed paths:
  6651. M /trunk/examples/demo.c
  6652. M /trunk/src/caca.c
  6653. M /trunk/src/caca.h
  6654. M /trunk/src/io.c
  6655. * src/caca.c:
  6656. + Mouse initialisation in ncurses.
  6657. * src/io.c:
  6658. + Mouse support in ncurses.
  6659. ------------------------------------------------------------------------
  6660. r110 | sam | 2003-11-22 15:28:36 +0100 (Sat, 22 Nov 2003) | 3 lines
  6661. Changed paths:
  6662. M /trunk/debian/control
  6663. * debian/control:
  6664. + libcaca-dev should depend on slang1-dev.
  6665. ------------------------------------------------------------------------
  6666. r109 | sam | 2003-11-22 15:23:18 +0100 (Sat, 22 Nov 2003) | 3 lines
  6667. Changed paths:
  6668. M /trunk/debian/Makefile.am
  6669. * debian/Makefile.am:
  6670. + Added compat and copyright to the distributed files.
  6671. ------------------------------------------------------------------------
  6672. r108 | sam | 2003-11-22 15:19:36 +0100 (Sat, 22 Nov 2003) | 2 lines
  6673. Changed paths:
  6674. A /trunk/ChangeLog
  6675. M /trunk/debian/rules
  6676. * Added a ChangeLog file.
  6677. ------------------------------------------------------------------------
  6678. r107 | sam | 2003-11-22 15:13:53 +0100 (Sat, 22 Nov 2003) | 3 lines
  6679. Changed paths:
  6680. M /trunk/examples/Makefile.am
  6681. * examples/Makefile.am:
  6682. + Compilation fix when libcaca is not available.
  6683. ------------------------------------------------------------------------
  6684. r106 | sam | 2003-11-22 14:44:02 +0100 (Sat, 22 Nov 2003) | 9 lines
  6685. Changed paths:
  6686. M /trunk/debian/changelog
  6687. A /trunk/debian/copyright
  6688. M /trunk/debian/rules
  6689. M /trunk/doc/Makefile.am
  6690. M /trunk/doc/caca-config.1
  6691. A /trunk/doc/caca-demo.1
  6692. A /trunk/doc/caca-spritedit.1
  6693. M /trunk/examples/caca.txt
  6694. * debian/:
  6695. + Wrote the changelog for the Debian release.
  6696. + Wrote a copyright file.
  6697. * doc/:
  6698. + Wrote manpages for caca-demo and caca-spritedit.
  6699. * examples/caca.txt:
  6700. + Centered the sprite handle.
  6701. + Added a second frame to the sprite.
  6702. ------------------------------------------------------------------------
  6703. r105 | sam | 2003-11-22 13:53:55 +0100 (Sat, 22 Nov 2003) | 11 lines
  6704. Changed paths:
  6705. A /trunk/AUTHORS
  6706. M /trunk/Makefile.am
  6707. A /trunk/NEWS
  6708. M /trunk/configure.ac
  6709. A /trunk/doc
  6710. A /trunk/doc/Makefile.am
  6711. A /trunk/doc/caca-config.1
  6712. A /trunk/doc/doxygen.cfg
  6713. A /trunk/doc/footer.html
  6714. A /trunk/doc/header.html
  6715. * AUTHORS NEWS:
  6716. + Added these mandatory files.
  6717. * doc/:
  6718. + Wrote a Doxygen configuration file.
  6719. + Added a manpage for caca-config(1), borrowed from sdl-config.
  6720. * configure.ac:
  6721. + Use new style AC_INIT.
  6722. + Error out if no library was found.
  6723. + Added *djgpp* to the list of non-PIC platforms.
  6724. + Added checks for doxygen and latex.
  6725. ------------------------------------------------------------------------
  6726. r104 | sam | 2003-11-22 13:51:27 +0100 (Sat, 22 Nov 2003) | 2 lines
  6727. Changed paths:
  6728. M /trunk/examples/Makefile.am
  6729. M /trunk/examples/demo.c
  6730. * Disabled gdkpixbuf code.
  6731. ------------------------------------------------------------------------
  6732. r103 | sam | 2003-11-22 13:45:25 +0100 (Sat, 22 Nov 2003) | 3 lines
  6733. Changed paths:
  6734. M /trunk/src/blit.c
  6735. M /trunk/src/box.c
  6736. M /trunk/src/caca.c
  6737. M /trunk/src/caca.h
  6738. M /trunk/src/caca_internals.h
  6739. M /trunk/src/conic.c
  6740. M /trunk/src/graphics.c
  6741. M /trunk/src/io.c
  6742. M /trunk/src/line.c
  6743. M /trunk/src/math.c
  6744. M /trunk/src/sprite.c
  6745. M /trunk/src/triangle.c
  6746. * src/:
  6747. + Doxygenated a few things.
  6748. ------------------------------------------------------------------------
  6749. r102 | sam | 2003-11-21 15:34:07 +0100 (Fri, 21 Nov 2003) | 8 lines
  6750. Changed paths:
  6751. M /trunk/TODO
  6752. M /trunk/examples/demo.c
  6753. M /trunk/src/blit.c
  6754. M /trunk/src/caca.h
  6755. * TODO:
  6756. + A few updates.
  6757. * src/blit.c:
  6758. + Split blit() into caca_create_bitmap() and caca_draw_bitmap().
  6759. + Started removing hardcoded bitmask and pitch values.
  6760. * examples/demo.c:
  6761. + Do something with mouse clicks.
  6762. ------------------------------------------------------------------------
  6763. r101 | sam | 2003-11-21 15:14:26 +0100 (Fri, 21 Nov 2003) | 3 lines
  6764. Changed paths:
  6765. M /trunk/src/io.c
  6766. * src/io.c:
  6767. + Fixed an off-by-one error in the mouse driver.
  6768. ------------------------------------------------------------------------
  6769. r100 | sam | 2003-11-20 17:54:04 +0100 (Thu, 20 Nov 2003) | 13 lines
  6770. Changed paths:
  6771. M /trunk
  6772. M /trunk/Makefile.am
  6773. M /trunk/README
  6774. M /trunk/TODO
  6775. A /trunk/caca-config.in
  6776. M /trunk/configure.ac
  6777. M /trunk/debian
  6778. A /trunk/debian/compat
  6779. M /trunk/debian/control
  6780. M /trunk/debian/rules
  6781. M /trunk/examples
  6782. M /trunk/examples/Makefile.am
  6783. M /trunk/examples/demo.c
  6784. M /trunk/src/Makefile.am
  6785. * debian/control:
  6786. + Changed section to libs/libdevel instead of games/games.
  6787. + Changed package name to libcaca-dev.
  6788. * debian/rules:
  6789. + Use debian/compat instead of DH_COMPAT.
  6790. + Install README, BUGS and TODO into /usr/share/doc.
  6791. * caca-config.in:
  6792. + First version of the config script.
  6793. * configure.ac src/Makefile.am:
  6794. + Build a static PIC library as well.
  6795. * README TODO:
  6796. + Various updates.
  6797. ------------------------------------------------------------------------
  6798. r99 | sam | 2003-11-19 19:38:49 +0100 (Wed, 19 Nov 2003) | 3 lines
  6799. Changed paths:
  6800. M /trunk/TODO
  6801. M /trunk/src/io.c
  6802. * TODO: New stuff to do.
  6803. * src/io.c: left and right arrow keys were swapped.
  6804. ------------------------------------------------------------------------
  6805. r98 | sam | 2003-11-19 18:49:43 +0100 (Wed, 19 Nov 2003) | 3 lines
  6806. Changed paths:
  6807. M /trunk/src/blit.c
  6808. M /trunk/src/caca.c
  6809. M /trunk/src/io.c
  6810. * src/io.c:
  6811. + Fixed a bug in the mouse coordinates reporting.
  6812. ------------------------------------------------------------------------
  6813. r97 | sam | 2003-11-19 18:32:10 +0100 (Wed, 19 Nov 2003) | 6 lines
  6814. Changed paths:
  6815. M /trunk/examples/demo.c
  6816. M /trunk/examples/spritedit.c
  6817. M /trunk/src/blit.c
  6818. M /trunk/src/caca.c
  6819. M /trunk/src/caca.h
  6820. M /trunk/src/io.c
  6821. * src/io.c:
  6822. + Renamed sdl_get_key() into sdl_get_event().
  6823. + Handle mouse clicks.
  6824. * src/caca.c:
  6825. + Activate the terminal's mouse handling if supported.
  6826. ------------------------------------------------------------------------
  6827. r96 | sam | 2003-11-17 17:11:34 +0100 (Mon, 17 Nov 2003) | 8 lines
  6828. Changed paths:
  6829. M /trunk/examples/Makefile.am
  6830. M /trunk/src/Makefile.am
  6831. M /trunk/src/blit.c
  6832. M /trunk/src/caca.h
  6833. M /trunk/src/io.c
  6834. * src/io.c src/caca.h:
  6835. + Interpret escape sequences for F1, F2, left, right, etc.
  6836. * src/Makefile.am examples/Makefile.am:
  6837. + Install caca.h in /usr/include.
  6838. + Do not install example programs.
  6839. * src/blit.c:
  6840. + Minor improvements to grayscale colors.
  6841. ------------------------------------------------------------------------
  6842. r95 | sam | 2003-11-17 11:15:40 +0100 (Mon, 17 Nov 2003) | 2 lines
  6843. Changed paths:
  6844. D /trunk/.cvsignore
  6845. D /trunk/autotools/.cvsignore
  6846. * Removed legacy .cvsignore files.
  6847. ------------------------------------------------------------------------
  6848. r94 | sam | 2003-11-16 18:41:43 +0100 (Sun, 16 Nov 2003) | 6 lines
  6849. Changed paths:
  6850. M /trunk/examples/demo.c
  6851. M /trunk/src/blit.c
  6852. M /trunk/src/caca.h
  6853. * src/blit.c:
  6854. + Hue calculation now uses integers only.
  6855. + Dithering is now parametrable. Implemented none, ordered, random.
  6856. * examples/demo.c:
  6857. + Added dithering selection.
  6858. ------------------------------------------------------------------------
  6859. r93 | sam | 2003-11-16 16:20:17 +0100 (Sun, 16 Nov 2003) | 8 lines
  6860. Changed paths:
  6861. M /trunk/examples/Makefile.am
  6862. A /trunk/examples/caca.txt
  6863. M /trunk/examples/demo.c
  6864. M /trunk/examples/spritedit.c
  6865. M /trunk/src/blit.c
  6866. M /trunk/src/caca.c
  6867. M /trunk/src/caca.h
  6868. M /trunk/src/caca_internals.h
  6869. M /trunk/src/graphics.c
  6870. * src/blit.c:
  6871. + Added caca_set_dithering() (unused yet).
  6872. + Added random dithering.
  6873. * src/caca.h:
  6874. + Renamed legacy EE_* enums to CACA_*.
  6875. * examples/demo.c examples/caca.txt:
  6876. + Added a default sprite for libcaca.
  6877. ------------------------------------------------------------------------
  6878. r92 | sam | 2003-11-16 13:28:29 +0100 (Sun, 16 Nov 2003) | 2 lines
  6879. Changed paths:
  6880. M /trunk/examples/demo.c
  6881. M /trunk/examples/spritedit.c
  6882. M /trunk/src/blit.c
  6883. M /trunk/src/box.c
  6884. M /trunk/src/caca.c
  6885. M /trunk/src/caca.h
  6886. M /trunk/src/caca_internals.h
  6887. M /trunk/src/conic.c
  6888. M /trunk/src/graphics.c
  6889. M /trunk/src/io.c
  6890. M /trunk/src/line.c
  6891. M /trunk/src/math.c
  6892. M /trunk/src/sprite.c
  6893. M /trunk/src/triangle.c
  6894. * Changed copyleft to LGPL.
  6895. ------------------------------------------------------------------------
  6896. r91 | sam | 2003-11-16 13:13:46 +0100 (Sun, 16 Nov 2003) | 3 lines
  6897. Changed paths:
  6898. M /trunk/Makefile.am
  6899. M /trunk/configure.ac
  6900. A /trunk/examples (from /trunk/test:90)
  6901. M /trunk/examples/Makefile.am
  6902. D /trunk/libcaca
  6903. A /trunk/src (from /trunk/libcaca:90)
  6904. M /trunk/src/line.c
  6905. D /trunk/test
  6906. * 2nd pass in the libcaca rehandling; moved sources to src/ and examples
  6907. to examples/.
  6908. ------------------------------------------------------------------------
  6909. r90 | sam | 2003-11-16 13:07:52 +0100 (Sun, 16 Nov 2003) | 2 lines
  6910. Changed paths:
  6911. M /trunk/COPYING
  6912. M /trunk/Makefile.am
  6913. M /trunk/README
  6914. M /trunk/TODO
  6915. M /trunk/bootstrap
  6916. M /trunk/configure.ac
  6917. D /trunk/data
  6918. D /trunk/debian/.cvsignore
  6919. M /trunk/debian/changelog
  6920. M /trunk/debian/control
  6921. M /trunk/debian/rules
  6922. D /trunk/doc
  6923. D /trunk/src
  6924. * The big TTYvaders/libcaca split. This is libcaca.
  6925. ------------------------------------------------------------------------
  6926. r89 | sam | 2003-11-16 12:26:54 +0100 (Sun, 16 Nov 2003) | 8 lines
  6927. Changed paths:
  6928. M /trunk/configure.ac
  6929. M /trunk/libcaca/blit.c
  6930. M /trunk/libcaca/caca.c
  6931. M /trunk/libcaca/conic.c
  6932. M /trunk/libcaca/graphics.c
  6933. M /trunk/src/weapons.c
  6934. * configure.ac:
  6935. + Added -Wsign-compare to the warning flags.
  6936. * libcaca/caca.c:
  6937. + Fixed a signed/unsigned bug that caused infinite waits with
  6938. ee_set_delay(0).
  6939. * src/weapons.c libcaca/graphics.c libcaca/blit.c libcaca/conic.c:
  6940. + Fixed minor signed/unsigned comparison warnings.
  6941. ------------------------------------------------------------------------
  6942. r88 | sam | 2003-11-16 01:33:35 +0100 (Sun, 16 Nov 2003) | 2 lines
  6943. Changed paths:
  6944. M /trunk/Makefile.am
  6945. M /trunk/TODO
  6946. M /trunk/configure.ac
  6947. A /trunk/libcaca (from /trunk/libee:87)
  6948. M /trunk/libcaca/Makefile.am
  6949. M /trunk/libcaca/blit.c
  6950. M /trunk/libcaca/box.c
  6951. A /trunk/libcaca/caca.c (from /trunk/libee/ee.c:87)
  6952. A /trunk/libcaca/caca.h (from /trunk/libee/ee.h:87)
  6953. A /trunk/libcaca/caca_internals.h (from /trunk/libee/ee_internals.h:87)
  6954. M /trunk/libcaca/conic.c
  6955. D /trunk/libcaca/ee.c
  6956. D /trunk/libcaca/ee.h
  6957. D /trunk/libcaca/ee_internals.h
  6958. M /trunk/libcaca/graphics.c
  6959. M /trunk/libcaca/io.c
  6960. M /trunk/libcaca/line.c
  6961. M /trunk/libcaca/math.c
  6962. M /trunk/libcaca/sprite.c
  6963. M /trunk/libcaca/triangle.c
  6964. D /trunk/libee
  6965. M /trunk/src/Makefile.am
  6966. M /trunk/src/aliens.c
  6967. M /trunk/src/bonus.c
  6968. M /trunk/src/box.c
  6969. M /trunk/src/ceo.c
  6970. M /trunk/src/collide.c
  6971. M /trunk/src/common.h
  6972. M /trunk/src/explosions.c
  6973. M /trunk/src/intro.c
  6974. M /trunk/src/main.c
  6975. M /trunk/src/overlay.c
  6976. M /trunk/src/player.c
  6977. M /trunk/src/starfield.c
  6978. M /trunk/src/tunnel.c
  6979. M /trunk/src/weapons.c
  6980. M /trunk/test/Makefile.am
  6981. M /trunk/test/demo.c
  6982. M /trunk/test/spritedit.c
  6983. * Renamed libee to libcaca. Far less collisions.
  6984. ------------------------------------------------------------------------
  6985. r87 | sam | 2003-11-16 01:09:09 +0100 (Sun, 16 Nov 2003) | 2 lines
  6986. Changed paths:
  6987. M /trunk/libee/Makefile.am
  6988. A /trunk/libee/blit.c
  6989. M /trunk/libee/ee.h
  6990. M /trunk/test/Makefile.am
  6991. M /trunk/test/demo.c
  6992. * Very ugly ee_blit function. Will be polished in a while.
  6993. ------------------------------------------------------------------------
  6994. r86 | sam | 2003-11-15 13:42:38 +0100 (Sat, 15 Nov 2003) | 10 lines
  6995. Changed paths:
  6996. M /trunk/libee/ee.c
  6997. M /trunk/libee/ee.h
  6998. M /trunk/libee/graphics.c
  6999. M /trunk/test/demo.c
  7000. * libee/ee.c:
  7001. + Replaced ee_color_names[] with ee_get_color_name().
  7002. + Don't oversleep in ee_refresh().
  7003. * libee/graphics.c:
  7004. + Implemented ee_printf().
  7005. * test/demo.c:
  7006. + If new keypresses are detected, don't wait for the next screen refresh.
  7007. + Added an fps counter on demos.
  7008. + Added controls for outlines and drawing boundaries.
  7009. ------------------------------------------------------------------------
  7010. r85 | sam | 2003-11-15 10:58:20 +0100 (Sat, 15 Nov 2003) | 8 lines
  7011. Changed paths:
  7012. M /trunk/libee/ee.c
  7013. M /trunk/libee/ee.h
  7014. M /trunk/libee/ee_internals.h
  7015. M /trunk/libee/graphics.c
  7016. M /trunk/libee/line.c
  7017. * libee/graphics.c:
  7018. + Correct clipping in ee_putstr() for long strings.
  7019. * libee/ee.c:
  7020. + New ee_get_rendertime() call to provide framerate information.
  7021. * libee/ee.h:
  7022. + Added const keywords where it was meaningful, despite Slang's blatant
  7023. omission of such keywords in its prototypes.
  7024. ------------------------------------------------------------------------
  7025. r84 | sam | 2003-11-14 20:00:07 +0100 (Fri, 14 Nov 2003) | 6 lines
  7026. Changed paths:
  7027. M /trunk/libee/ee.c
  7028. M /trunk/src/main.c
  7029. M /trunk/test/demo.c
  7030. * libee/ee.c:
  7031. + Implemented correct framerate wait loop.
  7032. + No framedropping yet.
  7033. * test/demo.c src/main.c:
  7034. + Set an arbitrary framerate for demos.
  7035. ------------------------------------------------------------------------
  7036. r83 | sam | 2003-11-14 19:49:53 +0100 (Fri, 14 Nov 2003) | 2 lines
  7037. Changed paths:
  7038. M /trunk/src/Makefile.am
  7039. M /trunk/test/Makefile.am
  7040. * Fixed compilation in an alternate directory.
  7041. ------------------------------------------------------------------------
  7042. r82 | sam | 2003-11-14 18:02:36 +0100 (Fri, 14 Nov 2003) | 2 lines
  7043. Changed paths:
  7044. M /trunk/src/box.c
  7045. M /trunk/src/main.c
  7046. M /trunk/src/player.c
  7047. M /trunk/src/starfield.c
  7048. M /trunk/src/tunnel.c
  7049. M /trunk/src/weapons.c
  7050. * Sanity checks after each malloc() call.
  7051. ------------------------------------------------------------------------
  7052. r81 | sam | 2003-11-14 17:55:58 +0100 (Fri, 14 Nov 2003) | 4 lines
  7053. Changed paths:
  7054. M /trunk/libee/ee.h
  7055. M /trunk/libee/math.c
  7056. * libee/math.c:
  7057. + ee_sqrt() now uses unsigned ints.
  7058. + Avoid overflows in ee_sqrt().
  7059. ------------------------------------------------------------------------
  7060. r80 | sam | 2003-11-13 18:12:40 +0100 (Thu, 13 Nov 2003) | 2 lines
  7061. Changed paths:
  7062. M /trunk/src/intro.c
  7063. * src/intro.c: Minor graphical issue on dosemu with ncurses backend.
  7064. ------------------------------------------------------------------------
  7065. r79 | sam | 2003-11-13 17:45:25 +0100 (Thu, 13 Nov 2003) | 6 lines
  7066. Changed paths:
  7067. M /trunk/libee/ee.c
  7068. M /trunk/libee/ee_internals.h
  7069. M /trunk/libee/graphics.c
  7070. M /trunk/libee/sprite.c
  7071. * libee/ee.c:
  7072. + Error checking in ee_init().
  7073. + Pre-generate the empty line for ee_clear().
  7074. * libee/sprite.c:
  7075. + Better error checking in ee_sprite_load().
  7076. ------------------------------------------------------------------------
  7077. r78 | sam | 2003-11-13 16:41:12 +0100 (Thu, 13 Nov 2003) | 2 lines
  7078. Changed paths:
  7079. M /trunk/libee/conic.c
  7080. M /trunk/libee/line.c
  7081. M /trunk/src/box.c
  7082. * Minor coding style changes.
  7083. ------------------------------------------------------------------------
  7084. r77 | sam | 2003-11-13 16:37:49 +0100 (Thu, 13 Nov 2003) | 2 lines
  7085. Changed paths:
  7086. M /trunk/data/Makefile.am
  7087. D /trunk/data/bar_boss
  7088. D /trunk/data/bar_fighter
  7089. A /trunk/data/barboss.txt (from /trunk/data/bar_boss:76)
  7090. A /trunk/data/barfight.txt (from /trunk/data/bar_fighter:76)
  7091. D /trunk/data/baz_fighter
  7092. A /trunk/data/bazfight.txt (from /trunk/data/baz_fighter:76)
  7093. A /trunk/data/bongem.txt (from /trunk/data/item_gem:76)
  7094. A /trunk/data/bonheart.txt (from /trunk/data/item_heart:76)
  7095. D /trunk/data/explosion_medium
  7096. D /trunk/data/explosion_small
  7097. D /trunk/data/foo_fighter
  7098. A /trunk/data/foofight.txt (from /trunk/data/foo_fighter:76)
  7099. D /trunk/data/item_gem
  7100. D /trunk/data/item_heart
  7101. A /trunk/data/ship.txt (from /trunk/data/ship_green:76)
  7102. D /trunk/data/ship_green
  7103. D /trunk/data/weapon_bomb
  7104. D /trunk/data/weapon_fragbomb
  7105. A /trunk/data/wpnbomb.txt (from /trunk/data/weapon_bomb:76)
  7106. A /trunk/data/wpnfrag.txt (from /trunk/data/weapon_fragbomb:76)
  7107. A /trunk/data/xplmed.txt (from /trunk/data/explosion_medium:76)
  7108. A /trunk/data/xplsmall.txt (from /trunk/data/explosion_small:76)
  7109. M /trunk/src/aliens.c
  7110. M /trunk/src/bonus.c
  7111. M /trunk/src/explosions.c
  7112. M /trunk/src/intro.c
  7113. M /trunk/src/player.c
  7114. M /trunk/src/weapons.c
  7115. M /trunk/test/demo.c
  7116. * Renamed sprites to < 8+3 names for the DOS port.
  7117. ------------------------------------------------------------------------
  7118. r76 | sam | 2003-11-13 00:46:58 +0100 (Thu, 13 Nov 2003) | 7 lines
  7119. Changed paths:
  7120. M /trunk/data/bar_boss
  7121. M /trunk/data/bar_fighter
  7122. M /trunk/data/baz_fighter
  7123. M /trunk/data/explosion_medium
  7124. M /trunk/data/explosion_small
  7125. M /trunk/data/foo_fighter
  7126. M /trunk/data/item_gem
  7127. M /trunk/data/item_heart
  7128. M /trunk/data/ship_green
  7129. M /trunk/data/weapon_bomb
  7130. M /trunk/data/weapon_fragbomb
  7131. M /trunk/src/starfield.c
  7132. M /trunk/test/demo.c
  7133. * test/demo.c:
  7134. + Removed a spurious '\n' from an ee_putstr().
  7135. * src/starfield.c:
  7136. + Fixed starfield color.
  7137. * data/:
  7138. + Fixed every sprite's colors.
  7139. ------------------------------------------------------------------------
  7140. r75 | sam | 2003-11-12 22:18:50 +0100 (Wed, 12 Nov 2003) | 25 lines
  7141. Changed paths:
  7142. A /trunk/BUGS
  7143. M /trunk/Makefile.am
  7144. M /trunk/README
  7145. M /trunk/TODO
  7146. M /trunk/libee/Makefile.am
  7147. M /trunk/libee/box.c
  7148. M /trunk/libee/conic.c
  7149. M /trunk/libee/ee.c
  7150. M /trunk/libee/ee.h
  7151. A /trunk/libee/ee_internals.h
  7152. M /trunk/libee/graphics.c
  7153. M /trunk/libee/io.c
  7154. M /trunk/libee/line.c
  7155. M /trunk/libee/math.c
  7156. M /trunk/libee/sprite.c
  7157. M /trunk/libee/triangle.c
  7158. M /trunk/src/Makefile.am
  7159. M /trunk/src/overlay.c
  7160. M /trunk/src/weapons.c
  7161. M /trunk/test/demo.c
  7162. * libee/ee.h:
  7163. + Added ee_color_names[] containing our 16 color names.
  7164. * libee/ee.c:
  7165. + Extended our color set to the full 16 instead of 10.
  7166. + Precalculate ncurses attributes.
  7167. * libee/graphics.c:
  7168. + Clip color value in ee_set_color().
  7169. + Clip characters in ee_putchar().
  7170. + Partially clip characters in ee_putstr(), overflows aren't checked yet.
  7171. * libee/ee_internals.h:
  7172. + New file to share extern variables within libee.
  7173. * test/demo.c:
  7174. + Added a simple demo_color() to output all colors.
  7175. + Replaced four ee_draw_line() with ee_draw_thin_box().
  7176. + Replaced x1, y1, x2 etc. with xa, ya, xb etc. because <math.h> already
  7177. defines y1.
  7178. + Randomized colours from 0 to 15 instead of 1 to 10.
  7179. * src/Makefiles.am:
  7180. + Added -lm to the ttyvaders linking flags because of the intro.
  7181. * README BUGS TODO:
  7182. + Updated.
  7183. ------------------------------------------------------------------------
  7184. r74 | sam | 2003-11-12 19:41:02 +0100 (Wed, 12 Nov 2003) | 7 lines
  7185. Changed paths:
  7186. M /trunk/README
  7187. M /trunk/configure.ac
  7188. M /trunk/libee/ee.c
  7189. M /trunk/libee/graphics.c
  7190. * README:
  7191. + Added a note about dos cross-compilation.
  7192. * configure.ac:
  7193. + Added a check for ScreenUpdate in <pc.h>.
  7194. * libee/graphics.c libee/ee.c:
  7195. + Improved the conio port thanks to ScreenUpdate().
  7196. ------------------------------------------------------------------------
  7197. r73 | sam | 2003-11-12 17:23:18 +0100 (Wed, 12 Nov 2003) | 2 lines
  7198. Changed paths:
  7199. M /trunk/configure.ac
  7200. M /trunk/libee/conic.c
  7201. M /trunk/libee/ee.c
  7202. M /trunk/libee/graphics.c
  7203. M /trunk/libee/io.c
  7204. M /trunk/libee/line.c
  7205. * MS-DOS port of libee, using <conio.h>.
  7206. ------------------------------------------------------------------------
  7207. r72 | sam | 2003-11-12 02:48:58 +0100 (Wed, 12 Nov 2003) | 17 lines
  7208. Changed paths:
  7209. M /trunk/data/foo_fighter
  7210. M /trunk/libee/box.c
  7211. M /trunk/libee/ee.h
  7212. M /trunk/libee/graphics.c
  7213. M /trunk/libee/line.c
  7214. M /trunk/libee/sprite.c
  7215. M /trunk/src/Makefile.am
  7216. M /trunk/src/aliens.c
  7217. M /trunk/src/bonus.c
  7218. M /trunk/src/box.c
  7219. M /trunk/src/common.h
  7220. M /trunk/src/explosions.c
  7221. A /trunk/src/intro.c
  7222. M /trunk/src/main.c
  7223. M /trunk/src/overlay.c
  7224. M /trunk/src/player.c
  7225. M /trunk/src/starfield.c
  7226. M /trunk/src/tunnel.c
  7227. M /trunk/src/weapons.c
  7228. M /trunk/test/demo.c
  7229. M /trunk/test/spritedit.c
  7230. * libee/graphics.c:
  7231. + Renamed ee_color() to ee_set_color(), wrote ee_get_color().
  7232. * libee/line.c:
  7233. + Implemented draw_polyline() and draw_thin_polyline().
  7234. * libee/sprite.c:
  7235. + Removed the f member of struct ee_sprite.
  7236. + Implemented ee_get_sprite_{width|height|dx|dy}().
  7237. + Restore the color fater ee_draw_sprite() is called.
  7238. * libee/box.c:
  7239. + Fixed a bug causing improper box clipping at the right and the bottom.
  7240. * data/foo_fighter:
  7241. + Fixed bugs in the sprite.
  7242. * src/intro.c:
  7243. + Test effects for the future game's intro.
  7244. * test/spritedit.c:
  7245. + Added stuff to the sprite editor. We can now navigate through frames.
  7246. ------------------------------------------------------------------------
  7247. r71 | sam | 2003-11-11 11:22:19 +0100 (Tue, 11 Nov 2003) | 13 lines
  7248. Changed paths:
  7249. M /trunk/libee/Makefile.am
  7250. A /trunk/libee/box.c
  7251. M /trunk/libee/conic.c
  7252. M /trunk/libee/ee.h
  7253. M /trunk/libee/triangle.c
  7254. M /trunk/test/demo.c
  7255. * libee/triangle.c:
  7256. + Wrote ee_draw_triangle() and ee_draw_thin_triangle().
  7257. * libee/box.c:
  7258. + Wrote ee_draw_box(), ee_draw_thin_box() and ee_fill_box().
  7259. * libee/conic.c:
  7260. + Wrote ee_fill_ellipse().
  7261. + First attempt at ee_draw_thin_ellipse(), to be reworked.
  7262. * test/demo.c:
  7263. + Merged demo_lines() and demo_thin_lines().
  7264. + Merged demo_triangles() and demo_outlined_triangles().
  7265. + Wrote demo_box().
  7266. + Use ee_fill_ellipse() in demo_all().
  7267. ------------------------------------------------------------------------
  7268. r70 | sam | 2003-11-11 09:00:36 +0100 (Tue, 11 Nov 2003) | 5 lines
  7269. Changed paths:
  7270. M /trunk/data/Makefile.am
  7271. A /trunk/data/ship_green
  7272. M /trunk/src/collide.c
  7273. M /trunk/src/main.c
  7274. M /trunk/src/player.c
  7275. M /trunk/src/weapons.c
  7276. * src/weapons.c:
  7277. + Use ee_draw_ellipse() instead of ee_draw_circle() to draw the nuke.
  7278. * src/player.c:
  7279. + Use ee_draw_sprite() to draw our ship.
  7280. ------------------------------------------------------------------------
  7281. r69 | sam | 2003-11-11 00:38:50 +0100 (Tue, 11 Nov 2003) | 8 lines
  7282. Changed paths:
  7283. M /trunk/libee/Makefile.am
  7284. M /trunk/libee/conic.c
  7285. M /trunk/libee/ee.c
  7286. M /trunk/libee/ee.h
  7287. A /trunk/libee/graphics.c (from /trunk/libee/ee.c:68)
  7288. M /trunk/libee/io.c
  7289. M /trunk/libee/line.c
  7290. M /trunk/libee/math.c
  7291. M /trunk/libee/sprite.c
  7292. M /trunk/libee/triangle.c
  7293. M /trunk/src/box.c
  7294. M /trunk/src/overlay.c
  7295. M /trunk/src/player.c
  7296. M /trunk/src/starfield.c
  7297. M /trunk/src/tunnel.c
  7298. M /trunk/src/weapons.c
  7299. M /trunk/test/demo.c
  7300. * libee/graphics.c:
  7301. + Moved ee_putstr() and ee_putchar() in here.
  7302. * libee/ee.h:
  7303. + Got rid of ee_goto().
  7304. + Moved <slang.h> or <curses.h> into libee.
  7305. * Replaced ee_goto()/ee_putstr() pairs with ee_putstr().
  7306. * Ditto for ee_putchar().
  7307. ------------------------------------------------------------------------
  7308. r68 | sam | 2003-11-11 00:04:13 +0100 (Tue, 11 Nov 2003) | 5 lines
  7309. Changed paths:
  7310. M /trunk/data/Makefile.am
  7311. M /trunk/src/Makefile.am
  7312. M /trunk/test
  7313. M /trunk/test/Makefile.am
  7314. A /trunk/test/spritedit.c
  7315. * test/spritedit.c:
  7316. + Placeholder for our upcoming sprite editor.
  7317. * src/Makefile.am data/Makefile.am:
  7318. + Use AM_CPPFLAGS, not target_CPPFLAGS, so that automake-1.5 can be used.
  7319. ------------------------------------------------------------------------
  7320. r67 | sam | 2003-11-10 23:43:30 +0100 (Mon, 10 Nov 2003) | 4 lines
  7321. Changed paths:
  7322. M /trunk/data/Makefile.am
  7323. A /trunk/data/weapon_fragbomb
  7324. M /trunk/src/weapons.c
  7325. * src/weapons.c data/weapon_fragbomb:
  7326. + Drew the fragbomb sprite.
  7327. + Use the fragbomb in src/weapons.c.
  7328. ------------------------------------------------------------------------
  7329. r66 | sam | 2003-11-10 22:54:11 +0100 (Mon, 10 Nov 2003) | 5 lines
  7330. Changed paths:
  7331. M /trunk/data/Makefile.am
  7332. A /trunk/data/weapon_bomb
  7333. M /trunk/src/weapons.c
  7334. * data/weapon_bomb:
  7335. + New bomb sprite.
  7336. * src/weapons.c:
  7337. + Switched the bomb drawing to use ee_draw_sprite().
  7338. ------------------------------------------------------------------------
  7339. r65 | sam | 2003-11-10 22:17:47 +0100 (Mon, 10 Nov 2003) | 8 lines
  7340. Changed paths:
  7341. M /trunk/data/Makefile.am
  7342. A /trunk/data/explosion_medium
  7343. A /trunk/data/explosion_small
  7344. M /trunk/libee/sprite.c
  7345. M /trunk/src/explosions.c
  7346. * libee/sprite.c:
  7347. + Made sprite loading more robust.
  7348. * src/explosions.c:
  7349. + No longer use ee_putchar etc. to draw our sprites, but use
  7350. ee_draw_sprite().
  7351. * data/:
  7352. + Drew explosion_medium and explosion_small sprites.
  7353. ------------------------------------------------------------------------
  7354. r64 | sam | 2003-11-10 21:43:02 +0100 (Mon, 10 Nov 2003) | 2 lines
  7355. Changed paths:
  7356. M /trunk/libee/conic.c
  7357. * libee/conic.c: Clip circles and ellipses.
  7358. ------------------------------------------------------------------------
  7359. r63 | sam | 2003-11-10 19:29:04 +0100 (Mon, 10 Nov 2003) | 5 lines
  7360. Changed paths:
  7361. M /trunk/libee/conic.c
  7362. M /trunk/libee/sprite.c
  7363. * libee/sprite.c:
  7364. + Added sanity checks in ee_sprite_* functions.
  7365. * libee/conic.c:
  7366. + Use ellipsepoints() in ee_draw_circle().
  7367. ------------------------------------------------------------------------
  7368. r62 | sam | 2003-11-10 19:23:23 +0100 (Mon, 10 Nov 2003) | 3 lines
  7369. Changed paths:
  7370. M /trunk/test/demo.c
  7371. * test/demo.c:
  7372. + Ellipses demo.
  7373. ------------------------------------------------------------------------
  7374. r61 | sam | 2003-11-10 19:21:36 +0100 (Mon, 10 Nov 2003) | 3 lines
  7375. Changed paths:
  7376. M /trunk/libee/conic.c
  7377. M /trunk/libee/ee.h
  7378. * libee/conic.c:
  7379. + ee_draw_ellipse().
  7380. ------------------------------------------------------------------------
  7381. r60 | sam | 2003-11-10 16:31:12 +0100 (Mon, 10 Nov 2003) | 2 lines
  7382. Changed paths:
  7383. M /trunk/libee/Makefile.am
  7384. D /trunk/libee/circle.c
  7385. A /trunk/libee/conic.c (from /trunk/libee/circle.c:58)
  7386. M /trunk/libee/line.c
  7387. * Renamed libee/circle.c to libee/conic.c because we'll do ellipsis.
  7388. ------------------------------------------------------------------------
  7389. r59 | sam | 2003-11-10 16:16:38 +0100 (Mon, 10 Nov 2003) | 3 lines
  7390. Changed paths:
  7391. M /trunk/libee/line.c
  7392. * libee/line.c:
  7393. + Added code comments.
  7394. ------------------------------------------------------------------------
  7395. r58 | sam | 2003-11-10 15:19:21 +0100 (Mon, 10 Nov 2003) | 4 lines
  7396. Changed paths:
  7397. M /trunk/configure.ac
  7398. M /trunk/libee/Makefile.am
  7399. M /trunk/src/Makefile.am
  7400. M /trunk/test/Makefile.am
  7401. * configure.ac:
  7402. + Moved optimization flags and warning triggers here.
  7403. + Updated the snapshot timestamp.
  7404. ------------------------------------------------------------------------
  7405. r57 | sam | 2003-11-10 15:13:56 +0100 (Mon, 10 Nov 2003) | 2 lines
  7406. Changed paths:
  7407. M /trunk/test/demo.c
  7408. * test/demo.c: Nicer complete demo.
  7409. ------------------------------------------------------------------------
  7410. r56 | sam | 2003-11-10 10:26:40 +0100 (Mon, 10 Nov 2003) | 11 lines
  7411. Changed paths:
  7412. M /trunk/data/Makefile.am
  7413. A /trunk/data/baz_fighter
  7414. A /trunk/data/foo_fighter
  7415. A /trunk/data/item_gem
  7416. A /trunk/data/item_heart
  7417. M /trunk/libee/ee.h
  7418. M /trunk/libee/sprite.c
  7419. M /trunk/src/aliens.c
  7420. M /trunk/src/bonus.c
  7421. M /trunk/src/box.c
  7422. * libee/sprite.c:
  7423. + More robust sprite loader.
  7424. + Added ee_set_sprite_frame() and ee_get_sprite_frame().
  7425. + Free all structures in ee_free_sprite().
  7426. * src/aliens.c src/bonus.c:
  7427. + Use ee_draw_sprite() instead of our manual sprite rendering.
  7428. * src/box.c:
  7429. + Use ee_draw_line() instead of the manual equivalent.
  7430. * data/:
  7431. + Added foo_fighter, baz_fighter, item_gem and item_heart sprites.
  7432. ------------------------------------------------------------------------
  7433. r55 | sam | 2003-11-10 03:00:52 +0100 (Mon, 10 Nov 2003) | 2 lines
  7434. Changed paths:
  7435. A /trunk/data/Makefile.am
  7436. * Oops, forgot data/Makefile.am.
  7437. ------------------------------------------------------------------------
  7438. r54 | sam | 2003-11-10 03:00:19 +0100 (Mon, 10 Nov 2003) | 5 lines
  7439. Changed paths:
  7440. M /trunk/Makefile.am
  7441. M /trunk/configure.ac
  7442. A /trunk/data
  7443. A /trunk/data/bar_boss
  7444. A /trunk/data/bar_fighter
  7445. M /trunk/test/demo.c
  7446. * test/demo.c:
  7447. + Wrote a little sprite demo.
  7448. * data/:
  7449. + Added bar_fighter (from ttyvaders) and bar_boss (from shapes.txt).
  7450. ------------------------------------------------------------------------
  7451. r53 | sam | 2003-11-10 02:56:24 +0100 (Mon, 10 Nov 2003) | 4 lines
  7452. Changed paths:
  7453. M /trunk/libee/Makefile.am
  7454. M /trunk/libee/ee.h
  7455. A /trunk/libee/sprite.c
  7456. * libee/sprite.c:
  7457. + Beginning of sprite handling within the library.
  7458. + Added support to load files.
  7459. ------------------------------------------------------------------------
  7460. r52 | sam | 2003-11-10 01:27:33 +0100 (Mon, 10 Nov 2003) | 3 lines
  7461. Changed paths:
  7462. M /trunk/test/demo.c
  7463. * test/demo.c:
  7464. + outlined triangles demo.
  7465. ------------------------------------------------------------------------
  7466. r51 | sam | 2003-11-10 01:15:02 +0100 (Mon, 10 Nov 2003) | 2 lines
  7467. Changed paths:
  7468. M /trunk/configure.ac
  7469. M /trunk/libee/Makefile.am
  7470. M /trunk/src/Makefile.am
  7471. M /trunk/test/Makefile.am
  7472. * Removed CPPFLAGS_slang and CPPFLAGS_ncurses, we now have config.h.
  7473. ------------------------------------------------------------------------
  7474. r50 | sam | 2003-11-10 00:34:24 +0100 (Mon, 10 Nov 2003) | 4 lines
  7475. Changed paths:
  7476. M /trunk/src/aliens.c
  7477. M /trunk/src/bonus.c
  7478. M /trunk/src/box.c
  7479. M /trunk/src/collide.c
  7480. M /trunk/src/explosions.c
  7481. M /trunk/src/main.c
  7482. M /trunk/src/overlay.c
  7483. M /trunk/src/player.c
  7484. M /trunk/src/starfield.c
  7485. M /trunk/src/tunnel.c
  7486. M /trunk/src/weapons.c
  7487. * src/*.c:
  7488. + Added missing #include "config.h".
  7489. + Fixed a nasty bug in ee_rand() calls.
  7490. ------------------------------------------------------------------------
  7491. r49 | sam | 2003-11-10 00:01:29 +0100 (Mon, 10 Nov 2003) | 3 lines
  7492. Changed paths:
  7493. M /trunk/test/demo.c
  7494. * test/demo.c:
  7495. + Disabled the pyramid demo and wrote a simple triangles demo.
  7496. ------------------------------------------------------------------------
  7497. r48 | sam | 2003-11-09 22:36:24 +0100 (Sun, 09 Nov 2003) | 5 lines
  7498. Changed paths:
  7499. M /trunk/libee/Makefile.am
  7500. M /trunk/libee/ee.h
  7501. A /trunk/libee/triangle.c
  7502. M /trunk/test/Makefile.am
  7503. M /trunk/test/demo.c
  7504. * libee/triangle.c:
  7505. + Implemented ee_fill_triangle().
  7506. * test/demo.c:
  7507. + Triangle demo.
  7508. ------------------------------------------------------------------------
  7509. r47 | sam | 2003-11-09 20:46:14 +0100 (Sun, 09 Nov 2003) | 5 lines
  7510. Changed paths:
  7511. M /trunk/libee/ee.h
  7512. M /trunk/libee/line.c
  7513. M /trunk/test/demo.c
  7514. * libee/line.c:
  7515. + ee_draw_thin_line().
  7516. * test/demo.c:
  7517. + Added a thin lines demo.
  7518. ------------------------------------------------------------------------
  7519. r46 | sam | 2003-11-09 19:10:44 +0100 (Sun, 09 Nov 2003) | 2 lines
  7520. Changed paths:
  7521. M /trunk/libee/line.c
  7522. * libee/line.c: genericized line drawing for future use.
  7523. ------------------------------------------------------------------------
  7524. r45 | sam | 2003-11-09 18:45:12 +0100 (Sun, 09 Nov 2003) | 6 lines
  7525. Changed paths:
  7526. M /trunk/test
  7527. M /trunk/test/demo.c
  7528. * test/demo.c:
  7529. + Putpixel demo.
  7530. + Draw line demo.
  7531. + Draw circle demo.
  7532. + Animated radar demo.
  7533. ------------------------------------------------------------------------
  7534. r44 | sam | 2003-11-09 18:21:43 +0100 (Sun, 09 Nov 2003) | 7 lines
  7535. Changed paths:
  7536. M /trunk/libee/Makefile.am
  7537. A /trunk/libee/circle.c (from /trunk/src/weapons.c:42)
  7538. M /trunk/libee/ee.h
  7539. M /trunk/libee/line.c
  7540. M /trunk/src/weapons.c
  7541. * src/weapons.c:
  7542. + Removed draw_circle, use ee_draw_circle instead.
  7543. * libee/circle.c:
  7544. + New ee_draw_circle function.
  7545. * libee/line.c:
  7546. + Changed an internal function's name.
  7547. ------------------------------------------------------------------------
  7548. r43 | sam | 2003-11-09 17:34:23 +0100 (Sun, 09 Nov 2003) | 2 lines
  7549. Changed paths:
  7550. M /trunk/libee
  7551. M /trunk/libee/Makefile.am
  7552. M /trunk/libee/ee.h
  7553. A /trunk/libee/line.c
  7554. * libee/line.c: Implemented ee_draw_line.
  7555. ------------------------------------------------------------------------
  7556. r42 | sam | 2003-11-09 14:52:40 +0100 (Sun, 09 Nov 2003) | 5 lines
  7557. Changed paths:
  7558. M /trunk/libee/ee.c
  7559. M /trunk/libee/ee.h
  7560. M /trunk/test/demo.c
  7561. * libee/ee.c:
  7562. + got rid of DELAY.
  7563. * test/demo.c:
  7564. + Minor animation effect.
  7565. ------------------------------------------------------------------------
  7566. r41 | sam | 2003-11-09 14:51:37 +0100 (Sun, 09 Nov 2003) | 2 lines
  7567. Changed paths:
  7568. M /trunk/libee/math.c
  7569. * libee/math.c: fixed a thinko in ee_rand().
  7570. ------------------------------------------------------------------------
  7571. r40 | sam | 2003-11-09 14:32:04 +0100 (Sun, 09 Nov 2003) | 8 lines
  7572. Changed paths:
  7573. M /trunk/libee/Makefile.am
  7574. M /trunk/libee/ee.c
  7575. M /trunk/libee/ee.h
  7576. A /trunk/libee/io.c (from /trunk/libee/ee.c:37)
  7577. A /trunk/libee/math.c
  7578. M /trunk/src/Makefile.am
  7579. M /trunk/src/aliens.c
  7580. M /trunk/src/collide.c
  7581. M /trunk/src/common.h
  7582. M /trunk/src/explosions.c
  7583. M /trunk/src/main.c
  7584. D /trunk/src/math.c
  7585. M /trunk/src/starfield.c
  7586. M /trunk/src/tunnel.c
  7587. M /trunk/src/weapons.c
  7588. * libee/io.c:
  7589. + Moved ee_get_key() here.
  7590. * libee/math.c:
  7591. + Moved r00t() here and renamed it to ee_sqrt().
  7592. + Moved GET_RAND() here and renamed it to ee_rand().
  7593. * src/math.c:
  7594. + Removed this deprecated file.
  7595. ------------------------------------------------------------------------
  7596. r39 | sam | 2003-11-09 14:16:19 +0100 (Sun, 09 Nov 2003) | 2 lines
  7597. Changed paths:
  7598. M /trunk/src/aliens.c
  7599. M /trunk/src/bonus.c
  7600. M /trunk/src/box.c
  7601. M /trunk/src/ceo.c
  7602. M /trunk/src/collide.c
  7603. M /trunk/src/common.h
  7604. M /trunk/src/explosions.c
  7605. M /trunk/src/main.c
  7606. M /trunk/src/math.c
  7607. M /trunk/src/overlay.c
  7608. M /trunk/src/player.c
  7609. M /trunk/src/starfield.c
  7610. M /trunk/src/tunnel.c
  7611. M /trunk/src/weapons.c
  7612. * Coding style everywhere.
  7613. ------------------------------------------------------------------------
  7614. r38 | sam | 2003-11-09 14:02:34 +0100 (Sun, 09 Nov 2003) | 5 lines
  7615. Changed paths:
  7616. M /trunk/libee/Makefile.am
  7617. M /trunk/test/Makefile.am
  7618. A /trunk/test/demo.c
  7619. * libee/Makefile.am, test/Makefile.am:
  7620. + Added more compiler warning flags.
  7621. * test/demo.c:
  7622. + Small demo for libee.
  7623. ------------------------------------------------------------------------
  7624. r37 | sam | 2003-11-09 14:01:44 +0100 (Sun, 09 Nov 2003) | 2 lines
  7625. Changed paths:
  7626. M /trunk/libee/ee.c
  7627. * libee/ee.c: Fixed a compilation warning.
  7628. ------------------------------------------------------------------------
  7629. r36 | sam | 2003-11-09 13:48:09 +0100 (Sun, 09 Nov 2003) | 2 lines
  7630. Changed paths:
  7631. M /trunk/libee/ee.c
  7632. * libee/ee.c: Exact line fill in ee_clear().
  7633. ------------------------------------------------------------------------
  7634. r35 | sam | 2003-11-09 13:40:53 +0100 (Sun, 09 Nov 2003) | 2 lines
  7635. Changed paths:
  7636. M /trunk/libee/Makefile.am
  7637. M /trunk/libee/ee.c
  7638. A /trunk/libee/ee.h
  7639. M /trunk/src/Makefile.am
  7640. M /trunk/src/aliens.c
  7641. M /trunk/src/bonus.c
  7642. M /trunk/src/box.c
  7643. M /trunk/src/ceo.c
  7644. M /trunk/src/common.h
  7645. M /trunk/src/explosions.c
  7646. M /trunk/src/main.c
  7647. M /trunk/src/overlay.c
  7648. M /trunk/src/player.c
  7649. M /trunk/src/starfield.c
  7650. M /trunk/src/tunnel.c
  7651. M /trunk/src/weapons.c
  7652. * libee is now standalone.
  7653. ------------------------------------------------------------------------
  7654. r34 | sam | 2003-11-09 13:02:42 +0100 (Sun, 09 Nov 2003) | 2 lines
  7655. Changed paths:
  7656. M /trunk/Makefile.am
  7657. M /trunk/configure.ac
  7658. M /trunk/libee
  7659. A /trunk/libee/Makefile.am
  7660. M /trunk/src/Makefile.am
  7661. A /trunk/test
  7662. A /trunk/test/Makefile.am
  7663. * libee is now (almost) standalone.
  7664. ------------------------------------------------------------------------
  7665. r33 | sam | 2003-11-09 12:26:08 +0100 (Sun, 09 Nov 2003) | 7 lines
  7666. Changed paths:
  7667. M /trunk/doc/shapes.txt
  7668. A /trunk/libee
  7669. A /trunk/libee/ee.c (from /trunk/src/graphics.c:31)
  7670. M /trunk/src/Makefile.am
  7671. M /trunk/src/ceo.c
  7672. M /trunk/src/common.h
  7673. D /trunk/src/graphics.c
  7674. M /trunk/src/main.c
  7675. * libee/ee.c:
  7676. + First file in libee, from src/graphics.c.
  7677. + Disable cursor upon initialisation.
  7678. + Added delay code for constant framerate.
  7679. * src/common.h:
  7680. + Minor compilation fix for latest ncurses.
  7681. ------------------------------------------------------------------------
  7682. r32 | sam | 2003-11-06 22:40:53 +0100 (Thu, 06 Nov 2003) | 2 lines
  7683. Changed paths:
  7684. M /trunk/bootstrap
  7685. * bootstrap: always remove autom4te.cache.
  7686. ------------------------------------------------------------------------
  7687. r31 | sam | 2003-10-02 03:08:13 +0200 (Thu, 02 Oct 2003) | 2 lines
  7688. Changed paths:
  7689. M /trunk
  7690. M /trunk/autotools
  7691. M /trunk/bootstrap
  7692. M /trunk/configure.ac
  7693. M /trunk/debian
  7694. M /trunk/src
  7695. M /trunk/src/aliens.c
  7696. M /trunk/src/bonus.c
  7697. M /trunk/src/box.c
  7698. M /trunk/src/ceo.c
  7699. M /trunk/src/collide.c
  7700. M /trunk/src/common.h
  7701. M /trunk/src/explosions.c
  7702. M /trunk/src/graphics.c
  7703. M /trunk/src/main.c
  7704. M /trunk/src/math.c
  7705. M /trunk/src/overlay.c
  7706. M /trunk/src/player.c
  7707. M /trunk/src/starfield.c
  7708. M /trunk/src/tunnel.c
  7709. M /trunk/src/weapons.c
  7710. * Fixed keywords, ignore, and lots of tiny SVN things.
  7711. ------------------------------------------------------------------------
  7712. r30 | sam | 2003-02-09 12:17:40 +0100 (Sun, 09 Feb 2003) | 3 lines
  7713. Changed paths:
  7714. M /trunk/TODO
  7715. M /trunk/src/Makefile.am
  7716. A /trunk/src/box.c
  7717. M /trunk/src/common.h
  7718. M /trunk/src/main.c
  7719. M /trunk/src/overlay.c
  7720. * support for boxes
  7721. * application: pause box
  7722. ------------------------------------------------------------------------
  7723. r29 | sam | 2003-01-06 13:22:58 +0100 (Mon, 06 Jan 2003) | 3 lines
  7724. Changed paths:
  7725. M /trunk/TODO
  7726. M /trunk/src/collide.c
  7727. * cosmetic code changes.
  7728. * fixed a bug in the tunnel munching.
  7729. ------------------------------------------------------------------------
  7730. r28 | sam | 2002-12-23 17:44:28 +0100 (Mon, 23 Dec 2002) | 3 lines
  7731. Changed paths:
  7732. M /trunk/README
  7733. M /trunk/TODO
  7734. M /trunk/configure.ac
  7735. M /trunk/src/weapons.c
  7736. * fixed the ncurses build.
  7737. * replaced '�' with ':' in the fragbomb tail because it's not ASCII.
  7738. ------------------------------------------------------------------------
  7739. r27 | sam | 2002-12-23 17:21:38 +0100 (Mon, 23 Dec 2002) | 6 lines
  7740. Changed paths:
  7741. M /trunk/configure.ac
  7742. M /trunk/src/collide.c
  7743. M /trunk/src/common.h
  7744. M /trunk/src/graphics.c
  7745. M /trunk/src/main.c
  7746. M /trunk/src/overlay.c
  7747. M /trunk/src/player.c
  7748. * new timestamp for a new snapshot.
  7749. * lots of sanity checks in collide.c.
  7750. * moved usleep() to graphics.c.
  7751. * added random key generator in the dummy driver.
  7752. * cosmetic changes in the energy bars.
  7753. ------------------------------------------------------------------------
  7754. r26 | sam | 2002-12-23 16:06:13 +0100 (Mon, 23 Dec 2002) | 4 lines
  7755. Changed paths:
  7756. M /trunk/src/Makefile.am
  7757. M /trunk/src/common.h
  7758. M /trunk/src/main.c
  7759. A /trunk/src/overlay.c
  7760. M /trunk/src/player.c
  7761. * better handling of special weapon timeout.
  7762. * the bomb is now part of the standard fire button effect.
  7763. * overlay for life and special weapon jauges.
  7764. ------------------------------------------------------------------------
  7765. r25 | sam | 2002-12-23 14:46:27 +0100 (Mon, 23 Dec 2002) | 3 lines
  7766. Changed paths:
  7767. M /trunk/src/aliens.c
  7768. M /trunk/src/collide.c
  7769. M /trunk/src/common.h
  7770. M /trunk/src/main.c
  7771. M /trunk/src/player.c
  7772. * aliens are now named foo, bar and baz.
  7773. * beginning of life jauges.
  7774. ------------------------------------------------------------------------
  7775. r24 | sam | 2002-12-23 14:13:04 +0100 (Mon, 23 Dec 2002) | 2 lines
  7776. Changed paths:
  7777. M /trunk/src/common.h
  7778. M /trunk/src/main.c
  7779. M /trunk/src/player.c
  7780. * ship has vx and vy.
  7781. ------------------------------------------------------------------------
  7782. r23 | sam | 2002-12-23 13:47:36 +0100 (Mon, 23 Dec 2002) | 2 lines
  7783. Changed paths:
  7784. M /trunk/TODO
  7785. M /trunk/src/main.c
  7786. M /trunk/src/tunnel.c
  7787. * cosmetic change: reworked draw_tunnel.
  7788. ------------------------------------------------------------------------
  7789. r22 | sam | 2002-12-23 13:03:31 +0100 (Mon, 23 Dec 2002) | 3 lines
  7790. Changed paths:
  7791. M /trunk/src/main.c
  7792. M /trunk/src/tunnel.c
  7793. * lasers are now twice as fast.
  7794. * walls are now filled, and displayed on top of aliens.
  7795. ------------------------------------------------------------------------
  7796. r21 | sam | 2002-12-23 11:06:27 +0100 (Mon, 23 Dec 2002) | 5 lines
  7797. Changed paths:
  7798. M /trunk/configure.ac
  7799. M /trunk/src/Makefile.am
  7800. M /trunk/src/ceo.c
  7801. M /trunk/src/common.h
  7802. M /trunk/src/graphics.c
  7803. M /trunk/src/main.c
  7804. M /trunk/src/tunnel.c
  7805. * added support for --disable-slang.
  7806. * fixed an overflow in the tunnel update code.
  7807. * fragbomb is now 'f', not 'd'.
  7808. * added a missing call to init_bonus().
  7809. ------------------------------------------------------------------------
  7810. r20 | sam | 2002-12-23 10:28:37 +0100 (Mon, 23 Dec 2002) | 5 lines
  7811. Changed paths:
  7812. M /trunk/TODO
  7813. M /trunk/src/collide.c
  7814. M /trunk/src/common.h
  7815. M /trunk/src/main.c
  7816. M /trunk/src/starfield.c
  7817. M /trunk/src/tunnel.c
  7818. M /trunk/src/weapons.c
  7819. * the beam now digs the tunnel.
  7820. * the starfield is now an array of stars.
  7821. * fixed wall rendering (offset issues and disappearing left wall).
  7822. * 32 seekers on fragbomb explosion, not 16.
  7823. ------------------------------------------------------------------------
  7824. r19 | sam | 2002-12-23 00:39:15 +0100 (Mon, 23 Dec 2002) | 3 lines
  7825. Changed paths:
  7826. M /trunk/src/weapons.c
  7827. * seekers and homing bombs react more quickly.
  7828. * 16 seekers on fragbomb explosion instead of 12.
  7829. ------------------------------------------------------------------------
  7830. r18 | sam | 2002-12-23 00:01:35 +0100 (Mon, 23 Dec 2002) | 3 lines
  7831. Changed paths:
  7832. M /trunk/src/math.c
  7833. M /trunk/src/weapons.c
  7834. * fixed a segfault when the target seeker speed was zero.
  7835. * factorized the seeker generation on fragbomb explosion.
  7836. ------------------------------------------------------------------------
  7837. r17 | sam | 2002-12-22 23:36:42 +0100 (Sun, 22 Dec 2002) | 2 lines
  7838. Changed paths:
  7839. M /trunk/src/Makefile.am
  7840. M /trunk/src/common.h
  7841. A /trunk/src/math.c
  7842. M /trunk/src/weapons.c
  7843. * Removed the dependency on <math.h>. We don't need no stinking sqrt!
  7844. ------------------------------------------------------------------------
  7845. r16 | sam | 2002-12-22 23:17:41 +0100 (Sun, 22 Dec 2002) | 3 lines
  7846. Changed paths:
  7847. M /trunk/doc/shapes.txt
  7848. M /trunk/src/aliens.c
  7849. M /trunk/src/ceo.c
  7850. M /trunk/src/collide.c
  7851. M /trunk/src/common.h
  7852. M /trunk/src/main.c
  7853. M /trunk/src/weapons.c
  7854. * dead aliens don't explode in the collision loop but in their update loop.
  7855. * new super weapon, the fragmentation bomb.
  7856. ------------------------------------------------------------------------
  7857. r15 | sam | 2002-12-22 20:08:35 +0100 (Sun, 22 Dec 2002) | 2 lines
  7858. Changed paths:
  7859. M /trunk/.cvsignore
  7860. M /trunk/Makefile.am
  7861. A /trunk/autotools
  7862. A /trunk/autotools/.cvsignore
  7863. A /trunk/autotools/Makefile.am
  7864. M /trunk/bootstrap
  7865. M /trunk/configure.ac
  7866. M /trunk/debian/.cvsignore
  7867. M /trunk/src/Makefile.am
  7868. * Moved generated autotools files to the autotools/ directory.
  7869. ------------------------------------------------------------------------
  7870. r14 | sam | 2002-12-22 19:44:12 +0100 (Sun, 22 Dec 2002) | 2 lines
  7871. Changed paths:
  7872. M /trunk/src/aliens.c
  7873. M /trunk/src/bonus.c
  7874. M /trunk/src/ceo.c
  7875. M /trunk/src/collide.c
  7876. M /trunk/src/common.h
  7877. M /trunk/src/explosions.c
  7878. M /trunk/src/graphics.c
  7879. M /trunk/src/main.c
  7880. M /trunk/src/player.c
  7881. M /trunk/src/starfield.c
  7882. M /trunk/src/tunnel.c
  7883. M /trunk/src/weapons.c
  7884. * I think I fucked up the $Id tags on my previous commit.
  7885. ------------------------------------------------------------------------
  7886. r13 | sam | 2002-12-22 19:42:32 +0100 (Sun, 22 Dec 2002) | 3 lines
  7887. Changed paths:
  7888. A /trunk/COPYING
  7889. M /trunk/src/aliens.c
  7890. M /trunk/src/bonus.c
  7891. M /trunk/src/ceo.c
  7892. M /trunk/src/collide.c
  7893. M /trunk/src/common.h
  7894. M /trunk/src/explosions.c
  7895. M /trunk/src/graphics.c
  7896. M /trunk/src/main.c
  7897. M /trunk/src/player.c
  7898. M /trunk/src/starfield.c
  7899. M /trunk/src/tunnel.c
  7900. M /trunk/src/weapons.c
  7901. * added the COPYING file (GPLv2).
  7902. * added GPL headers to source files.
  7903. ------------------------------------------------------------------------
  7904. r12 | sam | 2002-12-22 19:40:36 +0100 (Sun, 22 Dec 2002) | 2 lines
  7905. Changed paths:
  7906. M /trunk/src/Makefile.am
  7907. A /trunk/src/ceo.c
  7908. M /trunk/src/common.h
  7909. M /trunk/src/main.c
  7910. * tab == hotkey for CEO alert.
  7911. ------------------------------------------------------------------------
  7912. r11 | sam | 2002-12-18 19:44:47 +0100 (Wed, 18 Dec 2002) | 2 lines
  7913. Changed paths:
  7914. M /trunk/TODO
  7915. M /trunk/doc/shapes.txt
  7916. M /trunk/src/aliens.c
  7917. * 3rd alien type.
  7918. ------------------------------------------------------------------------
  7919. r10 | sam | 2002-12-18 19:12:28 +0100 (Wed, 18 Dec 2002) | 2 lines
  7920. Changed paths:
  7921. D /trunk/Makefile
  7922. * Scrapped Makefile.
  7923. ------------------------------------------------------------------------
  7924. r9 | sam | 2002-12-18 19:11:54 +0100 (Wed, 18 Dec 2002) | 2 lines
  7925. Changed paths:
  7926. M /trunk/Makefile
  7927. A /trunk/README
  7928. A /trunk/TODO
  7929. * README and TODO files.
  7930. ------------------------------------------------------------------------
  7931. r8 | sam | 2002-12-18 14:29:31 +0100 (Wed, 18 Dec 2002) | 2 lines
  7932. Changed paths:
  7933. M /trunk/Makefile
  7934. M /trunk/configure.ac
  7935. M /trunk/doc/shapes.txt
  7936. M /trunk/src/collide.c
  7937. M /trunk/src/weapons.c
  7938. * the bomb's head is now white
  7939. ------------------------------------------------------------------------
  7940. r7 | sam | 2002-12-15 18:16:45 +0100 (Sun, 15 Dec 2002) | 3 lines
  7941. Changed paths:
  7942. M /trunk/doc/shapes.txt
  7943. M /trunk/src/aliens.c
  7944. M /trunk/src/collide.c
  7945. M /trunk/src/common.h
  7946. M /trunk/src/main.c
  7947. M /trunk/src/weapons.c
  7948. * new weapon: bomb.
  7949. * beam now collides with aliens.
  7950. ------------------------------------------------------------------------
  7951. r6 | sam | 2002-12-15 06:03:55 +0100 (Sun, 15 Dec 2002) | 2 lines
  7952. Changed paths:
  7953. M /trunk/doc/shapes.txt
  7954. M /trunk/src/common.h
  7955. M /trunk/src/main.c
  7956. M /trunk/src/weapons.c
  7957. * 'beam' weapon.
  7958. ------------------------------------------------------------------------
  7959. r5 | sam | 2002-12-15 04:41:32 +0100 (Sun, 15 Dec 2002) | 10 lines
  7960. Changed paths:
  7961. M /trunk/Makefile
  7962. M /trunk/configure.ac
  7963. M /trunk/debian/changelog
  7964. M /trunk/debian/control
  7965. M /trunk/debian/rules
  7966. M /trunk/doc/shapes.txt
  7967. M /trunk/src/Makefile.am
  7968. M /trunk/src/aliens.c
  7969. A /trunk/src/bonus.c
  7970. M /trunk/src/collide.c
  7971. M /trunk/src/common.h
  7972. M /trunk/src/explosions.c
  7973. M /trunk/src/graphics.c
  7974. M /trunk/src/main.c
  7975. M /trunk/src/player.c
  7976. M /trunk/src/starfield.c
  7977. M /trunk/src/tunnel.c
  7978. M /trunk/src/weapons.c
  7979. * real Debian package files.
  7980. * two new types of aliens. only one rules.
  7981. * removed gfx_write in favor of gfx_putchar and gfx_putstr.
  7982. * added bonuses at alien death. they do nothing yet.
  7983. * seeker missiles. 'b' to test.
  7984. * weapon resolution is now 16*char. needs to be generalized.
  7985. * fixed the supernova bugs. center could collide with the tunnel, and
  7986. the last frame was badly displayed.
  7987. * lots of cleanups everywhere.
  7988. ------------------------------------------------------------------------
  7989. r4 | sam | 2002-12-13 21:50:00 +0100 (Fri, 13 Dec 2002) | 2 lines
  7990. Changed paths:
  7991. M /trunk/.cvsignore
  7992. M /trunk/Makefile
  7993. A /trunk/Makefile.am
  7994. D /trunk/aliens.c
  7995. A /trunk/bootstrap
  7996. D /trunk/collide.c
  7997. D /trunk/common.h
  7998. A /trunk/configure.ac
  7999. A /trunk/debian
  8000. A /trunk/debian/.cvsignore
  8001. A /trunk/debian/Makefile.am
  8002. A /trunk/debian/changelog
  8003. A /trunk/debian/control
  8004. A /trunk/debian/rules
  8005. A /trunk/doc
  8006. A /trunk/doc/shapes.txt
  8007. D /trunk/explosions.c
  8008. D /trunk/graphics.c
  8009. D /trunk/main.c
  8010. D /trunk/player.c
  8011. D /trunk/shapes.txt
  8012. A /trunk/src
  8013. A /trunk/src/.cvsignore
  8014. A /trunk/src/Makefile.am
  8015. A /trunk/src/aliens.c
  8016. A /trunk/src/collide.c
  8017. A /trunk/src/common.h
  8018. A /trunk/src/explosions.c
  8019. A /trunk/src/graphics.c
  8020. A /trunk/src/main.c
  8021. A /trunk/src/player.c
  8022. A /trunk/src/starfield.c
  8023. A /trunk/src/tunnel.c
  8024. A /trunk/src/weapons.c
  8025. D /trunk/starfield.c
  8026. D /trunk/tunnel.c
  8027. D /trunk/weapons.c
  8028. * autotoolificationized the whole thing.
  8029. ------------------------------------------------------------------------
  8030. r3 | sam | 2002-12-13 20:27:16 +0100 (Fri, 13 Dec 2002) | 4 lines
  8031. Changed paths:
  8032. M /trunk/collide.c
  8033. M /trunk/common.h
  8034. M /trunk/explosions.c
  8035. M /trunk/main.c
  8036. M /trunk/player.c
  8037. M /trunk/weapons.c
  8038. * moved nuke from explosions to weapons.
  8039. * used a cool Bresenham algorithm to draw the nuke circles.
  8040. * nuke collides with aliens.
  8041. ------------------------------------------------------------------------
  8042. r2 | sam | 2002-12-13 20:24:53 +0100 (Fri, 13 Dec 2002) | 2 lines
  8043. Changed paths:
  8044. A /trunk/.cvsignore
  8045. * .cvsignore file.
  8046. ------------------------------------------------------------------------
  8047. r1 | sam | 2002-12-13 20:23:07 +0100 (Fri, 13 Dec 2002) | 3 lines
  8048. Changed paths:
  8049. A /branches
  8050. A /trunk
  8051. A /trunk/Makefile
  8052. A /trunk/aliens.c
  8053. A /trunk/collide.c
  8054. A /trunk/common.h
  8055. A /trunk/explosions.c
  8056. A /trunk/graphics.c
  8057. A /trunk/main.c
  8058. A /trunk/player.c
  8059. A /trunk/shapes.txt
  8060. A /trunk/starfield.c
  8061. A /trunk/tunnel.c
  8062. A /trunk/weapons.c
  8063. * First commit. Scrolling works, some weaponry, controls, tunnel blowing,
  8064. the nuke is still ugly, almost no collision detection. Nice demo :)
  8065. ------------------------------------------------------------------------