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.
 
 
 
 
 
 

9137 line
295 KiB

  1. ------------------------------------------------------------------------
  2. r801 | sam | 2006-09-09 19:54:06 +0200 (Sat, 09 Sep 2006) | 2 lines
  3. Changed paths:
  4. M /trunk/doc/Makefile.am
  5. * Replace 'man3caca' with 'man3' in generated manpages.
  6. ------------------------------------------------------------------------
  7. r800 | sam | 2006-09-09 19:52:54 +0200 (Sat, 09 Sep 2006) | 2 lines
  8. Changed paths:
  9. M /trunk/test/demo0.c
  10. * Fix dithering handling in demo0.c.
  11. ------------------------------------------------------------------------
  12. r799 | sam | 2006-09-09 19:31:43 +0200 (Sat, 09 Sep 2006) | 2 lines
  13. Changed paths:
  14. M /trunk/caca-config.in
  15. * Do not output unnecessary libraries in caca-output config.
  16. ------------------------------------------------------------------------
  17. r798 | sam | 2006-09-09 19:20:32 +0200 (Sat, 09 Sep 2006) | 2 lines
  18. Changed paths:
  19. M /trunk/doc/migrating.dox
  20. * Oops, thinko in the migration doc.
  21. ------------------------------------------------------------------------
  22. r797 | sam | 2006-09-09 19:02:30 +0200 (Sat, 09 Sep 2006) | 3 lines
  23. Changed paths:
  24. M /trunk/doc/migrating.dox
  25. * Updated the migration documentation so that it mentions the <caca0.h>
  26. compatibility layer.
  27. ------------------------------------------------------------------------
  28. r796 | sam | 2006-09-09 18:53:13 +0200 (Sat, 09 Sep 2006) | 3 lines
  29. Changed paths:
  30. M /trunk/caca/caca0.c
  31. M /trunk/caca/caca0.h
  32. * Made features (such as dithering mode) and caca_sqrt work in the legacy
  33. 0.x glue code.
  34. ------------------------------------------------------------------------
  35. r795 | sam | 2006-09-09 17:40:16 +0200 (Sat, 09 Sep 2006) | 3 lines
  36. Changed paths:
  37. M /trunk/test
  38. M /trunk/test/Makefile.am
  39. A /trunk/test/demo0.c
  40. * Added demo0.c, which is basically the old libcaca-0.9 demo.c file, as a
  41. test for the <caca0.h> emulation layer.
  42. ------------------------------------------------------------------------
  43. r794 | sam | 2006-09-09 17:38:06 +0200 (Sat, 09 Sep 2006) | 8 lines
  44. Changed paths:
  45. M /trunk/caca/Makefile.am
  46. A /trunk/caca/caca0.c
  47. A /trunk/caca/caca0.h
  48. * Added an emulation layer for pre-1.0 libcaca API. Legacy applications
  49. just need to include <caca0.h> instead of <caca.h> and should be source-
  50. compatible with old versions of libcaca.
  51. Most of the old API works, except features and caca_sqrt(). Sprites do
  52. work API-wise but due to the new format they are no longer working in
  53. the same way.
  54. ------------------------------------------------------------------------
  55. r793 | sam | 2006-09-09 16:52:05 +0200 (Sat, 09 Sep 2006) | 2 lines
  56. Changed paths:
  57. M /trunk/test/export.c
  58. * Fix a crash in export.c with unknown file formats.
  59. ------------------------------------------------------------------------
  60. r792 | sam | 2006-08-30 23:30:29 +0200 (Wed, 30 Aug 2006) | 2 lines
  61. Changed paths:
  62. M /trunk/cucul/transform.c
  63. * U+214B TURNED AMPERSAND
  64. ------------------------------------------------------------------------
  65. r791 | sam | 2006-08-25 12:22:57 +0200 (Fri, 25 Aug 2006) | 3 lines
  66. Changed paths:
  67. M /trunk/ChangeLog
  68. M /trunk/NEWS
  69. M /trunk/configure.ac
  70. * Updated ChangeLog and NEWS.
  71. * 0.99.beta3 release.
  72. ------------------------------------------------------------------------
  73. r790 | sam | 2006-08-25 12:16:53 +0200 (Fri, 25 Aug 2006) | 3 lines
  74. Changed paths:
  75. M /trunk/ChangeLog
  76. M /trunk/Makefile.am
  77. M /trunk/configure.ac
  78. D /trunk/debian
  79. * Removed debian packaging stuff from the trunk. It'll now be at
  80. svn://svn.debian.org/svn/sam-hocevar/pkg-misc
  81. ------------------------------------------------------------------------
  82. r789 | sam | 2006-08-13 19:30:34 +0200 (Sun, 13 Aug 2006) | 2 lines
  83. Changed paths:
  84. M /trunk/caca/driver_gl.c
  85. * Factored some of the GL code.
  86. ------------------------------------------------------------------------
  87. r788 | sam | 2006-08-02 15:15:52 +0200 (Wed, 02 Aug 2006) | 2 lines
  88. Changed paths:
  89. M /trunk/test
  90. M /trunk/test/matrix.c
  91. * A few changes to the matrix program. I do not plan to maintain it.
  92. ------------------------------------------------------------------------
  93. r787 | sam | 2006-08-02 15:12:43 +0200 (Wed, 02 Aug 2006) | 3 lines
  94. Changed paths:
  95. M /trunk/caca/caca.c
  96. M /trunk/caca/caca.h
  97. M /trunk/caca/driver_conio.c
  98. M /trunk/caca/driver_ncurses.c
  99. M /trunk/caca/driver_raw.c
  100. M /trunk/caca/driver_slang.c
  101. M /trunk/caca/driver_vga.c
  102. M /trunk/caca/event.c
  103. M /trunk/caca/graphics.c
  104. * Fixed libcaca prototypes so that all functions use the errno mechanism
  105. and return a value.
  106. ------------------------------------------------------------------------
  107. r786 | sam | 2006-08-02 15:11:39 +0200 (Wed, 02 Aug 2006) | 2 lines
  108. Changed paths:
  109. M /trunk/cucul/cucul.c
  110. * Fixed cucul_create_canvas()'s documentation.
  111. ------------------------------------------------------------------------
  112. r785 | sam | 2006-07-21 10:19:29 +0200 (Fri, 21 Jul 2006) | 3 lines
  113. Changed paths:
  114. M /trunk/cucul/dither.c
  115. * Fixed typos in cucul/dither.c that prevented using ordered dither modes,
  116. thanks to Sean D'Epagnier.
  117. ------------------------------------------------------------------------
  118. r784 | jylam | 2006-06-10 13:35:18 +0200 (Sat, 10 Jun 2006) | 2 lines
  119. Changed paths:
  120. M /trunk/cxx/caca++.cpp
  121. M /trunk/cxx/caca++.h
  122. M /trunk/cxx/cpptest.cpp
  123. * Updated C++ bindings
  124. ------------------------------------------------------------------------
  125. r783 | sam | 2006-06-10 13:04:21 +0200 (Sat, 10 Jun 2006) | 3 lines
  126. Changed paths:
  127. M /trunk/debian/control
  128. * Fix debian package dependencies; -dev packages didn't pull their library
  129. dependencies. Of course.
  130. ------------------------------------------------------------------------
  131. r782 | sam | 2006-05-31 16:33:48 +0200 (Wed, 31 May 2006) | 2 lines
  132. Changed paths:
  133. M /trunk/test/matrix.c
  134. * Fixed matrix.c for non-Thinkpad computers.
  135. ------------------------------------------------------------------------
  136. r781 | sam | 2006-05-31 16:08:58 +0200 (Wed, 31 May 2006) | 2 lines
  137. Changed paths:
  138. M /trunk/configure.ac
  139. * Fix a build failure when X11R7 is available but OpenGL isn't.
  140. ------------------------------------------------------------------------
  141. r780 | sam | 2006-05-31 14:18:23 +0200 (Wed, 31 May 2006) | 3 lines
  142. Changed paths:
  143. M /trunk/test/Makefile.am
  144. A /trunk/test/matrix.c
  145. * Small matrix effect. Totally useless. Unless you have a Thinkpad, in
  146. which case it is massively useless.
  147. ------------------------------------------------------------------------
  148. r779 | sam | 2006-05-29 00:19:10 +0200 (Mon, 29 May 2006) | 3 lines
  149. Changed paths:
  150. M /trunk/ChangeLog
  151. M /trunk/NEWS
  152. M /trunk/configure.ac
  153. M /trunk/debian/changelog
  154. * Updated ChangeLog and NEWS.
  155. * 0.99.beta2 release.
  156. ------------------------------------------------------------------------
  157. r778 | sam | 2006-05-26 09:43:41 +0200 (Fri, 26 May 2006) | 2 lines
  158. Changed paths:
  159. M /trunk/debian/caca-utils.install
  160. M /trunk/debian/libcucul-dev.install
  161. * Updated the Debian build scripts.
  162. ------------------------------------------------------------------------
  163. r777 | sam | 2006-05-26 09:01:10 +0200 (Fri, 26 May 2006) | 2 lines
  164. Changed paths:
  165. M /trunk/cucul/canvas.c
  166. * Fixed an out of bounds bug in cucul_blit().
  167. ------------------------------------------------------------------------
  168. r776 | sam | 2006-05-26 09:00:34 +0200 (Fri, 26 May 2006) | 2 lines
  169. Changed paths:
  170. M /trunk/caca-config.in
  171. * Removed legacy CUCUL_LIBS from caca-config.
  172. ------------------------------------------------------------------------
  173. r775 | sam | 2006-05-26 09:00:04 +0200 (Fri, 26 May 2006) | 3 lines
  174. Changed paths:
  175. M /trunk/caca/driver_ncurses.c
  176. M /trunk/caca/driver_slang.c
  177. * UTF-8 input support for ncurses.
  178. * Hack for 16-color support in xfce4-terminal for both ncurses and slang.
  179. ------------------------------------------------------------------------
  180. r774 | sam | 2006-05-26 08:59:11 +0200 (Fri, 26 May 2006) | 2 lines
  181. Changed paths:
  182. M /trunk/caca/graphics.c
  183. * Reduced IDLE_USEC by half. Today's machines are fast :-)
  184. ------------------------------------------------------------------------
  185. r773 | sam | 2006-05-26 00:32:03 +0200 (Fri, 26 May 2006) | 3 lines
  186. Changed paths:
  187. M /trunk/caca/caca.c
  188. M /trunk/caca/driver_ncurses.c
  189. M /trunk/configure.ac
  190. * Fixed UTF-8 support in ncurses.
  191. * Set ncurses's priority higher than slang.
  192. ------------------------------------------------------------------------
  193. r772 | sam | 2006-05-25 22:01:30 +0200 (Thu, 25 May 2006) | 2 lines
  194. Changed paths:
  195. M /trunk/TODO
  196. * Updated TODO list.
  197. ------------------------------------------------------------------------
  198. r771 | sam | 2006-05-25 22:01:10 +0200 (Thu, 25 May 2006) | 3 lines
  199. Changed paths:
  200. M /trunk/caca/driver_slang.c
  201. M /trunk/cucul/box.c
  202. M /trunk/cucul/canvas.c
  203. M /trunk/cucul/charset.c
  204. M /trunk/cucul/conic.c
  205. M /trunk/cucul/cucul.h
  206. M /trunk/cucul/line.c
  207. M /trunk/cucul/triangle.c
  208. * Have cucul_utf8_to_utf32 write how many bytes it read.
  209. * Use that in the SLang driver so that it supports UTF-8 input.
  210. ------------------------------------------------------------------------
  211. r770 | sam | 2006-05-25 21:59:35 +0200 (Thu, 25 May 2006) | 3 lines
  212. Changed paths:
  213. M /trunk/cucul/export.c
  214. * Fix warnings in a few exporters. Do not assume %d accepts uint32_t without
  215. an explicit cast.
  216. ------------------------------------------------------------------------
  217. r769 | sam | 2006-05-25 21:58:21 +0200 (Thu, 25 May 2006) | 4 lines
  218. Changed paths:
  219. M /trunk/caca/caca.c
  220. M /trunk/caca/driver_ncurses.c
  221. M /trunk/test/colors.c
  222. M /trunk/test/input.c
  223. * Minor cosmetic changes in the test programs.
  224. * Code enhancements in the ncurses driver.
  225. * Added a comment to explain why slang has a higher priority than ncurses.
  226. ------------------------------------------------------------------------
  227. r768 | sam | 2006-05-25 21:56:55 +0200 (Thu, 25 May 2006) | 2 lines
  228. Changed paths:
  229. M /trunk/caca/driver_conio.c
  230. * Fixed the DOS build.
  231. ------------------------------------------------------------------------
  232. r767 | sam | 2006-05-25 21:56:03 +0200 (Thu, 25 May 2006) | 2 lines
  233. Changed paths:
  234. M /trunk/caca/caca_internals.h
  235. * Minor cosmetic fix.
  236. ------------------------------------------------------------------------
  237. r766 | sam | 2006-05-25 21:55:11 +0200 (Thu, 25 May 2006) | 3 lines
  238. Changed paths:
  239. M /trunk/caca/Makefile.am
  240. M /trunk/cucul/Makefile.am
  241. M /trunk/cxx/Makefile.am
  242. M /trunk/kernel/Makefile.am
  243. M /trunk/test/Makefile.am
  244. M /trunk/tools/Makefile.am
  245. * Added -I${top_srcdir} to the compilation flags to fix builds configured
  246. from an alternate directory (they failed to find common.h).
  247. ------------------------------------------------------------------------
  248. r765 | sam | 2006-05-25 21:11:18 +0200 (Thu, 25 May 2006) | 3 lines
  249. Changed paths:
  250. M /trunk/configure.ac
  251. M /trunk/src/Makefile.am
  252. * Removed --enable-network flag, but reused the test as a condition for
  253. building cacaserver.
  254. ------------------------------------------------------------------------
  255. r764 | sam | 2006-05-25 21:10:35 +0200 (Thu, 25 May 2006) | 2 lines
  256. Changed paths:
  257. M /trunk/build-dos
  258. M /trunk/build-win32
  259. * Updated build scripts for DOS and Win32.
  260. ------------------------------------------------------------------------
  261. r763 | sam | 2006-05-20 10:45:19 +0200 (Sat, 20 May 2006) | 3 lines
  262. Changed paths:
  263. M /trunk/caca/driver_ncurses.c
  264. M /trunk/caca/driver_slang.c
  265. * Got backspace to work with the slang and ncurses drivers in an X
  266. terminal window.
  267. ------------------------------------------------------------------------
  268. r762 | sam | 2006-05-20 10:19:13 +0200 (Sat, 20 May 2006) | 2 lines
  269. Changed paths:
  270. M /trunk/caca/driver_gl.c
  271. * More coding style fixes in the GL driver.
  272. ------------------------------------------------------------------------
  273. r761 | sam | 2006-05-20 10:11:58 +0200 (Sat, 20 May 2006) | 2 lines
  274. Changed paths:
  275. M /trunk/caca/driver_gl.c
  276. * Fixed awful indenting of the GL plugin.
  277. ------------------------------------------------------------------------
  278. r760 | sam | 2006-05-20 07:45:57 +0200 (Sat, 20 May 2006) | 3 lines
  279. Changed paths:
  280. M /trunk/caca/driver_ncurses.c
  281. * Make the ncurses driver UTF-8 and UTF-32 aware.
  282. * Add the backspace key to the ncurses driver.
  283. ------------------------------------------------------------------------
  284. r759 | sam | 2006-05-20 07:41:14 +0200 (Sat, 20 May 2006) | 3 lines
  285. Changed paths:
  286. M /trunk/caca/driver_slang.c
  287. * Make the slang driver UTF-8 and UTF-32 aware.
  288. * Add the backspace key to the slang driver.
  289. ------------------------------------------------------------------------
  290. r758 | sam | 2006-05-20 07:29:24 +0200 (Sat, 20 May 2006) | 3 lines
  291. Changed paths:
  292. M /trunk/caca/caca.h
  293. M /trunk/caca/driver_conio.c
  294. M /trunk/caca/driver_gl.c
  295. M /trunk/caca/driver_ncurses.c
  296. M /trunk/caca/driver_slang.c
  297. M /trunk/caca/driver_win32.c
  298. M /trunk/caca/driver_x11.c
  299. M /trunk/caca/event.c
  300. M /trunk/test/input.c
  301. * Renamed the event data member "ucs4" to "utf32" for consistency
  302. with "utf8".
  303. ------------------------------------------------------------------------
  304. r757 | sam | 2006-05-20 07:28:31 +0200 (Sat, 20 May 2006) | 3 lines
  305. Changed paths:
  306. M /trunk/debian/changelog
  307. M /trunk/debian/control
  308. * Added information from a recent Debian upload of the old
  309. version of libcaca.
  310. ------------------------------------------------------------------------
  311. r756 | sam | 2006-05-19 20:34:23 +0200 (Fri, 19 May 2006) | 2 lines
  312. Changed paths:
  313. M /trunk/test
  314. M /trunk/test/Makefile.am
  315. A /trunk/test/input.c
  316. * Text input test program. Might be merged into libcaca if it works well.
  317. ------------------------------------------------------------------------
  318. r755 | sam | 2006-05-19 08:44:58 +0200 (Fri, 19 May 2006) | 2 lines
  319. Changed paths:
  320. M /trunk/TODO
  321. * Updated the TODO list.
  322. ------------------------------------------------------------------------
  323. r754 | sam | 2006-05-19 08:00:00 +0200 (Fri, 19 May 2006) | 2 lines
  324. Changed paths:
  325. M /trunk/debian/caca-utils.install
  326. M /trunk/debian/libcucul-dev.install
  327. * Install caca-config.1.gz in the libcucul-dev package, not caca-utils.
  328. ------------------------------------------------------------------------
  329. r753 | sam | 2006-05-19 07:44:27 +0200 (Fri, 19 May 2006) | 3 lines
  330. Changed paths:
  331. M /trunk/caca/caca.h
  332. M /trunk/caca/graphics.c
  333. M /trunk/python/pypycaca.c
  334. M /trunk/python/pypycaca.h
  335. M /trunk/src/aafire.c
  336. M /trunk/src/cacaball.c
  337. M /trunk/src/cacamoir.c
  338. M /trunk/src/cacaplas.c
  339. M /trunk/test/demo.c
  340. M /trunk/test/frames.c
  341. M /trunk/test/gamma.c
  342. * Renamed caca_set_delay() and caca_get_rendertime() into
  343. caca_set_display_time() and caca_get_display_time() for consistency.
  344. ------------------------------------------------------------------------
  345. r752 | sam | 2006-05-19 07:30:01 +0200 (Fri, 19 May 2006) | 2 lines
  346. Changed paths:
  347. M /trunk/cucul/charset.c
  348. * Documented the newly exported charset functions.
  349. ------------------------------------------------------------------------
  350. r751 | sam | 2006-05-19 06:53:48 +0200 (Fri, 19 May 2006) | 2 lines
  351. Changed paths:
  352. M /trunk/caca/driver_ncurses.c
  353. M /trunk/caca/driver_slang.c
  354. M /trunk/cucul/box.c
  355. M /trunk/cucul/canvas.c
  356. M /trunk/cucul/charset.c
  357. M /trunk/cucul/conic.c
  358. M /trunk/cucul/cucul.h
  359. M /trunk/cucul/cucul_internals.h
  360. M /trunk/cucul/export.c
  361. M /trunk/cucul/import.c
  362. M /trunk/cucul/line.c
  363. M /trunk/cucul/triangle.c
  364. M /trunk/tools/makefont.c
  365. * Export the UTF-8 / UTF-32 / CP437 character conversions to applications.
  366. ------------------------------------------------------------------------
  367. r750 | sam | 2006-05-18 09:57:42 +0200 (Thu, 18 May 2006) | 2 lines
  368. Changed paths:
  369. M /trunk/cucul/font.c
  370. M /trunk/cucul/font_mono9.h
  371. M /trunk/cucul/font_monobold12.h
  372. * Regenerated fonts and reactivated them under Win32.
  373. ------------------------------------------------------------------------
  374. r749 | sam | 2006-05-18 09:56:54 +0200 (Thu, 18 May 2006) | 6 lines
  375. Changed paths:
  376. M /trunk/tools/makefont.c
  377. * Elite trick in the font generator to cope with C89's string length
  378. limitation of 509 characters. Instead of doing:
  379. char foo[10] = "abcdefghij";
  380. we now do:
  381. struct { char f1[4], f2[4], f3[2]; } foo = { "abcd", "efgh", "ij" };
  382. ------------------------------------------------------------------------
  383. r748 | sam | 2006-05-18 08:26:31 +0200 (Thu, 18 May 2006) | 2 lines
  384. Changed paths:
  385. M /trunk/test/font2tga.c
  386. * font2tga no longer needs cucul_internal.h.
  387. ------------------------------------------------------------------------
  388. r747 | sam | 2006-05-18 08:23:47 +0200 (Thu, 18 May 2006) | 5 lines
  389. Changed paths:
  390. M /trunk/cucul/box.c
  391. M /trunk/cucul/canvas.c
  392. M /trunk/cucul/conic.c
  393. M /trunk/cucul/cucul.h
  394. M /trunk/cucul/cucul_internals.h
  395. M /trunk/cucul/dither.c
  396. M /trunk/cucul/import.c
  397. M /trunk/cucul/line.c
  398. M /trunk/cucul/triangle.c
  399. M /trunk/test/font2tga.c
  400. * Changed cucul_putchar's prototype so that it accepts a 32-bit unsigned
  401. int which shall be used as an UTF-32 character. We do not have any casting
  402. problems due to the signedness of chars because all characters were
  403. ASCII (ie. <= 0x7f) beforehands.
  404. ------------------------------------------------------------------------
  405. r746 | sam | 2006-05-18 08:13:36 +0200 (Thu, 18 May 2006) | 2 lines
  406. Changed paths:
  407. M /trunk/test
  408. M /trunk/test/Makefile.am
  409. A /trunk/test/font2tga.c
  410. * Added font2tga, a test program that exports our font in a known format.
  411. ------------------------------------------------------------------------
  412. r745 | sam | 2006-05-18 08:09:44 +0200 (Thu, 18 May 2006) | 3 lines
  413. Changed paths:
  414. M /trunk/test/export.c
  415. * If the export test target is ANSI or UTF-8, dither image with special
  416. shaded glyphs.
  417. ------------------------------------------------------------------------
  418. r744 | sam | 2006-05-18 07:43:43 +0200 (Thu, 18 May 2006) | 2 lines
  419. Changed paths:
  420. M /trunk/configure.ac
  421. * Removed useless -lXt from X11 libraries check.
  422. ------------------------------------------------------------------------
  423. r743 | sam | 2006-05-12 21:33:44 +0200 (Fri, 12 May 2006) | 2 lines
  424. Changed paths:
  425. M /trunk/cucul/import.c
  426. * Workaround for illegal ^[[0,0H ANSI escape code.
  427. ------------------------------------------------------------------------
  428. r742 | sam | 2006-05-12 21:32:41 +0200 (Fri, 12 May 2006) | 3 lines
  429. Changed paths:
  430. M /trunk/cucul/dither.c
  431. * Use UTF-32 instead of UTF-8 in the dithering glyph block list for slightly
  432. better performances.
  433. ------------------------------------------------------------------------
  434. r741 | sam | 2006-05-12 21:31:50 +0200 (Fri, 12 May 2006) | 3 lines
  435. Changed paths:
  436. M /trunk/cucul/export.c
  437. * Add linebreaks to the ANSI exporter for better readability, and use
  438. the save/load cursor position trick to ignore them.
  439. ------------------------------------------------------------------------
  440. r740 | jylam | 2006-05-12 21:19:36 +0200 (Fri, 12 May 2006) | 2 lines
  441. Changed paths:
  442. M /trunk/cucul/export.c
  443. * Fixed postscript exporter, image in not at the bottom of the page anymore
  444. ------------------------------------------------------------------------
  445. r739 | sam | 2006-05-09 22:25:29 +0200 (Tue, 09 May 2006) | 1 line
  446. Changed paths:
  447. M /trunk/src/cacaserver.c
  448. * Use UTF-8 instead of ANSI in cacaserver
  449. ------------------------------------------------------------------------
  450. r738 | sam | 2006-05-09 20:59:00 +0200 (Tue, 09 May 2006) | 1 line
  451. Changed paths:
  452. M /trunk/cucul/font_mono9.h
  453. M /trunk/cucul/font_monobold12.h
  454. * Optimise built-in fonts. We gain about 100kB in the final binary.
  455. ------------------------------------------------------------------------
  456. r737 | sam | 2006-05-09 17:52:15 +0200 (Tue, 09 May 2006) | 3 lines
  457. Changed paths:
  458. M /trunk/tools/makefont.c
  459. * Optimise similar glyphs when generating a font. Given how many glyphs
  460. are unavailable, this is a significant gain.
  461. ------------------------------------------------------------------------
  462. r736 | sam | 2006-05-09 03:58:47 +0200 (Tue, 09 May 2006) | 2 lines
  463. Changed paths:
  464. M /trunk/caca/driver_x11.c
  465. * Added the long dash and middle dot CP437 characters to the X11 driver.
  466. ------------------------------------------------------------------------
  467. r735 | sam | 2006-05-09 03:57:47 +0200 (Tue, 09 May 2006) | 3 lines
  468. Changed paths:
  469. M /trunk/cucul/import.c
  470. * If the ANSI file we import does not use the 80 columns, we don't expand
  471. the canvas to 80 columns.
  472. ------------------------------------------------------------------------
  473. r734 | sam | 2006-05-09 03:12:58 +0200 (Tue, 09 May 2006) | 3 lines
  474. Changed paths:
  475. M /trunk/src/cacadraw.c
  476. * Allow cacadraw to open several files; use 'n' and 'p' to cycle.
  477. * Decreased PgUp/PgDn scrolling rate.
  478. ------------------------------------------------------------------------
  479. r733 | sam | 2006-05-09 03:03:02 +0200 (Tue, 09 May 2006) | 2 lines
  480. Changed paths:
  481. M /trunk/kernel/kernel.c
  482. * Removed a useless cast in the kernel code.
  483. ------------------------------------------------------------------------
  484. r732 | sam | 2006-05-09 02:59:29 +0200 (Tue, 09 May 2006) | 2 lines
  485. Changed paths:
  486. M /trunk/DotNet
  487. M /trunk/DotNet/AssemblyInfo.cs
  488. M /trunk/DotNet/Caca.cs
  489. M /trunk/DotNet/Cucul.cs
  490. M /trunk/DotNet/test.cs
  491. * Set svn properties on the .NET files.
  492. ------------------------------------------------------------------------
  493. r731 | sam | 2006-05-09 02:47:28 +0200 (Tue, 09 May 2006) | 3 lines
  494. Changed paths:
  495. M /trunk/test/font.c
  496. M /trunk/test/text.c
  497. * Cosmetic fix in test/font.c.
  498. * Use UTF-8 output in test/text.c instead of ANSI.
  499. ------------------------------------------------------------------------
  500. r730 | sam | 2006-05-09 02:46:08 +0200 (Tue, 09 May 2006) | 2 lines
  501. Changed paths:
  502. M /trunk/caca/caca.h
  503. * Minor cosmetic fix in a comment.
  504. ------------------------------------------------------------------------
  505. r729 | sam | 2006-05-09 02:43:22 +0200 (Tue, 09 May 2006) | 2 lines
  506. Changed paths:
  507. M /trunk/cucul/font_mono9.h
  508. M /trunk/cucul/font_monobold12.h
  509. M /trunk/tools/makefont.c
  510. * Added a few more Unicode blocks to the default fonts.
  511. ------------------------------------------------------------------------
  512. r728 | sam | 2006-05-09 02:36:33 +0200 (Tue, 09 May 2006) | 2 lines
  513. Changed paths:
  514. M /trunk/cucul/transform.c
  515. * Added a few more Unicode characters to the glyph transformations.
  516. ------------------------------------------------------------------------
  517. r727 | sam | 2006-05-09 02:34:16 +0200 (Tue, 09 May 2006) | 3 lines
  518. Changed paths:
  519. M /trunk/cucul/cucul.h
  520. M /trunk/cucul/dither.c
  521. * Changed the cucul_create_dither() prototype to make sure the mask
  522. arguments are at least 32 bits.
  523. ------------------------------------------------------------------------
  524. r721 | sam | 2006-05-05 17:19:44 +0200 (Fri, 05 May 2006) | 3 lines
  525. Changed paths:
  526. M /trunk/test/export.c
  527. * Make the export test 80 columns wide, so that the ANSI we generate can
  528. be read by other programs.
  529. ------------------------------------------------------------------------
  530. r720 | sam | 2006-05-05 17:13:32 +0200 (Fri, 05 May 2006) | 2 lines
  531. Changed paths:
  532. M /trunk/cucul/font_mono9.h
  533. M /trunk/cucul/font_monobold12.h
  534. * Updated fonts with the new hardcoded CP437 glyphs.
  535. ------------------------------------------------------------------------
  536. r719 | sam | 2006-05-05 17:12:50 +0200 (Fri, 05 May 2006) | 3 lines
  537. Changed paths:
  538. M /trunk/tools/makefont.c
  539. * Hardcode a few CP437 glyphs in makefont.c because they don't look that
  540. good with Pango.
  541. ------------------------------------------------------------------------
  542. r718 | sam | 2006-05-05 16:03:40 +0200 (Fri, 05 May 2006) | 2 lines
  543. Changed paths:
  544. M /trunk/caca/driver_ncurses.c
  545. M /trunk/caca/driver_slang.c
  546. M /trunk/tools/Makefile.am
  547. M /trunk/tools/makefont.c
  548. * Factored more UTF32 to UTF8 conversions using _cucul_utf32_to_utf8().
  549. ------------------------------------------------------------------------
  550. r717 | sam | 2006-05-05 15:44:54 +0200 (Fri, 05 May 2006) | 3 lines
  551. Changed paths:
  552. M /trunk/cucul/export.c
  553. * Use _cucul_utf32_to_utf8() instead of the inline code in the UTF-8 and
  554. SVG exporters.
  555. ------------------------------------------------------------------------
  556. r716 | sam | 2006-05-05 07:09:54 +0200 (Fri, 05 May 2006) | 2 lines
  557. Changed paths:
  558. M /trunk/cucul/charset.c
  559. M /trunk/cucul/cucul_internals.h
  560. * Implemented the private _cucul_utf32_to_utf8() helper.
  561. ------------------------------------------------------------------------
  562. r715 | sam | 2006-05-05 07:08:51 +0200 (Fri, 05 May 2006) | 2 lines
  563. Changed paths:
  564. M /trunk/cucul/export.c
  565. * Exporter now generates valid ANSI, with CP437 characters.
  566. ------------------------------------------------------------------------
  567. r714 | sam | 2006-05-05 00:00:52 +0200 (Fri, 05 May 2006) | 3 lines
  568. Changed paths:
  569. M /trunk/cucul/export.c
  570. * Added "utf8" export that is like ANSI but exports UTF-8 encoded coloured
  571. text.
  572. ------------------------------------------------------------------------
  573. r713 | sam | 2006-05-04 23:34:10 +0200 (Thu, 04 May 2006) | 3 lines
  574. Changed paths:
  575. M /trunk/cucul/colour.c
  576. * Use a slightly different RGB palette for ANSI colours, so that brown
  577. really looks like brown and not like desaturated yellow.
  578. ------------------------------------------------------------------------
  579. r712 | jylam | 2006-05-02 20:26:02 +0200 (Tue, 02 May 2006) | 2 lines
  580. Changed paths:
  581. M /trunk/DotNet/test.cs
  582. M /trunk/caca/event.c
  583. M /trunk/doc/tutorial.dox
  584. * Fixed error in tutorial, updated caca_get_event() doc
  585. ------------------------------------------------------------------------
  586. r711 | jylam | 2006-04-29 13:26:44 +0200 (Sat, 29 Apr 2006) | 2 lines
  587. Changed paths:
  588. M /trunk/DotNet/AssemblyInfo.cs
  589. M /trunk/DotNet/Caca.cs
  590. M /trunk/DotNet/Cucul.cs
  591. M /trunk/DotNet/test.cs
  592. * Fixed $Id
  593. ------------------------------------------------------------------------
  594. r710 | jylam | 2006-04-29 13:20:43 +0200 (Sat, 29 Apr 2006) | 2 lines
  595. Changed paths:
  596. A /trunk/DotNet
  597. A /trunk/DotNet/AssemblyInfo.cs
  598. A /trunk/DotNet/Caca.cs
  599. A /trunk/DotNet/Cucul.cs
  600. A /trunk/DotNet/Makefile
  601. A /trunk/DotNet/libCaca.dll.config
  602. A /trunk/DotNet/libCucul.dll.config
  603. A /trunk/DotNet/test.cs
  604. * Added preliminary .NET bindings. Caca is complete, Cucul needs to be finished
  605. ------------------------------------------------------------------------
  606. r709 | sam | 2006-04-27 16:15:23 +0200 (Thu, 27 Apr 2006) | 2 lines
  607. Changed paths:
  608. M /trunk/cucul/cucul.h
  609. M /trunk/cucul/dither.c
  610. M /trunk/cucul/export.c
  611. M /trunk/cucul/font.c
  612. M /trunk/cucul/import.c
  613. M /trunk/cucul/sprite.c
  614. M /trunk/cucul/transform.c
  615. * Completed return value and errno handling in libcucul API.
  616. ------------------------------------------------------------------------
  617. r708 | sam | 2006-04-27 15:02:27 +0200 (Thu, 27 Apr 2006) | 2 lines
  618. Changed paths:
  619. M /trunk/test/export.c
  620. * Allow an optional input filename in the export test for cheap conversions.
  621. ------------------------------------------------------------------------
  622. r707 | jylam | 2006-04-26 20:59:20 +0200 (Wed, 26 Apr 2006) | 2 lines
  623. Changed paths:
  624. M /trunk/caca/driver_gl.c
  625. M /trunk/cucul/import.c
  626. * coding style fixes again
  627. ------------------------------------------------------------------------
  628. r706 | jylam | 2006-04-26 20:53:08 +0200 (Wed, 26 Apr 2006) | 2 lines
  629. Changed paths:
  630. M /trunk/cxx/caca++.cpp
  631. M /trunk/cxx/caca++.h
  632. M /trunk/cxx/cucul++.h
  633. M /trunk/src/cacadraw.c
  634. * Fixed indentation. I did it myself, I'm a big boy.
  635. ------------------------------------------------------------------------
  636. r705 | sam | 2006-04-26 19:24:27 +0200 (Wed, 26 Apr 2006) | 2 lines
  637. Changed paths:
  638. M /trunk/cucul/import.c
  639. * Fixed line wrapping on some weird ANSI files.
  640. ------------------------------------------------------------------------
  641. r704 | sam | 2006-04-26 19:02:37 +0200 (Wed, 26 Apr 2006) | 2 lines
  642. Changed paths:
  643. M /trunk/cucul/import.c
  644. * Fixed an ANSI rendering bug related to the bold attribute.
  645. ------------------------------------------------------------------------
  646. r703 | sam | 2006-04-26 17:21:28 +0200 (Wed, 26 Apr 2006) | 3 lines
  647. Changed paths:
  648. M /trunk/cucul/font_mono9.h
  649. M /trunk/cucul/font_monobold12.h
  650. M /trunk/tools/makefont.c
  651. * Added Unicode range U+2200 - U+22FF (Mathematical Operators) to the
  652. built-in font so that we now cover all of CP437.
  653. ------------------------------------------------------------------------
  654. r702 | sam | 2006-04-26 16:36:11 +0200 (Wed, 26 Apr 2006) | 2 lines
  655. Changed paths:
  656. M /trunk/cucul/import.c
  657. * Minor code reorganisation and documenting.
  658. ------------------------------------------------------------------------
  659. r701 | jylam | 2006-04-26 16:06:19 +0200 (Wed, 26 Apr 2006) | 2 lines
  660. Changed paths:
  661. M /trunk/caca/driver_gl.c
  662. * Added preliminary (it means that's fucked up) CP437 codepage
  663. ------------------------------------------------------------------------
  664. r700 | sam | 2006-04-26 15:22:04 +0200 (Wed, 26 Apr 2006) | 2 lines
  665. Changed paths:
  666. M /trunk/caca/driver_x11.c
  667. * Added U+25A0 (■) to the CP437 hack in the X11 driver.
  668. ------------------------------------------------------------------------
  669. r699 | jylam | 2006-04-26 14:59:14 +0200 (Wed, 26 Apr 2006) | 2 lines
  670. Changed paths:
  671. M /trunk/caca/driver_gl.c
  672. * cut too long line (I read the coding style rules, yes). And we had home/end keys support in opengl driver BEFORE X11. Yeah !
  673. ------------------------------------------------------------------------
  674. r698 | jylam | 2006-04-26 14:57:31 +0200 (Wed, 26 Apr 2006) | 2 lines
  675. Changed paths:
  676. M /trunk/caca/driver_x11.c
  677. * removed duplicate code
  678. ------------------------------------------------------------------------
  679. r697 | sam | 2006-04-26 14:51:37 +0200 (Wed, 26 Apr 2006) | 2 lines
  680. Changed paths:
  681. M /trunk/caca/driver_x11.c
  682. * Wow, we even have Home/End support in X11.
  683. ------------------------------------------------------------------------
  684. r696 | sam | 2006-04-26 14:48:41 +0200 (Wed, 26 Apr 2006) | 2 lines
  685. Changed paths:
  686. M /trunk/caca/driver_x11.c
  687. * PageUp/PageDown support in X11.
  688. ------------------------------------------------------------------------
  689. r695 | jylam | 2006-04-26 14:47:21 +0200 (Wed, 26 Apr 2006) | 2 lines
  690. Changed paths:
  691. M /trunk/caca/driver_gl.c
  692. * Fixed home/pgup/pgdown/insert events
  693. ------------------------------------------------------------------------
  694. r694 | jylam | 2006-04-26 14:36:31 +0200 (Wed, 26 Apr 2006) | 2 lines
  695. Changed paths:
  696. M /trunk/src/cacadraw.c
  697. * page up / down
  698. ------------------------------------------------------------------------
  699. r693 | sam | 2006-04-26 14:30:54 +0200 (Wed, 26 Apr 2006) | 3 lines
  700. Changed paths:
  701. M /trunk/cucul/import.c
  702. * In ANSI, bold only sets the foreground colour to bright, not the
  703. background.
  704. ------------------------------------------------------------------------
  705. r692 | sam | 2006-04-26 14:25:44 +0200 (Wed, 26 Apr 2006) | 3 lines
  706. Changed paths:
  707. M /trunk/src
  708. M /trunk/src/Makefile.am
  709. A /trunk/src/cacadraw.c
  710. M /trunk/test/import.c
  711. * Added cacadraw. It only shows files and lets you scroll for now, but
  712. it will eventually evolve into something better.
  713. ------------------------------------------------------------------------
  714. r691 | jylam | 2006-04-26 14:23:30 +0200 (Wed, 26 Apr 2006) | 2 lines
  715. Changed paths:
  716. M /trunk/cucul/import.c
  717. * Really updated doc
  718. ------------------------------------------------------------------------
  719. r690 | jylam | 2006-04-26 14:18:35 +0200 (Wed, 26 Apr 2006) | 2 lines
  720. Changed paths:
  721. M /trunk/cucul/import.c
  722. * Fixed documentation for import
  723. ------------------------------------------------------------------------
  724. r689 | sam | 2006-04-26 14:17:22 +0200 (Wed, 26 Apr 2006) | 2 lines
  725. Changed paths:
  726. D /trunk/cpp
  727. * Removed legacy cpp directory.
  728. ------------------------------------------------------------------------
  729. r688 | jylam | 2006-04-26 14:11:55 +0200 (Wed, 26 Apr 2006) | 2 lines
  730. Changed paths:
  731. M /trunk/Makefile.am
  732. M /trunk/configure.ac
  733. A /trunk/cxx (from /trunk/cpp:684)
  734. M /trunk/cxx/Makefile.am
  735. R /trunk/cxx/caca++.cpp (from /trunk/cpp/caca++.cpp:686)
  736. R /trunk/cxx/caca++.h (from /trunk/cpp/caca++.h:686)
  737. R /trunk/cxx/cpptest.cpp (from /trunk/cpp/cpptest.cpp:686)
  738. R /trunk/cxx/cucul++.cpp (from /trunk/cpp/cucul++.cpp:686)
  739. R /trunk/cxx/cucul++.h (from /trunk/cpp/cucul++.h:686)
  740. * Updated C++ bindings and renamed directory to more comprehensive cxx
  741. ------------------------------------------------------------------------
  742. r687 | sam | 2006-04-26 14:06:13 +0200 (Wed, 26 Apr 2006) | 2 lines
  743. Changed paths:
  744. M /trunk/test/event.c
  745. * Minor typo.
  746. ------------------------------------------------------------------------
  747. r686 | jylam | 2006-04-26 13:57:30 +0200 (Wed, 26 Apr 2006) | 2 lines
  748. Changed paths:
  749. M /trunk/cpp/caca++.cpp
  750. M /trunk/cpp/caca++.h
  751. M /trunk/cpp/cpptest.cpp
  752. M /trunk/cpp/cucul++.cpp
  753. M /trunk/cpp/cucul++.h
  754. * Updated libcaca c++ bindings
  755. ------------------------------------------------------------------------
  756. r685 | sam | 2006-04-26 13:54:26 +0200 (Wed, 26 Apr 2006) | 5 lines
  757. Changed paths:
  758. M /trunk/cucul/buffer.c
  759. M /trunk/cucul/cucul.h
  760. M /trunk/cucul/cucul_internals.h
  761. M /trunk/cucul/export.c
  762. M /trunk/cucul/import.c
  763. M /trunk/src/cacaplay.c
  764. M /trunk/src/cacaserver.c
  765. M /trunk/test
  766. M /trunk/test/import.c
  767. M /trunk/test/text.c
  768. * Implemented cucul_load_file() and cucul_load_memory() to load respectively
  769. a file and a memory area into a libcucul buffer.
  770. * Changed the cucul_import_canvas() prototype so that it uses libcucul
  771. buffers instead of simple memory areas.
  772. ------------------------------------------------------------------------
  773. r684 | sam | 2006-04-26 13:29:50 +0200 (Wed, 26 Apr 2006) | 2 lines
  774. Changed paths:
  775. M /trunk/cucul/import.c
  776. * Argh, _really_ fixed the uninitialised variable.
  777. ------------------------------------------------------------------------
  778. r683 | sam | 2006-04-26 13:28:55 +0200 (Wed, 26 Apr 2006) | 2 lines
  779. Changed paths:
  780. M /trunk/cucul/import.c
  781. * Fixed an uninitialised variable.
  782. ------------------------------------------------------------------------
  783. r682 | sam | 2006-04-26 12:22:31 +0200 (Wed, 26 Apr 2006) | 4 lines
  784. Changed paths:
  785. M /trunk/cucul/import.c
  786. * Fixed our buffer overflow in the ANSI parser by simply skipping control
  787. sequences longer than 100 characters.
  788. * Documented the escape sequence format.
  789. ------------------------------------------------------------------------
  790. r681 | jylam | 2006-04-26 12:04:02 +0200 (Wed, 26 Apr 2006) | 2 lines
  791. Changed paths:
  792. M /trunk/cpp/cpptest.cpp
  793. M /trunk/cpp/cucul++.cpp
  794. M /trunk/cpp/cucul++.h
  795. M /trunk/test/demo.c
  796. * Updated C++ bindings, should be coding-style-correction-proof, or at least a bit better than before. Not tested at all.
  797. ------------------------------------------------------------------------
  798. r680 | sam | 2006-04-26 11:56:26 +0200 (Wed, 26 Apr 2006) | 3 lines
  799. Changed paths:
  800. M /trunk/cucul/import.c
  801. * More robust ANSI sequence argument parser. Detects private sequences and
  802. intermediate bytes.
  803. ------------------------------------------------------------------------
  804. r679 | jylam | 2006-04-26 11:00:40 +0200 (Wed, 26 Apr 2006) | 2 lines
  805. Changed paths:
  806. M /trunk/cucul/import.c
  807. * Fixed warning in a clever and tested way. Bordel de merde.
  808. ------------------------------------------------------------------------
  809. r678 | sam | 2006-04-26 10:21:46 +0200 (Wed, 26 Apr 2006) | 2 lines
  810. Changed paths:
  811. M /trunk/cucul/import.c
  812. * Coding style.
  813. ------------------------------------------------------------------------
  814. r677 | sam | 2006-04-26 10:12:57 +0200 (Wed, 26 Apr 2006) | 2 lines
  815. Changed paths:
  816. M /trunk/cucul/import.c
  817. * No way, dude. You cannot declare x and y unsigned if you test for (x < 0).
  818. ------------------------------------------------------------------------
  819. r676 | jylam | 2006-04-26 10:09:14 +0200 (Wed, 26 Apr 2006) | 2 lines
  820. Changed paths:
  821. M /trunk/cucul/import.c
  822. * Fixed warnings in ansi importer
  823. ------------------------------------------------------------------------
  824. r675 | sam | 2006-04-26 09:57:26 +0200 (Wed, 26 Apr 2006) | 2 lines
  825. Changed paths:
  826. M /trunk/cucul/import.c
  827. * More cleaning up of the ANSI loader. Fixed reverse video.
  828. ------------------------------------------------------------------------
  829. r674 | sam | 2006-04-26 09:46:58 +0200 (Wed, 26 Apr 2006) | 2 lines
  830. Changed paths:
  831. M /trunk/cucul/colour.c
  832. * Set the transparent colour's RGB values to the default colour's ones.
  833. ------------------------------------------------------------------------
  834. r673 | jylam | 2006-04-25 20:23:33 +0200 (Tue, 25 Apr 2006) | 2 lines
  835. Changed paths:
  836. M /trunk/cucul/import.c
  837. * Improved ANSI format detection
  838. ------------------------------------------------------------------------
  839. r672 | sam | 2006-04-25 20:16:42 +0200 (Tue, 25 Apr 2006) | 2 lines
  840. Changed paths:
  841. M /trunk/cucul/import.c
  842. * Really fixed bold in ANSI loader, and removed dead code.
  843. ------------------------------------------------------------------------
  844. r671 | sam | 2006-04-25 20:02:20 +0200 (Tue, 25 Apr 2006) | 2 lines
  845. Changed paths:
  846. M /trunk/cucul/import.c
  847. * Simplified _manage_modifiers() a bit.
  848. ------------------------------------------------------------------------
  849. r670 | sam | 2006-04-25 19:46:49 +0200 (Tue, 25 Apr 2006) | 2 lines
  850. Changed paths:
  851. M /trunk/cucul/import.c
  852. * Fixed bold support in ANSI loader.
  853. ------------------------------------------------------------------------
  854. r669 | sam | 2006-04-25 19:43:16 +0200 (Tue, 25 Apr 2006) | 2 lines
  855. Changed paths:
  856. M /trunk/cucul/import.c
  857. * A few fixes in the ANSI interpreter.
  858. ------------------------------------------------------------------------
  859. r668 | sam | 2006-04-25 18:28:00 +0200 (Tue, 25 Apr 2006) | 2 lines
  860. Changed paths:
  861. M /trunk/cucul/import.c
  862. * Got rid of _update_canvas_size().
  863. ------------------------------------------------------------------------
  864. r667 | jylam | 2006-04-25 17:39:13 +0200 (Tue, 25 Apr 2006) | 2 lines
  865. Changed paths:
  866. M /trunk/cucul/import.c
  867. * _updated_coding_style(aBit);
  868. ------------------------------------------------------------------------
  869. r666 | sam | 2006-04-25 17:22:53 +0200 (Tue, 25 Apr 2006) | 2 lines
  870. Changed paths:
  871. M /trunk/cucul/import.c
  872. * Ahahaha. Meet the "optimisation" that breaks everything.
  873. ------------------------------------------------------------------------
  874. r665 | sam | 2006-04-25 17:04:19 +0200 (Tue, 25 Apr 2006) | 2 lines
  875. Changed paths:
  876. M /trunk/cucul/import.c
  877. * Small optimisation in import_text().
  878. ------------------------------------------------------------------------
  879. r664 | sam | 2006-04-25 16:12:31 +0200 (Tue, 25 Apr 2006) | 2 lines
  880. Changed paths:
  881. M /trunk/cucul/import.c
  882. * Really minor coding style fixes in the ANSI importer.
  883. ------------------------------------------------------------------------
  884. r663 | sam | 2006-04-25 13:05:25 +0200 (Tue, 25 Apr 2006) | 2 lines
  885. Changed paths:
  886. M /trunk/cucul/canvas.c
  887. M /trunk/cucul/colour.c
  888. M /trunk/cucul/cucul.c
  889. M /trunk/cucul/cucul.h
  890. M /trunk/cucul/cucul_internals.h
  891. * More error checking in libcucul.
  892. ------------------------------------------------------------------------
  893. r662 | sam | 2006-04-25 13:05:03 +0200 (Tue, 25 Apr 2006) | 2 lines
  894. Changed paths:
  895. M /trunk/test/import.c
  896. * Jylam is too modest.
  897. ------------------------------------------------------------------------
  898. r661 | jylam | 2006-04-25 12:14:47 +0200 (Tue, 25 Apr 2006) | 2 lines
  899. Changed paths:
  900. A /trunk/test/import.c
  901. * Added importers test
  902. ------------------------------------------------------------------------
  903. r660 | jylam | 2006-04-25 12:14:12 +0200 (Tue, 25 Apr 2006) | 2 lines
  904. Changed paths:
  905. M /trunk/cucul/import.c
  906. M /trunk/test/Makefile.am
  907. * Added preliminary ANSI importer, added import formats autodection
  908. ------------------------------------------------------------------------
  909. r659 | sam | 2006-04-25 11:59:58 +0200 (Tue, 25 Apr 2006) | 4 lines
  910. Changed paths:
  911. M /trunk/configure.ac
  912. M /trunk/cucul/box.c
  913. M /trunk/cucul/buffer.c
  914. M /trunk/cucul/canvas.c
  915. M /trunk/cucul/conic.c
  916. M /trunk/cucul/cucul.h
  917. M /trunk/cucul/line.c
  918. M /trunk/cucul/triangle.c
  919. * Check for <errno.h>.
  920. * Started changing function prototypes so that they return an integer
  921. instead of void, just in case they might fail.
  922. ------------------------------------------------------------------------
  923. r658 | sam | 2006-04-25 11:34:41 +0200 (Tue, 25 Apr 2006) | 2 lines
  924. Changed paths:
  925. M /trunk/cucul/Makefile.am
  926. M /trunk/cucul/cucul.h
  927. D /trunk/cucul/error.c
  928. * Reverted that errno stuff. We'll just use the real errno.
  929. ------------------------------------------------------------------------
  930. r657 | sam | 2006-04-25 10:54:44 +0200 (Tue, 25 Apr 2006) | 2 lines
  931. Changed paths:
  932. M /trunk/cucul/Makefile.am
  933. M /trunk/cucul/cucul.h
  934. A /trunk/cucul/error.c
  935. * Added basis for an errno-like mechanism.
  936. ------------------------------------------------------------------------
  937. r656 | sam | 2006-04-25 00:10:38 +0200 (Tue, 25 Apr 2006) | 3 lines
  938. Changed paths:
  939. M /trunk/build-win32
  940. M /trunk/configure.ac
  941. * Removed my previously introduced --enable-pangoft2 and replaced it with
  942. a nicer cross compilation check.
  943. ------------------------------------------------------------------------
  944. r655 | sam | 2006-04-24 23:45:26 +0200 (Mon, 24 Apr 2006) | 2 lines
  945. Changed paths:
  946. M /trunk/build-win32
  947. M /trunk/configure.ac
  948. M /trunk/src/Makefile.am
  949. M /trunk/src/cacaserver.c
  950. * Brought the Win32 build back on its wheels.
  951. ------------------------------------------------------------------------
  952. r654 | sam | 2006-04-24 23:09:06 +0200 (Mon, 24 Apr 2006) | 2 lines
  953. Changed paths:
  954. M /trunk/common.h
  955. M /trunk/configure.ac
  956. M /trunk/cucul/font.c
  957. M /trunk/src/cacaserver.c
  958. M /trunk/tools/makefont.c
  959. * Renamed htons/htonl to hton16/hton32 to avoid useless conflicts.
  960. ------------------------------------------------------------------------
  961. r653 | sam | 2006-04-24 23:05:31 +0200 (Mon, 24 Apr 2006) | 2 lines
  962. Changed paths:
  963. M /trunk/caca/driver_win32.c
  964. * Fixed minor compilation warning.
  965. ------------------------------------------------------------------------
  966. r652 | sam | 2006-04-24 22:56:07 +0200 (Mon, 24 Apr 2006) | 2 lines
  967. Changed paths:
  968. M /trunk/common.h
  969. * Win32 compilation fix.
  970. ------------------------------------------------------------------------
  971. r651 | sam | 2006-04-24 22:55:46 +0200 (Mon, 24 Apr 2006) | 2 lines
  972. Changed paths:
  973. M /trunk/cucul/font.c
  974. * On win32, only disable the built-in fonts, not all the font functions.
  975. ------------------------------------------------------------------------
  976. r650 | sam | 2006-04-24 22:45:55 +0200 (Mon, 24 Apr 2006) | 3 lines
  977. Changed paths:
  978. M /trunk/common.h
  979. M /trunk/configure.ac
  980. M /trunk/cucul/font.c
  981. M /trunk/tools/makefont.c
  982. * Look for htons/htonl in netinet/in.h in addition to arpa/inet.h
  983. * Implement htons/htonl in common.h just in case.
  984. ------------------------------------------------------------------------
  985. r649 | sam | 2006-04-24 22:39:54 +0200 (Mon, 24 Apr 2006) | 2 lines
  986. Changed paths:
  987. M /trunk/doc/style.dox
  988. * Hahaha, fixed the coding style example.
  989. ------------------------------------------------------------------------
  990. r648 | sam | 2006-04-24 22:35:59 +0200 (Mon, 24 Apr 2006) | 3 lines
  991. Changed paths:
  992. M /trunk/caca/caca.c
  993. M /trunk/caca/caca_internals.h
  994. M /trunk/caca/driver_conio.c
  995. M /trunk/caca/driver_gl.c
  996. M /trunk/caca/driver_ncurses.c
  997. M /trunk/caca/driver_raw.c
  998. M /trunk/caca/driver_slang.c
  999. M /trunk/caca/driver_vga.c
  1000. M /trunk/caca/driver_win32.c
  1001. M /trunk/caca/driver_x11.c
  1002. M /trunk/caca/event.c
  1003. M /trunk/caca/graphics.c
  1004. M /trunk/caca/time.c
  1005. M /trunk/common.h
  1006. M /trunk/configure.ac
  1007. M /trunk/cucul/box.c
  1008. M /trunk/cucul/buffer.c
  1009. M /trunk/cucul/canvas.c
  1010. M /trunk/cucul/charset.c
  1011. M /trunk/cucul/colour.c
  1012. M /trunk/cucul/conic.c
  1013. M /trunk/cucul/cucul.c
  1014. M /trunk/cucul/cucul_internals.h
  1015. M /trunk/cucul/dither.c
  1016. M /trunk/cucul/export.c
  1017. M /trunk/cucul/font.c
  1018. M /trunk/cucul/import.c
  1019. M /trunk/cucul/line.c
  1020. M /trunk/cucul/sprite.c
  1021. M /trunk/cucul/transform.c
  1022. M /trunk/cucul/triangle.c
  1023. M /trunk/kernel/kernel.c
  1024. M /trunk/src/aafire.c
  1025. M /trunk/src/cacaball.c
  1026. M /trunk/src/cacamoir.c
  1027. M /trunk/src/cacaplas.c
  1028. M /trunk/src/cacaplay.c
  1029. M /trunk/src/cacaserver.c
  1030. M /trunk/src/cacaview.c
  1031. M /trunk/src/common-image.c
  1032. M /trunk/src/img2irc.c
  1033. M /trunk/test/colors.c
  1034. M /trunk/test/demo.c
  1035. M /trunk/test/dithering.c
  1036. M /trunk/test/event.c
  1037. M /trunk/test/spritedit.c
  1038. M /trunk/tools/makefont.c
  1039. M /trunk/tools/optipal.c
  1040. * Removed duplicate uint*_t defines from *_internal.h and included common.h
  1041. in all .c files that needed it.
  1042. ------------------------------------------------------------------------
  1043. r647 | sam | 2006-04-24 21:57:23 +0200 (Mon, 24 Apr 2006) | 3 lines
  1044. Changed paths:
  1045. M /trunk/Makefile.am
  1046. A /trunk/common.h
  1047. M /trunk/test/export.c
  1048. M /trunk/test/font.c
  1049. M /trunk/test/frames.c
  1050. M /trunk/test/gamma.c
  1051. M /trunk/test/hsv.c
  1052. M /trunk/test/text.c
  1053. M /trunk/test/transform.c
  1054. M /trunk/test/truecolor.c
  1055. M /trunk/test/unicode.c
  1056. * Added "common.h", a placeholder for simple features and functions missing
  1057. from some systems.
  1058. ------------------------------------------------------------------------
  1059. r646 | sam | 2006-04-24 20:46:06 +0200 (Mon, 24 Apr 2006) | 3 lines
  1060. Changed paths:
  1061. M /trunk/cucul/export.c
  1062. * Print '?' for Unicode characters in the ANSI export. We'll decide later
  1063. whether we want plain ASCII, UTF-8, or CP437.
  1064. ------------------------------------------------------------------------
  1065. r645 | sam | 2006-04-24 19:51:23 +0200 (Mon, 24 Apr 2006) | 2 lines
  1066. Changed paths:
  1067. M /trunk/configure.ac
  1068. * Oops, fixed an old typo that brevented building without PangoFt2.
  1069. ------------------------------------------------------------------------
  1070. r644 | sam | 2006-04-24 19:47:44 +0200 (Mon, 24 Apr 2006) | 2 lines
  1071. Changed paths:
  1072. M /trunk/debian/Makefile.am
  1073. M /trunk/debian/caca-utils.install
  1074. M /trunk/debian/libcucul-dev.install
  1075. * Fixed Debian build files.
  1076. ------------------------------------------------------------------------
  1077. r643 | sam | 2006-04-24 19:39:53 +0200 (Mon, 24 Apr 2006) | 2 lines
  1078. Changed paths:
  1079. M /trunk/configure.ac
  1080. * Do not bail out if PangoFt2 was not found.
  1081. ------------------------------------------------------------------------
  1082. r641 | sam | 2006-04-22 23:51:50 +0200 (Sat, 22 Apr 2006) | 2 lines
  1083. Changed paths:
  1084. M /trunk/ChangeLog
  1085. M /trunk/NEWS
  1086. M /trunk/TODO
  1087. * 0.99.beta1 release.
  1088. ------------------------------------------------------------------------
  1089. r640 | sam | 2006-04-22 23:36:11 +0200 (Sat, 22 Apr 2006) | 2 lines
  1090. Changed paths:
  1091. M /trunk/configure.ac
  1092. M /trunk/cucul/Makefile.am
  1093. M /trunk/test/Makefile.am
  1094. * Got rid of CUCUL_LIBS. It's unused.
  1095. ------------------------------------------------------------------------
  1096. r639 | sam | 2006-04-22 23:31:42 +0200 (Sat, 22 Apr 2006) | 2 lines
  1097. Changed paths:
  1098. M /trunk/Makefile.am
  1099. M /trunk/debian
  1100. M /trunk/debian/Makefile.am
  1101. A /trunk/debian/caca-utils.install
  1102. M /trunk/debian/changelog
  1103. M /trunk/debian/control
  1104. A /trunk/debian/libcaca-dev.install
  1105. A /trunk/debian/libcaca0.install
  1106. A /trunk/debian/libcucul-dev.install
  1107. A /trunk/debian/libcucul0.install
  1108. M /trunk/debian/rules
  1109. M /trunk/doc/Makefile.am
  1110. * Updated Debian build rules.
  1111. ------------------------------------------------------------------------
  1112. r638 | sam | 2006-04-22 21:46:43 +0200 (Sat, 22 Apr 2006) | 2 lines
  1113. Changed paths:
  1114. M /trunk/caca/event.c
  1115. M /trunk/doc/migrating.dox
  1116. M /trunk/test/colors.c
  1117. M /trunk/test/dithering.c
  1118. M /trunk/test/font.c
  1119. M /trunk/test/frames.c
  1120. M /trunk/test/hsv.c
  1121. M /trunk/test/transform.c
  1122. M /trunk/test/truecolor.c
  1123. M /trunk/test/unicode.c
  1124. * Allow the caca_event_t *ev argument for caca_get_event() to be NULL.
  1125. ------------------------------------------------------------------------
  1126. r637 | sam | 2006-04-22 21:35:43 +0200 (Sat, 22 Apr 2006) | 2 lines
  1127. Changed paths:
  1128. M /trunk/doc/migrating.dox
  1129. * Minor updates to the migration documentation.
  1130. ------------------------------------------------------------------------
  1131. r636 | sam | 2006-04-22 21:22:14 +0200 (Sat, 22 Apr 2006) | 2 lines
  1132. Changed paths:
  1133. M /trunk/doc/Makefile.am
  1134. * Slightly improved the documentation build rules dependencies.
  1135. ------------------------------------------------------------------------
  1136. r635 | sam | 2006-04-22 21:17:38 +0200 (Sat, 22 Apr 2006) | 2 lines
  1137. Changed paths:
  1138. M /trunk/ChangeLog
  1139. M /trunk/NEWS
  1140. M /trunk/TODO
  1141. * Updated ChangeLog, NEWS and TODO.
  1142. ------------------------------------------------------------------------
  1143. r634 | sam | 2006-04-22 21:14:49 +0200 (Sat, 22 Apr 2006) | 2 lines
  1144. Changed paths:
  1145. M /trunk/doc/libcaca.dox
  1146. M /trunk/doc/migrating.dox
  1147. * Updated the migration guide.
  1148. ------------------------------------------------------------------------
  1149. r633 | sam | 2006-04-22 21:14:26 +0200 (Sat, 22 Apr 2006) | 2 lines
  1150. Changed paths:
  1151. M /trunk/doc/style.dox
  1152. * Wrote the C coding style documentation.
  1153. ------------------------------------------------------------------------
  1154. r632 | sam | 2006-04-22 21:13:27 +0200 (Sat, 22 Apr 2006) | 3 lines
  1155. Changed paths:
  1156. M /trunk/test
  1157. M /trunk/test/Makefile.am
  1158. A /trunk/test/frames.c
  1159. A /trunk/test/text.c
  1160. * Added a test for multiple frames support.
  1161. * Added a test for textfile loading.
  1162. ------------------------------------------------------------------------
  1163. r631 | sam | 2006-04-22 21:11:25 +0200 (Sat, 22 Apr 2006) | 2 lines
  1164. Changed paths:
  1165. M /trunk/cucul/cucul.c
  1166. M /trunk/cucul/cucul.h
  1167. M /trunk/cucul/cucul_internals.h
  1168. M /trunk/cucul/sprite.c
  1169. * Support for multiple frames in canvases.
  1170. ------------------------------------------------------------------------
  1171. r630 | sam | 2006-04-22 21:10:41 +0200 (Sat, 22 Apr 2006) | 2 lines
  1172. Changed paths:
  1173. M /trunk/cucul/import.c
  1174. * Added a simple "text" importer, until the cool ANSI importer arrives.
  1175. ------------------------------------------------------------------------
  1176. r629 | sam | 2006-04-22 21:06:59 +0200 (Sat, 22 Apr 2006) | 3 lines
  1177. Changed paths:
  1178. M /trunk/cucul/export.c
  1179. * Disabled the foreground/background optimisation in the IRC export because
  1180. it breaks on too many IRC clients.
  1181. ------------------------------------------------------------------------
  1182. r628 | sam | 2006-04-22 21:04:49 +0200 (Sat, 22 Apr 2006) | 2 lines
  1183. Changed paths:
  1184. M /trunk/test/demo.c
  1185. M /trunk/test/spritedit.c
  1186. * Disabled sprite stuff from the tests.
  1187. ------------------------------------------------------------------------
  1188. r627 | sam | 2006-04-22 21:00:14 +0200 (Sat, 22 Apr 2006) | 2 lines
  1189. Changed paths:
  1190. M /trunk/cpp/caca++.h
  1191. M /trunk/cpp/cucul++.cpp
  1192. M /trunk/cpp/cucul++.h
  1193. * Removed soon-to-be-thrown-away sprite stuff from the C++ bindings.
  1194. ------------------------------------------------------------------------
  1195. r626 | sam | 2006-04-22 20:54:38 +0200 (Sat, 22 Apr 2006) | 4 lines
  1196. Changed paths:
  1197. M /trunk/configure.ac
  1198. M /trunk/cpp/Makefile.am
  1199. * Fixed --enable-cpp to actually do something. Also, disabled it by
  1200. default for the release, because it's not up to date and needs a lot
  1201. of polishing.
  1202. ------------------------------------------------------------------------
  1203. r625 | sam | 2006-04-21 23:41:30 +0200 (Fri, 21 Apr 2006) | 2 lines
  1204. Changed paths:
  1205. M /trunk/doc/Makefile.am
  1206. M /trunk/doc/libcaca.dox
  1207. M /trunk/doc/migrating.dox
  1208. A /trunk/doc/style.dox
  1209. A /trunk/doc/tutorial.dox
  1210. * Oops, tutorial.dox was actually missing. Also, added a style.dox skeleton.
  1211. ------------------------------------------------------------------------
  1212. r624 | sam | 2006-04-21 23:21:20 +0200 (Fri, 21 Apr 2006) | 2 lines
  1213. Changed paths:
  1214. M /trunk/configure.ac
  1215. * Set version number to 0.99.beta1.
  1216. ------------------------------------------------------------------------
  1217. r623 | sam | 2006-04-21 22:51:58 +0200 (Fri, 21 Apr 2006) | 2 lines
  1218. Changed paths:
  1219. M /trunk/cucul/cucul.c
  1220. M /trunk/cucul/cucul_internals.h
  1221. * Got rid of cv->scratch_line. It's unused, too.
  1222. ------------------------------------------------------------------------
  1223. r622 | sam | 2006-04-21 22:51:14 +0200 (Fri, 21 Apr 2006) | 2 lines
  1224. Changed paths:
  1225. M /trunk/cucul/cucul.c
  1226. M /trunk/cucul/cucul_internals.h
  1227. * Got rid of cv->empty_line, it's now unused.
  1228. ------------------------------------------------------------------------
  1229. r621 | sam | 2006-04-21 22:49:17 +0200 (Fri, 21 Apr 2006) | 3 lines
  1230. Changed paths:
  1231. M /trunk/configure.ac
  1232. M /trunk/cpp/cucul++.cpp
  1233. M /trunk/cpp/cucul++.h
  1234. M /trunk/cucul/canvas.c
  1235. M /trunk/cucul/cucul.h
  1236. M /trunk/src/cacaview.c
  1237. M /trunk/src/img2irc.c
  1238. M /trunk/test/colors.c
  1239. M /trunk/test/demo.c
  1240. M /trunk/test/event.c
  1241. M /trunk/test/gamma.c
  1242. M /trunk/test/spritedit.c
  1243. * Changed cucul_clear_canvas() again. It now uses the current foreground
  1244. and background colours to clear the screen.
  1245. ------------------------------------------------------------------------
  1246. r620 | sam | 2006-04-21 22:24:04 +0200 (Fri, 21 Apr 2006) | 2 lines
  1247. Changed paths:
  1248. M /trunk/cpp/caca++.cpp
  1249. M /trunk/cpp/caca++.h
  1250. * Fixed a segfault in the C++ bindings. Vieux porc !
  1251. ------------------------------------------------------------------------
  1252. r619 | sam | 2006-04-21 21:26:54 +0200 (Fri, 21 Apr 2006) | 2 lines
  1253. Changed paths:
  1254. M /trunk/caca/Makefile.am
  1255. M /trunk/configure.ac
  1256. M /trunk/cpp/Makefile.am
  1257. M /trunk/cucul/Makefile.am
  1258. * Set library names to lib*.so.0.10.0.
  1259. ------------------------------------------------------------------------
  1260. r618 | sam | 2006-04-21 21:26:18 +0200 (Fri, 21 Apr 2006) | 2 lines
  1261. Changed paths:
  1262. M /trunk/cucul/import.c
  1263. * Fixed a compilation warning.
  1264. ------------------------------------------------------------------------
  1265. r617 | sam | 2006-04-21 21:08:00 +0200 (Fri, 21 Apr 2006) | 2 lines
  1266. Changed paths:
  1267. M /trunk/cucul/import.c
  1268. * Minor documentation fix.
  1269. ------------------------------------------------------------------------
  1270. r616 | sam | 2006-04-21 21:06:38 +0200 (Fri, 21 Apr 2006) | 2 lines
  1271. Changed paths:
  1272. M /trunk/cpp/caca++.cpp
  1273. M /trunk/cpp/caca++.h
  1274. M /trunk/cpp/cpptest.cpp
  1275. M /trunk/cpp/cucul++.cpp
  1276. M /trunk/cpp/cucul++.h
  1277. * Fixed ugly coding style of the C++ bindings. Vieux porc immonde.
  1278. ------------------------------------------------------------------------
  1279. r615 | sam | 2006-04-21 20:44:04 +0200 (Fri, 21 Apr 2006) | 4 lines
  1280. Changed paths:
  1281. M /trunk/caca/driver_raw.c
  1282. M /trunk/cpp/cucul++.cpp
  1283. M /trunk/cpp/cucul++.h
  1284. M /trunk/cucul/Makefile.am
  1285. M /trunk/cucul/cucul.c
  1286. M /trunk/cucul/cucul.h
  1287. M /trunk/cucul/export.c
  1288. A /trunk/cucul/import.c (from /trunk/cucul/cucul.c:612)
  1289. M /trunk/src/cacaplay.c
  1290. M /trunk/src/cacaserver.c
  1291. M /trunk/src/img2irc.c
  1292. M /trunk/test/export.c
  1293. * Moved cucul_load_canvas() into cucul/import.c and renamed it into
  1294. cucul_import_canvas().
  1295. * Renamed cucul_create_export() into cucul_export_canvas() for consistency.
  1296. ------------------------------------------------------------------------
  1297. r614 | sam | 2006-04-21 20:09:30 +0200 (Fri, 21 Apr 2006) | 2 lines
  1298. Changed paths:
  1299. M /trunk/cucul/colour.c
  1300. M /trunk/cucul/dither.c
  1301. M /trunk/cucul/export.c
  1302. M /trunk/cucul/font.c
  1303. * Minor documentation improvements.
  1304. ------------------------------------------------------------------------
  1305. r613 | sam | 2006-04-21 20:03:22 +0200 (Fri, 21 Apr 2006) | 3 lines
  1306. Changed paths:
  1307. M /trunk/TODO
  1308. M /trunk/caca/caca.h
  1309. M /trunk/cucul/cucul.h
  1310. M /trunk/doc/Makefile.am
  1311. M /trunk/doc/libcaca.dox
  1312. A /trunk/doc/migrating.dox
  1313. A /trunk/doc/user.dox
  1314. * Documentation improvements. Wrote a small migration guide and added the
  1315. skeleton of a tutorial for Jylam.
  1316. ------------------------------------------------------------------------
  1317. r612 | sam | 2006-04-21 18:27:43 +0200 (Fri, 21 Apr 2006) | 3 lines
  1318. Changed paths:
  1319. M /trunk/AUTHORS
  1320. M /trunk/NEWS
  1321. M /trunk/THANKS
  1322. M /trunk/TODO
  1323. M /trunk/caca/caca.h
  1324. M /trunk/doc/Makefile.am
  1325. M /trunk/doc/doxygen.cfg.in
  1326. A /trunk/doc/libcaca.dox
  1327. * Added AUTHORS, THANKS, NEWS and TODO to the Doxygen documentation. Moved the main
  1328. documentation page from caca.h to a separate file.
  1329. ------------------------------------------------------------------------
  1330. r611 | sam | 2006-04-21 14:01:14 +0200 (Fri, 21 Apr 2006) | 2 lines
  1331. Changed paths:
  1332. M /trunk/caca/driver_ncurses.c
  1333. * Do not use ncurses' TIOCGWINSZ handler if <sys/ioctl.h> is not here.
  1334. ------------------------------------------------------------------------
  1335. r610 | sam | 2006-04-19 15:02:45 +0200 (Wed, 19 Apr 2006) | 2 lines
  1336. Changed paths:
  1337. M /trunk/cpp/Makefile.am
  1338. * Workaround for broken C++ linking with old libtool versions.
  1339. ------------------------------------------------------------------------
  1340. r609 | sam | 2006-04-19 13:50:24 +0200 (Wed, 19 Apr 2006) | 3 lines
  1341. Changed paths:
  1342. M /trunk/NOTES
  1343. M /trunk/tools/optipal.c
  1344. * Moved the technical discussion on S-Lang's palette optimisation from
  1345. NOTES to tools/optipal.c.
  1346. ------------------------------------------------------------------------
  1347. r608 | sam | 2006-04-19 12:10:58 +0200 (Wed, 19 Apr 2006) | 2 lines
  1348. Changed paths:
  1349. M /trunk/caca/caca.c
  1350. M /trunk/caca/caca.h
  1351. M /trunk/caca/caca_internals.h
  1352. M /trunk/caca/driver_conio.c
  1353. M /trunk/caca/driver_gl.c
  1354. M /trunk/caca/driver_ncurses.c
  1355. M /trunk/caca/driver_raw.c
  1356. M /trunk/caca/driver_slang.c
  1357. M /trunk/caca/driver_vga.c
  1358. M /trunk/caca/driver_win32.c
  1359. M /trunk/caca/driver_x11.c
  1360. M /trunk/caca/graphics.c
  1361. M /trunk/cpp/caca++.cpp
  1362. M /trunk/cpp/caca++.h
  1363. M /trunk/cucul/cucul.c
  1364. M /trunk/python/pypycaca.c
  1365. M /trunk/python/pypycaca.h
  1366. M /trunk/src/aafire.c
  1367. M /trunk/src/cacaball.c
  1368. M /trunk/src/cacamoir.c
  1369. M /trunk/src/cacaplas.c
  1370. M /trunk/src/cacaplay.c
  1371. M /trunk/src/cacaview.c
  1372. M /trunk/test/colors.c
  1373. M /trunk/test/demo.c
  1374. M /trunk/test/dithering.c
  1375. M /trunk/test/event.c
  1376. M /trunk/test/font.c
  1377. M /trunk/test/gamma.c
  1378. M /trunk/test/hsv.c
  1379. M /trunk/test/spritedit.c
  1380. M /trunk/test/transform.c
  1381. M /trunk/test/truecolor.c
  1382. M /trunk/test/unicode.c
  1383. * More function mass-renaming: caca_attach -> caca_create_display, etc.
  1384. ------------------------------------------------------------------------
  1385. r607 | sam | 2006-04-19 11:07:55 +0200 (Wed, 19 Apr 2006) | 6 lines
  1386. Changed paths:
  1387. M /trunk/caca/driver_raw.c
  1388. M /trunk/cucul/cucul.c
  1389. M /trunk/cucul/export.c
  1390. M /trunk/src/cacaserver.c
  1391. * Added a new "caca" exporter.
  1392. * Removed most code from the raw driver and replaced it with a call to the
  1393. caca exporter.
  1394. * Slightly changed the caca export format and updated code accordingly.
  1395. * Improved cacaserver error reporting.
  1396. ------------------------------------------------------------------------
  1397. r606 | sam | 2006-04-18 18:51:52 +0200 (Tue, 18 Apr 2006) | 2 lines
  1398. Changed paths:
  1399. M /trunk/debian/control
  1400. * Updates to the Debian build files.
  1401. ------------------------------------------------------------------------
  1402. r605 | sam | 2006-04-18 18:50:56 +0200 (Tue, 18 Apr 2006) | 4 lines
  1403. Changed paths:
  1404. M /trunk/cucul/dither.c
  1405. M /trunk/src/aafire.c
  1406. M /trunk/src/cacaball.c
  1407. M /trunk/src/cacamoir.c
  1408. M /trunk/src/cacaplas.c
  1409. M /trunk/src/cacaview.c
  1410. M /trunk/src/img2irc.c
  1411. M /trunk/test/demo.c
  1412. M /trunk/test/export.c
  1413. M /trunk/test/font.c
  1414. M /trunk/test/gamma.c
  1415. M /trunk/test/hsv.c
  1416. * Changed the cucul_dither_bitmap behaviour so that the 4 coordinates are
  1417. now x/y/width/height instead of x1/y1/x2/y2. Avoids unnecessary +1/-1
  1418. computations.
  1419. ------------------------------------------------------------------------
  1420. r604 | sam | 2006-04-18 18:17:14 +0200 (Tue, 18 Apr 2006) | 4 lines
  1421. Changed paths:
  1422. M /trunk/cucul/cucul.c
  1423. M /trunk/cucul/dither.c
  1424. M /trunk/test/demo.c
  1425. M /trunk/test/dithering.c
  1426. * Changed the cucul_rand() behaviour. Now cucul_rand(0, 10) returns random
  1427. values between 0 and 9 (used to be 0 and 10). Updated documentation
  1428. accordingly.
  1429. ------------------------------------------------------------------------
  1430. r603 | sam | 2006-04-18 18:04:01 +0200 (Tue, 18 Apr 2006) | 3 lines
  1431. Changed paths:
  1432. M /trunk/cpp/cucul++.cpp
  1433. M /trunk/cpp/cucul++.h
  1434. M /trunk/cucul/canvas.c
  1435. M /trunk/cucul/cucul.h
  1436. M /trunk/src/cacaview.c
  1437. M /trunk/src/img2irc.c
  1438. M /trunk/test/colors.c
  1439. M /trunk/test/demo.c
  1440. M /trunk/test/event.c
  1441. M /trunk/test/gamma.c
  1442. M /trunk/test/spritedit.c
  1443. * Renamed cucul_clear() to cucul_clear_canvas() and added an argument to
  1444. choose the background colour.
  1445. ------------------------------------------------------------------------
  1446. r602 | sam | 2006-04-18 17:54:33 +0200 (Tue, 18 Apr 2006) | 4 lines
  1447. Changed paths:
  1448. M /trunk/caca/driver_conio.c
  1449. M /trunk/caca/driver_gl.c
  1450. M /trunk/caca/driver_ncurses.c
  1451. M /trunk/caca/driver_slang.c
  1452. M /trunk/caca/driver_vga.c
  1453. M /trunk/caca/driver_win32.c
  1454. M /trunk/caca/driver_x11.c
  1455. M /trunk/caca/graphics.c
  1456. M /trunk/cpp/cucul++.cpp
  1457. M /trunk/cucul/Makefile.am
  1458. A /trunk/cucul/buffer.c (from /trunk/cucul/cucul.c:600)
  1459. M /trunk/cucul/cucul.c
  1460. M /trunk/cucul/cucul.h
  1461. M /trunk/cucul/cucul_internals.h
  1462. M /trunk/cucul/export.c
  1463. M /trunk/cucul/font.c
  1464. M /trunk/src/aafire.c
  1465. M /trunk/src/cacaball.c
  1466. M /trunk/src/cacamoir.c
  1467. M /trunk/src/cacaplas.c
  1468. M /trunk/src/cacaplay.c
  1469. M /trunk/src/cacaserver.c
  1470. M /trunk/src/cacaview.c
  1471. M /trunk/src/img2irc.c
  1472. M /trunk/test/colors.c
  1473. M /trunk/test/demo.c
  1474. M /trunk/test/dithering.c
  1475. M /trunk/test/event.c
  1476. M /trunk/test/export.c
  1477. M /trunk/test/font.c
  1478. M /trunk/test/gamma.c
  1479. M /trunk/test/hsv.c
  1480. M /trunk/test/spritedit.c
  1481. M /trunk/test/transform.c
  1482. M /trunk/test/truecolor.c
  1483. M /trunk/test/unicode.c
  1484. * Renamed main canvas-related functions so that they have "canvas" in
  1485. their name, eg. cucul_create() -> cucul_create_canvas() etc.
  1486. * Moved buffer-related functions to cucul/buffer.c.
  1487. ------------------------------------------------------------------------
  1488. r601 | sam | 2006-04-18 17:12:12 +0200 (Tue, 18 Apr 2006) | 2 lines
  1489. Changed paths:
  1490. M /trunk/tools/makefont.c
  1491. * Cosmetic changes.
  1492. ------------------------------------------------------------------------
  1493. r600 | sam | 2006-04-18 17:11:25 +0200 (Tue, 18 Apr 2006) | 3 lines
  1494. Changed paths:
  1495. M /trunk/caca/caca.c
  1496. M /trunk/caca/caca.h
  1497. M /trunk/caca/caca_internals.h
  1498. M /trunk/caca/driver_conio.c
  1499. M /trunk/caca/driver_gl.c
  1500. M /trunk/caca/driver_ncurses.c
  1501. M /trunk/caca/driver_raw.c
  1502. M /trunk/caca/driver_slang.c
  1503. M /trunk/caca/driver_vga.c
  1504. M /trunk/caca/driver_win32.c
  1505. M /trunk/caca/driver_x11.c
  1506. M /trunk/caca/event.c
  1507. M /trunk/caca/graphics.c
  1508. M /trunk/cpp/caca++.cpp
  1509. M /trunk/cpp/caca++.h
  1510. M /trunk/cpp/cucul++.cpp
  1511. M /trunk/cpp/cucul++.h
  1512. M /trunk/cucul/box.c
  1513. M /trunk/cucul/canvas.c
  1514. M /trunk/cucul/charset.c
  1515. M /trunk/cucul/colour.c
  1516. M /trunk/cucul/conic.c
  1517. M /trunk/cucul/cucul.c
  1518. M /trunk/cucul/dither.c
  1519. M /trunk/cucul/export.c
  1520. M /trunk/cucul/font.c
  1521. M /trunk/cucul/line.c
  1522. M /trunk/cucul/sprite.c
  1523. M /trunk/cucul/transform.c
  1524. M /trunk/cucul/triangle.c
  1525. M /trunk/src/aafire.c
  1526. M /trunk/src/cacaball.c
  1527. M /trunk/src/cacamoir.c
  1528. M /trunk/src/cacaplas.c
  1529. M /trunk/src/cacaplay.c
  1530. M /trunk/src/cacaview.c
  1531. M /trunk/src/img2irc.c
  1532. M /trunk/test/colors.c
  1533. M /trunk/test/demo.c
  1534. M /trunk/test/dithering.c
  1535. M /trunk/test/event.c
  1536. M /trunk/test/export.c
  1537. M /trunk/test/font.c
  1538. M /trunk/test/gamma.c
  1539. M /trunk/test/hsv.c
  1540. M /trunk/test/spritedit.c
  1541. M /trunk/test/transform.c
  1542. M /trunk/test/truecolor.c
  1543. M /trunk/test/unicode.c
  1544. * Renamed caca_t into caca_display_t.
  1545. * Renamed canvas handle variables from "c" to "cv". Eh ouais mon gros.
  1546. ------------------------------------------------------------------------
  1547. r599 | sam | 2006-04-18 14:59:07 +0200 (Tue, 18 Apr 2006) | 2 lines
  1548. Changed paths:
  1549. M /trunk/caca/caca.c
  1550. M /trunk/caca/caca.h
  1551. M /trunk/caca/caca_internals.h
  1552. M /trunk/caca/driver_conio.c
  1553. M /trunk/caca/driver_gl.c
  1554. M /trunk/caca/driver_ncurses.c
  1555. M /trunk/caca/driver_raw.c
  1556. M /trunk/caca/driver_slang.c
  1557. M /trunk/caca/driver_vga.c
  1558. M /trunk/caca/driver_win32.c
  1559. M /trunk/caca/driver_x11.c
  1560. M /trunk/caca/event.c
  1561. M /trunk/caca/graphics.c
  1562. M /trunk/cpp/caca++.cpp
  1563. M /trunk/cpp/cucul++.cpp
  1564. M /trunk/cpp/cucul++.h
  1565. M /trunk/cucul/box.c
  1566. M /trunk/cucul/canvas.c
  1567. M /trunk/cucul/colour.c
  1568. M /trunk/cucul/conic.c
  1569. M /trunk/cucul/cucul.c
  1570. M /trunk/cucul/cucul.h
  1571. M /trunk/cucul/cucul_internals.h
  1572. M /trunk/cucul/dither.c
  1573. M /trunk/cucul/export.c
  1574. M /trunk/cucul/font.c
  1575. M /trunk/cucul/line.c
  1576. M /trunk/cucul/sprite.c
  1577. M /trunk/cucul/transform.c
  1578. M /trunk/cucul/triangle.c
  1579. M /trunk/src/aafire.c
  1580. M /trunk/src/cacaball.c
  1581. M /trunk/src/cacamoir.c
  1582. M /trunk/src/cacaplas.c
  1583. M /trunk/src/cacaplay.c
  1584. M /trunk/src/cacaserver.c
  1585. M /trunk/src/cacaview.c
  1586. M /trunk/src/img2irc.c
  1587. M /trunk/test/colors.c
  1588. M /trunk/test/demo.c
  1589. M /trunk/test/dithering.c
  1590. M /trunk/test/event.c
  1591. M /trunk/test/export.c
  1592. M /trunk/test/font.c
  1593. M /trunk/test/gamma.c
  1594. M /trunk/test/hsv.c
  1595. M /trunk/test/spritedit.c
  1596. M /trunk/test/transform.c
  1597. M /trunk/test/truecolor.c
  1598. M /trunk/test/unicode.c
  1599. * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con.
  1600. ------------------------------------------------------------------------
  1601. r598 | sam | 2006-04-18 14:57:11 +0200 (Tue, 18 Apr 2006) | 3 lines
  1602. Changed paths:
  1603. M /trunk/cpp/Makefile.am
  1604. * Fixed C++ bindings makefile so that it does not try to use the system's
  1605. <cucul.h> and <caca.h> headers.
  1606. ------------------------------------------------------------------------
  1607. r597 | sam | 2006-04-18 12:02:42 +0200 (Tue, 18 Apr 2006) | 2 lines
  1608. Changed paths:
  1609. M /trunk/cucul/export.c
  1610. * Truecolor support for the HTML and HTMLv3 exporters.
  1611. ------------------------------------------------------------------------
  1612. r596 | sam | 2006-04-18 11:57:15 +0200 (Tue, 18 Apr 2006) | 2 lines
  1613. Changed paths:
  1614. M /trunk/cucul/colour.c
  1615. * Fixed a bug in _cucul_argb32_to_rgb24fg/bg().
  1616. ------------------------------------------------------------------------
  1617. r595 | sam | 2006-04-18 10:33:53 +0200 (Tue, 18 Apr 2006) | 2 lines
  1618. Changed paths:
  1619. M /trunk/README
  1620. M /trunk/TODO
  1621. * Updated README (caca-config -> pkg-config) and TODO.
  1622. ------------------------------------------------------------------------
  1623. r594 | sam | 2006-04-18 10:33:06 +0200 (Tue, 18 Apr 2006) | 2 lines
  1624. Changed paths:
  1625. M /trunk/cucul/export.c
  1626. M /trunk/tools/makefont.c
  1627. * Cosmetic code changes and minor optimisations.
  1628. ------------------------------------------------------------------------
  1629. r593 | sam | 2006-04-18 10:24:41 +0200 (Tue, 18 Apr 2006) | 3 lines
  1630. Changed paths:
  1631. M /trunk/cucul/Makefile.am
  1632. M /trunk/cucul/cucul.c
  1633. M /trunk/cucul/cucul_internals.h
  1634. A /trunk/cucul/export.c
  1635. D /trunk/cucul/export_ansi.c
  1636. D /trunk/cucul/export_bitmap.c
  1637. D /trunk/cucul/export_html.c
  1638. D /trunk/cucul/export_irc.c
  1639. D /trunk/cucul/export_ps.c
  1640. D /trunk/cucul/export_svg.c
  1641. * Merged again all export functions into cucul/export.c. They're all the
  1642. same and they're very short (50-100 lines).
  1643. ------------------------------------------------------------------------
  1644. r592 | sam | 2006-04-18 10:21:31 +0200 (Tue, 18 Apr 2006) | 3 lines
  1645. Changed paths:
  1646. M /trunk/cucul/cucul.h
  1647. M /trunk/cucul/font.c
  1648. * Changed the buffer type in cucul_render_canvas() to void* to avoid
  1649. compilation warnings.
  1650. ------------------------------------------------------------------------
  1651. r591 | sam | 2006-04-18 10:19:42 +0200 (Tue, 18 Apr 2006) | 2 lines
  1652. Changed paths:
  1653. M /trunk/test/event.c
  1654. * Handle CACA_EVENT_QUIT in the event test program.
  1655. ------------------------------------------------------------------------
  1656. r590 | sam | 2006-04-18 10:18:03 +0200 (Tue, 18 Apr 2006) | 2 lines
  1657. Changed paths:
  1658. M /trunk/configure.ac
  1659. * Workaround for broken AC_PATH_X autoconf macros.
  1660. ------------------------------------------------------------------------
  1661. r589 | sam | 2006-04-18 10:13:20 +0200 (Tue, 18 Apr 2006) | 2 lines
  1662. Changed paths:
  1663. M /trunk/caca/driver_x11.c
  1664. * Compilation fix.
  1665. ------------------------------------------------------------------------
  1666. r588 | sam | 2006-04-17 22:09:42 +0200 (Mon, 17 Apr 2006) | 2 lines
  1667. Changed paths:
  1668. M /trunk/TODO
  1669. M /trunk/caca/caca.h
  1670. M /trunk/caca/driver_gl.c
  1671. M /trunk/caca/driver_x11.c
  1672. M /trunk/configure.ac
  1673. * Implemented CACA_EVENT_QUIT. Unused yet.
  1674. ------------------------------------------------------------------------
  1675. r587 | sam | 2006-04-17 15:34:02 +0200 (Mon, 17 Apr 2006) | 2 lines
  1676. Changed paths:
  1677. M /trunk/cpp
  1678. M /trunk/cpp/Makefile.am
  1679. * Fixed autotools stuff in the cpp bindings.
  1680. ------------------------------------------------------------------------
  1681. r586 | sam | 2006-04-17 15:31:43 +0200 (Mon, 17 Apr 2006) | 2 lines
  1682. Changed paths:
  1683. M /trunk/cpp/cpptest.cpp
  1684. * Compilation fix in cpptest.cpp.
  1685. ------------------------------------------------------------------------
  1686. r585 | jylam | 2006-04-17 15:23:28 +0200 (Mon, 17 Apr 2006) | 3 lines
  1687. Changed paths:
  1688. M /trunk/cpp/caca++.cpp
  1689. M /trunk/cpp/caca++.h
  1690. M /trunk/cpp/cpptest.cpp
  1691. * Fixed compile problem, put Event outside Caca class
  1692. ------------------------------------------------------------------------
  1693. r584 | sam | 2006-04-17 15:11:33 +0200 (Mon, 17 Apr 2006) | 3 lines
  1694. Changed paths:
  1695. M /trunk/cpp/cucul++.cpp
  1696. M /trunk/cpp/cucul++.h
  1697. M /trunk/cucul/Makefile.am
  1698. M /trunk/cucul/cucul.c
  1699. M /trunk/cucul/cucul.h
  1700. D /trunk/cucul/math.c
  1701. * Removed math.c from cucul, it's beyond uselessness. Kept cucul_rand in
  1702. cucul.c just in case.
  1703. ------------------------------------------------------------------------
  1704. r583 | sam | 2006-04-17 15:09:45 +0200 (Mon, 17 Apr 2006) | 2 lines
  1705. Changed paths:
  1706. D /trunk/cpp/Makefile.in
  1707. D /trunk/cpp/caca++.pc
  1708. D /trunk/cpp/cucul++.pc
  1709. * Removed a few useless files (vieux porc).
  1710. ------------------------------------------------------------------------
  1711. r582 | sam | 2006-04-17 14:48:57 +0200 (Mon, 17 Apr 2006) | 2 lines
  1712. Changed paths:
  1713. M /trunk/TODO
  1714. * Updated TODO list.
  1715. ------------------------------------------------------------------------
  1716. r581 | sam | 2006-04-17 14:48:35 +0200 (Mon, 17 Apr 2006) | 2 lines
  1717. Changed paths:
  1718. M /trunk/test/dithering.c
  1719. M /trunk/test/truecolor.c
  1720. * Minor cosmetic changes in the test programs.
  1721. ------------------------------------------------------------------------
  1722. r580 | sam | 2006-04-17 14:48:05 +0200 (Mon, 17 Apr 2006) | 2 lines
  1723. Changed paths:
  1724. M /trunk/cucul/export_ps.c
  1725. M /trunk/cucul/export_svg.c
  1726. * Truecolor support in the SVG and PostScript exporters.
  1727. ------------------------------------------------------------------------
  1728. r579 | sam | 2006-04-17 14:47:34 +0200 (Mon, 17 Apr 2006) | 2 lines
  1729. Changed paths:
  1730. M /trunk/cucul/Makefile.am
  1731. M /trunk/cucul/cucul.c
  1732. M /trunk/cucul/cucul_internals.h
  1733. A /trunk/cucul/export_bitmap.c
  1734. * Implemented TGA image export.
  1735. ------------------------------------------------------------------------
  1736. r578 | sam | 2006-04-17 14:46:34 +0200 (Mon, 17 Apr 2006) | 2 lines
  1737. Changed paths:
  1738. M /trunk/cucul/colour.c
  1739. M /trunk/cucul/cucul_internals.h
  1740. * Implemented argb32 to rgb24fg/bg colour conversions.
  1741. ------------------------------------------------------------------------
  1742. r577 | sam | 2006-04-17 14:45:07 +0200 (Mon, 17 Apr 2006) | 3 lines
  1743. Changed paths:
  1744. M /trunk/test/export.c
  1745. * Use cucul_get_export_list() in the export test instead of hardcoding the
  1746. list of available formats. Also added a few truecolor blocks to the test.
  1747. ------------------------------------------------------------------------
  1748. r576 | sam | 2006-04-17 14:41:50 +0200 (Mon, 17 Apr 2006) | 2 lines
  1749. Changed paths:
  1750. M /trunk/cucul/font.c
  1751. * Fixed abusive strictness in the font loader.
  1752. ------------------------------------------------------------------------
  1753. r575 | jylam | 2006-04-17 13:24:38 +0200 (Mon, 17 Apr 2006) | 2 lines
  1754. Changed paths:
  1755. M /trunk/TODO
  1756. * Updated TODO list.
  1757. ------------------------------------------------------------------------
  1758. r574 | jylam | 2006-04-17 13:19:26 +0200 (Mon, 17 Apr 2006) | 2 lines
  1759. Changed paths:
  1760. M /trunk/cpp/cpptest.cpp
  1761. * Better C++ test
  1762. ------------------------------------------------------------------------
  1763. r573 | jylam | 2006-04-17 13:06:48 +0200 (Mon, 17 Apr 2006) | 2 lines
  1764. Changed paths:
  1765. M /trunk/cpp/caca++.cpp
  1766. M /trunk/cpp/caca++.h
  1767. M /trunk/cpp/cpptest.cpp
  1768. M /trunk/cpp/cucul++.cpp
  1769. M /trunk/cpp/cucul++.h
  1770. * Added license in C++ files.
  1771. ------------------------------------------------------------------------
  1772. r572 | jylam | 2006-04-17 13:00:10 +0200 (Mon, 17 Apr 2006) | 2 lines
  1773. Changed paths:
  1774. M /trunk/cpp/cpptest.cpp
  1775. M /trunk/cpp/cucul++.cpp
  1776. M /trunk/cpp/cucul++.h
  1777. * Fixed C++ printf(), added it in example
  1778. ------------------------------------------------------------------------
  1779. r571 | jylam | 2006-04-17 12:44:40 +0200 (Mon, 17 Apr 2006) | 2 lines
  1780. Changed paths:
  1781. M /trunk/cpp/cpptest.cpp
  1782. * Forgot a test on Caca() instantiation
  1783. ------------------------------------------------------------------------
  1784. r570 | jylam | 2006-04-17 12:41:30 +0200 (Mon, 17 Apr 2006) | 2 lines
  1785. Changed paths:
  1786. M /trunk/Makefile.am
  1787. M /trunk/configure.ac
  1788. A /trunk/cpp
  1789. A /trunk/cpp/Makefile.am
  1790. A /trunk/cpp/Makefile.in
  1791. A /trunk/cpp/caca++.cpp
  1792. A /trunk/cpp/caca++.h
  1793. A /trunk/cpp/caca++.pc
  1794. A /trunk/cpp/caca++.pc.in
  1795. A /trunk/cpp/cpptest.cpp
  1796. A /trunk/cpp/cucul++.cpp
  1797. A /trunk/cpp/cucul++.h
  1798. A /trunk/cpp/cucul++.pc
  1799. A /trunk/cpp/cucul++.pc.in
  1800. * Added preliminary C++ bindings
  1801. ------------------------------------------------------------------------
  1802. r569 | sam | 2006-04-16 23:52:05 +0200 (Sun, 16 Apr 2006) | 2 lines
  1803. Changed paths:
  1804. M /trunk/caca/driver_gl.c
  1805. M /trunk/caca/driver_x11.c
  1806. * Added truecolor support to the X11 and GL drivers.
  1807. ------------------------------------------------------------------------
  1808. r568 | sam | 2006-04-16 23:29:40 +0200 (Sun, 16 Apr 2006) | 2 lines
  1809. Changed paths:
  1810. M /trunk/test
  1811. M /trunk/test/Makefile.am
  1812. A /trunk/test/truecolor.c
  1813. * Added test/truecolor.c to test non-ANSI colour pairs.
  1814. ------------------------------------------------------------------------
  1815. r567 | sam | 2006-04-16 23:26:25 +0200 (Sun, 16 Apr 2006) | 4 lines
  1816. Changed paths:
  1817. M /trunk/cucul/canvas.c
  1818. M /trunk/cucul/colour.c
  1819. M /trunk/cucul/cucul.h
  1820. M /trunk/cucul/cucul_internals.h
  1821. * Moved cucul_set_color() from canvas.c to colour.c.
  1822. * Added cucul_set_truecolor() for non-ANSI colours.
  1823. * Added new argb32 -> rgb12 conversion functions.
  1824. ------------------------------------------------------------------------
  1825. r566 | sam | 2006-04-16 20:28:47 +0200 (Sun, 16 Apr 2006) | 6 lines
  1826. Changed paths:
  1827. M /trunk/caca/caca.h
  1828. M /trunk/caca/caca_internals.h
  1829. M /trunk/caca/driver_conio.c
  1830. M /trunk/caca/driver_gl.c
  1831. M /trunk/caca/driver_ncurses.c
  1832. M /trunk/caca/driver_raw.c
  1833. M /trunk/caca/driver_slang.c
  1834. M /trunk/caca/driver_vga.c
  1835. M /trunk/caca/driver_win32.c
  1836. M /trunk/caca/driver_x11.c
  1837. M /trunk/caca/event.c
  1838. M /trunk/caca/time.c
  1839. M /trunk/cucul/cucul.c
  1840. M /trunk/cucul/cucul.h
  1841. M /trunk/cucul/cucul_internals.h
  1842. M /trunk/cucul/dither.c
  1843. M /trunk/cucul/export_ansi.c
  1844. M /trunk/cucul/export_html.c
  1845. M /trunk/cucul/export_irc.c
  1846. M /trunk/cucul/export_ps.c
  1847. M /trunk/cucul/export_svg.c
  1848. M /trunk/cucul/font.c
  1849. M /trunk/cucul/sprite.c
  1850. M /trunk/src/aafire.c
  1851. M /trunk/src/cacaball.c
  1852. M /trunk/src/cacamoir.c
  1853. M /trunk/src/cacaplas.c
  1854. M /trunk/src/cacaplay.c
  1855. M /trunk/src/cacaserver.c
  1856. M /trunk/src/cacaview.c
  1857. M /trunk/src/img2irc.c
  1858. M /trunk/test/colors.c
  1859. M /trunk/test/demo.c
  1860. M /trunk/test/dithering.c
  1861. M /trunk/test/event.c
  1862. M /trunk/test/export.c
  1863. M /trunk/test/font.c
  1864. M /trunk/test/gamma.c
  1865. M /trunk/test/hsv.c
  1866. M /trunk/test/spritedit.c
  1867. M /trunk/test/transform.c
  1868. M /trunk/test/unicode.c
  1869. * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs
  1870. such as cucul_dither_t instead of struct cucul_dither.
  1871. * Made cucul_buffer_t an opaque structure and implemented the two getters
  1872. cucul_get_buffer_data() and cucul_get_buffer_size().
  1873. * Documented all missing functions and function parameters.
  1874. ------------------------------------------------------------------------
  1875. r565 | sam | 2006-04-16 20:21:14 +0200 (Sun, 16 Apr 2006) | 2 lines
  1876. Changed paths:
  1877. M /trunk/cucul/cucul.pc.in
  1878. * Fixed bad library name in pc file.
  1879. ------------------------------------------------------------------------
  1880. r564 | jylam | 2006-04-15 17:24:13 +0200 (Sat, 15 Apr 2006) | 2 lines
  1881. Changed paths:
  1882. M /trunk/caca/caca_internals.h
  1883. M /trunk/cucul/font.c
  1884. M /trunk/msvc/cacaball.vcproj
  1885. M /trunk/msvc/cacafire.vcproj
  1886. M /trunk/msvc/cacamoir.vcproj
  1887. M /trunk/msvc/cacaplas.vcproj
  1888. M /trunk/msvc/cacaview.vcproj
  1889. M /trunk/msvc/config.h
  1890. M /trunk/msvc/libcaca.sln
  1891. M /trunk/msvc/libcaca.vcproj
  1892. M /trunk/perl/lib/Term/Caca/Constants.pm
  1893. M /trunk/perl/lib/Term/Caca.pm
  1894. M /trunk/perl/lib/Term/Kaka.pm
  1895. * Updated MSVC++ project (static library and src/*)
  1896. ------------------------------------------------------------------------
  1897. r563 | jylam | 2006-04-15 17:23:13 +0200 (Sat, 15 Apr 2006) | 2 lines
  1898. Changed paths:
  1899. M /trunk/test/demo.c
  1900. M /trunk/test/spritedit.c
  1901. * Fixed sprite functions (it compiles now) (Y'a des connards qui font ce qu'ils veulent, mais qui finissent pas)
  1902. ------------------------------------------------------------------------
  1903. r562 | sam | 2006-04-14 14:10:18 +0200 (Fri, 14 Apr 2006) | 2 lines
  1904. Changed paths:
  1905. M /trunk/caca/caca.c
  1906. M /trunk/caca/caca.h
  1907. M /trunk/caca/event.c
  1908. M /trunk/caca/graphics.c
  1909. M /trunk/cucul/box.c
  1910. M /trunk/cucul/canvas.c
  1911. M /trunk/cucul/conic.c
  1912. M /trunk/cucul/cucul.c
  1913. M /trunk/cucul/cucul.h
  1914. M /trunk/cucul/dither.c
  1915. M /trunk/cucul/font.c
  1916. M /trunk/cucul/line.c
  1917. M /trunk/cucul/math.c
  1918. M /trunk/cucul/sprite.c
  1919. M /trunk/cucul/triangle.c
  1920. * Improved documentation in many places.
  1921. ------------------------------------------------------------------------
  1922. r561 | sam | 2006-04-14 10:41:59 +0200 (Fri, 14 Apr 2006) | 3 lines
  1923. Changed paths:
  1924. M /trunk/configure.ac
  1925. M /trunk/doc/Makefile.am
  1926. M /trunk/doc/doxygen.cfg.in
  1927. * Generate a PDF documentation instead of the PostScript one. It has nice
  1928. hyperlinks! Also, set compact LaTeX mode and a few other Doxygen options.
  1929. ------------------------------------------------------------------------
  1930. r560 | sam | 2006-04-14 10:00:06 +0200 (Fri, 14 Apr 2006) | 2 lines
  1931. Changed paths:
  1932. M /trunk/cucul/font.c
  1933. * Ahaha I didn't even check that it compiled properly.
  1934. ------------------------------------------------------------------------
  1935. r559 | sam | 2006-04-14 09:33:48 +0200 (Fri, 14 Apr 2006) | 2 lines
  1936. Changed paths:
  1937. M /trunk/cucul/font.c
  1938. * Only support version 1 fonts.
  1939. ------------------------------------------------------------------------
  1940. r558 | sam | 2006-04-14 09:30:53 +0200 (Fri, 14 Apr 2006) | 3 lines
  1941. Changed paths:
  1942. M /trunk/caca/caca.c
  1943. M /trunk/caca/caca.h
  1944. M /trunk/caca/caca_internals.h
  1945. M /trunk/caca/driver_conio.c
  1946. M /trunk/caca/driver_gl.c
  1947. M /trunk/caca/driver_ncurses.c
  1948. M /trunk/caca/driver_raw.c
  1949. M /trunk/caca/driver_slang.c
  1950. M /trunk/caca/driver_vga.c
  1951. M /trunk/caca/driver_win32.c
  1952. M /trunk/caca/driver_x11.c
  1953. M /trunk/caca/event.c
  1954. M /trunk/caca/graphics.c
  1955. M /trunk/caca/time.c
  1956. M /trunk/cucul/box.c
  1957. M /trunk/cucul/canvas.c
  1958. M /trunk/cucul/charset.c
  1959. M /trunk/cucul/colour.c
  1960. M /trunk/cucul/conic.c
  1961. M /trunk/cucul/cucul.c
  1962. M /trunk/cucul/cucul.h
  1963. M /trunk/cucul/cucul_internals.h
  1964. M /trunk/cucul/dither.c
  1965. M /trunk/cucul/export_ansi.c
  1966. M /trunk/cucul/export_html.c
  1967. M /trunk/cucul/export_irc.c
  1968. M /trunk/cucul/export_ps.c
  1969. M /trunk/cucul/export_svg.c
  1970. M /trunk/cucul/font.c
  1971. M /trunk/cucul/line.c
  1972. M /trunk/cucul/math.c
  1973. M /trunk/cucul/sprite.c
  1974. M /trunk/cucul/transform.c
  1975. M /trunk/cucul/triangle.c
  1976. M /trunk/kernel/kernel.c
  1977. M /trunk/kernel/kernel.h
  1978. M /trunk/python/pypycaca.c
  1979. M /trunk/python/pypycaca.h
  1980. M /trunk/src/cacaplas.c
  1981. M /trunk/src/cacaserver.c
  1982. M /trunk/src/cacaview.c
  1983. M /trunk/src/common-image.c
  1984. M /trunk/src/common-image.h
  1985. * Removed \file directives from all files except caca.h and cucul.h, to
  1986. remove redundencies in the Doxygen documentation.
  1987. ------------------------------------------------------------------------
  1988. r557 | sam | 2006-04-13 19:57:19 +0200 (Thu, 13 Apr 2006) | 3 lines
  1989. Changed paths:
  1990. M /trunk/cucul/font.c
  1991. * Added a lot of sanity checks to the font parsing. It should now be
  1992. secure against broken files, but it probably needs peer review.
  1993. ------------------------------------------------------------------------
  1994. r556 | sam | 2006-04-13 19:54:07 +0200 (Thu, 13 Apr 2006) | 2 lines
  1995. Changed paths:
  1996. M /trunk/test/Makefile.am
  1997. M /trunk/test/font.c
  1998. * Redisplay the output bitmap using libcaca. Eh ouais mon gars.
  1999. ------------------------------------------------------------------------
  2000. r555 | sam | 2006-04-13 19:37:51 +0200 (Thu, 13 Apr 2006) | 2 lines
  2001. Changed paths:
  2002. M /trunk/test/hsv.c
  2003. * Fixed caca_get_event() call in test/hsv.c.
  2004. ------------------------------------------------------------------------
  2005. r554 | sam | 2006-04-13 19:08:16 +0200 (Thu, 13 Apr 2006) | 2 lines
  2006. Changed paths:
  2007. M /trunk/cucul/colour.c
  2008. * Fixed compilation warning.
  2009. ------------------------------------------------------------------------
  2010. r553 | sam | 2006-04-13 18:54:25 +0200 (Thu, 13 Apr 2006) | 2 lines
  2011. Changed paths:
  2012. M /trunk/cucul/colour.c
  2013. * Fixed colour conversion routines so that they work with ARGB too.
  2014. ------------------------------------------------------------------------
  2015. r552 | sam | 2006-04-13 18:10:16 +0200 (Thu, 13 Apr 2006) | 4 lines
  2016. Changed paths:
  2017. M /trunk/cucul/Makefile.am
  2018. M /trunk/cucul/cucul.h
  2019. M /trunk/cucul/font.c
  2020. A /trunk/cucul/font_mono9.h (from /trunk/cucul/font_monospace9.h:548)
  2021. A /trunk/cucul/font_monobold12.h
  2022. D /trunk/cucul/font_monospace9.h
  2023. M /trunk/test/font.c
  2024. * Implemented cucul_get_font_list() to retrieve the list of builtin fonts.
  2025. * Fixed font selection through cucul_font_load().
  2026. * Added a bigger 10x19 bold font.
  2027. ------------------------------------------------------------------------
  2028. r551 | sam | 2006-04-13 17:36:09 +0200 (Thu, 13 Apr 2006) | 3 lines
  2029. Changed paths:
  2030. M /trunk/tools/makefont.c
  2031. * Made makefont more configurable. Also, store the commandline in a comment
  2032. so that the font can be easily rebuilt.
  2033. ------------------------------------------------------------------------
  2034. r550 | sam | 2006-04-13 17:00:56 +0200 (Thu, 13 Apr 2006) | 2 lines
  2035. Changed paths:
  2036. M /trunk/TODO
  2037. * Updated TODO list.
  2038. ------------------------------------------------------------------------
  2039. r549 | sam | 2006-04-13 16:24:31 +0200 (Thu, 13 Apr 2006) | 3 lines
  2040. Changed paths:
  2041. M /trunk/cucul/cucul.h
  2042. M /trunk/cucul/font.c
  2043. M /trunk/test/font.c
  2044. * Internal font support through cucul_load_font(). Documented that.
  2045. * Removed ugly hooks from test/font.c.
  2046. ------------------------------------------------------------------------
  2047. r548 | sam | 2006-04-13 16:23:04 +0200 (Thu, 13 Apr 2006) | 2 lines
  2048. Changed paths:
  2049. M /trunk/cucul/font.c
  2050. * Ugly overflow bug in the rendering code.
  2051. ------------------------------------------------------------------------
  2052. r547 | sam | 2006-04-13 15:33:31 +0200 (Thu, 13 Apr 2006) | 5 lines
  2053. Changed paths:
  2054. M /trunk/cucul/cucul.h
  2055. M /trunk/cucul/font.c
  2056. M /trunk/test/font.c
  2057. * Implemented cucul_get_font_width() and cucul_get_font_height().
  2058. * Documented most font functions.
  2059. * Cleaned up cucul_render_canvas() and made it actually usable by external
  2060. programs. Removed ugly printf() debug calls.
  2061. ------------------------------------------------------------------------
  2062. r546 | sam | 2006-04-13 14:50:41 +0200 (Thu, 13 Apr 2006) | 2 lines
  2063. Changed paths:
  2064. M /trunk/cucul/cucul.c
  2065. M /trunk/cucul/cucul.h
  2066. M /trunk/cucul/cucul_internals.h
  2067. M /trunk/cucul/export_ansi.c
  2068. M /trunk/cucul/export_html.c
  2069. M /trunk/cucul/export_irc.c
  2070. M /trunk/cucul/export_ps.c
  2071. M /trunk/cucul/export_svg.c
  2072. M /trunk/src/cacaserver.c
  2073. M /trunk/src/img2irc.c
  2074. M /trunk/test/export.c
  2075. * Renamed cucul_export into cucul_buffer. We'll use it for other things.
  2076. ------------------------------------------------------------------------
  2077. r545 | sam | 2006-04-13 14:49:54 +0200 (Thu, 13 Apr 2006) | 2 lines
  2078. Changed paths:
  2079. M /trunk/cucul/font_monospace9.h
  2080. * Putain de bordel de manche a couilles. I forgot to fix the font.
  2081. ------------------------------------------------------------------------
  2082. r544 | sam | 2006-04-13 14:44:55 +0200 (Thu, 13 Apr 2006) | 2 lines
  2083. Changed paths:
  2084. M /trunk/tools/makefont.c
  2085. * Some cleaning up in makefont.c.
  2086. ------------------------------------------------------------------------
  2087. r543 | sam | 2006-04-13 14:25:36 +0200 (Thu, 13 Apr 2006) | 3 lines
  2088. Changed paths:
  2089. M /trunk/cucul/font.c
  2090. M /trunk/cucul/font_monospace9.h
  2091. M /trunk/tools/makefont.c
  2092. * Fixed 4, 2 and 1-bit font rendering.
  2093. * Replaced the 8-bit internal font with a 4-bit one.
  2094. ------------------------------------------------------------------------
  2095. r542 | sam | 2006-04-13 14:23:50 +0200 (Thu, 13 Apr 2006) | 3 lines
  2096. Changed paths:
  2097. M /trunk/cucul/colour.c
  2098. M /trunk/cucul/cucul_internals.h
  2099. * Created internal function _cucul_argb32_to_argb4() that splits an argb
  2100. fg/bg value into its separate argb 4-bit fields.
  2101. ------------------------------------------------------------------------
  2102. r541 | jylam | 2006-04-13 10:58:55 +0200 (Thu, 13 Apr 2006) | 2 lines
  2103. Changed paths:
  2104. M /trunk/test/spritedit.c
  2105. * Added silly play with interframe delay. Need to rework sprite format.
  2106. ------------------------------------------------------------------------
  2107. r540 | sam | 2006-04-13 10:44:25 +0200 (Thu, 13 Apr 2006) | 3 lines
  2108. Changed paths:
  2109. M /trunk/cucul/font_monospace9.h
  2110. * 4bpp fonts do not work yet. Replaced the built-in font with an 8bpp font
  2111. for the moment.
  2112. ------------------------------------------------------------------------
  2113. r539 | sam | 2006-04-13 10:39:30 +0200 (Thu, 13 Apr 2006) | 2 lines
  2114. Changed paths:
  2115. M /trunk/test
  2116. M /trunk/test/Makefile.am
  2117. A /trunk/test/font.c
  2118. * Added a test program for the font renderer.
  2119. ------------------------------------------------------------------------
  2120. r538 | sam | 2006-04-13 10:38:34 +0200 (Thu, 13 Apr 2006) | 2 lines
  2121. Changed paths:
  2122. M /trunk/test/export.c
  2123. * Code simplification.
  2124. ------------------------------------------------------------------------
  2125. r537 | sam | 2006-04-13 10:37:32 +0200 (Thu, 13 Apr 2006) | 2 lines
  2126. Changed paths:
  2127. M /trunk/cucul/Makefile.am
  2128. M /trunk/cucul/font.c
  2129. A /trunk/cucul/font_monospace9.h
  2130. * Created a built-in font from Bitstream Vera (Monospace 9).
  2131. ------------------------------------------------------------------------
  2132. r536 | sam | 2006-04-13 10:26:21 +0200 (Thu, 13 Apr 2006) | 2 lines
  2133. Changed paths:
  2134. M /trunk/configure.ac
  2135. M /trunk/tools
  2136. M /trunk/tools/Makefile.am
  2137. A /trunk/tools/makefont.c
  2138. * Added a font creator that uses pango to render glyphs.
  2139. ------------------------------------------------------------------------
  2140. r535 | sam | 2006-04-13 10:16:04 +0200 (Thu, 13 Apr 2006) | 3 lines
  2141. Changed paths:
  2142. M /trunk/cucul/cucul.h
  2143. M /trunk/cucul/font.c
  2144. * Slightly updated the font format and wrote a font loader. Also added a
  2145. skeleton for the renderer that will not last very long.
  2146. ------------------------------------------------------------------------
  2147. r534 | sam | 2006-04-12 18:34:34 +0200 (Wed, 12 Apr 2006) | 2 lines
  2148. Changed paths:
  2149. M /trunk/cucul/font.c
  2150. * New version of the font format.
  2151. ------------------------------------------------------------------------
  2152. r533 | sam | 2006-04-12 16:18:19 +0200 (Wed, 12 Apr 2006) | 3 lines
  2153. Changed paths:
  2154. M /trunk/cucul/Makefile.am
  2155. A /trunk/cucul/font.c
  2156. * Added a file for future font handling routines. Currently only the font
  2157. format proposal is in this file. Feel free to comment.
  2158. ------------------------------------------------------------------------
  2159. r532 | sam | 2006-04-12 10:57:59 +0200 (Wed, 12 Apr 2006) | 2 lines
  2160. Changed paths:
  2161. M /trunk/test
  2162. M /trunk/tools
  2163. * Proper svn:ignore properties on tools/.
  2164. ------------------------------------------------------------------------
  2165. r531 | sam | 2006-04-12 10:31:11 +0200 (Wed, 12 Apr 2006) | 3 lines
  2166. Changed paths:
  2167. M /trunk/Makefile.am
  2168. M /trunk/caca/driver_slang.c
  2169. M /trunk/configure.ac
  2170. M /trunk/test/Makefile.am
  2171. D /trunk/test/optipal.c
  2172. A /trunk/tools
  2173. A /trunk/tools/Makefile.am (from /trunk/test/Makefile.am:527)
  2174. A /trunk/tools/optipal.c (from /trunk/test/optipal.c:527)
  2175. * Moved test/optipal.c to tools/optipal.c. The tools subdirectory will
  2176. contain development tools that are only useful to libcaca developers.
  2177. ------------------------------------------------------------------------
  2178. r530 | sam | 2006-04-11 12:36:31 +0200 (Tue, 11 Apr 2006) | 4 lines
  2179. Changed paths:
  2180. M /trunk/src/Makefile.am
  2181. M /trunk/src/cacaview.c
  2182. * cacaview works again. Somewhat. Image loading is now handled by the
  2183. factored common-image.c file. Feature selection such as antialiasing or
  2184. dithering mode are still disabled.
  2185. ------------------------------------------------------------------------
  2186. r529 | sam | 2006-04-11 12:12:03 +0200 (Tue, 11 Apr 2006) | 2 lines
  2187. Changed paths:
  2188. M /trunk/src/common-image.c
  2189. * Renamed "freadint" to "u32fread", and so on.
  2190. ------------------------------------------------------------------------
  2191. r528 | sam | 2006-04-11 12:05:48 +0200 (Tue, 11 Apr 2006) | 3 lines
  2192. Changed paths:
  2193. M /trunk/src
  2194. M /trunk/src/Makefile.am
  2195. A /trunk/src/common-image.c (from /trunk/src/cacaview.c:523)
  2196. A /trunk/src/common-image.h
  2197. A /trunk/src/img2irc.c
  2198. * Added img2irc program. I know it does not have "cucul" or "caca" in the
  2199. name, but as I said, I do what I want. http://zoy.org/~sam/pb7th.png
  2200. ------------------------------------------------------------------------
  2201. r527 | sam | 2006-04-11 00:06:19 +0200 (Tue, 11 Apr 2006) | 3 lines
  2202. Changed paths:
  2203. M /trunk/cucul/export_ansi.c
  2204. M /trunk/cucul/export_html.c
  2205. M /trunk/cucul/export_irc.c
  2206. M /trunk/cucul/export_ps.c
  2207. M /trunk/cucul/export_svg.c
  2208. * Avoid useless call to strlen() in the exporters.
  2209. * Removed '\x0f' from the IRC exporter until I understand why it was here.
  2210. ------------------------------------------------------------------------
  2211. r526 | sam | 2006-04-11 00:03:22 +0200 (Tue, 11 Apr 2006) | 2 lines
  2212. Changed paths:
  2213. M /trunk/test/export.c
  2214. * Fixed test/export that was not printing the last character of the file.
  2215. ------------------------------------------------------------------------
  2216. r525 | sam | 2006-04-10 23:07:40 +0200 (Mon, 10 Apr 2006) | 2 lines
  2217. Changed paths:
  2218. M /trunk/TODO
  2219. * Updated TODO list. I forgot the aspect ratio function!
  2220. ------------------------------------------------------------------------
  2221. r524 | sam | 2006-04-10 22:24:12 +0200 (Mon, 10 Apr 2006) | 2 lines
  2222. Changed paths:
  2223. M /trunk/cucul/Makefile.am
  2224. D /trunk/cucul/bitmap.c
  2225. A /trunk/cucul/dither.c (from /trunk/cucul/bitmap.c:523)
  2226. * Renamed bitmap.c into dither.c.
  2227. ------------------------------------------------------------------------
  2228. r523 | sam | 2006-04-10 22:02:38 +0200 (Mon, 10 Apr 2006) | 2 lines
  2229. Changed paths:
  2230. M /trunk/cucul/bitmap.c
  2231. M /trunk/cucul/cucul.c
  2232. M /trunk/cucul/cucul.h
  2233. M /trunk/cucul/cucul_internals.h
  2234. M /trunk/src/aafire.c
  2235. M /trunk/src/cacaball.c
  2236. M /trunk/src/cacamoir.c
  2237. M /trunk/src/cacaplas.c
  2238. M /trunk/src/cacaview.c
  2239. M /trunk/test/demo.c
  2240. M /trunk/test/export.c
  2241. M /trunk/test/gamma.c
  2242. M /trunk/test/hsv.c
  2243. * Renamed *bitmap to *dither. Ben ouais connard, je fais ce que je veux.
  2244. ------------------------------------------------------------------------
  2245. r522 | sam | 2006-04-10 11:17:51 +0200 (Mon, 10 Apr 2006) | 4 lines
  2246. Changed paths:
  2247. M /trunk/cucul/bitmap.c
  2248. M /trunk/cucul/canvas.c
  2249. M /trunk/cucul/cucul.c
  2250. M /trunk/cucul/cucul.h
  2251. M /trunk/cucul/cucul_internals.h
  2252. M /trunk/cucul/sprite.c
  2253. M /trunk/test/dithering.c
  2254. M /trunk/test/optipal.c
  2255. * Replaced enum cucul_color with unsigned int. The size of an enum is not
  2256. really portable, and Visual Studio complains when they are not explicitely
  2257. cast.
  2258. ------------------------------------------------------------------------
  2259. r521 | sam | 2006-04-10 11:04:29 +0200 (Mon, 10 Apr 2006) | 2 lines
  2260. Changed paths:
  2261. M /trunk/doc/doxygen.cfg.in
  2262. * Updated the Doxygen configuration file.
  2263. ------------------------------------------------------------------------
  2264. r520 | sam | 2006-04-10 11:00:18 +0200 (Mon, 10 Apr 2006) | 3 lines
  2265. Changed paths:
  2266. M /trunk/cucul/export_ansi.c
  2267. M /trunk/cucul/export_html.c
  2268. M /trunk/cucul/export_irc.c
  2269. M /trunk/cucul/export_ps.c
  2270. M /trunk/cucul/export_svg.c
  2271. * Fixed old bugs I introduced in the exporters.
  2272. * Fixed exporter headers to make Doxygen happy.
  2273. ------------------------------------------------------------------------
  2274. r519 | sam | 2006-04-10 10:30:02 +0200 (Mon, 10 Apr 2006) | 2 lines
  2275. Changed paths:
  2276. M /trunk/cucul
  2277. * Forgot an svn:ignore property.
  2278. ------------------------------------------------------------------------
  2279. r518 | sam | 2006-04-10 09:52:07 +0200 (Mon, 10 Apr 2006) | 2 lines
  2280. Changed paths:
  2281. M /trunk/caca
  2282. M /trunk/caca/Makefile.am
  2283. A /trunk/caca/caca.pc.in
  2284. M /trunk/configure.ac
  2285. M /trunk/cucul/Makefile.am
  2286. A /trunk/cucul/cucul.pc.in
  2287. * Added pkgconfig files. Eh ouais mon gars.
  2288. ------------------------------------------------------------------------
  2289. r517 | sam | 2006-04-07 11:46:30 +0200 (Fri, 07 Apr 2006) | 2 lines
  2290. Changed paths:
  2291. M /trunk/caca/driver_conio.c
  2292. M /trunk/caca/driver_gl.c
  2293. M /trunk/caca/driver_ncurses.c
  2294. M /trunk/caca/driver_slang.c
  2295. M /trunk/caca/driver_vga.c
  2296. M /trunk/caca/driver_win32.c
  2297. M /trunk/caca/driver_x11.c
  2298. M /trunk/cucul/colour.c
  2299. M /trunk/cucul/cucul_internals.h
  2300. M /trunk/cucul/export_ansi.c
  2301. M /trunk/cucul/export_html.c
  2302. M /trunk/cucul/export_irc.c
  2303. M /trunk/cucul/export_ps.c
  2304. M /trunk/cucul/export_svg.c
  2305. * Replaced occurrences of "rgba" with "argb".
  2306. ------------------------------------------------------------------------
  2307. r516 | sam | 2006-04-07 10:55:01 +0200 (Fri, 07 Apr 2006) | 2 lines
  2308. Changed paths:
  2309. M /trunk/cucul/bitmap.c
  2310. * Fixed a syntax error. Gruik.
  2311. ------------------------------------------------------------------------
  2312. r515 | sam | 2006-04-07 10:19:42 +0200 (Fri, 07 Apr 2006) | 2 lines
  2313. Changed paths:
  2314. M /trunk/cucul/bitmap.c
  2315. M /trunk/cucul/cucul.h
  2316. * Changed the cucul_set_bitmap_antialias() argument to a string.
  2317. ------------------------------------------------------------------------
  2318. r514 | sam | 2006-04-06 15:49:10 +0200 (Thu, 06 Apr 2006) | 2 lines
  2319. Changed paths:
  2320. M /trunk/cucul/export_ps.c
  2321. * Of course I had to fuck up something. Here, PS export works again.
  2322. ------------------------------------------------------------------------
  2323. r513 | sam | 2006-04-06 15:41:56 +0200 (Thu, 06 Apr 2006) | 2 lines
  2324. Changed paths:
  2325. M /trunk/caca/driver_conio.c
  2326. M /trunk/caca/driver_gl.c
  2327. M /trunk/caca/driver_ncurses.c
  2328. M /trunk/caca/driver_raw.c
  2329. M /trunk/caca/driver_slang.c
  2330. M /trunk/caca/driver_vga.c
  2331. M /trunk/caca/driver_win32.c
  2332. M /trunk/caca/driver_x11.c
  2333. M /trunk/cucul/Makefile.am
  2334. M /trunk/cucul/canvas.c
  2335. A /trunk/cucul/colour.c
  2336. M /trunk/cucul/cucul.c
  2337. M /trunk/cucul/cucul_internals.h
  2338. M /trunk/cucul/export_ansi.c
  2339. M /trunk/cucul/export_html.c
  2340. M /trunk/cucul/export_irc.c
  2341. M /trunk/cucul/export_ps.c
  2342. M /trunk/cucul/export_svg.c
  2343. M /trunk/cucul/transform.c
  2344. M /trunk/src/cacaserver.c
  2345. * Store colour information on 32 bits, for future 12-bit colour support.
  2346. ------------------------------------------------------------------------
  2347. r512 | sam | 2006-04-06 15:21:15 +0200 (Thu, 06 Apr 2006) | 2 lines
  2348. Changed paths:
  2349. M /trunk/cucul/canvas.c
  2350. M /trunk/cucul/cucul.h
  2351. * Got rid of cucul_get_screen(). Use cucul_export() instead.
  2352. ------------------------------------------------------------------------
  2353. r511 | sam | 2006-04-06 15:11:12 +0200 (Thu, 06 Apr 2006) | 2 lines
  2354. Changed paths:
  2355. M /trunk/cucul/cucul.c
  2356. * Check the magic bytes at the end of the buffer when cucul_load()ing it.
  2357. ------------------------------------------------------------------------
  2358. r510 | sam | 2006-04-06 15:07:58 +0200 (Thu, 06 Apr 2006) | 2 lines
  2359. Changed paths:
  2360. M /trunk/src/cacaserver.c
  2361. * Sanity check in cacaserver.c.
  2362. ------------------------------------------------------------------------
  2363. r509 | sam | 2006-04-06 12:23:10 +0200 (Thu, 06 Apr 2006) | 2 lines
  2364. Changed paths:
  2365. M /trunk/src/cacaserver.c
  2366. * Fixed a crash when realloc() returns a new address.
  2367. ------------------------------------------------------------------------
  2368. r508 | sam | 2006-04-06 12:19:17 +0200 (Thu, 06 Apr 2006) | 2 lines
  2369. Changed paths:
  2370. M /trunk/cucul/cucul.c
  2371. * Fixed old typo that caused qq->height to be uninitialised.
  2372. ------------------------------------------------------------------------
  2373. r507 | jylam | 2006-04-01 23:29:10 +0200 (Sat, 01 Apr 2006) | 2 lines
  2374. Changed paths:
  2375. M /trunk/src/cacaserver.c
  2376. * Oops, removed unused variable
  2377. ------------------------------------------------------------------------
  2378. r506 | jylam | 2006-04-01 23:26:30 +0200 (Sat, 01 Apr 2006) | 2 lines
  2379. Changed paths:
  2380. M /trunk/src/cacaserver.c
  2381. * Added Winsock (c)(tm)(r) compatibility
  2382. ------------------------------------------------------------------------
  2383. r505 | jylam | 2006-04-01 18:11:37 +0200 (Sat, 01 Apr 2006) | 2 lines
  2384. Changed paths:
  2385. M /trunk/src/cacaplas.c
  2386. * removed b0rked test. No more pigs, I just commited 500 of them.
  2387. ------------------------------------------------------------------------
  2388. r504 | sam | 2006-04-01 17:58:10 +0200 (Sat, 01 Apr 2006) | 2 lines
  2389. Changed paths:
  2390. M /trunk/cucul/bitmap.c
  2391. * Set the default dithering mode to Floyd-Steinberg.
  2392. ------------------------------------------------------------------------
  2393. r503 | sam | 2006-04-01 17:56:31 +0200 (Sat, 01 Apr 2006) | 14 lines
  2394. Changed paths:
  2395. M /trunk/cucul/canvas.c
  2396. M /trunk/cucul/sprite.c
  2397. ((`)_.._ ,'-. _..._ _._
  2398. * Ooops. Compilation fix. \,' '-._.-\ ' ` .-'
  2399. .' / (
  2400. / S | _ _ \
  2401. | a \ o o |
  2402. ; m .-. /
  2403. ; ', '-.( '')-'
  2404. '. | ;-'
  2405. \ / /
  2406. / /-._ __, 7 |
  2407. \ `\ \`` | | |
  2408. \ \_,\ | |_,\
  2409. '-`' \_,\
  2410. ------------------------------------------------------------------------
  2411. r502 | sam | 2006-04-01 17:25:33 +0200 (Sat, 01 Apr 2006) | 2 lines
  2412. Changed paths:
  2413. M /trunk/TODO
  2414. M /trunk/cucul/canvas.c
  2415. M /trunk/cucul/cucul.h
  2416. * Got rid of the useless cucul_get_fg_color/cucul_get_bg_color functions.
  2417. ------------------------------------------------------------------------
  2418. r501 | sam | 2006-04-01 17:02:41 +0200 (Sat, 01 Apr 2006) | 2 lines
  2419. Changed paths:
  2420. M /trunk/TODO
  2421. * Updated the TODO list.
  2422. ------------------------------------------------------------------------
  2423. r500 | sam | 2006-04-01 17:02:05 +0200 (Sat, 01 Apr 2006) | 10 lines
  2424. Changed paths:
  2425. M /trunk/caca/caca.h
  2426. M /trunk/cucul/bitmap.c
  2427. M /trunk/cucul/cucul.c
  2428. M /trunk/cucul/cucul.h
  2429. M /trunk/cucul/cucul_internals.h
  2430. M /trunk/test/demo.c
  2431. * Removed CUCUL_BACKGROUND, CUCUL_ANTIALIASING and CUCUL_DITHERING
  2432. environment variables handling. Replaced that with three per-bitmap
  2433. functions: cucul_set_bitmap_antialias(), cucul_set_bitmap_color() and
  2434. cucul_set_bitmap_dithering().
  2435. * Added cucul_set_bitmap_brightness() and cucul_set_bitmap_contrast()
  2436. prototypes (but did not implement them yet).
  2437. * Added cucul_set_bitmap_charset() to choose what characters are going
  2438. to be used for the bitmap rendering.
  2439. * Removed the now useless cucul_get_feature(), cucul_set_feature() etc.
  2440. ------------------------------------------------------------------------
  2441. r499 | sam | 2006-04-01 16:44:09 +0200 (Sat, 01 Apr 2006) | 3 lines
  2442. Changed paths:
  2443. M /trunk/caca/caca.h
  2444. M /trunk/caca/event.c
  2445. M /trunk/src/aafire.c
  2446. M /trunk/src/cacaball.c
  2447. M /trunk/src/cacamoir.c
  2448. M /trunk/src/cacaplas.c
  2449. M /trunk/src/cacaplay.c
  2450. M /trunk/src/cacaview.c
  2451. M /trunk/test/colors.c
  2452. M /trunk/test/demo.c
  2453. M /trunk/test/dithering.c
  2454. M /trunk/test/event.c
  2455. M /trunk/test/gamma.c
  2456. M /trunk/test/hsv.c
  2457. M /trunk/test/spritedit.c
  2458. M /trunk/test/transform.c
  2459. M /trunk/test/unicode.c
  2460. * Merged caca_wait_event() into caca_get_event() and added a timeout
  2461. parameter to do what both functions did before, and even more.
  2462. ------------------------------------------------------------------------
  2463. r498 | sam | 2006-04-01 16:37:27 +0200 (Sat, 01 Apr 2006) | 2 lines
  2464. Changed paths:
  2465. M /trunk/src/Makefile.am
  2466. * Disabled cacaview for now. I'm going to utterly break it.
  2467. ------------------------------------------------------------------------
  2468. r497 | sam | 2006-04-01 16:36:59 +0200 (Sat, 01 Apr 2006) | 2 lines
  2469. Changed paths:
  2470. M /trunk/cucul/cucul.c
  2471. M /trunk/cucul/cucul.h
  2472. * Added cucul_get_export_list(). Returns a list of known export formats.
  2473. ------------------------------------------------------------------------
  2474. r496 | sam | 2006-03-29 11:41:30 +0200 (Wed, 29 Mar 2006) | 4 lines
  2475. Changed paths:
  2476. M /trunk/src/cacaserver.c
  2477. * cacaserver works again (but needs a complete rewrite because it's really
  2478. become ugly). You can now emulate the previous network driver behaviour
  2479. by doing: "CACA_DRIVER=raw cacaplas | cacaserver".
  2480. ------------------------------------------------------------------------
  2481. r495 | sam | 2006-03-28 00:16:58 +0200 (Tue, 28 Mar 2006) | 3 lines
  2482. Changed paths:
  2483. M /trunk/cucul/cucul.c
  2484. M /trunk/cucul/cucul.h
  2485. M /trunk/src/cacaserver.c
  2486. M /trunk/test/export.c
  2487. * Changed the 2nd argument of cucul_create_export to a string. This way we
  2488. can add new exporters without changing the API.
  2489. ------------------------------------------------------------------------
  2490. r494 | sam | 2006-03-28 00:12:12 +0200 (Tue, 28 Mar 2006) | 2 lines
  2491. Changed paths:
  2492. M /trunk/src/Makefile.am
  2493. * Oops, I barfed that makefile.
  2494. ------------------------------------------------------------------------
  2495. r493 | jylam | 2006-03-27 23:40:17 +0200 (Mon, 27 Mar 2006) | 2 lines
  2496. Changed paths:
  2497. M /trunk/src/aafire.c
  2498. M /trunk/src/cacaball.c
  2499. M /trunk/src/cacamoir.c
  2500. * Added "powered by libcaca" text to all examples for consistency
  2501. ------------------------------------------------------------------------
  2502. r492 | sam | 2006-03-27 23:37:52 +0200 (Mon, 27 Mar 2006) | 4 lines
  2503. Changed paths:
  2504. M /trunk/caca/Makefile.am
  2505. M /trunk/caca/caca.c
  2506. M /trunk/caca/caca.h
  2507. M /trunk/caca/caca_internals.h
  2508. D /trunk/caca/driver_network.c
  2509. M /trunk/src
  2510. M /trunk/src/Makefile.am
  2511. M /trunk/src/cacaplas.c
  2512. A /trunk/src/cacaserver.c (from /trunk/caca/driver_network.c:487)
  2513. * Removed the network driver and replaced it with a cacaserver executable
  2514. that has all the functionality, except it does not work yet (the stdin
  2515. reading routine is missing).
  2516. ------------------------------------------------------------------------
  2517. r491 | sam | 2006-03-27 23:33:29 +0200 (Mon, 27 Mar 2006) | 3 lines
  2518. Changed paths:
  2519. M /trunk/caca/driver_raw.c
  2520. M /trunk/src
  2521. M /trunk/src/Makefile.am
  2522. A /trunk/src/cacaplay.c
  2523. * Implemented a proof-of-concept cacaplay program that can redisplay a
  2524. single frame that was saved by the raw driver.
  2525. ------------------------------------------------------------------------
  2526. r490 | sam | 2006-03-27 23:22:34 +0200 (Mon, 27 Mar 2006) | 4 lines
  2527. Changed paths:
  2528. M /trunk/cucul/cucul.c
  2529. M /trunk/cucul/cucul.h
  2530. * Implemented cucul_load() to reload a file that was saved with the
  2531. raw driver. I know it is inconsistent to have the loader in libcucul
  2532. and the exporter in libcaca but I'll find a way to harmonise that.
  2533. ------------------------------------------------------------------------
  2534. r489 | jylam | 2006-03-27 20:17:09 +0200 (Mon, 27 Mar 2006) | 19 lines
  2535. Changed paths:
  2536. M /trunk/caca/driver_gl.c
  2537. * Fixed OpenGL mouse handling
  2538. Sam Le Vieux Porc
  2539. (\____/)
  2540. Le / @__@ \ Le
  2541. ( (oo) )
  2542. `-.~~.-' Vieux
  2543. Vieux / \
  2544. @/ \_
  2545. (/ / \ \) Porc
  2546. Porc WW`----'WW
  2547. Sam Le Vieux Porc
  2548. ------------------------------------------------------------------------
  2549. r488 | sam | 2006-03-27 20:07:18 +0200 (Mon, 27 Mar 2006) | 2 lines
  2550. Changed paths:
  2551. M /trunk/caca/Makefile.am
  2552. M /trunk/caca/caca.c
  2553. M /trunk/caca/caca_internals.h
  2554. A /trunk/caca/driver_raw.c
  2555. * Created a minimal raw driver that outputs stuff to stdout.
  2556. ------------------------------------------------------------------------
  2557. r487 | sam | 2006-03-27 11:35:22 +0200 (Mon, 27 Mar 2006) | 16 lines
  2558. Changed paths:
  2559. M /trunk/caca/driver_gl.c
  2560. ██████ ██████
  2561. * Ah mais putain j'avais pas vu ! ██░░░░██████████████████░░░░██
  2562. ██░░░░░░░░░░░░░░░░░░░░░░░░██
  2563. ██░░░░███░░░░░░░░███░░░░██
  2564. ██░░░░░░███░░░░░░███░░░░░░██
  2565. ██░░░░░░░░░░░░░░░░░░░░░░░░░░██
  2566. ██░░░░░░██████████████░░░░░░██
  2567. ██░░░░░██▒▒▒▒▒▒▒▒▒▒▒▒██░░░░░██
  2568. ██░░░░██▒▒▒▒██▒▒██▒▒▒▒██░░░░██
  2569. ██░░░░██▒▒▒▒██▒▒██▒▒▒▒██░░░░██
  2570. ██░░░░██▒▒▒▒▒▒▒▒▒▒▒▒██░░░░██
  2571. ██░░░░██████████████░░░░██
  2572. ███░░░░░░██████░░░░░░███
  2573. █████░░░░░░░░░░█████
  2574. ████████████
  2575. ------------------------------------------------------------------------
  2576. r486 | sam | 2006-03-27 10:01:27 +0200 (Mon, 27 Mar 2006) | 3 lines
  2577. Changed paths:
  2578. M /trunk/caca/driver_gl.c
  2579. M /trunk/configure.ac
  2580. * Reworked the OpenGL headers and Glut features detection (what did you
  2581. expect).
  2582. ------------------------------------------------------------------------
  2583. r485 | sam | 2006-03-27 09:40:30 +0200 (Mon, 27 Mar 2006) | 2 lines
  2584. Changed paths:
  2585. M /trunk/cucul/cucul.h
  2586. M /trunk/cucul/transform.c
  2587. * Implemented cucul_invert() to invert a canvas' colours.
  2588. ------------------------------------------------------------------------
  2589. r484 | jylam | 2006-03-27 01:08:19 +0200 (Mon, 27 Mar 2006) | 2 lines
  2590. Changed paths:
  2591. M /trunk/caca/driver_gl.c
  2592. * Fixed glutCheckLoop headers, testing only under MacOSX
  2593. ------------------------------------------------------------------------
  2594. r483 | jylam | 2006-03-27 00:57:12 +0200 (Mon, 27 Mar 2006) | 2 lines
  2595. Changed paths:
  2596. M /trunk/caca/driver_gl.c
  2597. M /trunk/configure.ac
  2598. * Added (untested) glut3 glutCheckLoop(), ans a regular display function
  2599. ------------------------------------------------------------------------
  2600. r482 | sam | 2006-03-26 22:16:28 +0200 (Sun, 26 Mar 2006) | 2 lines
  2601. Changed paths:
  2602. M /trunk/cucul/transform.c
  2603. * Minor addition to the rotate code.
  2604. ------------------------------------------------------------------------
  2605. r481 | sam | 2006-03-25 00:17:25 +0100 (Sat, 25 Mar 2006) | 2 lines
  2606. Changed paths:
  2607. M /trunk/caca/Makefile.am
  2608. M /trunk/src/Makefile.am
  2609. M /trunk/test/Makefile.am
  2610. * Workaround for automake < 1.6.
  2611. ------------------------------------------------------------------------
  2612. r480 | jylam | 2006-03-24 20:44:12 +0100 (Fri, 24 Mar 2006) | 24 lines
  2613. Changed paths:
  2614. M /trunk/cucul/bitmap.c
  2615. * Ok, invert works. OK OK SAM THAT WAS MY FAULT
  2616. AHAHAH _
  2617. _._ _..._ .-', _.._(`))
  2618. '-. ` ' /-._.-' ',/
  2619. ) MAIS \ '.
  2620. / _ _ | JE \
  2621. | a a / SUIS |
  2622. \ .-. ;
  2623. '-('' ).-' ,' UN ;
  2624. '-; | .'
  2625. \ VIEUX \ /
  2626. | 7 .__ _.-\ \
  2627. | | | ``/ /` /
  2628. /,_| | /,_/ /
  2629. /,_/ '`-'
  2630. POOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOORC!
  2631. ------------------------------------------------------------------------
  2632. r479 | jylam | 2006-03-24 20:34:45 +0100 (Fri, 24 Mar 2006) | 3 lines
  2633. Changed paths:
  2634. M /trunk/cucul/bitmap.c
  2635. M /trunk/cucul/cucul.h
  2636. M /trunk/test/demo.c
  2637. * 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.
  2638. ------------------------------------------------------------------------
  2639. r478 | sam | 2006-03-24 17:51:59 +0100 (Fri, 24 Mar 2006) | 24 lines
  2640. Changed paths:
  2641. M /trunk/caca/caca.h
  2642. M /trunk/caca/caca_internals.h
  2643. M /trunk/caca/driver_conio.c
  2644. M /trunk/caca/driver_gl.c
  2645. M /trunk/caca/driver_ncurses.c
  2646. M /trunk/caca/driver_network.c
  2647. M /trunk/caca/driver_slang.c
  2648. M /trunk/caca/driver_vga.c
  2649. M /trunk/caca/driver_win32.c
  2650. M /trunk/caca/driver_x11.c
  2651. M /trunk/caca/graphics.c
  2652. M /trunk/test/demo.c
  2653. * Merged caca_show_cursor() and caca_hide_cursor() into caca_set_mouse() so
  2654. that we have one function less.
  2655. * Fixed coding style.
  2656. * Removed FUCKING TABS. ____.------.___
  2657. _______.----'`` ``` `` ``` ``-.
  2658. _.--' ` ```` ` ` ` ``` `` `` ``.
  2659. _.-' ' ` `` ``` `` ` `' `. _
  2660. .-'' ` H A H A H A `' M A I S \/.)
  2661. . . .-' / ` ` ` `` ||
  2662. |`-.(``-. ` ` ` ' ` ` ``` |\
  2663. `. '\```\ `` ` V I E U X ' ' `` `-`` -|\\
  2664. `/''````) `` ` - - ````` ' '.' |\_)
  2665. |`'_._` ``` ''` P O R C . . ```` /
  2666. // @) \ ` `` ''' . ``` '/
  2667. /''''' | ` \).`.'-. ''' _ _ .`` ` '/
  2668. .''''- `-'`. . // )-- '/,,',,' ,,,,''__,._`' ' /
  2669. .' ` `- ` ' .' / ' /,;;;, ,___.---' \ '' / \
  2670. (`. .'` __',`''''.--'/ ' /'-----' | ' / ))
  2671. `'-'/ `'''_.---' \;;|- '/ ,,, | ''|`- |
  2672. `'--'---' |;| / ,,,,;;;;;;;;;;,,,,, |-' /` |
  2673. |;|-'| ,;;;;;;;;;;;;;;;; ;;;/ /|`'''
  2674. ''',,,''',,,,,,,,,,,,,,,' /,,'''
  2675. ''''
  2676. ------------------------------------------------------------------------
  2677. r477 | jylam | 2006-03-24 17:25:39 +0100 (Fri, 24 Mar 2006) | 2 lines
  2678. Changed paths:
  2679. M /trunk/caca/driver_x11.c
  2680. M /trunk/caca/graphics.c
  2681. * Fixed bug in show/hide cursor, implemented X11 cursor
  2682. ------------------------------------------------------------------------
  2683. r476 | jylam | 2006-03-24 16:42:46 +0100 (Fri, 24 Mar 2006) | 2 lines
  2684. Changed paths:
  2685. M /trunk/caca/driver_x11.c
  2686. M /trunk/test/demo.c
  2687. * Added forgotten X11 set/hide cursor (non-working code)
  2688. ------------------------------------------------------------------------
  2689. r475 | jylam | 2006-03-24 16:00:47 +0100 (Fri, 24 Mar 2006) | 2 lines
  2690. Changed paths:
  2691. M /trunk/caca/caca.h
  2692. M /trunk/caca/caca_internals.h
  2693. M /trunk/caca/driver_conio.c
  2694. M /trunk/caca/driver_gl.c
  2695. M /trunk/caca/driver_ncurses.c
  2696. M /trunk/caca/driver_network.c
  2697. M /trunk/caca/driver_slang.c
  2698. M /trunk/caca/driver_vga.c
  2699. M /trunk/caca/driver_win32.c
  2700. M /trunk/caca/graphics.c
  2701. * Added caca_show/hide_cursor, and corresponding GL binding
  2702. ------------------------------------------------------------------------
  2703. r474 | sam | 2006-03-24 15:17:40 +0100 (Fri, 24 Mar 2006) | 3 lines
  2704. Changed paths:
  2705. M /trunk/caca/caca.h
  2706. * Documented the caca_event structure and improved a few things here and
  2707. there in the documentation.
  2708. ------------------------------------------------------------------------
  2709. r473 | sam | 2006-03-24 10:48:20 +0100 (Fri, 24 Mar 2006) | 2 lines
  2710. Changed paths:
  2711. M /trunk/caca/caca.c
  2712. M /trunk/caca/caca_internals.h
  2713. M /trunk/caca/driver_conio.c
  2714. M /trunk/caca/driver_gl.c
  2715. M /trunk/caca/driver_ncurses.c
  2716. M /trunk/caca/driver_network.c
  2717. M /trunk/caca/driver_slang.c
  2718. M /trunk/caca/driver_vga.c
  2719. M /trunk/caca/driver_win32.c
  2720. M /trunk/caca/driver_x11.c
  2721. * Allow the driver initialisation to fail, for instance when $DISPLAY = "".
  2722. ------------------------------------------------------------------------
  2723. r472 | sam | 2006-03-24 10:30:02 +0100 (Fri, 24 Mar 2006) | 2 lines
  2724. Changed paths:
  2725. M /trunk/cucul/math.c
  2726. * Removed spurious prototype.
  2727. ------------------------------------------------------------------------
  2728. r471 | sam | 2006-03-23 19:38:44 +0100 (Thu, 23 Mar 2006) | 2 lines
  2729. Changed paths:
  2730. M /trunk/TODO
  2731. * Updated the TODO list with what's been done so far.
  2732. ------------------------------------------------------------------------
  2733. r470 | sam | 2006-03-23 19:36:59 +0100 (Thu, 23 Mar 2006) | 2 lines
  2734. Changed paths:
  2735. M /trunk/caca/caca.c
  2736. M /trunk/caca/caca.h
  2737. M /trunk/caca/caca_internals.h
  2738. M /trunk/caca/driver_conio.c
  2739. M /trunk/caca/driver_gl.c
  2740. M /trunk/caca/driver_ncurses.c
  2741. M /trunk/caca/driver_network.c
  2742. M /trunk/caca/driver_slang.c
  2743. M /trunk/caca/driver_vga.c
  2744. M /trunk/caca/driver_win32.c
  2745. M /trunk/caca/driver_x11.c
  2746. M /trunk/caca/event.c
  2747. M /trunk/src/aafire.c
  2748. M /trunk/src/cacaball.c
  2749. M /trunk/src/cacamoir.c
  2750. M /trunk/src/cacaplas.c
  2751. M /trunk/src/cacaview.c
  2752. M /trunk/test/colors.c
  2753. M /trunk/test/demo.c
  2754. M /trunk/test/dithering.c
  2755. M /trunk/test/event.c
  2756. M /trunk/test/gamma.c
  2757. M /trunk/test/hsv.c
  2758. M /trunk/test/spritedit.c
  2759. M /trunk/test/transform.c
  2760. M /trunk/test/unicode.c
  2761. * Massive rework of the event handling code, as per the TODO list.
  2762. ------------------------------------------------------------------------
  2763. r469 | sam | 2006-03-23 18:20:57 +0100 (Thu, 23 Mar 2006) | 2 lines
  2764. Changed paths:
  2765. M /trunk/test/gamma.c
  2766. * Hahaha mais le vieux porc c'est moi.
  2767. ------------------------------------------------------------------------
  2768. r468 | sam | 2006-03-23 16:14:17 +0100 (Thu, 23 Mar 2006) | 2 lines
  2769. Changed paths:
  2770. M /trunk/cucul/transform.c
  2771. * Added missing ASCII characters to cucul_rotate().
  2772. ------------------------------------------------------------------------
  2773. r467 | sam | 2006-03-23 15:07:32 +0100 (Thu, 23 Mar 2006) | 4 lines
  2774. Changed paths:
  2775. M /trunk/cucul/box.c
  2776. M /trunk/cucul/canvas.c
  2777. M /trunk/cucul/conic.c
  2778. M /trunk/cucul/cucul.h
  2779. M /trunk/cucul/cucul_internals.h
  2780. M /trunk/cucul/line.c
  2781. M /trunk/cucul/triangle.c
  2782. M /trunk/src/cacaview.c
  2783. M /trunk/test/demo.c
  2784. M /trunk/test/event.c
  2785. M /trunk/test/export.c
  2786. M /trunk/test/spritedit.c
  2787. * Made cucul_putchar32() an internal-only function.
  2788. * Changed the line, box, ellipsis etc. prototypes so that they use an UTF-8
  2789. string instead of a single character as their last argument.
  2790. ------------------------------------------------------------------------
  2791. r466 | sam | 2006-03-23 14:12:56 +0100 (Thu, 23 Mar 2006) | 2 lines
  2792. Changed paths:
  2793. M /trunk/cucul/cucul.c
  2794. M /trunk/cucul/cucul.h
  2795. M /trunk/src/aafire.c
  2796. M /trunk/src/cacaball.c
  2797. M /trunk/src/cacamoir.c
  2798. M /trunk/src/cacaplas.c
  2799. M /trunk/src/cacaview.c
  2800. M /trunk/test/colors.c
  2801. M /trunk/test/demo.c
  2802. M /trunk/test/dithering.c
  2803. M /trunk/test/event.c
  2804. M /trunk/test/export.c
  2805. M /trunk/test/gamma.c
  2806. M /trunk/test/hsv.c
  2807. M /trunk/test/spritedit.c
  2808. M /trunk/test/transform.c
  2809. M /trunk/test/unicode.c
  2810. * Renamed cucul_init()/cucul_end() into cucul_create()/cucul_free().
  2811. ------------------------------------------------------------------------
  2812. r465 | sam | 2006-03-23 12:34:27 +0100 (Thu, 23 Mar 2006) | 4 lines
  2813. Changed paths:
  2814. M /trunk/TODO
  2815. * Removed done stuff from the TODO.
  2816. * Updated the TODO list with what I said in the mailing-list. The top
  2817. priority is what's marked "API-dependent stuff".
  2818. ------------------------------------------------------------------------
  2819. r464 | sam | 2006-03-23 12:03:43 +0100 (Thu, 23 Mar 2006) | 2 lines
  2820. Changed paths:
  2821. M /trunk/test
  2822. M /trunk/test/Makefile.am
  2823. A /trunk/test/transform.c
  2824. * Added a test for the transformation routines.
  2825. ------------------------------------------------------------------------
  2826. r463 | sam | 2006-03-23 12:00:54 +0100 (Thu, 23 Mar 2006) | 2 lines
  2827. Changed paths:
  2828. M /trunk/cucul/transform.c
  2829. * Added more characters to the flip/rotate routines.
  2830. ------------------------------------------------------------------------
  2831. r462 | sam | 2006-03-23 10:47:06 +0100 (Thu, 23 Mar 2006) | 3 lines
  2832. Changed paths:
  2833. M /trunk/cucul/Makefile.am
  2834. M /trunk/cucul/cucul.h
  2835. A /trunk/cucul/transform.c
  2836. * Added cucul_flip(), cucul_flop() and cucul_transform() to perform
  2837. operations on canvases.
  2838. ------------------------------------------------------------------------
  2839. r461 | sam | 2006-03-22 22:15:57 +0100 (Wed, 22 Mar 2006) | 2 lines
  2840. Changed paths:
  2841. M /trunk/caca/caca.c
  2842. M /trunk/caca/caca.h
  2843. M /trunk/caca/caca_internals.h
  2844. M /trunk/caca/driver_conio.c
  2845. M /trunk/caca/driver_gl.c
  2846. M /trunk/caca/driver_ncurses.c
  2847. M /trunk/caca/driver_network.c
  2848. M /trunk/caca/driver_slang.c
  2849. M /trunk/caca/driver_vga.c
  2850. M /trunk/caca/driver_win32.c
  2851. M /trunk/caca/driver_x11.c
  2852. M /trunk/caca/event.c
  2853. M /trunk/caca/graphics.c
  2854. M /trunk/caca/time.c
  2855. M /trunk/cucul/bitmap.c
  2856. M /trunk/cucul/box.c
  2857. M /trunk/cucul/canvas.c
  2858. M /trunk/cucul/charset.c
  2859. M /trunk/cucul/conic.c
  2860. M /trunk/cucul/cucul.c
  2861. M /trunk/cucul/cucul.h
  2862. M /trunk/cucul/cucul_internals.h
  2863. M /trunk/cucul/export_ansi.c
  2864. M /trunk/cucul/export_html.c
  2865. M /trunk/cucul/export_irc.c
  2866. M /trunk/cucul/export_ps.c
  2867. M /trunk/cucul/export_svg.c
  2868. M /trunk/cucul/line.c
  2869. M /trunk/cucul/math.c
  2870. M /trunk/cucul/sprite.c
  2871. M /trunk/cucul/triangle.c
  2872. M /trunk/kernel/kernel.c
  2873. M /trunk/kernel/kernel.h
  2874. M /trunk/test
  2875. * Slightly changed header comments.
  2876. ------------------------------------------------------------------------
  2877. r460 | sam | 2006-03-22 21:10:14 +0100 (Wed, 22 Mar 2006) | 2 lines
  2878. Changed paths:
  2879. M /trunk/cucul/canvas.c
  2880. * Optimise cucul_blit() by using memcpy() if there is no mask.
  2881. ------------------------------------------------------------------------
  2882. r459 | sam | 2006-03-22 20:54:37 +0100 (Wed, 22 Mar 2006) | 3 lines
  2883. Changed paths:
  2884. M /trunk/cucul/canvas.c
  2885. M /trunk/cucul/cucul.h
  2886. M /trunk/test/Makefile.am
  2887. M /trunk/test/gamma.c
  2888. * Added the cucul_blit() function. It lets us blit various canvas one
  2889. onto the other with an optional mask.
  2890. ------------------------------------------------------------------------
  2891. r458 | sam | 2006-03-22 20:20:52 +0100 (Wed, 22 Mar 2006) | 2 lines
  2892. Changed paths:
  2893. M /trunk/cucul/cucul.c
  2894. * Fixed an uninitialised structure member.
  2895. ------------------------------------------------------------------------
  2896. r457 | sam | 2006-03-22 19:38:06 +0100 (Wed, 22 Mar 2006) | 3 lines
  2897. Changed paths:
  2898. M /trunk/cucul/Makefile.am
  2899. A /trunk/cucul/canvas.c (from /trunk/cucul/char.c:445)
  2900. D /trunk/cucul/char.c
  2901. * Renamed cucul/char.c into cucul/canvas.c because I'm adding stuff there
  2902. that is a bit more high level than characters.
  2903. ------------------------------------------------------------------------
  2904. r456 | sam | 2006-03-22 19:29:39 +0100 (Wed, 22 Mar 2006) | 2 lines
  2905. Changed paths:
  2906. M /trunk/caca/driver_network.c
  2907. M /trunk/cucul/cucul.c
  2908. M /trunk/cucul/cucul.h
  2909. M /trunk/test/export.c
  2910. * Renamed cucul_get_export() to cucul_create_export().
  2911. ------------------------------------------------------------------------
  2912. r455 | sam | 2006-03-22 18:49:18 +0100 (Wed, 22 Mar 2006) | 2 lines
  2913. Changed paths:
  2914. M /trunk/cucul/bitmap.c
  2915. M /trunk/cucul/cucul.h
  2916. M /trunk/src/aafire.c
  2917. M /trunk/src/cacaball.c
  2918. M /trunk/src/cacamoir.c
  2919. M /trunk/src/cacaplas.c
  2920. M /trunk/src/cacaview.c
  2921. M /trunk/test/demo.c
  2922. M /trunk/test/export.c
  2923. M /trunk/test/gamma.c
  2924. M /trunk/test/hsv.c
  2925. * Removed the cucul_t * argument from cucul_create_bitmap(). It's not needed.
  2926. ------------------------------------------------------------------------
  2927. r454 | sam | 2006-03-22 18:46:11 +0100 (Wed, 22 Mar 2006) | 3 lines
  2928. Changed paths:
  2929. M /trunk/cucul/cucul.c
  2930. M /trunk/cucul/cucul.h
  2931. M /trunk/src/aafire.c
  2932. M /trunk/src/cacaball.c
  2933. M /trunk/src/cacamoir.c
  2934. M /trunk/src/cacaplas.c
  2935. M /trunk/src/cacaview.c
  2936. M /trunk/test/colors.c
  2937. M /trunk/test/demo.c
  2938. M /trunk/test/dithering.c
  2939. M /trunk/test/event.c
  2940. M /trunk/test/export.c
  2941. M /trunk/test/gamma.c
  2942. M /trunk/test/hsv.c
  2943. M /trunk/test/spritedit.c
  2944. M /trunk/test/unicode.c
  2945. * Changed the cucul_init parameter so that it now directly accepts a
  2946. canvas size (use cucul_init(0, 0) for the old behaviour).
  2947. ------------------------------------------------------------------------
  2948. r453 | sam | 2006-03-22 18:34:03 +0100 (Wed, 22 Mar 2006) | 2 lines
  2949. Changed paths:
  2950. M /trunk/kernel/kernel.c
  2951. * Handle malloc(0), realloc(NULL,...) and realloc(...,0) in kernel mode.
  2952. ------------------------------------------------------------------------
  2953. r452 | sam | 2006-03-22 18:30:56 +0100 (Wed, 22 Mar 2006) | 2 lines
  2954. Changed paths:
  2955. M /trunk/cucul/cucul.c
  2956. * Removed code that did not need to be duplicated.
  2957. ------------------------------------------------------------------------
  2958. r451 | sam | 2006-03-22 17:09:14 +0100 (Wed, 22 Mar 2006) | 2 lines
  2959. Changed paths:
  2960. M /trunk/src/cacaview.c
  2961. * Gamma support in cacaview (through the g/G key).
  2962. ------------------------------------------------------------------------
  2963. r450 | sam | 2006-03-22 16:00:43 +0100 (Wed, 22 Mar 2006) | 2 lines
  2964. Changed paths:
  2965. M /trunk/test/gamma.c
  2966. * Added colour to the gamma test.
  2967. ------------------------------------------------------------------------
  2968. r449 | sam | 2006-03-22 15:56:50 +0100 (Wed, 22 Mar 2006) | 2 lines
  2969. Changed paths:
  2970. M /trunk/cucul/bitmap.c
  2971. * Use ln(x) = 2 * (t + t^3/3 + t^5/5 + ...) with t = (x-1)/(x+1).
  2972. ------------------------------------------------------------------------
  2973. r448 | sam | 2006-03-22 14:58:24 +0100 (Wed, 22 Mar 2006) | 2 lines
  2974. Changed paths:
  2975. M /trunk/test/gamma.c
  2976. * Animated gamma test.
  2977. ------------------------------------------------------------------------
  2978. r447 | sam | 2006-03-22 14:15:08 +0100 (Wed, 22 Mar 2006) | 2 lines
  2979. Changed paths:
  2980. M /trunk/cucul/cucul.h
  2981. M /trunk/cucul/math.c
  2982. * Got rid of cucul_powf(), too complex to implement and no longer used.
  2983. ------------------------------------------------------------------------
  2984. r446 | sam | 2006-03-22 14:12:54 +0100 (Wed, 22 Mar 2006) | 3 lines
  2985. Changed paths:
  2986. M /trunk/configure.ac
  2987. M /trunk/cucul/bitmap.c
  2988. * Added optional support for CP437 gray blocks in the bitmap renderer.
  2989. * Use a custom pow() function for gamma computation.
  2990. ------------------------------------------------------------------------
  2991. r445 | sam | 2006-03-21 12:05:56 +0100 (Tue, 21 Mar 2006) | 2 lines
  2992. Changed paths:
  2993. M /trunk/cucul/math.c
  2994. * Tried to do something with cucul_powf. It currently sucks.
  2995. ------------------------------------------------------------------------
  2996. r444 | sam | 2006-03-21 11:52:24 +0100 (Tue, 21 Mar 2006) | 2 lines
  2997. Changed paths:
  2998. M /trunk/src/cacaplas.c
  2999. * Changed the cacaplas colours. Yeah, I do what I want.
  3000. ------------------------------------------------------------------------
  3001. r443 | sam | 2006-03-21 11:09:15 +0100 (Tue, 21 Mar 2006) | 27 lines
  3002. Changed paths:
  3003. M /trunk/test/Makefile.am
  3004. A /trunk/test/gamma.c
  3005. ___
  3006. * Bitmap gamma test example. Of ,---. /""`_,'
  3007. course it does not work yet, | `\``""-; /
  3008. because some dirty old pig \ /`\\ ';'
  3009. implemented a cucul_powf() .') | __ \
  3010. function that only works / (` / /(O\. _|
  3011. with integer exponents. .-`| `"` ` .-\_
  3012. .-' \ ` ;=-.
  3013. HAHAHAHA MAIS .' . ._, / o o\
  3014. VIEUX PORC ! .-'` . '-._;_._.J
  3015. .-'` `.-'`
  3016. _. -` L ' .'
  3017. .' U '- ._.-'
  3018. /` C /
  3019. / y |
  3020. ._ ; J | |
  3021. )).-| | | /
  3022. (/`.-| \ \ / .;
  3023. ( (_)| | \ ; .' |
  3024. '--'; | `\ / / |
  3025. \ | `\ /.' /
  3026. \ / ; |`\ |
  3027. '. .' _.-| | | |
  3028. '-. .-';_"---'`.__| | | \
  3029. `'-._ ``'-. | \ \__\\
  3030. `''--.___\\ \__\\
  3031. ------------------------------------------------------------------------
  3032. r442 | sam | 2006-03-21 10:52:32 +0100 (Tue, 21 Mar 2006) | 2 lines
  3033. Changed paths:
  3034. M /trunk/cucul/bitmap.c
  3035. M /trunk/cucul/cucul.h
  3036. M /trunk/cucul/sprite.c
  3037. M /trunk/src/aafire.c
  3038. M /trunk/src/cacaball.c
  3039. M /trunk/src/cacamoir.c
  3040. M /trunk/src/cacaplas.c
  3041. M /trunk/src/cacaview.c
  3042. M /trunk/test/demo.c
  3043. M /trunk/test/export.c
  3044. M /trunk/test/hsv.c
  3045. * Got rid of useless parameters in cucul_*_bitmap and cucul_*_sprite.
  3046. ------------------------------------------------------------------------
  3047. r441 | sam | 2006-03-21 10:48:02 +0100 (Tue, 21 Mar 2006) | 2 lines
  3048. Changed paths:
  3049. M /trunk/configure.ac
  3050. M /trunk/kernel/kernel.c
  3051. * Use the asm versions of sin and cos when available.
  3052. ------------------------------------------------------------------------
  3053. r440 | jylam | 2006-03-20 16:23:11 +0100 (Mon, 20 Mar 2006) | 2 lines
  3054. Changed paths:
  3055. M /trunk/caca/driver_gl.c
  3056. * Added a bird.
  3057. ------------------------------------------------------------------------
  3058. r439 | sam | 2006-03-19 18:10:12 +0100 (Sun, 19 Mar 2006) | 2 lines
  3059. Changed paths:
  3060. M /trunk/caca/driver_x11.c
  3061. * Added basic support for a few Unicode characters to the X11 driver.
  3062. ------------------------------------------------------------------------
  3063. r438 | sam | 2006-03-19 17:59:34 +0100 (Sun, 19 Mar 2006) | 2 lines
  3064. Changed paths:
  3065. M /trunk/src/cacaplas.c
  3066. * Added a lame "powered by libcaca" banner to cacaplas.
  3067. ------------------------------------------------------------------------
  3068. r437 | sam | 2006-03-19 17:59:01 +0100 (Sun, 19 Mar 2006) | 2 lines
  3069. Changed paths:
  3070. M /trunk/TODO
  3071. * Added a few notes to the TODO list.
  3072. ------------------------------------------------------------------------
  3073. r436 | sam | 2006-03-19 17:42:31 +0100 (Sun, 19 Mar 2006) | 18 lines
  3074. Changed paths:
  3075. M /trunk/src/cacaball.c
  3076. Nan mais avec ma config _,--. ,--._
  3077. d'Emacs c'est vraiment \ > `-"""-' < /
  3078. impossible qu'il reste `-. .-'
  3079. des tabs dans mon code / 'e___e` \
  3080. \__ ( (o o) )
  3081. HAHAHAHA MAIS _\_ `=' _/_
  3082. VIEUX PORC ! / /|`-._.-'|\ \
  3083. \ ., / /||_______||\ \
  3084. .,|_) _/ /_||=======||_\ \_
  3085. _ _______( ,\ ', / _/==|| ||==\_ \
  3086. '(-'.` '-``o t__ `'( ^^ ^^ )`'
  3087. '/ (") \ /
  3088. | t-` \______|______/
  3089. \ )_.-` |______|______|
  3090. \ .^--| /_| )__| |__(
  3091. \_(_\ |_|'[_\ / ] [ \
  3092. '[_\ '[_\ `--' `--'
  3093. ------------------------------------------------------------------------
  3094. r435 | sam | 2006-03-19 17:34:53 +0100 (Sun, 19 Mar 2006) | 2 lines
  3095. Changed paths:
  3096. M /trunk/test/unicode.c
  3097. * More special characters in the Unicode test.
  3098. ------------------------------------------------------------------------
  3099. r434 | sam | 2006-03-18 01:12:25 +0100 (Sat, 18 Mar 2006) | 2 lines
  3100. Changed paths:
  3101. M /trunk/caca/caca.h
  3102. M /trunk/caca/caca_internals.h
  3103. M /trunk/caca/event.c
  3104. M /trunk/caca/graphics.c
  3105. M /trunk/cucul/char.c
  3106. M /trunk/cucul/cucul_internals.h
  3107. * Cosmetic fixes.
  3108. ------------------------------------------------------------------------
  3109. r433 | sam | 2006-03-18 01:06:24 +0100 (Sat, 18 Mar 2006) | 2 lines
  3110. Changed paths:
  3111. M /trunk/caca/driver_network.c
  3112. M /trunk/cucul/cucul.c
  3113. M /trunk/cucul/cucul.h
  3114. M /trunk/cucul/export_ansi.c
  3115. M /trunk/cucul/export_html.c
  3116. M /trunk/cucul/export_irc.c
  3117. M /trunk/cucul/export_ps.c
  3118. M /trunk/cucul/export_svg.c
  3119. M /trunk/test/export.c
  3120. * Renamed cucul_buffer to cucul_export. Vanilla rum rules.
  3121. ------------------------------------------------------------------------
  3122. r432 | sam | 2006-03-17 14:32:58 +0100 (Fri, 17 Mar 2006) | 2 lines
  3123. Changed paths:
  3124. M /trunk/caca/driver_conio.c
  3125. M /trunk/caca/driver_vga.c
  3126. M /trunk/cucul/Makefile.am
  3127. M /trunk/cucul/char.c
  3128. A /trunk/cucul/charset.c (from /trunk/cucul/char.c:428)
  3129. M /trunk/cucul/cucul_internals.h
  3130. * Factorised some charset handling code into a new cucul/charset.c file.
  3131. ------------------------------------------------------------------------
  3132. r431 | sam | 2006-03-17 11:35:26 +0100 (Fri, 17 Mar 2006) | 2 lines
  3133. Changed paths:
  3134. M /trunk/test/export.c
  3135. * Added a few commonly escaped characters to the export test: ( ) " < > &
  3136. ------------------------------------------------------------------------
  3137. r430 | sam | 2006-03-17 10:56:28 +0100 (Fri, 17 Mar 2006) | 2 lines
  3138. Changed paths:
  3139. M /trunk/cucul/export_svg.c
  3140. * Full Unicode support in the SVG exporter.
  3141. ------------------------------------------------------------------------
  3142. r429 | sam | 2006-03-17 10:49:16 +0100 (Fri, 17 Mar 2006) | 2 lines
  3143. Changed paths:
  3144. M /trunk/caca/driver_x11.c
  3145. * Print '?' instead of spaces for unknown glyphs in the X11 driver.
  3146. ------------------------------------------------------------------------
  3147. r428 | sam | 2006-03-16 20:10:12 +0100 (Thu, 16 Mar 2006) | 14 lines
  3148. Changed paths:
  3149. M /trunk/cucul/export_ps.c
  3150. ___
  3151. ',_`""\ .---,
  3152. \ :-""``/` |
  3153. Ahaha mais vieux porc !! `;' //`\ /
  3154. / __ | ('.
  3155. |_ ./O)\ \ `) \
  3156. _/-. ` `"` |`
  3157. .-=; ` /
  3158. /o o \ ,_, .
  3159. L._._;_.-' .
  3160. `'-.` '
  3161. `. '
  3162. '-._. -'
  3163. ------------------------------------------------------------------------
  3164. r427 | sam | 2006-03-16 20:00:59 +0100 (Thu, 16 Mar 2006) | 2 lines
  3165. Changed paths:
  3166. M /trunk/ChangeLog
  3167. * Updated ChangeLog and converted it to UTF-8.
  3168. ------------------------------------------------------------------------
  3169. r426 | sam | 2006-03-16 19:58:39 +0100 (Thu, 16 Mar 2006) | 2 lines
  3170. Changed paths:
  3171. M /trunk/cucul/export_svg.c
  3172. * Fixed Unicode handling and improved coding style in the SVG exporter.
  3173. ------------------------------------------------------------------------
  3174. r425 | sam | 2006-03-16 19:52:40 +0100 (Thu, 16 Mar 2006) | 2 lines
  3175. Changed paths:
  3176. M /trunk/test/export.c
  3177. * Do not write the trailing \0 when exporting data.
  3178. ------------------------------------------------------------------------
  3179. r424 | sam | 2006-03-16 19:44:07 +0100 (Thu, 16 Mar 2006) | 3 lines
  3180. Changed paths:
  3181. M /trunk/cucul/export_ps.c
  3182. * Fixed syntax errors in the generated PostScript document if ( ) \ or
  3183. Unicode characters are encountered.
  3184. ------------------------------------------------------------------------
  3185. r423 | sam | 2006-03-16 19:09:26 +0100 (Thu, 16 Mar 2006) | 3 lines
  3186. Changed paths:
  3187. M /trunk/cucul/export_ps.c
  3188. * Optimised for speed and space, fixed a few bugs, and improved coding style
  3189. in the PS exporter (vieux porc !).
  3190. ------------------------------------------------------------------------
  3191. r422 | sam | 2006-03-16 18:04:09 +0100 (Thu, 16 Mar 2006) | 2 lines
  3192. Changed paths:
  3193. M /trunk/cucul/cucul.c
  3194. * Comment clarification.
  3195. ------------------------------------------------------------------------
  3196. r421 | sam | 2006-03-16 17:59:57 +0100 (Thu, 16 Mar 2006) | 2 lines
  3197. Changed paths:
  3198. M /trunk/caca/driver_win32.c
  3199. * Fix resizing of the Win32 console. It now adapts to the requested size.
  3200. ------------------------------------------------------------------------
  3201. r420 | sam | 2006-03-16 13:58:55 +0100 (Thu, 16 Mar 2006) | 3 lines
  3202. Changed paths:
  3203. M /trunk/caca/driver_conio.c
  3204. M /trunk/caca/driver_vga.c
  3205. * Duplicated the conio.h Unicode->CP437 conversion into the VGA driver.
  3206. * Cosmetic code changes.
  3207. ------------------------------------------------------------------------
  3208. r419 | sam | 2006-03-16 13:50:07 +0100 (Thu, 16 Mar 2006) | 2 lines
  3209. Changed paths:
  3210. M /trunk/caca/driver_slang.c
  3211. * Fixed compiler warnings when UTF-8 S-Lang is not available.
  3212. ------------------------------------------------------------------------
  3213. r418 | sam | 2006-03-16 13:49:20 +0100 (Thu, 16 Mar 2006) | 2 lines
  3214. Changed paths:
  3215. M /trunk/caca/driver_ncurses.c
  3216. M /trunk/configure.ac
  3217. * Use UTF-8 enable ncurses (ncursesw) if available. Doesn't seem to work.
  3218. ------------------------------------------------------------------------
  3219. r417 | sam | 2006-03-16 13:46:39 +0100 (Thu, 16 Mar 2006) | 3 lines
  3220. Changed paths:
  3221. M /trunk/build-win32
  3222. * Distribute the license with Win32 packages and convert text files to
  3223. CRLF format.
  3224. ------------------------------------------------------------------------
  3225. r416 | sam | 2006-03-15 23:07:55 +0100 (Wed, 15 Mar 2006) | 3 lines
  3226. Changed paths:
  3227. M /trunk/caca/driver_conio.c
  3228. M /trunk/test/unicode.c
  3229. * Added support for Unicode characters that fall into CP437 0x01 - 0x1f to
  3230. the DOS/conio.h driver, and updated the unicode test accordingly.
  3231. ------------------------------------------------------------------------
  3232. r415 | sam | 2006-03-15 21:39:43 +0100 (Wed, 15 Mar 2006) | 2 lines
  3233. Changed paths:
  3234. M /trunk/test/export.c
  3235. M /trunk/test/unicode.c
  3236. * Added a few more Unicode characters to the export and unicode tests.
  3237. ------------------------------------------------------------------------
  3238. r414 | sam | 2006-03-15 21:30:39 +0100 (Wed, 15 Mar 2006) | 3 lines
  3239. Changed paths:
  3240. M /trunk/caca/driver_conio.c
  3241. * Partial Unicode support for the DOS/conio.h driver. Glyphs that have
  3242. equivalents in CP437 0x7f - 0xff are translated.
  3243. ------------------------------------------------------------------------
  3244. r413 | sam | 2006-03-15 19:41:29 +0100 (Wed, 15 Mar 2006) | 2 lines
  3245. Changed paths:
  3246. M /trunk/cucul/export_html.c
  3247. * Unicode support in the HTML exporter.
  3248. ------------------------------------------------------------------------
  3249. r412 | sam | 2006-03-15 18:42:03 +0100 (Wed, 15 Mar 2006) | 2 lines
  3250. Changed paths:
  3251. M /trunk/caca/caca.c
  3252. * Cosmetic.
  3253. ------------------------------------------------------------------------
  3254. r411 | sam | 2006-03-15 18:33:03 +0100 (Wed, 15 Mar 2006) | 2 lines
  3255. Changed paths:
  3256. M /trunk/test
  3257. M /trunk/test/Makefile.am
  3258. A /trunk/test/export.c
  3259. * Small test program for exporters. Usage: "export html", "export irc" etc.
  3260. ------------------------------------------------------------------------
  3261. r410 | jylam | 2006-03-15 18:16:09 +0100 (Wed, 15 Mar 2006) | 24 lines
  3262. Changed paths:
  3263. A /trunk/cucul/export_svg.c
  3264. * Added the SVG exporter sources. SAM IS KOREA KEKEKEK ^^
  3265. *p_e_n_i_s_b_i_r_d_p_e_n_i_s_b_i_r_d_*
  3266. p______...___________________________p
  3267. e____(_..__`'-.,--,__________________e
  3268. n_____'-._'-.__`\a\\_________________n
  3269. i_________'.___.'_(|_________________i
  3270. s____________7____||_________________s
  3271. b___________/___.'_|_________________b
  3272. i__________/_.-'__,J_________________i
  3273. r_________/_________\________________r
  3274. d________||___/______;_______________d
  3275. *________||__|_______|_______________*
  3276. p________`\__\_______|__/__''\_______p
  3277. e__________'._\______/.-`____{}|_____e
  3278. n___________/\_`;_.-'_________/______n
  3279. i___________\_;(((____.--'\_/________i
  3280. s_________.(((_____.-;\______________s
  3281. b____.--'`_____,;`'.'-;\_____________b
  3282. i_taco's____.'____'._.'\\____________i
  3283. r_dick_--'_________|__\_|____________r
  3284. d__________________\_\,_/____________d
  3285. *p_e_n_i_s_b_i_r_d_p_e_n_i_s_b_i_r_d_*
  3286. ------------------------------------------------------------------------
  3287. r409 | jylam | 2006-03-15 17:55:40 +0100 (Wed, 15 Mar 2006) | 2 lines
  3288. Changed paths:
  3289. M /trunk/cucul/Makefile.am
  3290. M /trunk/cucul/cucul.c
  3291. M /trunk/cucul/cucul.h
  3292. M /trunk/cucul/export_html.c
  3293. M /trunk/cucul/export_ps.c
  3294. * Added preliminary (but working) SVG exporter
  3295. ------------------------------------------------------------------------
  3296. r408 | jylam | 2006-03-15 16:03:43 +0100 (Wed, 15 Mar 2006) | 2 lines
  3297. Changed paths:
  3298. M /trunk/caca/driver_network.c
  3299. * Added telnet commands and options strings for debug
  3300. ------------------------------------------------------------------------
  3301. r407 | jylam | 2006-03-15 14:48:51 +0100 (Wed, 15 Mar 2006) | 2 lines
  3302. Changed paths:
  3303. M /trunk/test/demo.c
  3304. * Fixed refresh when updating parameter in display_menu()
  3305. ------------------------------------------------------------------------
  3306. r406 | jylam | 2006-03-15 14:10:34 +0100 (Wed, 15 Mar 2006) | 2 lines
  3307. Changed paths:
  3308. M /trunk/kernel/kernel.c
  3309. * Removed false comment
  3310. ------------------------------------------------------------------------
  3311. r405 | jylam | 2006-03-15 14:06:25 +0100 (Wed, 15 Mar 2006) | 2 lines
  3312. Changed paths:
  3313. M /trunk/src/cacaball.c
  3314. * Optimised cacaballs a bit
  3315. ------------------------------------------------------------------------
  3316. r404 | jylam | 2006-03-15 13:51:08 +0100 (Wed, 15 Mar 2006) | 2 lines
  3317. Changed paths:
  3318. M /trunk/src/cacaball.c
  3319. * Better cacaballs parameters
  3320. ------------------------------------------------------------------------
  3321. r403 | sam | 2006-03-15 11:04:56 +0100 (Wed, 15 Mar 2006) | 3 lines
  3322. Changed paths:
  3323. M /trunk/src/cacamoir.c
  3324. * Increased cacamoir circle thikness by 50%, because it currently really
  3325. sucks in small resolutions.
  3326. ------------------------------------------------------------------------
  3327. r402 | sam | 2006-03-15 11:03:04 +0100 (Wed, 15 Mar 2006) | 2 lines
  3328. Changed paths:
  3329. M /trunk/caca/driver_gl.c
  3330. M /trunk/caca/driver_ncurses.c
  3331. M /trunk/caca/driver_x11.c
  3332. M /trunk/src/cacaball.c
  3333. * Minor coding style fixes.
  3334. ------------------------------------------------------------------------
  3335. r401 | sam | 2006-03-15 11:02:08 +0100 (Wed, 15 Mar 2006) | 2 lines
  3336. Changed paths:
  3337. M /trunk/caca/driver_win32.c
  3338. * UTF-8 support in the Win32 driver.
  3339. ------------------------------------------------------------------------
  3340. r400 | sam | 2006-03-15 11:01:14 +0100 (Wed, 15 Mar 2006) | 3 lines
  3341. Changed paths:
  3342. M /trunk/caca/caca.h
  3343. M /trunk/caca/driver_network.c
  3344. * Support CACA_GEOMETRY in the network driver. Still defaults to 80x24.
  3345. * Use RETSIGTYPE for signal handler return values.
  3346. ------------------------------------------------------------------------
  3347. r399 | sam | 2006-03-15 10:57:04 +0100 (Wed, 15 Mar 2006) | 4 lines
  3348. Changed paths:
  3349. M /trunk/caca/driver_slang.c
  3350. M /trunk/configure.ac
  3351. * Do not fail if SLsmg_utf8_enable was not found, just disable UTF-8 support
  3352. in the SLang driver.
  3353. * Cosmetic fixes in configure.ac.
  3354. ------------------------------------------------------------------------
  3355. r398 | sam | 2006-03-14 23:05:34 +0100 (Tue, 14 Mar 2006) | 6 lines
  3356. Changed paths:
  3357. M /trunk/caca/driver_network.c
  3358. M /trunk/cucul/cucul.c
  3359. M /trunk/cucul/cucul.h
  3360. M /trunk/cucul/cucul_internals.h
  3361. M /trunk/cucul/export_ansi.c
  3362. M /trunk/cucul/export_html.c
  3363. M /trunk/cucul/export_irc.c
  3364. M /trunk/cucul/export_ps.c
  3365. * Replaced all cucul_get_* exporters with a generic cucul_export() function.
  3366. * Got rid of static buffers; we now use cucul_free() to free exported
  3367. buffers.
  3368. * Fixed light background in the ANSI exporter by adding escape sequences for
  3369. most terminal emulators.
  3370. ------------------------------------------------------------------------
  3371. r397 | jylam | 2006-03-14 20:01:19 +0100 (Tue, 14 Mar 2006) | 2 lines
  3372. Changed paths:
  3373. M /trunk/kernel/kernel.c
  3374. * Fixed UPPER() for strcasecmp
  3375. ------------------------------------------------------------------------
  3376. r396 | sam | 2006-03-14 19:10:30 +0100 (Tue, 14 Mar 2006) | 2 lines
  3377. Changed paths:
  3378. M /trunk/kernel/kernel.c
  3379. * Rewrote strncasecmp. Totally untested, of course.
  3380. ------------------------------------------------------------------------
  3381. r395 | sam | 2006-03-14 18:09:17 +0100 (Tue, 14 Mar 2006) | 2 lines
  3382. Changed paths:
  3383. M /trunk/cucul/export_ps.c
  3384. * STATIC char const. AHAHAHAHA.
  3385. ------------------------------------------------------------------------
  3386. r394 | sam | 2006-03-14 18:06:12 +0100 (Tue, 14 Mar 2006) | 3 lines
  3387. Changed paths:
  3388. M /trunk/caca/driver_network.c
  3389. * Do not switch to alternate screen when clearing, because sometimes we
  3390. are unable to cleanly restore the state.
  3391. ------------------------------------------------------------------------
  3392. r393 | jylam | 2006-03-14 17:57:53 +0100 (Tue, 14 Mar 2006) | 2 lines
  3393. Changed paths:
  3394. M /trunk/cucul/export_ps.c
  3395. * Cosmetic changes. AHAHAH I COMMITED IT MYSELF.
  3396. ------------------------------------------------------------------------
  3397. r392 | jylam | 2006-03-14 17:51:38 +0100 (Tue, 14 Mar 2006) | 2 lines
  3398. Changed paths:
  3399. M /trunk/cucul/export_ps.c
  3400. * Postscript exporter now kinda works. Paper size to be fixed
  3401. ------------------------------------------------------------------------
  3402. r391 | jylam | 2006-03-14 16:39:38 +0100 (Tue, 14 Mar 2006) | 2 lines
  3403. Changed paths:
  3404. M /trunk/cucul/Makefile.am
  3405. M /trunk/cucul/cucul.c
  3406. M /trunk/cucul/cucul.h
  3407. M /trunk/cucul/cucul_internals.h
  3408. A /trunk/cucul/export_ps.c
  3409. * Added preliminary Postscript (tm) (r) (c) exporter.
  3410. ------------------------------------------------------------------------
  3411. r390 | sam | 2006-03-14 15:19:58 +0100 (Tue, 14 Mar 2006) | 2 lines
  3412. Changed paths:
  3413. M /trunk/caca/driver_network.c
  3414. * Pressing Ctrl-C on the client side now drops the connection.
  3415. ------------------------------------------------------------------------
  3416. r389 | sam | 2006-03-14 13:49:32 +0100 (Tue, 14 Mar 2006) | 2 lines
  3417. Changed paths:
  3418. M /trunk/TODO
  3419. * Updated the TODO list, mostly with Unicode-related tasks.
  3420. ------------------------------------------------------------------------
  3421. r388 | sam | 2006-03-14 13:49:01 +0100 (Tue, 14 Mar 2006) | 3 lines
  3422. Changed paths:
  3423. M /trunk/caca/caca.h
  3424. M /trunk/caca/driver_network.c
  3425. * Changed port environment variable to "CACA_PORT". No need to mention it's
  3426. a network port, we could have guessed.
  3427. ------------------------------------------------------------------------
  3428. r387 | sam | 2006-03-14 13:30:17 +0100 (Tue, 14 Mar 2006) | 2 lines
  3429. Changed paths:
  3430. M /trunk/caca/caca.c
  3431. * Ooops, fixed an old typo.
  3432. ------------------------------------------------------------------------
  3433. r386 | sam | 2006-03-14 13:16:11 +0100 (Tue, 14 Mar 2006) | 2 lines
  3434. Changed paths:
  3435. M /trunk/src/cacaball.c
  3436. * Fixed a warning in cacaball.c.
  3437. ------------------------------------------------------------------------
  3438. r385 | sam | 2006-03-13 20:04:29 +0100 (Mon, 13 Mar 2006) | 11 lines
  3439. Changed paths:
  3440. M /trunk/caca/driver_network.c
  3441. * Improvements to the network output:
  3442. + Changed port to 51914 (rationale: it's 0xCACA; so okay, it's outside
  3443. the registered ports area, but we'd never be accepted anyway).
  3444. + Retry network sends in caca_get_event(), too.
  3445. + Have a per-client buffer in case of network congestion. If that buffer
  3446. gets full, just drop it and start again at the next frame.
  3447. + Set the window title to "caca for the network".
  3448. + Do not send the ANSI buffer's terminating \0.
  3449. + Restore the SIGPIPE handler on close.
  3450. + Set window size to 80x24 instead of 80x25.
  3451. ------------------------------------------------------------------------
  3452. r384 | sam | 2006-03-13 19:07:35 +0100 (Mon, 13 Mar 2006) | 24 lines
  3453. Changed paths:
  3454. M /trunk/cucul/export_ansi.c
  3455. M /trunk/cucul/export_html.c
  3456. M /trunk/cucul/export_irc.c
  3457. M /trunk/perl/lib/Term/Caca/Bitmap.pm
  3458. M /trunk/perl/lib/Term/Caca/Constants.pm
  3459. M /trunk/perl/lib/Term/Caca/Sprite.pm
  3460. M /trunk/perl/lib/Term/Caca.pm
  3461. M /trunk/perl/lib/Term/Kaka/Bitmap.pm
  3462. M /trunk/perl/lib/Term/Kaka/Constants.pm
  3463. M /trunk/perl/lib/Term/Kaka/Sprite.pm
  3464. M /trunk/perl/lib/Term/Kaka.pm
  3465. M /trunk/python/pypycaca.c
  3466. M /trunk/python/pypycaca.h
  3467. * Set svn:keyword Id property on a few files.
  3468. Note to developers: use that chunk in your ~/.subversion/config:
  3469. [miscellany]
  3470. enable-auto-props = yes
  3471. [auto-props]
  3472. *.m = svn:keywords=Id
  3473. *.h = svn:keywords=Id
  3474. *.mm = svn:keywords=Id
  3475. *.c = svn:keywords=Id
  3476. *.cpp = svn:keywords=Id
  3477. *.pch = svn:keywords=Id
  3478. *.command = svn:keywords=Id
  3479. *.pl = svn:keywords=Id
  3480. *.pm = svn:keywords=Id
  3481. *.py = svn:keywords=Id
  3482. *.sh = svn:keywords=Id
  3483. *.txt = svn:keywords=Id
  3484. *.html = svn:keywords=Id
  3485. *.php = svn:keywords=Id
  3486. ------------------------------------------------------------------------
  3487. r383 | sam | 2006-03-13 19:05:12 +0100 (Mon, 13 Mar 2006) | 2 lines
  3488. Changed paths:
  3489. M /trunk/cucul/export_ansi.c
  3490. * Fixed end of lines in the ANSI exporter (CRLF, not LFCR).
  3491. ------------------------------------------------------------------------
  3492. r382 | sam | 2006-03-13 18:49:04 +0100 (Mon, 13 Mar 2006) | 2 lines
  3493. Changed paths:
  3494. M /trunk/caca/caca.c
  3495. * Fixed an uninitialised variable in the event queue handling.
  3496. ------------------------------------------------------------------------
  3497. r381 | sam | 2006-03-13 18:38:18 +0100 (Mon, 13 Mar 2006) | 2 lines
  3498. Changed paths:
  3499. M /trunk/test/colors.c
  3500. * Allow the color test to be built as a kernel.
  3501. ------------------------------------------------------------------------
  3502. r380 | sam | 2006-03-13 18:36:14 +0100 (Mon, 13 Mar 2006) | 2 lines
  3503. Changed paths:
  3504. M /trunk/THANKS
  3505. * Sorted list of extra contributors by topic and added the FSF.
  3506. ------------------------------------------------------------------------
  3507. r379 | sam | 2006-03-10 20:21:33 +0100 (Fri, 10 Mar 2006) | 3 lines
  3508. Changed paths:
  3509. M /trunk/caca/driver_network.c
  3510. * Set the client sockets as non-blocking, and implemented non-blocking
  3511. writes. Currently works very badly with more than one client.
  3512. ------------------------------------------------------------------------
  3513. r378 | jylam | 2006-03-10 18:56:40 +0100 (Fri, 10 Mar 2006) | 2 lines
  3514. Changed paths:
  3515. M /trunk/kernel/kernel.c
  3516. * wrote strcasecmp for fun
  3517. ------------------------------------------------------------------------
  3518. r377 | jylam | 2006-03-10 18:41:23 +0100 (Fri, 10 Mar 2006) | 2 lines
  3519. Changed paths:
  3520. M /trunk/cucul/Makefile.am
  3521. A /trunk/cucul/export_ansi.c
  3522. A /trunk/cucul/export_html.c
  3523. A /trunk/cucul/export_irc.c
  3524. D /trunk/cucul/exporter_ansi.c
  3525. D /trunk/cucul/exporter_html.c
  3526. D /trunk/cucul/exporter_irc.c
  3527. * Renamed exporter_* to export_*, from God recommendation.
  3528. ------------------------------------------------------------------------
  3529. r376 | jylam | 2006-03-10 18:32:08 +0100 (Fri, 10 Mar 2006) | 2 lines
  3530. Changed paths:
  3531. M /trunk/cucul/Makefile.am
  3532. D /trunk/cucul/export.c
  3533. A /trunk/cucul/exporter_ansi.c
  3534. A /trunk/cucul/exporter_html.c
  3535. A /trunk/cucul/exporter_irc.c
  3536. * Exploded cucul/export.c
  3537. ------------------------------------------------------------------------
  3538. r375 | jylam | 2006-03-10 16:11:40 +0100 (Fri, 10 Mar 2006) | 2 lines
  3539. Changed paths:
  3540. M /trunk/caca/caca.c
  3541. M /trunk/caca/caca.h
  3542. M /trunk/caca/driver_network.c
  3543. * Added CACA_NETWORK_PORT env and related documentation
  3544. ------------------------------------------------------------------------
  3545. r374 | jylam | 2006-03-10 15:41:24 +0100 (Fri, 10 Mar 2006) | 2 lines
  3546. Changed paths:
  3547. M /trunk/caca/driver_network.c
  3548. M /trunk/configure.ac
  3549. M /trunk/cucul/cucul_internals.h
  3550. * 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
  3551. ------------------------------------------------------------------------
  3552. r373 | sam | 2006-03-10 14:06:40 +0100 (Fri, 10 Mar 2006) | 4 lines
  3553. Changed paths:
  3554. M /trunk/caca/driver_network.c
  3555. * Handle incoming connections in network_get_event() as well as
  3556. network_display() so that new clients immediately get the contents
  3557. of the canvas and do not need to wait for a caca_display() call.
  3558. ------------------------------------------------------------------------
  3559. r372 | sam | 2006-03-10 11:03:30 +0100 (Fri, 10 Mar 2006) | 3 lines
  3560. Changed paths:
  3561. M /trunk/cucul/char.c
  3562. * Preliminary support for UTF-8 in cucul_putstr(). Also added a
  3563. cucul_putchar32() function but I'm not convinced it will be useful.
  3564. ------------------------------------------------------------------------
  3565. r371 | sam | 2006-03-10 11:01:22 +0100 (Fri, 10 Mar 2006) | 4 lines
  3566. Changed paths:
  3567. M /trunk/caca/driver_conio.c
  3568. M /trunk/caca/driver_gl.c
  3569. M /trunk/caca/driver_ncurses.c
  3570. M /trunk/caca/driver_network.c
  3571. M /trunk/caca/driver_win32.c
  3572. M /trunk/caca/driver_x11.c
  3573. M /trunk/caca/graphics.c
  3574. * Use the internal version of cucul_set_size in output drivers so that
  3575. they can force a resize. We need to find a way to make those specific
  3576. cucul - caca interactions unavailable to the clueless user.
  3577. ------------------------------------------------------------------------
  3578. r370 | sam | 2006-03-10 10:48:33 +0100 (Fri, 10 Mar 2006) | 2 lines
  3579. Changed paths:
  3580. M /trunk/src/cacaball.c
  3581. M /trunk/src/cacamoir.c
  3582. M /trunk/src/cacaplas.c
  3583. * Made cacamoir, cacaball and cacaplas buildable into a kernel.
  3584. ------------------------------------------------------------------------
  3585. r369 | sam | 2006-03-10 10:43:13 +0100 (Fri, 10 Mar 2006) | 3 lines
  3586. Changed paths:
  3587. M /trunk/caca/driver_vga.c
  3588. * Assume the VGA screen is 320x200 and really resize the cucul canvas to
  3589. 80x25 upon initialisation.
  3590. ------------------------------------------------------------------------
  3591. r368 | sam | 2006-03-10 10:34:16 +0100 (Fri, 10 Mar 2006) | 2 lines
  3592. Changed paths:
  3593. M /trunk/caca/driver_slang.c
  3594. * Added Unicode support to the SLang driver.
  3595. ------------------------------------------------------------------------
  3596. r367 | sam | 2006-03-10 10:31:32 +0100 (Fri, 10 Mar 2006) | 2 lines
  3597. Changed paths:
  3598. M /trunk/kernel/kernel.c
  3599. M /trunk/kernel/kernel.h
  3600. * Implemented a few math functions in our kernel: cos(), sin(), sqrt().
  3601. ------------------------------------------------------------------------
  3602. r366 | sam | 2006-03-10 10:30:30 +0100 (Fri, 10 Mar 2006) | 2 lines
  3603. Changed paths:
  3604. M /trunk/test/unicode.c
  3605. * More Unicode tests: gradient glyphs, double width characters.
  3606. ------------------------------------------------------------------------
  3607. r365 | jylam | 2006-03-09 20:27:55 +0100 (Thu, 09 Mar 2006) | 2 lines
  3608. Changed paths:
  3609. M /trunk/build-kernel
  3610. * Oops, modified build-kernel while testing and commited it ;)
  3611. ------------------------------------------------------------------------
  3612. r364 | jylam | 2006-03-09 20:27:14 +0100 (Thu, 09 Mar 2006) | 2 lines
  3613. Changed paths:
  3614. M /trunk/build-kernel
  3615. M /trunk/caca/driver_network.c
  3616. * 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.
  3617. ------------------------------------------------------------------------
  3618. r363 | sam | 2006-03-09 17:57:32 +0100 (Thu, 09 Mar 2006) | 2 lines
  3619. Changed paths:
  3620. M /trunk/caca/driver_vga.c
  3621. * Fixed VGA colours. The values only range from 0 to 63.
  3622. ------------------------------------------------------------------------
  3623. r362 | sam | 2006-03-09 16:35:00 +0100 (Thu, 09 Mar 2006) | 4 lines
  3624. Changed paths:
  3625. M /trunk/build-kernel
  3626. M /trunk/caca/caca_internals.h
  3627. M /trunk/cucul/cucul_internals.h
  3628. M /trunk/kernel/kernel.c
  3629. M /trunk/kernel/kernel.h
  3630. * Added assembly code for inb() and outb().
  3631. * Print a small message at kernel boot time just to check that the kernel
  3632. was properly loaded.
  3633. ------------------------------------------------------------------------
  3634. r361 | jylam | 2006-03-09 14:24:06 +0100 (Thu, 09 Mar 2006) | 2 lines
  3635. Changed paths:
  3636. M /trunk/cucul/export.c
  3637. * Added tests for malloc()'s
  3638. ------------------------------------------------------------------------
  3639. r360 | jylam | 2006-03-09 14:08:41 +0100 (Thu, 09 Mar 2006) | 2 lines
  3640. Changed paths:
  3641. M /trunk/README
  3642. M /trunk/cucul/cucul.c
  3643. M /trunk/cucul/cucul_internals.h
  3644. M /trunk/cucul/export.c
  3645. * Updated README for network driver, fixed remaining exporters
  3646. ------------------------------------------------------------------------
  3647. r359 | sam | 2006-03-09 14:04:59 +0100 (Thu, 09 Mar 2006) | 2 lines
  3648. Changed paths:
  3649. M /trunk/caca/Makefile.am
  3650. M /trunk/configure.ac
  3651. M /trunk/kernel/Makefile.am
  3652. * Added a conditional to only build the kernel if --enable-vga was set.
  3653. ------------------------------------------------------------------------
  3654. r358 | sam | 2006-03-09 13:56:33 +0100 (Thu, 09 Mar 2006) | 2 lines
  3655. Changed paths:
  3656. M /trunk/build-kernel
  3657. * Set executable flag to the build-kernel script.
  3658. ------------------------------------------------------------------------
  3659. r357 | sam | 2006-03-09 13:47:37 +0100 (Thu, 09 Mar 2006) | 3 lines
  3660. Changed paths:
  3661. A /trunk/COPYING.GPL
  3662. M /trunk/Makefile.am
  3663. A /trunk/build-kernel
  3664. M /trunk/caca/time.c
  3665. M /trunk/configure.ac
  3666. M /trunk/cucul/bitmap.c
  3667. M /trunk/cucul/box.c
  3668. M /trunk/cucul/char.c
  3669. M /trunk/cucul/conic.c
  3670. M /trunk/cucul/cucul.c
  3671. M /trunk/cucul/cucul_internals.h
  3672. M /trunk/cucul/export.c
  3673. M /trunk/cucul/line.c
  3674. M /trunk/cucul/math.c
  3675. M /trunk/cucul/sprite.c
  3676. M /trunk/cucul/triangle.c
  3677. A /trunk/kernel
  3678. A /trunk/kernel/Makefile.am
  3679. A /trunk/kernel/kernel.c
  3680. A /trunk/kernel/kernel.h
  3681. A /trunk/kernel/multiboot.S
  3682. A /trunk/kernel/multiboot.h
  3683. M /trunk/src
  3684. M /trunk/src/aafire.c
  3685. * Added glue code to compile libcaca without a libc and build applications
  3686. as multiboot kernels.
  3687. ------------------------------------------------------------------------
  3688. r356 | sam | 2006-03-09 13:44:49 +0100 (Thu, 09 Mar 2006) | 2 lines
  3689. Changed paths:
  3690. M /trunk/caca/driver_conio.c
  3691. * Cosmetic change.
  3692. ------------------------------------------------------------------------
  3693. r355 | sam | 2006-03-09 13:43:10 +0100 (Thu, 09 Mar 2006) | 2 lines
  3694. Changed paths:
  3695. M /trunk/README
  3696. * Slightly updated README.
  3697. ------------------------------------------------------------------------
  3698. r354 | sam | 2006-03-09 13:41:02 +0100 (Thu, 09 Mar 2006) | 2 lines
  3699. Changed paths:
  3700. M /trunk/caca/caca.c
  3701. M /trunk/caca/caca_internals.h
  3702. A /trunk/caca/driver_vga.c
  3703. * Pure VGA output driver.
  3704. ------------------------------------------------------------------------
  3705. r353 | sam | 2006-03-09 13:37:39 +0100 (Thu, 09 Mar 2006) | 2 lines
  3706. Changed paths:
  3707. M /trunk/caca/graphics.c
  3708. * Removed unused includes.
  3709. ------------------------------------------------------------------------
  3710. r352 | sam | 2006-03-09 13:35:47 +0100 (Thu, 09 Mar 2006) | 2 lines
  3711. Changed paths:
  3712. M /trunk/AUTHORS
  3713. * Added a few details for authors.
  3714. ------------------------------------------------------------------------
  3715. r351 | sam | 2006-03-09 13:34:40 +0100 (Thu, 09 Mar 2006) | 3 lines
  3716. Changed paths:
  3717. M /trunk/test
  3718. M /trunk/test/Makefile.am
  3719. A /trunk/test/unicode.c
  3720. * Added a tiny Unicode test program. Of course it does not work yet, but
  3721. good to have something to start with.
  3722. ------------------------------------------------------------------------
  3723. r350 | jylam | 2006-03-09 10:52:24 +0100 (Thu, 09 Mar 2006) | 2 lines
  3724. Changed paths:
  3725. M /trunk/caca/caca.h
  3726. M /trunk/cucul/cucul.h
  3727. * Updated documentation a bit
  3728. ------------------------------------------------------------------------
  3729. r349 | jylam | 2006-03-09 10:44:54 +0100 (Thu, 09 Mar 2006) | 2 lines
  3730. Changed paths:
  3731. M /trunk/caca/driver_network.c
  3732. M /trunk/cucul/cucul.c
  3733. M /trunk/cucul/cucul_internals.h
  3734. M /trunk/cucul/export.c
  3735. * Changed way temporary buffer of ansi export was handled. Need to do that for other exporters as well.
  3736. ------------------------------------------------------------------------
  3737. r348 | jylam | 2006-03-09 09:45:40 +0100 (Thu, 09 Mar 2006) | 2 lines
  3738. Changed paths:
  3739. M /trunk/caca/driver_network.c
  3740. * Fixed memory leak in network driver
  3741. ------------------------------------------------------------------------
  3742. r347 | sam | 2006-03-08 23:39:43 +0100 (Wed, 08 Mar 2006) | 2 lines
  3743. Changed paths:
  3744. M /trunk/caca/driver_gl.c
  3745. * Made the OpenGL colors slightly less saturated.
  3746. ------------------------------------------------------------------------
  3747. r346 | sam | 2006-03-08 23:29:00 +0100 (Wed, 08 Mar 2006) | 3 lines
  3748. Changed paths:
  3749. M /trunk/caca/driver_conio.c
  3750. M /trunk/caca/driver_gl.c
  3751. M /trunk/caca/driver_ncurses.c
  3752. M /trunk/caca/driver_slang.c
  3753. M /trunk/caca/driver_win32.c
  3754. M /trunk/caca/driver_x11.c
  3755. * Make output drivers more error resilient when handling UTF-32 characters,
  3756. by simply ignoring everything non ASCII :-)
  3757. ------------------------------------------------------------------------
  3758. r345 | jylam | 2006-03-08 21:58:07 +0100 (Wed, 08 Mar 2006) | 2 lines
  3759. Changed paths:
  3760. M /trunk/caca/driver_network.c
  3761. * Fixed blinking screen
  3762. ------------------------------------------------------------------------
  3763. r344 | jylam | 2006-03-08 21:23:06 +0100 (Wed, 08 Mar 2006) | 2 lines
  3764. Changed paths:
  3765. M /trunk/caca/driver_network.c
  3766. M /trunk/cucul/cucul.h
  3767. M /trunk/cucul/export.c
  3768. * Exporters now return size of generated data
  3769. ------------------------------------------------------------------------
  3770. r343 | jylam | 2006-03-08 21:03:24 +0100 (Wed, 08 Mar 2006) | 2 lines
  3771. Changed paths:
  3772. M /trunk/caca/Makefile.am
  3773. M /trunk/caca/caca.c
  3774. M /trunk/caca/caca_internals.h
  3775. A /trunk/caca/driver_network.c
  3776. M /trunk/configure.ac
  3777. * Added very preliminary network driver
  3778. ------------------------------------------------------------------------
  3779. r342 | sam | 2006-03-08 20:41:53 +0100 (Wed, 08 Mar 2006) | 3 lines
  3780. Changed paths:
  3781. M /trunk/caca/caca.c
  3782. M /trunk/caca/caca_internals.h
  3783. M /trunk/caca/driver_conio.c
  3784. M /trunk/caca/driver_gl.c
  3785. M /trunk/caca/driver_ncurses.c
  3786. M /trunk/caca/driver_slang.c
  3787. M /trunk/caca/driver_win32.c
  3788. M /trunk/caca/driver_x11.c
  3789. M /trunk/caca/event.c
  3790. M /trunk/caca/graphics.c
  3791. M /trunk/cucul/cucul.c
  3792. * Fixed async issues between the driver and libcaca when resizing windows,
  3793. and simplified the handle_resize() API. Still can be polished.
  3794. ------------------------------------------------------------------------
  3795. r341 | sam | 2006-03-08 18:20:38 +0100 (Wed, 08 Mar 2006) | 3 lines
  3796. Changed paths:
  3797. M /trunk/cucul/cucul.c
  3798. * cucul_set_size() does nothing if a graphical backend is attached. Added
  3799. documentation to explain this behaviour.
  3800. ------------------------------------------------------------------------
  3801. r340 | sam | 2006-03-08 12:27:23 +0100 (Wed, 08 Mar 2006) | 2 lines
  3802. Changed paths:
  3803. M /trunk/caca/caca.c
  3804. M /trunk/caca/caca_internals.h
  3805. M /trunk/caca/driver_gl.c
  3806. M /trunk/caca/driver_ncurses.c
  3807. M /trunk/caca/driver_slang.c
  3808. M /trunk/caca/driver_win32.c
  3809. M /trunk/caca/driver_x11.c
  3810. M /trunk/caca/event.c
  3811. * Cosmetic changes here and there.
  3812. ------------------------------------------------------------------------
  3813. r339 | sam | 2006-03-08 11:33:01 +0100 (Wed, 08 Mar 2006) | 3 lines
  3814. Changed paths:
  3815. M /trunk/caca/caca.c
  3816. M /trunk/caca/caca_internals.h
  3817. M /trunk/caca/driver_conio.c
  3818. M /trunk/caca/driver_gl.c
  3819. M /trunk/caca/driver_ncurses.c
  3820. M /trunk/caca/driver_slang.c
  3821. M /trunk/caca/driver_win32.c
  3822. M /trunk/caca/driver_x11.c
  3823. M /trunk/caca/event.c
  3824. M /trunk/caca/graphics.c
  3825. * Finished moving everything driver-specific to the apropriate driver_*.c
  3826. files. Phew. Now they just need a few comments.
  3827. ------------------------------------------------------------------------
  3828. r338 | sam | 2006-03-08 10:51:53 +0100 (Wed, 08 Mar 2006) | 2 lines
  3829. Changed paths:
  3830. M /trunk/caca/driver_conio.c
  3831. M /trunk/caca/driver_gl.c
  3832. M /trunk/caca/driver_ncurses.c
  3833. M /trunk/caca/driver_slang.c
  3834. M /trunk/caca/driver_win32.c
  3835. M /trunk/caca/driver_x11.c
  3836. * Cleaned up useless header includes.
  3837. ------------------------------------------------------------------------
  3838. r337 | sam | 2006-03-08 10:28:41 +0100 (Wed, 08 Mar 2006) | 2 lines
  3839. Changed paths:
  3840. M /trunk/caca/caca_internals.h
  3841. M /trunk/caca/driver_conio.c
  3842. M /trunk/caca/driver_gl.c
  3843. M /trunk/caca/driver_ncurses.c
  3844. M /trunk/caca/driver_slang.c
  3845. M /trunk/caca/driver_win32.c
  3846. M /trunk/caca/driver_x11.c
  3847. M /trunk/caca/event.c
  3848. * Split event.c into the appropriate driver_*.c files.
  3849. ------------------------------------------------------------------------
  3850. r336 | sam | 2006-03-08 10:26:46 +0100 (Wed, 08 Mar 2006) | 2 lines
  3851. Changed paths:
  3852. M /trunk/caca-config.in
  3853. * Let us do "caca-config --libs cucul" to get only the libcucul dependencies.
  3854. ------------------------------------------------------------------------
  3855. r335 | sam | 2006-03-08 10:23:38 +0100 (Wed, 08 Mar 2006) | 2 lines
  3856. Changed paths:
  3857. M /trunk/doc/doxygen.cfg.in
  3858. * Ignore driver_*.c files when building documentation.
  3859. ------------------------------------------------------------------------
  3860. r334 | sam | 2006-03-08 10:21:55 +0100 (Wed, 08 Mar 2006) | 2 lines
  3861. Changed paths:
  3862. M /trunk/configure.ac
  3863. * configure.ac: look for a4wide.sty in more than one location.
  3864. ------------------------------------------------------------------------
  3865. r333 | sam | 2006-03-07 13:39:34 +0100 (Tue, 07 Mar 2006) | 3 lines
  3866. Changed paths:
  3867. M /trunk/Makefile.am
  3868. A /trunk/build-dos (from /trunk/build-win32:327)
  3869. M /trunk/caca/caca_internals.h
  3870. M /trunk/caca/driver_conio.c
  3871. M /trunk/cucul/cucul_internals.h
  3872. * Fixed DOS driver.
  3873. * Added a build-dos script to cross-compile the DOS version using djgpp.
  3874. ------------------------------------------------------------------------
  3875. r332 | sam | 2006-03-07 11:46:29 +0100 (Tue, 07 Mar 2006) | 3 lines
  3876. Changed paths:
  3877. M /trunk/configure.ac
  3878. * configure.ac: removed the "null" frontend. just don't attach any frontend
  3879. if you do not want any.
  3880. ------------------------------------------------------------------------
  3881. r331 | sam | 2006-03-07 11:37:59 +0100 (Tue, 07 Mar 2006) | 2 lines
  3882. Changed paths:
  3883. M /trunk/caca/caca.c
  3884. M /trunk/caca/caca_internals.h
  3885. M /trunk/caca/event.c
  3886. * Got rid of static variables in the event code.
  3887. ------------------------------------------------------------------------
  3888. r330 | sam | 2006-03-07 10:17:35 +0100 (Tue, 07 Mar 2006) | 3 lines
  3889. Changed paths:
  3890. M /trunk/caca/caca.c
  3891. M /trunk/caca/caca_internals.h
  3892. M /trunk/caca/driver_conio.c
  3893. M /trunk/caca/driver_gl.c
  3894. M /trunk/caca/driver_ncurses.c
  3895. M /trunk/caca/driver_slang.c
  3896. M /trunk/caca/driver_win32.c
  3897. M /trunk/caca/driver_x11.c
  3898. M /trunk/caca/event.c
  3899. M /trunk/caca/graphics.c
  3900. M /trunk/cucul/bitmap.c
  3901. M /trunk/cucul/box.c
  3902. M /trunk/cucul/char.c
  3903. M /trunk/cucul/conic.c
  3904. M /trunk/cucul/cucul.c
  3905. M /trunk/cucul/cucul_internals.h
  3906. M /trunk/cucul/export.c
  3907. M /trunk/cucul/line.c
  3908. M /trunk/cucul/math.c
  3909. M /trunk/cucul/sprite.c
  3910. M /trunk/cucul/triangle.c
  3911. M /trunk/src/cacaview.c
  3912. * Polished the driver split a bit (still no events, except resize events),
  3913. properly credited authors and documented a few things.
  3914. ------------------------------------------------------------------------
  3915. r329 | sam | 2006-03-07 00:01:59 +0100 (Tue, 07 Mar 2006) | 4 lines
  3916. Changed paths:
  3917. M /trunk/caca/Makefile.am
  3918. M /trunk/caca/caca.c
  3919. M /trunk/caca/caca_internals.h
  3920. A /trunk/caca/driver_conio.c (from /trunk/caca/graphics.c:327)
  3921. A /trunk/caca/driver_gl.c (from /trunk/caca/graphics.c:327)
  3922. A /trunk/caca/driver_ncurses.c (from /trunk/caca/graphics.c:327)
  3923. A /trunk/caca/driver_slang.c (from /trunk/caca/graphics.c:327)
  3924. A /trunk/caca/driver_win32.c (from /trunk/caca/graphics.c:327)
  3925. A /trunk/caca/driver_x11.c (from /trunk/caca/graphics.c:327)
  3926. M /trunk/caca/event.c
  3927. M /trunk/caca/graphics.c
  3928. * Split caca/graphics.c into driver-specific files. Resize is currently
  3929. broken, and event handling is not yet in the driver-specific files, but
  3930. I will of course fix that later.
  3931. ------------------------------------------------------------------------
  3932. r328 | sam | 2006-03-06 22:49:48 +0100 (Mon, 06 Mar 2006) | 2 lines
  3933. Changed paths:
  3934. M /trunk/configure.ac
  3935. * Ooops, I fucked up the build.
  3936. ------------------------------------------------------------------------
  3937. r327 | sam | 2006-03-06 22:00:53 +0100 (Mon, 06 Mar 2006) | 2 lines
  3938. Changed paths:
  3939. M /trunk/Makefile.am
  3940. D /trunk/examples
  3941. A /trunk/src (from /trunk/examples:326)
  3942. * Moved stuff again.
  3943. ------------------------------------------------------------------------
  3944. r326 | sam | 2006-03-06 21:57:14 +0100 (Mon, 06 Mar 2006) | 2 lines
  3945. Changed paths:
  3946. M /trunk/Makefile.am
  3947. A /trunk/caca
  3948. A /trunk/caca/Makefile.am (from /trunk/src/Makefile.am:325)
  3949. A /trunk/caca/caca.c (from /trunk/src/caca.c:325)
  3950. A /trunk/caca/caca.h (from /trunk/src/caca.h:325)
  3951. A /trunk/caca/caca_internals.h (from /trunk/src/caca_internals.h:325)
  3952. A /trunk/caca/event.c (from /trunk/src/event.c:325)
  3953. A /trunk/caca/graphics.c (from /trunk/src/graphics.c:325)
  3954. A /trunk/caca/time.c (from /trunk/src/time.c:325)
  3955. M /trunk/configure.ac
  3956. A /trunk/cucul
  3957. A /trunk/cucul/Makefile.am (from /trunk/src/Makefile.am:325)
  3958. A /trunk/cucul/bitmap.c (from /trunk/src/bitmap.c:325)
  3959. A /trunk/cucul/box.c (from /trunk/src/box.c:325)
  3960. A /trunk/cucul/char.c (from /trunk/src/char.c:325)
  3961. A /trunk/cucul/conic.c (from /trunk/src/conic.c:325)
  3962. A /trunk/cucul/cucul.c (from /trunk/src/cucul.c:325)
  3963. A /trunk/cucul/cucul.h (from /trunk/src/cucul.h:325)
  3964. A /trunk/cucul/cucul_internals.h (from /trunk/src/cucul_internals.h:325)
  3965. A /trunk/cucul/export.c (from /trunk/src/export.c:325)
  3966. A /trunk/cucul/line.c (from /trunk/src/line.c:325)
  3967. A /trunk/cucul/math.c (from /trunk/src/math.c:325)
  3968. A /trunk/cucul/sprite.c (from /trunk/src/sprite.c:325)
  3969. A /trunk/cucul/triangle.c (from /trunk/src/triangle.c:325)
  3970. M /trunk/examples/Makefile.am
  3971. D /trunk/src
  3972. M /trunk/test/Makefile.am
  3973. * Moved stuff around to differenciate between libcucul and libcaca.
  3974. ------------------------------------------------------------------------
  3975. r325 | sam | 2006-03-06 20:13:01 +0100 (Mon, 06 Mar 2006) | 3 lines
  3976. Changed paths:
  3977. M /trunk/src/caca.c
  3978. M /trunk/src/char.c
  3979. M /trunk/src/cucul.c
  3980. M /trunk/src/cucul_internals.h
  3981. M /trunk/src/export.c
  3982. M /trunk/src/graphics.c
  3983. * Use 32 bit integers for the character array. No visible difference for
  3984. now because we only do ASCII, but that will let us do Unicode later.
  3985. ------------------------------------------------------------------------
  3986. r324 | sam | 2006-03-06 15:17:42 +0100 (Mon, 06 Mar 2006) | 4 lines
  3987. Changed paths:
  3988. M /trunk/src/caca.h
  3989. M /trunk/src/graphics.c
  3990. * Removed caca_set_{size,width,height} because cucul_set_size ought to be
  3991. enough for everyone. Maybe I'll reintroduce caca_set_size sometime in the
  3992. future because it's libcaca who gets the resize events, after all.
  3993. ------------------------------------------------------------------------
  3994. r323 | jylam | 2006-03-06 14:50:05 +0100 (Mon, 06 Mar 2006) | 2 lines
  3995. Changed paths:
  3996. M /trunk/src/graphics.c
  3997. * I just suck. I'll goatse myself right after beeing back at home.
  3998. ------------------------------------------------------------------------
  3999. r322 | sam | 2006-03-06 14:43:23 +0100 (Mon, 06 Mar 2006) | 2 lines
  4000. Changed paths:
  4001. M /trunk/src/graphics.c
  4002. * src/graphics.c: minor optimisations.
  4003. ------------------------------------------------------------------------
  4004. r321 | sam | 2006-03-06 14:34:57 +0100 (Mon, 06 Mar 2006) | 6 lines
  4005. Changed paths:
  4006. M /trunk/src/graphics.c
  4007. * Nan mais je voudrais pas avoir l'air d'insister mon gars, mais primo
  4008. dans la vraie vie, 0x007f7f7f et { 0x00, 0x7f, 0x7f, 0x7f } n'ont pas
  4009. toujours les bytes dans le meme ordre, deuzio un unsigned int n'a pas
  4010. toujours 4 bytes, et troizio tu pourrais au moins checker que ca fait
  4011. pas de warnings et/ou que ca segfaulte pas !
  4012. ------------------------------------------------------------------------
  4013. r320 | jylam | 2006-03-06 13:13:12 +0100 (Mon, 06 Mar 2006) | 2 lines
  4014. Changed paths:
  4015. M /trunk/src/graphics.c
  4016. * Mais je fais comme je veux bordel de cul !
  4017. ------------------------------------------------------------------------
  4018. r319 | sam | 2006-03-06 12:08:25 +0100 (Mon, 06 Mar 2006) | 2 lines
  4019. Changed paths:
  4020. M /trunk/src/graphics.c
  4021. * Haha mais vieux porc a pattes !
  4022. ------------------------------------------------------------------------
  4023. r318 | jylam | 2006-03-06 11:21:48 +0100 (Mon, 06 Mar 2006) | 2 lines
  4024. Changed paths:
  4025. M /trunk/src/graphics.c
  4026. * Reverted to integer colors in GL driver, fixed a bunch of warnings in slang.
  4027. ------------------------------------------------------------------------
  4028. r317 | sam | 2006-03-06 09:32:40 +0100 (Mon, 06 Mar 2006) | 9 lines
  4029. Changed paths:
  4030. M /trunk/caca-config.in
  4031. M /trunk/configure.ac
  4032. M /trunk/examples/aafire.c
  4033. M /trunk/examples/cacaball.c
  4034. M /trunk/examples/cacamoir.c
  4035. M /trunk/examples/cacaplas.c
  4036. M /trunk/examples/cacaview.c
  4037. M /trunk/src/Makefile.am
  4038. M /trunk/src/bitmap.c
  4039. M /trunk/src/box.c
  4040. M /trunk/src/caca.c
  4041. M /trunk/src/caca.h
  4042. M /trunk/src/caca_internals.h
  4043. M /trunk/src/char.c
  4044. M /trunk/src/conic.c
  4045. M /trunk/src/cucul.c
  4046. M /trunk/src/cucul_internals.h
  4047. M /trunk/src/event.c
  4048. M /trunk/src/export.c
  4049. M /trunk/src/graphics.c
  4050. M /trunk/src/line.c
  4051. M /trunk/src/math.c
  4052. M /trunk/src/sprite.c
  4053. M /trunk/src/time.c
  4054. M /trunk/src/triangle.c
  4055. M /trunk/test/colors.c
  4056. M /trunk/test/demo.c
  4057. M /trunk/test/dithering.c
  4058. M /trunk/test/event.c
  4059. M /trunk/test/hsv.c
  4060. M /trunk/test/spritedit.c
  4061. * All output plugins should now work again.
  4062. * Renamed caca_refresh() into caca_display() which makes more sense.
  4063. * Optimised gl_bgpal by directly storing floats instead of doing the
  4064. conversion at runtime.
  4065. * Handle resizing in cucul_set_size() and try to keep as much information
  4066. as possible from the previous canvas.
  4067. * Moved most global variables into cucul_t or caca_t contexts.
  4068. * Moved time.c into libcaca.
  4069. ------------------------------------------------------------------------
  4070. r316 | sam | 2006-03-06 09:26:09 +0100 (Mon, 06 Mar 2006) | 2 lines
  4071. Changed paths:
  4072. M /trunk/debian
  4073. M /trunk/debian/changelog
  4074. M /trunk/debian/control
  4075. M /trunk/debian/copyright
  4076. M /trunk/debian/rules
  4077. M /trunk/doc/Makefile.am
  4078. D /trunk/doc/cacademo.1
  4079. A /trunk/doc/cacafire.1 (from /trunk/doc/cacademo.1:314)
  4080. M /trunk/libcaca.spec
  4081. M /trunk/msvc/Makefile.am
  4082. D /trunk/msvc/cacademo.vcproj
  4083. M /trunk/msvc/libcaca.sln
  4084. * Removed cacademo from examples, manpages and distributions. It's useless.
  4085. ------------------------------------------------------------------------
  4086. r315 | sam | 2006-03-06 09:22:09 +0100 (Mon, 06 Mar 2006) | 2 lines
  4087. Changed paths:
  4088. M /trunk/src/cucul.c
  4089. * src/cucul.c: s/width/height/.
  4090. ------------------------------------------------------------------------
  4091. r314 | sam | 2006-03-05 19:43:13 +0100 (Sun, 05 Mar 2006) | 16 lines
  4092. Changed paths:
  4093. M /trunk/configure.ac
  4094. M /trunk/doc/doxygen.cfg.in
  4095. M /trunk/examples
  4096. M /trunk/examples/Makefile.am
  4097. M /trunk/examples/aafire.c
  4098. M /trunk/examples/cacaball.c
  4099. M /trunk/examples/cacamoir.c
  4100. M /trunk/examples/cacaplas.c
  4101. M /trunk/examples/cacaview.c
  4102. D /trunk/examples/demo.c
  4103. M /trunk/src/Makefile.am
  4104. M /trunk/src/bitmap.c
  4105. M /trunk/src/box.c
  4106. M /trunk/src/caca.c
  4107. M /trunk/src/caca.h
  4108. M /trunk/src/caca_internals.h
  4109. A /trunk/src/char.c
  4110. M /trunk/src/conic.c
  4111. A /trunk/src/cucul.c
  4112. A /trunk/src/cucul.h (from /trunk/src/caca.h:312)
  4113. A /trunk/src/cucul_internals.h
  4114. M /trunk/src/event.c
  4115. A /trunk/src/export.c
  4116. M /trunk/src/graphics.c
  4117. M /trunk/src/line.c
  4118. M /trunk/src/math.c
  4119. M /trunk/src/sprite.c
  4120. M /trunk/src/triangle.c
  4121. M /trunk/test
  4122. M /trunk/test/Makefile.am
  4123. M /trunk/test/colors.c
  4124. A /trunk/test/demo.c (from /trunk/examples/demo.c:312)
  4125. M /trunk/test/dithering.c
  4126. M /trunk/test/event.c
  4127. M /trunk/test/hsv.c
  4128. M /trunk/test/optipal.c
  4129. M /trunk/test/spritedit.c
  4130. A new low-level text management library (canvas for ultrafast compositing
  4131. of unicode letters) is now separated from the higher level rendering and I/O
  4132. (that is, libcaca). This commit totally breaks the API, but once everything
  4133. is polished I will think about source-level backward compatibility. Most
  4134. drivers are broken, but X11 still sorta works.
  4135. The new design is much more object-oriented and allows having several
  4136. active renderers at the same time, changing renderers on the fly, and more
  4137. important, having no renderer at all (useful for converters, or when you
  4138. want to do your own renderer).
  4139. And in case you are still wondering, the libcucul acronym has "Unicode"
  4140. because I want to support at least a subset of Unicode. There are awesome
  4141. glyphs in it, including the ones inherited from Codepage 437 such as
  4142. "gray 25%" that are used in DOS and Win32 ANSI art.
  4143. ------------------------------------------------------------------------
  4144. r313 | sam | 2006-03-04 19:08:47 +0100 (Sat, 04 Mar 2006) | 2 lines
  4145. Changed paths:
  4146. M /trunk/bootstrap
  4147. * New updated bootstrap script.
  4148. ------------------------------------------------------------------------
  4149. r312 | sam | 2006-03-04 01:35:45 +0100 (Sat, 04 Mar 2006) | 2 lines
  4150. Changed paths:
  4151. R /trunk/COPYING
  4152. A /trunk/COPYING.LGPL (from /trunk/COPYING:311)
  4153. M /trunk/Makefile.am
  4154. M /trunk/debian/copyright
  4155. M /trunk/doc/cacademo.1
  4156. M /trunk/examples/cacaball.c
  4157. M /trunk/examples/cacamoir.c
  4158. M /trunk/examples/cacaplas.c
  4159. M /trunk/examples/cacaview.c
  4160. M /trunk/examples/demo.c
  4161. M /trunk/perl/Build.PL
  4162. M /trunk/perl/META.yml
  4163. M /trunk/python/pypycaca.c
  4164. M /trunk/python/pypycaca.h
  4165. M /trunk/src/bitmap.c
  4166. M /trunk/src/box.c
  4167. M /trunk/src/caca.c
  4168. M /trunk/src/caca.h
  4169. M /trunk/src/caca_internals.h
  4170. M /trunk/src/conic.c
  4171. M /trunk/src/event.c
  4172. M /trunk/src/graphics.c
  4173. M /trunk/src/line.c
  4174. M /trunk/src/math.c
  4175. M /trunk/src/sprite.c
  4176. M /trunk/src/time.c
  4177. M /trunk/src/triangle.c
  4178. M /trunk/test/colors.c
  4179. M /trunk/test/dithering.c
  4180. M /trunk/test/event.c
  4181. M /trunk/test/hsv.c
  4182. M /trunk/test/optipal.c
  4183. M /trunk/test/spritedit.c
  4184. * Changed the licensing to WTFPL, as per all copyright holders' permission.
  4185. ------------------------------------------------------------------------
  4186. r311 | jylam | 2006-02-11 20:20:48 +0100 (Sat, 11 Feb 2006) | 2 lines
  4187. Changed paths:
  4188. A /trunk/python/caca.txt
  4189. A /trunk/python/test1.py
  4190. A /trunk/python/test2.py
  4191. * Added two examples for python bindings (a subset of cacademo, and bitmap example)
  4192. ------------------------------------------------------------------------
  4193. r310 | jylam | 2006-02-11 16:46:51 +0100 (Sat, 11 Feb 2006) | 2 lines
  4194. Changed paths:
  4195. M /trunk/src/event.c
  4196. * Fixed bug in events with GL driver
  4197. ------------------------------------------------------------------------
  4198. r309 | jylam | 2006-02-11 16:11:30 +0100 (Sat, 11 Feb 2006) | 2 lines
  4199. Changed paths:
  4200. M /trunk/src/graphics.c
  4201. * Improved GL rendering (characters are not blurry anymore)
  4202. ------------------------------------------------------------------------
  4203. r308 | jylam | 2006-02-05 18:47:23 +0100 (Sun, 05 Feb 2006) | 2 lines
  4204. Changed paths:
  4205. A /trunk/python
  4206. A /trunk/python/Makefile
  4207. A /trunk/python/README
  4208. A /trunk/python/pypycaca.c
  4209. A /trunk/python/pypycaca.h
  4210. * Added -preliminary- Python bindings
  4211. ------------------------------------------------------------------------
  4212. r307 | jylam | 2005-12-08 20:03:06 +0100 (Thu, 08 Dec 2005) | 2 lines
  4213. Changed paths:
  4214. M /trunk/AUTHORS
  4215. * Updated for my ego trip
  4216. ------------------------------------------------------------------------
  4217. r306 | jylam | 2005-11-21 22:39:34 +0100 (Mon, 21 Nov 2005) | 2 lines
  4218. Changed paths:
  4219. M /trunk/examples/cacaball.c
  4220. * Removed debug test, kekeke ^^
  4221. ------------------------------------------------------------------------
  4222. r305 | jylam | 2005-11-21 18:24:33 +0100 (Mon, 21 Nov 2005) | 2 lines
  4223. Changed paths:
  4224. M /trunk/examples/cacaball.c
  4225. M /trunk/src/caca.h
  4226. M /trunk/src/graphics.c
  4227. * Added caca_set_width, set_height_, set_size
  4228. ------------------------------------------------------------------------
  4229. r304 | jylam | 2005-11-18 11:46:53 +0100 (Fri, 18 Nov 2005) | 2 lines
  4230. Changed paths:
  4231. M /trunk/examples/aafire.c
  4232. M /trunk/examples/cacaball.c
  4233. M /trunk/examples/cacamoir.c
  4234. M /trunk/examples/cacaplas.c
  4235. * Fixed remaining warnings with gcc 3.x and 4.x
  4236. ------------------------------------------------------------------------
  4237. r303 | jylam | 2005-11-17 15:33:43 +0100 (Thu, 17 Nov 2005) | 2 lines
  4238. Changed paths:
  4239. M /trunk/src/bitmap.c
  4240. M /trunk/src/graphics.c
  4241. * Fixed warnings under GCC 4.x
  4242. ------------------------------------------------------------------------
  4243. r302 | jylam | 2005-11-17 15:13:54 +0100 (Thu, 17 Nov 2005) | 2 lines
  4244. Changed paths:
  4245. M /trunk/src/bitmap.c
  4246. M /trunk/src/event.c
  4247. M /trunk/src/graphics.c
  4248. * Fixed a bunch of warnings
  4249. ------------------------------------------------------------------------
  4250. r301 | sam | 2005-11-12 16:39:50 +0100 (Sat, 12 Nov 2005) | 2 lines
  4251. Changed paths:
  4252. M /trunk/src/graphics.c
  4253. * more coding style fixes.
  4254. ------------------------------------------------------------------------
  4255. r300 | sam | 2005-11-12 16:30:46 +0100 (Sat, 12 Nov 2005) | 2 lines
  4256. Changed paths:
  4257. M /trunk/src/caca.c
  4258. * src/caca.c: on Unix, do not use the GL driver if DISPLAY is not set.
  4259. ------------------------------------------------------------------------
  4260. r299 | sam | 2005-11-12 16:26:02 +0100 (Sat, 12 Nov 2005) | 2 lines
  4261. Changed paths:
  4262. M /trunk/src/graphics.c
  4263. * src/graphics.c: call glutInit() before calling other glut functions.
  4264. ------------------------------------------------------------------------
  4265. r298 | sam | 2005-11-12 16:14:38 +0100 (Sat, 12 Nov 2005) | 2 lines
  4266. Changed paths:
  4267. M /trunk/src/caca.h
  4268. M /trunk/src/graphics.c
  4269. * coding style fixes.
  4270. ------------------------------------------------------------------------
  4271. r297 | sam | 2005-11-12 15:47:59 +0100 (Sat, 12 Nov 2005) | 4 lines
  4272. Changed paths:
  4273. M /trunk/src/bitmap.c
  4274. * src/bitmap.c:
  4275. + Renamed gammaval into gamma.
  4276. + Fixed Doxygen comments.
  4277. ------------------------------------------------------------------------
  4278. r296 | jylam | 2005-07-30 13:58:48 +0200 (Sat, 30 Jul 2005) | 2 lines
  4279. Changed paths:
  4280. M /trunk/src/event.c
  4281. * src/event.c Fixed compilation problem when compiled without slang nor ncurses
  4282. ------------------------------------------------------------------------
  4283. r295 | sam | 2005-07-29 15:38:35 +0200 (Fri, 29 Jul 2005) | 2 lines
  4284. Changed paths:
  4285. M /trunk/debian/Makefile.am
  4286. * debian/Makefile.am: fixed long standing packaging bug (missing MIME file).
  4287. ------------------------------------------------------------------------
  4288. r294 | jylam | 2005-07-13 19:58:58 +0200 (Wed, 13 Jul 2005) | 2 lines
  4289. Changed paths:
  4290. M /trunk/src/caca.h
  4291. M /trunk/src/graphics.c
  4292. * src/graphics.c src/caca.h : Added ANSI exporter
  4293. ------------------------------------------------------------------------
  4294. r293 | jylam | 2005-07-13 19:45:47 +0200 (Wed, 13 Jul 2005) | 2 lines
  4295. Changed paths:
  4296. M /trunk/src/bitmap.c
  4297. M /trunk/src/caca.h
  4298. M /trunk/src/math.c
  4299. * 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.
  4300. ------------------------------------------------------------------------
  4301. r292 | sam | 2005-07-08 23:16:38 +0200 (Fri, 08 Jul 2005) | 2 lines
  4302. Changed paths:
  4303. M /trunk/src/caca.c
  4304. M /trunk/src/event.c
  4305. * src/event.c src/caca.c: fixed coding style
  4306. ------------------------------------------------------------------------
  4307. r291 | jylam | 2005-06-25 13:27:31 +0200 (Sat, 25 Jun 2005) | 2 lines
  4308. Changed paths:
  4309. M /trunk/src/event.c
  4310. M /trunk/src/graphics.c
  4311. * OpenGL driver mouse support
  4312. ------------------------------------------------------------------------
  4313. r290 | sam | 2005-06-24 13:54:28 +0200 (Fri, 24 Jun 2005) | 2 lines
  4314. Changed paths:
  4315. M /trunk/debian/changelog
  4316. * imported previous Debian uploads.
  4317. ------------------------------------------------------------------------
  4318. r289 | sam | 2005-06-24 13:48:31 +0200 (Fri, 24 Jun 2005) | 2 lines
  4319. Changed paths:
  4320. M /trunk/src/graphics.c
  4321. * src/graphics.c: more optimisations in the exporters
  4322. ------------------------------------------------------------------------
  4323. r288 | jylam | 2005-06-23 20:27:02 +0200 (Thu, 23 Jun 2005) | 2 lines
  4324. Changed paths:
  4325. M /trunk/src/graphics.c
  4326. * made caca_get_html3() use tables again, as div is not html3 (bgcolor in html3 neither, but works on text mode tables-aware browsers
  4327. ------------------------------------------------------------------------
  4328. r287 | sam | 2005-06-23 18:58:58 +0200 (Thu, 23 Jun 2005) | 2 lines
  4329. Changed paths:
  4330. M /trunk/src/graphics.c
  4331. * src/graphics.c: cleaned caca_get_html()
  4332. ------------------------------------------------------------------------
  4333. r286 | sam | 2005-06-23 18:44:14 +0200 (Thu, 23 Jun 2005) | 2 lines
  4334. Changed paths:
  4335. M /trunk/src/graphics.c
  4336. * src/graphics.c: heavy cleanup in caca_get_html3().
  4337. ------------------------------------------------------------------------
  4338. r285 | jylam | 2005-06-23 00:06:42 +0200 (Thu, 23 Jun 2005) | 2 lines
  4339. Changed paths:
  4340. M /trunk/configure.ac
  4341. M /trunk/src/caca.c
  4342. M /trunk/src/caca.h
  4343. M /trunk/src/caca_internals.h
  4344. M /trunk/src/event.c
  4345. M /trunk/src/graphics.c
  4346. * Added Null driver and html3 exporter.
  4347. ------------------------------------------------------------------------
  4348. r284 | jylam | 2005-06-21 18:13:41 +0200 (Tue, 21 Jun 2005) | 2 lines
  4349. Changed paths:
  4350. M /trunk/src/caca.h
  4351. M /trunk/src/graphics.c
  4352. GL driver : Updated documentation and added support for CACA_GEOMETRY
  4353. ------------------------------------------------------------------------
  4354. r283 | jylam | 2005-06-21 16:50:43 +0200 (Tue, 21 Jun 2005) | 2 lines
  4355. Changed paths:
  4356. M /trunk/src/caca.h
  4357. M /trunk/src/graphics.c
  4358. Added HTML and IRC output support
  4359. ------------------------------------------------------------------------
  4360. r282 | sam | 2005-06-21 15:46:13 +0200 (Tue, 21 Jun 2005) | 2 lines
  4361. Changed paths:
  4362. M /trunk/debian/control
  4363. * debian/control: use libslang2 instead of slang1.
  4364. ------------------------------------------------------------------------
  4365. r281 | jylam | 2005-06-21 15:28:51 +0200 (Tue, 21 Jun 2005) | 2 lines
  4366. Changed paths:
  4367. M /trunk/configure.ac
  4368. M /trunk/src/caca.c
  4369. M /trunk/src/caca_internals.h
  4370. M /trunk/src/event.c
  4371. M /trunk/src/graphics.c
  4372. OpenGL support.
  4373. ------------------------------------------------------------------------
  4374. r280 | sam | 2005-03-26 11:27:30 +0100 (Sat, 26 Mar 2005) | 3 lines
  4375. Changed paths:
  4376. M /trunk/bootstrap
  4377. M /trunk/configure.ac
  4378. M /trunk/examples/Makefile.am
  4379. M /trunk/src/Makefile.am
  4380. M /trunk/test/Makefile.am
  4381. * Use libtool for the static library generation; paves the way for
  4382. a future shared library.
  4383. ------------------------------------------------------------------------
  4384. r279 | sam | 2005-01-22 17:43:58 +0100 (Sat, 22 Jan 2005) | 2 lines
  4385. Changed paths:
  4386. M /trunk/src/graphics.c
  4387. * compilation fix.
  4388. ------------------------------------------------------------------------
  4389. r278 | sam | 2005-01-14 00:59:55 +0100 (Fri, 14 Jan 2005) | 3 lines
  4390. Changed paths:
  4391. M /trunk/src/bitmap.c
  4392. M /trunk/src/caca.h
  4393. * src/bitmap.c:
  4394. + Implemented caca_set_bitmap_gamma().
  4395. ------------------------------------------------------------------------
  4396. r277 | sam | 2005-01-13 23:19:01 +0100 (Thu, 13 Jan 2005) | 3 lines
  4397. Changed paths:
  4398. M /trunk/src/caca.h
  4399. M /trunk/src/graphics.c
  4400. * src/graphics.c:
  4401. + Implemented caca_get_screen().
  4402. ------------------------------------------------------------------------
  4403. r276 | sam | 2005-01-13 21:46:00 +0100 (Thu, 13 Jan 2005) | 2 lines
  4404. Changed paths:
  4405. M /trunk/examples/cacaplas.c
  4406. * examples/cacaplas: slower animation.
  4407. ------------------------------------------------------------------------
  4408. r275 | sam | 2004-11-21 01:31:13 +0100 (Sun, 21 Nov 2004) | 2 lines
  4409. Changed paths:
  4410. M /trunk/AUTHORS
  4411. A /trunk/perl
  4412. A /trunk/perl/Build.PL
  4413. A /trunk/perl/MANIFEST
  4414. A /trunk/perl/MANIFEST.SKIP
  4415. A /trunk/perl/META.yml
  4416. A /trunk/perl/Makefile.PL
  4417. A /trunk/perl/README
  4418. A /trunk/perl/lib
  4419. A /trunk/perl/lib/Term
  4420. A /trunk/perl/lib/Term/Caca
  4421. A /trunk/perl/lib/Term/Caca/Bitmap.pm
  4422. A /trunk/perl/lib/Term/Caca/Constants.pm
  4423. A /trunk/perl/lib/Term/Caca/Sprite.pm
  4424. A /trunk/perl/lib/Term/Caca.pm
  4425. A /trunk/perl/lib/Term/Caca.xs
  4426. A /trunk/perl/lib/Term/Kaka
  4427. A /trunk/perl/lib/Term/Kaka/Bitmap.pm
  4428. A /trunk/perl/lib/Term/Kaka/Constants.pm
  4429. A /trunk/perl/lib/Term/Kaka/Sprite.pm
  4430. A /trunk/perl/lib/Term/Kaka.pm
  4431. A /trunk/perl/t
  4432. A /trunk/perl/t/data
  4433. A /trunk/perl/t/data/caca.txt
  4434. * Imported John Beppu's Perl wrapper.
  4435. ------------------------------------------------------------------------
  4436. r274 | sam | 2004-11-05 15:57:50 +0100 (Fri, 05 Nov 2004) | 2 lines
  4437. Changed paths:
  4438. M /trunk/src/bitmap.c
  4439. * src/bitmap.c: dark background works again with floyd-steinberg.
  4440. ------------------------------------------------------------------------
  4441. r273 | sam | 2004-11-05 15:44:41 +0100 (Fri, 05 Nov 2004) | 3 lines
  4442. Changed paths:
  4443. M /trunk/examples/aafire.c
  4444. M /trunk/examples/cacaball.c
  4445. M /trunk/examples/cacamoir.c
  4446. M /trunk/examples/cacaplas.c
  4447. * examples/:
  4448. + Use Space to pause demos, Esc to quit.
  4449. ------------------------------------------------------------------------
  4450. r272 | sam | 2004-11-04 23:59:29 +0100 (Thu, 04 Nov 2004) | 2 lines
  4451. Changed paths:
  4452. M /trunk/src/bitmap.c
  4453. * src/bitmap.c: dark background works again, except with floyd-steinberg.
  4454. ------------------------------------------------------------------------
  4455. r271 | sam | 2004-11-04 23:28:39 +0100 (Thu, 04 Nov 2004) | 7 lines
  4456. Changed paths:
  4457. M /trunk/src/bitmap.c
  4458. M /trunk/src/caca.c
  4459. M /trunk/src/caca.h
  4460. * src/caca.h:
  4461. + Introduced CACA_DITHER_FSTEIN.
  4462. * src/caca.c:
  4463. + CACA_DITHER_FSTEIN is the default dithering method.
  4464. * src/bitmap.c:
  4465. + Fixed other dithering methods. Black background does not work yet.
  4466. ------------------------------------------------------------------------
  4467. r270 | sam | 2004-11-04 22:19:52 +0100 (Thu, 04 Nov 2004) | 2 lines
  4468. Changed paths:
  4469. M /trunk/src/bitmap.c
  4470. * src/bitmap.c: oops, removed spurious test code.
  4471. ------------------------------------------------------------------------
  4472. r269 | sam | 2004-11-04 22:18:52 +0100 (Thu, 04 Nov 2004) | 3 lines
  4473. Changed paths:
  4474. M /trunk/src/bitmap.c
  4475. * src/bitmap.c:
  4476. + 7-3-5-1 Floyd-Steinberg dithering. Breaks all other ditherers.
  4477. ------------------------------------------------------------------------
  4478. r268 | sam | 2004-11-04 21:36:49 +0100 (Thu, 04 Nov 2004) | 3 lines
  4479. Changed paths:
  4480. M /trunk/doc/Makefile.am
  4481. * doc/Makefile.am:
  4482. + Really fixed the manpage generation.
  4483. ------------------------------------------------------------------------
  4484. r267 | sam | 2004-11-04 19:30:34 +0100 (Thu, 04 Nov 2004) | 3 lines
  4485. Changed paths:
  4486. M /trunk/doc/Makefile.am
  4487. * doc/Makefile.am:
  4488. + Manpage installation fix.
  4489. ------------------------------------------------------------------------
  4490. r266 | sam | 2004-11-04 19:16:57 +0100 (Thu, 04 Nov 2004) | 2 lines
  4491. Changed paths:
  4492. M /trunk/examples/cacaplas.c
  4493. * examples/cacaplas.c: use Esc to quit, Space to pause.
  4494. ------------------------------------------------------------------------
  4495. r265 | sam | 2004-10-31 20:26:05 +0100 (Sun, 31 Oct 2004) | 3 lines
  4496. Changed paths:
  4497. M /trunk/THANKS
  4498. M /trunk/src/graphics.c
  4499. * src/graphics.c:
  4500. + Win32 speed improvements by Jari Komppa.
  4501. ------------------------------------------------------------------------
  4502. r264 | sam | 2004-08-06 19:33:46 +0200 (Fri, 06 Aug 2004) | 3 lines
  4503. Changed paths:
  4504. M /trunk/src/graphics.c
  4505. * src/graphics.c:
  4506. + Fix strict aliasing rules breakage.
  4507. ------------------------------------------------------------------------
  4508. r263 | sam | 2004-07-05 14:08:49 +0200 (Mon, 05 Jul 2004) | 3 lines
  4509. Changed paths:
  4510. M /trunk/bootstrap
  4511. * bootstrap:
  4512. + Support for automake 1.8.
  4513. ------------------------------------------------------------------------
  4514. r262 | sam | 2004-07-05 14:07:00 +0200 (Mon, 05 Jul 2004) | 6 lines
  4515. Changed paths:
  4516. D /trunk/BUGS
  4517. M /trunk/Makefile.am
  4518. M /trunk/TODO
  4519. M /trunk/debian/changelog
  4520. M /trunk/debian/control
  4521. M /trunk/debian/rules
  4522. * BUGS TODO:
  4523. + Removed BUGS, updated TODO.
  4524. * debian/*:
  4525. + Depend on libx11-dev instead of xlibs-dev.
  4526. + New Debian upload.
  4527. ------------------------------------------------------------------------
  4528. r261 | sam | 2004-02-02 14:51:55 +0100 (Mon, 02 Feb 2004) | 3 lines
  4529. Changed paths:
  4530. M /trunk/configure.ac
  4531. M /trunk/msvc/config.h
  4532. M /trunk/src/graphics.c
  4533. * configure.ac src/graphics:
  4534. + Check for resize_term and resizeterm in -lncurses.
  4535. ------------------------------------------------------------------------
  4536. r260 | sam | 2004-02-02 03:59:43 +0100 (Mon, 02 Feb 2004) | 2 lines
  4537. Changed paths:
  4538. A /branches/0.9 (from /trunk:259)
  4539. M /branches/0.9/ChangeLog
  4540. M /trunk/ChangeLog
  4541. * 0.9 branch.
  4542. ------------------------------------------------------------------------
  4543. r259 | sam | 2004-02-02 03:54:43 +0100 (Mon, 02 Feb 2004) | 2 lines
  4544. Changed paths:
  4545. M /trunk/ChangeLog
  4546. M /trunk/NEWS
  4547. M /trunk/configure.ac
  4548. M /trunk/debian/changelog
  4549. M /trunk/libcaca.spec
  4550. M /trunk/msvc/config.h
  4551. * 0.9 release.
  4552. ------------------------------------------------------------------------
  4553. r258 | sam | 2004-01-26 11:52:30 +0100 (Mon, 26 Jan 2004) | 5 lines
  4554. Changed paths:
  4555. M /trunk/configure.ac
  4556. M /trunk/debian/changelog
  4557. M /trunk/src/caca.c
  4558. M /trunk/src/event.c
  4559. M /trunk/src/graphics.c
  4560. * configure.ac:
  4561. + Check for curses.h as well as ncurses.h.
  4562. * src/caca.c src/event.c src/graphics.c:
  4563. + Include curses.h if ncurses.h was not found.
  4564. ------------------------------------------------------------------------
  4565. r257 | sam | 2004-01-23 10:20:39 +0100 (Fri, 23 Jan 2004) | 3 lines
  4566. Changed paths:
  4567. M /trunk/examples/cacaview.c
  4568. * examples/cacaview.c:
  4569. + Moved statusbar and help menu handling in separate functions.
  4570. ------------------------------------------------------------------------
  4571. r256 | sam | 2004-01-23 10:15:42 +0100 (Fri, 23 Jan 2004) | 4 lines
  4572. Changed paths:
  4573. M /trunk/src/caca.c
  4574. * src/caca.c:
  4575. + Alloc the AllocConsole() call to fail in case the process already has
  4576. a console.
  4577. ------------------------------------------------------------------------
  4578. r255 | sam | 2004-01-21 18:25:18 +0100 (Wed, 21 Jan 2004) | 6 lines
  4579. Changed paths:
  4580. M /trunk/examples/cacaview.c
  4581. * examples/cacaview.c:
  4582. + Proper aspect ratio support.
  4583. + Finer zoom support.
  4584. + Handle mouse clicks as next/prev picture command.
  4585. + Removed useless iterations in draw_checkers().
  4586. ------------------------------------------------------------------------
  4587. r254 | sam | 2004-01-21 14:49:26 +0100 (Wed, 21 Jan 2004) | 8 lines
  4588. Changed paths:
  4589. M /trunk/THANKS
  4590. M /trunk/src/event.c
  4591. M /trunk/src/graphics.c
  4592. * src/graphics.c:
  4593. + Fixed a buffer overflow due to bad signed/unsigned handling.
  4594. * src/event.c:
  4595. + Disallow zero width or height in the X11 driver.
  4596. + Fixed resizing in ncurses and slang.
  4597. * THANKS:
  4598. + Added the Source Mage maintainer.
  4599. ------------------------------------------------------------------------
  4600. r253 | sam | 2004-01-18 05:48:09 +0100 (Sun, 18 Jan 2004) | 2 lines
  4601. Changed paths:
  4602. A /branches/0.8 (from /trunk:252)
  4603. M /branches/0.8/ChangeLog
  4604. M /trunk/ChangeLog
  4605. * 0.8 branch.
  4606. ------------------------------------------------------------------------
  4607. r252 | sam | 2004-01-18 05:45:28 +0100 (Sun, 18 Jan 2004) | 2 lines
  4608. Changed paths:
  4609. M /trunk/ChangeLog
  4610. M /trunk/NEWS
  4611. M /trunk/THANKS
  4612. M /trunk/configure.ac
  4613. M /trunk/debian/changelog
  4614. M /trunk/libcaca.spec
  4615. M /trunk/msvc/config.h
  4616. * 0.8 release.
  4617. ------------------------------------------------------------------------
  4618. r251 | sam | 2004-01-18 05:17:35 +0100 (Sun, 18 Jan 2004) | 5 lines
  4619. Changed paths:
  4620. M /trunk/examples/cacaview.c
  4621. M /trunk/src/event.c
  4622. M /trunk/src/graphics.c
  4623. * src/graphics.c:
  4624. + When resizing under X11, copy the old pixmap to the new one.
  4625. * examples/cacaview.c:
  4626. + Resizing support.
  4627. ------------------------------------------------------------------------
  4628. r250 | sam | 2004-01-18 05:01:32 +0100 (Sun, 18 Jan 2004) | 5 lines
  4629. Changed paths:
  4630. M /trunk/src/caca_internals.h
  4631. M /trunk/src/event.c
  4632. M /trunk/src/graphics.c
  4633. * src/event.c:
  4634. + Refresh the X11 window when an exposure event is received.
  4635. + When resizing the X11 window, start showing extra characters when two
  4636. thirds are visible.
  4637. ------------------------------------------------------------------------
  4638. r249 | sam | 2004-01-17 23:32:39 +0100 (Sat, 17 Jan 2004) | 6 lines
  4639. Changed paths:
  4640. M /trunk/TODO
  4641. M /trunk/examples/cacaview.c
  4642. M /trunk/src/caca.h
  4643. M /trunk/src/graphics.c
  4644. * src/graphics.c:
  4645. + Renamed caca_set_title() to caca_set_window_title().
  4646. + Implemented caca_get_window_width() and caca_get_window_height().
  4647. * examples/cacaview.c:
  4648. + Set the window title to cacaview.
  4649. ------------------------------------------------------------------------
  4650. r248 | sam | 2004-01-14 11:34:20 +0100 (Wed, 14 Jan 2004) | 8 lines
  4651. Changed paths:
  4652. M /trunk/src/bitmap.c
  4653. M /trunk/src/event.c
  4654. * src/event.c:
  4655. + Make sure the mouse coordinates stay within the screen boundaries even
  4656. if the window was resized.
  4657. * src/bitmap.c:
  4658. + Fixed a buffer underflow in the rendering routine that caused the bottom
  4659. and rightmost pixels to be missed in certain conditions.
  4660. + Minor speed optimisation.
  4661. ------------------------------------------------------------------------
  4662. r247 | sam | 2004-01-14 11:32:04 +0100 (Wed, 14 Jan 2004) | 3 lines
  4663. Changed paths:
  4664. M /trunk/test
  4665. M /trunk/test/Makefile.am
  4666. A /trunk/test/colors.c (from /trunk/examples/demo.c:243)
  4667. * test/colors.c:
  4668. + Extracted the colour test from examples/demo.c.
  4669. ------------------------------------------------------------------------
  4670. r246 | sam | 2004-01-13 23:33:09 +0100 (Tue, 13 Jan 2004) | 5 lines
  4671. Changed paths:
  4672. M /trunk/src/caca_internals.h
  4673. M /trunk/src/event.c
  4674. M /trunk/src/graphics.c
  4675. M /trunk/test/event.c
  4676. * src/graphics.c src/event.c:
  4677. + The ncurses and S-Lang drivers properly return CACA_EVENT_RESIZE.
  4678. * test/event.c:
  4679. + Display CACA_EVENT_RESIZE.
  4680. ------------------------------------------------------------------------
  4681. r245 | sam | 2004-01-13 22:08:43 +0100 (Tue, 13 Jan 2004) | 3 lines
  4682. Changed paths:
  4683. M /trunk/configure.ac
  4684. M /trunk/msvc/config.h
  4685. M /trunk/src/graphics.c
  4686. * src/graphics.c:
  4687. + Resize handling in the ncurses and slang drivers.
  4688. ------------------------------------------------------------------------
  4689. r244 | sam | 2004-01-13 21:03:48 +0100 (Tue, 13 Jan 2004) | 8 lines
  4690. Changed paths:
  4691. M /trunk/examples/aafire.c
  4692. M /trunk/src/caca.h
  4693. M /trunk/src/caca_internals.h
  4694. M /trunk/src/event.c
  4695. M /trunk/src/graphics.c
  4696. * src/event.c:
  4697. + Added the CACA_EVENT_RESIZE event.
  4698. + Added caca_get_mouse_x() and caca_get_mouse_y().
  4699. * src/graphics.c:
  4700. + Window resize handling in the X11 driver.
  4701. * examples/aafire.c:
  4702. + Fixed a bad assumption in the resize handling code.
  4703. ------------------------------------------------------------------------
  4704. r243 | sam | 2004-01-13 17:45:45 +0100 (Tue, 13 Jan 2004) | 5 lines
  4705. Changed paths:
  4706. M /trunk/build-win32
  4707. M /trunk/configure.ac
  4708. M /trunk/debian/rules
  4709. M /trunk/doc/Makefile.am
  4710. M /trunk/libcaca.spec
  4711. * configure.ac:
  4712. + Added --disable-doc to let the user not build documentation.
  4713. * build-win32:
  4714. + Do not build documentation.
  4715. ------------------------------------------------------------------------
  4716. r242 | sam | 2004-01-13 16:01:22 +0100 (Tue, 13 Jan 2004) | 7 lines
  4717. Changed paths:
  4718. M /trunk/THANKS
  4719. M /trunk/src/Makefile.am
  4720. A /trunk/src/event.c (from /trunk/src/io.c:238)
  4721. M /trunk/src/graphics.c
  4722. D /trunk/src/io.c
  4723. * src/graphics.c:
  4724. + Fixed a typo preventing Win32 builds.
  4725. * src/event.c:
  4726. + Renamed io.c into event.c.
  4727. * THANKS:
  4728. + Added Gentoo, NetBSD and FreeBSD porters.
  4729. ------------------------------------------------------------------------
  4730. r241 | sam | 2004-01-13 10:55:32 +0100 (Tue, 13 Jan 2004) | 13 lines
  4731. Changed paths:
  4732. M /trunk/Makefile.am
  4733. M /trunk/configure.ac
  4734. M /trunk/examples/aafire.c
  4735. M /trunk/examples/cacaview.c
  4736. A /trunk/msvc
  4737. A /trunk/msvc/Makefile.am
  4738. A /trunk/msvc/cacaball.vcproj
  4739. A /trunk/msvc/cacademo.vcproj
  4740. A /trunk/msvc/cacafire.vcproj
  4741. A /trunk/msvc/cacamoir.vcproj
  4742. A /trunk/msvc/cacaplas.vcproj
  4743. A /trunk/msvc/cacaview.vcproj
  4744. A /trunk/msvc/config.h
  4745. A /trunk/msvc/libcaca.sln
  4746. A /trunk/msvc/libcaca.vcproj
  4747. M /trunk/src/caca.c
  4748. M /trunk/src/graphics.c
  4749. M /trunk/src/time.c
  4750. * configure.ac:
  4751. + Check for sys/times.h and unistd.h.
  4752. + Added calls to AC_C_CONST and AC_C_INLINE.
  4753. * src/time.c src/graphics.c:
  4754. + Fixes for MSVC compilation warnings.
  4755. + Additional sanity checks in the Win32 driver.
  4756. * src/caca.c:
  4757. + Use raw()/noraw() in the curses driver instead of cbreak().
  4758. * msvc/libcaca.sln:
  4759. + Added an MSVC solution.
  4760. * examples/aafire.c:
  4761. + Slightly reduced the maximum cacafire framerate.
  4762. ------------------------------------------------------------------------
  4763. r240 | sam | 2004-01-12 18:30:09 +0100 (Mon, 12 Jan 2004) | 5 lines
  4764. Changed paths:
  4765. M /trunk/NOTES
  4766. M /trunk/examples/cacaview.c
  4767. M /trunk/src/caca.h
  4768. M /trunk/src/graphics.c
  4769. * src/graphics.c:
  4770. + Implemented caca_set_title() for X11 and Win32.
  4771. * examples/cacaview.c:
  4772. + Use caca_set_title() to set the window title to "cacaview".
  4773. ------------------------------------------------------------------------
  4774. r239 | sam | 2004-01-12 17:22:35 +0100 (Mon, 12 Jan 2004) | 2 lines
  4775. Changed paths:
  4776. M /trunk/Makefile.am
  4777. M /trunk/autotools/Makefile.am
  4778. M /trunk/debian/Makefile.am
  4779. M /trunk/doc/Makefile.am
  4780. M /trunk/examples/Makefile.am
  4781. M /trunk/src/Makefile.am
  4782. M /trunk/test/Makefile.am
  4783. * Fixed $Id in all Makefile.am files.
  4784. ------------------------------------------------------------------------
  4785. r238 | sam | 2004-01-12 17:21:34 +0100 (Mon, 12 Jan 2004) | 3 lines
  4786. Changed paths:
  4787. M /trunk/Makefile.am
  4788. M /trunk/autotools/Makefile.am
  4789. A /trunk/build-win32
  4790. M /trunk/debian/Makefile.am
  4791. M /trunk/doc/Makefile.am
  4792. M /trunk/examples/Makefile.am
  4793. M /trunk/src/Makefile.am
  4794. M /trunk/test/Makefile.am
  4795. * build-win32:
  4796. + Win32 cross-compilation script.
  4797. ------------------------------------------------------------------------
  4798. r237 | sam | 2004-01-12 16:28:27 +0100 (Mon, 12 Jan 2004) | 5 lines
  4799. Changed paths:
  4800. M /trunk/NEWS
  4801. M /trunk/debian/control
  4802. M /trunk/debian/rules
  4803. M /trunk/doc/Makefile.am
  4804. M /trunk/doc/cacademo.1
  4805. M /trunk/examples
  4806. M /trunk/examples/Makefile.am
  4807. D /trunk/examples/cacacirc.c
  4808. A /trunk/examples/cacamoir.c (from /trunk/examples/cacacirc.c:236)
  4809. M /trunk/libcaca.spec
  4810. * examples/cacamoir.c:
  4811. + Renamed cacacirc to cacamoir.
  4812. * libcaca.spec debian/ doc/:
  4813. + Added cacamoir to the distributed files.
  4814. ------------------------------------------------------------------------
  4815. r236 | sam | 2004-01-12 15:25:46 +0100 (Mon, 12 Jan 2004) | 8 lines
  4816. Changed paths:
  4817. M /trunk/examples
  4818. M /trunk/examples/Makefile.am
  4819. M /trunk/examples/cacaball.c
  4820. A /trunk/examples/cacacirc.c
  4821. M /trunk/examples/cacaplas.c
  4822. * examples/cacaballs.c:
  4823. + Bigger metaballs, less metaballs.
  4824. + Rotating palette.
  4825. * examples/cacaplas.c:
  4826. + Slightly decreased speed.
  4827. * examples/cacacirc.c:
  4828. + New effect.
  4829. ------------------------------------------------------------------------
  4830. r235 | sam | 2004-01-12 15:01:40 +0100 (Mon, 12 Jan 2004) | 3 lines
  4831. Changed paths:
  4832. M /trunk/configure.ac
  4833. M /trunk/src/time.c
  4834. * configure.ac:
  4835. + Better win32 check for Sleep().
  4836. ------------------------------------------------------------------------
  4837. r234 | sam | 2004-01-11 19:09:01 +0100 (Sun, 11 Jan 2004) | 5 lines
  4838. Changed paths:
  4839. M /trunk/configure.ac
  4840. M /trunk/examples/cacaview.c
  4841. M /trunk/src/time.c
  4842. * configure.ac src/time.c:
  4843. + Look for Sleep in -lkernel32.
  4844. * examples/cacaview.c:
  4845. + Use caca_wait_event() instead of usleep()/caca_get_event().
  4846. ------------------------------------------------------------------------
  4847. r233 | sam | 2004-01-11 06:09:02 +0100 (Sun, 11 Jan 2004) | 3 lines
  4848. Changed paths:
  4849. M /trunk/NOTES
  4850. M /trunk/examples/cacaview.c
  4851. M /trunk/src/caca.c
  4852. M /trunk/src/caca_internals.h
  4853. M /trunk/src/graphics.c
  4854. M /trunk/src/io.c
  4855. M /trunk/src/time.c
  4856. * src/caca.c src/graphics.c src/io.c src/time.c:
  4857. + Native win32 port.
  4858. ------------------------------------------------------------------------
  4859. r232 | sam | 2004-01-11 02:45:57 +0100 (Sun, 11 Jan 2004) | 10 lines
  4860. Changed paths:
  4861. M /trunk/configure.ac
  4862. M /trunk/src/caca.c
  4863. M /trunk/src/caca_internals.h
  4864. M /trunk/src/graphics.c
  4865. M /trunk/src/io.c
  4866. M /trunk/src/time.c
  4867. M /trunk/test/event.c
  4868. * configure.ac:
  4869. + Check for gettimeofday().
  4870. * src/time.c:
  4871. + Created _caca_time().
  4872. + Ported _caca_getticks() to the Win32 API.
  4873. * src/caca.c:
  4874. + Properly builds on Win32.
  4875. * test/event.c:
  4876. + Added <stdlib.h> because we use malloc().
  4877. ------------------------------------------------------------------------
  4878. r231 | sam | 2004-01-10 20:59:50 +0100 (Sat, 10 Jan 2004) | 5 lines
  4879. Changed paths:
  4880. M /trunk/NEWS
  4881. M /trunk/THANKS
  4882. M /trunk/examples/cacaplas.c
  4883. * THANKS examples/cacaplas.c:
  4884. + Updated credits.
  4885. * NEWS:
  4886. + Forthcoming 0.8 news.
  4887. ------------------------------------------------------------------------
  4888. r230 | sam | 2004-01-10 20:53:14 +0100 (Sat, 10 Jan 2004) | 5 lines
  4889. Changed paths:
  4890. M /trunk/configure.ac
  4891. M /trunk/examples
  4892. M /trunk/examples/Makefile.am
  4893. A /trunk/examples/cacaplas.c
  4894. * configure.ac:
  4895. + Check for -lm.
  4896. * examples/cacaplas.c:
  4897. + New demo, cacaplas, that displays a colour plasma.
  4898. ------------------------------------------------------------------------
  4899. r229 | sam | 2004-01-10 20:29:12 +0100 (Sat, 10 Jan 2004) | 12 lines
  4900. Changed paths:
  4901. M /trunk/src/caca.h
  4902. M /trunk/src/graphics.c
  4903. M /trunk/src/io.c
  4904. M /trunk/test/event.c
  4905. * src/graphics:
  4906. + Initialise the char buffers in the X11 driver.
  4907. * src/io.c:
  4908. + caca_get_event() and caca_wait_event() immediately return zero if
  4909. event_mask is zero.
  4910. + Added support for the Home, End, PgUp and PgDown keys.
  4911. + In the S-Lang driver, added a call to SLang_getkey() before the call to
  4912. SLkp_getkey(), otherwise a single Escape call will not be interpreted.
  4913. * test/event.c:
  4914. + The "quit" sequence now quits the program, instead of "q" alone.
  4915. + Added a status bar below.
  4916. ------------------------------------------------------------------------
  4917. r228 | sam | 2004-01-09 10:51:53 +0100 (Fri, 09 Jan 2004) | 16 lines
  4918. Changed paths:
  4919. M /trunk/BUGS
  4920. M /trunk/NOTES
  4921. M /trunk/README
  4922. M /trunk/configure.ac
  4923. M /trunk/src/Makefile.am
  4924. M /trunk/src/caca.c
  4925. M /trunk/src/caca_internals.h
  4926. M /trunk/src/graphics.c
  4927. M /trunk/src/io.c
  4928. A /trunk/src/time.c
  4929. M /trunk/test/event.c
  4930. * test/event.c:
  4931. + Do not refresh after each event, but only when there is no event
  4932. pending.
  4933. + If the pressed key is a printable character, display it.
  4934. * src/time.c:
  4935. + Moved _caca_getticks() to this file.
  4936. * src/caca.c:
  4937. + Set the escape delay to a very low value in the ncurses driver,
  4938. because I don't want escape sequences to be entered manually.
  4939. * src/io.c:
  4940. + Autorepeat emulation in the ncurses and slang drivers: do not
  4941. immediately send the key release event.
  4942. * configure.ac:
  4943. + Check for usleep.
  4944. + Improvements in the win32 platform detection.
  4945. ------------------------------------------------------------------------
  4946. r227 | sam | 2004-01-08 19:40:29 +0100 (Thu, 08 Jan 2004) | 5 lines
  4947. Changed paths:
  4948. M /trunk/configure.ac
  4949. M /trunk/src/graphics.c
  4950. M /trunk/test/event.c
  4951. * test/event.c:
  4952. + Display at least two digits for keycodes.
  4953. * configure.ac:
  4954. + ScreenUpdate is actually mandatory for our conio driver.
  4955. ------------------------------------------------------------------------
  4956. r226 | sam | 2004-01-08 11:22:14 +0100 (Thu, 08 Jan 2004) | 10 lines
  4957. Changed paths:
  4958. M /trunk/src/graphics.c
  4959. M /trunk/src/io.c
  4960. M /trunk/test/event.c
  4961. * src/io.c:
  4962. + Use SLkp_getkey instead of SLang_getkey so that escape sequences are
  4963. directly interpreted.
  4964. + Major rehandling of the event code. All output drivers are now
  4965. correctly separated.
  4966. * src/graphics.c:
  4967. + Fixed a compilation warning.
  4968. * test/event.c:
  4969. + More human-readable event printing.
  4970. ------------------------------------------------------------------------
  4971. r225 | sam | 2004-01-07 19:36:41 +0100 (Wed, 07 Jan 2004) | 2 lines
  4972. Changed paths:
  4973. A /branches/0.7 (from /trunk:224)
  4974. M /branches/0.7/ChangeLog
  4975. M /branches/0.7/libcaca.spec
  4976. M /trunk/ChangeLog
  4977. M /trunk/libcaca.spec
  4978. * 0.7 branch.
  4979. ------------------------------------------------------------------------
  4980. r224 | sam | 2004-01-07 19:22:44 +0100 (Wed, 07 Jan 2004) | 3 lines
  4981. Changed paths:
  4982. M /trunk/configure.ac
  4983. M /trunk/debian/changelog
  4984. M /trunk/libcaca.spec
  4985. * configure.ac:
  4986. + Release 0.7.
  4987. ------------------------------------------------------------------------
  4988. r223 | sam | 2004-01-07 19:22:08 +0100 (Wed, 07 Jan 2004) | 3 lines
  4989. Changed paths:
  4990. M /trunk/src/bitmap.c
  4991. * src/bitmap.c:
  4992. + Fixed a bug in the dithering characters.
  4993. ------------------------------------------------------------------------
  4994. r222 | sam | 2004-01-07 19:15:10 +0100 (Wed, 07 Jan 2004) | 5 lines
  4995. Changed paths:
  4996. M /trunk/NEWS
  4997. M /trunk/src/bitmap.c
  4998. M /trunk/src/io.c
  4999. * src/io.c:
  5000. + Do not report mouse motions if the coordinates did not change.
  5001. * src/bitmap.c:
  5002. + More documentation.
  5003. ------------------------------------------------------------------------
  5004. r221 | sam | 2004-01-07 18:19:36 +0100 (Wed, 07 Jan 2004) | 8 lines
  5005. Changed paths:
  5006. M /trunk/configure.ac
  5007. M /trunk/src/caca.c
  5008. M /trunk/src/graphics.c
  5009. M /trunk/src/io.c
  5010. M /trunk/test
  5011. M /trunk/test/Makefile.am
  5012. A /trunk/test/event.c
  5013. * test/event.c:
  5014. + Small event lister, similar to X11's xev.
  5015. * src/graphics.c:
  5016. + If possible, disable autorepeat in the X11 driver.
  5017. * src/io.c:
  5018. + Implemented CACA_EVENT_MOUSE_RELEASE in all drivers.
  5019. + Button number support in CACA_EVENT_MOUSE_{PRESS,RELEASE}.
  5020. ------------------------------------------------------------------------
  5021. r220 | sam | 2004-01-07 14:06:06 +0100 (Wed, 07 Jan 2004) | 5 lines
  5022. Changed paths:
  5023. M /trunk/debian/control
  5024. M /trunk/debian/rules
  5025. M /trunk/doc/Makefile.am
  5026. D /trunk/doc/caca-spritedit.1
  5027. M /trunk/examples/Makefile.am
  5028. D /trunk/examples/spritedit.c
  5029. M /trunk/libcaca.spec
  5030. M /trunk/test/Makefile.am
  5031. A /trunk/test/spritedit.c (from /trunk/examples/spritedit.c:213)
  5032. * test/spritedit.c:
  5033. + Moved spritedit to the test/ directory, because it is not mature enough.
  5034. * libcaca.spec debian/control debian/rules:
  5035. + Do not install caca-spritedit.
  5036. ------------------------------------------------------------------------
  5037. r219 | sam | 2004-01-07 13:45:02 +0100 (Wed, 07 Jan 2004) | 8 lines
  5038. Changed paths:
  5039. M /trunk/NEWS
  5040. M /trunk/debian/control
  5041. M /trunk/debian/rules
  5042. M /trunk/doc/Makefile.am
  5043. M /trunk/doc/cacademo.1
  5044. M /trunk/libcaca.spec
  5045. M /trunk/src/bitmap.c
  5046. M /trunk/src/caca.c
  5047. M /trunk/src/caca.h
  5048. M /trunk/src/conic.c
  5049. M /trunk/src/graphics.c
  5050. M /trunk/src/io.c
  5051. M /trunk/src/line.c
  5052. M /trunk/src/sprite.c
  5053. * libcaca.spec debian/control:
  5054. + Updated the package descriptions to include cacaball.
  5055. * doc/cacademo.1 doc/Makefile.am:
  5056. + Use the cacademo manpage as the cacaball manpage.
  5057. * src/:
  5058. + Added #ifdef _DOXYGEN_SKIP_ME here and there to prvent Doxygen from
  5059. documenting bizarre stuff.
  5060. ------------------------------------------------------------------------
  5061. r218 | sam | 2004-01-07 13:42:22 +0100 (Wed, 07 Jan 2004) | 4 lines
  5062. Changed paths:
  5063. M /trunk/examples/cacaball.c
  5064. * examples/cacaball.c:
  5065. + 24 metaballs instead of 5, but smaller.
  5066. + Zoom the bitmap to make more use of the screen area.
  5067. ------------------------------------------------------------------------
  5068. r217 | sam | 2004-01-06 17:31:27 +0100 (Tue, 06 Jan 2004) | 5 lines
  5069. Changed paths:
  5070. M /trunk/AUTHORS
  5071. M /trunk/THANKS
  5072. M /trunk/examples/aafire.c
  5073. M /trunk/examples/cacaball.c
  5074. * examples/cacaball.c:
  5075. + Crop the palette so that it looks a bit more like metaballs.
  5076. * AUTHORS THANKS:
  5077. + Credited Jylam and Jan Hubicka.
  5078. ------------------------------------------------------------------------
  5079. r216 | sam | 2004-01-06 13:46:25 +0100 (Tue, 06 Jan 2004) | 6 lines
  5080. Changed paths:
  5081. M /trunk/examples/cacaball.c
  5082. * examples/cacaball.c:
  5083. + Huge coding style overhaul.
  5084. + Display 5 metaballs instead of 3.
  5085. + Generate the palette instead of having a static one.
  5086. + Use a 256x256 back buffer for more smoothness.
  5087. ------------------------------------------------------------------------
  5088. r215 | sam | 2004-01-06 11:12:22 +0100 (Tue, 06 Jan 2004) | 3 lines
  5089. Changed paths:
  5090. M /trunk/src/graphics.c
  5091. * src/graphics.c:
  5092. + Fixed a compilation warning.
  5093. ------------------------------------------------------------------------
  5094. r214 | sam | 2004-01-05 23:16:55 +0100 (Mon, 05 Jan 2004) | 3 lines
  5095. Changed paths:
  5096. M /trunk/examples
  5097. M /trunk/examples/Makefile.am
  5098. A /trunk/examples/cacaball.c
  5099. * examples/cacaball.c:
  5100. + Metaballs demo program from Jean-Yves Lamoureux <jylam@lnxscene.org>.
  5101. ------------------------------------------------------------------------
  5102. r213 | sam | 2004-01-05 19:17:20 +0100 (Mon, 05 Jan 2004) | 4 lines
  5103. Changed paths:
  5104. M /trunk/examples/aafire.c
  5105. M /trunk/examples/cacaview.c
  5106. M /trunk/examples/demo.c
  5107. M /trunk/examples/spritedit.c
  5108. M /trunk/src/caca.h
  5109. M /trunk/src/io.c
  5110. M /trunk/test/dithering.c
  5111. M /trunk/test/hsv.c
  5112. * src/io.c:
  5113. + caca_get_event() and caca_wait_event() now accept a mask as an argument
  5114. in order to select events.
  5115. ------------------------------------------------------------------------
  5116. r212 | sam | 2004-01-05 19:10:51 +0100 (Mon, 05 Jan 2004) | 4 lines
  5117. Changed paths:
  5118. M /trunk/src/graphics.c
  5119. * src/graphics.c:
  5120. + Fixed a bug that caused an infinite loop if the delay between two
  5121. caca_refresh() calls was greater than 2000 seconds (or something).
  5122. ------------------------------------------------------------------------
  5123. r211 | sam | 2004-01-05 19:08:50 +0100 (Mon, 05 Jan 2004) | 5 lines
  5124. Changed paths:
  5125. M /trunk/examples/cacaview.c
  5126. M /trunk/src/io.c
  5127. * src/io.c:
  5128. + Fixed a bug that caused ButtonRelease events to be forgotten under X11.
  5129. * examples/cacaview.c:
  5130. + Use <stdlib.h> instead of <malloc.h>.
  5131. ------------------------------------------------------------------------
  5132. r210 | sam | 2004-01-04 01:45:08 +0100 (Sun, 04 Jan 2004) | 6 lines
  5133. Changed paths:
  5134. M /trunk/configure.ac
  5135. M /trunk/doc/Makefile.am
  5136. * configure.ac:
  5137. + Check for dvips in addition to latex.
  5138. * doc/Makefile.am:
  5139. + Workaround for a bug in the latex code generated by doxygen
  5140. in Mandrake 9.1.
  5141. ------------------------------------------------------------------------
  5142. r209 | sam | 2004-01-04 01:19:53 +0100 (Sun, 04 Jan 2004) | 5 lines
  5143. Changed paths:
  5144. M /trunk/libcaca.spec
  5145. * libcaca.spec:
  5146. + Install documentation into %{doc}/package-version/ instead
  5147. of %{doc}/package/.
  5148. + Added tetex-dvips to the build dependencies.
  5149. ------------------------------------------------------------------------
  5150. r208 | sam | 2004-01-04 00:21:27 +0100 (Sun, 04 Jan 2004) | 2 lines
  5151. Changed paths:
  5152. A /branches/0.6 (from /trunk:207)
  5153. M /branches/0.6/ChangeLog
  5154. M /trunk/ChangeLog
  5155. * 0.6 branch.
  5156. ------------------------------------------------------------------------
  5157. r207 | sam | 2004-01-04 00:15:48 +0100 (Sun, 04 Jan 2004) | 9 lines
  5158. Changed paths:
  5159. M /trunk/NEWS
  5160. M /trunk/configure.ac
  5161. M /trunk/debian/changelog
  5162. M /trunk/debian/control
  5163. M /trunk/debian/rules
  5164. M /trunk/doc/Makefile.am
  5165. M /trunk/libcaca.spec
  5166. * configure.ac NEWS:
  5167. + Prepared the 0.6 release.
  5168. * libcaca.spec:
  5169. + Split the RPM into libcaca-devel and caca-utils.
  5170. + More detailed descriptions.
  5171. + Packages are now rpmlint clean.
  5172. * doc/Makefile.am:
  5173. + Symlink cacafire.1 to cacademo.1 upon manpage installation.
  5174. ------------------------------------------------------------------------
  5175. r206 | sam | 2004-01-03 18:31:44 +0100 (Sat, 03 Jan 2004) | 3 lines
  5176. Changed paths:
  5177. M /trunk/configure.ac
  5178. M /trunk/src/caca.c
  5179. M /trunk/src/graphics.c
  5180. M /trunk/src/io.c
  5181. * configure.ac:
  5182. + Search for <slang/slang.h> in addition of <slang.h>.
  5183. ------------------------------------------------------------------------
  5184. r205 | sam | 2004-01-03 15:33:35 +0100 (Sat, 03 Jan 2004) | 5 lines
  5185. Changed paths:
  5186. M /trunk/src/bitmap.c
  5187. * src/bitmap.c:
  5188. + Dither H/S/V when looking up the two nearest colours.
  5189. + Weigh pixels in the distance calculation.
  5190. + Factorised the lookup table calculation.
  5191. ------------------------------------------------------------------------
  5192. r204 | sam | 2004-01-03 15:28:39 +0100 (Sat, 03 Jan 2004) | 3 lines
  5193. Changed paths:
  5194. M /trunk/test
  5195. M /trunk/test/Makefile.am
  5196. A /trunk/test/hsv.c
  5197. * test/hsv.c:
  5198. + Trivial saturation/value rendering test.
  5199. ------------------------------------------------------------------------
  5200. r203 | sam | 2004-01-02 19:09:29 +0100 (Fri, 02 Jan 2004) | 5 lines
  5201. Changed paths:
  5202. M /trunk/src/bitmap.c
  5203. M /trunk/src/caca.c
  5204. M /trunk/src/caca_internals.h
  5205. * src/bitmap.c:
  5206. + Fixed a minor overflow in the saturation computation.
  5207. + Use a global lookup table for foreground/background colour selection
  5208. in the bitmap rendering routine. This broke dithering, sorry.
  5209. ------------------------------------------------------------------------
  5210. r202 | sam | 2004-01-02 17:52:10 +0100 (Fri, 02 Jan 2004) | 3 lines
  5211. Changed paths:
  5212. M /trunk/examples/aafire.c
  5213. M /trunk/examples/cacaview.c
  5214. M /trunk/src/bitmap.c
  5215. M /trunk/src/caca.c
  5216. M /trunk/src/caca.h
  5217. M /trunk/src/graphics.c
  5218. M /trunk/src/line.c
  5219. M /trunk/src/sprite.c
  5220. M /trunk/test/optipal.c
  5221. * src/ examples/ test/:
  5222. + Changed <const type> constructs into <type const>.
  5223. ------------------------------------------------------------------------
  5224. r201 | sam | 2004-01-02 16:35:53 +0100 (Fri, 02 Jan 2004) | 4 lines
  5225. Changed paths:
  5226. M /trunk/examples/aafire.c
  5227. * examples/aafire.c:
  5228. + Do not call caca_get_width() 10000 times per frame. Cache the value
  5229. instead.
  5230. ------------------------------------------------------------------------
  5231. r200 | sam | 2004-01-02 16:34:16 +0100 (Fri, 02 Jan 2004) | 4 lines
  5232. Changed paths:
  5233. M /trunk/src/graphics.c
  5234. * src/graphics.c:
  5235. + Split the drawing of foreground and background colours in the X11
  5236. driver. Nice performance improvement.
  5237. ------------------------------------------------------------------------
  5238. r199 | sam | 2004-01-02 16:23:54 +0100 (Fri, 02 Jan 2004) | 3 lines
  5239. Changed paths:
  5240. M /trunk/examples/cacaview.c
  5241. * examples/cacaview.c:
  5242. + If Imlib2 was not activated, warn the user that only BMP is supported.
  5243. ------------------------------------------------------------------------
  5244. r198 | sam | 2004-01-01 19:21:13 +0100 (Thu, 01 Jan 2004) | 5 lines
  5245. Changed paths:
  5246. M /trunk/AUTHORS
  5247. M /trunk/Makefile.am
  5248. A /trunk/THANKS
  5249. A /trunk/libcaca.spec
  5250. * libcaca.spec:
  5251. + RPM specfile, courtesy of Richard Zidlicky.
  5252. * THANKS:
  5253. + Added a THANKS file for contributors.
  5254. ------------------------------------------------------------------------
  5255. r197 | sam | 2004-01-01 18:51:57 +0100 (Thu, 01 Jan 2004) | 10 lines
  5256. Changed paths:
  5257. M /trunk/README
  5258. M /trunk/src/caca.c
  5259. M /trunk/src/graphics.c
  5260. * src/graphics.c:
  5261. + Minor optimisation in caca_set_color().
  5262. + Added an X11 error handler to avoid BadFont aborts in the X11 driver.
  5263. + Optimised the X11 caca_refresh() routine by handling strings of the
  5264. same colour as one text chunk.
  5265. * src/caca.c:
  5266. + Bugfix in caca_init when conio is the only compiled-in driver.
  5267. * README:
  5268. + Minor documentation updates.
  5269. ------------------------------------------------------------------------
  5270. r196 | sam | 2004-01-01 17:29:50 +0100 (Thu, 01 Jan 2004) | 5 lines
  5271. Changed paths:
  5272. M /trunk/examples/aafire.c
  5273. M /trunk/examples/cacaview.c
  5274. * examples/cacaview.c:
  5275. + Use sprintf() instead of snprintf() so that cacaview builds with DJGPP.
  5276. * examples/aafire.c:
  5277. + bzero the pixel buffer in the initialisation routine.
  5278. ------------------------------------------------------------------------
  5279. r195 | sam | 2003-12-31 15:21:08 +0100 (Wed, 31 Dec 2003) | 5 lines
  5280. Changed paths:
  5281. M /trunk/doc/doxygen.cfg.in
  5282. M /trunk/src/bitmap.c
  5283. M /trunk/src/box.c
  5284. M /trunk/src/caca.h
  5285. M /trunk/src/conic.c
  5286. M /trunk/src/graphics.c
  5287. M /trunk/src/io.c
  5288. M /trunk/src/line.c
  5289. M /trunk/src/math.c
  5290. M /trunk/src/triangle.c
  5291. * doc/doxygen.cfg.in:
  5292. + Removed caca_internal.h from the list of documented files.
  5293. * src/:
  5294. + Minor documentation updates.
  5295. ------------------------------------------------------------------------
  5296. r194 | sam | 2003-12-31 14:55:34 +0100 (Wed, 31 Dec 2003) | 9 lines
  5297. Changed paths:
  5298. M /trunk/BUGS
  5299. M /trunk/debian/rules
  5300. M /trunk/doc/Makefile.am
  5301. M /trunk/test/dithering.c
  5302. * test/dithering.c:
  5303. + Fixed a minor compilation warning.
  5304. * debian/rules:
  5305. + Explicitely use --enable-imlib2.
  5306. * BUGS:
  5307. + Added a note about blinking consoles.
  5308. * doc/Makefile.am:
  5309. + Fixed a bashism in the HTML files installation.
  5310. ------------------------------------------------------------------------
  5311. r193 | sam | 2003-12-31 14:32:14 +0100 (Wed, 31 Dec 2003) | 4 lines
  5312. Changed paths:
  5313. M /trunk/doc/Makefile.am
  5314. * doc/Makefile.am:
  5315. + Do not install doxygen.png directly, because it can be doxygen.gif on
  5316. old installations.
  5317. ------------------------------------------------------------------------
  5318. r192 | sam | 2003-12-31 14:26:47 +0100 (Wed, 31 Dec 2003) | 3 lines
  5319. Changed paths:
  5320. M /trunk/examples/aafire.c
  5321. * examples/aafire.c:
  5322. + Only quit upon keypress, not mouse motion.
  5323. ------------------------------------------------------------------------
  5324. r191 | sam | 2003-12-31 14:24:46 +0100 (Wed, 31 Dec 2003) | 3 lines
  5325. Changed paths:
  5326. M /trunk/examples/aafire.c
  5327. * examples/aafire.c:
  5328. + Render cacafire at full speed.
  5329. ------------------------------------------------------------------------
  5330. r190 | sam | 2003-12-31 14:20:18 +0100 (Wed, 31 Dec 2003) | 6 lines
  5331. Changed paths:
  5332. M /trunk/src/graphics.c
  5333. M /trunk/test
  5334. M /trunk/test/Makefile.am
  5335. A /trunk/test/optipal.c
  5336. * test/optipal.c:
  5337. + Optimised S-Lang palette generator.
  5338. * src/graphics:
  5339. + Removed the S-Lang palette generator and replaced it with the tables
  5340. generated by optipal.
  5341. ------------------------------------------------------------------------
  5342. r189 | sam | 2003-12-31 13:26:22 +0100 (Wed, 31 Dec 2003) | 5 lines
  5343. Changed paths:
  5344. M /trunk/Makefile.am
  5345. M /trunk/configure.ac
  5346. M /trunk/examples/Makefile.am
  5347. A /trunk/test
  5348. A /trunk/test/Makefile.am
  5349. A /trunk/test/dithering.c
  5350. * Makefile.am:
  5351. + Added a test directory for test programs.
  5352. * test/dithering.c:
  5353. + The value/saturation dithering example.
  5354. ------------------------------------------------------------------------
  5355. r188 | sam | 2003-12-31 13:05:44 +0100 (Wed, 31 Dec 2003) | 5 lines
  5356. Changed paths:
  5357. M /trunk/examples/cacaview.c
  5358. M /trunk/src/caca.c
  5359. * src/caca.c:
  5360. + Do not try the X11 driver if DISPLAY is set to the empty string.
  5361. * examples/cacaview.c:
  5362. + Cosmetic fixes.
  5363. ------------------------------------------------------------------------
  5364. r187 | sam | 2003-12-31 13:00:18 +0100 (Wed, 31 Dec 2003) | 3 lines
  5365. Changed paths:
  5366. M /trunk/examples/Makefile.am
  5367. A /trunk/examples/cacaview.c (from /trunk/examples/view.c:182)
  5368. D /trunk/examples/view.c
  5369. * example/:
  5370. + Renamed view.c into cacaview.c.
  5371. ------------------------------------------------------------------------
  5372. r186 | sam | 2003-12-31 12:17:47 +0100 (Wed, 31 Dec 2003) | 3 lines
  5373. Changed paths:
  5374. M /trunk/src/io.c
  5375. * src/io.c:
  5376. + Fixed mouse support under ncurses and slang.
  5377. ------------------------------------------------------------------------
  5378. r185 | sam | 2003-12-31 12:17:00 +0100 (Wed, 31 Dec 2003) | 3 lines
  5379. Changed paths:
  5380. M /trunk/configure.ac
  5381. * configure.ac:
  5382. + Error out if Imlib2 was not found. Override with --disable-imlib2.
  5383. ------------------------------------------------------------------------
  5384. r184 | sam | 2003-12-31 02:16:47 +0100 (Wed, 31 Dec 2003) | 6 lines
  5385. Changed paths:
  5386. M /trunk/doc
  5387. M /trunk/examples/demo.c
  5388. M /trunk/src/caca.h
  5389. M /trunk/src/io.c
  5390. * src/io.c:
  5391. + Mouse support under X11.
  5392. + Split the mouse motion and mouse click events.
  5393. * examples/demo.c:
  5394. + Mouse motion support.
  5395. ------------------------------------------------------------------------
  5396. r183 | sam | 2003-12-31 02:02:08 +0100 (Wed, 31 Dec 2003) | 5 lines
  5397. Changed paths:
  5398. M /trunk/src/caca.c
  5399. M /trunk/src/graphics.c
  5400. * src/graphics.c:
  5401. + Compilation fix.
  5402. * src/caca.c:
  5403. + Minor indentation fix.
  5404. ------------------------------------------------------------------------
  5405. r182 | sam | 2003-12-26 00:59:48 +0100 (Fri, 26 Dec 2003) | 6 lines
  5406. Changed paths:
  5407. M /trunk/configure.ac
  5408. M /trunk/src/caca.c
  5409. * src/caca.c:
  5410. + Prefer the X11 driver if $DISPLAY is set.
  5411. + The slang driver is now preferred over the ncurses driver.
  5412. * configure.ac:
  5413. + Autodetect conio.h.
  5414. ------------------------------------------------------------------------
  5415. r181 | sam | 2003-12-26 00:22:13 +0100 (Fri, 26 Dec 2003) | 4 lines
  5416. Changed paths:
  5417. M /trunk/configure.ac
  5418. * configure.ac:
  5419. + Autodetect ncurses, slang and X11.
  5420. + Abort if no output driver was selected or detected.
  5421. ------------------------------------------------------------------------
  5422. r180 | sam | 2003-12-25 22:38:46 +0100 (Thu, 25 Dec 2003) | 2 lines
  5423. Changed paths:
  5424. A /branches/0.5 (from /trunk:179)
  5425. M /branches/0.5/ChangeLog
  5426. M /trunk/ChangeLog
  5427. * 0.5 branch.
  5428. ------------------------------------------------------------------------
  5429. r179 | sam | 2003-12-25 22:36:52 +0100 (Thu, 25 Dec 2003) | 3 lines
  5430. Changed paths:
  5431. M /trunk/NEWS
  5432. M /trunk/configure.ac
  5433. M /trunk/debian/changelog
  5434. * configure.ac NEWS debian/changelog:
  5435. + New 0.5 release.
  5436. ------------------------------------------------------------------------
  5437. r178 | sam | 2003-12-25 22:28:55 +0100 (Thu, 25 Dec 2003) | 5 lines
  5438. Changed paths:
  5439. M /trunk/BUGS
  5440. M /trunk/NOTES
  5441. M /trunk/configure.ac
  5442. M /trunk/src/graphics.c
  5443. * NOTES BUGS:
  5444. + Updated information about the S-Lang colour pair shortage bug.
  5445. * src/graphics.c:
  5446. + Implemented the solution explained in NOTES.
  5447. ------------------------------------------------------------------------
  5448. r177 | sam | 2003-12-25 19:09:58 +0100 (Thu, 25 Dec 2003) | 3 lines
  5449. Changed paths:
  5450. M /trunk/src/caca.c
  5451. * src/caca.c:
  5452. + Fixed a compilation bug reported by Thomas Klausner <wiz@NetBSD.org>.
  5453. ------------------------------------------------------------------------
  5454. r176 | sam | 2003-12-25 19:08:46 +0100 (Thu, 25 Dec 2003) | 3 lines
  5455. Changed paths:
  5456. M /trunk/NOTES
  5457. * NOTES:
  5458. + Added a section with a proposed solution to the slang problem.
  5459. ------------------------------------------------------------------------
  5460. r175 | sam | 2003-12-25 11:18:37 +0100 (Thu, 25 Dec 2003) | 2 lines
  5461. Changed paths:
  5462. A /branches/0.4 (from /trunk:174)
  5463. M /branches/0.4/ChangeLog
  5464. M /trunk/ChangeLog
  5465. * 0.4 branch.
  5466. ------------------------------------------------------------------------
  5467. r174 | sam | 2003-12-25 00:58:32 +0100 (Thu, 25 Dec 2003) | 5 lines
  5468. Changed paths:
  5469. M /trunk/configure.ac
  5470. M /trunk/debian/control
  5471. * debian/control:
  5472. + Added missing dependencies to the -dev package.
  5473. * configure.ac:
  5474. + Kludge for woody builds where x_includes is undefined.
  5475. ------------------------------------------------------------------------
  5476. r173 | sam | 2003-12-24 17:23:37 +0100 (Wed, 24 Dec 2003) | 3 lines
  5477. Changed paths:
  5478. M /trunk/src/caca.h
  5479. * src/caca.h:
  5480. + Documented CACA_FONT.
  5481. ------------------------------------------------------------------------
  5482. r172 | sam | 2003-12-24 17:16:16 +0100 (Wed, 24 Dec 2003) | 3 lines
  5483. Changed paths:
  5484. M /trunk/doc/Makefile.am
  5485. * doc/Makefile.am:
  5486. + Rename the refman.ps doxygen documentation to libcaca.ps.
  5487. ------------------------------------------------------------------------
  5488. r171 | sam | 2003-12-24 16:43:45 +0100 (Wed, 24 Dec 2003) | 5 lines
  5489. Changed paths:
  5490. M /trunk/NEWS
  5491. M /trunk/src/caca.h
  5492. M /trunk/src/graphics.c
  5493. * src/graphics.c:
  5494. + Replace CACA_WIDTH and CACA_HEIGHT with CACA_GEOMETRY.
  5495. * src/caca.c:
  5496. + Documented the CACA_GEOMETRY environment variable.
  5497. ------------------------------------------------------------------------
  5498. r170 | sam | 2003-12-24 16:35:07 +0100 (Wed, 24 Dec 2003) | 3 lines
  5499. Changed paths:
  5500. M /trunk/src/caca_internals.h
  5501. M /trunk/src/graphics.c
  5502. M /trunk/src/io.c
  5503. * src/io.c:
  5504. + Mouse support in the X11 driver.
  5505. ------------------------------------------------------------------------
  5506. r169 | sam | 2003-12-24 15:48:38 +0100 (Wed, 24 Dec 2003) | 4 lines
  5507. Changed paths:
  5508. M /trunk/src/graphics.c
  5509. * src/graphics:
  5510. + Use XCreateWindow instead of XCreateSimpleWindow.
  5511. + Set the X window title to "caca for X".
  5512. ------------------------------------------------------------------------
  5513. r168 | sam | 2003-12-23 18:25:29 +0100 (Tue, 23 Dec 2003) | 4 lines
  5514. Changed paths:
  5515. M /trunk/debian/changelog
  5516. M /trunk/debian/control
  5517. M /trunk/debian/rules
  5518. * debian/control:
  5519. + Build-depend on doxygen and tetex to build documentation.
  5520. + Build-depend on xlibs-dev and slang1-dev to provide alternate drivers.
  5521. ------------------------------------------------------------------------
  5522. r167 | sam | 2003-12-23 18:01:38 +0100 (Tue, 23 Dec 2003) | 7 lines
  5523. Changed paths:
  5524. M /trunk/BUGS
  5525. M /trunk/Makefile.am
  5526. M /trunk/NEWS
  5527. M /trunk/README
  5528. M /trunk/TODO
  5529. M /trunk/configure.ac
  5530. M /trunk/doc/Makefile.am
  5531. M /trunk/src/graphics.c
  5532. * configure.ac NEWS:
  5533. + Prepared release 0.4.
  5534. * src/graphics.c README BUGS TODO:
  5535. + Updated documentation.
  5536. * Makefile.am doc/Makefile.am:
  5537. + Install the generated doxygen documentation.
  5538. ------------------------------------------------------------------------
  5539. r166 | sam | 2003-12-23 17:32:56 +0100 (Tue, 23 Dec 2003) | 4 lines
  5540. Changed paths:
  5541. M /trunk/src/io.c
  5542. * src/io.c:
  5543. + Fixed a warning by including <unistd.h>.
  5544. + Support for arrow and function keys under X11.
  5545. ------------------------------------------------------------------------
  5546. r165 | sam | 2003-12-23 14:27:40 +0100 (Tue, 23 Dec 2003) | 9 lines
  5547. Changed paths:
  5548. M /trunk/configure.ac
  5549. M /trunk/doc/Makefile.am
  5550. D /trunk/doc/doxygen.cfg
  5551. A /trunk/doc/doxygen.cfg.in (from /trunk/doc/doxygen.cfg:164)
  5552. M /trunk/examples/aafire.c
  5553. M /trunk/examples/demo.c
  5554. M /trunk/examples/spritedit.c
  5555. M /trunk/examples/view.c
  5556. M /trunk/src/bitmap.c
  5557. M /trunk/src/box.c
  5558. M /trunk/src/caca.c
  5559. M /trunk/src/caca.h
  5560. M /trunk/src/caca_internals.h
  5561. M /trunk/src/conic.c
  5562. M /trunk/src/graphics.c
  5563. M /trunk/src/io.c
  5564. M /trunk/src/line.c
  5565. M /trunk/src/math.c
  5566. M /trunk/src/sprite.c
  5567. M /trunk/src/triangle.c
  5568. * src/io.c:
  5569. + Added caca_wait_event(), a blocking caca_get_event().
  5570. * src/ examples/:
  5571. + More documentation.
  5572. * doc/doxygen.cfg.in:
  5573. + doc/doxygen.cfg is now generated by configure, so that we can use
  5574. @top_srcdir@ and we no longer need to hardcode PROJECT_NUMBER.
  5575. + Create manpages.
  5576. ------------------------------------------------------------------------
  5577. r164 | sam | 2003-12-23 12:08:37 +0100 (Tue, 23 Dec 2003) | 2 lines
  5578. Changed paths:
  5579. M /trunk/doc/doxygen.cfg
  5580. M /trunk/src/bitmap.c
  5581. M /trunk/src/caca.c
  5582. M /trunk/src/caca.h
  5583. * More API documentation.
  5584. ------------------------------------------------------------------------
  5585. r163 | sam | 2003-12-22 23:58:24 +0100 (Mon, 22 Dec 2003) | 3 lines
  5586. Changed paths:
  5587. M /trunk/src/caca.c
  5588. * caca.c:
  5589. + Fixed typos in the initialisation code.
  5590. ------------------------------------------------------------------------
  5591. r162 | sam | 2003-12-22 16:26:12 +0100 (Mon, 22 Dec 2003) | 6 lines
  5592. Changed paths:
  5593. M /trunk/configure.ac
  5594. M /trunk/src/bitmap.c
  5595. M /trunk/src/caca.c
  5596. M /trunk/src/caca.h
  5597. M /trunk/src/caca_internals.h
  5598. M /trunk/src/conic.c
  5599. M /trunk/src/graphics.c
  5600. M /trunk/src/io.c
  5601. M /trunk/src/line.c
  5602. * src/graphics.c src/caca.c src/io.c:
  5603. + Support for simultaneously compiled-in drivers.
  5604. + Honour the CACA_DRIVER environment variable.
  5605. * configure.ac:
  5606. + Drivers are no longer mutually exclusive.
  5607. ------------------------------------------------------------------------
  5608. r161 | sam | 2003-12-21 01:39:41 +0100 (Sun, 21 Dec 2003) | 3 lines
  5609. Changed paths:
  5610. M /trunk/src/graphics.c
  5611. * src/graphics:
  5612. + Initialise default height at 32 (as in aalib).
  5613. ------------------------------------------------------------------------
  5614. r160 | sam | 2003-12-20 13:07:56 +0100 (Sat, 20 Dec 2003) | 5 lines
  5615. Changed paths:
  5616. M /trunk/src/caca_internals.h
  5617. M /trunk/src/graphics.c
  5618. M /trunk/src/io.c
  5619. * src/graphics.c:
  5620. + Support for CACA_WIDTH, CACA_HEIGHT and CACA_FONT in the x11 driver.
  5621. + Use an intermediary X pixmap for rendering.
  5622. + Slightly changed the variable naming scheme.
  5623. ------------------------------------------------------------------------
  5624. r159 | sam | 2003-12-20 11:54:35 +0100 (Sat, 20 Dec 2003) | 3 lines
  5625. Changed paths:
  5626. M /trunk/examples/aafire.c
  5627. * examples/aafire.c:
  5628. + The image buffer in cacafire was too small.
  5629. ------------------------------------------------------------------------
  5630. r158 | sam | 2003-12-19 18:26:23 +0100 (Fri, 19 Dec 2003) | 4 lines
  5631. Changed paths:
  5632. M /trunk/src/graphics.c
  5633. * src/graphics.c:
  5634. + Progress in the X11 driver.
  5635. + Fixed a compilation bug in the conio driver.
  5636. ------------------------------------------------------------------------
  5637. r157 | sam | 2003-12-18 10:46:19 +0100 (Thu, 18 Dec 2003) | 4 lines
  5638. Changed paths:
  5639. M /trunk/debian/changelog
  5640. M /trunk/debian/control
  5641. M /trunk/debian/rules
  5642. * debian/rules debian/control:
  5643. + Moved cacafire to the caca-utils package. Added proper conflict/replace.
  5644. + Symlinked cacafire.1 to cacademo.1.
  5645. ------------------------------------------------------------------------
  5646. r155 | sam | 2003-12-18 01:41:28 +0100 (Thu, 18 Dec 2003) | 7 lines
  5647. Changed paths:
  5648. M /trunk/ChangeLog
  5649. M /trunk/NEWS
  5650. M /trunk/README
  5651. M /trunk/debian/changelog
  5652. M /trunk/debian/control
  5653. M /trunk/doc/doxygen.cfg
  5654. * debian/control:
  5655. + Updated long descriptions.
  5656. * debian/changelog ChangeLog doc/doxygen.cfg NEWS:
  5657. + Prepared 0.3 release.
  5658. * README:
  5659. + --enable-ncurses is now the default.
  5660. ------------------------------------------------------------------------
  5661. r154 | sam | 2003-12-18 01:11:52 +0100 (Thu, 18 Dec 2003) | 3 lines
  5662. Changed paths:
  5663. M /trunk/src/bitmap.c
  5664. M /trunk/src/box.c
  5665. M /trunk/src/caca.c
  5666. M /trunk/src/caca.h
  5667. M /trunk/src/conic.c
  5668. M /trunk/src/graphics.c
  5669. M /trunk/src/io.c
  5670. M /trunk/src/line.c
  5671. M /trunk/src/math.c
  5672. M /trunk/src/sprite.c
  5673. M /trunk/src/triangle.c
  5674. * src/:
  5675. + Doxygenated public functions.
  5676. ------------------------------------------------------------------------
  5677. r153 | sam | 2003-12-17 16:03:05 +0100 (Wed, 17 Dec 2003) | 3 lines
  5678. Changed paths:
  5679. M /trunk/src/caca.h
  5680. * src/caca.h:
  5681. + Documented environment variables.
  5682. ------------------------------------------------------------------------
  5683. r152 | sam | 2003-12-17 00:25:54 +0100 (Wed, 17 Dec 2003) | 4 lines
  5684. Changed paths:
  5685. M /trunk/examples/view.c
  5686. * examples/view.c:
  5687. + Fixed a bug in the loading of 1bpp BMPs.
  5688. + Commented stuff.
  5689. ------------------------------------------------------------------------
  5690. r151 | sam | 2003-12-17 00:06:54 +0100 (Wed, 17 Dec 2003) | 7 lines
  5691. Changed paths:
  5692. M /trunk/examples/Makefile.am
  5693. M /trunk/examples/view.c
  5694. * examples/view.c:
  5695. + If Imlib2 is not available, use a custom simple BMP loader.
  5696. + Draw the bottom bar one line higher to leave room for a status line.
  5697. + '?' now properly toggles help.
  5698. * examples/Makefile.am:
  5699. + Always build cacaview.
  5700. ------------------------------------------------------------------------
  5701. r150 | sam | 2003-12-16 10:06:46 +0100 (Tue, 16 Dec 2003) | 5 lines
  5702. Changed paths:
  5703. M /trunk/configure.ac
  5704. M /trunk/src/bitmap.c
  5705. * src/bitmap.c:
  5706. + If the alpha palette is all-zero, forget the alpha channel.
  5707. * configure.ac:
  5708. + Export HAVE_IMLIB2_H and the like.
  5709. ------------------------------------------------------------------------
  5710. r149 | sam | 2003-12-15 16:02:50 +0100 (Mon, 15 Dec 2003) | 4 lines
  5711. Changed paths:
  5712. M /trunk/src/bitmap.c
  5713. * src/bitmap.c:
  5714. + If the alpha mask is 0, ignore alpha information.
  5715. + Ditto if no alpha information is given with the palette.
  5716. ------------------------------------------------------------------------
  5717. r148 | sam | 2003-12-15 11:38:03 +0100 (Mon, 15 Dec 2003) | 4 lines
  5718. Changed paths:
  5719. M /trunk/configure.ac
  5720. M /trunk/src/caca.c
  5721. M /trunk/src/caca_internals.h
  5722. M /trunk/src/graphics.c
  5723. M /trunk/src/io.c
  5724. * src/graphics.c src/io.c:
  5725. + Beginning of an X11 driver. Currently we merely open the window and
  5726. check keyboard events.
  5727. ------------------------------------------------------------------------
  5728. r147 | sam | 2003-12-12 17:19:44 +0100 (Fri, 12 Dec 2003) | 7 lines
  5729. Changed paths:
  5730. M /trunk/configure.ac
  5731. M /trunk/debian/changelog
  5732. M /trunk/src/caca.c
  5733. * configure.ac debian/changelog:
  5734. + Prepare for 0.3 release.
  5735. + Check for strcasecmp().
  5736. * src/caca.c:
  5737. + Honor CACA_BACKGROUND, CACA_DITHERING and CACA_ANTIALIASING environment
  5738. variables.
  5739. ------------------------------------------------------------------------
  5740. r146 | sam | 2003-12-12 15:49:41 +0100 (Fri, 12 Dec 2003) | 13 lines
  5741. Changed paths:
  5742. M /trunk/examples/aafire.c
  5743. M /trunk/examples/demo.c
  5744. M /trunk/examples/view.c
  5745. M /trunk/src/bitmap.c
  5746. M /trunk/src/caca.c
  5747. M /trunk/src/caca.h
  5748. M /trunk/src/caca_internals.h
  5749. * src/bitmap.c:
  5750. + Added antialiasing support.
  5751. + Dithering, antialiasing and background mode can now be selected at
  5752. runtime.
  5753. * src/caca.c src/caca.h:
  5754. + Renamed caca_dithering into caca_feature and extended the type to
  5755. express background colour and antialiasing mode.
  5756. * examples/demo.c:
  5757. + Fixed a bug that disabled the sprite demo.
  5758. + Draw solid flares.
  5759. * examples/view.c:
  5760. + Select antialiasing and background mode at runtime.
  5761. ------------------------------------------------------------------------
  5762. r145 | sam | 2003-12-11 18:01:09 +0100 (Thu, 11 Dec 2003) | 2 lines
  5763. Changed paths:
  5764. M /trunk/BUGS
  5765. M /trunk/TODO
  5766. M /trunk/debian/control
  5767. M /trunk/doc/cacademo.1
  5768. M /trunk/doc/cacaview.1
  5769. * Minor updates to manpages, BUGS, TODO and the Debian control file.
  5770. ------------------------------------------------------------------------
  5771. r144 | sam | 2003-12-11 17:56:35 +0100 (Thu, 11 Dec 2003) | 5 lines
  5772. Changed paths:
  5773. M /trunk/src/Makefile.am
  5774. M /trunk/src/bitmap.c
  5775. M /trunk/src/caca.c
  5776. M /trunk/src/caca.h
  5777. M /trunk/src/caca_internals.h
  5778. M /trunk/src/graphics.c
  5779. * src/caca.c:
  5780. + Moved global variables to src/graphics.c.
  5781. * src/bitmap.c:
  5782. + Sanitised prototypes.
  5783. ------------------------------------------------------------------------
  5784. r143 | sam | 2003-12-11 17:31:49 +0100 (Thu, 11 Dec 2003) | 17 lines
  5785. Changed paths:
  5786. M /trunk/examples
  5787. M /trunk/examples/aafire.c
  5788. M /trunk/examples/demo.c
  5789. M /trunk/examples/view.c
  5790. M /trunk/src/bitmap.c
  5791. M /trunk/src/box.c
  5792. M /trunk/src/caca.c
  5793. M /trunk/src/caca.h
  5794. M /trunk/src/caca_internals.h
  5795. M /trunk/src/conic.c
  5796. M /trunk/src/graphics.c
  5797. M /trunk/src/line.c
  5798. M /trunk/src/sprite.c
  5799. M /trunk/src/triangle.c
  5800. * src/graphics.c:
  5801. + Internally cache screen width and height.
  5802. * src/bitmap.c:
  5803. + Added alpha support to caca_draw_bitmap(). For now, we only treat 0%
  5804. alpha as fully transparent, and any other value as fully opaque.
  5805. + Slightly tuned colour weights in the renderer.
  5806. + caca_set_bitmap_palette() takes unsigned ints.
  5807. * examples/demo.c:
  5808. + Added a crap render demo.
  5809. * examples/aafire.c:
  5810. + Set a 20ms delay.
  5811. + Added alpha values to the palette.
  5812. * examples/view.c:
  5813. + Draw a gray checkered grid below the image so that transparent images
  5814. look a lot nicer.
  5815. + 'f' toggles "fullscreen" mode.
  5816. ------------------------------------------------------------------------
  5817. r142 | sam | 2003-12-11 16:54:53 +0100 (Thu, 11 Dec 2003) | 6 lines
  5818. Changed paths:
  5819. M /trunk/caca-config.in
  5820. M /trunk/configure.ac
  5821. * configure.ac:
  5822. + Set the executable bit of caca-config when regenerating that file.
  5823. * caca-config.in:
  5824. + No longer use USE_SLANG_TRUE and USE_NCURSES_TRUE since we now
  5825. have @CACA_LIBS@.
  5826. ------------------------------------------------------------------------
  5827. r141 | sam | 2003-12-02 23:27:27 +0100 (Tue, 02 Dec 2003) | 6 lines
  5828. Changed paths:
  5829. M /trunk/configure.ac
  5830. M /trunk/examples/Makefile.am
  5831. A /trunk/examples/aafire.c
  5832. * configure.ac:
  5833. + Removed unused USE_* variables.
  5834. + Export -lslang and -lncurses as @CACA_LIBS@.
  5835. * examples/aafire.c:
  5836. + Imported aafire.c from the AAlib tree and ported it to libcaca.
  5837. ------------------------------------------------------------------------
  5838. r139 | sam | 2003-11-30 18:15:31 +0100 (Sun, 30 Nov 2003) | 2 lines
  5839. Changed paths:
  5840. M /trunk/ChangeLog
  5841. M /trunk/NEWS
  5842. M /trunk/TODO
  5843. M /trunk/debian/changelog
  5844. M /trunk/debian/control
  5845. * 0.2 release.
  5846. ------------------------------------------------------------------------
  5847. r138 | sam | 2003-11-30 18:14:19 +0100 (Sun, 30 Nov 2003) | 3 lines
  5848. Changed paths:
  5849. M /trunk/examples/view.c
  5850. * examples/view.c:
  5851. + Removed last endianness issue.
  5852. ------------------------------------------------------------------------
  5853. r137 | sam | 2003-11-30 17:34:04 +0100 (Sun, 30 Nov 2003) | 5 lines
  5854. Changed paths:
  5855. M /trunk/examples/view.c
  5856. M /trunk/src/bitmap.c
  5857. M /trunk/src/io.c
  5858. * src/io.c:
  5859. + Removed a useless message.
  5860. * src/bitmap.c examples/view.c:
  5861. + Really fixed the endianness issue.
  5862. ------------------------------------------------------------------------
  5863. r136 | sam | 2003-11-30 16:56:02 +0100 (Sun, 30 Nov 2003) | 5 lines
  5864. Changed paths:
  5865. M /trunk/src/bitmap.c
  5866. * src/bitmap.c:
  5867. + Fine-tuned the new renderer.
  5868. + Fixed warnings.
  5869. + Changed hardcoded values to macros.
  5870. ------------------------------------------------------------------------
  5871. r135 | sam | 2003-11-30 16:01:55 +0100 (Sun, 30 Nov 2003) | 11 lines
  5872. Changed paths:
  5873. M /trunk/configure.ac
  5874. M /trunk/examples/demo.c
  5875. M /trunk/examples/view.c
  5876. M /trunk/src/bitmap.c
  5877. M /trunk/src/caca.c
  5878. M /trunk/src/caca.h
  5879. * src/bitmap.c:
  5880. + Fixed an endianness issue in the byte reader.
  5881. + Decreased precision in RGB and HSV values to avoid overflows.
  5882. + New dithering method: 2x2 ordered.
  5883. + New renderer, with background colour awareness.
  5884. * configure.ac:
  5885. + Check for <endian.h>.
  5886. * examples/demo.c examples/view.c:
  5887. + Fixed an endianness issue in cacaview.
  5888. + Adapted code to the additional dithering method.
  5889. ------------------------------------------------------------------------
  5890. r134 | sam | 2003-11-30 03:11:37 +0100 (Sun, 30 Nov 2003) | 4 lines
  5891. Changed paths:
  5892. M /trunk/examples/view.c
  5893. M /trunk/src/bitmap.c
  5894. * src/bitmap.c examples/view.c:
  5895. + Fixed an endianness issue in caca_draw_bitmap().
  5896. + Code cleanup.
  5897. ------------------------------------------------------------------------
  5898. r133 | sam | 2003-11-30 02:18:10 +0100 (Sun, 30 Nov 2003) | 13 lines
  5899. Changed paths:
  5900. M /trunk/TODO
  5901. M /trunk/doc/cacaview.1
  5902. M /trunk/examples/Makefile.am
  5903. M /trunk/examples/view.c
  5904. M /trunk/src/caca.c
  5905. * src/caca.c:
  5906. + Minor change to the dithering names.
  5907. * TODO:
  5908. + Added cacaview TODO.
  5909. * doc/cacaview.1:
  5910. + Wrote a manpage for cacaview.
  5911. * examples/Makefile.am:
  5912. + Moved the -DX_DISPLAY_MISSING=1 here.
  5913. * examples/view.c:
  5914. + Capital 'D' cycles through dithering modes in reverse order.
  5915. + Sleep when there is nothing to do.
  5916. + Cosmetic code reorganisation.
  5917. ------------------------------------------------------------------------
  5918. r132 | sam | 2003-11-29 20:35:07 +0100 (Sat, 29 Nov 2003) | 9 lines
  5919. Changed paths:
  5920. M /trunk/examples/demo.c
  5921. M /trunk/examples/view.c
  5922. M /trunk/src/bitmap.c
  5923. M /trunk/src/caca.c
  5924. M /trunk/src/caca.h
  5925. * src/caca.c src/caca.h:
  5926. + Added caca_get_dithering_name().
  5927. * src/bitmap.c:
  5928. + Created a new dithering method with an 8x8 ordered matrix.
  5929. + Replaced the char list with a string for better readability.
  5930. + Dithering functions now return a value between 0 and 255.
  5931. * examples/demo.c examples/view.c:
  5932. + Adapted to use caca_get_dithering_name().
  5933. ------------------------------------------------------------------------
  5934. r131 | sam | 2003-11-29 19:04:42 +0100 (Sat, 29 Nov 2003) | 3 lines
  5935. Changed paths:
  5936. M /trunk/src/caca.c
  5937. * src/caca.c:
  5938. + Test whether ncurses knows xterm-16color before setting $TERM.
  5939. ------------------------------------------------------------------------
  5940. r130 | sam | 2003-11-29 18:36:00 +0100 (Sat, 29 Nov 2003) | 6 lines
  5941. Changed paths:
  5942. M /trunk/examples/view.c
  5943. * examples/view.c:
  5944. + Added top and bottom status lines, like in mutt and slrn.
  5945. + Added a status string when loading an image or upon error.
  5946. + Can load multiple files; use 'n' and 'p' for next and previous.
  5947. + Clip zoom between -48 and +48.
  5948. ------------------------------------------------------------------------
  5949. r129 | sam | 2003-11-29 17:42:35 +0100 (Sat, 29 Nov 2003) | 2 lines
  5950. Changed paths:
  5951. M /trunk/src/caca.c
  5952. * Fixed a C99ism.
  5953. ------------------------------------------------------------------------
  5954. r128 | sam | 2003-11-29 15:41:37 +0100 (Sat, 29 Nov 2003) | 9 lines
  5955. Changed paths:
  5956. M /trunk/NOTES
  5957. M /trunk/configure.ac
  5958. M /trunk/src/caca.c
  5959. M /trunk/src/graphics.c
  5960. * configure.ac:
  5961. + Default to ncurses, not slang, because slang only has 128 colour pairs.
  5962. * src/caca.c:
  5963. + Disable scrolling to avoid hashmap scrolling optimization code.
  5964. * src/graphics.c:
  5965. + Swap fg and bg in the colour pair indexing, so that bg is always
  5966. right.
  5967. + Disable alt charset support to exploit my patched slang.
  5968. ------------------------------------------------------------------------
  5969. r127 | sam | 2003-11-28 21:39:54 +0100 (Fri, 28 Nov 2003) | 10 lines
  5970. Changed paths:
  5971. M /trunk/NOTES
  5972. M /trunk/examples/view.c
  5973. M /trunk/src/bitmap.c
  5974. * src/bitmap.c:
  5975. + Dither chroma outside of rgb2hsv_default().
  5976. + Clip fromx and fromy values.
  5977. * NOTES:
  5978. + Link to the XTerm control sequences.
  5979. * examples/view.c:
  5980. + Draw status bar.
  5981. + Move with 'h' 'j' 'k' 'l', à la vi.
  5982. + '?' toggles a help menu.
  5983. ------------------------------------------------------------------------
  5984. r126 | sam | 2003-11-28 00:18:12 +0100 (Fri, 28 Nov 2003) | 3 lines
  5985. Changed paths:
  5986. M /trunk/src/bitmap.c
  5987. * src/bitmap.c:
  5988. + Removed § from the list of default characters due to collisions.
  5989. ------------------------------------------------------------------------
  5990. r125 | sam | 2003-11-27 23:54:48 +0100 (Thu, 27 Nov 2003) | 6 lines
  5991. Changed paths:
  5992. A /trunk/debian/caca-utils.mime
  5993. M /trunk/debian/control
  5994. M /trunk/debian/rules
  5995. * debian/control:
  5996. + Removed slang1-dev dependency in caca-utils.
  5997. * debian/caca-utils.mime debian/rules:
  5998. + Added a MIME file with low priority.
  5999. + Added call to dh_installmime.
  6000. ------------------------------------------------------------------------
  6001. r124 | sam | 2003-11-27 23:29:13 +0100 (Thu, 27 Nov 2003) | 5 lines
  6002. Changed paths:
  6003. M /trunk/configure.ac
  6004. M /trunk/src/caca.c
  6005. M /trunk/src/caca_internals.h
  6006. M /trunk/src/graphics.c
  6007. * src/caca.c src/graphics.c:
  6008. + Moved graphics stuff from caca.c to graphics.c.
  6009. + Added a few kludges: if gnome-terminal or konsole are detected, switch
  6010. to TERM=xterm-16color to benefit from extended colour palette.
  6011. ------------------------------------------------------------------------
  6012. r123 | sam | 2003-11-27 22:56:30 +0100 (Thu, 27 Nov 2003) | 13 lines
  6013. Changed paths:
  6014. M /trunk/NOTES
  6015. M /trunk/examples/demo.c
  6016. M /trunk/examples/spritedit.c
  6017. M /trunk/src/bitmap.c
  6018. M /trunk/src/caca.c
  6019. M /trunk/src/caca.h
  6020. M /trunk/src/graphics.c
  6021. M /trunk/src/sprite.c
  6022. * NOTES:
  6023. + Added setab/setaf quotes from the XTerm terminfo.
  6024. + Proposed a workaround for bright colours on any terminal.
  6025. * src/caca.c:
  6026. + 16 colour support for ncurses and conio.
  6027. * src/graphics.c:
  6028. + Ported to 16 colour support.
  6029. + Added a missing <stdio.h> for BUFSIZ.
  6030. + Disabled vsnprintf under DOS (only vsprintf exists).
  6031. * examples/:
  6032. + Don't abort if the caca.txt sprite was not found.
  6033. + Ported to 16 colour support.
  6034. ------------------------------------------------------------------------
  6035. r122 | sam | 2003-11-27 14:27:32 +0100 (Thu, 27 Nov 2003) | 2 lines
  6036. Changed paths:
  6037. M /trunk/NOTES
  6038. * NOTES: more notes about colours.
  6039. ------------------------------------------------------------------------
  6040. r121 | sam | 2003-11-27 10:43:56 +0100 (Thu, 27 Nov 2003) | 5 lines
  6041. Changed paths:
  6042. M /trunk/Makefile.am
  6043. M /trunk/configure.ac
  6044. M /trunk/examples/Makefile.am
  6045. * configure.ac:
  6046. + More sensible imlib2 detection, works with cross-compilation.
  6047. * Makefile.am:
  6048. + Don't forget to include NOTES to the dist tarball.
  6049. ------------------------------------------------------------------------
  6050. r120 | sam | 2003-11-27 10:38:16 +0100 (Thu, 27 Nov 2003) | 2 lines
  6051. Changed paths:
  6052. A /trunk/NOTES
  6053. M /trunk/README
  6054. M /trunk/debian/rules
  6055. * NOTES: added information about colour support.
  6056. ------------------------------------------------------------------------
  6057. r119 | sam | 2003-11-26 22:02:31 +0100 (Wed, 26 Nov 2003) | 2 lines
  6058. Changed paths:
  6059. M /trunk/configure.ac
  6060. * configure.ac: Added a missing check for <inttypes.h>.
  6061. ------------------------------------------------------------------------
  6062. r118 | sam | 2003-11-26 21:58:30 +0100 (Wed, 26 Nov 2003) | 2 lines
  6063. Changed paths:
  6064. M /trunk/src/bitmap.c
  6065. * src/bitmap.c: Support for more colour depths.
  6066. ------------------------------------------------------------------------
  6067. r115 | sam | 2003-11-24 20:56:04 +0100 (Mon, 24 Nov 2003) | 9 lines
  6068. Changed paths:
  6069. M /trunk/configure.ac
  6070. M /trunk/examples/Makefile.am
  6071. M /trunk/examples/demo.c
  6072. M /trunk/examples/view.c
  6073. * configure.ac examples/Makefile.am:
  6074. + Added a check for imlib2-config.
  6075. + Build cacaview conditionally.
  6076. * examples/demo.c:
  6077. + Removed all gdkpixbuf code.
  6078. * examples/view.c:
  6079. + Default to ordered dithering.
  6080. + Make sure the arrows always work even if delta is too small.
  6081. ------------------------------------------------------------------------
  6082. r114 | sam | 2003-11-24 18:51:40 +0100 (Mon, 24 Nov 2003) | 4 lines
  6083. Changed paths:
  6084. M /trunk/debian
  6085. M /trunk/debian/control
  6086. M /trunk/debian/rules
  6087. * debian/:
  6088. + New caca-utils package.
  6089. + Move cacademo, cacaview and caca-spritedit to caca-utils.
  6090. ------------------------------------------------------------------------
  6091. r113 | sam | 2003-11-24 18:50:14 +0100 (Mon, 24 Nov 2003) | 6 lines
  6092. Changed paths:
  6093. M /trunk/doc/Makefile.am
  6094. D /trunk/doc/caca-demo.1
  6095. A /trunk/doc/cacademo.1 (from /trunk/doc/caca-demo.1:112)
  6096. A /trunk/doc/cacaview.1
  6097. M /trunk/examples
  6098. M /trunk/examples/Makefile.am
  6099. A /trunk/examples/view.c
  6100. * examples/:
  6101. + Simple image viewer, cacaview, based on libcaca and imlib2.
  6102. + Renamed caca-demo into cacademo.
  6103. * doc/:
  6104. + Renamed doc/caca-demo.1 into doc/cacademo.1.
  6105. ------------------------------------------------------------------------
  6106. r112 | sam | 2003-11-23 16:34:35 +0100 (Sun, 23 Nov 2003) | 2 lines
  6107. Changed paths:
  6108. M /trunk/src/Makefile.am
  6109. A /trunk/src/bitmap.c (from /trunk/src/blit.c:111)
  6110. D /trunk/src/blit.c
  6111. * Renamed src/blit.c into src/bitmap.c.
  6112. ------------------------------------------------------------------------
  6113. r111 | sam | 2003-11-23 04:44:59 +0100 (Sun, 23 Nov 2003) | 5 lines
  6114. Changed paths:
  6115. M /trunk/examples/demo.c
  6116. M /trunk/src/caca.c
  6117. M /trunk/src/caca.h
  6118. M /trunk/src/io.c
  6119. * src/caca.c:
  6120. + Mouse initialisation in ncurses.
  6121. * src/io.c:
  6122. + Mouse support in ncurses.
  6123. ------------------------------------------------------------------------
  6124. r110 | sam | 2003-11-22 15:28:36 +0100 (Sat, 22 Nov 2003) | 3 lines
  6125. Changed paths:
  6126. M /trunk/debian/control
  6127. * debian/control:
  6128. + libcaca-dev should depend on slang1-dev.
  6129. ------------------------------------------------------------------------
  6130. r109 | sam | 2003-11-22 15:23:18 +0100 (Sat, 22 Nov 2003) | 3 lines
  6131. Changed paths:
  6132. M /trunk/debian/Makefile.am
  6133. * debian/Makefile.am:
  6134. + Added compat and copyright to the distributed files.
  6135. ------------------------------------------------------------------------
  6136. r108 | sam | 2003-11-22 15:19:36 +0100 (Sat, 22 Nov 2003) | 2 lines
  6137. Changed paths:
  6138. A /trunk/ChangeLog
  6139. M /trunk/debian/rules
  6140. * Added a ChangeLog file.
  6141. ------------------------------------------------------------------------
  6142. r107 | sam | 2003-11-22 15:13:53 +0100 (Sat, 22 Nov 2003) | 3 lines
  6143. Changed paths:
  6144. M /trunk/examples/Makefile.am
  6145. * examples/Makefile.am:
  6146. + Compilation fix when libcaca is not available.
  6147. ------------------------------------------------------------------------
  6148. r106 | sam | 2003-11-22 14:44:02 +0100 (Sat, 22 Nov 2003) | 9 lines
  6149. Changed paths:
  6150. M /trunk/debian/changelog
  6151. A /trunk/debian/copyright
  6152. M /trunk/debian/rules
  6153. M /trunk/doc/Makefile.am
  6154. M /trunk/doc/caca-config.1
  6155. A /trunk/doc/caca-demo.1
  6156. A /trunk/doc/caca-spritedit.1
  6157. M /trunk/examples/caca.txt
  6158. * debian/:
  6159. + Wrote the changelog for the Debian release.
  6160. + Wrote a copyright file.
  6161. * doc/:
  6162. + Wrote manpages for caca-demo and caca-spritedit.
  6163. * examples/caca.txt:
  6164. + Centered the sprite handle.
  6165. + Added a second frame to the sprite.
  6166. ------------------------------------------------------------------------
  6167. r105 | sam | 2003-11-22 13:53:55 +0100 (Sat, 22 Nov 2003) | 11 lines
  6168. Changed paths:
  6169. A /trunk/AUTHORS
  6170. M /trunk/Makefile.am
  6171. A /trunk/NEWS
  6172. M /trunk/configure.ac
  6173. A /trunk/doc
  6174. A /trunk/doc/Makefile.am
  6175. A /trunk/doc/caca-config.1
  6176. A /trunk/doc/doxygen.cfg
  6177. A /trunk/doc/footer.html
  6178. A /trunk/doc/header.html
  6179. * AUTHORS NEWS:
  6180. + Added these mandatory files.
  6181. * doc/:
  6182. + Wrote a Doxygen configuration file.
  6183. + Added a manpage for caca-config(1), borrowed from sdl-config.
  6184. * configure.ac:
  6185. + Use new style AC_INIT.
  6186. + Error out if no library was found.
  6187. + Added *djgpp* to the list of non-PIC platforms.
  6188. + Added checks for doxygen and latex.
  6189. ------------------------------------------------------------------------
  6190. r104 | sam | 2003-11-22 13:51:27 +0100 (Sat, 22 Nov 2003) | 2 lines
  6191. Changed paths:
  6192. M /trunk/examples/Makefile.am
  6193. M /trunk/examples/demo.c
  6194. * Disabled gdkpixbuf code.
  6195. ------------------------------------------------------------------------
  6196. r103 | sam | 2003-11-22 13:45:25 +0100 (Sat, 22 Nov 2003) | 3 lines
  6197. Changed paths:
  6198. M /trunk/src/blit.c
  6199. M /trunk/src/box.c
  6200. M /trunk/src/caca.c
  6201. M /trunk/src/caca.h
  6202. M /trunk/src/caca_internals.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 a few things.
  6212. ------------------------------------------------------------------------
  6213. r102 | sam | 2003-11-21 15:34:07 +0100 (Fri, 21 Nov 2003) | 8 lines
  6214. Changed paths:
  6215. M /trunk/TODO
  6216. M /trunk/examples/demo.c
  6217. M /trunk/src/blit.c
  6218. M /trunk/src/caca.h
  6219. * TODO:
  6220. + A few updates.
  6221. * src/blit.c:
  6222. + Split blit() into caca_create_bitmap() and caca_draw_bitmap().
  6223. + Started removing hardcoded bitmask and pitch values.
  6224. * examples/demo.c:
  6225. + Do something with mouse clicks.
  6226. ------------------------------------------------------------------------
  6227. r101 | sam | 2003-11-21 15:14:26 +0100 (Fri, 21 Nov 2003) | 3 lines
  6228. Changed paths:
  6229. M /trunk/src/io.c
  6230. * src/io.c:
  6231. + Fixed an off-by-one error in the mouse driver.
  6232. ------------------------------------------------------------------------
  6233. r100 | sam | 2003-11-20 17:54:04 +0100 (Thu, 20 Nov 2003) | 13 lines
  6234. Changed paths:
  6235. M /trunk
  6236. M /trunk/Makefile.am
  6237. M /trunk/README
  6238. M /trunk/TODO
  6239. A /trunk/caca-config.in
  6240. M /trunk/configure.ac
  6241. M /trunk/debian
  6242. A /trunk/debian/compat
  6243. M /trunk/debian/control
  6244. M /trunk/debian/rules
  6245. M /trunk/examples
  6246. M /trunk/examples/Makefile.am
  6247. M /trunk/examples/demo.c
  6248. M /trunk/src/Makefile.am
  6249. * debian/control:
  6250. + Changed section to libs/libdevel instead of games/games.
  6251. + Changed package name to libcaca-dev.
  6252. * debian/rules:
  6253. + Use debian/compat instead of DH_COMPAT.
  6254. + Install README, BUGS and TODO into /usr/share/doc.
  6255. * caca-config.in:
  6256. + First version of the config script.
  6257. * configure.ac src/Makefile.am:
  6258. + Build a static PIC library as well.
  6259. * README TODO:
  6260. + Various updates.
  6261. ------------------------------------------------------------------------
  6262. r99 | sam | 2003-11-19 19:38:49 +0100 (Wed, 19 Nov 2003) | 3 lines
  6263. Changed paths:
  6264. M /trunk/TODO
  6265. M /trunk/src/io.c
  6266. * TODO: New stuff to do.
  6267. * src/io.c: left and right arrow keys were swapped.
  6268. ------------------------------------------------------------------------
  6269. r98 | sam | 2003-11-19 18:49:43 +0100 (Wed, 19 Nov 2003) | 3 lines
  6270. Changed paths:
  6271. M /trunk/src/blit.c
  6272. M /trunk/src/caca.c
  6273. M /trunk/src/io.c
  6274. * src/io.c:
  6275. + Fixed a bug in the mouse coordinates reporting.
  6276. ------------------------------------------------------------------------
  6277. r97 | sam | 2003-11-19 18:32:10 +0100 (Wed, 19 Nov 2003) | 6 lines
  6278. Changed paths:
  6279. M /trunk/examples/demo.c
  6280. M /trunk/examples/spritedit.c
  6281. M /trunk/src/blit.c
  6282. M /trunk/src/caca.c
  6283. M /trunk/src/caca.h
  6284. M /trunk/src/io.c
  6285. * src/io.c:
  6286. + Renamed sdl_get_key() into sdl_get_event().
  6287. + Handle mouse clicks.
  6288. * src/caca.c:
  6289. + Activate the terminal's mouse handling if supported.
  6290. ------------------------------------------------------------------------
  6291. r96 | sam | 2003-11-17 17:11:34 +0100 (Mon, 17 Nov 2003) | 8 lines
  6292. Changed paths:
  6293. M /trunk/examples/Makefile.am
  6294. M /trunk/src/Makefile.am
  6295. M /trunk/src/blit.c
  6296. M /trunk/src/caca.h
  6297. M /trunk/src/io.c
  6298. * src/io.c src/caca.h:
  6299. + Interpret escape sequences for F1, F2, left, right, etc.
  6300. * src/Makefile.am examples/Makefile.am:
  6301. + Install caca.h in /usr/include.
  6302. + Do not install example programs.
  6303. * src/blit.c:
  6304. + Minor improvements to grayscale colors.
  6305. ------------------------------------------------------------------------
  6306. r95 | sam | 2003-11-17 11:15:40 +0100 (Mon, 17 Nov 2003) | 2 lines
  6307. Changed paths:
  6308. D /trunk/.cvsignore
  6309. D /trunk/autotools/.cvsignore
  6310. * Removed legacy .cvsignore files.
  6311. ------------------------------------------------------------------------
  6312. r94 | sam | 2003-11-16 18:41:43 +0100 (Sun, 16 Nov 2003) | 6 lines
  6313. Changed paths:
  6314. M /trunk/examples/demo.c
  6315. M /trunk/src/blit.c
  6316. M /trunk/src/caca.h
  6317. * src/blit.c:
  6318. + Hue calculation now uses integers only.
  6319. + Dithering is now parametrable. Implemented none, ordered, random.
  6320. * examples/demo.c:
  6321. + Added dithering selection.
  6322. ------------------------------------------------------------------------
  6323. r93 | sam | 2003-11-16 16:20:17 +0100 (Sun, 16 Nov 2003) | 8 lines
  6324. Changed paths:
  6325. M /trunk/examples/Makefile.am
  6326. A /trunk/examples/caca.txt
  6327. M /trunk/examples/demo.c
  6328. M /trunk/examples/spritedit.c
  6329. M /trunk/src/blit.c
  6330. M /trunk/src/caca.c
  6331. M /trunk/src/caca.h
  6332. M /trunk/src/caca_internals.h
  6333. M /trunk/src/graphics.c
  6334. * src/blit.c:
  6335. + Added caca_set_dithering() (unused yet).
  6336. + Added random dithering.
  6337. * src/caca.h:
  6338. + Renamed legacy EE_* enums to CACA_*.
  6339. * examples/demo.c examples/caca.txt:
  6340. + Added a default sprite for libcaca.
  6341. ------------------------------------------------------------------------
  6342. r92 | sam | 2003-11-16 13:28:29 +0100 (Sun, 16 Nov 2003) | 2 lines
  6343. Changed paths:
  6344. M /trunk/examples/demo.c
  6345. M /trunk/examples/spritedit.c
  6346. M /trunk/src/blit.c
  6347. M /trunk/src/box.c
  6348. M /trunk/src/caca.c
  6349. M /trunk/src/caca.h
  6350. M /trunk/src/caca_internals.h
  6351. M /trunk/src/conic.c
  6352. M /trunk/src/graphics.c
  6353. M /trunk/src/io.c
  6354. M /trunk/src/line.c
  6355. M /trunk/src/math.c
  6356. M /trunk/src/sprite.c
  6357. M /trunk/src/triangle.c
  6358. * Changed copyleft to LGPL.
  6359. ------------------------------------------------------------------------
  6360. r91 | sam | 2003-11-16 13:13:46 +0100 (Sun, 16 Nov 2003) | 3 lines
  6361. Changed paths:
  6362. M /trunk/Makefile.am
  6363. M /trunk/configure.ac
  6364. A /trunk/examples (from /trunk/test:90)
  6365. M /trunk/examples/Makefile.am
  6366. D /trunk/libcaca
  6367. A /trunk/src (from /trunk/libcaca:90)
  6368. M /trunk/src/line.c
  6369. D /trunk/test
  6370. * 2nd pass in the libcaca rehandling; moved sources to src/ and examples
  6371. to examples/.
  6372. ------------------------------------------------------------------------
  6373. r90 | sam | 2003-11-16 13:07:52 +0100 (Sun, 16 Nov 2003) | 2 lines
  6374. Changed paths:
  6375. M /trunk/COPYING
  6376. M /trunk/Makefile.am
  6377. M /trunk/README
  6378. M /trunk/TODO
  6379. M /trunk/bootstrap
  6380. M /trunk/configure.ac
  6381. D /trunk/data
  6382. D /trunk/debian/.cvsignore
  6383. M /trunk/debian/changelog
  6384. M /trunk/debian/control
  6385. M /trunk/debian/rules
  6386. D /trunk/doc
  6387. D /trunk/src
  6388. * The big TTYvaders/libcaca split. This is libcaca.
  6389. ------------------------------------------------------------------------
  6390. r89 | sam | 2003-11-16 12:26:54 +0100 (Sun, 16 Nov 2003) | 8 lines
  6391. Changed paths:
  6392. M /trunk/configure.ac
  6393. M /trunk/libcaca/blit.c
  6394. M /trunk/libcaca/caca.c
  6395. M /trunk/libcaca/conic.c
  6396. M /trunk/libcaca/graphics.c
  6397. M /trunk/src/weapons.c
  6398. * configure.ac:
  6399. + Added -Wsign-compare to the warning flags.
  6400. * libcaca/caca.c:
  6401. + Fixed a signed/unsigned bug that caused infinite waits with
  6402. ee_set_delay(0).
  6403. * src/weapons.c libcaca/graphics.c libcaca/blit.c libcaca/conic.c:
  6404. + Fixed minor signed/unsigned comparison warnings.
  6405. ------------------------------------------------------------------------
  6406. r88 | sam | 2003-11-16 01:33:35 +0100 (Sun, 16 Nov 2003) | 2 lines
  6407. Changed paths:
  6408. M /trunk/Makefile.am
  6409. M /trunk/TODO
  6410. M /trunk/configure.ac
  6411. A /trunk/libcaca (from /trunk/libee:87)
  6412. M /trunk/libcaca/Makefile.am
  6413. M /trunk/libcaca/blit.c
  6414. M /trunk/libcaca/box.c
  6415. A /trunk/libcaca/caca.c (from /trunk/libee/ee.c:87)
  6416. A /trunk/libcaca/caca.h (from /trunk/libee/ee.h:87)
  6417. A /trunk/libcaca/caca_internals.h (from /trunk/libee/ee_internals.h:87)
  6418. M /trunk/libcaca/conic.c
  6419. D /trunk/libcaca/ee.c
  6420. D /trunk/libcaca/ee.h
  6421. D /trunk/libcaca/ee_internals.h
  6422. M /trunk/libcaca/graphics.c
  6423. M /trunk/libcaca/io.c
  6424. M /trunk/libcaca/line.c
  6425. M /trunk/libcaca/math.c
  6426. M /trunk/libcaca/sprite.c
  6427. M /trunk/libcaca/triangle.c
  6428. D /trunk/libee
  6429. M /trunk/src/Makefile.am
  6430. M /trunk/src/aliens.c
  6431. M /trunk/src/bonus.c
  6432. M /trunk/src/box.c
  6433. M /trunk/src/ceo.c
  6434. M /trunk/src/collide.c
  6435. M /trunk/src/common.h
  6436. M /trunk/src/explosions.c
  6437. M /trunk/src/intro.c
  6438. M /trunk/src/main.c
  6439. M /trunk/src/overlay.c
  6440. M /trunk/src/player.c
  6441. M /trunk/src/starfield.c
  6442. M /trunk/src/tunnel.c
  6443. M /trunk/src/weapons.c
  6444. M /trunk/test/Makefile.am
  6445. M /trunk/test/demo.c
  6446. M /trunk/test/spritedit.c
  6447. * Renamed libee to libcaca. Far less collisions.
  6448. ------------------------------------------------------------------------
  6449. r87 | sam | 2003-11-16 01:09:09 +0100 (Sun, 16 Nov 2003) | 2 lines
  6450. Changed paths:
  6451. M /trunk/libee/Makefile.am
  6452. A /trunk/libee/blit.c
  6453. M /trunk/libee/ee.h
  6454. M /trunk/test/Makefile.am
  6455. M /trunk/test/demo.c
  6456. * Very ugly ee_blit function. Will be polished in a while.
  6457. ------------------------------------------------------------------------
  6458. r86 | sam | 2003-11-15 13:42:38 +0100 (Sat, 15 Nov 2003) | 10 lines
  6459. Changed paths:
  6460. M /trunk/libee/ee.c
  6461. M /trunk/libee/ee.h
  6462. M /trunk/libee/graphics.c
  6463. M /trunk/test/demo.c
  6464. * libee/ee.c:
  6465. + Replaced ee_color_names[] with ee_get_color_name().
  6466. + Don't oversleep in ee_refresh().
  6467. * libee/graphics.c:
  6468. + Implemented ee_printf().
  6469. * test/demo.c:
  6470. + If new keypresses are detected, don't wait for the next screen refresh.
  6471. + Added an fps counter on demos.
  6472. + Added controls for outlines and drawing boundaries.
  6473. ------------------------------------------------------------------------
  6474. r85 | sam | 2003-11-15 10:58:20 +0100 (Sat, 15 Nov 2003) | 8 lines
  6475. Changed paths:
  6476. M /trunk/libee/ee.c
  6477. M /trunk/libee/ee.h
  6478. M /trunk/libee/ee_internals.h
  6479. M /trunk/libee/graphics.c
  6480. M /trunk/libee/line.c
  6481. * libee/graphics.c:
  6482. + Correct clipping in ee_putstr() for long strings.
  6483. * libee/ee.c:
  6484. + New ee_get_rendertime() call to provide framerate information.
  6485. * libee/ee.h:
  6486. + Added const keywords where it was meaningful, despite Slang's blatant
  6487. omission of such keywords in its prototypes.
  6488. ------------------------------------------------------------------------
  6489. r84 | sam | 2003-11-14 20:00:07 +0100 (Fri, 14 Nov 2003) | 6 lines
  6490. Changed paths:
  6491. M /trunk/libee/ee.c
  6492. M /trunk/src/main.c
  6493. M /trunk/test/demo.c
  6494. * libee/ee.c:
  6495. + Implemented correct framerate wait loop.
  6496. + No framedropping yet.
  6497. * test/demo.c src/main.c:
  6498. + Set an arbitrary framerate for demos.
  6499. ------------------------------------------------------------------------
  6500. r83 | sam | 2003-11-14 19:49:53 +0100 (Fri, 14 Nov 2003) | 2 lines
  6501. Changed paths:
  6502. M /trunk/src/Makefile.am
  6503. M /trunk/test/Makefile.am
  6504. * Fixed compilation in an alternate directory.
  6505. ------------------------------------------------------------------------
  6506. r82 | sam | 2003-11-14 18:02:36 +0100 (Fri, 14 Nov 2003) | 2 lines
  6507. Changed paths:
  6508. M /trunk/src/box.c
  6509. M /trunk/src/main.c
  6510. M /trunk/src/player.c
  6511. M /trunk/src/starfield.c
  6512. M /trunk/src/tunnel.c
  6513. M /trunk/src/weapons.c
  6514. * Sanity checks after each malloc() call.
  6515. ------------------------------------------------------------------------
  6516. r81 | sam | 2003-11-14 17:55:58 +0100 (Fri, 14 Nov 2003) | 4 lines
  6517. Changed paths:
  6518. M /trunk/libee/ee.h
  6519. M /trunk/libee/math.c
  6520. * libee/math.c:
  6521. + ee_sqrt() now uses unsigned ints.
  6522. + Avoid overflows in ee_sqrt().
  6523. ------------------------------------------------------------------------
  6524. r80 | sam | 2003-11-13 18:12:40 +0100 (Thu, 13 Nov 2003) | 2 lines
  6525. Changed paths:
  6526. M /trunk/src/intro.c
  6527. * src/intro.c: Minor graphical issue on dosemu with ncurses backend.
  6528. ------------------------------------------------------------------------
  6529. r79 | sam | 2003-11-13 17:45:25 +0100 (Thu, 13 Nov 2003) | 6 lines
  6530. Changed paths:
  6531. M /trunk/libee/ee.c
  6532. M /trunk/libee/ee_internals.h
  6533. M /trunk/libee/graphics.c
  6534. M /trunk/libee/sprite.c
  6535. * libee/ee.c:
  6536. + Error checking in ee_init().
  6537. + Pre-generate the empty line for ee_clear().
  6538. * libee/sprite.c:
  6539. + Better error checking in ee_sprite_load().
  6540. ------------------------------------------------------------------------
  6541. r78 | sam | 2003-11-13 16:41:12 +0100 (Thu, 13 Nov 2003) | 2 lines
  6542. Changed paths:
  6543. M /trunk/libee/conic.c
  6544. M /trunk/libee/line.c
  6545. M /trunk/src/box.c
  6546. * Minor coding style changes.
  6547. ------------------------------------------------------------------------
  6548. r77 | sam | 2003-11-13 16:37:49 +0100 (Thu, 13 Nov 2003) | 2 lines
  6549. Changed paths:
  6550. M /trunk/data/Makefile.am
  6551. D /trunk/data/bar_boss
  6552. D /trunk/data/bar_fighter
  6553. A /trunk/data/barboss.txt (from /trunk/data/bar_boss:76)
  6554. A /trunk/data/barfight.txt (from /trunk/data/bar_fighter:76)
  6555. D /trunk/data/baz_fighter
  6556. A /trunk/data/bazfight.txt (from /trunk/data/baz_fighter:76)
  6557. A /trunk/data/bongem.txt (from /trunk/data/item_gem:76)
  6558. A /trunk/data/bonheart.txt (from /trunk/data/item_heart:76)
  6559. D /trunk/data/explosion_medium
  6560. D /trunk/data/explosion_small
  6561. D /trunk/data/foo_fighter
  6562. A /trunk/data/foofight.txt (from /trunk/data/foo_fighter:76)
  6563. D /trunk/data/item_gem
  6564. D /trunk/data/item_heart
  6565. A /trunk/data/ship.txt (from /trunk/data/ship_green:76)
  6566. D /trunk/data/ship_green
  6567. D /trunk/data/weapon_bomb
  6568. D /trunk/data/weapon_fragbomb
  6569. A /trunk/data/wpnbomb.txt (from /trunk/data/weapon_bomb:76)
  6570. A /trunk/data/wpnfrag.txt (from /trunk/data/weapon_fragbomb:76)
  6571. A /trunk/data/xplmed.txt (from /trunk/data/explosion_medium:76)
  6572. A /trunk/data/xplsmall.txt (from /trunk/data/explosion_small:76)
  6573. M /trunk/src/aliens.c
  6574. M /trunk/src/bonus.c
  6575. M /trunk/src/explosions.c
  6576. M /trunk/src/intro.c
  6577. M /trunk/src/player.c
  6578. M /trunk/src/weapons.c
  6579. M /trunk/test/demo.c
  6580. * Renamed sprites to < 8+3 names for the DOS port.
  6581. ------------------------------------------------------------------------
  6582. r76 | sam | 2003-11-13 00:46:58 +0100 (Thu, 13 Nov 2003) | 7 lines
  6583. Changed paths:
  6584. M /trunk/data/bar_boss
  6585. M /trunk/data/bar_fighter
  6586. M /trunk/data/baz_fighter
  6587. M /trunk/data/explosion_medium
  6588. M /trunk/data/explosion_small
  6589. M /trunk/data/foo_fighter
  6590. M /trunk/data/item_gem
  6591. M /trunk/data/item_heart
  6592. M /trunk/data/ship_green
  6593. M /trunk/data/weapon_bomb
  6594. M /trunk/data/weapon_fragbomb
  6595. M /trunk/src/starfield.c
  6596. M /trunk/test/demo.c
  6597. * test/demo.c:
  6598. + Removed a spurious '\n' from an ee_putstr().
  6599. * src/starfield.c:
  6600. + Fixed starfield color.
  6601. * data/:
  6602. + Fixed every sprite's colors.
  6603. ------------------------------------------------------------------------
  6604. r75 | sam | 2003-11-12 22:18:50 +0100 (Wed, 12 Nov 2003) | 25 lines
  6605. Changed paths:
  6606. A /trunk/BUGS
  6607. M /trunk/Makefile.am
  6608. M /trunk/README
  6609. M /trunk/TODO
  6610. M /trunk/libee/Makefile.am
  6611. M /trunk/libee/box.c
  6612. M /trunk/libee/conic.c
  6613. M /trunk/libee/ee.c
  6614. M /trunk/libee/ee.h
  6615. A /trunk/libee/ee_internals.h
  6616. M /trunk/libee/graphics.c
  6617. M /trunk/libee/io.c
  6618. M /trunk/libee/line.c
  6619. M /trunk/libee/math.c
  6620. M /trunk/libee/sprite.c
  6621. M /trunk/libee/triangle.c
  6622. M /trunk/src/Makefile.am
  6623. M /trunk/src/overlay.c
  6624. M /trunk/src/weapons.c
  6625. M /trunk/test/demo.c
  6626. * libee/ee.h:
  6627. + Added ee_color_names[] containing our 16 color names.
  6628. * libee/ee.c:
  6629. + Extended our color set to the full 16 instead of 10.
  6630. + Precalculate ncurses attributes.
  6631. * libee/graphics.c:
  6632. + Clip color value in ee_set_color().
  6633. + Clip characters in ee_putchar().
  6634. + Partially clip characters in ee_putstr(), overflows aren't checked yet.
  6635. * libee/ee_internals.h:
  6636. + New file to share extern variables within libee.
  6637. * test/demo.c:
  6638. + Added a simple demo_color() to output all colors.
  6639. + Replaced four ee_draw_line() with ee_draw_thin_box().
  6640. + Replaced x1, y1, x2 etc. with xa, ya, xb etc. because <math.h> already
  6641. defines y1.
  6642. + Randomized colours from 0 to 15 instead of 1 to 10.
  6643. * src/Makefiles.am:
  6644. + Added -lm to the ttyvaders linking flags because of the intro.
  6645. * README BUGS TODO:
  6646. + Updated.
  6647. ------------------------------------------------------------------------
  6648. r74 | sam | 2003-11-12 19:41:02 +0100 (Wed, 12 Nov 2003) | 7 lines
  6649. Changed paths:
  6650. M /trunk/README
  6651. M /trunk/configure.ac
  6652. M /trunk/libee/ee.c
  6653. M /trunk/libee/graphics.c
  6654. * README:
  6655. + Added a note about dos cross-compilation.
  6656. * configure.ac:
  6657. + Added a check for ScreenUpdate in <pc.h>.
  6658. * libee/graphics.c libee/ee.c:
  6659. + Improved the conio port thanks to ScreenUpdate().
  6660. ------------------------------------------------------------------------
  6661. r73 | sam | 2003-11-12 17:23:18 +0100 (Wed, 12 Nov 2003) | 2 lines
  6662. Changed paths:
  6663. M /trunk/configure.ac
  6664. M /trunk/libee/conic.c
  6665. M /trunk/libee/ee.c
  6666. M /trunk/libee/graphics.c
  6667. M /trunk/libee/io.c
  6668. M /trunk/libee/line.c
  6669. * MS-DOS port of libee, using <conio.h>.
  6670. ------------------------------------------------------------------------
  6671. r72 | sam | 2003-11-12 02:48:58 +0100 (Wed, 12 Nov 2003) | 17 lines
  6672. Changed paths:
  6673. M /trunk/data/foo_fighter
  6674. M /trunk/libee/box.c
  6675. M /trunk/libee/ee.h
  6676. M /trunk/libee/graphics.c
  6677. M /trunk/libee/line.c
  6678. M /trunk/libee/sprite.c
  6679. M /trunk/src/Makefile.am
  6680. M /trunk/src/aliens.c
  6681. M /trunk/src/bonus.c
  6682. M /trunk/src/box.c
  6683. M /trunk/src/common.h
  6684. M /trunk/src/explosions.c
  6685. A /trunk/src/intro.c
  6686. M /trunk/src/main.c
  6687. M /trunk/src/overlay.c
  6688. M /trunk/src/player.c
  6689. M /trunk/src/starfield.c
  6690. M /trunk/src/tunnel.c
  6691. M /trunk/src/weapons.c
  6692. M /trunk/test/demo.c
  6693. M /trunk/test/spritedit.c
  6694. * libee/graphics.c:
  6695. + Renamed ee_color() to ee_set_color(), wrote ee_get_color().
  6696. * libee/line.c:
  6697. + Implemented draw_polyline() and draw_thin_polyline().
  6698. * libee/sprite.c:
  6699. + Removed the f member of struct ee_sprite.
  6700. + Implemented ee_get_sprite_{width|height|dx|dy}().
  6701. + Restore the color fater ee_draw_sprite() is called.
  6702. * libee/box.c:
  6703. + Fixed a bug causing improper box clipping at the right and the bottom.
  6704. * data/foo_fighter:
  6705. + Fixed bugs in the sprite.
  6706. * src/intro.c:
  6707. + Test effects for the future game's intro.
  6708. * test/spritedit.c:
  6709. + Added stuff to the sprite editor. We can now navigate through frames.
  6710. ------------------------------------------------------------------------
  6711. r71 | sam | 2003-11-11 11:22:19 +0100 (Tue, 11 Nov 2003) | 13 lines
  6712. Changed paths:
  6713. M /trunk/libee/Makefile.am
  6714. A /trunk/libee/box.c
  6715. M /trunk/libee/conic.c
  6716. M /trunk/libee/ee.h
  6717. M /trunk/libee/triangle.c
  6718. M /trunk/test/demo.c
  6719. * libee/triangle.c:
  6720. + Wrote ee_draw_triangle() and ee_draw_thin_triangle().
  6721. * libee/box.c:
  6722. + Wrote ee_draw_box(), ee_draw_thin_box() and ee_fill_box().
  6723. * libee/conic.c:
  6724. + Wrote ee_fill_ellipse().
  6725. + First attempt at ee_draw_thin_ellipse(), to be reworked.
  6726. * test/demo.c:
  6727. + Merged demo_lines() and demo_thin_lines().
  6728. + Merged demo_triangles() and demo_outlined_triangles().
  6729. + Wrote demo_box().
  6730. + Use ee_fill_ellipse() in demo_all().
  6731. ------------------------------------------------------------------------
  6732. r70 | sam | 2003-11-11 09:00:36 +0100 (Tue, 11 Nov 2003) | 5 lines
  6733. Changed paths:
  6734. M /trunk/data/Makefile.am
  6735. A /trunk/data/ship_green
  6736. M /trunk/src/collide.c
  6737. M /trunk/src/main.c
  6738. M /trunk/src/player.c
  6739. M /trunk/src/weapons.c
  6740. * src/weapons.c:
  6741. + Use ee_draw_ellipse() instead of ee_draw_circle() to draw the nuke.
  6742. * src/player.c:
  6743. + Use ee_draw_sprite() to draw our ship.
  6744. ------------------------------------------------------------------------
  6745. r69 | sam | 2003-11-11 00:38:50 +0100 (Tue, 11 Nov 2003) | 8 lines
  6746. Changed paths:
  6747. M /trunk/libee/Makefile.am
  6748. M /trunk/libee/conic.c
  6749. M /trunk/libee/ee.c
  6750. M /trunk/libee/ee.h
  6751. A /trunk/libee/graphics.c (from /trunk/libee/ee.c:68)
  6752. M /trunk/libee/io.c
  6753. M /trunk/libee/line.c
  6754. M /trunk/libee/math.c
  6755. M /trunk/libee/sprite.c
  6756. M /trunk/libee/triangle.c
  6757. M /trunk/src/box.c
  6758. M /trunk/src/overlay.c
  6759. M /trunk/src/player.c
  6760. M /trunk/src/starfield.c
  6761. M /trunk/src/tunnel.c
  6762. M /trunk/src/weapons.c
  6763. M /trunk/test/demo.c
  6764. * libee/graphics.c:
  6765. + Moved ee_putstr() and ee_putchar() in here.
  6766. * libee/ee.h:
  6767. + Got rid of ee_goto().
  6768. + Moved <slang.h> or <curses.h> into libee.
  6769. * Replaced ee_goto()/ee_putstr() pairs with ee_putstr().
  6770. * Ditto for ee_putchar().
  6771. ------------------------------------------------------------------------
  6772. r68 | sam | 2003-11-11 00:04:13 +0100 (Tue, 11 Nov 2003) | 5 lines
  6773. Changed paths:
  6774. M /trunk/data/Makefile.am
  6775. M /trunk/src/Makefile.am
  6776. M /trunk/test
  6777. M /trunk/test/Makefile.am
  6778. A /trunk/test/spritedit.c
  6779. * test/spritedit.c:
  6780. + Placeholder for our upcoming sprite editor.
  6781. * src/Makefile.am data/Makefile.am:
  6782. + Use AM_CPPFLAGS, not target_CPPFLAGS, so that automake-1.5 can be used.
  6783. ------------------------------------------------------------------------
  6784. r67 | sam | 2003-11-10 23:43:30 +0100 (Mon, 10 Nov 2003) | 4 lines
  6785. Changed paths:
  6786. M /trunk/data/Makefile.am
  6787. A /trunk/data/weapon_fragbomb
  6788. M /trunk/src/weapons.c
  6789. * src/weapons.c data/weapon_fragbomb:
  6790. + Drew the fragbomb sprite.
  6791. + Use the fragbomb in src/weapons.c.
  6792. ------------------------------------------------------------------------
  6793. r66 | sam | 2003-11-10 22:54:11 +0100 (Mon, 10 Nov 2003) | 5 lines
  6794. Changed paths:
  6795. M /trunk/data/Makefile.am
  6796. A /trunk/data/weapon_bomb
  6797. M /trunk/src/weapons.c
  6798. * data/weapon_bomb:
  6799. + New bomb sprite.
  6800. * src/weapons.c:
  6801. + Switched the bomb drawing to use ee_draw_sprite().
  6802. ------------------------------------------------------------------------
  6803. r65 | sam | 2003-11-10 22:17:47 +0100 (Mon, 10 Nov 2003) | 8 lines
  6804. Changed paths:
  6805. M /trunk/data/Makefile.am
  6806. A /trunk/data/explosion_medium
  6807. A /trunk/data/explosion_small
  6808. M /trunk/libee/sprite.c
  6809. M /trunk/src/explosions.c
  6810. * libee/sprite.c:
  6811. + Made sprite loading more robust.
  6812. * src/explosions.c:
  6813. + No longer use ee_putchar etc. to draw our sprites, but use
  6814. ee_draw_sprite().
  6815. * data/:
  6816. + Drew explosion_medium and explosion_small sprites.
  6817. ------------------------------------------------------------------------
  6818. r64 | sam | 2003-11-10 21:43:02 +0100 (Mon, 10 Nov 2003) | 2 lines
  6819. Changed paths:
  6820. M /trunk/libee/conic.c
  6821. * libee/conic.c: Clip circles and ellipses.
  6822. ------------------------------------------------------------------------
  6823. r63 | sam | 2003-11-10 19:29:04 +0100 (Mon, 10 Nov 2003) | 5 lines
  6824. Changed paths:
  6825. M /trunk/libee/conic.c
  6826. M /trunk/libee/sprite.c
  6827. * libee/sprite.c:
  6828. + Added sanity checks in ee_sprite_* functions.
  6829. * libee/conic.c:
  6830. + Use ellipsepoints() in ee_draw_circle().
  6831. ------------------------------------------------------------------------
  6832. r62 | sam | 2003-11-10 19:23:23 +0100 (Mon, 10 Nov 2003) | 3 lines
  6833. Changed paths:
  6834. M /trunk/test/demo.c
  6835. * test/demo.c:
  6836. + Ellipses demo.
  6837. ------------------------------------------------------------------------
  6838. r61 | sam | 2003-11-10 19:21:36 +0100 (Mon, 10 Nov 2003) | 3 lines
  6839. Changed paths:
  6840. M /trunk/libee/conic.c
  6841. M /trunk/libee/ee.h
  6842. * libee/conic.c:
  6843. + ee_draw_ellipse().
  6844. ------------------------------------------------------------------------
  6845. r60 | sam | 2003-11-10 16:31:12 +0100 (Mon, 10 Nov 2003) | 2 lines
  6846. Changed paths:
  6847. M /trunk/libee/Makefile.am
  6848. D /trunk/libee/circle.c
  6849. A /trunk/libee/conic.c (from /trunk/libee/circle.c:58)
  6850. M /trunk/libee/line.c
  6851. * Renamed libee/circle.c to libee/conic.c because we'll do ellipsis.
  6852. ------------------------------------------------------------------------
  6853. r59 | sam | 2003-11-10 16:16:38 +0100 (Mon, 10 Nov 2003) | 3 lines
  6854. Changed paths:
  6855. M /trunk/libee/line.c
  6856. * libee/line.c:
  6857. + Added code comments.
  6858. ------------------------------------------------------------------------
  6859. r58 | sam | 2003-11-10 15:19:21 +0100 (Mon, 10 Nov 2003) | 4 lines
  6860. Changed paths:
  6861. M /trunk/configure.ac
  6862. M /trunk/libee/Makefile.am
  6863. M /trunk/src/Makefile.am
  6864. M /trunk/test/Makefile.am
  6865. * configure.ac:
  6866. + Moved optimization flags and warning triggers here.
  6867. + Updated the snapshot timestamp.
  6868. ------------------------------------------------------------------------
  6869. r57 | sam | 2003-11-10 15:13:56 +0100 (Mon, 10 Nov 2003) | 2 lines
  6870. Changed paths:
  6871. M /trunk/test/demo.c
  6872. * test/demo.c: Nicer complete demo.
  6873. ------------------------------------------------------------------------
  6874. r56 | sam | 2003-11-10 10:26:40 +0100 (Mon, 10 Nov 2003) | 11 lines
  6875. Changed paths:
  6876. M /trunk/data/Makefile.am
  6877. A /trunk/data/baz_fighter
  6878. A /trunk/data/foo_fighter
  6879. A /trunk/data/item_gem
  6880. A /trunk/data/item_heart
  6881. M /trunk/libee/ee.h
  6882. M /trunk/libee/sprite.c
  6883. M /trunk/src/aliens.c
  6884. M /trunk/src/bonus.c
  6885. M /trunk/src/box.c
  6886. * libee/sprite.c:
  6887. + More robust sprite loader.
  6888. + Added ee_set_sprite_frame() and ee_get_sprite_frame().
  6889. + Free all structures in ee_free_sprite().
  6890. * src/aliens.c src/bonus.c:
  6891. + Use ee_draw_sprite() instead of our manual sprite rendering.
  6892. * src/box.c:
  6893. + Use ee_draw_line() instead of the manual equivalent.
  6894. * data/:
  6895. + Added foo_fighter, baz_fighter, item_gem and item_heart sprites.
  6896. ------------------------------------------------------------------------
  6897. r55 | sam | 2003-11-10 03:00:52 +0100 (Mon, 10 Nov 2003) | 2 lines
  6898. Changed paths:
  6899. A /trunk/data/Makefile.am
  6900. * Oops, forgot data/Makefile.am.
  6901. ------------------------------------------------------------------------
  6902. r54 | sam | 2003-11-10 03:00:19 +0100 (Mon, 10 Nov 2003) | 5 lines
  6903. Changed paths:
  6904. M /trunk/Makefile.am
  6905. M /trunk/configure.ac
  6906. A /trunk/data
  6907. A /trunk/data/bar_boss
  6908. A /trunk/data/bar_fighter
  6909. M /trunk/test/demo.c
  6910. * test/demo.c:
  6911. + Wrote a little sprite demo.
  6912. * data/:
  6913. + Added bar_fighter (from ttyvaders) and bar_boss (from shapes.txt).
  6914. ------------------------------------------------------------------------
  6915. r53 | sam | 2003-11-10 02:56:24 +0100 (Mon, 10 Nov 2003) | 4 lines
  6916. Changed paths:
  6917. M /trunk/libee/Makefile.am
  6918. M /trunk/libee/ee.h
  6919. A /trunk/libee/sprite.c
  6920. * libee/sprite.c:
  6921. + Beginning of sprite handling within the library.
  6922. + Added support to load files.
  6923. ------------------------------------------------------------------------
  6924. r52 | sam | 2003-11-10 01:27:33 +0100 (Mon, 10 Nov 2003) | 3 lines
  6925. Changed paths:
  6926. M /trunk/test/demo.c
  6927. * test/demo.c:
  6928. + outlined triangles demo.
  6929. ------------------------------------------------------------------------
  6930. r51 | sam | 2003-11-10 01:15:02 +0100 (Mon, 10 Nov 2003) | 2 lines
  6931. Changed paths:
  6932. M /trunk/configure.ac
  6933. M /trunk/libee/Makefile.am
  6934. M /trunk/src/Makefile.am
  6935. M /trunk/test/Makefile.am
  6936. * Removed CPPFLAGS_slang and CPPFLAGS_ncurses, we now have config.h.
  6937. ------------------------------------------------------------------------
  6938. r50 | sam | 2003-11-10 00:34:24 +0100 (Mon, 10 Nov 2003) | 4 lines
  6939. Changed paths:
  6940. M /trunk/src/aliens.c
  6941. M /trunk/src/bonus.c
  6942. M /trunk/src/box.c
  6943. M /trunk/src/collide.c
  6944. M /trunk/src/explosions.c
  6945. M /trunk/src/main.c
  6946. M /trunk/src/overlay.c
  6947. M /trunk/src/player.c
  6948. M /trunk/src/starfield.c
  6949. M /trunk/src/tunnel.c
  6950. M /trunk/src/weapons.c
  6951. * src/*.c:
  6952. + Added missing #include "config.h".
  6953. + Fixed a nasty bug in ee_rand() calls.
  6954. ------------------------------------------------------------------------
  6955. r49 | sam | 2003-11-10 00:01:29 +0100 (Mon, 10 Nov 2003) | 3 lines
  6956. Changed paths:
  6957. M /trunk/test/demo.c
  6958. * test/demo.c:
  6959. + Disabled the pyramid demo and wrote a simple triangles demo.
  6960. ------------------------------------------------------------------------
  6961. r48 | sam | 2003-11-09 22:36:24 +0100 (Sun, 09 Nov 2003) | 5 lines
  6962. Changed paths:
  6963. M /trunk/libee/Makefile.am
  6964. M /trunk/libee/ee.h
  6965. A /trunk/libee/triangle.c
  6966. M /trunk/test/Makefile.am
  6967. M /trunk/test/demo.c
  6968. * libee/triangle.c:
  6969. + Implemented ee_fill_triangle().
  6970. * test/demo.c:
  6971. + Triangle demo.
  6972. ------------------------------------------------------------------------
  6973. r47 | sam | 2003-11-09 20:46:14 +0100 (Sun, 09 Nov 2003) | 5 lines
  6974. Changed paths:
  6975. M /trunk/libee/ee.h
  6976. M /trunk/libee/line.c
  6977. M /trunk/test/demo.c
  6978. * libee/line.c:
  6979. + ee_draw_thin_line().
  6980. * test/demo.c:
  6981. + Added a thin lines demo.
  6982. ------------------------------------------------------------------------
  6983. r46 | sam | 2003-11-09 19:10:44 +0100 (Sun, 09 Nov 2003) | 2 lines
  6984. Changed paths:
  6985. M /trunk/libee/line.c
  6986. * libee/line.c: genericized line drawing for future use.
  6987. ------------------------------------------------------------------------
  6988. r45 | sam | 2003-11-09 18:45:12 +0100 (Sun, 09 Nov 2003) | 6 lines
  6989. Changed paths:
  6990. M /trunk/test
  6991. M /trunk/test/demo.c
  6992. * test/demo.c:
  6993. + Putpixel demo.
  6994. + Draw line demo.
  6995. + Draw circle demo.
  6996. + Animated radar demo.
  6997. ------------------------------------------------------------------------
  6998. r44 | sam | 2003-11-09 18:21:43 +0100 (Sun, 09 Nov 2003) | 7 lines
  6999. Changed paths:
  7000. M /trunk/libee/Makefile.am
  7001. A /trunk/libee/circle.c (from /trunk/src/weapons.c:42)
  7002. M /trunk/libee/ee.h
  7003. M /trunk/libee/line.c
  7004. M /trunk/src/weapons.c
  7005. * src/weapons.c:
  7006. + Removed draw_circle, use ee_draw_circle instead.
  7007. * libee/circle.c:
  7008. + New ee_draw_circle function.
  7009. * libee/line.c:
  7010. + Changed an internal function's name.
  7011. ------------------------------------------------------------------------
  7012. r43 | sam | 2003-11-09 17:34:23 +0100 (Sun, 09 Nov 2003) | 2 lines
  7013. Changed paths:
  7014. M /trunk/libee
  7015. M /trunk/libee/Makefile.am
  7016. M /trunk/libee/ee.h
  7017. A /trunk/libee/line.c
  7018. * libee/line.c: Implemented ee_draw_line.
  7019. ------------------------------------------------------------------------
  7020. r42 | sam | 2003-11-09 14:52:40 +0100 (Sun, 09 Nov 2003) | 5 lines
  7021. Changed paths:
  7022. M /trunk/libee/ee.c
  7023. M /trunk/libee/ee.h
  7024. M /trunk/test/demo.c
  7025. * libee/ee.c:
  7026. + got rid of DELAY.
  7027. * test/demo.c:
  7028. + Minor animation effect.
  7029. ------------------------------------------------------------------------
  7030. r41 | sam | 2003-11-09 14:51:37 +0100 (Sun, 09 Nov 2003) | 2 lines
  7031. Changed paths:
  7032. M /trunk/libee/math.c
  7033. * libee/math.c: fixed a thinko in ee_rand().
  7034. ------------------------------------------------------------------------
  7035. r40 | sam | 2003-11-09 14:32:04 +0100 (Sun, 09 Nov 2003) | 8 lines
  7036. Changed paths:
  7037. M /trunk/libee/Makefile.am
  7038. M /trunk/libee/ee.c
  7039. M /trunk/libee/ee.h
  7040. A /trunk/libee/io.c (from /trunk/libee/ee.c:37)
  7041. A /trunk/libee/math.c
  7042. M /trunk/src/Makefile.am
  7043. M /trunk/src/aliens.c
  7044. M /trunk/src/collide.c
  7045. M /trunk/src/common.h
  7046. M /trunk/src/explosions.c
  7047. M /trunk/src/main.c
  7048. D /trunk/src/math.c
  7049. M /trunk/src/starfield.c
  7050. M /trunk/src/tunnel.c
  7051. M /trunk/src/weapons.c
  7052. * libee/io.c:
  7053. + Moved ee_get_key() here.
  7054. * libee/math.c:
  7055. + Moved r00t() here and renamed it to ee_sqrt().
  7056. + Moved GET_RAND() here and renamed it to ee_rand().
  7057. * src/math.c:
  7058. + Removed this deprecated file.
  7059. ------------------------------------------------------------------------
  7060. r39 | sam | 2003-11-09 14:16:19 +0100 (Sun, 09 Nov 2003) | 2 lines
  7061. Changed paths:
  7062. M /trunk/src/aliens.c
  7063. M /trunk/src/bonus.c
  7064. M /trunk/src/box.c
  7065. M /trunk/src/ceo.c
  7066. M /trunk/src/collide.c
  7067. M /trunk/src/common.h
  7068. M /trunk/src/explosions.c
  7069. M /trunk/src/main.c
  7070. M /trunk/src/math.c
  7071. M /trunk/src/overlay.c
  7072. M /trunk/src/player.c
  7073. M /trunk/src/starfield.c
  7074. M /trunk/src/tunnel.c
  7075. M /trunk/src/weapons.c
  7076. * Coding style everywhere.
  7077. ------------------------------------------------------------------------
  7078. r38 | sam | 2003-11-09 14:02:34 +0100 (Sun, 09 Nov 2003) | 5 lines
  7079. Changed paths:
  7080. M /trunk/libee/Makefile.am
  7081. M /trunk/test/Makefile.am
  7082. A /trunk/test/demo.c
  7083. * libee/Makefile.am, test/Makefile.am:
  7084. + Added more compiler warning flags.
  7085. * test/demo.c:
  7086. + Small demo for libee.
  7087. ------------------------------------------------------------------------
  7088. r37 | sam | 2003-11-09 14:01:44 +0100 (Sun, 09 Nov 2003) | 2 lines
  7089. Changed paths:
  7090. M /trunk/libee/ee.c
  7091. * libee/ee.c: Fixed a compilation warning.
  7092. ------------------------------------------------------------------------
  7093. r36 | sam | 2003-11-09 13:48:09 +0100 (Sun, 09 Nov 2003) | 2 lines
  7094. Changed paths:
  7095. M /trunk/libee/ee.c
  7096. * libee/ee.c: Exact line fill in ee_clear().
  7097. ------------------------------------------------------------------------
  7098. r35 | sam | 2003-11-09 13:40:53 +0100 (Sun, 09 Nov 2003) | 2 lines
  7099. Changed paths:
  7100. M /trunk/libee/Makefile.am
  7101. M /trunk/libee/ee.c
  7102. A /trunk/libee/ee.h
  7103. M /trunk/src/Makefile.am
  7104. M /trunk/src/aliens.c
  7105. M /trunk/src/bonus.c
  7106. M /trunk/src/box.c
  7107. M /trunk/src/ceo.c
  7108. M /trunk/src/common.h
  7109. M /trunk/src/explosions.c
  7110. M /trunk/src/main.c
  7111. M /trunk/src/overlay.c
  7112. M /trunk/src/player.c
  7113. M /trunk/src/starfield.c
  7114. M /trunk/src/tunnel.c
  7115. M /trunk/src/weapons.c
  7116. * libee is now standalone.
  7117. ------------------------------------------------------------------------
  7118. r34 | sam | 2003-11-09 13:02:42 +0100 (Sun, 09 Nov 2003) | 2 lines
  7119. Changed paths:
  7120. M /trunk/Makefile.am
  7121. M /trunk/configure.ac
  7122. M /trunk/libee
  7123. A /trunk/libee/Makefile.am
  7124. M /trunk/src/Makefile.am
  7125. A /trunk/test
  7126. A /trunk/test/Makefile.am
  7127. * libee is now (almost) standalone.
  7128. ------------------------------------------------------------------------
  7129. r33 | sam | 2003-11-09 12:26:08 +0100 (Sun, 09 Nov 2003) | 7 lines
  7130. Changed paths:
  7131. M /trunk/doc/shapes.txt
  7132. A /trunk/libee
  7133. A /trunk/libee/ee.c (from /trunk/src/graphics.c:31)
  7134. M /trunk/src/Makefile.am
  7135. M /trunk/src/ceo.c
  7136. M /trunk/src/common.h
  7137. D /trunk/src/graphics.c
  7138. M /trunk/src/main.c
  7139. * libee/ee.c:
  7140. + First file in libee, from src/graphics.c.
  7141. + Disable cursor upon initialisation.
  7142. + Added delay code for constant framerate.
  7143. * src/common.h:
  7144. + Minor compilation fix for latest ncurses.
  7145. ------------------------------------------------------------------------
  7146. r32 | sam | 2003-11-06 22:40:53 +0100 (Thu, 06 Nov 2003) | 2 lines
  7147. Changed paths:
  7148. M /trunk/bootstrap
  7149. * bootstrap: always remove autom4te.cache.
  7150. ------------------------------------------------------------------------
  7151. r31 | sam | 2003-10-02 03:08:13 +0200 (Thu, 02 Oct 2003) | 2 lines
  7152. Changed paths:
  7153. M /trunk
  7154. M /trunk/autotools
  7155. M /trunk/bootstrap
  7156. M /trunk/configure.ac
  7157. M /trunk/debian
  7158. M /trunk/src
  7159. M /trunk/src/aliens.c
  7160. M /trunk/src/bonus.c
  7161. M /trunk/src/box.c
  7162. M /trunk/src/ceo.c
  7163. M /trunk/src/collide.c
  7164. M /trunk/src/common.h
  7165. M /trunk/src/explosions.c
  7166. M /trunk/src/graphics.c
  7167. M /trunk/src/main.c
  7168. M /trunk/src/math.c
  7169. M /trunk/src/overlay.c
  7170. M /trunk/src/player.c
  7171. M /trunk/src/starfield.c
  7172. M /trunk/src/tunnel.c
  7173. M /trunk/src/weapons.c
  7174. * Fixed keywords, ignore, and lots of tiny SVN things.
  7175. ------------------------------------------------------------------------
  7176. r30 | sam | 2003-02-09 12:17:40 +0100 (Sun, 09 Feb 2003) | 3 lines
  7177. Changed paths:
  7178. M /trunk/TODO
  7179. M /trunk/src/Makefile.am
  7180. A /trunk/src/box.c
  7181. M /trunk/src/common.h
  7182. M /trunk/src/main.c
  7183. M /trunk/src/overlay.c
  7184. * support for boxes
  7185. * application: pause box
  7186. ------------------------------------------------------------------------
  7187. r29 | sam | 2003-01-06 13:22:58 +0100 (Mon, 06 Jan 2003) | 3 lines
  7188. Changed paths:
  7189. M /trunk/TODO
  7190. M /trunk/src/collide.c
  7191. * cosmetic code changes.
  7192. * fixed a bug in the tunnel munching.
  7193. ------------------------------------------------------------------------
  7194. r28 | sam | 2002-12-23 17:44:28 +0100 (Mon, 23 Dec 2002) | 3 lines
  7195. Changed paths:
  7196. M /trunk/README
  7197. M /trunk/TODO
  7198. M /trunk/configure.ac
  7199. M /trunk/src/weapons.c
  7200. * fixed the ncurses build.
  7201. * replaced '�' with ':' in the fragbomb tail because it's not ASCII.
  7202. ------------------------------------------------------------------------
  7203. r27 | sam | 2002-12-23 17:21:38 +0100 (Mon, 23 Dec 2002) | 6 lines
  7204. Changed paths:
  7205. M /trunk/configure.ac
  7206. M /trunk/src/collide.c
  7207. M /trunk/src/common.h
  7208. M /trunk/src/graphics.c
  7209. M /trunk/src/main.c
  7210. M /trunk/src/overlay.c
  7211. M /trunk/src/player.c
  7212. * new timestamp for a new snapshot.
  7213. * lots of sanity checks in collide.c.
  7214. * moved usleep() to graphics.c.
  7215. * added random key generator in the dummy driver.
  7216. * cosmetic changes in the energy bars.
  7217. ------------------------------------------------------------------------
  7218. r26 | sam | 2002-12-23 16:06:13 +0100 (Mon, 23 Dec 2002) | 4 lines
  7219. Changed paths:
  7220. M /trunk/src/Makefile.am
  7221. M /trunk/src/common.h
  7222. M /trunk/src/main.c
  7223. A /trunk/src/overlay.c
  7224. M /trunk/src/player.c
  7225. * better handling of special weapon timeout.
  7226. * the bomb is now part of the standard fire button effect.
  7227. * overlay for life and special weapon jauges.
  7228. ------------------------------------------------------------------------
  7229. r25 | sam | 2002-12-23 14:46:27 +0100 (Mon, 23 Dec 2002) | 3 lines
  7230. Changed paths:
  7231. M /trunk/src/aliens.c
  7232. M /trunk/src/collide.c
  7233. M /trunk/src/common.h
  7234. M /trunk/src/main.c
  7235. M /trunk/src/player.c
  7236. * aliens are now named foo, bar and baz.
  7237. * beginning of life jauges.
  7238. ------------------------------------------------------------------------
  7239. r24 | sam | 2002-12-23 14:13:04 +0100 (Mon, 23 Dec 2002) | 2 lines
  7240. Changed paths:
  7241. M /trunk/src/common.h
  7242. M /trunk/src/main.c
  7243. M /trunk/src/player.c
  7244. * ship has vx and vy.
  7245. ------------------------------------------------------------------------
  7246. r23 | sam | 2002-12-23 13:47:36 +0100 (Mon, 23 Dec 2002) | 2 lines
  7247. Changed paths:
  7248. M /trunk/TODO
  7249. M /trunk/src/main.c
  7250. M /trunk/src/tunnel.c
  7251. * cosmetic change: reworked draw_tunnel.
  7252. ------------------------------------------------------------------------
  7253. r22 | sam | 2002-12-23 13:03:31 +0100 (Mon, 23 Dec 2002) | 3 lines
  7254. Changed paths:
  7255. M /trunk/src/main.c
  7256. M /trunk/src/tunnel.c
  7257. * lasers are now twice as fast.
  7258. * walls are now filled, and displayed on top of aliens.
  7259. ------------------------------------------------------------------------
  7260. r21 | sam | 2002-12-23 11:06:27 +0100 (Mon, 23 Dec 2002) | 5 lines
  7261. Changed paths:
  7262. M /trunk/configure.ac
  7263. M /trunk/src/Makefile.am
  7264. M /trunk/src/ceo.c
  7265. M /trunk/src/common.h
  7266. M /trunk/src/graphics.c
  7267. M /trunk/src/main.c
  7268. M /trunk/src/tunnel.c
  7269. * added support for --disable-slang.
  7270. * fixed an overflow in the tunnel update code.
  7271. * fragbomb is now 'f', not 'd'.
  7272. * added a missing call to init_bonus().
  7273. ------------------------------------------------------------------------
  7274. r20 | sam | 2002-12-23 10:28:37 +0100 (Mon, 23 Dec 2002) | 5 lines
  7275. Changed paths:
  7276. M /trunk/TODO
  7277. M /trunk/src/collide.c
  7278. M /trunk/src/common.h
  7279. M /trunk/src/main.c
  7280. M /trunk/src/starfield.c
  7281. M /trunk/src/tunnel.c
  7282. M /trunk/src/weapons.c
  7283. * the beam now digs the tunnel.
  7284. * the starfield is now an array of stars.
  7285. * fixed wall rendering (offset issues and disappearing left wall).
  7286. * 32 seekers on fragbomb explosion, not 16.
  7287. ------------------------------------------------------------------------
  7288. r19 | sam | 2002-12-23 00:39:15 +0100 (Mon, 23 Dec 2002) | 3 lines
  7289. Changed paths:
  7290. M /trunk/src/weapons.c
  7291. * seekers and homing bombs react more quickly.
  7292. * 16 seekers on fragbomb explosion instead of 12.
  7293. ------------------------------------------------------------------------
  7294. r18 | sam | 2002-12-23 00:01:35 +0100 (Mon, 23 Dec 2002) | 3 lines
  7295. Changed paths:
  7296. M /trunk/src/math.c
  7297. M /trunk/src/weapons.c
  7298. * fixed a segfault when the target seeker speed was zero.
  7299. * factorized the seeker generation on fragbomb explosion.
  7300. ------------------------------------------------------------------------
  7301. r17 | sam | 2002-12-22 23:36:42 +0100 (Sun, 22 Dec 2002) | 2 lines
  7302. Changed paths:
  7303. M /trunk/src/Makefile.am
  7304. M /trunk/src/common.h
  7305. A /trunk/src/math.c
  7306. M /trunk/src/weapons.c
  7307. * Removed the dependency on <math.h>. We don't need no stinking sqrt!
  7308. ------------------------------------------------------------------------
  7309. r16 | sam | 2002-12-22 23:17:41 +0100 (Sun, 22 Dec 2002) | 3 lines
  7310. Changed paths:
  7311. M /trunk/doc/shapes.txt
  7312. M /trunk/src/aliens.c
  7313. M /trunk/src/ceo.c
  7314. M /trunk/src/collide.c
  7315. M /trunk/src/common.h
  7316. M /trunk/src/main.c
  7317. M /trunk/src/weapons.c
  7318. * dead aliens don't explode in the collision loop but in their update loop.
  7319. * new super weapon, the fragmentation bomb.
  7320. ------------------------------------------------------------------------
  7321. r15 | sam | 2002-12-22 20:08:35 +0100 (Sun, 22 Dec 2002) | 2 lines
  7322. Changed paths:
  7323. M /trunk/.cvsignore
  7324. M /trunk/Makefile.am
  7325. A /trunk/autotools
  7326. A /trunk/autotools/.cvsignore
  7327. A /trunk/autotools/Makefile.am
  7328. M /trunk/bootstrap
  7329. M /trunk/configure.ac
  7330. M /trunk/debian/.cvsignore
  7331. M /trunk/src/Makefile.am
  7332. * Moved generated autotools files to the autotools/ directory.
  7333. ------------------------------------------------------------------------
  7334. r14 | sam | 2002-12-22 19:44:12 +0100 (Sun, 22 Dec 2002) | 2 lines
  7335. Changed paths:
  7336. M /trunk/src/aliens.c
  7337. M /trunk/src/bonus.c
  7338. M /trunk/src/ceo.c
  7339. M /trunk/src/collide.c
  7340. M /trunk/src/common.h
  7341. M /trunk/src/explosions.c
  7342. M /trunk/src/graphics.c
  7343. M /trunk/src/main.c
  7344. M /trunk/src/player.c
  7345. M /trunk/src/starfield.c
  7346. M /trunk/src/tunnel.c
  7347. M /trunk/src/weapons.c
  7348. * I think I fucked up the $Id tags on my previous commit.
  7349. ------------------------------------------------------------------------
  7350. r13 | sam | 2002-12-22 19:42:32 +0100 (Sun, 22 Dec 2002) | 3 lines
  7351. Changed paths:
  7352. A /trunk/COPYING
  7353. M /trunk/src/aliens.c
  7354. M /trunk/src/bonus.c
  7355. M /trunk/src/ceo.c
  7356. M /trunk/src/collide.c
  7357. M /trunk/src/common.h
  7358. M /trunk/src/explosions.c
  7359. M /trunk/src/graphics.c
  7360. M /trunk/src/main.c
  7361. M /trunk/src/player.c
  7362. M /trunk/src/starfield.c
  7363. M /trunk/src/tunnel.c
  7364. M /trunk/src/weapons.c
  7365. * added the COPYING file (GPLv2).
  7366. * added GPL headers to source files.
  7367. ------------------------------------------------------------------------
  7368. r12 | sam | 2002-12-22 19:40:36 +0100 (Sun, 22 Dec 2002) | 2 lines
  7369. Changed paths:
  7370. M /trunk/src/Makefile.am
  7371. A /trunk/src/ceo.c
  7372. M /trunk/src/common.h
  7373. M /trunk/src/main.c
  7374. * tab == hotkey for CEO alert.
  7375. ------------------------------------------------------------------------
  7376. r11 | sam | 2002-12-18 19:44:47 +0100 (Wed, 18 Dec 2002) | 2 lines
  7377. Changed paths:
  7378. M /trunk/TODO
  7379. M /trunk/doc/shapes.txt
  7380. M /trunk/src/aliens.c
  7381. * 3rd alien type.
  7382. ------------------------------------------------------------------------
  7383. r10 | sam | 2002-12-18 19:12:28 +0100 (Wed, 18 Dec 2002) | 2 lines
  7384. Changed paths:
  7385. D /trunk/Makefile
  7386. * Scrapped Makefile.
  7387. ------------------------------------------------------------------------
  7388. r9 | sam | 2002-12-18 19:11:54 +0100 (Wed, 18 Dec 2002) | 2 lines
  7389. Changed paths:
  7390. M /trunk/Makefile
  7391. A /trunk/README
  7392. A /trunk/TODO
  7393. * README and TODO files.
  7394. ------------------------------------------------------------------------
  7395. r8 | sam | 2002-12-18 14:29:31 +0100 (Wed, 18 Dec 2002) | 2 lines
  7396. Changed paths:
  7397. M /trunk/Makefile
  7398. M /trunk/configure.ac
  7399. M /trunk/doc/shapes.txt
  7400. M /trunk/src/collide.c
  7401. M /trunk/src/weapons.c
  7402. * the bomb's head is now white
  7403. ------------------------------------------------------------------------
  7404. r7 | sam | 2002-12-15 18:16:45 +0100 (Sun, 15 Dec 2002) | 3 lines
  7405. Changed paths:
  7406. M /trunk/doc/shapes.txt
  7407. M /trunk/src/aliens.c
  7408. M /trunk/src/collide.c
  7409. M /trunk/src/common.h
  7410. M /trunk/src/main.c
  7411. M /trunk/src/weapons.c
  7412. * new weapon: bomb.
  7413. * beam now collides with aliens.
  7414. ------------------------------------------------------------------------
  7415. r6 | sam | 2002-12-15 06:03:55 +0100 (Sun, 15 Dec 2002) | 2 lines
  7416. Changed paths:
  7417. M /trunk/doc/shapes.txt
  7418. M /trunk/src/common.h
  7419. M /trunk/src/main.c
  7420. M /trunk/src/weapons.c
  7421. * 'beam' weapon.
  7422. ------------------------------------------------------------------------
  7423. r5 | sam | 2002-12-15 04:41:32 +0100 (Sun, 15 Dec 2002) | 10 lines
  7424. Changed paths:
  7425. M /trunk/Makefile
  7426. M /trunk/configure.ac
  7427. M /trunk/debian/changelog
  7428. M /trunk/debian/control
  7429. M /trunk/debian/rules
  7430. M /trunk/doc/shapes.txt
  7431. M /trunk/src/Makefile.am
  7432. M /trunk/src/aliens.c
  7433. A /trunk/src/bonus.c
  7434. M /trunk/src/collide.c
  7435. M /trunk/src/common.h
  7436. M /trunk/src/explosions.c
  7437. M /trunk/src/graphics.c
  7438. M /trunk/src/main.c
  7439. M /trunk/src/player.c
  7440. M /trunk/src/starfield.c
  7441. M /trunk/src/tunnel.c
  7442. M /trunk/src/weapons.c
  7443. * real Debian package files.
  7444. * two new types of aliens. only one rules.
  7445. * removed gfx_write in favor of gfx_putchar and gfx_putstr.
  7446. * added bonuses at alien death. they do nothing yet.
  7447. * seeker missiles. 'b' to test.
  7448. * weapon resolution is now 16*char. needs to be generalized.
  7449. * fixed the supernova bugs. center could collide with the tunnel, and
  7450. the last frame was badly displayed.
  7451. * lots of cleanups everywhere.
  7452. ------------------------------------------------------------------------
  7453. r4 | sam | 2002-12-13 21:50:00 +0100 (Fri, 13 Dec 2002) | 2 lines
  7454. Changed paths:
  7455. M /trunk/.cvsignore
  7456. M /trunk/Makefile
  7457. A /trunk/Makefile.am
  7458. D /trunk/aliens.c
  7459. A /trunk/bootstrap
  7460. D /trunk/collide.c
  7461. D /trunk/common.h
  7462. A /trunk/configure.ac
  7463. A /trunk/debian
  7464. A /trunk/debian/.cvsignore
  7465. A /trunk/debian/Makefile.am
  7466. A /trunk/debian/changelog
  7467. A /trunk/debian/control
  7468. A /trunk/debian/rules
  7469. A /trunk/doc
  7470. A /trunk/doc/shapes.txt
  7471. D /trunk/explosions.c
  7472. D /trunk/graphics.c
  7473. D /trunk/main.c
  7474. D /trunk/player.c
  7475. D /trunk/shapes.txt
  7476. A /trunk/src
  7477. A /trunk/src/.cvsignore
  7478. A /trunk/src/Makefile.am
  7479. A /trunk/src/aliens.c
  7480. A /trunk/src/collide.c
  7481. A /trunk/src/common.h
  7482. A /trunk/src/explosions.c
  7483. A /trunk/src/graphics.c
  7484. A /trunk/src/main.c
  7485. A /trunk/src/player.c
  7486. A /trunk/src/starfield.c
  7487. A /trunk/src/tunnel.c
  7488. A /trunk/src/weapons.c
  7489. D /trunk/starfield.c
  7490. D /trunk/tunnel.c
  7491. D /trunk/weapons.c
  7492. * autotoolificationized the whole thing.
  7493. ------------------------------------------------------------------------
  7494. r3 | sam | 2002-12-13 20:27:16 +0100 (Fri, 13 Dec 2002) | 4 lines
  7495. Changed paths:
  7496. M /trunk/collide.c
  7497. M /trunk/common.h
  7498. M /trunk/explosions.c
  7499. M /trunk/main.c
  7500. M /trunk/player.c
  7501. M /trunk/weapons.c
  7502. * moved nuke from explosions to weapons.
  7503. * used a cool Bresenham algorithm to draw the nuke circles.
  7504. * nuke collides with aliens.
  7505. ------------------------------------------------------------------------
  7506. r2 | sam | 2002-12-13 20:24:53 +0100 (Fri, 13 Dec 2002) | 2 lines
  7507. Changed paths:
  7508. A /trunk/.cvsignore
  7509. * .cvsignore file.
  7510. ------------------------------------------------------------------------
  7511. r1 | sam | 2002-12-13 20:23:07 +0100 (Fri, 13 Dec 2002) | 3 lines
  7512. Changed paths:
  7513. A /branches
  7514. A /trunk
  7515. A /trunk/Makefile
  7516. A /trunk/aliens.c
  7517. A /trunk/collide.c
  7518. A /trunk/common.h
  7519. A /trunk/explosions.c
  7520. A /trunk/graphics.c
  7521. A /trunk/main.c
  7522. A /trunk/player.c
  7523. A /trunk/shapes.txt
  7524. A /trunk/starfield.c
  7525. A /trunk/tunnel.c
  7526. A /trunk/weapons.c
  7527. * First commit. Scrolling works, some weaponry, controls, tunnel blowing,
  7528. the nuke is still ugly, almost no collision detection. Nice demo :)
  7529. ------------------------------------------------------------------------