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.
 
 
 
 
 
 

7675 lines
247 KiB

  1. ------------------------------------------------------------------------
  2. r634 | sam | 2006-04-22 21:14:49 +0200 (Sat, 22 Apr 2006) | 2 lines
  3. Changed paths:
  4. M /trunk/doc/libcaca.dox
  5. M /trunk/doc/migrating.dox
  6. * Updated the migration guide.
  7. ------------------------------------------------------------------------
  8. r633 | sam | 2006-04-22 21:14:26 +0200 (Sat, 22 Apr 2006) | 2 lines
  9. Changed paths:
  10. M /trunk/doc/style.dox
  11. * Wrote the C coding style documentation.
  12. ------------------------------------------------------------------------
  13. r632 | sam | 2006-04-22 21:13:27 +0200 (Sat, 22 Apr 2006) | 3 lines
  14. Changed paths:
  15. M /trunk/test
  16. M /trunk/test/Makefile.am
  17. A /trunk/test/frames.c
  18. A /trunk/test/text.c
  19. * Added a test for multiple frames support.
  20. * Added a test for textfile loading.
  21. ------------------------------------------------------------------------
  22. r631 | sam | 2006-04-22 21:11:25 +0200 (Sat, 22 Apr 2006) | 2 lines
  23. Changed paths:
  24. M /trunk/cucul/cucul.c
  25. M /trunk/cucul/cucul.h
  26. M /trunk/cucul/cucul_internals.h
  27. M /trunk/cucul/sprite.c
  28. * Support for multiple frames in canvases.
  29. ------------------------------------------------------------------------
  30. r630 | sam | 2006-04-22 21:10:41 +0200 (Sat, 22 Apr 2006) | 2 lines
  31. Changed paths:
  32. M /trunk/cucul/import.c
  33. * Added a simple "text" importer, until the cool ANSI importer arrives.
  34. ------------------------------------------------------------------------
  35. r629 | sam | 2006-04-22 21:06:59 +0200 (Sat, 22 Apr 2006) | 3 lines
  36. Changed paths:
  37. M /trunk/cucul/export.c
  38. * Disabled the foreground/background optimisation in the IRC export because
  39. it breaks on too many IRC clients.
  40. ------------------------------------------------------------------------
  41. r628 | sam | 2006-04-22 21:04:49 +0200 (Sat, 22 Apr 2006) | 2 lines
  42. Changed paths:
  43. M /trunk/test/demo.c
  44. M /trunk/test/spritedit.c
  45. * Disabled sprite stuff from the tests.
  46. ------------------------------------------------------------------------
  47. r627 | sam | 2006-04-22 21:00:14 +0200 (Sat, 22 Apr 2006) | 2 lines
  48. Changed paths:
  49. M /trunk/cpp/caca++.h
  50. M /trunk/cpp/cucul++.cpp
  51. M /trunk/cpp/cucul++.h
  52. * Removed soon-to-be-thrown-away sprite stuff from the C++ bindings.
  53. ------------------------------------------------------------------------
  54. r626 | sam | 2006-04-22 20:54:38 +0200 (Sat, 22 Apr 2006) | 4 lines
  55. Changed paths:
  56. M /trunk/configure.ac
  57. M /trunk/cpp/Makefile.am
  58. * Fixed --enable-cpp to actually do something. Also, disabled it by
  59. default for the release, because it's not up to date and needs a lot
  60. of polishing.
  61. ------------------------------------------------------------------------
  62. r625 | sam | 2006-04-21 23:41:30 +0200 (Fri, 21 Apr 2006) | 2 lines
  63. Changed paths:
  64. M /trunk/doc/Makefile.am
  65. M /trunk/doc/libcaca.dox
  66. M /trunk/doc/migrating.dox
  67. A /trunk/doc/style.dox
  68. A /trunk/doc/tutorial.dox
  69. * Oops, tutorial.dox was actually missing. Also, added a style.dox skeleton.
  70. ------------------------------------------------------------------------
  71. r624 | sam | 2006-04-21 23:21:20 +0200 (Fri, 21 Apr 2006) | 2 lines
  72. Changed paths:
  73. M /trunk/configure.ac
  74. * Set version number to 0.99.beta1.
  75. ------------------------------------------------------------------------
  76. r623 | sam | 2006-04-21 22:51:58 +0200 (Fri, 21 Apr 2006) | 2 lines
  77. Changed paths:
  78. M /trunk/cucul/cucul.c
  79. M /trunk/cucul/cucul_internals.h
  80. * Got rid of cv->scratch_line. It's unused, too.
  81. ------------------------------------------------------------------------
  82. r622 | sam | 2006-04-21 22:51:14 +0200 (Fri, 21 Apr 2006) | 2 lines
  83. Changed paths:
  84. M /trunk/cucul/cucul.c
  85. M /trunk/cucul/cucul_internals.h
  86. * Got rid of cv->empty_line, it's now unused.
  87. ------------------------------------------------------------------------
  88. r621 | sam | 2006-04-21 22:49:17 +0200 (Fri, 21 Apr 2006) | 3 lines
  89. Changed paths:
  90. M /trunk/configure.ac
  91. M /trunk/cpp/cucul++.cpp
  92. M /trunk/cpp/cucul++.h
  93. M /trunk/cucul/canvas.c
  94. M /trunk/cucul/cucul.h
  95. M /trunk/src/cacaview.c
  96. M /trunk/src/img2irc.c
  97. M /trunk/test/colors.c
  98. M /trunk/test/demo.c
  99. M /trunk/test/event.c
  100. M /trunk/test/gamma.c
  101. M /trunk/test/spritedit.c
  102. * Changed cucul_clear_canvas() again. It now uses the current foreground
  103. and background colours to clear the screen.
  104. ------------------------------------------------------------------------
  105. r620 | sam | 2006-04-21 22:24:04 +0200 (Fri, 21 Apr 2006) | 2 lines
  106. Changed paths:
  107. M /trunk/cpp/caca++.cpp
  108. M /trunk/cpp/caca++.h
  109. * Fixed a segfault in the C++ bindings. Vieux porc !
  110. ------------------------------------------------------------------------
  111. r619 | sam | 2006-04-21 21:26:54 +0200 (Fri, 21 Apr 2006) | 2 lines
  112. Changed paths:
  113. M /trunk/caca/Makefile.am
  114. M /trunk/configure.ac
  115. M /trunk/cpp/Makefile.am
  116. M /trunk/cucul/Makefile.am
  117. * Set library names to lib*.so.0.10.0.
  118. ------------------------------------------------------------------------
  119. r618 | sam | 2006-04-21 21:26:18 +0200 (Fri, 21 Apr 2006) | 2 lines
  120. Changed paths:
  121. M /trunk/cucul/import.c
  122. * Fixed a compilation warning.
  123. ------------------------------------------------------------------------
  124. r617 | sam | 2006-04-21 21:08:00 +0200 (Fri, 21 Apr 2006) | 2 lines
  125. Changed paths:
  126. M /trunk/cucul/import.c
  127. * Minor documentation fix.
  128. ------------------------------------------------------------------------
  129. r616 | sam | 2006-04-21 21:06:38 +0200 (Fri, 21 Apr 2006) | 2 lines
  130. Changed paths:
  131. M /trunk/cpp/caca++.cpp
  132. M /trunk/cpp/caca++.h
  133. M /trunk/cpp/cpptest.cpp
  134. M /trunk/cpp/cucul++.cpp
  135. M /trunk/cpp/cucul++.h
  136. * Fixed ugly coding style of the C++ bindings. Vieux porc immonde.
  137. ------------------------------------------------------------------------
  138. r615 | sam | 2006-04-21 20:44:04 +0200 (Fri, 21 Apr 2006) | 4 lines
  139. Changed paths:
  140. M /trunk/caca/driver_raw.c
  141. M /trunk/cpp/cucul++.cpp
  142. M /trunk/cpp/cucul++.h
  143. M /trunk/cucul/Makefile.am
  144. M /trunk/cucul/cucul.c
  145. M /trunk/cucul/cucul.h
  146. M /trunk/cucul/export.c
  147. A /trunk/cucul/import.c (from /trunk/cucul/cucul.c:612)
  148. M /trunk/src/cacaplay.c
  149. M /trunk/src/cacaserver.c
  150. M /trunk/src/img2irc.c
  151. M /trunk/test/export.c
  152. * Moved cucul_load_canvas() into cucul/import.c and renamed it into
  153. cucul_import_canvas().
  154. * Renamed cucul_create_export() into cucul_export_canvas() for consistency.
  155. ------------------------------------------------------------------------
  156. r614 | sam | 2006-04-21 20:09:30 +0200 (Fri, 21 Apr 2006) | 2 lines
  157. Changed paths:
  158. M /trunk/cucul/colour.c
  159. M /trunk/cucul/dither.c
  160. M /trunk/cucul/export.c
  161. M /trunk/cucul/font.c
  162. * Minor documentation improvements.
  163. ------------------------------------------------------------------------
  164. r613 | sam | 2006-04-21 20:03:22 +0200 (Fri, 21 Apr 2006) | 3 lines
  165. Changed paths:
  166. M /trunk/TODO
  167. M /trunk/caca/caca.h
  168. M /trunk/cucul/cucul.h
  169. M /trunk/doc/Makefile.am
  170. M /trunk/doc/libcaca.dox
  171. A /trunk/doc/migrating.dox
  172. A /trunk/doc/user.dox
  173. * Documentation improvements. Wrote a small migration guide and added the
  174. skeleton of a tutorial for Jylam.
  175. ------------------------------------------------------------------------
  176. r612 | sam | 2006-04-21 18:27:43 +0200 (Fri, 21 Apr 2006) | 3 lines
  177. Changed paths:
  178. M /trunk/AUTHORS
  179. M /trunk/NEWS
  180. M /trunk/THANKS
  181. M /trunk/TODO
  182. M /trunk/caca/caca.h
  183. M /trunk/doc/Makefile.am
  184. M /trunk/doc/doxygen.cfg.in
  185. A /trunk/doc/libcaca.dox
  186. * Added AUTHORS, THANKS, NEWS and TODO to the Doxygen documentation. Moved the main
  187. documentation page from caca.h to a separate file.
  188. ------------------------------------------------------------------------
  189. r611 | sam | 2006-04-21 14:01:14 +0200 (Fri, 21 Apr 2006) | 2 lines
  190. Changed paths:
  191. M /trunk/caca/driver_ncurses.c
  192. * Do not use ncurses' TIOCGWINSZ handler if <sys/ioctl.h> is not here.
  193. ------------------------------------------------------------------------
  194. r610 | sam | 2006-04-19 15:02:45 +0200 (Wed, 19 Apr 2006) | 2 lines
  195. Changed paths:
  196. M /trunk/cpp/Makefile.am
  197. * Workaround for broken C++ linking with old libtool versions.
  198. ------------------------------------------------------------------------
  199. r609 | sam | 2006-04-19 13:50:24 +0200 (Wed, 19 Apr 2006) | 3 lines
  200. Changed paths:
  201. M /trunk/NOTES
  202. M /trunk/tools/optipal.c
  203. * Moved the technical discussion on S-Lang's palette optimisation from
  204. NOTES to tools/optipal.c.
  205. ------------------------------------------------------------------------
  206. r608 | sam | 2006-04-19 12:10:58 +0200 (Wed, 19 Apr 2006) | 2 lines
  207. Changed paths:
  208. M /trunk/caca/caca.c
  209. M /trunk/caca/caca.h
  210. M /trunk/caca/caca_internals.h
  211. M /trunk/caca/driver_conio.c
  212. M /trunk/caca/driver_gl.c
  213. M /trunk/caca/driver_ncurses.c
  214. M /trunk/caca/driver_raw.c
  215. M /trunk/caca/driver_slang.c
  216. M /trunk/caca/driver_vga.c
  217. M /trunk/caca/driver_win32.c
  218. M /trunk/caca/driver_x11.c
  219. M /trunk/caca/graphics.c
  220. M /trunk/cpp/caca++.cpp
  221. M /trunk/cpp/caca++.h
  222. M /trunk/cucul/cucul.c
  223. M /trunk/python/pypycaca.c
  224. M /trunk/python/pypycaca.h
  225. M /trunk/src/aafire.c
  226. M /trunk/src/cacaball.c
  227. M /trunk/src/cacamoir.c
  228. M /trunk/src/cacaplas.c
  229. M /trunk/src/cacaplay.c
  230. M /trunk/src/cacaview.c
  231. M /trunk/test/colors.c
  232. M /trunk/test/demo.c
  233. M /trunk/test/dithering.c
  234. M /trunk/test/event.c
  235. M /trunk/test/font.c
  236. M /trunk/test/gamma.c
  237. M /trunk/test/hsv.c
  238. M /trunk/test/spritedit.c
  239. M /trunk/test/transform.c
  240. M /trunk/test/truecolor.c
  241. M /trunk/test/unicode.c
  242. * More function mass-renaming: caca_attach -> caca_create_display, etc.
  243. ------------------------------------------------------------------------
  244. r607 | sam | 2006-04-19 11:07:55 +0200 (Wed, 19 Apr 2006) | 6 lines
  245. Changed paths:
  246. M /trunk/caca/driver_raw.c
  247. M /trunk/cucul/cucul.c
  248. M /trunk/cucul/export.c
  249. M /trunk/src/cacaserver.c
  250. * Added a new "caca" exporter.
  251. * Removed most code from the raw driver and replaced it with a call to the
  252. caca exporter.
  253. * Slightly changed the caca export format and updated code accordingly.
  254. * Improved cacaserver error reporting.
  255. ------------------------------------------------------------------------
  256. r606 | sam | 2006-04-18 18:51:52 +0200 (Tue, 18 Apr 2006) | 2 lines
  257. Changed paths:
  258. M /trunk/debian/control
  259. * Updates to the Debian build files.
  260. ------------------------------------------------------------------------
  261. r605 | sam | 2006-04-18 18:50:56 +0200 (Tue, 18 Apr 2006) | 4 lines
  262. Changed paths:
  263. M /trunk/cucul/dither.c
  264. M /trunk/src/aafire.c
  265. M /trunk/src/cacaball.c
  266. M /trunk/src/cacamoir.c
  267. M /trunk/src/cacaplas.c
  268. M /trunk/src/cacaview.c
  269. M /trunk/src/img2irc.c
  270. M /trunk/test/demo.c
  271. M /trunk/test/export.c
  272. M /trunk/test/font.c
  273. M /trunk/test/gamma.c
  274. M /trunk/test/hsv.c
  275. * Changed the cucul_dither_bitmap behaviour so that the 4 coordinates are
  276. now x/y/width/height instead of x1/y1/x2/y2. Avoids unnecessary +1/-1
  277. computations.
  278. ------------------------------------------------------------------------
  279. r604 | sam | 2006-04-18 18:17:14 +0200 (Tue, 18 Apr 2006) | 4 lines
  280. Changed paths:
  281. M /trunk/cucul/cucul.c
  282. M /trunk/cucul/dither.c
  283. M /trunk/test/demo.c
  284. M /trunk/test/dithering.c
  285. * Changed the cucul_rand() behaviour. Now cucul_rand(0, 10) returns random
  286. values between 0 and 9 (used to be 0 and 10). Updated documentation
  287. accordingly.
  288. ------------------------------------------------------------------------
  289. r603 | sam | 2006-04-18 18:04:01 +0200 (Tue, 18 Apr 2006) | 3 lines
  290. Changed paths:
  291. M /trunk/cpp/cucul++.cpp
  292. M /trunk/cpp/cucul++.h
  293. M /trunk/cucul/canvas.c
  294. M /trunk/cucul/cucul.h
  295. M /trunk/src/cacaview.c
  296. M /trunk/src/img2irc.c
  297. M /trunk/test/colors.c
  298. M /trunk/test/demo.c
  299. M /trunk/test/event.c
  300. M /trunk/test/gamma.c
  301. M /trunk/test/spritedit.c
  302. * Renamed cucul_clear() to cucul_clear_canvas() and added an argument to
  303. choose the background colour.
  304. ------------------------------------------------------------------------
  305. r602 | sam | 2006-04-18 17:54:33 +0200 (Tue, 18 Apr 2006) | 4 lines
  306. Changed paths:
  307. M /trunk/caca/driver_conio.c
  308. M /trunk/caca/driver_gl.c
  309. M /trunk/caca/driver_ncurses.c
  310. M /trunk/caca/driver_slang.c
  311. M /trunk/caca/driver_vga.c
  312. M /trunk/caca/driver_win32.c
  313. M /trunk/caca/driver_x11.c
  314. M /trunk/caca/graphics.c
  315. M /trunk/cpp/cucul++.cpp
  316. M /trunk/cucul/Makefile.am
  317. A /trunk/cucul/buffer.c (from /trunk/cucul/cucul.c:600)
  318. M /trunk/cucul/cucul.c
  319. M /trunk/cucul/cucul.h
  320. M /trunk/cucul/cucul_internals.h
  321. M /trunk/cucul/export.c
  322. M /trunk/cucul/font.c
  323. M /trunk/src/aafire.c
  324. M /trunk/src/cacaball.c
  325. M /trunk/src/cacamoir.c
  326. M /trunk/src/cacaplas.c
  327. M /trunk/src/cacaplay.c
  328. M /trunk/src/cacaserver.c
  329. M /trunk/src/cacaview.c
  330. M /trunk/src/img2irc.c
  331. M /trunk/test/colors.c
  332. M /trunk/test/demo.c
  333. M /trunk/test/dithering.c
  334. M /trunk/test/event.c
  335. M /trunk/test/export.c
  336. M /trunk/test/font.c
  337. M /trunk/test/gamma.c
  338. M /trunk/test/hsv.c
  339. M /trunk/test/spritedit.c
  340. M /trunk/test/transform.c
  341. M /trunk/test/truecolor.c
  342. M /trunk/test/unicode.c
  343. * Renamed main canvas-related functions so that they have "canvas" in
  344. their name, eg. cucul_create() -> cucul_create_canvas() etc.
  345. * Moved buffer-related functions to cucul/buffer.c.
  346. ------------------------------------------------------------------------
  347. r601 | sam | 2006-04-18 17:12:12 +0200 (Tue, 18 Apr 2006) | 2 lines
  348. Changed paths:
  349. M /trunk/tools/makefont.c
  350. * Cosmetic changes.
  351. ------------------------------------------------------------------------
  352. r600 | sam | 2006-04-18 17:11:25 +0200 (Tue, 18 Apr 2006) | 3 lines
  353. Changed paths:
  354. M /trunk/caca/caca.c
  355. M /trunk/caca/caca.h
  356. M /trunk/caca/caca_internals.h
  357. M /trunk/caca/driver_conio.c
  358. M /trunk/caca/driver_gl.c
  359. M /trunk/caca/driver_ncurses.c
  360. M /trunk/caca/driver_raw.c
  361. M /trunk/caca/driver_slang.c
  362. M /trunk/caca/driver_vga.c
  363. M /trunk/caca/driver_win32.c
  364. M /trunk/caca/driver_x11.c
  365. M /trunk/caca/event.c
  366. M /trunk/caca/graphics.c
  367. M /trunk/cpp/caca++.cpp
  368. M /trunk/cpp/caca++.h
  369. M /trunk/cpp/cucul++.cpp
  370. M /trunk/cpp/cucul++.h
  371. M /trunk/cucul/box.c
  372. M /trunk/cucul/canvas.c
  373. M /trunk/cucul/charset.c
  374. M /trunk/cucul/colour.c
  375. M /trunk/cucul/conic.c
  376. M /trunk/cucul/cucul.c
  377. M /trunk/cucul/dither.c
  378. M /trunk/cucul/export.c
  379. M /trunk/cucul/font.c
  380. M /trunk/cucul/line.c
  381. M /trunk/cucul/sprite.c
  382. M /trunk/cucul/transform.c
  383. M /trunk/cucul/triangle.c
  384. M /trunk/src/aafire.c
  385. M /trunk/src/cacaball.c
  386. M /trunk/src/cacamoir.c
  387. M /trunk/src/cacaplas.c
  388. M /trunk/src/cacaplay.c
  389. M /trunk/src/cacaview.c
  390. M /trunk/src/img2irc.c
  391. M /trunk/test/colors.c
  392. M /trunk/test/demo.c
  393. M /trunk/test/dithering.c
  394. M /trunk/test/event.c
  395. M /trunk/test/export.c
  396. M /trunk/test/font.c
  397. M /trunk/test/gamma.c
  398. M /trunk/test/hsv.c
  399. M /trunk/test/spritedit.c
  400. M /trunk/test/transform.c
  401. M /trunk/test/truecolor.c
  402. M /trunk/test/unicode.c
  403. * Renamed caca_t into caca_display_t.
  404. * Renamed canvas handle variables from "c" to "cv". Eh ouais mon gros.
  405. ------------------------------------------------------------------------
  406. r599 | sam | 2006-04-18 14:59:07 +0200 (Tue, 18 Apr 2006) | 2 lines
  407. Changed paths:
  408. M /trunk/caca/caca.c
  409. M /trunk/caca/caca.h
  410. M /trunk/caca/caca_internals.h
  411. M /trunk/caca/driver_conio.c
  412. M /trunk/caca/driver_gl.c
  413. M /trunk/caca/driver_ncurses.c
  414. M /trunk/caca/driver_raw.c
  415. M /trunk/caca/driver_slang.c
  416. M /trunk/caca/driver_vga.c
  417. M /trunk/caca/driver_win32.c
  418. M /trunk/caca/driver_x11.c
  419. M /trunk/caca/event.c
  420. M /trunk/caca/graphics.c
  421. M /trunk/cpp/caca++.cpp
  422. M /trunk/cpp/cucul++.cpp
  423. M /trunk/cpp/cucul++.h
  424. M /trunk/cucul/box.c
  425. M /trunk/cucul/canvas.c
  426. M /trunk/cucul/colour.c
  427. M /trunk/cucul/conic.c
  428. M /trunk/cucul/cucul.c
  429. M /trunk/cucul/cucul.h
  430. M /trunk/cucul/cucul_internals.h
  431. M /trunk/cucul/dither.c
  432. M /trunk/cucul/export.c
  433. M /trunk/cucul/font.c
  434. M /trunk/cucul/line.c
  435. M /trunk/cucul/sprite.c
  436. M /trunk/cucul/transform.c
  437. M /trunk/cucul/triangle.c
  438. M /trunk/src/aafire.c
  439. M /trunk/src/cacaball.c
  440. M /trunk/src/cacamoir.c
  441. M /trunk/src/cacaplas.c
  442. M /trunk/src/cacaplay.c
  443. M /trunk/src/cacaserver.c
  444. M /trunk/src/cacaview.c
  445. M /trunk/src/img2irc.c
  446. M /trunk/test/colors.c
  447. M /trunk/test/demo.c
  448. M /trunk/test/dithering.c
  449. M /trunk/test/event.c
  450. M /trunk/test/export.c
  451. M /trunk/test/font.c
  452. M /trunk/test/gamma.c
  453. M /trunk/test/hsv.c
  454. M /trunk/test/spritedit.c
  455. M /trunk/test/transform.c
  456. M /trunk/test/truecolor.c
  457. M /trunk/test/unicode.c
  458. * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con.
  459. ------------------------------------------------------------------------
  460. r598 | sam | 2006-04-18 14:57:11 +0200 (Tue, 18 Apr 2006) | 3 lines
  461. Changed paths:
  462. M /trunk/cpp/Makefile.am
  463. * Fixed C++ bindings makefile so that it does not try to use the system's
  464. <cucul.h> and <caca.h> headers.
  465. ------------------------------------------------------------------------
  466. r597 | sam | 2006-04-18 12:02:42 +0200 (Tue, 18 Apr 2006) | 2 lines
  467. Changed paths:
  468. M /trunk/cucul/export.c
  469. * Truecolor support for the HTML and HTMLv3 exporters.
  470. ------------------------------------------------------------------------
  471. r596 | sam | 2006-04-18 11:57:15 +0200 (Tue, 18 Apr 2006) | 2 lines
  472. Changed paths:
  473. M /trunk/cucul/colour.c
  474. * Fixed a bug in _cucul_argb32_to_rgb24fg/bg().
  475. ------------------------------------------------------------------------
  476. r595 | sam | 2006-04-18 10:33:53 +0200 (Tue, 18 Apr 2006) | 2 lines
  477. Changed paths:
  478. M /trunk/README
  479. M /trunk/TODO
  480. * Updated README (caca-config -> pkg-config) and TODO.
  481. ------------------------------------------------------------------------
  482. r594 | sam | 2006-04-18 10:33:06 +0200 (Tue, 18 Apr 2006) | 2 lines
  483. Changed paths:
  484. M /trunk/cucul/export.c
  485. M /trunk/tools/makefont.c
  486. * Cosmetic code changes and minor optimisations.
  487. ------------------------------------------------------------------------
  488. r593 | sam | 2006-04-18 10:24:41 +0200 (Tue, 18 Apr 2006) | 3 lines
  489. Changed paths:
  490. M /trunk/cucul/Makefile.am
  491. M /trunk/cucul/cucul.c
  492. M /trunk/cucul/cucul_internals.h
  493. A /trunk/cucul/export.c
  494. D /trunk/cucul/export_ansi.c
  495. D /trunk/cucul/export_bitmap.c
  496. D /trunk/cucul/export_html.c
  497. D /trunk/cucul/export_irc.c
  498. D /trunk/cucul/export_ps.c
  499. D /trunk/cucul/export_svg.c
  500. * Merged again all export functions into cucul/export.c. They're all the
  501. same and they're very short (50-100 lines).
  502. ------------------------------------------------------------------------
  503. r592 | sam | 2006-04-18 10:21:31 +0200 (Tue, 18 Apr 2006) | 3 lines
  504. Changed paths:
  505. M /trunk/cucul/cucul.h
  506. M /trunk/cucul/font.c
  507. * Changed the buffer type in cucul_render_canvas() to void* to avoid
  508. compilation warnings.
  509. ------------------------------------------------------------------------
  510. r591 | sam | 2006-04-18 10:19:42 +0200 (Tue, 18 Apr 2006) | 2 lines
  511. Changed paths:
  512. M /trunk/test/event.c
  513. * Handle CACA_EVENT_QUIT in the event test program.
  514. ------------------------------------------------------------------------
  515. r590 | sam | 2006-04-18 10:18:03 +0200 (Tue, 18 Apr 2006) | 2 lines
  516. Changed paths:
  517. M /trunk/configure.ac
  518. * Workaround for broken AC_PATH_X autoconf macros.
  519. ------------------------------------------------------------------------
  520. r589 | sam | 2006-04-18 10:13:20 +0200 (Tue, 18 Apr 2006) | 2 lines
  521. Changed paths:
  522. M /trunk/caca/driver_x11.c
  523. * Compilation fix.
  524. ------------------------------------------------------------------------
  525. r588 | sam | 2006-04-17 22:09:42 +0200 (Mon, 17 Apr 2006) | 2 lines
  526. Changed paths:
  527. M /trunk/TODO
  528. M /trunk/caca/caca.h
  529. M /trunk/caca/driver_gl.c
  530. M /trunk/caca/driver_x11.c
  531. M /trunk/configure.ac
  532. * Implemented CACA_EVENT_QUIT. Unused yet.
  533. ------------------------------------------------------------------------
  534. r587 | sam | 2006-04-17 15:34:02 +0200 (Mon, 17 Apr 2006) | 2 lines
  535. Changed paths:
  536. M /trunk/cpp
  537. M /trunk/cpp/Makefile.am
  538. * Fixed autotools stuff in the cpp bindings.
  539. ------------------------------------------------------------------------
  540. r586 | sam | 2006-04-17 15:31:43 +0200 (Mon, 17 Apr 2006) | 2 lines
  541. Changed paths:
  542. M /trunk/cpp/cpptest.cpp
  543. * Compilation fix in cpptest.cpp.
  544. ------------------------------------------------------------------------
  545. r585 | jylam | 2006-04-17 15:23:28 +0200 (Mon, 17 Apr 2006) | 3 lines
  546. Changed paths:
  547. M /trunk/cpp/caca++.cpp
  548. M /trunk/cpp/caca++.h
  549. M /trunk/cpp/cpptest.cpp
  550. * Fixed compile problem, put Event outside Caca class
  551. ------------------------------------------------------------------------
  552. r584 | sam | 2006-04-17 15:11:33 +0200 (Mon, 17 Apr 2006) | 3 lines
  553. Changed paths:
  554. M /trunk/cpp/cucul++.cpp
  555. M /trunk/cpp/cucul++.h
  556. M /trunk/cucul/Makefile.am
  557. M /trunk/cucul/cucul.c
  558. M /trunk/cucul/cucul.h
  559. D /trunk/cucul/math.c
  560. * Removed math.c from cucul, it's beyond uselessness. Kept cucul_rand in
  561. cucul.c just in case.
  562. ------------------------------------------------------------------------
  563. r583 | sam | 2006-04-17 15:09:45 +0200 (Mon, 17 Apr 2006) | 2 lines
  564. Changed paths:
  565. D /trunk/cpp/Makefile.in
  566. D /trunk/cpp/caca++.pc
  567. D /trunk/cpp/cucul++.pc
  568. * Removed a few useless files (vieux porc).
  569. ------------------------------------------------------------------------
  570. r582 | sam | 2006-04-17 14:48:57 +0200 (Mon, 17 Apr 2006) | 2 lines
  571. Changed paths:
  572. M /trunk/TODO
  573. * Updated TODO list.
  574. ------------------------------------------------------------------------
  575. r581 | sam | 2006-04-17 14:48:35 +0200 (Mon, 17 Apr 2006) | 2 lines
  576. Changed paths:
  577. M /trunk/test/dithering.c
  578. M /trunk/test/truecolor.c
  579. * Minor cosmetic changes in the test programs.
  580. ------------------------------------------------------------------------
  581. r580 | sam | 2006-04-17 14:48:05 +0200 (Mon, 17 Apr 2006) | 2 lines
  582. Changed paths:
  583. M /trunk/cucul/export_ps.c
  584. M /trunk/cucul/export_svg.c
  585. * Truecolor support in the SVG and PostScript exporters.
  586. ------------------------------------------------------------------------
  587. r579 | sam | 2006-04-17 14:47:34 +0200 (Mon, 17 Apr 2006) | 2 lines
  588. Changed paths:
  589. M /trunk/cucul/Makefile.am
  590. M /trunk/cucul/cucul.c
  591. M /trunk/cucul/cucul_internals.h
  592. A /trunk/cucul/export_bitmap.c
  593. * Implemented TGA image export.
  594. ------------------------------------------------------------------------
  595. r578 | sam | 2006-04-17 14:46:34 +0200 (Mon, 17 Apr 2006) | 2 lines
  596. Changed paths:
  597. M /trunk/cucul/colour.c
  598. M /trunk/cucul/cucul_internals.h
  599. * Implemented argb32 to rgb24fg/bg colour conversions.
  600. ------------------------------------------------------------------------
  601. r577 | sam | 2006-04-17 14:45:07 +0200 (Mon, 17 Apr 2006) | 3 lines
  602. Changed paths:
  603. M /trunk/test/export.c
  604. * Use cucul_get_export_list() in the export test instead of hardcoding the
  605. list of available formats. Also added a few truecolor blocks to the test.
  606. ------------------------------------------------------------------------
  607. r576 | sam | 2006-04-17 14:41:50 +0200 (Mon, 17 Apr 2006) | 2 lines
  608. Changed paths:
  609. M /trunk/cucul/font.c
  610. * Fixed abusive strictness in the font loader.
  611. ------------------------------------------------------------------------
  612. r575 | jylam | 2006-04-17 13:24:38 +0200 (Mon, 17 Apr 2006) | 2 lines
  613. Changed paths:
  614. M /trunk/TODO
  615. * Updated TODO list.
  616. ------------------------------------------------------------------------
  617. r574 | jylam | 2006-04-17 13:19:26 +0200 (Mon, 17 Apr 2006) | 2 lines
  618. Changed paths:
  619. M /trunk/cpp/cpptest.cpp
  620. * Better C++ test
  621. ------------------------------------------------------------------------
  622. r573 | jylam | 2006-04-17 13:06:48 +0200 (Mon, 17 Apr 2006) | 2 lines
  623. Changed paths:
  624. M /trunk/cpp/caca++.cpp
  625. M /trunk/cpp/caca++.h
  626. M /trunk/cpp/cpptest.cpp
  627. M /trunk/cpp/cucul++.cpp
  628. M /trunk/cpp/cucul++.h
  629. * Added license in C++ files.
  630. ------------------------------------------------------------------------
  631. r572 | jylam | 2006-04-17 13:00:10 +0200 (Mon, 17 Apr 2006) | 2 lines
  632. Changed paths:
  633. M /trunk/cpp/cpptest.cpp
  634. M /trunk/cpp/cucul++.cpp
  635. M /trunk/cpp/cucul++.h
  636. * Fixed C++ printf(), added it in example
  637. ------------------------------------------------------------------------
  638. r571 | jylam | 2006-04-17 12:44:40 +0200 (Mon, 17 Apr 2006) | 2 lines
  639. Changed paths:
  640. M /trunk/cpp/cpptest.cpp
  641. * Forgot a test on Caca() instantiation
  642. ------------------------------------------------------------------------
  643. r570 | jylam | 2006-04-17 12:41:30 +0200 (Mon, 17 Apr 2006) | 2 lines
  644. Changed paths:
  645. M /trunk/Makefile.am
  646. M /trunk/configure.ac
  647. A /trunk/cpp
  648. A /trunk/cpp/Makefile.am
  649. A /trunk/cpp/Makefile.in
  650. A /trunk/cpp/caca++.cpp
  651. A /trunk/cpp/caca++.h
  652. A /trunk/cpp/caca++.pc
  653. A /trunk/cpp/caca++.pc.in
  654. A /trunk/cpp/cpptest.cpp
  655. A /trunk/cpp/cucul++.cpp
  656. A /trunk/cpp/cucul++.h
  657. A /trunk/cpp/cucul++.pc
  658. A /trunk/cpp/cucul++.pc.in
  659. * Added preliminary C++ bindings
  660. ------------------------------------------------------------------------
  661. r569 | sam | 2006-04-16 23:52:05 +0200 (Sun, 16 Apr 2006) | 2 lines
  662. Changed paths:
  663. M /trunk/caca/driver_gl.c
  664. M /trunk/caca/driver_x11.c
  665. * Added truecolor support to the X11 and GL drivers.
  666. ------------------------------------------------------------------------
  667. r568 | sam | 2006-04-16 23:29:40 +0200 (Sun, 16 Apr 2006) | 2 lines
  668. Changed paths:
  669. M /trunk/test
  670. M /trunk/test/Makefile.am
  671. A /trunk/test/truecolor.c
  672. * Added test/truecolor.c to test non-ANSI colour pairs.
  673. ------------------------------------------------------------------------
  674. r567 | sam | 2006-04-16 23:26:25 +0200 (Sun, 16 Apr 2006) | 4 lines
  675. Changed paths:
  676. M /trunk/cucul/canvas.c
  677. M /trunk/cucul/colour.c
  678. M /trunk/cucul/cucul.h
  679. M /trunk/cucul/cucul_internals.h
  680. * Moved cucul_set_color() from canvas.c to colour.c.
  681. * Added cucul_set_truecolor() for non-ANSI colours.
  682. * Added new argb32 -> rgb12 conversion functions.
  683. ------------------------------------------------------------------------
  684. r566 | sam | 2006-04-16 20:28:47 +0200 (Sun, 16 Apr 2006) | 6 lines
  685. Changed paths:
  686. M /trunk/caca/caca.h
  687. M /trunk/caca/caca_internals.h
  688. M /trunk/caca/driver_conio.c
  689. M /trunk/caca/driver_gl.c
  690. M /trunk/caca/driver_ncurses.c
  691. M /trunk/caca/driver_raw.c
  692. M /trunk/caca/driver_slang.c
  693. M /trunk/caca/driver_vga.c
  694. M /trunk/caca/driver_win32.c
  695. M /trunk/caca/driver_x11.c
  696. M /trunk/caca/event.c
  697. M /trunk/caca/time.c
  698. M /trunk/cucul/cucul.c
  699. M /trunk/cucul/cucul.h
  700. M /trunk/cucul/cucul_internals.h
  701. M /trunk/cucul/dither.c
  702. M /trunk/cucul/export_ansi.c
  703. M /trunk/cucul/export_html.c
  704. M /trunk/cucul/export_irc.c
  705. M /trunk/cucul/export_ps.c
  706. M /trunk/cucul/export_svg.c
  707. M /trunk/cucul/font.c
  708. M /trunk/cucul/sprite.c
  709. M /trunk/src/aafire.c
  710. M /trunk/src/cacaball.c
  711. M /trunk/src/cacamoir.c
  712. M /trunk/src/cacaplas.c
  713. M /trunk/src/cacaplay.c
  714. M /trunk/src/cacaserver.c
  715. M /trunk/src/cacaview.c
  716. M /trunk/src/img2irc.c
  717. M /trunk/test/colors.c
  718. M /trunk/test/demo.c
  719. M /trunk/test/dithering.c
  720. M /trunk/test/event.c
  721. M /trunk/test/export.c
  722. M /trunk/test/font.c
  723. M /trunk/test/gamma.c
  724. M /trunk/test/hsv.c
  725. M /trunk/test/spritedit.c
  726. M /trunk/test/transform.c
  727. M /trunk/test/unicode.c
  728. * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs
  729. such as cucul_dither_t instead of struct cucul_dither.
  730. * Made cucul_buffer_t an opaque structure and implemented the two getters
  731. cucul_get_buffer_data() and cucul_get_buffer_size().
  732. * Documented all missing functions and function parameters.
  733. ------------------------------------------------------------------------
  734. r565 | sam | 2006-04-16 20:21:14 +0200 (Sun, 16 Apr 2006) | 2 lines
  735. Changed paths:
  736. M /trunk/cucul/cucul.pc.in
  737. * Fixed bad library name in pc file.
  738. ------------------------------------------------------------------------
  739. r564 | jylam | 2006-04-15 17:24:13 +0200 (Sat, 15 Apr 2006) | 2 lines
  740. Changed paths:
  741. M /trunk/caca/caca_internals.h
  742. M /trunk/cucul/font.c
  743. M /trunk/msvc/cacaball.vcproj
  744. M /trunk/msvc/cacafire.vcproj
  745. M /trunk/msvc/cacamoir.vcproj
  746. M /trunk/msvc/cacaplas.vcproj
  747. M /trunk/msvc/cacaview.vcproj
  748. M /trunk/msvc/config.h
  749. M /trunk/msvc/libcaca.sln
  750. M /trunk/msvc/libcaca.vcproj
  751. M /trunk/perl/lib/Term/Caca/Constants.pm
  752. M /trunk/perl/lib/Term/Caca.pm
  753. M /trunk/perl/lib/Term/Kaka.pm
  754. * Updated MSVC++ project (static library and src/*)
  755. ------------------------------------------------------------------------
  756. r563 | jylam | 2006-04-15 17:23:13 +0200 (Sat, 15 Apr 2006) | 2 lines
  757. Changed paths:
  758. M /trunk/test/demo.c
  759. M /trunk/test/spritedit.c
  760. * Fixed sprite functions (it compiles now) (Y'a des connards qui font ce qu'ils veulent, mais qui finissent pas)
  761. ------------------------------------------------------------------------
  762. r562 | sam | 2006-04-14 14:10:18 +0200 (Fri, 14 Apr 2006) | 2 lines
  763. Changed paths:
  764. M /trunk/caca/caca.c
  765. M /trunk/caca/caca.h
  766. M /trunk/caca/event.c
  767. M /trunk/caca/graphics.c
  768. M /trunk/cucul/box.c
  769. M /trunk/cucul/canvas.c
  770. M /trunk/cucul/conic.c
  771. M /trunk/cucul/cucul.c
  772. M /trunk/cucul/cucul.h
  773. M /trunk/cucul/dither.c
  774. M /trunk/cucul/font.c
  775. M /trunk/cucul/line.c
  776. M /trunk/cucul/math.c
  777. M /trunk/cucul/sprite.c
  778. M /trunk/cucul/triangle.c
  779. * Improved documentation in many places.
  780. ------------------------------------------------------------------------
  781. r561 | sam | 2006-04-14 10:41:59 +0200 (Fri, 14 Apr 2006) | 3 lines
  782. Changed paths:
  783. M /trunk/configure.ac
  784. M /trunk/doc/Makefile.am
  785. M /trunk/doc/doxygen.cfg.in
  786. * Generate a PDF documentation instead of the PostScript one. It has nice
  787. hyperlinks! Also, set compact LaTeX mode and a few other Doxygen options.
  788. ------------------------------------------------------------------------
  789. r560 | sam | 2006-04-14 10:00:06 +0200 (Fri, 14 Apr 2006) | 2 lines
  790. Changed paths:
  791. M /trunk/cucul/font.c
  792. * Ahaha I didn't even check that it compiled properly.
  793. ------------------------------------------------------------------------
  794. r559 | sam | 2006-04-14 09:33:48 +0200 (Fri, 14 Apr 2006) | 2 lines
  795. Changed paths:
  796. M /trunk/cucul/font.c
  797. * Only support version 1 fonts.
  798. ------------------------------------------------------------------------
  799. r558 | sam | 2006-04-14 09:30:53 +0200 (Fri, 14 Apr 2006) | 3 lines
  800. Changed paths:
  801. M /trunk/caca/caca.c
  802. M /trunk/caca/caca.h
  803. M /trunk/caca/caca_internals.h
  804. M /trunk/caca/driver_conio.c
  805. M /trunk/caca/driver_gl.c
  806. M /trunk/caca/driver_ncurses.c
  807. M /trunk/caca/driver_raw.c
  808. M /trunk/caca/driver_slang.c
  809. M /trunk/caca/driver_vga.c
  810. M /trunk/caca/driver_win32.c
  811. M /trunk/caca/driver_x11.c
  812. M /trunk/caca/event.c
  813. M /trunk/caca/graphics.c
  814. M /trunk/caca/time.c
  815. M /trunk/cucul/box.c
  816. M /trunk/cucul/canvas.c
  817. M /trunk/cucul/charset.c
  818. M /trunk/cucul/colour.c
  819. M /trunk/cucul/conic.c
  820. M /trunk/cucul/cucul.c
  821. M /trunk/cucul/cucul.h
  822. M /trunk/cucul/cucul_internals.h
  823. M /trunk/cucul/dither.c
  824. M /trunk/cucul/export_ansi.c
  825. M /trunk/cucul/export_html.c
  826. M /trunk/cucul/export_irc.c
  827. M /trunk/cucul/export_ps.c
  828. M /trunk/cucul/export_svg.c
  829. M /trunk/cucul/font.c
  830. M /trunk/cucul/line.c
  831. M /trunk/cucul/math.c
  832. M /trunk/cucul/sprite.c
  833. M /trunk/cucul/transform.c
  834. M /trunk/cucul/triangle.c
  835. M /trunk/kernel/kernel.c
  836. M /trunk/kernel/kernel.h
  837. M /trunk/python/pypycaca.c
  838. M /trunk/python/pypycaca.h
  839. M /trunk/src/cacaplas.c
  840. M /trunk/src/cacaserver.c
  841. M /trunk/src/cacaview.c
  842. M /trunk/src/common-image.c
  843. M /trunk/src/common-image.h
  844. * Removed \file directives from all files except caca.h and cucul.h, to
  845. remove redundencies in the Doxygen documentation.
  846. ------------------------------------------------------------------------
  847. r557 | sam | 2006-04-13 19:57:19 +0200 (Thu, 13 Apr 2006) | 3 lines
  848. Changed paths:
  849. M /trunk/cucul/font.c
  850. * Added a lot of sanity checks to the font parsing. It should now be
  851. secure against broken files, but it probably needs peer review.
  852. ------------------------------------------------------------------------
  853. r556 | sam | 2006-04-13 19:54:07 +0200 (Thu, 13 Apr 2006) | 2 lines
  854. Changed paths:
  855. M /trunk/test/Makefile.am
  856. M /trunk/test/font.c
  857. * Redisplay the output bitmap using libcaca. Eh ouais mon gars.
  858. ------------------------------------------------------------------------
  859. r555 | sam | 2006-04-13 19:37:51 +0200 (Thu, 13 Apr 2006) | 2 lines
  860. Changed paths:
  861. M /trunk/test/hsv.c
  862. * Fixed caca_get_event() call in test/hsv.c.
  863. ------------------------------------------------------------------------
  864. r554 | sam | 2006-04-13 19:08:16 +0200 (Thu, 13 Apr 2006) | 2 lines
  865. Changed paths:
  866. M /trunk/cucul/colour.c
  867. * Fixed compilation warning.
  868. ------------------------------------------------------------------------
  869. r553 | sam | 2006-04-13 18:54:25 +0200 (Thu, 13 Apr 2006) | 2 lines
  870. Changed paths:
  871. M /trunk/cucul/colour.c
  872. * Fixed colour conversion routines so that they work with ARGB too.
  873. ------------------------------------------------------------------------
  874. r552 | sam | 2006-04-13 18:10:16 +0200 (Thu, 13 Apr 2006) | 4 lines
  875. Changed paths:
  876. M /trunk/cucul/Makefile.am
  877. M /trunk/cucul/cucul.h
  878. M /trunk/cucul/font.c
  879. A /trunk/cucul/font_mono9.h (from /trunk/cucul/font_monospace9.h:548)
  880. A /trunk/cucul/font_monobold12.h
  881. D /trunk/cucul/font_monospace9.h
  882. M /trunk/test/font.c
  883. * Implemented cucul_get_font_list() to retrieve the list of builtin fonts.
  884. * Fixed font selection through cucul_font_load().
  885. * Added a bigger 10x19 bold font.
  886. ------------------------------------------------------------------------
  887. r551 | sam | 2006-04-13 17:36:09 +0200 (Thu, 13 Apr 2006) | 3 lines
  888. Changed paths:
  889. M /trunk/tools/makefont.c
  890. * Made makefont more configurable. Also, store the commandline in a comment
  891. so that the font can be easily rebuilt.
  892. ------------------------------------------------------------------------
  893. r550 | sam | 2006-04-13 17:00:56 +0200 (Thu, 13 Apr 2006) | 2 lines
  894. Changed paths:
  895. M /trunk/TODO
  896. * Updated TODO list.
  897. ------------------------------------------------------------------------
  898. r549 | sam | 2006-04-13 16:24:31 +0200 (Thu, 13 Apr 2006) | 3 lines
  899. Changed paths:
  900. M /trunk/cucul/cucul.h
  901. M /trunk/cucul/font.c
  902. M /trunk/test/font.c
  903. * Internal font support through cucul_load_font(). Documented that.
  904. * Removed ugly hooks from test/font.c.
  905. ------------------------------------------------------------------------
  906. r548 | sam | 2006-04-13 16:23:04 +0200 (Thu, 13 Apr 2006) | 2 lines
  907. Changed paths:
  908. M /trunk/cucul/font.c
  909. * Ugly overflow bug in the rendering code.
  910. ------------------------------------------------------------------------
  911. r547 | sam | 2006-04-13 15:33:31 +0200 (Thu, 13 Apr 2006) | 5 lines
  912. Changed paths:
  913. M /trunk/cucul/cucul.h
  914. M /trunk/cucul/font.c
  915. M /trunk/test/font.c
  916. * Implemented cucul_get_font_width() and cucul_get_font_height().
  917. * Documented most font functions.
  918. * Cleaned up cucul_render_canvas() and made it actually usable by external
  919. programs. Removed ugly printf() debug calls.
  920. ------------------------------------------------------------------------
  921. r546 | sam | 2006-04-13 14:50:41 +0200 (Thu, 13 Apr 2006) | 2 lines
  922. Changed paths:
  923. M /trunk/cucul/cucul.c
  924. M /trunk/cucul/cucul.h
  925. M /trunk/cucul/cucul_internals.h
  926. M /trunk/cucul/export_ansi.c
  927. M /trunk/cucul/export_html.c
  928. M /trunk/cucul/export_irc.c
  929. M /trunk/cucul/export_ps.c
  930. M /trunk/cucul/export_svg.c
  931. M /trunk/src/cacaserver.c
  932. M /trunk/src/img2irc.c
  933. M /trunk/test/export.c
  934. * Renamed cucul_export into cucul_buffer. We'll use it for other things.
  935. ------------------------------------------------------------------------
  936. r545 | sam | 2006-04-13 14:49:54 +0200 (Thu, 13 Apr 2006) | 2 lines
  937. Changed paths:
  938. M /trunk/cucul/font_monospace9.h
  939. * Putain de bordel de manche a couilles. I forgot to fix the font.
  940. ------------------------------------------------------------------------
  941. r544 | sam | 2006-04-13 14:44:55 +0200 (Thu, 13 Apr 2006) | 2 lines
  942. Changed paths:
  943. M /trunk/tools/makefont.c
  944. * Some cleaning up in makefont.c.
  945. ------------------------------------------------------------------------
  946. r543 | sam | 2006-04-13 14:25:36 +0200 (Thu, 13 Apr 2006) | 3 lines
  947. Changed paths:
  948. M /trunk/cucul/font.c
  949. M /trunk/cucul/font_monospace9.h
  950. M /trunk/tools/makefont.c
  951. * Fixed 4, 2 and 1-bit font rendering.
  952. * Replaced the 8-bit internal font with a 4-bit one.
  953. ------------------------------------------------------------------------
  954. r542 | sam | 2006-04-13 14:23:50 +0200 (Thu, 13 Apr 2006) | 3 lines
  955. Changed paths:
  956. M /trunk/cucul/colour.c
  957. M /trunk/cucul/cucul_internals.h
  958. * Created internal function _cucul_argb32_to_argb4() that splits an argb
  959. fg/bg value into its separate argb 4-bit fields.
  960. ------------------------------------------------------------------------
  961. r541 | jylam | 2006-04-13 10:58:55 +0200 (Thu, 13 Apr 2006) | 2 lines
  962. Changed paths:
  963. M /trunk/test/spritedit.c
  964. * Added silly play with interframe delay. Need to rework sprite format.
  965. ------------------------------------------------------------------------
  966. r540 | sam | 2006-04-13 10:44:25 +0200 (Thu, 13 Apr 2006) | 3 lines
  967. Changed paths:
  968. M /trunk/cucul/font_monospace9.h
  969. * 4bpp fonts do not work yet. Replaced the built-in font with an 8bpp font
  970. for the moment.
  971. ------------------------------------------------------------------------
  972. r539 | sam | 2006-04-13 10:39:30 +0200 (Thu, 13 Apr 2006) | 2 lines
  973. Changed paths:
  974. M /trunk/test
  975. M /trunk/test/Makefile.am
  976. A /trunk/test/font.c
  977. * Added a test program for the font renderer.
  978. ------------------------------------------------------------------------
  979. r538 | sam | 2006-04-13 10:38:34 +0200 (Thu, 13 Apr 2006) | 2 lines
  980. Changed paths:
  981. M /trunk/test/export.c
  982. * Code simplification.
  983. ------------------------------------------------------------------------
  984. r537 | sam | 2006-04-13 10:37:32 +0200 (Thu, 13 Apr 2006) | 2 lines
  985. Changed paths:
  986. M /trunk/cucul/Makefile.am
  987. M /trunk/cucul/font.c
  988. A /trunk/cucul/font_monospace9.h
  989. * Created a built-in font from Bitstream Vera (Monospace 9).
  990. ------------------------------------------------------------------------
  991. r536 | sam | 2006-04-13 10:26:21 +0200 (Thu, 13 Apr 2006) | 2 lines
  992. Changed paths:
  993. M /trunk/configure.ac
  994. M /trunk/tools
  995. M /trunk/tools/Makefile.am
  996. A /trunk/tools/makefont.c
  997. * Added a font creator that uses pango to render glyphs.
  998. ------------------------------------------------------------------------
  999. r535 | sam | 2006-04-13 10:16:04 +0200 (Thu, 13 Apr 2006) | 3 lines
  1000. Changed paths:
  1001. M /trunk/cucul/cucul.h
  1002. M /trunk/cucul/font.c
  1003. * Slightly updated the font format and wrote a font loader. Also added a
  1004. skeleton for the renderer that will not last very long.
  1005. ------------------------------------------------------------------------
  1006. r534 | sam | 2006-04-12 18:34:34 +0200 (Wed, 12 Apr 2006) | 2 lines
  1007. Changed paths:
  1008. M /trunk/cucul/font.c
  1009. * New version of the font format.
  1010. ------------------------------------------------------------------------
  1011. r533 | sam | 2006-04-12 16:18:19 +0200 (Wed, 12 Apr 2006) | 3 lines
  1012. Changed paths:
  1013. M /trunk/cucul/Makefile.am
  1014. A /trunk/cucul/font.c
  1015. * Added a file for future font handling routines. Currently only the font
  1016. format proposal is in this file. Feel free to comment.
  1017. ------------------------------------------------------------------------
  1018. r532 | sam | 2006-04-12 10:57:59 +0200 (Wed, 12 Apr 2006) | 2 lines
  1019. Changed paths:
  1020. M /trunk/test
  1021. M /trunk/tools
  1022. * Proper svn:ignore properties on tools/.
  1023. ------------------------------------------------------------------------
  1024. r531 | sam | 2006-04-12 10:31:11 +0200 (Wed, 12 Apr 2006) | 3 lines
  1025. Changed paths:
  1026. M /trunk/Makefile.am
  1027. M /trunk/caca/driver_slang.c
  1028. M /trunk/configure.ac
  1029. M /trunk/test/Makefile.am
  1030. D /trunk/test/optipal.c
  1031. A /trunk/tools
  1032. A /trunk/tools/Makefile.am (from /trunk/test/Makefile.am:527)
  1033. A /trunk/tools/optipal.c (from /trunk/test/optipal.c:527)
  1034. * Moved test/optipal.c to tools/optipal.c. The tools subdirectory will
  1035. contain development tools that are only useful to libcaca developers.
  1036. ------------------------------------------------------------------------
  1037. r530 | sam | 2006-04-11 12:36:31 +0200 (Tue, 11 Apr 2006) | 4 lines
  1038. Changed paths:
  1039. M /trunk/src/Makefile.am
  1040. M /trunk/src/cacaview.c
  1041. * cacaview works again. Somewhat. Image loading is now handled by the
  1042. factored common-image.c file. Feature selection such as antialiasing or
  1043. dithering mode are still disabled.
  1044. ------------------------------------------------------------------------
  1045. r529 | sam | 2006-04-11 12:12:03 +0200 (Tue, 11 Apr 2006) | 2 lines
  1046. Changed paths:
  1047. M /trunk/src/common-image.c
  1048. * Renamed "freadint" to "u32fread", and so on.
  1049. ------------------------------------------------------------------------
  1050. r528 | sam | 2006-04-11 12:05:48 +0200 (Tue, 11 Apr 2006) | 3 lines
  1051. Changed paths:
  1052. M /trunk/src
  1053. M /trunk/src/Makefile.am
  1054. A /trunk/src/common-image.c (from /trunk/src/cacaview.c:523)
  1055. A /trunk/src/common-image.h
  1056. A /trunk/src/img2irc.c
  1057. * Added img2irc program. I know it does not have "cucul" or "caca" in the
  1058. name, but as I said, I do what I want. http://zoy.org/~sam/pb7th.png
  1059. ------------------------------------------------------------------------
  1060. r527 | sam | 2006-04-11 00:06:19 +0200 (Tue, 11 Apr 2006) | 3 lines
  1061. Changed paths:
  1062. M /trunk/cucul/export_ansi.c
  1063. M /trunk/cucul/export_html.c
  1064. M /trunk/cucul/export_irc.c
  1065. M /trunk/cucul/export_ps.c
  1066. M /trunk/cucul/export_svg.c
  1067. * Avoid useless call to strlen() in the exporters.
  1068. * Removed '\x0f' from the IRC exporter until I understand why it was here.
  1069. ------------------------------------------------------------------------
  1070. r526 | sam | 2006-04-11 00:03:22 +0200 (Tue, 11 Apr 2006) | 2 lines
  1071. Changed paths:
  1072. M /trunk/test/export.c
  1073. * Fixed test/export that was not printing the last character of the file.
  1074. ------------------------------------------------------------------------
  1075. r525 | sam | 2006-04-10 23:07:40 +0200 (Mon, 10 Apr 2006) | 2 lines
  1076. Changed paths:
  1077. M /trunk/TODO
  1078. * Updated TODO list. I forgot the aspect ratio function!
  1079. ------------------------------------------------------------------------
  1080. r524 | sam | 2006-04-10 22:24:12 +0200 (Mon, 10 Apr 2006) | 2 lines
  1081. Changed paths:
  1082. M /trunk/cucul/Makefile.am
  1083. D /trunk/cucul/bitmap.c
  1084. A /trunk/cucul/dither.c (from /trunk/cucul/bitmap.c:523)
  1085. * Renamed bitmap.c into dither.c.
  1086. ------------------------------------------------------------------------
  1087. r523 | sam | 2006-04-10 22:02:38 +0200 (Mon, 10 Apr 2006) | 2 lines
  1088. Changed paths:
  1089. M /trunk/cucul/bitmap.c
  1090. M /trunk/cucul/cucul.c
  1091. M /trunk/cucul/cucul.h
  1092. M /trunk/cucul/cucul_internals.h
  1093. M /trunk/src/aafire.c
  1094. M /trunk/src/cacaball.c
  1095. M /trunk/src/cacamoir.c
  1096. M /trunk/src/cacaplas.c
  1097. M /trunk/src/cacaview.c
  1098. M /trunk/test/demo.c
  1099. M /trunk/test/export.c
  1100. M /trunk/test/gamma.c
  1101. M /trunk/test/hsv.c
  1102. * Renamed *bitmap to *dither. Ben ouais connard, je fais ce que je veux.
  1103. ------------------------------------------------------------------------
  1104. r522 | sam | 2006-04-10 11:17:51 +0200 (Mon, 10 Apr 2006) | 4 lines
  1105. Changed paths:
  1106. M /trunk/cucul/bitmap.c
  1107. M /trunk/cucul/canvas.c
  1108. M /trunk/cucul/cucul.c
  1109. M /trunk/cucul/cucul.h
  1110. M /trunk/cucul/cucul_internals.h
  1111. M /trunk/cucul/sprite.c
  1112. M /trunk/test/dithering.c
  1113. M /trunk/test/optipal.c
  1114. * Replaced enum cucul_color with unsigned int. The size of an enum is not
  1115. really portable, and Visual Studio complains when they are not explicitely
  1116. cast.
  1117. ------------------------------------------------------------------------
  1118. r521 | sam | 2006-04-10 11:04:29 +0200 (Mon, 10 Apr 2006) | 2 lines
  1119. Changed paths:
  1120. M /trunk/doc/doxygen.cfg.in
  1121. * Updated the Doxygen configuration file.
  1122. ------------------------------------------------------------------------
  1123. r520 | sam | 2006-04-10 11:00:18 +0200 (Mon, 10 Apr 2006) | 3 lines
  1124. Changed paths:
  1125. M /trunk/cucul/export_ansi.c
  1126. M /trunk/cucul/export_html.c
  1127. M /trunk/cucul/export_irc.c
  1128. M /trunk/cucul/export_ps.c
  1129. M /trunk/cucul/export_svg.c
  1130. * Fixed old bugs I introduced in the exporters.
  1131. * Fixed exporter headers to make Doxygen happy.
  1132. ------------------------------------------------------------------------
  1133. r519 | sam | 2006-04-10 10:30:02 +0200 (Mon, 10 Apr 2006) | 2 lines
  1134. Changed paths:
  1135. M /trunk/cucul
  1136. * Forgot an svn:ignore property.
  1137. ------------------------------------------------------------------------
  1138. r518 | sam | 2006-04-10 09:52:07 +0200 (Mon, 10 Apr 2006) | 2 lines
  1139. Changed paths:
  1140. M /trunk/caca
  1141. M /trunk/caca/Makefile.am
  1142. A /trunk/caca/caca.pc.in
  1143. M /trunk/configure.ac
  1144. M /trunk/cucul/Makefile.am
  1145. A /trunk/cucul/cucul.pc.in
  1146. * Added pkgconfig files. Eh ouais mon gars.
  1147. ------------------------------------------------------------------------
  1148. r517 | sam | 2006-04-07 11:46:30 +0200 (Fri, 07 Apr 2006) | 2 lines
  1149. Changed paths:
  1150. M /trunk/caca/driver_conio.c
  1151. M /trunk/caca/driver_gl.c
  1152. M /trunk/caca/driver_ncurses.c
  1153. M /trunk/caca/driver_slang.c
  1154. M /trunk/caca/driver_vga.c
  1155. M /trunk/caca/driver_win32.c
  1156. M /trunk/caca/driver_x11.c
  1157. M /trunk/cucul/colour.c
  1158. M /trunk/cucul/cucul_internals.h
  1159. M /trunk/cucul/export_ansi.c
  1160. M /trunk/cucul/export_html.c
  1161. M /trunk/cucul/export_irc.c
  1162. M /trunk/cucul/export_ps.c
  1163. M /trunk/cucul/export_svg.c
  1164. * Replaced occurrences of "rgba" with "argb".
  1165. ------------------------------------------------------------------------
  1166. r516 | sam | 2006-04-07 10:55:01 +0200 (Fri, 07 Apr 2006) | 2 lines
  1167. Changed paths:
  1168. M /trunk/cucul/bitmap.c
  1169. * Fixed a syntax error. Gruik.
  1170. ------------------------------------------------------------------------
  1171. r515 | sam | 2006-04-07 10:19:42 +0200 (Fri, 07 Apr 2006) | 2 lines
  1172. Changed paths:
  1173. M /trunk/cucul/bitmap.c
  1174. M /trunk/cucul/cucul.h
  1175. * Changed the cucul_set_bitmap_antialias() argument to a string.
  1176. ------------------------------------------------------------------------
  1177. r514 | sam | 2006-04-06 15:49:10 +0200 (Thu, 06 Apr 2006) | 2 lines
  1178. Changed paths:
  1179. M /trunk/cucul/export_ps.c
  1180. * Of course I had to fuck up something. Here, PS export works again.
  1181. ------------------------------------------------------------------------
  1182. r513 | sam | 2006-04-06 15:41:56 +0200 (Thu, 06 Apr 2006) | 2 lines
  1183. Changed paths:
  1184. M /trunk/caca/driver_conio.c
  1185. M /trunk/caca/driver_gl.c
  1186. M /trunk/caca/driver_ncurses.c
  1187. M /trunk/caca/driver_raw.c
  1188. M /trunk/caca/driver_slang.c
  1189. M /trunk/caca/driver_vga.c
  1190. M /trunk/caca/driver_win32.c
  1191. M /trunk/caca/driver_x11.c
  1192. M /trunk/cucul/Makefile.am
  1193. M /trunk/cucul/canvas.c
  1194. A /trunk/cucul/colour.c
  1195. M /trunk/cucul/cucul.c
  1196. M /trunk/cucul/cucul_internals.h
  1197. M /trunk/cucul/export_ansi.c
  1198. M /trunk/cucul/export_html.c
  1199. M /trunk/cucul/export_irc.c
  1200. M /trunk/cucul/export_ps.c
  1201. M /trunk/cucul/export_svg.c
  1202. M /trunk/cucul/transform.c
  1203. M /trunk/src/cacaserver.c
  1204. * Store colour information on 32 bits, for future 12-bit colour support.
  1205. ------------------------------------------------------------------------
  1206. r512 | sam | 2006-04-06 15:21:15 +0200 (Thu, 06 Apr 2006) | 2 lines
  1207. Changed paths:
  1208. M /trunk/cucul/canvas.c
  1209. M /trunk/cucul/cucul.h
  1210. * Got rid of cucul_get_screen(). Use cucul_export() instead.
  1211. ------------------------------------------------------------------------
  1212. r511 | sam | 2006-04-06 15:11:12 +0200 (Thu, 06 Apr 2006) | 2 lines
  1213. Changed paths:
  1214. M /trunk/cucul/cucul.c
  1215. * Check the magic bytes at the end of the buffer when cucul_load()ing it.
  1216. ------------------------------------------------------------------------
  1217. r510 | sam | 2006-04-06 15:07:58 +0200 (Thu, 06 Apr 2006) | 2 lines
  1218. Changed paths:
  1219. M /trunk/src/cacaserver.c
  1220. * Sanity check in cacaserver.c.
  1221. ------------------------------------------------------------------------
  1222. r509 | sam | 2006-04-06 12:23:10 +0200 (Thu, 06 Apr 2006) | 2 lines
  1223. Changed paths:
  1224. M /trunk/src/cacaserver.c
  1225. * Fixed a crash when realloc() returns a new address.
  1226. ------------------------------------------------------------------------
  1227. r508 | sam | 2006-04-06 12:19:17 +0200 (Thu, 06 Apr 2006) | 2 lines
  1228. Changed paths:
  1229. M /trunk/cucul/cucul.c
  1230. * Fixed old typo that caused qq->height to be uninitialised.
  1231. ------------------------------------------------------------------------
  1232. r507 | jylam | 2006-04-01 23:29:10 +0200 (Sat, 01 Apr 2006) | 2 lines
  1233. Changed paths:
  1234. M /trunk/src/cacaserver.c
  1235. * Oops, removed unused variable
  1236. ------------------------------------------------------------------------
  1237. r506 | jylam | 2006-04-01 23:26:30 +0200 (Sat, 01 Apr 2006) | 2 lines
  1238. Changed paths:
  1239. M /trunk/src/cacaserver.c
  1240. * Added Winsock (c)(tm)(r) compatibility
  1241. ------------------------------------------------------------------------
  1242. r505 | jylam | 2006-04-01 18:11:37 +0200 (Sat, 01 Apr 2006) | 2 lines
  1243. Changed paths:
  1244. M /trunk/src/cacaplas.c
  1245. * removed b0rked test. No more pigs, I just commited 500 of them.
  1246. ------------------------------------------------------------------------
  1247. r504 | sam | 2006-04-01 17:58:10 +0200 (Sat, 01 Apr 2006) | 2 lines
  1248. Changed paths:
  1249. M /trunk/cucul/bitmap.c
  1250. * Set the default dithering mode to Floyd-Steinberg.
  1251. ------------------------------------------------------------------------
  1252. r503 | sam | 2006-04-01 17:56:31 +0200 (Sat, 01 Apr 2006) | 14 lines
  1253. Changed paths:
  1254. M /trunk/cucul/canvas.c
  1255. M /trunk/cucul/sprite.c
  1256. ((`)_.._ ,'-. _..._ _._
  1257. * Ooops. Compilation fix. \,' '-._.-\ ' ` .-'
  1258. .' / (
  1259. / S | _ _ \
  1260. | a \ o o |
  1261. ; m .-. /
  1262. ; ', '-.( '')-'
  1263. '. | ;-'
  1264. \ / /
  1265. / /-._ __, 7 |
  1266. \ `\ \`` | | |
  1267. \ \_,\ | |_,\
  1268. '-`' \_,\
  1269. ------------------------------------------------------------------------
  1270. r502 | sam | 2006-04-01 17:25:33 +0200 (Sat, 01 Apr 2006) | 2 lines
  1271. Changed paths:
  1272. M /trunk/TODO
  1273. M /trunk/cucul/canvas.c
  1274. M /trunk/cucul/cucul.h
  1275. * Got rid of the useless cucul_get_fg_color/cucul_get_bg_color functions.
  1276. ------------------------------------------------------------------------
  1277. r501 | sam | 2006-04-01 17:02:41 +0200 (Sat, 01 Apr 2006) | 2 lines
  1278. Changed paths:
  1279. M /trunk/TODO
  1280. * Updated the TODO list.
  1281. ------------------------------------------------------------------------
  1282. r500 | sam | 2006-04-01 17:02:05 +0200 (Sat, 01 Apr 2006) | 10 lines
  1283. Changed paths:
  1284. M /trunk/caca/caca.h
  1285. M /trunk/cucul/bitmap.c
  1286. M /trunk/cucul/cucul.c
  1287. M /trunk/cucul/cucul.h
  1288. M /trunk/cucul/cucul_internals.h
  1289. M /trunk/test/demo.c
  1290. * Removed CUCUL_BACKGROUND, CUCUL_ANTIALIASING and CUCUL_DITHERING
  1291. environment variables handling. Replaced that with three per-bitmap
  1292. functions: cucul_set_bitmap_antialias(), cucul_set_bitmap_color() and
  1293. cucul_set_bitmap_dithering().
  1294. * Added cucul_set_bitmap_brightness() and cucul_set_bitmap_contrast()
  1295. prototypes (but did not implement them yet).
  1296. * Added cucul_set_bitmap_charset() to choose what characters are going
  1297. to be used for the bitmap rendering.
  1298. * Removed the now useless cucul_get_feature(), cucul_set_feature() etc.
  1299. ------------------------------------------------------------------------
  1300. r499 | sam | 2006-04-01 16:44:09 +0200 (Sat, 01 Apr 2006) | 3 lines
  1301. Changed paths:
  1302. M /trunk/caca/caca.h
  1303. M /trunk/caca/event.c
  1304. M /trunk/src/aafire.c
  1305. M /trunk/src/cacaball.c
  1306. M /trunk/src/cacamoir.c
  1307. M /trunk/src/cacaplas.c
  1308. M /trunk/src/cacaplay.c
  1309. M /trunk/src/cacaview.c
  1310. M /trunk/test/colors.c
  1311. M /trunk/test/demo.c
  1312. M /trunk/test/dithering.c
  1313. M /trunk/test/event.c
  1314. M /trunk/test/gamma.c
  1315. M /trunk/test/hsv.c
  1316. M /trunk/test/spritedit.c
  1317. M /trunk/test/transform.c
  1318. M /trunk/test/unicode.c
  1319. * Merged caca_wait_event() into caca_get_event() and added a timeout
  1320. parameter to do what both functions did before, and even more.
  1321. ------------------------------------------------------------------------
  1322. r498 | sam | 2006-04-01 16:37:27 +0200 (Sat, 01 Apr 2006) | 2 lines
  1323. Changed paths:
  1324. M /trunk/src/Makefile.am
  1325. * Disabled cacaview for now. I'm going to utterly break it.
  1326. ------------------------------------------------------------------------
  1327. r497 | sam | 2006-04-01 16:36:59 +0200 (Sat, 01 Apr 2006) | 2 lines
  1328. Changed paths:
  1329. M /trunk/cucul/cucul.c
  1330. M /trunk/cucul/cucul.h
  1331. * Added cucul_get_export_list(). Returns a list of known export formats.
  1332. ------------------------------------------------------------------------
  1333. r496 | sam | 2006-03-29 11:41:30 +0200 (Wed, 29 Mar 2006) | 4 lines
  1334. Changed paths:
  1335. M /trunk/src/cacaserver.c
  1336. * cacaserver works again (but needs a complete rewrite because it's really
  1337. become ugly). You can now emulate the previous network driver behaviour
  1338. by doing: "CACA_DRIVER=raw cacaplas | cacaserver".
  1339. ------------------------------------------------------------------------
  1340. r495 | sam | 2006-03-28 00:16:58 +0200 (Tue, 28 Mar 2006) | 3 lines
  1341. Changed paths:
  1342. M /trunk/cucul/cucul.c
  1343. M /trunk/cucul/cucul.h
  1344. M /trunk/src/cacaserver.c
  1345. M /trunk/test/export.c
  1346. * Changed the 2nd argument of cucul_create_export to a string. This way we
  1347. can add new exporters without changing the API.
  1348. ------------------------------------------------------------------------
  1349. r494 | sam | 2006-03-28 00:12:12 +0200 (Tue, 28 Mar 2006) | 2 lines
  1350. Changed paths:
  1351. M /trunk/src/Makefile.am
  1352. * Oops, I barfed that makefile.
  1353. ------------------------------------------------------------------------
  1354. r493 | jylam | 2006-03-27 23:40:17 +0200 (Mon, 27 Mar 2006) | 2 lines
  1355. Changed paths:
  1356. M /trunk/src/aafire.c
  1357. M /trunk/src/cacaball.c
  1358. M /trunk/src/cacamoir.c
  1359. * Added "powered by libcaca" text to all examples for consistency
  1360. ------------------------------------------------------------------------
  1361. r492 | sam | 2006-03-27 23:37:52 +0200 (Mon, 27 Mar 2006) | 4 lines
  1362. Changed paths:
  1363. M /trunk/caca/Makefile.am
  1364. M /trunk/caca/caca.c
  1365. M /trunk/caca/caca.h
  1366. M /trunk/caca/caca_internals.h
  1367. D /trunk/caca/driver_network.c
  1368. M /trunk/src
  1369. M /trunk/src/Makefile.am
  1370. M /trunk/src/cacaplas.c
  1371. A /trunk/src/cacaserver.c (from /trunk/caca/driver_network.c:487)
  1372. * Removed the network driver and replaced it with a cacaserver executable
  1373. that has all the functionality, except it does not work yet (the stdin
  1374. reading routine is missing).
  1375. ------------------------------------------------------------------------
  1376. r491 | sam | 2006-03-27 23:33:29 +0200 (Mon, 27 Mar 2006) | 3 lines
  1377. Changed paths:
  1378. M /trunk/caca/driver_raw.c
  1379. M /trunk/src
  1380. M /trunk/src/Makefile.am
  1381. A /trunk/src/cacaplay.c
  1382. * Implemented a proof-of-concept cacaplay program that can redisplay a
  1383. single frame that was saved by the raw driver.
  1384. ------------------------------------------------------------------------
  1385. r490 | sam | 2006-03-27 23:22:34 +0200 (Mon, 27 Mar 2006) | 4 lines
  1386. Changed paths:
  1387. M /trunk/cucul/cucul.c
  1388. M /trunk/cucul/cucul.h
  1389. * Implemented cucul_load() to reload a file that was saved with the
  1390. raw driver. I know it is inconsistent to have the loader in libcucul
  1391. and the exporter in libcaca but I'll find a way to harmonise that.
  1392. ------------------------------------------------------------------------
  1393. r489 | jylam | 2006-03-27 20:17:09 +0200 (Mon, 27 Mar 2006) | 19 lines
  1394. Changed paths:
  1395. M /trunk/caca/driver_gl.c
  1396. * Fixed OpenGL mouse handling
  1397. Sam Le Vieux Porc
  1398. (\____/)
  1399. Le / @__@ \ Le
  1400. ( (oo) )
  1401. `-.~~.-' Vieux
  1402. Vieux / \
  1403. @/ \_
  1404. (/ / \ \) Porc
  1405. Porc WW`----'WW
  1406. Sam Le Vieux Porc
  1407. ------------------------------------------------------------------------
  1408. r488 | sam | 2006-03-27 20:07:18 +0200 (Mon, 27 Mar 2006) | 2 lines
  1409. Changed paths:
  1410. M /trunk/caca/Makefile.am
  1411. M /trunk/caca/caca.c
  1412. M /trunk/caca/caca_internals.h
  1413. A /trunk/caca/driver_raw.c
  1414. * Created a minimal raw driver that outputs stuff to stdout.
  1415. ------------------------------------------------------------------------
  1416. r487 | sam | 2006-03-27 11:35:22 +0200 (Mon, 27 Mar 2006) | 16 lines
  1417. Changed paths:
  1418. M /trunk/caca/driver_gl.c
  1419. ██████ ██████
  1420. * Ah mais putain j'avais pas vu ! ██░░░░██████████████████░░░░██
  1421. ██░░░░░░░░░░░░░░░░░░░░░░░░██
  1422. ██░░░░███░░░░░░░░███░░░░██
  1423. ██░░░░░░███░░░░░░███░░░░░░██
  1424. ██░░░░░░░░░░░░░░░░░░░░░░░░░░██
  1425. ██░░░░░░██████████████░░░░░░██
  1426. ██░░░░░██▒▒▒▒▒▒▒▒▒▒▒▒██░░░░░██
  1427. ██░░░░██▒▒▒▒██▒▒██▒▒▒▒██░░░░██
  1428. ██░░░░██▒▒▒▒██▒▒██▒▒▒▒██░░░░██
  1429. ██░░░░██▒▒▒▒▒▒▒▒▒▒▒▒██░░░░██
  1430. ██░░░░██████████████░░░░██
  1431. ███░░░░░░██████░░░░░░███
  1432. █████░░░░░░░░░░█████
  1433. ████████████
  1434. ------------------------------------------------------------------------
  1435. r486 | sam | 2006-03-27 10:01:27 +0200 (Mon, 27 Mar 2006) | 3 lines
  1436. Changed paths:
  1437. M /trunk/caca/driver_gl.c
  1438. M /trunk/configure.ac
  1439. * Reworked the OpenGL headers and Glut features detection (what did you
  1440. expect).
  1441. ------------------------------------------------------------------------
  1442. r485 | sam | 2006-03-27 09:40:30 +0200 (Mon, 27 Mar 2006) | 2 lines
  1443. Changed paths:
  1444. M /trunk/cucul/cucul.h
  1445. M /trunk/cucul/transform.c
  1446. * Implemented cucul_invert() to invert a canvas' colours.
  1447. ------------------------------------------------------------------------
  1448. r484 | jylam | 2006-03-27 01:08:19 +0200 (Mon, 27 Mar 2006) | 2 lines
  1449. Changed paths:
  1450. M /trunk/caca/driver_gl.c
  1451. * Fixed glutCheckLoop headers, testing only under MacOSX
  1452. ------------------------------------------------------------------------
  1453. r483 | jylam | 2006-03-27 00:57:12 +0200 (Mon, 27 Mar 2006) | 2 lines
  1454. Changed paths:
  1455. M /trunk/caca/driver_gl.c
  1456. M /trunk/configure.ac
  1457. * Added (untested) glut3 glutCheckLoop(), ans a regular display function
  1458. ------------------------------------------------------------------------
  1459. r482 | sam | 2006-03-26 22:16:28 +0200 (Sun, 26 Mar 2006) | 2 lines
  1460. Changed paths:
  1461. M /trunk/cucul/transform.c
  1462. * Minor addition to the rotate code.
  1463. ------------------------------------------------------------------------
  1464. r481 | sam | 2006-03-25 00:17:25 +0100 (Sat, 25 Mar 2006) | 2 lines
  1465. Changed paths:
  1466. M /trunk/caca/Makefile.am
  1467. M /trunk/src/Makefile.am
  1468. M /trunk/test/Makefile.am
  1469. * Workaround for automake < 1.6.
  1470. ------------------------------------------------------------------------
  1471. r480 | jylam | 2006-03-24 20:44:12 +0100 (Fri, 24 Mar 2006) | 24 lines
  1472. Changed paths:
  1473. M /trunk/cucul/bitmap.c
  1474. * Ok, invert works. OK OK SAM THAT WAS MY FAULT
  1475. AHAHAH _
  1476. _._ _..._ .-', _.._(`))
  1477. '-. ` ' /-._.-' ',/
  1478. ) MAIS \ '.
  1479. / _ _ | JE \
  1480. | a a / SUIS |
  1481. \ .-. ;
  1482. '-('' ).-' ,' UN ;
  1483. '-; | .'
  1484. \ VIEUX \ /
  1485. | 7 .__ _.-\ \
  1486. | | | ``/ /` /
  1487. /,_| | /,_/ /
  1488. /,_/ '`-'
  1489. POOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOORC!
  1490. ------------------------------------------------------------------------
  1491. r479 | jylam | 2006-03-24 20:34:45 +0100 (Fri, 24 Mar 2006) | 3 lines
  1492. Changed paths:
  1493. M /trunk/cucul/bitmap.c
  1494. M /trunk/cucul/cucul.h
  1495. M /trunk/test/demo.c
  1496. * 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.
  1497. ------------------------------------------------------------------------
  1498. r478 | sam | 2006-03-24 17:51:59 +0100 (Fri, 24 Mar 2006) | 24 lines
  1499. Changed paths:
  1500. M /trunk/caca/caca.h
  1501. M /trunk/caca/caca_internals.h
  1502. M /trunk/caca/driver_conio.c
  1503. M /trunk/caca/driver_gl.c
  1504. M /trunk/caca/driver_ncurses.c
  1505. M /trunk/caca/driver_network.c
  1506. M /trunk/caca/driver_slang.c
  1507. M /trunk/caca/driver_vga.c
  1508. M /trunk/caca/driver_win32.c
  1509. M /trunk/caca/driver_x11.c
  1510. M /trunk/caca/graphics.c
  1511. M /trunk/test/demo.c
  1512. * Merged caca_show_cursor() and caca_hide_cursor() into caca_set_mouse() so
  1513. that we have one function less.
  1514. * Fixed coding style.
  1515. * Removed FUCKING TABS. ____.------.___
  1516. _______.----'`` ``` `` ``` ``-.
  1517. _.--' ` ```` ` ` ` ``` `` `` ``.
  1518. _.-' ' ` `` ``` `` ` `' `. _
  1519. .-'' ` H A H A H A `' M A I S \/.)
  1520. . . .-' / ` ` ` `` ||
  1521. |`-.(``-. ` ` ` ' ` ` ``` |\
  1522. `. '\```\ `` ` V I E U X ' ' `` `-`` -|\\
  1523. `/''````) `` ` - - ````` ' '.' |\_)
  1524. |`'_._` ``` ''` P O R C . . ```` /
  1525. // @) \ ` `` ''' . ``` '/
  1526. /''''' | ` \).`.'-. ''' _ _ .`` ` '/
  1527. .''''- `-'`. . // )-- '/,,',,' ,,,,''__,._`' ' /
  1528. .' ` `- ` ' .' / ' /,;;;, ,___.---' \ '' / \
  1529. (`. .'` __',`''''.--'/ ' /'-----' | ' / ))
  1530. `'-'/ `'''_.---' \;;|- '/ ,,, | ''|`- |
  1531. `'--'---' |;| / ,,,,;;;;;;;;;;,,,,, |-' /` |
  1532. |;|-'| ,;;;;;;;;;;;;;;;; ;;;/ /|`'''
  1533. ''',,,''',,,,,,,,,,,,,,,' /,,'''
  1534. ''''
  1535. ------------------------------------------------------------------------
  1536. r477 | jylam | 2006-03-24 17:25:39 +0100 (Fri, 24 Mar 2006) | 2 lines
  1537. Changed paths:
  1538. M /trunk/caca/driver_x11.c
  1539. M /trunk/caca/graphics.c
  1540. * Fixed bug in show/hide cursor, implemented X11 cursor
  1541. ------------------------------------------------------------------------
  1542. r476 | jylam | 2006-03-24 16:42:46 +0100 (Fri, 24 Mar 2006) | 2 lines
  1543. Changed paths:
  1544. M /trunk/caca/driver_x11.c
  1545. M /trunk/test/demo.c
  1546. * Added forgotten X11 set/hide cursor (non-working code)
  1547. ------------------------------------------------------------------------
  1548. r475 | jylam | 2006-03-24 16:00:47 +0100 (Fri, 24 Mar 2006) | 2 lines
  1549. Changed paths:
  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_network.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/graphics.c
  1560. * Added caca_show/hide_cursor, and corresponding GL binding
  1561. ------------------------------------------------------------------------
  1562. r474 | sam | 2006-03-24 15:17:40 +0100 (Fri, 24 Mar 2006) | 3 lines
  1563. Changed paths:
  1564. M /trunk/caca/caca.h
  1565. * Documented the caca_event structure and improved a few things here and
  1566. there in the documentation.
  1567. ------------------------------------------------------------------------
  1568. r473 | sam | 2006-03-24 10:48:20 +0100 (Fri, 24 Mar 2006) | 2 lines
  1569. Changed paths:
  1570. M /trunk/caca/caca.c
  1571. M /trunk/caca/caca_internals.h
  1572. M /trunk/caca/driver_conio.c
  1573. M /trunk/caca/driver_gl.c
  1574. M /trunk/caca/driver_ncurses.c
  1575. M /trunk/caca/driver_network.c
  1576. M /trunk/caca/driver_slang.c
  1577. M /trunk/caca/driver_vga.c
  1578. M /trunk/caca/driver_win32.c
  1579. M /trunk/caca/driver_x11.c
  1580. * Allow the driver initialisation to fail, for instance when $DISPLAY = "".
  1581. ------------------------------------------------------------------------
  1582. r472 | sam | 2006-03-24 10:30:02 +0100 (Fri, 24 Mar 2006) | 2 lines
  1583. Changed paths:
  1584. M /trunk/cucul/math.c
  1585. * Removed spurious prototype.
  1586. ------------------------------------------------------------------------
  1587. r471 | sam | 2006-03-23 19:38:44 +0100 (Thu, 23 Mar 2006) | 2 lines
  1588. Changed paths:
  1589. M /trunk/TODO
  1590. * Updated the TODO list with what's been done so far.
  1591. ------------------------------------------------------------------------
  1592. r470 | sam | 2006-03-23 19:36:59 +0100 (Thu, 23 Mar 2006) | 2 lines
  1593. Changed paths:
  1594. M /trunk/caca/caca.c
  1595. M /trunk/caca/caca.h
  1596. M /trunk/caca/caca_internals.h
  1597. M /trunk/caca/driver_conio.c
  1598. M /trunk/caca/driver_gl.c
  1599. M /trunk/caca/driver_ncurses.c
  1600. M /trunk/caca/driver_network.c
  1601. M /trunk/caca/driver_slang.c
  1602. M /trunk/caca/driver_vga.c
  1603. M /trunk/caca/driver_win32.c
  1604. M /trunk/caca/driver_x11.c
  1605. M /trunk/caca/event.c
  1606. M /trunk/src/aafire.c
  1607. M /trunk/src/cacaball.c
  1608. M /trunk/src/cacamoir.c
  1609. M /trunk/src/cacaplas.c
  1610. M /trunk/src/cacaview.c
  1611. M /trunk/test/colors.c
  1612. M /trunk/test/demo.c
  1613. M /trunk/test/dithering.c
  1614. M /trunk/test/event.c
  1615. M /trunk/test/gamma.c
  1616. M /trunk/test/hsv.c
  1617. M /trunk/test/spritedit.c
  1618. M /trunk/test/transform.c
  1619. M /trunk/test/unicode.c
  1620. * Massive rework of the event handling code, as per the TODO list.
  1621. ------------------------------------------------------------------------
  1622. r469 | sam | 2006-03-23 18:20:57 +0100 (Thu, 23 Mar 2006) | 2 lines
  1623. Changed paths:
  1624. M /trunk/test/gamma.c
  1625. * Hahaha mais le vieux porc c'est moi.
  1626. ------------------------------------------------------------------------
  1627. r468 | sam | 2006-03-23 16:14:17 +0100 (Thu, 23 Mar 2006) | 2 lines
  1628. Changed paths:
  1629. M /trunk/cucul/transform.c
  1630. * Added missing ASCII characters to cucul_rotate().
  1631. ------------------------------------------------------------------------
  1632. r467 | sam | 2006-03-23 15:07:32 +0100 (Thu, 23 Mar 2006) | 4 lines
  1633. Changed paths:
  1634. M /trunk/cucul/box.c
  1635. M /trunk/cucul/canvas.c
  1636. M /trunk/cucul/conic.c
  1637. M /trunk/cucul/cucul.h
  1638. M /trunk/cucul/cucul_internals.h
  1639. M /trunk/cucul/line.c
  1640. M /trunk/cucul/triangle.c
  1641. M /trunk/src/cacaview.c
  1642. M /trunk/test/demo.c
  1643. M /trunk/test/event.c
  1644. M /trunk/test/export.c
  1645. M /trunk/test/spritedit.c
  1646. * Made cucul_putchar32() an internal-only function.
  1647. * Changed the line, box, ellipsis etc. prototypes so that they use an UTF-8
  1648. string instead of a single character as their last argument.
  1649. ------------------------------------------------------------------------
  1650. r466 | sam | 2006-03-23 14:12:56 +0100 (Thu, 23 Mar 2006) | 2 lines
  1651. Changed paths:
  1652. M /trunk/cucul/cucul.c
  1653. M /trunk/cucul/cucul.h
  1654. M /trunk/src/aafire.c
  1655. M /trunk/src/cacaball.c
  1656. M /trunk/src/cacamoir.c
  1657. M /trunk/src/cacaplas.c
  1658. M /trunk/src/cacaview.c
  1659. M /trunk/test/colors.c
  1660. M /trunk/test/demo.c
  1661. M /trunk/test/dithering.c
  1662. M /trunk/test/event.c
  1663. M /trunk/test/export.c
  1664. M /trunk/test/gamma.c
  1665. M /trunk/test/hsv.c
  1666. M /trunk/test/spritedit.c
  1667. M /trunk/test/transform.c
  1668. M /trunk/test/unicode.c
  1669. * Renamed cucul_init()/cucul_end() into cucul_create()/cucul_free().
  1670. ------------------------------------------------------------------------
  1671. r465 | sam | 2006-03-23 12:34:27 +0100 (Thu, 23 Mar 2006) | 4 lines
  1672. Changed paths:
  1673. M /trunk/TODO
  1674. * Removed done stuff from the TODO.
  1675. * Updated the TODO list with what I said in the mailing-list. The top
  1676. priority is what's marked "API-dependent stuff".
  1677. ------------------------------------------------------------------------
  1678. r464 | sam | 2006-03-23 12:03:43 +0100 (Thu, 23 Mar 2006) | 2 lines
  1679. Changed paths:
  1680. M /trunk/test
  1681. M /trunk/test/Makefile.am
  1682. A /trunk/test/transform.c
  1683. * Added a test for the transformation routines.
  1684. ------------------------------------------------------------------------
  1685. r463 | sam | 2006-03-23 12:00:54 +0100 (Thu, 23 Mar 2006) | 2 lines
  1686. Changed paths:
  1687. M /trunk/cucul/transform.c
  1688. * Added more characters to the flip/rotate routines.
  1689. ------------------------------------------------------------------------
  1690. r462 | sam | 2006-03-23 10:47:06 +0100 (Thu, 23 Mar 2006) | 3 lines
  1691. Changed paths:
  1692. M /trunk/cucul/Makefile.am
  1693. M /trunk/cucul/cucul.h
  1694. A /trunk/cucul/transform.c
  1695. * Added cucul_flip(), cucul_flop() and cucul_transform() to perform
  1696. operations on canvases.
  1697. ------------------------------------------------------------------------
  1698. r461 | sam | 2006-03-22 22:15:57 +0100 (Wed, 22 Mar 2006) | 2 lines
  1699. Changed paths:
  1700. M /trunk/caca/caca.c
  1701. M /trunk/caca/caca.h
  1702. M /trunk/caca/caca_internals.h
  1703. M /trunk/caca/driver_conio.c
  1704. M /trunk/caca/driver_gl.c
  1705. M /trunk/caca/driver_ncurses.c
  1706. M /trunk/caca/driver_network.c
  1707. M /trunk/caca/driver_slang.c
  1708. M /trunk/caca/driver_vga.c
  1709. M /trunk/caca/driver_win32.c
  1710. M /trunk/caca/driver_x11.c
  1711. M /trunk/caca/event.c
  1712. M /trunk/caca/graphics.c
  1713. M /trunk/caca/time.c
  1714. M /trunk/cucul/bitmap.c
  1715. M /trunk/cucul/box.c
  1716. M /trunk/cucul/canvas.c
  1717. M /trunk/cucul/charset.c
  1718. M /trunk/cucul/conic.c
  1719. M /trunk/cucul/cucul.c
  1720. M /trunk/cucul/cucul.h
  1721. M /trunk/cucul/cucul_internals.h
  1722. M /trunk/cucul/export_ansi.c
  1723. M /trunk/cucul/export_html.c
  1724. M /trunk/cucul/export_irc.c
  1725. M /trunk/cucul/export_ps.c
  1726. M /trunk/cucul/export_svg.c
  1727. M /trunk/cucul/line.c
  1728. M /trunk/cucul/math.c
  1729. M /trunk/cucul/sprite.c
  1730. M /trunk/cucul/triangle.c
  1731. M /trunk/kernel/kernel.c
  1732. M /trunk/kernel/kernel.h
  1733. M /trunk/test
  1734. * Slightly changed header comments.
  1735. ------------------------------------------------------------------------
  1736. r460 | sam | 2006-03-22 21:10:14 +0100 (Wed, 22 Mar 2006) | 2 lines
  1737. Changed paths:
  1738. M /trunk/cucul/canvas.c
  1739. * Optimise cucul_blit() by using memcpy() if there is no mask.
  1740. ------------------------------------------------------------------------
  1741. r459 | sam | 2006-03-22 20:54:37 +0100 (Wed, 22 Mar 2006) | 3 lines
  1742. Changed paths:
  1743. M /trunk/cucul/canvas.c
  1744. M /trunk/cucul/cucul.h
  1745. M /trunk/test/Makefile.am
  1746. M /trunk/test/gamma.c
  1747. * Added the cucul_blit() function. It lets us blit various canvas one
  1748. onto the other with an optional mask.
  1749. ------------------------------------------------------------------------
  1750. r458 | sam | 2006-03-22 20:20:52 +0100 (Wed, 22 Mar 2006) | 2 lines
  1751. Changed paths:
  1752. M /trunk/cucul/cucul.c
  1753. * Fixed an uninitialised structure member.
  1754. ------------------------------------------------------------------------
  1755. r457 | sam | 2006-03-22 19:38:06 +0100 (Wed, 22 Mar 2006) | 3 lines
  1756. Changed paths:
  1757. M /trunk/cucul/Makefile.am
  1758. A /trunk/cucul/canvas.c (from /trunk/cucul/char.c:445)
  1759. D /trunk/cucul/char.c
  1760. * Renamed cucul/char.c into cucul/canvas.c because I'm adding stuff there
  1761. that is a bit more high level than characters.
  1762. ------------------------------------------------------------------------
  1763. r456 | sam | 2006-03-22 19:29:39 +0100 (Wed, 22 Mar 2006) | 2 lines
  1764. Changed paths:
  1765. M /trunk/caca/driver_network.c
  1766. M /trunk/cucul/cucul.c
  1767. M /trunk/cucul/cucul.h
  1768. M /trunk/test/export.c
  1769. * Renamed cucul_get_export() to cucul_create_export().
  1770. ------------------------------------------------------------------------
  1771. r455 | sam | 2006-03-22 18:49:18 +0100 (Wed, 22 Mar 2006) | 2 lines
  1772. Changed paths:
  1773. M /trunk/cucul/bitmap.c
  1774. M /trunk/cucul/cucul.h
  1775. M /trunk/src/aafire.c
  1776. M /trunk/src/cacaball.c
  1777. M /trunk/src/cacamoir.c
  1778. M /trunk/src/cacaplas.c
  1779. M /trunk/src/cacaview.c
  1780. M /trunk/test/demo.c
  1781. M /trunk/test/export.c
  1782. M /trunk/test/gamma.c
  1783. M /trunk/test/hsv.c
  1784. * Removed the cucul_t * argument from cucul_create_bitmap(). It's not needed.
  1785. ------------------------------------------------------------------------
  1786. r454 | sam | 2006-03-22 18:46:11 +0100 (Wed, 22 Mar 2006) | 3 lines
  1787. Changed paths:
  1788. M /trunk/cucul/cucul.c
  1789. M /trunk/cucul/cucul.h
  1790. M /trunk/src/aafire.c
  1791. M /trunk/src/cacaball.c
  1792. M /trunk/src/cacamoir.c
  1793. M /trunk/src/cacaplas.c
  1794. M /trunk/src/cacaview.c
  1795. M /trunk/test/colors.c
  1796. M /trunk/test/demo.c
  1797. M /trunk/test/dithering.c
  1798. M /trunk/test/event.c
  1799. M /trunk/test/export.c
  1800. M /trunk/test/gamma.c
  1801. M /trunk/test/hsv.c
  1802. M /trunk/test/spritedit.c
  1803. M /trunk/test/unicode.c
  1804. * Changed the cucul_init parameter so that it now directly accepts a
  1805. canvas size (use cucul_init(0, 0) for the old behaviour).
  1806. ------------------------------------------------------------------------
  1807. r453 | sam | 2006-03-22 18:34:03 +0100 (Wed, 22 Mar 2006) | 2 lines
  1808. Changed paths:
  1809. M /trunk/kernel/kernel.c
  1810. * Handle malloc(0), realloc(NULL,...) and realloc(...,0) in kernel mode.
  1811. ------------------------------------------------------------------------
  1812. r452 | sam | 2006-03-22 18:30:56 +0100 (Wed, 22 Mar 2006) | 2 lines
  1813. Changed paths:
  1814. M /trunk/cucul/cucul.c
  1815. * Removed code that did not need to be duplicated.
  1816. ------------------------------------------------------------------------
  1817. r451 | sam | 2006-03-22 17:09:14 +0100 (Wed, 22 Mar 2006) | 2 lines
  1818. Changed paths:
  1819. M /trunk/src/cacaview.c
  1820. * Gamma support in cacaview (through the g/G key).
  1821. ------------------------------------------------------------------------
  1822. r450 | sam | 2006-03-22 16:00:43 +0100 (Wed, 22 Mar 2006) | 2 lines
  1823. Changed paths:
  1824. M /trunk/test/gamma.c
  1825. * Added colour to the gamma test.
  1826. ------------------------------------------------------------------------
  1827. r449 | sam | 2006-03-22 15:56:50 +0100 (Wed, 22 Mar 2006) | 2 lines
  1828. Changed paths:
  1829. M /trunk/cucul/bitmap.c
  1830. * Use ln(x) = 2 * (t + t^3/3 + t^5/5 + ...) with t = (x-1)/(x+1).
  1831. ------------------------------------------------------------------------
  1832. r448 | sam | 2006-03-22 14:58:24 +0100 (Wed, 22 Mar 2006) | 2 lines
  1833. Changed paths:
  1834. M /trunk/test/gamma.c
  1835. * Animated gamma test.
  1836. ------------------------------------------------------------------------
  1837. r447 | sam | 2006-03-22 14:15:08 +0100 (Wed, 22 Mar 2006) | 2 lines
  1838. Changed paths:
  1839. M /trunk/cucul/cucul.h
  1840. M /trunk/cucul/math.c
  1841. * Got rid of cucul_powf(), too complex to implement and no longer used.
  1842. ------------------------------------------------------------------------
  1843. r446 | sam | 2006-03-22 14:12:54 +0100 (Wed, 22 Mar 2006) | 3 lines
  1844. Changed paths:
  1845. M /trunk/configure.ac
  1846. M /trunk/cucul/bitmap.c
  1847. * Added optional support for CP437 gray blocks in the bitmap renderer.
  1848. * Use a custom pow() function for gamma computation.
  1849. ------------------------------------------------------------------------
  1850. r445 | sam | 2006-03-21 12:05:56 +0100 (Tue, 21 Mar 2006) | 2 lines
  1851. Changed paths:
  1852. M /trunk/cucul/math.c
  1853. * Tried to do something with cucul_powf. It currently sucks.
  1854. ------------------------------------------------------------------------
  1855. r444 | sam | 2006-03-21 11:52:24 +0100 (Tue, 21 Mar 2006) | 2 lines
  1856. Changed paths:
  1857. M /trunk/src/cacaplas.c
  1858. * Changed the cacaplas colours. Yeah, I do what I want.
  1859. ------------------------------------------------------------------------
  1860. r443 | sam | 2006-03-21 11:09:15 +0100 (Tue, 21 Mar 2006) | 27 lines
  1861. Changed paths:
  1862. M /trunk/test/Makefile.am
  1863. A /trunk/test/gamma.c
  1864. ___
  1865. * Bitmap gamma test example. Of ,---. /""`_,'
  1866. course it does not work yet, | `\``""-; /
  1867. because some dirty old pig \ /`\\ ';'
  1868. implemented a cucul_powf() .') | __ \
  1869. function that only works / (` / /(O\. _|
  1870. with integer exponents. .-`| `"` ` .-\_
  1871. .-' \ ` ;=-.
  1872. HAHAHAHA MAIS .' . ._, / o o\
  1873. VIEUX PORC ! .-'` . '-._;_._.J
  1874. .-'` `.-'`
  1875. _. -` L ' .'
  1876. .' U '- ._.-'
  1877. /` C /
  1878. / y |
  1879. ._ ; J | |
  1880. )).-| | | /
  1881. (/`.-| \ \ / .;
  1882. ( (_)| | \ ; .' |
  1883. '--'; | `\ / / |
  1884. \ | `\ /.' /
  1885. \ / ; |`\ |
  1886. '. .' _.-| | | |
  1887. '-. .-';_"---'`.__| | | \
  1888. `'-._ ``'-. | \ \__\\
  1889. `''--.___\\ \__\\
  1890. ------------------------------------------------------------------------
  1891. r442 | sam | 2006-03-21 10:52:32 +0100 (Tue, 21 Mar 2006) | 2 lines
  1892. Changed paths:
  1893. M /trunk/cucul/bitmap.c
  1894. M /trunk/cucul/cucul.h
  1895. M /trunk/cucul/sprite.c
  1896. M /trunk/src/aafire.c
  1897. M /trunk/src/cacaball.c
  1898. M /trunk/src/cacamoir.c
  1899. M /trunk/src/cacaplas.c
  1900. M /trunk/src/cacaview.c
  1901. M /trunk/test/demo.c
  1902. M /trunk/test/export.c
  1903. M /trunk/test/hsv.c
  1904. * Got rid of useless parameters in cucul_*_bitmap and cucul_*_sprite.
  1905. ------------------------------------------------------------------------
  1906. r441 | sam | 2006-03-21 10:48:02 +0100 (Tue, 21 Mar 2006) | 2 lines
  1907. Changed paths:
  1908. M /trunk/configure.ac
  1909. M /trunk/kernel/kernel.c
  1910. * Use the asm versions of sin and cos when available.
  1911. ------------------------------------------------------------------------
  1912. r440 | jylam | 2006-03-20 16:23:11 +0100 (Mon, 20 Mar 2006) | 2 lines
  1913. Changed paths:
  1914. M /trunk/caca/driver_gl.c
  1915. * Added a bird.
  1916. ------------------------------------------------------------------------
  1917. r439 | sam | 2006-03-19 18:10:12 +0100 (Sun, 19 Mar 2006) | 2 lines
  1918. Changed paths:
  1919. M /trunk/caca/driver_x11.c
  1920. * Added basic support for a few Unicode characters to the X11 driver.
  1921. ------------------------------------------------------------------------
  1922. r438 | sam | 2006-03-19 17:59:34 +0100 (Sun, 19 Mar 2006) | 2 lines
  1923. Changed paths:
  1924. M /trunk/src/cacaplas.c
  1925. * Added a lame "powered by libcaca" banner to cacaplas.
  1926. ------------------------------------------------------------------------
  1927. r437 | sam | 2006-03-19 17:59:01 +0100 (Sun, 19 Mar 2006) | 2 lines
  1928. Changed paths:
  1929. M /trunk/TODO
  1930. * Added a few notes to the TODO list.
  1931. ------------------------------------------------------------------------
  1932. r436 | sam | 2006-03-19 17:42:31 +0100 (Sun, 19 Mar 2006) | 18 lines
  1933. Changed paths:
  1934. M /trunk/src/cacaball.c
  1935. Nan mais avec ma config _,--. ,--._
  1936. d'Emacs c'est vraiment \ > `-"""-' < /
  1937. impossible qu'il reste `-. .-'
  1938. des tabs dans mon code / 'e___e` \
  1939. \__ ( (o o) )
  1940. HAHAHAHA MAIS _\_ `=' _/_
  1941. VIEUX PORC ! / /|`-._.-'|\ \
  1942. \ ., / /||_______||\ \
  1943. .,|_) _/ /_||=======||_\ \_
  1944. _ _______( ,\ ', / _/==|| ||==\_ \
  1945. '(-'.` '-``o t__ `'( ^^ ^^ )`'
  1946. '/ (") \ /
  1947. | t-` \______|______/
  1948. \ )_.-` |______|______|
  1949. \ .^--| /_| )__| |__(
  1950. \_(_\ |_|'[_\ / ] [ \
  1951. '[_\ '[_\ `--' `--'
  1952. ------------------------------------------------------------------------
  1953. r435 | sam | 2006-03-19 17:34:53 +0100 (Sun, 19 Mar 2006) | 2 lines
  1954. Changed paths:
  1955. M /trunk/test/unicode.c
  1956. * More special characters in the Unicode test.
  1957. ------------------------------------------------------------------------
  1958. r434 | sam | 2006-03-18 01:12:25 +0100 (Sat, 18 Mar 2006) | 2 lines
  1959. Changed paths:
  1960. M /trunk/caca/caca.h
  1961. M /trunk/caca/caca_internals.h
  1962. M /trunk/caca/event.c
  1963. M /trunk/caca/graphics.c
  1964. M /trunk/cucul/char.c
  1965. M /trunk/cucul/cucul_internals.h
  1966. * Cosmetic fixes.
  1967. ------------------------------------------------------------------------
  1968. r433 | sam | 2006-03-18 01:06:24 +0100 (Sat, 18 Mar 2006) | 2 lines
  1969. Changed paths:
  1970. M /trunk/caca/driver_network.c
  1971. M /trunk/cucul/cucul.c
  1972. M /trunk/cucul/cucul.h
  1973. M /trunk/cucul/export_ansi.c
  1974. M /trunk/cucul/export_html.c
  1975. M /trunk/cucul/export_irc.c
  1976. M /trunk/cucul/export_ps.c
  1977. M /trunk/cucul/export_svg.c
  1978. M /trunk/test/export.c
  1979. * Renamed cucul_buffer to cucul_export. Vanilla rum rules.
  1980. ------------------------------------------------------------------------
  1981. r432 | sam | 2006-03-17 14:32:58 +0100 (Fri, 17 Mar 2006) | 2 lines
  1982. Changed paths:
  1983. M /trunk/caca/driver_conio.c
  1984. M /trunk/caca/driver_vga.c
  1985. M /trunk/cucul/Makefile.am
  1986. M /trunk/cucul/char.c
  1987. A /trunk/cucul/charset.c (from /trunk/cucul/char.c:428)
  1988. M /trunk/cucul/cucul_internals.h
  1989. * Factorised some charset handling code into a new cucul/charset.c file.
  1990. ------------------------------------------------------------------------
  1991. r431 | sam | 2006-03-17 11:35:26 +0100 (Fri, 17 Mar 2006) | 2 lines
  1992. Changed paths:
  1993. M /trunk/test/export.c
  1994. * Added a few commonly escaped characters to the export test: ( ) " < > &
  1995. ------------------------------------------------------------------------
  1996. r430 | sam | 2006-03-17 10:56:28 +0100 (Fri, 17 Mar 2006) | 2 lines
  1997. Changed paths:
  1998. M /trunk/cucul/export_svg.c
  1999. * Full Unicode support in the SVG exporter.
  2000. ------------------------------------------------------------------------
  2001. r429 | sam | 2006-03-17 10:49:16 +0100 (Fri, 17 Mar 2006) | 2 lines
  2002. Changed paths:
  2003. M /trunk/caca/driver_x11.c
  2004. * Print '?' instead of spaces for unknown glyphs in the X11 driver.
  2005. ------------------------------------------------------------------------
  2006. r428 | sam | 2006-03-16 20:10:12 +0100 (Thu, 16 Mar 2006) | 14 lines
  2007. Changed paths:
  2008. M /trunk/cucul/export_ps.c
  2009. ___
  2010. ',_`""\ .---,
  2011. \ :-""``/` |
  2012. Ahaha mais vieux porc !! `;' //`\ /
  2013. / __ | ('.
  2014. |_ ./O)\ \ `) \
  2015. _/-. ` `"` |`
  2016. .-=; ` /
  2017. /o o \ ,_, .
  2018. L._._;_.-' .
  2019. `'-.` '
  2020. `. '
  2021. '-._. -'
  2022. ------------------------------------------------------------------------
  2023. r427 | sam | 2006-03-16 20:00:59 +0100 (Thu, 16 Mar 2006) | 2 lines
  2024. Changed paths:
  2025. M /trunk/ChangeLog
  2026. * Updated ChangeLog and converted it to UTF-8.
  2027. ------------------------------------------------------------------------
  2028. r426 | sam | 2006-03-16 19:58:39 +0100 (Thu, 16 Mar 2006) | 2 lines
  2029. Changed paths:
  2030. M /trunk/cucul/export_svg.c
  2031. * Fixed Unicode handling and improved coding style in the SVG exporter.
  2032. ------------------------------------------------------------------------
  2033. r425 | sam | 2006-03-16 19:52:40 +0100 (Thu, 16 Mar 2006) | 2 lines
  2034. Changed paths:
  2035. M /trunk/test/export.c
  2036. * Do not write the trailing \0 when exporting data.
  2037. ------------------------------------------------------------------------
  2038. r424 | sam | 2006-03-16 19:44:07 +0100 (Thu, 16 Mar 2006) | 3 lines
  2039. Changed paths:
  2040. M /trunk/cucul/export_ps.c
  2041. * Fixed syntax errors in the generated PostScript document if ( ) \ or
  2042. Unicode characters are encountered.
  2043. ------------------------------------------------------------------------
  2044. r423 | sam | 2006-03-16 19:09:26 +0100 (Thu, 16 Mar 2006) | 3 lines
  2045. Changed paths:
  2046. M /trunk/cucul/export_ps.c
  2047. * Optimised for speed and space, fixed a few bugs, and improved coding style
  2048. in the PS exporter (vieux porc !).
  2049. ------------------------------------------------------------------------
  2050. r422 | sam | 2006-03-16 18:04:09 +0100 (Thu, 16 Mar 2006) | 2 lines
  2051. Changed paths:
  2052. M /trunk/cucul/cucul.c
  2053. * Comment clarification.
  2054. ------------------------------------------------------------------------
  2055. r421 | sam | 2006-03-16 17:59:57 +0100 (Thu, 16 Mar 2006) | 2 lines
  2056. Changed paths:
  2057. M /trunk/caca/driver_win32.c
  2058. * Fix resizing of the Win32 console. It now adapts to the requested size.
  2059. ------------------------------------------------------------------------
  2060. r420 | sam | 2006-03-16 13:58:55 +0100 (Thu, 16 Mar 2006) | 3 lines
  2061. Changed paths:
  2062. M /trunk/caca/driver_conio.c
  2063. M /trunk/caca/driver_vga.c
  2064. * Duplicated the conio.h Unicode->CP437 conversion into the VGA driver.
  2065. * Cosmetic code changes.
  2066. ------------------------------------------------------------------------
  2067. r419 | sam | 2006-03-16 13:50:07 +0100 (Thu, 16 Mar 2006) | 2 lines
  2068. Changed paths:
  2069. M /trunk/caca/driver_slang.c
  2070. * Fixed compiler warnings when UTF-8 S-Lang is not available.
  2071. ------------------------------------------------------------------------
  2072. r418 | sam | 2006-03-16 13:49:20 +0100 (Thu, 16 Mar 2006) | 2 lines
  2073. Changed paths:
  2074. M /trunk/caca/driver_ncurses.c
  2075. M /trunk/configure.ac
  2076. * Use UTF-8 enable ncurses (ncursesw) if available. Doesn't seem to work.
  2077. ------------------------------------------------------------------------
  2078. r417 | sam | 2006-03-16 13:46:39 +0100 (Thu, 16 Mar 2006) | 3 lines
  2079. Changed paths:
  2080. M /trunk/build-win32
  2081. * Distribute the license with Win32 packages and convert text files to
  2082. CRLF format.
  2083. ------------------------------------------------------------------------
  2084. r416 | sam | 2006-03-15 23:07:55 +0100 (Wed, 15 Mar 2006) | 3 lines
  2085. Changed paths:
  2086. M /trunk/caca/driver_conio.c
  2087. M /trunk/test/unicode.c
  2088. * Added support for Unicode characters that fall into CP437 0x01 - 0x1f to
  2089. the DOS/conio.h driver, and updated the unicode test accordingly.
  2090. ------------------------------------------------------------------------
  2091. r415 | sam | 2006-03-15 21:39:43 +0100 (Wed, 15 Mar 2006) | 2 lines
  2092. Changed paths:
  2093. M /trunk/test/export.c
  2094. M /trunk/test/unicode.c
  2095. * Added a few more Unicode characters to the export and unicode tests.
  2096. ------------------------------------------------------------------------
  2097. r414 | sam | 2006-03-15 21:30:39 +0100 (Wed, 15 Mar 2006) | 3 lines
  2098. Changed paths:
  2099. M /trunk/caca/driver_conio.c
  2100. * Partial Unicode support for the DOS/conio.h driver. Glyphs that have
  2101. equivalents in CP437 0x7f - 0xff are translated.
  2102. ------------------------------------------------------------------------
  2103. r413 | sam | 2006-03-15 19:41:29 +0100 (Wed, 15 Mar 2006) | 2 lines
  2104. Changed paths:
  2105. M /trunk/cucul/export_html.c
  2106. * Unicode support in the HTML exporter.
  2107. ------------------------------------------------------------------------
  2108. r412 | sam | 2006-03-15 18:42:03 +0100 (Wed, 15 Mar 2006) | 2 lines
  2109. Changed paths:
  2110. M /trunk/caca/caca.c
  2111. * Cosmetic.
  2112. ------------------------------------------------------------------------
  2113. r411 | sam | 2006-03-15 18:33:03 +0100 (Wed, 15 Mar 2006) | 2 lines
  2114. Changed paths:
  2115. M /trunk/test
  2116. M /trunk/test/Makefile.am
  2117. A /trunk/test/export.c
  2118. * Small test program for exporters. Usage: "export html", "export irc" etc.
  2119. ------------------------------------------------------------------------
  2120. r410 | jylam | 2006-03-15 18:16:09 +0100 (Wed, 15 Mar 2006) | 24 lines
  2121. Changed paths:
  2122. A /trunk/cucul/export_svg.c
  2123. * Added the SVG exporter sources. SAM IS KOREA KEKEKEK ^^
  2124. *p_e_n_i_s_b_i_r_d_p_e_n_i_s_b_i_r_d_*
  2125. p______...___________________________p
  2126. e____(_..__`'-.,--,__________________e
  2127. n_____'-._'-.__`\a\\_________________n
  2128. i_________'.___.'_(|_________________i
  2129. s____________7____||_________________s
  2130. b___________/___.'_|_________________b
  2131. i__________/_.-'__,J_________________i
  2132. r_________/_________\________________r
  2133. d________||___/______;_______________d
  2134. *________||__|_______|_______________*
  2135. p________`\__\_______|__/__''\_______p
  2136. e__________'._\______/.-`____{}|_____e
  2137. n___________/\_`;_.-'_________/______n
  2138. i___________\_;(((____.--'\_/________i
  2139. s_________.(((_____.-;\______________s
  2140. b____.--'`_____,;`'.'-;\_____________b
  2141. i_taco's____.'____'._.'\\____________i
  2142. r_dick_--'_________|__\_|____________r
  2143. d__________________\_\,_/____________d
  2144. *p_e_n_i_s_b_i_r_d_p_e_n_i_s_b_i_r_d_*
  2145. ------------------------------------------------------------------------
  2146. r409 | jylam | 2006-03-15 17:55:40 +0100 (Wed, 15 Mar 2006) | 2 lines
  2147. Changed paths:
  2148. M /trunk/cucul/Makefile.am
  2149. M /trunk/cucul/cucul.c
  2150. M /trunk/cucul/cucul.h
  2151. M /trunk/cucul/export_html.c
  2152. M /trunk/cucul/export_ps.c
  2153. * Added preliminary (but working) SVG exporter
  2154. ------------------------------------------------------------------------
  2155. r408 | jylam | 2006-03-15 16:03:43 +0100 (Wed, 15 Mar 2006) | 2 lines
  2156. Changed paths:
  2157. M /trunk/caca/driver_network.c
  2158. * Added telnet commands and options strings for debug
  2159. ------------------------------------------------------------------------
  2160. r407 | jylam | 2006-03-15 14:48:51 +0100 (Wed, 15 Mar 2006) | 2 lines
  2161. Changed paths:
  2162. M /trunk/test/demo.c
  2163. * Fixed refresh when updating parameter in display_menu()
  2164. ------------------------------------------------------------------------
  2165. r406 | jylam | 2006-03-15 14:10:34 +0100 (Wed, 15 Mar 2006) | 2 lines
  2166. Changed paths:
  2167. M /trunk/kernel/kernel.c
  2168. * Removed false comment
  2169. ------------------------------------------------------------------------
  2170. r405 | jylam | 2006-03-15 14:06:25 +0100 (Wed, 15 Mar 2006) | 2 lines
  2171. Changed paths:
  2172. M /trunk/src/cacaball.c
  2173. * Optimised cacaballs a bit
  2174. ------------------------------------------------------------------------
  2175. r404 | jylam | 2006-03-15 13:51:08 +0100 (Wed, 15 Mar 2006) | 2 lines
  2176. Changed paths:
  2177. M /trunk/src/cacaball.c
  2178. * Better cacaballs parameters
  2179. ------------------------------------------------------------------------
  2180. r403 | sam | 2006-03-15 11:04:56 +0100 (Wed, 15 Mar 2006) | 3 lines
  2181. Changed paths:
  2182. M /trunk/src/cacamoir.c
  2183. * Increased cacamoir circle thikness by 50%, because it currently really
  2184. sucks in small resolutions.
  2185. ------------------------------------------------------------------------
  2186. r402 | sam | 2006-03-15 11:03:04 +0100 (Wed, 15 Mar 2006) | 2 lines
  2187. Changed paths:
  2188. M /trunk/caca/driver_gl.c
  2189. M /trunk/caca/driver_ncurses.c
  2190. M /trunk/caca/driver_x11.c
  2191. M /trunk/src/cacaball.c
  2192. * Minor coding style fixes.
  2193. ------------------------------------------------------------------------
  2194. r401 | sam | 2006-03-15 11:02:08 +0100 (Wed, 15 Mar 2006) | 2 lines
  2195. Changed paths:
  2196. M /trunk/caca/driver_win32.c
  2197. * UTF-8 support in the Win32 driver.
  2198. ------------------------------------------------------------------------
  2199. r400 | sam | 2006-03-15 11:01:14 +0100 (Wed, 15 Mar 2006) | 3 lines
  2200. Changed paths:
  2201. M /trunk/caca/caca.h
  2202. M /trunk/caca/driver_network.c
  2203. * Support CACA_GEOMETRY in the network driver. Still defaults to 80x24.
  2204. * Use RETSIGTYPE for signal handler return values.
  2205. ------------------------------------------------------------------------
  2206. r399 | sam | 2006-03-15 10:57:04 +0100 (Wed, 15 Mar 2006) | 4 lines
  2207. Changed paths:
  2208. M /trunk/caca/driver_slang.c
  2209. M /trunk/configure.ac
  2210. * Do not fail if SLsmg_utf8_enable was not found, just disable UTF-8 support
  2211. in the SLang driver.
  2212. * Cosmetic fixes in configure.ac.
  2213. ------------------------------------------------------------------------
  2214. r398 | sam | 2006-03-14 23:05:34 +0100 (Tue, 14 Mar 2006) | 6 lines
  2215. Changed paths:
  2216. M /trunk/caca/driver_network.c
  2217. M /trunk/cucul/cucul.c
  2218. M /trunk/cucul/cucul.h
  2219. M /trunk/cucul/cucul_internals.h
  2220. M /trunk/cucul/export_ansi.c
  2221. M /trunk/cucul/export_html.c
  2222. M /trunk/cucul/export_irc.c
  2223. M /trunk/cucul/export_ps.c
  2224. * Replaced all cucul_get_* exporters with a generic cucul_export() function.
  2225. * Got rid of static buffers; we now use cucul_free() to free exported
  2226. buffers.
  2227. * Fixed light background in the ANSI exporter by adding escape sequences for
  2228. most terminal emulators.
  2229. ------------------------------------------------------------------------
  2230. r397 | jylam | 2006-03-14 20:01:19 +0100 (Tue, 14 Mar 2006) | 2 lines
  2231. Changed paths:
  2232. M /trunk/kernel/kernel.c
  2233. * Fixed UPPER() for strcasecmp
  2234. ------------------------------------------------------------------------
  2235. r396 | sam | 2006-03-14 19:10:30 +0100 (Tue, 14 Mar 2006) | 2 lines
  2236. Changed paths:
  2237. M /trunk/kernel/kernel.c
  2238. * Rewrote strncasecmp. Totally untested, of course.
  2239. ------------------------------------------------------------------------
  2240. r395 | sam | 2006-03-14 18:09:17 +0100 (Tue, 14 Mar 2006) | 2 lines
  2241. Changed paths:
  2242. M /trunk/cucul/export_ps.c
  2243. * STATIC char const. AHAHAHAHA.
  2244. ------------------------------------------------------------------------
  2245. r394 | sam | 2006-03-14 18:06:12 +0100 (Tue, 14 Mar 2006) | 3 lines
  2246. Changed paths:
  2247. M /trunk/caca/driver_network.c
  2248. * Do not switch to alternate screen when clearing, because sometimes we
  2249. are unable to cleanly restore the state.
  2250. ------------------------------------------------------------------------
  2251. r393 | jylam | 2006-03-14 17:57:53 +0100 (Tue, 14 Mar 2006) | 2 lines
  2252. Changed paths:
  2253. M /trunk/cucul/export_ps.c
  2254. * Cosmetic changes. AHAHAH I COMMITED IT MYSELF.
  2255. ------------------------------------------------------------------------
  2256. r392 | jylam | 2006-03-14 17:51:38 +0100 (Tue, 14 Mar 2006) | 2 lines
  2257. Changed paths:
  2258. M /trunk/cucul/export_ps.c
  2259. * Postscript exporter now kinda works. Paper size to be fixed
  2260. ------------------------------------------------------------------------
  2261. r391 | jylam | 2006-03-14 16:39:38 +0100 (Tue, 14 Mar 2006) | 2 lines
  2262. Changed paths:
  2263. M /trunk/cucul/Makefile.am
  2264. M /trunk/cucul/cucul.c
  2265. M /trunk/cucul/cucul.h
  2266. M /trunk/cucul/cucul_internals.h
  2267. A /trunk/cucul/export_ps.c
  2268. * Added preliminary Postscript (tm) (r) (c) exporter.
  2269. ------------------------------------------------------------------------
  2270. r390 | sam | 2006-03-14 15:19:58 +0100 (Tue, 14 Mar 2006) | 2 lines
  2271. Changed paths:
  2272. M /trunk/caca/driver_network.c
  2273. * Pressing Ctrl-C on the client side now drops the connection.
  2274. ------------------------------------------------------------------------
  2275. r389 | sam | 2006-03-14 13:49:32 +0100 (Tue, 14 Mar 2006) | 2 lines
  2276. Changed paths:
  2277. M /trunk/TODO
  2278. * Updated the TODO list, mostly with Unicode-related tasks.
  2279. ------------------------------------------------------------------------
  2280. r388 | sam | 2006-03-14 13:49:01 +0100 (Tue, 14 Mar 2006) | 3 lines
  2281. Changed paths:
  2282. M /trunk/caca/caca.h
  2283. M /trunk/caca/driver_network.c
  2284. * Changed port environment variable to "CACA_PORT". No need to mention it's
  2285. a network port, we could have guessed.
  2286. ------------------------------------------------------------------------
  2287. r387 | sam | 2006-03-14 13:30:17 +0100 (Tue, 14 Mar 2006) | 2 lines
  2288. Changed paths:
  2289. M /trunk/caca/caca.c
  2290. * Ooops, fixed an old typo.
  2291. ------------------------------------------------------------------------
  2292. r386 | sam | 2006-03-14 13:16:11 +0100 (Tue, 14 Mar 2006) | 2 lines
  2293. Changed paths:
  2294. M /trunk/src/cacaball.c
  2295. * Fixed a warning in cacaball.c.
  2296. ------------------------------------------------------------------------
  2297. r385 | sam | 2006-03-13 20:04:29 +0100 (Mon, 13 Mar 2006) | 11 lines
  2298. Changed paths:
  2299. M /trunk/caca/driver_network.c
  2300. * Improvements to the network output:
  2301. + Changed port to 51914 (rationale: it's 0xCACA; so okay, it's outside
  2302. the registered ports area, but we'd never be accepted anyway).
  2303. + Retry network sends in caca_get_event(), too.
  2304. + Have a per-client buffer in case of network congestion. If that buffer
  2305. gets full, just drop it and start again at the next frame.
  2306. + Set the window title to "caca for the network".
  2307. + Do not send the ANSI buffer's terminating \0.
  2308. + Restore the SIGPIPE handler on close.
  2309. + Set window size to 80x24 instead of 80x25.
  2310. ------------------------------------------------------------------------
  2311. r384 | sam | 2006-03-13 19:07:35 +0100 (Mon, 13 Mar 2006) | 24 lines
  2312. Changed paths:
  2313. M /trunk/cucul/export_ansi.c
  2314. M /trunk/cucul/export_html.c
  2315. M /trunk/cucul/export_irc.c
  2316. M /trunk/perl/lib/Term/Caca/Bitmap.pm
  2317. M /trunk/perl/lib/Term/Caca/Constants.pm
  2318. M /trunk/perl/lib/Term/Caca/Sprite.pm
  2319. M /trunk/perl/lib/Term/Caca.pm
  2320. M /trunk/perl/lib/Term/Kaka/Bitmap.pm
  2321. M /trunk/perl/lib/Term/Kaka/Constants.pm
  2322. M /trunk/perl/lib/Term/Kaka/Sprite.pm
  2323. M /trunk/perl/lib/Term/Kaka.pm
  2324. M /trunk/python/pypycaca.c
  2325. M /trunk/python/pypycaca.h
  2326. * Set svn:keyword Id property on a few files.
  2327. Note to developers: use that chunk in your ~/.subversion/config:
  2328. [miscellany]
  2329. enable-auto-props = yes
  2330. [auto-props]
  2331. *.m = svn:keywords=Id
  2332. *.h = svn:keywords=Id
  2333. *.mm = svn:keywords=Id
  2334. *.c = svn:keywords=Id
  2335. *.cpp = svn:keywords=Id
  2336. *.pch = svn:keywords=Id
  2337. *.command = svn:keywords=Id
  2338. *.pl = svn:keywords=Id
  2339. *.pm = svn:keywords=Id
  2340. *.py = svn:keywords=Id
  2341. *.sh = svn:keywords=Id
  2342. *.txt = svn:keywords=Id
  2343. *.html = svn:keywords=Id
  2344. *.php = svn:keywords=Id
  2345. ------------------------------------------------------------------------
  2346. r383 | sam | 2006-03-13 19:05:12 +0100 (Mon, 13 Mar 2006) | 2 lines
  2347. Changed paths:
  2348. M /trunk/cucul/export_ansi.c
  2349. * Fixed end of lines in the ANSI exporter (CRLF, not LFCR).
  2350. ------------------------------------------------------------------------
  2351. r382 | sam | 2006-03-13 18:49:04 +0100 (Mon, 13 Mar 2006) | 2 lines
  2352. Changed paths:
  2353. M /trunk/caca/caca.c
  2354. * Fixed an uninitialised variable in the event queue handling.
  2355. ------------------------------------------------------------------------
  2356. r381 | sam | 2006-03-13 18:38:18 +0100 (Mon, 13 Mar 2006) | 2 lines
  2357. Changed paths:
  2358. M /trunk/test/colors.c
  2359. * Allow the color test to be built as a kernel.
  2360. ------------------------------------------------------------------------
  2361. r380 | sam | 2006-03-13 18:36:14 +0100 (Mon, 13 Mar 2006) | 2 lines
  2362. Changed paths:
  2363. M /trunk/THANKS
  2364. * Sorted list of extra contributors by topic and added the FSF.
  2365. ------------------------------------------------------------------------
  2366. r379 | sam | 2006-03-10 20:21:33 +0100 (Fri, 10 Mar 2006) | 3 lines
  2367. Changed paths:
  2368. M /trunk/caca/driver_network.c
  2369. * Set the client sockets as non-blocking, and implemented non-blocking
  2370. writes. Currently works very badly with more than one client.
  2371. ------------------------------------------------------------------------
  2372. r378 | jylam | 2006-03-10 18:56:40 +0100 (Fri, 10 Mar 2006) | 2 lines
  2373. Changed paths:
  2374. M /trunk/kernel/kernel.c
  2375. * wrote strcasecmp for fun
  2376. ------------------------------------------------------------------------
  2377. r377 | jylam | 2006-03-10 18:41:23 +0100 (Fri, 10 Mar 2006) | 2 lines
  2378. Changed paths:
  2379. M /trunk/cucul/Makefile.am
  2380. A /trunk/cucul/export_ansi.c
  2381. A /trunk/cucul/export_html.c
  2382. A /trunk/cucul/export_irc.c
  2383. D /trunk/cucul/exporter_ansi.c
  2384. D /trunk/cucul/exporter_html.c
  2385. D /trunk/cucul/exporter_irc.c
  2386. * Renamed exporter_* to export_*, from God recommendation.
  2387. ------------------------------------------------------------------------
  2388. r376 | jylam | 2006-03-10 18:32:08 +0100 (Fri, 10 Mar 2006) | 2 lines
  2389. Changed paths:
  2390. M /trunk/cucul/Makefile.am
  2391. D /trunk/cucul/export.c
  2392. A /trunk/cucul/exporter_ansi.c
  2393. A /trunk/cucul/exporter_html.c
  2394. A /trunk/cucul/exporter_irc.c
  2395. * Exploded cucul/export.c
  2396. ------------------------------------------------------------------------
  2397. r375 | jylam | 2006-03-10 16:11:40 +0100 (Fri, 10 Mar 2006) | 2 lines
  2398. Changed paths:
  2399. M /trunk/caca/caca.c
  2400. M /trunk/caca/caca.h
  2401. M /trunk/caca/driver_network.c
  2402. * Added CACA_NETWORK_PORT env and related documentation
  2403. ------------------------------------------------------------------------
  2404. r374 | jylam | 2006-03-10 15:41:24 +0100 (Fri, 10 Mar 2006) | 2 lines
  2405. Changed paths:
  2406. M /trunk/caca/driver_network.c
  2407. M /trunk/configure.ac
  2408. M /trunk/cucul/cucul_internals.h
  2409. * 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
  2410. ------------------------------------------------------------------------
  2411. r373 | sam | 2006-03-10 14:06:40 +0100 (Fri, 10 Mar 2006) | 4 lines
  2412. Changed paths:
  2413. M /trunk/caca/driver_network.c
  2414. * Handle incoming connections in network_get_event() as well as
  2415. network_display() so that new clients immediately get the contents
  2416. of the canvas and do not need to wait for a caca_display() call.
  2417. ------------------------------------------------------------------------
  2418. r372 | sam | 2006-03-10 11:03:30 +0100 (Fri, 10 Mar 2006) | 3 lines
  2419. Changed paths:
  2420. M /trunk/cucul/char.c
  2421. * Preliminary support for UTF-8 in cucul_putstr(). Also added a
  2422. cucul_putchar32() function but I'm not convinced it will be useful.
  2423. ------------------------------------------------------------------------
  2424. r371 | sam | 2006-03-10 11:01:22 +0100 (Fri, 10 Mar 2006) | 4 lines
  2425. Changed paths:
  2426. M /trunk/caca/driver_conio.c
  2427. M /trunk/caca/driver_gl.c
  2428. M /trunk/caca/driver_ncurses.c
  2429. M /trunk/caca/driver_network.c
  2430. M /trunk/caca/driver_win32.c
  2431. M /trunk/caca/driver_x11.c
  2432. M /trunk/caca/graphics.c
  2433. * Use the internal version of cucul_set_size in output drivers so that
  2434. they can force a resize. We need to find a way to make those specific
  2435. cucul - caca interactions unavailable to the clueless user.
  2436. ------------------------------------------------------------------------
  2437. r370 | sam | 2006-03-10 10:48:33 +0100 (Fri, 10 Mar 2006) | 2 lines
  2438. Changed paths:
  2439. M /trunk/src/cacaball.c
  2440. M /trunk/src/cacamoir.c
  2441. M /trunk/src/cacaplas.c
  2442. * Made cacamoir, cacaball and cacaplas buildable into a kernel.
  2443. ------------------------------------------------------------------------
  2444. r369 | sam | 2006-03-10 10:43:13 +0100 (Fri, 10 Mar 2006) | 3 lines
  2445. Changed paths:
  2446. M /trunk/caca/driver_vga.c
  2447. * Assume the VGA screen is 320x200 and really resize the cucul canvas to
  2448. 80x25 upon initialisation.
  2449. ------------------------------------------------------------------------
  2450. r368 | sam | 2006-03-10 10:34:16 +0100 (Fri, 10 Mar 2006) | 2 lines
  2451. Changed paths:
  2452. M /trunk/caca/driver_slang.c
  2453. * Added Unicode support to the SLang driver.
  2454. ------------------------------------------------------------------------
  2455. r367 | sam | 2006-03-10 10:31:32 +0100 (Fri, 10 Mar 2006) | 2 lines
  2456. Changed paths:
  2457. M /trunk/kernel/kernel.c
  2458. M /trunk/kernel/kernel.h
  2459. * Implemented a few math functions in our kernel: cos(), sin(), sqrt().
  2460. ------------------------------------------------------------------------
  2461. r366 | sam | 2006-03-10 10:30:30 +0100 (Fri, 10 Mar 2006) | 2 lines
  2462. Changed paths:
  2463. M /trunk/test/unicode.c
  2464. * More Unicode tests: gradient glyphs, double width characters.
  2465. ------------------------------------------------------------------------
  2466. r365 | jylam | 2006-03-09 20:27:55 +0100 (Thu, 09 Mar 2006) | 2 lines
  2467. Changed paths:
  2468. M /trunk/build-kernel
  2469. * Oops, modified build-kernel while testing and commited it ;)
  2470. ------------------------------------------------------------------------
  2471. r364 | jylam | 2006-03-09 20:27:14 +0100 (Thu, 09 Mar 2006) | 2 lines
  2472. Changed paths:
  2473. M /trunk/build-kernel
  2474. M /trunk/caca/driver_network.c
  2475. * 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.
  2476. ------------------------------------------------------------------------
  2477. r363 | sam | 2006-03-09 17:57:32 +0100 (Thu, 09 Mar 2006) | 2 lines
  2478. Changed paths:
  2479. M /trunk/caca/driver_vga.c
  2480. * Fixed VGA colours. The values only range from 0 to 63.
  2481. ------------------------------------------------------------------------
  2482. r362 | sam | 2006-03-09 16:35:00 +0100 (Thu, 09 Mar 2006) | 4 lines
  2483. Changed paths:
  2484. M /trunk/build-kernel
  2485. M /trunk/caca/caca_internals.h
  2486. M /trunk/cucul/cucul_internals.h
  2487. M /trunk/kernel/kernel.c
  2488. M /trunk/kernel/kernel.h
  2489. * Added assembly code for inb() and outb().
  2490. * Print a small message at kernel boot time just to check that the kernel
  2491. was properly loaded.
  2492. ------------------------------------------------------------------------
  2493. r361 | jylam | 2006-03-09 14:24:06 +0100 (Thu, 09 Mar 2006) | 2 lines
  2494. Changed paths:
  2495. M /trunk/cucul/export.c
  2496. * Added tests for malloc()'s
  2497. ------------------------------------------------------------------------
  2498. r360 | jylam | 2006-03-09 14:08:41 +0100 (Thu, 09 Mar 2006) | 2 lines
  2499. Changed paths:
  2500. M /trunk/README
  2501. M /trunk/cucul/cucul.c
  2502. M /trunk/cucul/cucul_internals.h
  2503. M /trunk/cucul/export.c
  2504. * Updated README for network driver, fixed remaining exporters
  2505. ------------------------------------------------------------------------
  2506. r359 | sam | 2006-03-09 14:04:59 +0100 (Thu, 09 Mar 2006) | 2 lines
  2507. Changed paths:
  2508. M /trunk/caca/Makefile.am
  2509. M /trunk/configure.ac
  2510. M /trunk/kernel/Makefile.am
  2511. * Added a conditional to only build the kernel if --enable-vga was set.
  2512. ------------------------------------------------------------------------
  2513. r358 | sam | 2006-03-09 13:56:33 +0100 (Thu, 09 Mar 2006) | 2 lines
  2514. Changed paths:
  2515. M /trunk/build-kernel
  2516. * Set executable flag to the build-kernel script.
  2517. ------------------------------------------------------------------------
  2518. r357 | sam | 2006-03-09 13:47:37 +0100 (Thu, 09 Mar 2006) | 3 lines
  2519. Changed paths:
  2520. A /trunk/COPYING.GPL
  2521. M /trunk/Makefile.am
  2522. A /trunk/build-kernel
  2523. M /trunk/caca/time.c
  2524. M /trunk/configure.ac
  2525. M /trunk/cucul/bitmap.c
  2526. M /trunk/cucul/box.c
  2527. M /trunk/cucul/char.c
  2528. M /trunk/cucul/conic.c
  2529. M /trunk/cucul/cucul.c
  2530. M /trunk/cucul/cucul_internals.h
  2531. M /trunk/cucul/export.c
  2532. M /trunk/cucul/line.c
  2533. M /trunk/cucul/math.c
  2534. M /trunk/cucul/sprite.c
  2535. M /trunk/cucul/triangle.c
  2536. A /trunk/kernel
  2537. A /trunk/kernel/Makefile.am
  2538. A /trunk/kernel/kernel.c
  2539. A /trunk/kernel/kernel.h
  2540. A /trunk/kernel/multiboot.S
  2541. A /trunk/kernel/multiboot.h
  2542. M /trunk/src
  2543. M /trunk/src/aafire.c
  2544. * Added glue code to compile libcaca without a libc and build applications
  2545. as multiboot kernels.
  2546. ------------------------------------------------------------------------
  2547. r356 | sam | 2006-03-09 13:44:49 +0100 (Thu, 09 Mar 2006) | 2 lines
  2548. Changed paths:
  2549. M /trunk/caca/driver_conio.c
  2550. * Cosmetic change.
  2551. ------------------------------------------------------------------------
  2552. r355 | sam | 2006-03-09 13:43:10 +0100 (Thu, 09 Mar 2006) | 2 lines
  2553. Changed paths:
  2554. M /trunk/README
  2555. * Slightly updated README.
  2556. ------------------------------------------------------------------------
  2557. r354 | sam | 2006-03-09 13:41:02 +0100 (Thu, 09 Mar 2006) | 2 lines
  2558. Changed paths:
  2559. M /trunk/caca/caca.c
  2560. M /trunk/caca/caca_internals.h
  2561. A /trunk/caca/driver_vga.c
  2562. * Pure VGA output driver.
  2563. ------------------------------------------------------------------------
  2564. r353 | sam | 2006-03-09 13:37:39 +0100 (Thu, 09 Mar 2006) | 2 lines
  2565. Changed paths:
  2566. M /trunk/caca/graphics.c
  2567. * Removed unused includes.
  2568. ------------------------------------------------------------------------
  2569. r352 | sam | 2006-03-09 13:35:47 +0100 (Thu, 09 Mar 2006) | 2 lines
  2570. Changed paths:
  2571. M /trunk/AUTHORS
  2572. * Added a few details for authors.
  2573. ------------------------------------------------------------------------
  2574. r351 | sam | 2006-03-09 13:34:40 +0100 (Thu, 09 Mar 2006) | 3 lines
  2575. Changed paths:
  2576. M /trunk/test
  2577. M /trunk/test/Makefile.am
  2578. A /trunk/test/unicode.c
  2579. * Added a tiny Unicode test program. Of course it does not work yet, but
  2580. good to have something to start with.
  2581. ------------------------------------------------------------------------
  2582. r350 | jylam | 2006-03-09 10:52:24 +0100 (Thu, 09 Mar 2006) | 2 lines
  2583. Changed paths:
  2584. M /trunk/caca/caca.h
  2585. M /trunk/cucul/cucul.h
  2586. * Updated documentation a bit
  2587. ------------------------------------------------------------------------
  2588. r349 | jylam | 2006-03-09 10:44:54 +0100 (Thu, 09 Mar 2006) | 2 lines
  2589. Changed paths:
  2590. M /trunk/caca/driver_network.c
  2591. M /trunk/cucul/cucul.c
  2592. M /trunk/cucul/cucul_internals.h
  2593. M /trunk/cucul/export.c
  2594. * Changed way temporary buffer of ansi export was handled. Need to do that for other exporters as well.
  2595. ------------------------------------------------------------------------
  2596. r348 | jylam | 2006-03-09 09:45:40 +0100 (Thu, 09 Mar 2006) | 2 lines
  2597. Changed paths:
  2598. M /trunk/caca/driver_network.c
  2599. * Fixed memory leak in network driver
  2600. ------------------------------------------------------------------------
  2601. r347 | sam | 2006-03-08 23:39:43 +0100 (Wed, 08 Mar 2006) | 2 lines
  2602. Changed paths:
  2603. M /trunk/caca/driver_gl.c
  2604. * Made the OpenGL colors slightly less saturated.
  2605. ------------------------------------------------------------------------
  2606. r346 | sam | 2006-03-08 23:29:00 +0100 (Wed, 08 Mar 2006) | 3 lines
  2607. Changed paths:
  2608. M /trunk/caca/driver_conio.c
  2609. M /trunk/caca/driver_gl.c
  2610. M /trunk/caca/driver_ncurses.c
  2611. M /trunk/caca/driver_slang.c
  2612. M /trunk/caca/driver_win32.c
  2613. M /trunk/caca/driver_x11.c
  2614. * Make output drivers more error resilient when handling UTF-32 characters,
  2615. by simply ignoring everything non ASCII :-)
  2616. ------------------------------------------------------------------------
  2617. r345 | jylam | 2006-03-08 21:58:07 +0100 (Wed, 08 Mar 2006) | 2 lines
  2618. Changed paths:
  2619. M /trunk/caca/driver_network.c
  2620. * Fixed blinking screen
  2621. ------------------------------------------------------------------------
  2622. r344 | jylam | 2006-03-08 21:23:06 +0100 (Wed, 08 Mar 2006) | 2 lines
  2623. Changed paths:
  2624. M /trunk/caca/driver_network.c
  2625. M /trunk/cucul/cucul.h
  2626. M /trunk/cucul/export.c
  2627. * Exporters now return size of generated data
  2628. ------------------------------------------------------------------------
  2629. r343 | jylam | 2006-03-08 21:03:24 +0100 (Wed, 08 Mar 2006) | 2 lines
  2630. Changed paths:
  2631. M /trunk/caca/Makefile.am
  2632. M /trunk/caca/caca.c
  2633. M /trunk/caca/caca_internals.h
  2634. A /trunk/caca/driver_network.c
  2635. M /trunk/configure.ac
  2636. * Added very preliminary network driver
  2637. ------------------------------------------------------------------------
  2638. r342 | sam | 2006-03-08 20:41:53 +0100 (Wed, 08 Mar 2006) | 3 lines
  2639. Changed paths:
  2640. M /trunk/caca/caca.c
  2641. M /trunk/caca/caca_internals.h
  2642. M /trunk/caca/driver_conio.c
  2643. M /trunk/caca/driver_gl.c
  2644. M /trunk/caca/driver_ncurses.c
  2645. M /trunk/caca/driver_slang.c
  2646. M /trunk/caca/driver_win32.c
  2647. M /trunk/caca/driver_x11.c
  2648. M /trunk/caca/event.c
  2649. M /trunk/caca/graphics.c
  2650. M /trunk/cucul/cucul.c
  2651. * Fixed async issues between the driver and libcaca when resizing windows,
  2652. and simplified the handle_resize() API. Still can be polished.
  2653. ------------------------------------------------------------------------
  2654. r341 | sam | 2006-03-08 18:20:38 +0100 (Wed, 08 Mar 2006) | 3 lines
  2655. Changed paths:
  2656. M /trunk/cucul/cucul.c
  2657. * cucul_set_size() does nothing if a graphical backend is attached. Added
  2658. documentation to explain this behaviour.
  2659. ------------------------------------------------------------------------
  2660. r340 | sam | 2006-03-08 12:27:23 +0100 (Wed, 08 Mar 2006) | 2 lines
  2661. Changed paths:
  2662. M /trunk/caca/caca.c
  2663. M /trunk/caca/caca_internals.h
  2664. M /trunk/caca/driver_gl.c
  2665. M /trunk/caca/driver_ncurses.c
  2666. M /trunk/caca/driver_slang.c
  2667. M /trunk/caca/driver_win32.c
  2668. M /trunk/caca/driver_x11.c
  2669. M /trunk/caca/event.c
  2670. * Cosmetic changes here and there.
  2671. ------------------------------------------------------------------------
  2672. r339 | sam | 2006-03-08 11:33:01 +0100 (Wed, 08 Mar 2006) | 3 lines
  2673. Changed paths:
  2674. M /trunk/caca/caca.c
  2675. M /trunk/caca/caca_internals.h
  2676. M /trunk/caca/driver_conio.c
  2677. M /trunk/caca/driver_gl.c
  2678. M /trunk/caca/driver_ncurses.c
  2679. M /trunk/caca/driver_slang.c
  2680. M /trunk/caca/driver_win32.c
  2681. M /trunk/caca/driver_x11.c
  2682. M /trunk/caca/event.c
  2683. M /trunk/caca/graphics.c
  2684. * Finished moving everything driver-specific to the apropriate driver_*.c
  2685. files. Phew. Now they just need a few comments.
  2686. ------------------------------------------------------------------------
  2687. r338 | sam | 2006-03-08 10:51:53 +0100 (Wed, 08 Mar 2006) | 2 lines
  2688. Changed paths:
  2689. M /trunk/caca/driver_conio.c
  2690. M /trunk/caca/driver_gl.c
  2691. M /trunk/caca/driver_ncurses.c
  2692. M /trunk/caca/driver_slang.c
  2693. M /trunk/caca/driver_win32.c
  2694. M /trunk/caca/driver_x11.c
  2695. * Cleaned up useless header includes.
  2696. ------------------------------------------------------------------------
  2697. r337 | sam | 2006-03-08 10:28:41 +0100 (Wed, 08 Mar 2006) | 2 lines
  2698. Changed paths:
  2699. M /trunk/caca/caca_internals.h
  2700. M /trunk/caca/driver_conio.c
  2701. M /trunk/caca/driver_gl.c
  2702. M /trunk/caca/driver_ncurses.c
  2703. M /trunk/caca/driver_slang.c
  2704. M /trunk/caca/driver_win32.c
  2705. M /trunk/caca/driver_x11.c
  2706. M /trunk/caca/event.c
  2707. * Split event.c into the appropriate driver_*.c files.
  2708. ------------------------------------------------------------------------
  2709. r336 | sam | 2006-03-08 10:26:46 +0100 (Wed, 08 Mar 2006) | 2 lines
  2710. Changed paths:
  2711. M /trunk/caca-config.in
  2712. * Let us do "caca-config --libs cucul" to get only the libcucul dependencies.
  2713. ------------------------------------------------------------------------
  2714. r335 | sam | 2006-03-08 10:23:38 +0100 (Wed, 08 Mar 2006) | 2 lines
  2715. Changed paths:
  2716. M /trunk/doc/doxygen.cfg.in
  2717. * Ignore driver_*.c files when building documentation.
  2718. ------------------------------------------------------------------------
  2719. r334 | sam | 2006-03-08 10:21:55 +0100 (Wed, 08 Mar 2006) | 2 lines
  2720. Changed paths:
  2721. M /trunk/configure.ac
  2722. * configure.ac: look for a4wide.sty in more than one location.
  2723. ------------------------------------------------------------------------
  2724. r333 | sam | 2006-03-07 13:39:34 +0100 (Tue, 07 Mar 2006) | 3 lines
  2725. Changed paths:
  2726. M /trunk/Makefile.am
  2727. A /trunk/build-dos (from /trunk/build-win32:327)
  2728. M /trunk/caca/caca_internals.h
  2729. M /trunk/caca/driver_conio.c
  2730. M /trunk/cucul/cucul_internals.h
  2731. * Fixed DOS driver.
  2732. * Added a build-dos script to cross-compile the DOS version using djgpp.
  2733. ------------------------------------------------------------------------
  2734. r332 | sam | 2006-03-07 11:46:29 +0100 (Tue, 07 Mar 2006) | 3 lines
  2735. Changed paths:
  2736. M /trunk/configure.ac
  2737. * configure.ac: removed the "null" frontend. just don't attach any frontend
  2738. if you do not want any.
  2739. ------------------------------------------------------------------------
  2740. r331 | sam | 2006-03-07 11:37:59 +0100 (Tue, 07 Mar 2006) | 2 lines
  2741. Changed paths:
  2742. M /trunk/caca/caca.c
  2743. M /trunk/caca/caca_internals.h
  2744. M /trunk/caca/event.c
  2745. * Got rid of static variables in the event code.
  2746. ------------------------------------------------------------------------
  2747. r330 | sam | 2006-03-07 10:17:35 +0100 (Tue, 07 Mar 2006) | 3 lines
  2748. Changed paths:
  2749. M /trunk/caca/caca.c
  2750. M /trunk/caca/caca_internals.h
  2751. M /trunk/caca/driver_conio.c
  2752. M /trunk/caca/driver_gl.c
  2753. M /trunk/caca/driver_ncurses.c
  2754. M /trunk/caca/driver_slang.c
  2755. M /trunk/caca/driver_win32.c
  2756. M /trunk/caca/driver_x11.c
  2757. M /trunk/caca/event.c
  2758. M /trunk/caca/graphics.c
  2759. M /trunk/cucul/bitmap.c
  2760. M /trunk/cucul/box.c
  2761. M /trunk/cucul/char.c
  2762. M /trunk/cucul/conic.c
  2763. M /trunk/cucul/cucul.c
  2764. M /trunk/cucul/cucul_internals.h
  2765. M /trunk/cucul/export.c
  2766. M /trunk/cucul/line.c
  2767. M /trunk/cucul/math.c
  2768. M /trunk/cucul/sprite.c
  2769. M /trunk/cucul/triangle.c
  2770. M /trunk/src/cacaview.c
  2771. * Polished the driver split a bit (still no events, except resize events),
  2772. properly credited authors and documented a few things.
  2773. ------------------------------------------------------------------------
  2774. r329 | sam | 2006-03-07 00:01:59 +0100 (Tue, 07 Mar 2006) | 4 lines
  2775. Changed paths:
  2776. M /trunk/caca/Makefile.am
  2777. M /trunk/caca/caca.c
  2778. M /trunk/caca/caca_internals.h
  2779. A /trunk/caca/driver_conio.c (from /trunk/caca/graphics.c:327)
  2780. A /trunk/caca/driver_gl.c (from /trunk/caca/graphics.c:327)
  2781. A /trunk/caca/driver_ncurses.c (from /trunk/caca/graphics.c:327)
  2782. A /trunk/caca/driver_slang.c (from /trunk/caca/graphics.c:327)
  2783. A /trunk/caca/driver_win32.c (from /trunk/caca/graphics.c:327)
  2784. A /trunk/caca/driver_x11.c (from /trunk/caca/graphics.c:327)
  2785. M /trunk/caca/event.c
  2786. M /trunk/caca/graphics.c
  2787. * Split caca/graphics.c into driver-specific files. Resize is currently
  2788. broken, and event handling is not yet in the driver-specific files, but
  2789. I will of course fix that later.
  2790. ------------------------------------------------------------------------
  2791. r328 | sam | 2006-03-06 22:49:48 +0100 (Mon, 06 Mar 2006) | 2 lines
  2792. Changed paths:
  2793. M /trunk/configure.ac
  2794. * Ooops, I fucked up the build.
  2795. ------------------------------------------------------------------------
  2796. r327 | sam | 2006-03-06 22:00:53 +0100 (Mon, 06 Mar 2006) | 2 lines
  2797. Changed paths:
  2798. M /trunk/Makefile.am
  2799. D /trunk/examples
  2800. A /trunk/src (from /trunk/examples:326)
  2801. * Moved stuff again.
  2802. ------------------------------------------------------------------------
  2803. r326 | sam | 2006-03-06 21:57:14 +0100 (Mon, 06 Mar 2006) | 2 lines
  2804. Changed paths:
  2805. M /trunk/Makefile.am
  2806. A /trunk/caca
  2807. A /trunk/caca/Makefile.am (from /trunk/src/Makefile.am:325)
  2808. A /trunk/caca/caca.c (from /trunk/src/caca.c:325)
  2809. A /trunk/caca/caca.h (from /trunk/src/caca.h:325)
  2810. A /trunk/caca/caca_internals.h (from /trunk/src/caca_internals.h:325)
  2811. A /trunk/caca/event.c (from /trunk/src/event.c:325)
  2812. A /trunk/caca/graphics.c (from /trunk/src/graphics.c:325)
  2813. A /trunk/caca/time.c (from /trunk/src/time.c:325)
  2814. M /trunk/configure.ac
  2815. A /trunk/cucul
  2816. A /trunk/cucul/Makefile.am (from /trunk/src/Makefile.am:325)
  2817. A /trunk/cucul/bitmap.c (from /trunk/src/bitmap.c:325)
  2818. A /trunk/cucul/box.c (from /trunk/src/box.c:325)
  2819. A /trunk/cucul/char.c (from /trunk/src/char.c:325)
  2820. A /trunk/cucul/conic.c (from /trunk/src/conic.c:325)
  2821. A /trunk/cucul/cucul.c (from /trunk/src/cucul.c:325)
  2822. A /trunk/cucul/cucul.h (from /trunk/src/cucul.h:325)
  2823. A /trunk/cucul/cucul_internals.h (from /trunk/src/cucul_internals.h:325)
  2824. A /trunk/cucul/export.c (from /trunk/src/export.c:325)
  2825. A /trunk/cucul/line.c (from /trunk/src/line.c:325)
  2826. A /trunk/cucul/math.c (from /trunk/src/math.c:325)
  2827. A /trunk/cucul/sprite.c (from /trunk/src/sprite.c:325)
  2828. A /trunk/cucul/triangle.c (from /trunk/src/triangle.c:325)
  2829. M /trunk/examples/Makefile.am
  2830. D /trunk/src
  2831. M /trunk/test/Makefile.am
  2832. * Moved stuff around to differenciate between libcucul and libcaca.
  2833. ------------------------------------------------------------------------
  2834. r325 | sam | 2006-03-06 20:13:01 +0100 (Mon, 06 Mar 2006) | 3 lines
  2835. Changed paths:
  2836. M /trunk/src/caca.c
  2837. M /trunk/src/char.c
  2838. M /trunk/src/cucul.c
  2839. M /trunk/src/cucul_internals.h
  2840. M /trunk/src/export.c
  2841. M /trunk/src/graphics.c
  2842. * Use 32 bit integers for the character array. No visible difference for
  2843. now because we only do ASCII, but that will let us do Unicode later.
  2844. ------------------------------------------------------------------------
  2845. r324 | sam | 2006-03-06 15:17:42 +0100 (Mon, 06 Mar 2006) | 4 lines
  2846. Changed paths:
  2847. M /trunk/src/caca.h
  2848. M /trunk/src/graphics.c
  2849. * Removed caca_set_{size,width,height} because cucul_set_size ought to be
  2850. enough for everyone. Maybe I'll reintroduce caca_set_size sometime in the
  2851. future because it's libcaca who gets the resize events, after all.
  2852. ------------------------------------------------------------------------
  2853. r323 | jylam | 2006-03-06 14:50:05 +0100 (Mon, 06 Mar 2006) | 2 lines
  2854. Changed paths:
  2855. M /trunk/src/graphics.c
  2856. * I just suck. I'll goatse myself right after beeing back at home.
  2857. ------------------------------------------------------------------------
  2858. r322 | sam | 2006-03-06 14:43:23 +0100 (Mon, 06 Mar 2006) | 2 lines
  2859. Changed paths:
  2860. M /trunk/src/graphics.c
  2861. * src/graphics.c: minor optimisations.
  2862. ------------------------------------------------------------------------
  2863. r321 | sam | 2006-03-06 14:34:57 +0100 (Mon, 06 Mar 2006) | 6 lines
  2864. Changed paths:
  2865. M /trunk/src/graphics.c
  2866. * Nan mais je voudrais pas avoir l'air d'insister mon gars, mais primo
  2867. dans la vraie vie, 0x007f7f7f et { 0x00, 0x7f, 0x7f, 0x7f } n'ont pas
  2868. toujours les bytes dans le meme ordre, deuzio un unsigned int n'a pas
  2869. toujours 4 bytes, et troizio tu pourrais au moins checker que ca fait
  2870. pas de warnings et/ou que ca segfaulte pas !
  2871. ------------------------------------------------------------------------
  2872. r320 | jylam | 2006-03-06 13:13:12 +0100 (Mon, 06 Mar 2006) | 2 lines
  2873. Changed paths:
  2874. M /trunk/src/graphics.c
  2875. * Mais je fais comme je veux bordel de cul !
  2876. ------------------------------------------------------------------------
  2877. r319 | sam | 2006-03-06 12:08:25 +0100 (Mon, 06 Mar 2006) | 2 lines
  2878. Changed paths:
  2879. M /trunk/src/graphics.c
  2880. * Haha mais vieux porc a pattes !
  2881. ------------------------------------------------------------------------
  2882. r318 | jylam | 2006-03-06 11:21:48 +0100 (Mon, 06 Mar 2006) | 2 lines
  2883. Changed paths:
  2884. M /trunk/src/graphics.c
  2885. * Reverted to integer colors in GL driver, fixed a bunch of warnings in slang.
  2886. ------------------------------------------------------------------------
  2887. r317 | sam | 2006-03-06 09:32:40 +0100 (Mon, 06 Mar 2006) | 9 lines
  2888. Changed paths:
  2889. M /trunk/caca-config.in
  2890. M /trunk/configure.ac
  2891. M /trunk/examples/aafire.c
  2892. M /trunk/examples/cacaball.c
  2893. M /trunk/examples/cacamoir.c
  2894. M /trunk/examples/cacaplas.c
  2895. M /trunk/examples/cacaview.c
  2896. M /trunk/src/Makefile.am
  2897. M /trunk/src/bitmap.c
  2898. M /trunk/src/box.c
  2899. M /trunk/src/caca.c
  2900. M /trunk/src/caca.h
  2901. M /trunk/src/caca_internals.h
  2902. M /trunk/src/char.c
  2903. M /trunk/src/conic.c
  2904. M /trunk/src/cucul.c
  2905. M /trunk/src/cucul_internals.h
  2906. M /trunk/src/event.c
  2907. M /trunk/src/export.c
  2908. M /trunk/src/graphics.c
  2909. M /trunk/src/line.c
  2910. M /trunk/src/math.c
  2911. M /trunk/src/sprite.c
  2912. M /trunk/src/time.c
  2913. M /trunk/src/triangle.c
  2914. M /trunk/test/colors.c
  2915. M /trunk/test/demo.c
  2916. M /trunk/test/dithering.c
  2917. M /trunk/test/event.c
  2918. M /trunk/test/hsv.c
  2919. M /trunk/test/spritedit.c
  2920. * All output plugins should now work again.
  2921. * Renamed caca_refresh() into caca_display() which makes more sense.
  2922. * Optimised gl_bgpal by directly storing floats instead of doing the
  2923. conversion at runtime.
  2924. * Handle resizing in cucul_set_size() and try to keep as much information
  2925. as possible from the previous canvas.
  2926. * Moved most global variables into cucul_t or caca_t contexts.
  2927. * Moved time.c into libcaca.
  2928. ------------------------------------------------------------------------
  2929. r316 | sam | 2006-03-06 09:26:09 +0100 (Mon, 06 Mar 2006) | 2 lines
  2930. Changed paths:
  2931. M /trunk/debian
  2932. M /trunk/debian/changelog
  2933. M /trunk/debian/control
  2934. M /trunk/debian/copyright
  2935. M /trunk/debian/rules
  2936. M /trunk/doc/Makefile.am
  2937. D /trunk/doc/cacademo.1
  2938. A /trunk/doc/cacafire.1 (from /trunk/doc/cacademo.1:314)
  2939. M /trunk/libcaca.spec
  2940. M /trunk/msvc/Makefile.am
  2941. D /trunk/msvc/cacademo.vcproj
  2942. M /trunk/msvc/libcaca.sln
  2943. * Removed cacademo from examples, manpages and distributions. It's useless.
  2944. ------------------------------------------------------------------------
  2945. r315 | sam | 2006-03-06 09:22:09 +0100 (Mon, 06 Mar 2006) | 2 lines
  2946. Changed paths:
  2947. M /trunk/src/cucul.c
  2948. * src/cucul.c: s/width/height/.
  2949. ------------------------------------------------------------------------
  2950. r314 | sam | 2006-03-05 19:43:13 +0100 (Sun, 05 Mar 2006) | 16 lines
  2951. Changed paths:
  2952. M /trunk/configure.ac
  2953. M /trunk/doc/doxygen.cfg.in
  2954. M /trunk/examples
  2955. M /trunk/examples/Makefile.am
  2956. M /trunk/examples/aafire.c
  2957. M /trunk/examples/cacaball.c
  2958. M /trunk/examples/cacamoir.c
  2959. M /trunk/examples/cacaplas.c
  2960. M /trunk/examples/cacaview.c
  2961. D /trunk/examples/demo.c
  2962. M /trunk/src/Makefile.am
  2963. M /trunk/src/bitmap.c
  2964. M /trunk/src/box.c
  2965. M /trunk/src/caca.c
  2966. M /trunk/src/caca.h
  2967. M /trunk/src/caca_internals.h
  2968. A /trunk/src/char.c
  2969. M /trunk/src/conic.c
  2970. A /trunk/src/cucul.c
  2971. A /trunk/src/cucul.h (from /trunk/src/caca.h:312)
  2972. A /trunk/src/cucul_internals.h
  2973. M /trunk/src/event.c
  2974. A /trunk/src/export.c
  2975. M /trunk/src/graphics.c
  2976. M /trunk/src/line.c
  2977. M /trunk/src/math.c
  2978. M /trunk/src/sprite.c
  2979. M /trunk/src/triangle.c
  2980. M /trunk/test
  2981. M /trunk/test/Makefile.am
  2982. M /trunk/test/colors.c
  2983. A /trunk/test/demo.c (from /trunk/examples/demo.c:312)
  2984. M /trunk/test/dithering.c
  2985. M /trunk/test/event.c
  2986. M /trunk/test/hsv.c
  2987. M /trunk/test/optipal.c
  2988. M /trunk/test/spritedit.c
  2989. A new low-level text management library (canvas for ultrafast compositing
  2990. of unicode letters) is now separated from the higher level rendering and I/O
  2991. (that is, libcaca). This commit totally breaks the API, but once everything
  2992. is polished I will think about source-level backward compatibility. Most
  2993. drivers are broken, but X11 still sorta works.
  2994. The new design is much more object-oriented and allows having several
  2995. active renderers at the same time, changing renderers on the fly, and more
  2996. important, having no renderer at all (useful for converters, or when you
  2997. want to do your own renderer).
  2998. And in case you are still wondering, the libcucul acronym has "Unicode"
  2999. because I want to support at least a subset of Unicode. There are awesome
  3000. glyphs in it, including the ones inherited from Codepage 437 such as
  3001. "gray 25%" that are used in DOS and Win32 ANSI art.
  3002. ------------------------------------------------------------------------
  3003. r313 | sam | 2006-03-04 19:08:47 +0100 (Sat, 04 Mar 2006) | 2 lines
  3004. Changed paths:
  3005. M /trunk/bootstrap
  3006. * New updated bootstrap script.
  3007. ------------------------------------------------------------------------
  3008. r312 | sam | 2006-03-04 01:35:45 +0100 (Sat, 04 Mar 2006) | 2 lines
  3009. Changed paths:
  3010. R /trunk/COPYING
  3011. A /trunk/COPYING.LGPL (from /trunk/COPYING:311)
  3012. M /trunk/Makefile.am
  3013. M /trunk/debian/copyright
  3014. M /trunk/doc/cacademo.1
  3015. M /trunk/examples/cacaball.c
  3016. M /trunk/examples/cacamoir.c
  3017. M /trunk/examples/cacaplas.c
  3018. M /trunk/examples/cacaview.c
  3019. M /trunk/examples/demo.c
  3020. M /trunk/perl/Build.PL
  3021. M /trunk/perl/META.yml
  3022. M /trunk/python/pypycaca.c
  3023. M /trunk/python/pypycaca.h
  3024. M /trunk/src/bitmap.c
  3025. M /trunk/src/box.c
  3026. M /trunk/src/caca.c
  3027. M /trunk/src/caca.h
  3028. M /trunk/src/caca_internals.h
  3029. M /trunk/src/conic.c
  3030. M /trunk/src/event.c
  3031. M /trunk/src/graphics.c
  3032. M /trunk/src/line.c
  3033. M /trunk/src/math.c
  3034. M /trunk/src/sprite.c
  3035. M /trunk/src/time.c
  3036. M /trunk/src/triangle.c
  3037. M /trunk/test/colors.c
  3038. M /trunk/test/dithering.c
  3039. M /trunk/test/event.c
  3040. M /trunk/test/hsv.c
  3041. M /trunk/test/optipal.c
  3042. M /trunk/test/spritedit.c
  3043. * Changed the licensing to WTFPL, as per all copyright holders' permission.
  3044. ------------------------------------------------------------------------
  3045. r311 | jylam | 2006-02-11 20:20:48 +0100 (Sat, 11 Feb 2006) | 2 lines
  3046. Changed paths:
  3047. A /trunk/python/caca.txt
  3048. A /trunk/python/test1.py
  3049. A /trunk/python/test2.py
  3050. * Added two examples for python bindings (a subset of cacademo, and bitmap example)
  3051. ------------------------------------------------------------------------
  3052. r310 | jylam | 2006-02-11 16:46:51 +0100 (Sat, 11 Feb 2006) | 2 lines
  3053. Changed paths:
  3054. M /trunk/src/event.c
  3055. * Fixed bug in events with GL driver
  3056. ------------------------------------------------------------------------
  3057. r309 | jylam | 2006-02-11 16:11:30 +0100 (Sat, 11 Feb 2006) | 2 lines
  3058. Changed paths:
  3059. M /trunk/src/graphics.c
  3060. * Improved GL rendering (characters are not blurry anymore)
  3061. ------------------------------------------------------------------------
  3062. r308 | jylam | 2006-02-05 18:47:23 +0100 (Sun, 05 Feb 2006) | 2 lines
  3063. Changed paths:
  3064. A /trunk/python
  3065. A /trunk/python/Makefile
  3066. A /trunk/python/README
  3067. A /trunk/python/pypycaca.c
  3068. A /trunk/python/pypycaca.h
  3069. * Added -preliminary- Python bindings
  3070. ------------------------------------------------------------------------
  3071. r307 | jylam | 2005-12-08 20:03:06 +0100 (Thu, 08 Dec 2005) | 2 lines
  3072. Changed paths:
  3073. M /trunk/AUTHORS
  3074. * Updated for my ego trip
  3075. ------------------------------------------------------------------------
  3076. r306 | jylam | 2005-11-21 22:39:34 +0100 (Mon, 21 Nov 2005) | 2 lines
  3077. Changed paths:
  3078. M /trunk/examples/cacaball.c
  3079. * Removed debug test, kekeke ^^
  3080. ------------------------------------------------------------------------
  3081. r305 | jylam | 2005-11-21 18:24:33 +0100 (Mon, 21 Nov 2005) | 2 lines
  3082. Changed paths:
  3083. M /trunk/examples/cacaball.c
  3084. M /trunk/src/caca.h
  3085. M /trunk/src/graphics.c
  3086. * Added caca_set_width, set_height_, set_size
  3087. ------------------------------------------------------------------------
  3088. r304 | jylam | 2005-11-18 11:46:53 +0100 (Fri, 18 Nov 2005) | 2 lines
  3089. Changed paths:
  3090. M /trunk/examples/aafire.c
  3091. M /trunk/examples/cacaball.c
  3092. M /trunk/examples/cacamoir.c
  3093. M /trunk/examples/cacaplas.c
  3094. * Fixed remaining warnings with gcc 3.x and 4.x
  3095. ------------------------------------------------------------------------
  3096. r303 | jylam | 2005-11-17 15:33:43 +0100 (Thu, 17 Nov 2005) | 2 lines
  3097. Changed paths:
  3098. M /trunk/src/bitmap.c
  3099. M /trunk/src/graphics.c
  3100. * Fixed warnings under GCC 4.x
  3101. ------------------------------------------------------------------------
  3102. r302 | jylam | 2005-11-17 15:13:54 +0100 (Thu, 17 Nov 2005) | 2 lines
  3103. Changed paths:
  3104. M /trunk/src/bitmap.c
  3105. M /trunk/src/event.c
  3106. M /trunk/src/graphics.c
  3107. * Fixed a bunch of warnings
  3108. ------------------------------------------------------------------------
  3109. r301 | sam | 2005-11-12 16:39:50 +0100 (Sat, 12 Nov 2005) | 2 lines
  3110. Changed paths:
  3111. M /trunk/src/graphics.c
  3112. * more coding style fixes.
  3113. ------------------------------------------------------------------------
  3114. r300 | sam | 2005-11-12 16:30:46 +0100 (Sat, 12 Nov 2005) | 2 lines
  3115. Changed paths:
  3116. M /trunk/src/caca.c
  3117. * src/caca.c: on Unix, do not use the GL driver if DISPLAY is not set.
  3118. ------------------------------------------------------------------------
  3119. r299 | sam | 2005-11-12 16:26:02 +0100 (Sat, 12 Nov 2005) | 2 lines
  3120. Changed paths:
  3121. M /trunk/src/graphics.c
  3122. * src/graphics.c: call glutInit() before calling other glut functions.
  3123. ------------------------------------------------------------------------
  3124. r298 | sam | 2005-11-12 16:14:38 +0100 (Sat, 12 Nov 2005) | 2 lines
  3125. Changed paths:
  3126. M /trunk/src/caca.h
  3127. M /trunk/src/graphics.c
  3128. * coding style fixes.
  3129. ------------------------------------------------------------------------
  3130. r297 | sam | 2005-11-12 15:47:59 +0100 (Sat, 12 Nov 2005) | 4 lines
  3131. Changed paths:
  3132. M /trunk/src/bitmap.c
  3133. * src/bitmap.c:
  3134. + Renamed gammaval into gamma.
  3135. + Fixed Doxygen comments.
  3136. ------------------------------------------------------------------------
  3137. r296 | jylam | 2005-07-30 13:58:48 +0200 (Sat, 30 Jul 2005) | 2 lines
  3138. Changed paths:
  3139. M /trunk/src/event.c
  3140. * src/event.c Fixed compilation problem when compiled without slang nor ncurses
  3141. ------------------------------------------------------------------------
  3142. r295 | sam | 2005-07-29 15:38:35 +0200 (Fri, 29 Jul 2005) | 2 lines
  3143. Changed paths:
  3144. M /trunk/debian/Makefile.am
  3145. * debian/Makefile.am: fixed long standing packaging bug (missing MIME file).
  3146. ------------------------------------------------------------------------
  3147. r294 | jylam | 2005-07-13 19:58:58 +0200 (Wed, 13 Jul 2005) | 2 lines
  3148. Changed paths:
  3149. M /trunk/src/caca.h
  3150. M /trunk/src/graphics.c
  3151. * src/graphics.c src/caca.h : Added ANSI exporter
  3152. ------------------------------------------------------------------------
  3153. r293 | jylam | 2005-07-13 19:45:47 +0200 (Wed, 13 Jul 2005) | 2 lines
  3154. Changed paths:
  3155. M /trunk/src/bitmap.c
  3156. M /trunk/src/caca.h
  3157. M /trunk/src/math.c
  3158. * 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.
  3159. ------------------------------------------------------------------------
  3160. r292 | sam | 2005-07-08 23:16:38 +0200 (Fri, 08 Jul 2005) | 2 lines
  3161. Changed paths:
  3162. M /trunk/src/caca.c
  3163. M /trunk/src/event.c
  3164. * src/event.c src/caca.c: fixed coding style
  3165. ------------------------------------------------------------------------
  3166. r291 | jylam | 2005-06-25 13:27:31 +0200 (Sat, 25 Jun 2005) | 2 lines
  3167. Changed paths:
  3168. M /trunk/src/event.c
  3169. M /trunk/src/graphics.c
  3170. * OpenGL driver mouse support
  3171. ------------------------------------------------------------------------
  3172. r290 | sam | 2005-06-24 13:54:28 +0200 (Fri, 24 Jun 2005) | 2 lines
  3173. Changed paths:
  3174. M /trunk/debian/changelog
  3175. * imported previous Debian uploads.
  3176. ------------------------------------------------------------------------
  3177. r289 | sam | 2005-06-24 13:48:31 +0200 (Fri, 24 Jun 2005) | 2 lines
  3178. Changed paths:
  3179. M /trunk/src/graphics.c
  3180. * src/graphics.c: more optimisations in the exporters
  3181. ------------------------------------------------------------------------
  3182. r288 | jylam | 2005-06-23 20:27:02 +0200 (Thu, 23 Jun 2005) | 2 lines
  3183. Changed paths:
  3184. M /trunk/src/graphics.c
  3185. * made caca_get_html3() use tables again, as div is not html3 (bgcolor in html3 neither, but works on text mode tables-aware browsers
  3186. ------------------------------------------------------------------------
  3187. r287 | sam | 2005-06-23 18:58:58 +0200 (Thu, 23 Jun 2005) | 2 lines
  3188. Changed paths:
  3189. M /trunk/src/graphics.c
  3190. * src/graphics.c: cleaned caca_get_html()
  3191. ------------------------------------------------------------------------
  3192. r286 | sam | 2005-06-23 18:44:14 +0200 (Thu, 23 Jun 2005) | 2 lines
  3193. Changed paths:
  3194. M /trunk/src/graphics.c
  3195. * src/graphics.c: heavy cleanup in caca_get_html3().
  3196. ------------------------------------------------------------------------
  3197. r285 | jylam | 2005-06-23 00:06:42 +0200 (Thu, 23 Jun 2005) | 2 lines
  3198. Changed paths:
  3199. M /trunk/configure.ac
  3200. M /trunk/src/caca.c
  3201. M /trunk/src/caca.h
  3202. M /trunk/src/caca_internals.h
  3203. M /trunk/src/event.c
  3204. M /trunk/src/graphics.c
  3205. * Added Null driver and html3 exporter.
  3206. ------------------------------------------------------------------------
  3207. r284 | jylam | 2005-06-21 18:13:41 +0200 (Tue, 21 Jun 2005) | 2 lines
  3208. Changed paths:
  3209. M /trunk/src/caca.h
  3210. M /trunk/src/graphics.c
  3211. GL driver : Updated documentation and added support for CACA_GEOMETRY
  3212. ------------------------------------------------------------------------
  3213. r283 | jylam | 2005-06-21 16:50:43 +0200 (Tue, 21 Jun 2005) | 2 lines
  3214. Changed paths:
  3215. M /trunk/src/caca.h
  3216. M /trunk/src/graphics.c
  3217. Added HTML and IRC output support
  3218. ------------------------------------------------------------------------
  3219. r282 | sam | 2005-06-21 15:46:13 +0200 (Tue, 21 Jun 2005) | 2 lines
  3220. Changed paths:
  3221. M /trunk/debian/control
  3222. * debian/control: use libslang2 instead of slang1.
  3223. ------------------------------------------------------------------------
  3224. r281 | jylam | 2005-06-21 15:28:51 +0200 (Tue, 21 Jun 2005) | 2 lines
  3225. Changed paths:
  3226. M /trunk/configure.ac
  3227. M /trunk/src/caca.c
  3228. M /trunk/src/caca_internals.h
  3229. M /trunk/src/event.c
  3230. M /trunk/src/graphics.c
  3231. OpenGL support.
  3232. ------------------------------------------------------------------------
  3233. r280 | sam | 2005-03-26 11:27:30 +0100 (Sat, 26 Mar 2005) | 3 lines
  3234. Changed paths:
  3235. M /trunk/bootstrap
  3236. M /trunk/configure.ac
  3237. M /trunk/examples/Makefile.am
  3238. M /trunk/src/Makefile.am
  3239. M /trunk/test/Makefile.am
  3240. * Use libtool for the static library generation; paves the way for
  3241. a future shared library.
  3242. ------------------------------------------------------------------------
  3243. r279 | sam | 2005-01-22 17:43:58 +0100 (Sat, 22 Jan 2005) | 2 lines
  3244. Changed paths:
  3245. M /trunk/src/graphics.c
  3246. * compilation fix.
  3247. ------------------------------------------------------------------------
  3248. r278 | sam | 2005-01-14 00:59:55 +0100 (Fri, 14 Jan 2005) | 3 lines
  3249. Changed paths:
  3250. M /trunk/src/bitmap.c
  3251. M /trunk/src/caca.h
  3252. * src/bitmap.c:
  3253. + Implemented caca_set_bitmap_gamma().
  3254. ------------------------------------------------------------------------
  3255. r277 | sam | 2005-01-13 23:19:01 +0100 (Thu, 13 Jan 2005) | 3 lines
  3256. Changed paths:
  3257. M /trunk/src/caca.h
  3258. M /trunk/src/graphics.c
  3259. * src/graphics.c:
  3260. + Implemented caca_get_screen().
  3261. ------------------------------------------------------------------------
  3262. r276 | sam | 2005-01-13 21:46:00 +0100 (Thu, 13 Jan 2005) | 2 lines
  3263. Changed paths:
  3264. M /trunk/examples/cacaplas.c
  3265. * examples/cacaplas: slower animation.
  3266. ------------------------------------------------------------------------
  3267. r275 | sam | 2004-11-21 01:31:13 +0100 (Sun, 21 Nov 2004) | 2 lines
  3268. Changed paths:
  3269. M /trunk/AUTHORS
  3270. A /trunk/perl
  3271. A /trunk/perl/Build.PL
  3272. A /trunk/perl/MANIFEST
  3273. A /trunk/perl/MANIFEST.SKIP
  3274. A /trunk/perl/META.yml
  3275. A /trunk/perl/Makefile.PL
  3276. A /trunk/perl/README
  3277. A /trunk/perl/lib
  3278. A /trunk/perl/lib/Term
  3279. A /trunk/perl/lib/Term/Caca
  3280. A /trunk/perl/lib/Term/Caca/Bitmap.pm
  3281. A /trunk/perl/lib/Term/Caca/Constants.pm
  3282. A /trunk/perl/lib/Term/Caca/Sprite.pm
  3283. A /trunk/perl/lib/Term/Caca.pm
  3284. A /trunk/perl/lib/Term/Caca.xs
  3285. A /trunk/perl/lib/Term/Kaka
  3286. A /trunk/perl/lib/Term/Kaka/Bitmap.pm
  3287. A /trunk/perl/lib/Term/Kaka/Constants.pm
  3288. A /trunk/perl/lib/Term/Kaka/Sprite.pm
  3289. A /trunk/perl/lib/Term/Kaka.pm
  3290. A /trunk/perl/t
  3291. A /trunk/perl/t/data
  3292. A /trunk/perl/t/data/caca.txt
  3293. * Imported John Beppu's Perl wrapper.
  3294. ------------------------------------------------------------------------
  3295. r274 | sam | 2004-11-05 15:57:50 +0100 (Fri, 05 Nov 2004) | 2 lines
  3296. Changed paths:
  3297. M /trunk/src/bitmap.c
  3298. * src/bitmap.c: dark background works again with floyd-steinberg.
  3299. ------------------------------------------------------------------------
  3300. r273 | sam | 2004-11-05 15:44:41 +0100 (Fri, 05 Nov 2004) | 3 lines
  3301. Changed paths:
  3302. M /trunk/examples/aafire.c
  3303. M /trunk/examples/cacaball.c
  3304. M /trunk/examples/cacamoir.c
  3305. M /trunk/examples/cacaplas.c
  3306. * examples/:
  3307. + Use Space to pause demos, Esc to quit.
  3308. ------------------------------------------------------------------------
  3309. r272 | sam | 2004-11-04 23:59:29 +0100 (Thu, 04 Nov 2004) | 2 lines
  3310. Changed paths:
  3311. M /trunk/src/bitmap.c
  3312. * src/bitmap.c: dark background works again, except with floyd-steinberg.
  3313. ------------------------------------------------------------------------
  3314. r271 | sam | 2004-11-04 23:28:39 +0100 (Thu, 04 Nov 2004) | 7 lines
  3315. Changed paths:
  3316. M /trunk/src/bitmap.c
  3317. M /trunk/src/caca.c
  3318. M /trunk/src/caca.h
  3319. * src/caca.h:
  3320. + Introduced CACA_DITHER_FSTEIN.
  3321. * src/caca.c:
  3322. + CACA_DITHER_FSTEIN is the default dithering method.
  3323. * src/bitmap.c:
  3324. + Fixed other dithering methods. Black background does not work yet.
  3325. ------------------------------------------------------------------------
  3326. r270 | sam | 2004-11-04 22:19:52 +0100 (Thu, 04 Nov 2004) | 2 lines
  3327. Changed paths:
  3328. M /trunk/src/bitmap.c
  3329. * src/bitmap.c: oops, removed spurious test code.
  3330. ------------------------------------------------------------------------
  3331. r269 | sam | 2004-11-04 22:18:52 +0100 (Thu, 04 Nov 2004) | 3 lines
  3332. Changed paths:
  3333. M /trunk/src/bitmap.c
  3334. * src/bitmap.c:
  3335. + 7-3-5-1 Floyd-Steinberg dithering. Breaks all other ditherers.
  3336. ------------------------------------------------------------------------
  3337. r268 | sam | 2004-11-04 21:36:49 +0100 (Thu, 04 Nov 2004) | 3 lines
  3338. Changed paths:
  3339. M /trunk/doc/Makefile.am
  3340. * doc/Makefile.am:
  3341. + Really fixed the manpage generation.
  3342. ------------------------------------------------------------------------
  3343. r267 | sam | 2004-11-04 19:30:34 +0100 (Thu, 04 Nov 2004) | 3 lines
  3344. Changed paths:
  3345. M /trunk/doc/Makefile.am
  3346. * doc/Makefile.am:
  3347. + Manpage installation fix.
  3348. ------------------------------------------------------------------------
  3349. r266 | sam | 2004-11-04 19:16:57 +0100 (Thu, 04 Nov 2004) | 2 lines
  3350. Changed paths:
  3351. M /trunk/examples/cacaplas.c
  3352. * examples/cacaplas.c: use Esc to quit, Space to pause.
  3353. ------------------------------------------------------------------------
  3354. r265 | sam | 2004-10-31 20:26:05 +0100 (Sun, 31 Oct 2004) | 3 lines
  3355. Changed paths:
  3356. M /trunk/THANKS
  3357. M /trunk/src/graphics.c
  3358. * src/graphics.c:
  3359. + Win32 speed improvements by Jari Komppa.
  3360. ------------------------------------------------------------------------
  3361. r264 | sam | 2004-08-06 19:33:46 +0200 (Fri, 06 Aug 2004) | 3 lines
  3362. Changed paths:
  3363. M /trunk/src/graphics.c
  3364. * src/graphics.c:
  3365. + Fix strict aliasing rules breakage.
  3366. ------------------------------------------------------------------------
  3367. r263 | sam | 2004-07-05 14:08:49 +0200 (Mon, 05 Jul 2004) | 3 lines
  3368. Changed paths:
  3369. M /trunk/bootstrap
  3370. * bootstrap:
  3371. + Support for automake 1.8.
  3372. ------------------------------------------------------------------------
  3373. r262 | sam | 2004-07-05 14:07:00 +0200 (Mon, 05 Jul 2004) | 6 lines
  3374. Changed paths:
  3375. D /trunk/BUGS
  3376. M /trunk/Makefile.am
  3377. M /trunk/TODO
  3378. M /trunk/debian/changelog
  3379. M /trunk/debian/control
  3380. M /trunk/debian/rules
  3381. * BUGS TODO:
  3382. + Removed BUGS, updated TODO.
  3383. * debian/*:
  3384. + Depend on libx11-dev instead of xlibs-dev.
  3385. + New Debian upload.
  3386. ------------------------------------------------------------------------
  3387. r261 | sam | 2004-02-02 14:51:55 +0100 (Mon, 02 Feb 2004) | 3 lines
  3388. Changed paths:
  3389. M /trunk/configure.ac
  3390. M /trunk/msvc/config.h
  3391. M /trunk/src/graphics.c
  3392. * configure.ac src/graphics:
  3393. + Check for resize_term and resizeterm in -lncurses.
  3394. ------------------------------------------------------------------------
  3395. r260 | sam | 2004-02-02 03:59:43 +0100 (Mon, 02 Feb 2004) | 2 lines
  3396. Changed paths:
  3397. A /branches/0.9 (from /trunk:259)
  3398. M /branches/0.9/ChangeLog
  3399. M /trunk/ChangeLog
  3400. * 0.9 branch.
  3401. ------------------------------------------------------------------------
  3402. r259 | sam | 2004-02-02 03:54:43 +0100 (Mon, 02 Feb 2004) | 2 lines
  3403. Changed paths:
  3404. M /trunk/ChangeLog
  3405. M /trunk/NEWS
  3406. M /trunk/configure.ac
  3407. M /trunk/debian/changelog
  3408. M /trunk/libcaca.spec
  3409. M /trunk/msvc/config.h
  3410. * 0.9 release.
  3411. ------------------------------------------------------------------------
  3412. r258 | sam | 2004-01-26 11:52:30 +0100 (Mon, 26 Jan 2004) | 5 lines
  3413. Changed paths:
  3414. M /trunk/configure.ac
  3415. M /trunk/debian/changelog
  3416. M /trunk/src/caca.c
  3417. M /trunk/src/event.c
  3418. M /trunk/src/graphics.c
  3419. * configure.ac:
  3420. + Check for curses.h as well as ncurses.h.
  3421. * src/caca.c src/event.c src/graphics.c:
  3422. + Include curses.h if ncurses.h was not found.
  3423. ------------------------------------------------------------------------
  3424. r257 | sam | 2004-01-23 10:20:39 +0100 (Fri, 23 Jan 2004) | 3 lines
  3425. Changed paths:
  3426. M /trunk/examples/cacaview.c
  3427. * examples/cacaview.c:
  3428. + Moved statusbar and help menu handling in separate functions.
  3429. ------------------------------------------------------------------------
  3430. r256 | sam | 2004-01-23 10:15:42 +0100 (Fri, 23 Jan 2004) | 4 lines
  3431. Changed paths:
  3432. M /trunk/src/caca.c
  3433. * src/caca.c:
  3434. + Alloc the AllocConsole() call to fail in case the process already has
  3435. a console.
  3436. ------------------------------------------------------------------------
  3437. r255 | sam | 2004-01-21 18:25:18 +0100 (Wed, 21 Jan 2004) | 6 lines
  3438. Changed paths:
  3439. M /trunk/examples/cacaview.c
  3440. * examples/cacaview.c:
  3441. + Proper aspect ratio support.
  3442. + Finer zoom support.
  3443. + Handle mouse clicks as next/prev picture command.
  3444. + Removed useless iterations in draw_checkers().
  3445. ------------------------------------------------------------------------
  3446. r254 | sam | 2004-01-21 14:49:26 +0100 (Wed, 21 Jan 2004) | 8 lines
  3447. Changed paths:
  3448. M /trunk/THANKS
  3449. M /trunk/src/event.c
  3450. M /trunk/src/graphics.c
  3451. * src/graphics.c:
  3452. + Fixed a buffer overflow due to bad signed/unsigned handling.
  3453. * src/event.c:
  3454. + Disallow zero width or height in the X11 driver.
  3455. + Fixed resizing in ncurses and slang.
  3456. * THANKS:
  3457. + Added the Source Mage maintainer.
  3458. ------------------------------------------------------------------------
  3459. r253 | sam | 2004-01-18 05:48:09 +0100 (Sun, 18 Jan 2004) | 2 lines
  3460. Changed paths:
  3461. A /branches/0.8 (from /trunk:252)
  3462. M /branches/0.8/ChangeLog
  3463. M /trunk/ChangeLog
  3464. * 0.8 branch.
  3465. ------------------------------------------------------------------------
  3466. r252 | sam | 2004-01-18 05:45:28 +0100 (Sun, 18 Jan 2004) | 2 lines
  3467. Changed paths:
  3468. M /trunk/ChangeLog
  3469. M /trunk/NEWS
  3470. M /trunk/THANKS
  3471. M /trunk/configure.ac
  3472. M /trunk/debian/changelog
  3473. M /trunk/libcaca.spec
  3474. M /trunk/msvc/config.h
  3475. * 0.8 release.
  3476. ------------------------------------------------------------------------
  3477. r251 | sam | 2004-01-18 05:17:35 +0100 (Sun, 18 Jan 2004) | 5 lines
  3478. Changed paths:
  3479. M /trunk/examples/cacaview.c
  3480. M /trunk/src/event.c
  3481. M /trunk/src/graphics.c
  3482. * src/graphics.c:
  3483. + When resizing under X11, copy the old pixmap to the new one.
  3484. * examples/cacaview.c:
  3485. + Resizing support.
  3486. ------------------------------------------------------------------------
  3487. r250 | sam | 2004-01-18 05:01:32 +0100 (Sun, 18 Jan 2004) | 5 lines
  3488. Changed paths:
  3489. M /trunk/src/caca_internals.h
  3490. M /trunk/src/event.c
  3491. M /trunk/src/graphics.c
  3492. * src/event.c:
  3493. + Refresh the X11 window when an exposure event is received.
  3494. + When resizing the X11 window, start showing extra characters when two
  3495. thirds are visible.
  3496. ------------------------------------------------------------------------
  3497. r249 | sam | 2004-01-17 23:32:39 +0100 (Sat, 17 Jan 2004) | 6 lines
  3498. Changed paths:
  3499. M /trunk/TODO
  3500. M /trunk/examples/cacaview.c
  3501. M /trunk/src/caca.h
  3502. M /trunk/src/graphics.c
  3503. * src/graphics.c:
  3504. + Renamed caca_set_title() to caca_set_window_title().
  3505. + Implemented caca_get_window_width() and caca_get_window_height().
  3506. * examples/cacaview.c:
  3507. + Set the window title to cacaview.
  3508. ------------------------------------------------------------------------
  3509. r248 | sam | 2004-01-14 11:34:20 +0100 (Wed, 14 Jan 2004) | 8 lines
  3510. Changed paths:
  3511. M /trunk/src/bitmap.c
  3512. M /trunk/src/event.c
  3513. * src/event.c:
  3514. + Make sure the mouse coordinates stay within the screen boundaries even
  3515. if the window was resized.
  3516. * src/bitmap.c:
  3517. + Fixed a buffer underflow in the rendering routine that caused the bottom
  3518. and rightmost pixels to be missed in certain conditions.
  3519. + Minor speed optimisation.
  3520. ------------------------------------------------------------------------
  3521. r247 | sam | 2004-01-14 11:32:04 +0100 (Wed, 14 Jan 2004) | 3 lines
  3522. Changed paths:
  3523. M /trunk/test
  3524. M /trunk/test/Makefile.am
  3525. A /trunk/test/colors.c (from /trunk/examples/demo.c:243)
  3526. * test/colors.c:
  3527. + Extracted the colour test from examples/demo.c.
  3528. ------------------------------------------------------------------------
  3529. r246 | sam | 2004-01-13 23:33:09 +0100 (Tue, 13 Jan 2004) | 5 lines
  3530. Changed paths:
  3531. M /trunk/src/caca_internals.h
  3532. M /trunk/src/event.c
  3533. M /trunk/src/graphics.c
  3534. M /trunk/test/event.c
  3535. * src/graphics.c src/event.c:
  3536. + The ncurses and S-Lang drivers properly return CACA_EVENT_RESIZE.
  3537. * test/event.c:
  3538. + Display CACA_EVENT_RESIZE.
  3539. ------------------------------------------------------------------------
  3540. r245 | sam | 2004-01-13 22:08:43 +0100 (Tue, 13 Jan 2004) | 3 lines
  3541. Changed paths:
  3542. M /trunk/configure.ac
  3543. M /trunk/msvc/config.h
  3544. M /trunk/src/graphics.c
  3545. * src/graphics.c:
  3546. + Resize handling in the ncurses and slang drivers.
  3547. ------------------------------------------------------------------------
  3548. r244 | sam | 2004-01-13 21:03:48 +0100 (Tue, 13 Jan 2004) | 8 lines
  3549. Changed paths:
  3550. M /trunk/examples/aafire.c
  3551. M /trunk/src/caca.h
  3552. M /trunk/src/caca_internals.h
  3553. M /trunk/src/event.c
  3554. M /trunk/src/graphics.c
  3555. * src/event.c:
  3556. + Added the CACA_EVENT_RESIZE event.
  3557. + Added caca_get_mouse_x() and caca_get_mouse_y().
  3558. * src/graphics.c:
  3559. + Window resize handling in the X11 driver.
  3560. * examples/aafire.c:
  3561. + Fixed a bad assumption in the resize handling code.
  3562. ------------------------------------------------------------------------
  3563. r243 | sam | 2004-01-13 17:45:45 +0100 (Tue, 13 Jan 2004) | 5 lines
  3564. Changed paths:
  3565. M /trunk/build-win32
  3566. M /trunk/configure.ac
  3567. M /trunk/debian/rules
  3568. M /trunk/doc/Makefile.am
  3569. M /trunk/libcaca.spec
  3570. * configure.ac:
  3571. + Added --disable-doc to let the user not build documentation.
  3572. * build-win32:
  3573. + Do not build documentation.
  3574. ------------------------------------------------------------------------
  3575. r242 | sam | 2004-01-13 16:01:22 +0100 (Tue, 13 Jan 2004) | 7 lines
  3576. Changed paths:
  3577. M /trunk/THANKS
  3578. M /trunk/src/Makefile.am
  3579. A /trunk/src/event.c (from /trunk/src/io.c:238)
  3580. M /trunk/src/graphics.c
  3581. D /trunk/src/io.c
  3582. * src/graphics.c:
  3583. + Fixed a typo preventing Win32 builds.
  3584. * src/event.c:
  3585. + Renamed io.c into event.c.
  3586. * THANKS:
  3587. + Added Gentoo, NetBSD and FreeBSD porters.
  3588. ------------------------------------------------------------------------
  3589. r241 | sam | 2004-01-13 10:55:32 +0100 (Tue, 13 Jan 2004) | 13 lines
  3590. Changed paths:
  3591. M /trunk/Makefile.am
  3592. M /trunk/configure.ac
  3593. M /trunk/examples/aafire.c
  3594. M /trunk/examples/cacaview.c
  3595. A /trunk/msvc
  3596. A /trunk/msvc/Makefile.am
  3597. A /trunk/msvc/cacaball.vcproj
  3598. A /trunk/msvc/cacademo.vcproj
  3599. A /trunk/msvc/cacafire.vcproj
  3600. A /trunk/msvc/cacamoir.vcproj
  3601. A /trunk/msvc/cacaplas.vcproj
  3602. A /trunk/msvc/cacaview.vcproj
  3603. A /trunk/msvc/config.h
  3604. A /trunk/msvc/libcaca.sln
  3605. A /trunk/msvc/libcaca.vcproj
  3606. M /trunk/src/caca.c
  3607. M /trunk/src/graphics.c
  3608. M /trunk/src/time.c
  3609. * configure.ac:
  3610. + Check for sys/times.h and unistd.h.
  3611. + Added calls to AC_C_CONST and AC_C_INLINE.
  3612. * src/time.c src/graphics.c:
  3613. + Fixes for MSVC compilation warnings.
  3614. + Additional sanity checks in the Win32 driver.
  3615. * src/caca.c:
  3616. + Use raw()/noraw() in the curses driver instead of cbreak().
  3617. * msvc/libcaca.sln:
  3618. + Added an MSVC solution.
  3619. * examples/aafire.c:
  3620. + Slightly reduced the maximum cacafire framerate.
  3621. ------------------------------------------------------------------------
  3622. r240 | sam | 2004-01-12 18:30:09 +0100 (Mon, 12 Jan 2004) | 5 lines
  3623. Changed paths:
  3624. M /trunk/NOTES
  3625. M /trunk/examples/cacaview.c
  3626. M /trunk/src/caca.h
  3627. M /trunk/src/graphics.c
  3628. * src/graphics.c:
  3629. + Implemented caca_set_title() for X11 and Win32.
  3630. * examples/cacaview.c:
  3631. + Use caca_set_title() to set the window title to "cacaview".
  3632. ------------------------------------------------------------------------
  3633. r239 | sam | 2004-01-12 17:22:35 +0100 (Mon, 12 Jan 2004) | 2 lines
  3634. Changed paths:
  3635. M /trunk/Makefile.am
  3636. M /trunk/autotools/Makefile.am
  3637. M /trunk/debian/Makefile.am
  3638. M /trunk/doc/Makefile.am
  3639. M /trunk/examples/Makefile.am
  3640. M /trunk/src/Makefile.am
  3641. M /trunk/test/Makefile.am
  3642. * Fixed $Id in all Makefile.am files.
  3643. ------------------------------------------------------------------------
  3644. r238 | sam | 2004-01-12 17:21:34 +0100 (Mon, 12 Jan 2004) | 3 lines
  3645. Changed paths:
  3646. M /trunk/Makefile.am
  3647. M /trunk/autotools/Makefile.am
  3648. A /trunk/build-win32
  3649. M /trunk/debian/Makefile.am
  3650. M /trunk/doc/Makefile.am
  3651. M /trunk/examples/Makefile.am
  3652. M /trunk/src/Makefile.am
  3653. M /trunk/test/Makefile.am
  3654. * build-win32:
  3655. + Win32 cross-compilation script.
  3656. ------------------------------------------------------------------------
  3657. r237 | sam | 2004-01-12 16:28:27 +0100 (Mon, 12 Jan 2004) | 5 lines
  3658. Changed paths:
  3659. M /trunk/NEWS
  3660. M /trunk/debian/control
  3661. M /trunk/debian/rules
  3662. M /trunk/doc/Makefile.am
  3663. M /trunk/doc/cacademo.1
  3664. M /trunk/examples
  3665. M /trunk/examples/Makefile.am
  3666. D /trunk/examples/cacacirc.c
  3667. A /trunk/examples/cacamoir.c (from /trunk/examples/cacacirc.c:236)
  3668. M /trunk/libcaca.spec
  3669. * examples/cacamoir.c:
  3670. + Renamed cacacirc to cacamoir.
  3671. * libcaca.spec debian/ doc/:
  3672. + Added cacamoir to the distributed files.
  3673. ------------------------------------------------------------------------
  3674. r236 | sam | 2004-01-12 15:25:46 +0100 (Mon, 12 Jan 2004) | 8 lines
  3675. Changed paths:
  3676. M /trunk/examples
  3677. M /trunk/examples/Makefile.am
  3678. M /trunk/examples/cacaball.c
  3679. A /trunk/examples/cacacirc.c
  3680. M /trunk/examples/cacaplas.c
  3681. * examples/cacaballs.c:
  3682. + Bigger metaballs, less metaballs.
  3683. + Rotating palette.
  3684. * examples/cacaplas.c:
  3685. + Slightly decreased speed.
  3686. * examples/cacacirc.c:
  3687. + New effect.
  3688. ------------------------------------------------------------------------
  3689. r235 | sam | 2004-01-12 15:01:40 +0100 (Mon, 12 Jan 2004) | 3 lines
  3690. Changed paths:
  3691. M /trunk/configure.ac
  3692. M /trunk/src/time.c
  3693. * configure.ac:
  3694. + Better win32 check for Sleep().
  3695. ------------------------------------------------------------------------
  3696. r234 | sam | 2004-01-11 19:09:01 +0100 (Sun, 11 Jan 2004) | 5 lines
  3697. Changed paths:
  3698. M /trunk/configure.ac
  3699. M /trunk/examples/cacaview.c
  3700. M /trunk/src/time.c
  3701. * configure.ac src/time.c:
  3702. + Look for Sleep in -lkernel32.
  3703. * examples/cacaview.c:
  3704. + Use caca_wait_event() instead of usleep()/caca_get_event().
  3705. ------------------------------------------------------------------------
  3706. r233 | sam | 2004-01-11 06:09:02 +0100 (Sun, 11 Jan 2004) | 3 lines
  3707. Changed paths:
  3708. M /trunk/NOTES
  3709. M /trunk/examples/cacaview.c
  3710. M /trunk/src/caca.c
  3711. M /trunk/src/caca_internals.h
  3712. M /trunk/src/graphics.c
  3713. M /trunk/src/io.c
  3714. M /trunk/src/time.c
  3715. * src/caca.c src/graphics.c src/io.c src/time.c:
  3716. + Native win32 port.
  3717. ------------------------------------------------------------------------
  3718. r232 | sam | 2004-01-11 02:45:57 +0100 (Sun, 11 Jan 2004) | 10 lines
  3719. Changed paths:
  3720. M /trunk/configure.ac
  3721. M /trunk/src/caca.c
  3722. M /trunk/src/caca_internals.h
  3723. M /trunk/src/graphics.c
  3724. M /trunk/src/io.c
  3725. M /trunk/src/time.c
  3726. M /trunk/test/event.c
  3727. * configure.ac:
  3728. + Check for gettimeofday().
  3729. * src/time.c:
  3730. + Created _caca_time().
  3731. + Ported _caca_getticks() to the Win32 API.
  3732. * src/caca.c:
  3733. + Properly builds on Win32.
  3734. * test/event.c:
  3735. + Added <stdlib.h> because we use malloc().
  3736. ------------------------------------------------------------------------
  3737. r231 | sam | 2004-01-10 20:59:50 +0100 (Sat, 10 Jan 2004) | 5 lines
  3738. Changed paths:
  3739. M /trunk/NEWS
  3740. M /trunk/THANKS
  3741. M /trunk/examples/cacaplas.c
  3742. * THANKS examples/cacaplas.c:
  3743. + Updated credits.
  3744. * NEWS:
  3745. + Forthcoming 0.8 news.
  3746. ------------------------------------------------------------------------
  3747. r230 | sam | 2004-01-10 20:53:14 +0100 (Sat, 10 Jan 2004) | 5 lines
  3748. Changed paths:
  3749. M /trunk/configure.ac
  3750. M /trunk/examples
  3751. M /trunk/examples/Makefile.am
  3752. A /trunk/examples/cacaplas.c
  3753. * configure.ac:
  3754. + Check for -lm.
  3755. * examples/cacaplas.c:
  3756. + New demo, cacaplas, that displays a colour plasma.
  3757. ------------------------------------------------------------------------
  3758. r229 | sam | 2004-01-10 20:29:12 +0100 (Sat, 10 Jan 2004) | 12 lines
  3759. Changed paths:
  3760. M /trunk/src/caca.h
  3761. M /trunk/src/graphics.c
  3762. M /trunk/src/io.c
  3763. M /trunk/test/event.c
  3764. * src/graphics:
  3765. + Initialise the char buffers in the X11 driver.
  3766. * src/io.c:
  3767. + caca_get_event() and caca_wait_event() immediately return zero if
  3768. event_mask is zero.
  3769. + Added support for the Home, End, PgUp and PgDown keys.
  3770. + In the S-Lang driver, added a call to SLang_getkey() before the call to
  3771. SLkp_getkey(), otherwise a single Escape call will not be interpreted.
  3772. * test/event.c:
  3773. + The "quit" sequence now quits the program, instead of "q" alone.
  3774. + Added a status bar below.
  3775. ------------------------------------------------------------------------
  3776. r228 | sam | 2004-01-09 10:51:53 +0100 (Fri, 09 Jan 2004) | 16 lines
  3777. Changed paths:
  3778. M /trunk/BUGS
  3779. M /trunk/NOTES
  3780. M /trunk/README
  3781. M /trunk/configure.ac
  3782. M /trunk/src/Makefile.am
  3783. M /trunk/src/caca.c
  3784. M /trunk/src/caca_internals.h
  3785. M /trunk/src/graphics.c
  3786. M /trunk/src/io.c
  3787. A /trunk/src/time.c
  3788. M /trunk/test/event.c
  3789. * test/event.c:
  3790. + Do not refresh after each event, but only when there is no event
  3791. pending.
  3792. + If the pressed key is a printable character, display it.
  3793. * src/time.c:
  3794. + Moved _caca_getticks() to this file.
  3795. * src/caca.c:
  3796. + Set the escape delay to a very low value in the ncurses driver,
  3797. because I don't want escape sequences to be entered manually.
  3798. * src/io.c:
  3799. + Autorepeat emulation in the ncurses and slang drivers: do not
  3800. immediately send the key release event.
  3801. * configure.ac:
  3802. + Check for usleep.
  3803. + Improvements in the win32 platform detection.
  3804. ------------------------------------------------------------------------
  3805. r227 | sam | 2004-01-08 19:40:29 +0100 (Thu, 08 Jan 2004) | 5 lines
  3806. Changed paths:
  3807. M /trunk/configure.ac
  3808. M /trunk/src/graphics.c
  3809. M /trunk/test/event.c
  3810. * test/event.c:
  3811. + Display at least two digits for keycodes.
  3812. * configure.ac:
  3813. + ScreenUpdate is actually mandatory for our conio driver.
  3814. ------------------------------------------------------------------------
  3815. r226 | sam | 2004-01-08 11:22:14 +0100 (Thu, 08 Jan 2004) | 10 lines
  3816. Changed paths:
  3817. M /trunk/src/graphics.c
  3818. M /trunk/src/io.c
  3819. M /trunk/test/event.c
  3820. * src/io.c:
  3821. + Use SLkp_getkey instead of SLang_getkey so that escape sequences are
  3822. directly interpreted.
  3823. + Major rehandling of the event code. All output drivers are now
  3824. correctly separated.
  3825. * src/graphics.c:
  3826. + Fixed a compilation warning.
  3827. * test/event.c:
  3828. + More human-readable event printing.
  3829. ------------------------------------------------------------------------
  3830. r225 | sam | 2004-01-07 19:36:41 +0100 (Wed, 07 Jan 2004) | 2 lines
  3831. Changed paths:
  3832. A /branches/0.7 (from /trunk:224)
  3833. M /branches/0.7/ChangeLog
  3834. M /branches/0.7/libcaca.spec
  3835. M /trunk/ChangeLog
  3836. M /trunk/libcaca.spec
  3837. * 0.7 branch.
  3838. ------------------------------------------------------------------------
  3839. r224 | sam | 2004-01-07 19:22:44 +0100 (Wed, 07 Jan 2004) | 3 lines
  3840. Changed paths:
  3841. M /trunk/configure.ac
  3842. M /trunk/debian/changelog
  3843. M /trunk/libcaca.spec
  3844. * configure.ac:
  3845. + Release 0.7.
  3846. ------------------------------------------------------------------------
  3847. r223 | sam | 2004-01-07 19:22:08 +0100 (Wed, 07 Jan 2004) | 3 lines
  3848. Changed paths:
  3849. M /trunk/src/bitmap.c
  3850. * src/bitmap.c:
  3851. + Fixed a bug in the dithering characters.
  3852. ------------------------------------------------------------------------
  3853. r222 | sam | 2004-01-07 19:15:10 +0100 (Wed, 07 Jan 2004) | 5 lines
  3854. Changed paths:
  3855. M /trunk/NEWS
  3856. M /trunk/src/bitmap.c
  3857. M /trunk/src/io.c
  3858. * src/io.c:
  3859. + Do not report mouse motions if the coordinates did not change.
  3860. * src/bitmap.c:
  3861. + More documentation.
  3862. ------------------------------------------------------------------------
  3863. r221 | sam | 2004-01-07 18:19:36 +0100 (Wed, 07 Jan 2004) | 8 lines
  3864. Changed paths:
  3865. M /trunk/configure.ac
  3866. M /trunk/src/caca.c
  3867. M /trunk/src/graphics.c
  3868. M /trunk/src/io.c
  3869. M /trunk/test
  3870. M /trunk/test/Makefile.am
  3871. A /trunk/test/event.c
  3872. * test/event.c:
  3873. + Small event lister, similar to X11's xev.
  3874. * src/graphics.c:
  3875. + If possible, disable autorepeat in the X11 driver.
  3876. * src/io.c:
  3877. + Implemented CACA_EVENT_MOUSE_RELEASE in all drivers.
  3878. + Button number support in CACA_EVENT_MOUSE_{PRESS,RELEASE}.
  3879. ------------------------------------------------------------------------
  3880. r220 | sam | 2004-01-07 14:06:06 +0100 (Wed, 07 Jan 2004) | 5 lines
  3881. Changed paths:
  3882. M /trunk/debian/control
  3883. M /trunk/debian/rules
  3884. M /trunk/doc/Makefile.am
  3885. D /trunk/doc/caca-spritedit.1
  3886. M /trunk/examples/Makefile.am
  3887. D /trunk/examples/spritedit.c
  3888. M /trunk/libcaca.spec
  3889. M /trunk/test/Makefile.am
  3890. A /trunk/test/spritedit.c (from /trunk/examples/spritedit.c:213)
  3891. * test/spritedit.c:
  3892. + Moved spritedit to the test/ directory, because it is not mature enough.
  3893. * libcaca.spec debian/control debian/rules:
  3894. + Do not install caca-spritedit.
  3895. ------------------------------------------------------------------------
  3896. r219 | sam | 2004-01-07 13:45:02 +0100 (Wed, 07 Jan 2004) | 8 lines
  3897. Changed paths:
  3898. M /trunk/NEWS
  3899. M /trunk/debian/control
  3900. M /trunk/debian/rules
  3901. M /trunk/doc/Makefile.am
  3902. M /trunk/doc/cacademo.1
  3903. M /trunk/libcaca.spec
  3904. M /trunk/src/bitmap.c
  3905. M /trunk/src/caca.c
  3906. M /trunk/src/caca.h
  3907. M /trunk/src/conic.c
  3908. M /trunk/src/graphics.c
  3909. M /trunk/src/io.c
  3910. M /trunk/src/line.c
  3911. M /trunk/src/sprite.c
  3912. * libcaca.spec debian/control:
  3913. + Updated the package descriptions to include cacaball.
  3914. * doc/cacademo.1 doc/Makefile.am:
  3915. + Use the cacademo manpage as the cacaball manpage.
  3916. * src/:
  3917. + Added #ifdef _DOXYGEN_SKIP_ME here and there to prvent Doxygen from
  3918. documenting bizarre stuff.
  3919. ------------------------------------------------------------------------
  3920. r218 | sam | 2004-01-07 13:42:22 +0100 (Wed, 07 Jan 2004) | 4 lines
  3921. Changed paths:
  3922. M /trunk/examples/cacaball.c
  3923. * examples/cacaball.c:
  3924. + 24 metaballs instead of 5, but smaller.
  3925. + Zoom the bitmap to make more use of the screen area.
  3926. ------------------------------------------------------------------------
  3927. r217 | sam | 2004-01-06 17:31:27 +0100 (Tue, 06 Jan 2004) | 5 lines
  3928. Changed paths:
  3929. M /trunk/AUTHORS
  3930. M /trunk/THANKS
  3931. M /trunk/examples/aafire.c
  3932. M /trunk/examples/cacaball.c
  3933. * examples/cacaball.c:
  3934. + Crop the palette so that it looks a bit more like metaballs.
  3935. * AUTHORS THANKS:
  3936. + Credited Jylam and Jan Hubicka.
  3937. ------------------------------------------------------------------------
  3938. r216 | sam | 2004-01-06 13:46:25 +0100 (Tue, 06 Jan 2004) | 6 lines
  3939. Changed paths:
  3940. M /trunk/examples/cacaball.c
  3941. * examples/cacaball.c:
  3942. + Huge coding style overhaul.
  3943. + Display 5 metaballs instead of 3.
  3944. + Generate the palette instead of having a static one.
  3945. + Use a 256x256 back buffer for more smoothness.
  3946. ------------------------------------------------------------------------
  3947. r215 | sam | 2004-01-06 11:12:22 +0100 (Tue, 06 Jan 2004) | 3 lines
  3948. Changed paths:
  3949. M /trunk/src/graphics.c
  3950. * src/graphics.c:
  3951. + Fixed a compilation warning.
  3952. ------------------------------------------------------------------------
  3953. r214 | sam | 2004-01-05 23:16:55 +0100 (Mon, 05 Jan 2004) | 3 lines
  3954. Changed paths:
  3955. M /trunk/examples
  3956. M /trunk/examples/Makefile.am
  3957. A /trunk/examples/cacaball.c
  3958. * examples/cacaball.c:
  3959. + Metaballs demo program from Jean-Yves Lamoureux <jylam@lnxscene.org>.
  3960. ------------------------------------------------------------------------
  3961. r213 | sam | 2004-01-05 19:17:20 +0100 (Mon, 05 Jan 2004) | 4 lines
  3962. Changed paths:
  3963. M /trunk/examples/aafire.c
  3964. M /trunk/examples/cacaview.c
  3965. M /trunk/examples/demo.c
  3966. M /trunk/examples/spritedit.c
  3967. M /trunk/src/caca.h
  3968. M /trunk/src/io.c
  3969. M /trunk/test/dithering.c
  3970. M /trunk/test/hsv.c
  3971. * src/io.c:
  3972. + caca_get_event() and caca_wait_event() now accept a mask as an argument
  3973. in order to select events.
  3974. ------------------------------------------------------------------------
  3975. r212 | sam | 2004-01-05 19:10:51 +0100 (Mon, 05 Jan 2004) | 4 lines
  3976. Changed paths:
  3977. M /trunk/src/graphics.c
  3978. * src/graphics.c:
  3979. + Fixed a bug that caused an infinite loop if the delay between two
  3980. caca_refresh() calls was greater than 2000 seconds (or something).
  3981. ------------------------------------------------------------------------
  3982. r211 | sam | 2004-01-05 19:08:50 +0100 (Mon, 05 Jan 2004) | 5 lines
  3983. Changed paths:
  3984. M /trunk/examples/cacaview.c
  3985. M /trunk/src/io.c
  3986. * src/io.c:
  3987. + Fixed a bug that caused ButtonRelease events to be forgotten under X11.
  3988. * examples/cacaview.c:
  3989. + Use <stdlib.h> instead of <malloc.h>.
  3990. ------------------------------------------------------------------------
  3991. r210 | sam | 2004-01-04 01:45:08 +0100 (Sun, 04 Jan 2004) | 6 lines
  3992. Changed paths:
  3993. M /trunk/configure.ac
  3994. M /trunk/doc/Makefile.am
  3995. * configure.ac:
  3996. + Check for dvips in addition to latex.
  3997. * doc/Makefile.am:
  3998. + Workaround for a bug in the latex code generated by doxygen
  3999. in Mandrake 9.1.
  4000. ------------------------------------------------------------------------
  4001. r209 | sam | 2004-01-04 01:19:53 +0100 (Sun, 04 Jan 2004) | 5 lines
  4002. Changed paths:
  4003. M /trunk/libcaca.spec
  4004. * libcaca.spec:
  4005. + Install documentation into %{doc}/package-version/ instead
  4006. of %{doc}/package/.
  4007. + Added tetex-dvips to the build dependencies.
  4008. ------------------------------------------------------------------------
  4009. r208 | sam | 2004-01-04 00:21:27 +0100 (Sun, 04 Jan 2004) | 2 lines
  4010. Changed paths:
  4011. A /branches/0.6 (from /trunk:207)
  4012. M /branches/0.6/ChangeLog
  4013. M /trunk/ChangeLog
  4014. * 0.6 branch.
  4015. ------------------------------------------------------------------------
  4016. r207 | sam | 2004-01-04 00:15:48 +0100 (Sun, 04 Jan 2004) | 9 lines
  4017. Changed paths:
  4018. M /trunk/NEWS
  4019. M /trunk/configure.ac
  4020. M /trunk/debian/changelog
  4021. M /trunk/debian/control
  4022. M /trunk/debian/rules
  4023. M /trunk/doc/Makefile.am
  4024. M /trunk/libcaca.spec
  4025. * configure.ac NEWS:
  4026. + Prepared the 0.6 release.
  4027. * libcaca.spec:
  4028. + Split the RPM into libcaca-devel and caca-utils.
  4029. + More detailed descriptions.
  4030. + Packages are now rpmlint clean.
  4031. * doc/Makefile.am:
  4032. + Symlink cacafire.1 to cacademo.1 upon manpage installation.
  4033. ------------------------------------------------------------------------
  4034. r206 | sam | 2004-01-03 18:31:44 +0100 (Sat, 03 Jan 2004) | 3 lines
  4035. Changed paths:
  4036. M /trunk/configure.ac
  4037. M /trunk/src/caca.c
  4038. M /trunk/src/graphics.c
  4039. M /trunk/src/io.c
  4040. * configure.ac:
  4041. + Search for <slang/slang.h> in addition of <slang.h>.
  4042. ------------------------------------------------------------------------
  4043. r205 | sam | 2004-01-03 15:33:35 +0100 (Sat, 03 Jan 2004) | 5 lines
  4044. Changed paths:
  4045. M /trunk/src/bitmap.c
  4046. * src/bitmap.c:
  4047. + Dither H/S/V when looking up the two nearest colours.
  4048. + Weigh pixels in the distance calculation.
  4049. + Factorised the lookup table calculation.
  4050. ------------------------------------------------------------------------
  4051. r204 | sam | 2004-01-03 15:28:39 +0100 (Sat, 03 Jan 2004) | 3 lines
  4052. Changed paths:
  4053. M /trunk/test
  4054. M /trunk/test/Makefile.am
  4055. A /trunk/test/hsv.c
  4056. * test/hsv.c:
  4057. + Trivial saturation/value rendering test.
  4058. ------------------------------------------------------------------------
  4059. r203 | sam | 2004-01-02 19:09:29 +0100 (Fri, 02 Jan 2004) | 5 lines
  4060. Changed paths:
  4061. M /trunk/src/bitmap.c
  4062. M /trunk/src/caca.c
  4063. M /trunk/src/caca_internals.h
  4064. * src/bitmap.c:
  4065. + Fixed a minor overflow in the saturation computation.
  4066. + Use a global lookup table for foreground/background colour selection
  4067. in the bitmap rendering routine. This broke dithering, sorry.
  4068. ------------------------------------------------------------------------
  4069. r202 | sam | 2004-01-02 17:52:10 +0100 (Fri, 02 Jan 2004) | 3 lines
  4070. Changed paths:
  4071. M /trunk/examples/aafire.c
  4072. M /trunk/examples/cacaview.c
  4073. M /trunk/src/bitmap.c
  4074. M /trunk/src/caca.c
  4075. M /trunk/src/caca.h
  4076. M /trunk/src/graphics.c
  4077. M /trunk/src/line.c
  4078. M /trunk/src/sprite.c
  4079. M /trunk/test/optipal.c
  4080. * src/ examples/ test/:
  4081. + Changed <const type> constructs into <type const>.
  4082. ------------------------------------------------------------------------
  4083. r201 | sam | 2004-01-02 16:35:53 +0100 (Fri, 02 Jan 2004) | 4 lines
  4084. Changed paths:
  4085. M /trunk/examples/aafire.c
  4086. * examples/aafire.c:
  4087. + Do not call caca_get_width() 10000 times per frame. Cache the value
  4088. instead.
  4089. ------------------------------------------------------------------------
  4090. r200 | sam | 2004-01-02 16:34:16 +0100 (Fri, 02 Jan 2004) | 4 lines
  4091. Changed paths:
  4092. M /trunk/src/graphics.c
  4093. * src/graphics.c:
  4094. + Split the drawing of foreground and background colours in the X11
  4095. driver. Nice performance improvement.
  4096. ------------------------------------------------------------------------
  4097. r199 | sam | 2004-01-02 16:23:54 +0100 (Fri, 02 Jan 2004) | 3 lines
  4098. Changed paths:
  4099. M /trunk/examples/cacaview.c
  4100. * examples/cacaview.c:
  4101. + If Imlib2 was not activated, warn the user that only BMP is supported.
  4102. ------------------------------------------------------------------------
  4103. r198 | sam | 2004-01-01 19:21:13 +0100 (Thu, 01 Jan 2004) | 5 lines
  4104. Changed paths:
  4105. M /trunk/AUTHORS
  4106. M /trunk/Makefile.am
  4107. A /trunk/THANKS
  4108. A /trunk/libcaca.spec
  4109. * libcaca.spec:
  4110. + RPM specfile, courtesy of Richard Zidlicky.
  4111. * THANKS:
  4112. + Added a THANKS file for contributors.
  4113. ------------------------------------------------------------------------
  4114. r197 | sam | 2004-01-01 18:51:57 +0100 (Thu, 01 Jan 2004) | 10 lines
  4115. Changed paths:
  4116. M /trunk/README
  4117. M /trunk/src/caca.c
  4118. M /trunk/src/graphics.c
  4119. * src/graphics.c:
  4120. + Minor optimisation in caca_set_color().
  4121. + Added an X11 error handler to avoid BadFont aborts in the X11 driver.
  4122. + Optimised the X11 caca_refresh() routine by handling strings of the
  4123. same colour as one text chunk.
  4124. * src/caca.c:
  4125. + Bugfix in caca_init when conio is the only compiled-in driver.
  4126. * README:
  4127. + Minor documentation updates.
  4128. ------------------------------------------------------------------------
  4129. r196 | sam | 2004-01-01 17:29:50 +0100 (Thu, 01 Jan 2004) | 5 lines
  4130. Changed paths:
  4131. M /trunk/examples/aafire.c
  4132. M /trunk/examples/cacaview.c
  4133. * examples/cacaview.c:
  4134. + Use sprintf() instead of snprintf() so that cacaview builds with DJGPP.
  4135. * examples/aafire.c:
  4136. + bzero the pixel buffer in the initialisation routine.
  4137. ------------------------------------------------------------------------
  4138. r195 | sam | 2003-12-31 15:21:08 +0100 (Wed, 31 Dec 2003) | 5 lines
  4139. Changed paths:
  4140. M /trunk/doc/doxygen.cfg.in
  4141. M /trunk/src/bitmap.c
  4142. M /trunk/src/box.c
  4143. M /trunk/src/caca.h
  4144. M /trunk/src/conic.c
  4145. M /trunk/src/graphics.c
  4146. M /trunk/src/io.c
  4147. M /trunk/src/line.c
  4148. M /trunk/src/math.c
  4149. M /trunk/src/triangle.c
  4150. * doc/doxygen.cfg.in:
  4151. + Removed caca_internal.h from the list of documented files.
  4152. * src/:
  4153. + Minor documentation updates.
  4154. ------------------------------------------------------------------------
  4155. r194 | sam | 2003-12-31 14:55:34 +0100 (Wed, 31 Dec 2003) | 9 lines
  4156. Changed paths:
  4157. M /trunk/BUGS
  4158. M /trunk/debian/rules
  4159. M /trunk/doc/Makefile.am
  4160. M /trunk/test/dithering.c
  4161. * test/dithering.c:
  4162. + Fixed a minor compilation warning.
  4163. * debian/rules:
  4164. + Explicitely use --enable-imlib2.
  4165. * BUGS:
  4166. + Added a note about blinking consoles.
  4167. * doc/Makefile.am:
  4168. + Fixed a bashism in the HTML files installation.
  4169. ------------------------------------------------------------------------
  4170. r193 | sam | 2003-12-31 14:32:14 +0100 (Wed, 31 Dec 2003) | 4 lines
  4171. Changed paths:
  4172. M /trunk/doc/Makefile.am
  4173. * doc/Makefile.am:
  4174. + Do not install doxygen.png directly, because it can be doxygen.gif on
  4175. old installations.
  4176. ------------------------------------------------------------------------
  4177. r192 | sam | 2003-12-31 14:26:47 +0100 (Wed, 31 Dec 2003) | 3 lines
  4178. Changed paths:
  4179. M /trunk/examples/aafire.c
  4180. * examples/aafire.c:
  4181. + Only quit upon keypress, not mouse motion.
  4182. ------------------------------------------------------------------------
  4183. r191 | sam | 2003-12-31 14:24:46 +0100 (Wed, 31 Dec 2003) | 3 lines
  4184. Changed paths:
  4185. M /trunk/examples/aafire.c
  4186. * examples/aafire.c:
  4187. + Render cacafire at full speed.
  4188. ------------------------------------------------------------------------
  4189. r190 | sam | 2003-12-31 14:20:18 +0100 (Wed, 31 Dec 2003) | 6 lines
  4190. Changed paths:
  4191. M /trunk/src/graphics.c
  4192. M /trunk/test
  4193. M /trunk/test/Makefile.am
  4194. A /trunk/test/optipal.c
  4195. * test/optipal.c:
  4196. + Optimised S-Lang palette generator.
  4197. * src/graphics:
  4198. + Removed the S-Lang palette generator and replaced it with the tables
  4199. generated by optipal.
  4200. ------------------------------------------------------------------------
  4201. r189 | sam | 2003-12-31 13:26:22 +0100 (Wed, 31 Dec 2003) | 5 lines
  4202. Changed paths:
  4203. M /trunk/Makefile.am
  4204. M /trunk/configure.ac
  4205. M /trunk/examples/Makefile.am
  4206. A /trunk/test
  4207. A /trunk/test/Makefile.am
  4208. A /trunk/test/dithering.c
  4209. * Makefile.am:
  4210. + Added a test directory for test programs.
  4211. * test/dithering.c:
  4212. + The value/saturation dithering example.
  4213. ------------------------------------------------------------------------
  4214. r188 | sam | 2003-12-31 13:05:44 +0100 (Wed, 31 Dec 2003) | 5 lines
  4215. Changed paths:
  4216. M /trunk/examples/cacaview.c
  4217. M /trunk/src/caca.c
  4218. * src/caca.c:
  4219. + Do not try the X11 driver if DISPLAY is set to the empty string.
  4220. * examples/cacaview.c:
  4221. + Cosmetic fixes.
  4222. ------------------------------------------------------------------------
  4223. r187 | sam | 2003-12-31 13:00:18 +0100 (Wed, 31 Dec 2003) | 3 lines
  4224. Changed paths:
  4225. M /trunk/examples/Makefile.am
  4226. A /trunk/examples/cacaview.c (from /trunk/examples/view.c:182)
  4227. D /trunk/examples/view.c
  4228. * example/:
  4229. + Renamed view.c into cacaview.c.
  4230. ------------------------------------------------------------------------
  4231. r186 | sam | 2003-12-31 12:17:47 +0100 (Wed, 31 Dec 2003) | 3 lines
  4232. Changed paths:
  4233. M /trunk/src/io.c
  4234. * src/io.c:
  4235. + Fixed mouse support under ncurses and slang.
  4236. ------------------------------------------------------------------------
  4237. r185 | sam | 2003-12-31 12:17:00 +0100 (Wed, 31 Dec 2003) | 3 lines
  4238. Changed paths:
  4239. M /trunk/configure.ac
  4240. * configure.ac:
  4241. + Error out if Imlib2 was not found. Override with --disable-imlib2.
  4242. ------------------------------------------------------------------------
  4243. r184 | sam | 2003-12-31 02:16:47 +0100 (Wed, 31 Dec 2003) | 6 lines
  4244. Changed paths:
  4245. M /trunk/doc
  4246. M /trunk/examples/demo.c
  4247. M /trunk/src/caca.h
  4248. M /trunk/src/io.c
  4249. * src/io.c:
  4250. + Mouse support under X11.
  4251. + Split the mouse motion and mouse click events.
  4252. * examples/demo.c:
  4253. + Mouse motion support.
  4254. ------------------------------------------------------------------------
  4255. r183 | sam | 2003-12-31 02:02:08 +0100 (Wed, 31 Dec 2003) | 5 lines
  4256. Changed paths:
  4257. M /trunk/src/caca.c
  4258. M /trunk/src/graphics.c
  4259. * src/graphics.c:
  4260. + Compilation fix.
  4261. * src/caca.c:
  4262. + Minor indentation fix.
  4263. ------------------------------------------------------------------------
  4264. r182 | sam | 2003-12-26 00:59:48 +0100 (Fri, 26 Dec 2003) | 6 lines
  4265. Changed paths:
  4266. M /trunk/configure.ac
  4267. M /trunk/src/caca.c
  4268. * src/caca.c:
  4269. + Prefer the X11 driver if $DISPLAY is set.
  4270. + The slang driver is now preferred over the ncurses driver.
  4271. * configure.ac:
  4272. + Autodetect conio.h.
  4273. ------------------------------------------------------------------------
  4274. r181 | sam | 2003-12-26 00:22:13 +0100 (Fri, 26 Dec 2003) | 4 lines
  4275. Changed paths:
  4276. M /trunk/configure.ac
  4277. * configure.ac:
  4278. + Autodetect ncurses, slang and X11.
  4279. + Abort if no output driver was selected or detected.
  4280. ------------------------------------------------------------------------
  4281. r180 | sam | 2003-12-25 22:38:46 +0100 (Thu, 25 Dec 2003) | 2 lines
  4282. Changed paths:
  4283. A /branches/0.5 (from /trunk:179)
  4284. M /branches/0.5/ChangeLog
  4285. M /trunk/ChangeLog
  4286. * 0.5 branch.
  4287. ------------------------------------------------------------------------
  4288. r179 | sam | 2003-12-25 22:36:52 +0100 (Thu, 25 Dec 2003) | 3 lines
  4289. Changed paths:
  4290. M /trunk/NEWS
  4291. M /trunk/configure.ac
  4292. M /trunk/debian/changelog
  4293. * configure.ac NEWS debian/changelog:
  4294. + New 0.5 release.
  4295. ------------------------------------------------------------------------
  4296. r178 | sam | 2003-12-25 22:28:55 +0100 (Thu, 25 Dec 2003) | 5 lines
  4297. Changed paths:
  4298. M /trunk/BUGS
  4299. M /trunk/NOTES
  4300. M /trunk/configure.ac
  4301. M /trunk/src/graphics.c
  4302. * NOTES BUGS:
  4303. + Updated information about the S-Lang colour pair shortage bug.
  4304. * src/graphics.c:
  4305. + Implemented the solution explained in NOTES.
  4306. ------------------------------------------------------------------------
  4307. r177 | sam | 2003-12-25 19:09:58 +0100 (Thu, 25 Dec 2003) | 3 lines
  4308. Changed paths:
  4309. M /trunk/src/caca.c
  4310. * src/caca.c:
  4311. + Fixed a compilation bug reported by Thomas Klausner <wiz@NetBSD.org>.
  4312. ------------------------------------------------------------------------
  4313. r176 | sam | 2003-12-25 19:08:46 +0100 (Thu, 25 Dec 2003) | 3 lines
  4314. Changed paths:
  4315. M /trunk/NOTES
  4316. * NOTES:
  4317. + Added a section with a proposed solution to the slang problem.
  4318. ------------------------------------------------------------------------
  4319. r175 | sam | 2003-12-25 11:18:37 +0100 (Thu, 25 Dec 2003) | 2 lines
  4320. Changed paths:
  4321. A /branches/0.4 (from /trunk:174)
  4322. M /branches/0.4/ChangeLog
  4323. M /trunk/ChangeLog
  4324. * 0.4 branch.
  4325. ------------------------------------------------------------------------
  4326. r174 | sam | 2003-12-25 00:58:32 +0100 (Thu, 25 Dec 2003) | 5 lines
  4327. Changed paths:
  4328. M /trunk/configure.ac
  4329. M /trunk/debian/control
  4330. * debian/control:
  4331. + Added missing dependencies to the -dev package.
  4332. * configure.ac:
  4333. + Kludge for woody builds where x_includes is undefined.
  4334. ------------------------------------------------------------------------
  4335. r173 | sam | 2003-12-24 17:23:37 +0100 (Wed, 24 Dec 2003) | 3 lines
  4336. Changed paths:
  4337. M /trunk/src/caca.h
  4338. * src/caca.h:
  4339. + Documented CACA_FONT.
  4340. ------------------------------------------------------------------------
  4341. r172 | sam | 2003-12-24 17:16:16 +0100 (Wed, 24 Dec 2003) | 3 lines
  4342. Changed paths:
  4343. M /trunk/doc/Makefile.am
  4344. * doc/Makefile.am:
  4345. + Rename the refman.ps doxygen documentation to libcaca.ps.
  4346. ------------------------------------------------------------------------
  4347. r171 | sam | 2003-12-24 16:43:45 +0100 (Wed, 24 Dec 2003) | 5 lines
  4348. Changed paths:
  4349. M /trunk/NEWS
  4350. M /trunk/src/caca.h
  4351. M /trunk/src/graphics.c
  4352. * src/graphics.c:
  4353. + Replace CACA_WIDTH and CACA_HEIGHT with CACA_GEOMETRY.
  4354. * src/caca.c:
  4355. + Documented the CACA_GEOMETRY environment variable.
  4356. ------------------------------------------------------------------------
  4357. r170 | sam | 2003-12-24 16:35:07 +0100 (Wed, 24 Dec 2003) | 3 lines
  4358. Changed paths:
  4359. M /trunk/src/caca_internals.h
  4360. M /trunk/src/graphics.c
  4361. M /trunk/src/io.c
  4362. * src/io.c:
  4363. + Mouse support in the X11 driver.
  4364. ------------------------------------------------------------------------
  4365. r169 | sam | 2003-12-24 15:48:38 +0100 (Wed, 24 Dec 2003) | 4 lines
  4366. Changed paths:
  4367. M /trunk/src/graphics.c
  4368. * src/graphics:
  4369. + Use XCreateWindow instead of XCreateSimpleWindow.
  4370. + Set the X window title to "caca for X".
  4371. ------------------------------------------------------------------------
  4372. r168 | sam | 2003-12-23 18:25:29 +0100 (Tue, 23 Dec 2003) | 4 lines
  4373. Changed paths:
  4374. M /trunk/debian/changelog
  4375. M /trunk/debian/control
  4376. M /trunk/debian/rules
  4377. * debian/control:
  4378. + Build-depend on doxygen and tetex to build documentation.
  4379. + Build-depend on xlibs-dev and slang1-dev to provide alternate drivers.
  4380. ------------------------------------------------------------------------
  4381. r167 | sam | 2003-12-23 18:01:38 +0100 (Tue, 23 Dec 2003) | 7 lines
  4382. Changed paths:
  4383. M /trunk/BUGS
  4384. M /trunk/Makefile.am
  4385. M /trunk/NEWS
  4386. M /trunk/README
  4387. M /trunk/TODO
  4388. M /trunk/configure.ac
  4389. M /trunk/doc/Makefile.am
  4390. M /trunk/src/graphics.c
  4391. * configure.ac NEWS:
  4392. + Prepared release 0.4.
  4393. * src/graphics.c README BUGS TODO:
  4394. + Updated documentation.
  4395. * Makefile.am doc/Makefile.am:
  4396. + Install the generated doxygen documentation.
  4397. ------------------------------------------------------------------------
  4398. r166 | sam | 2003-12-23 17:32:56 +0100 (Tue, 23 Dec 2003) | 4 lines
  4399. Changed paths:
  4400. M /trunk/src/io.c
  4401. * src/io.c:
  4402. + Fixed a warning by including <unistd.h>.
  4403. + Support for arrow and function keys under X11.
  4404. ------------------------------------------------------------------------
  4405. r165 | sam | 2003-12-23 14:27:40 +0100 (Tue, 23 Dec 2003) | 9 lines
  4406. Changed paths:
  4407. M /trunk/configure.ac
  4408. M /trunk/doc/Makefile.am
  4409. D /trunk/doc/doxygen.cfg
  4410. A /trunk/doc/doxygen.cfg.in (from /trunk/doc/doxygen.cfg:164)
  4411. M /trunk/examples/aafire.c
  4412. M /trunk/examples/demo.c
  4413. M /trunk/examples/spritedit.c
  4414. M /trunk/examples/view.c
  4415. M /trunk/src/bitmap.c
  4416. M /trunk/src/box.c
  4417. M /trunk/src/caca.c
  4418. M /trunk/src/caca.h
  4419. M /trunk/src/caca_internals.h
  4420. M /trunk/src/conic.c
  4421. M /trunk/src/graphics.c
  4422. M /trunk/src/io.c
  4423. M /trunk/src/line.c
  4424. M /trunk/src/math.c
  4425. M /trunk/src/sprite.c
  4426. M /trunk/src/triangle.c
  4427. * src/io.c:
  4428. + Added caca_wait_event(), a blocking caca_get_event().
  4429. * src/ examples/:
  4430. + More documentation.
  4431. * doc/doxygen.cfg.in:
  4432. + doc/doxygen.cfg is now generated by configure, so that we can use
  4433. @top_srcdir@ and we no longer need to hardcode PROJECT_NUMBER.
  4434. + Create manpages.
  4435. ------------------------------------------------------------------------
  4436. r164 | sam | 2003-12-23 12:08:37 +0100 (Tue, 23 Dec 2003) | 2 lines
  4437. Changed paths:
  4438. M /trunk/doc/doxygen.cfg
  4439. M /trunk/src/bitmap.c
  4440. M /trunk/src/caca.c
  4441. M /trunk/src/caca.h
  4442. * More API documentation.
  4443. ------------------------------------------------------------------------
  4444. r163 | sam | 2003-12-22 23:58:24 +0100 (Mon, 22 Dec 2003) | 3 lines
  4445. Changed paths:
  4446. M /trunk/src/caca.c
  4447. * caca.c:
  4448. + Fixed typos in the initialisation code.
  4449. ------------------------------------------------------------------------
  4450. r162 | sam | 2003-12-22 16:26:12 +0100 (Mon, 22 Dec 2003) | 6 lines
  4451. Changed paths:
  4452. M /trunk/configure.ac
  4453. M /trunk/src/bitmap.c
  4454. M /trunk/src/caca.c
  4455. M /trunk/src/caca.h
  4456. M /trunk/src/caca_internals.h
  4457. M /trunk/src/conic.c
  4458. M /trunk/src/graphics.c
  4459. M /trunk/src/io.c
  4460. M /trunk/src/line.c
  4461. * src/graphics.c src/caca.c src/io.c:
  4462. + Support for simultaneously compiled-in drivers.
  4463. + Honour the CACA_DRIVER environment variable.
  4464. * configure.ac:
  4465. + Drivers are no longer mutually exclusive.
  4466. ------------------------------------------------------------------------
  4467. r161 | sam | 2003-12-21 01:39:41 +0100 (Sun, 21 Dec 2003) | 3 lines
  4468. Changed paths:
  4469. M /trunk/src/graphics.c
  4470. * src/graphics:
  4471. + Initialise default height at 32 (as in aalib).
  4472. ------------------------------------------------------------------------
  4473. r160 | sam | 2003-12-20 13:07:56 +0100 (Sat, 20 Dec 2003) | 5 lines
  4474. Changed paths:
  4475. M /trunk/src/caca_internals.h
  4476. M /trunk/src/graphics.c
  4477. M /trunk/src/io.c
  4478. * src/graphics.c:
  4479. + Support for CACA_WIDTH, CACA_HEIGHT and CACA_FONT in the x11 driver.
  4480. + Use an intermediary X pixmap for rendering.
  4481. + Slightly changed the variable naming scheme.
  4482. ------------------------------------------------------------------------
  4483. r159 | sam | 2003-12-20 11:54:35 +0100 (Sat, 20 Dec 2003) | 3 lines
  4484. Changed paths:
  4485. M /trunk/examples/aafire.c
  4486. * examples/aafire.c:
  4487. + The image buffer in cacafire was too small.
  4488. ------------------------------------------------------------------------
  4489. r158 | sam | 2003-12-19 18:26:23 +0100 (Fri, 19 Dec 2003) | 4 lines
  4490. Changed paths:
  4491. M /trunk/src/graphics.c
  4492. * src/graphics.c:
  4493. + Progress in the X11 driver.
  4494. + Fixed a compilation bug in the conio driver.
  4495. ------------------------------------------------------------------------
  4496. r157 | sam | 2003-12-18 10:46:19 +0100 (Thu, 18 Dec 2003) | 4 lines
  4497. Changed paths:
  4498. M /trunk/debian/changelog
  4499. M /trunk/debian/control
  4500. M /trunk/debian/rules
  4501. * debian/rules debian/control:
  4502. + Moved cacafire to the caca-utils package. Added proper conflict/replace.
  4503. + Symlinked cacafire.1 to cacademo.1.
  4504. ------------------------------------------------------------------------
  4505. r155 | sam | 2003-12-18 01:41:28 +0100 (Thu, 18 Dec 2003) | 7 lines
  4506. Changed paths:
  4507. M /trunk/ChangeLog
  4508. M /trunk/NEWS
  4509. M /trunk/README
  4510. M /trunk/debian/changelog
  4511. M /trunk/debian/control
  4512. M /trunk/doc/doxygen.cfg
  4513. * debian/control:
  4514. + Updated long descriptions.
  4515. * debian/changelog ChangeLog doc/doxygen.cfg NEWS:
  4516. + Prepared 0.3 release.
  4517. * README:
  4518. + --enable-ncurses is now the default.
  4519. ------------------------------------------------------------------------
  4520. r154 | sam | 2003-12-18 01:11:52 +0100 (Thu, 18 Dec 2003) | 3 lines
  4521. Changed paths:
  4522. M /trunk/src/bitmap.c
  4523. M /trunk/src/box.c
  4524. M /trunk/src/caca.c
  4525. M /trunk/src/caca.h
  4526. M /trunk/src/conic.c
  4527. M /trunk/src/graphics.c
  4528. M /trunk/src/io.c
  4529. M /trunk/src/line.c
  4530. M /trunk/src/math.c
  4531. M /trunk/src/sprite.c
  4532. M /trunk/src/triangle.c
  4533. * src/:
  4534. + Doxygenated public functions.
  4535. ------------------------------------------------------------------------
  4536. r153 | sam | 2003-12-17 16:03:05 +0100 (Wed, 17 Dec 2003) | 3 lines
  4537. Changed paths:
  4538. M /trunk/src/caca.h
  4539. * src/caca.h:
  4540. + Documented environment variables.
  4541. ------------------------------------------------------------------------
  4542. r152 | sam | 2003-12-17 00:25:54 +0100 (Wed, 17 Dec 2003) | 4 lines
  4543. Changed paths:
  4544. M /trunk/examples/view.c
  4545. * examples/view.c:
  4546. + Fixed a bug in the loading of 1bpp BMPs.
  4547. + Commented stuff.
  4548. ------------------------------------------------------------------------
  4549. r151 | sam | 2003-12-17 00:06:54 +0100 (Wed, 17 Dec 2003) | 7 lines
  4550. Changed paths:
  4551. M /trunk/examples/Makefile.am
  4552. M /trunk/examples/view.c
  4553. * examples/view.c:
  4554. + If Imlib2 is not available, use a custom simple BMP loader.
  4555. + Draw the bottom bar one line higher to leave room for a status line.
  4556. + '?' now properly toggles help.
  4557. * examples/Makefile.am:
  4558. + Always build cacaview.
  4559. ------------------------------------------------------------------------
  4560. r150 | sam | 2003-12-16 10:06:46 +0100 (Tue, 16 Dec 2003) | 5 lines
  4561. Changed paths:
  4562. M /trunk/configure.ac
  4563. M /trunk/src/bitmap.c
  4564. * src/bitmap.c:
  4565. + If the alpha palette is all-zero, forget the alpha channel.
  4566. * configure.ac:
  4567. + Export HAVE_IMLIB2_H and the like.
  4568. ------------------------------------------------------------------------
  4569. r149 | sam | 2003-12-15 16:02:50 +0100 (Mon, 15 Dec 2003) | 4 lines
  4570. Changed paths:
  4571. M /trunk/src/bitmap.c
  4572. * src/bitmap.c:
  4573. + If the alpha mask is 0, ignore alpha information.
  4574. + Ditto if no alpha information is given with the palette.
  4575. ------------------------------------------------------------------------
  4576. r148 | sam | 2003-12-15 11:38:03 +0100 (Mon, 15 Dec 2003) | 4 lines
  4577. Changed paths:
  4578. M /trunk/configure.ac
  4579. M /trunk/src/caca.c
  4580. M /trunk/src/caca_internals.h
  4581. M /trunk/src/graphics.c
  4582. M /trunk/src/io.c
  4583. * src/graphics.c src/io.c:
  4584. + Beginning of an X11 driver. Currently we merely open the window and
  4585. check keyboard events.
  4586. ------------------------------------------------------------------------
  4587. r147 | sam | 2003-12-12 17:19:44 +0100 (Fri, 12 Dec 2003) | 7 lines
  4588. Changed paths:
  4589. M /trunk/configure.ac
  4590. M /trunk/debian/changelog
  4591. M /trunk/src/caca.c
  4592. * configure.ac debian/changelog:
  4593. + Prepare for 0.3 release.
  4594. + Check for strcasecmp().
  4595. * src/caca.c:
  4596. + Honor CACA_BACKGROUND, CACA_DITHERING and CACA_ANTIALIASING environment
  4597. variables.
  4598. ------------------------------------------------------------------------
  4599. r146 | sam | 2003-12-12 15:49:41 +0100 (Fri, 12 Dec 2003) | 13 lines
  4600. Changed paths:
  4601. M /trunk/examples/aafire.c
  4602. M /trunk/examples/demo.c
  4603. M /trunk/examples/view.c
  4604. M /trunk/src/bitmap.c
  4605. M /trunk/src/caca.c
  4606. M /trunk/src/caca.h
  4607. M /trunk/src/caca_internals.h
  4608. * src/bitmap.c:
  4609. + Added antialiasing support.
  4610. + Dithering, antialiasing and background mode can now be selected at
  4611. runtime.
  4612. * src/caca.c src/caca.h:
  4613. + Renamed caca_dithering into caca_feature and extended the type to
  4614. express background colour and antialiasing mode.
  4615. * examples/demo.c:
  4616. + Fixed a bug that disabled the sprite demo.
  4617. + Draw solid flares.
  4618. * examples/view.c:
  4619. + Select antialiasing and background mode at runtime.
  4620. ------------------------------------------------------------------------
  4621. r145 | sam | 2003-12-11 18:01:09 +0100 (Thu, 11 Dec 2003) | 2 lines
  4622. Changed paths:
  4623. M /trunk/BUGS
  4624. M /trunk/TODO
  4625. M /trunk/debian/control
  4626. M /trunk/doc/cacademo.1
  4627. M /trunk/doc/cacaview.1
  4628. * Minor updates to manpages, BUGS, TODO and the Debian control file.
  4629. ------------------------------------------------------------------------
  4630. r144 | sam | 2003-12-11 17:56:35 +0100 (Thu, 11 Dec 2003) | 5 lines
  4631. Changed paths:
  4632. M /trunk/src/Makefile.am
  4633. M /trunk/src/bitmap.c
  4634. M /trunk/src/caca.c
  4635. M /trunk/src/caca.h
  4636. M /trunk/src/caca_internals.h
  4637. M /trunk/src/graphics.c
  4638. * src/caca.c:
  4639. + Moved global variables to src/graphics.c.
  4640. * src/bitmap.c:
  4641. + Sanitised prototypes.
  4642. ------------------------------------------------------------------------
  4643. r143 | sam | 2003-12-11 17:31:49 +0100 (Thu, 11 Dec 2003) | 17 lines
  4644. Changed paths:
  4645. M /trunk/examples
  4646. M /trunk/examples/aafire.c
  4647. M /trunk/examples/demo.c
  4648. M /trunk/examples/view.c
  4649. M /trunk/src/bitmap.c
  4650. M /trunk/src/box.c
  4651. M /trunk/src/caca.c
  4652. M /trunk/src/caca.h
  4653. M /trunk/src/caca_internals.h
  4654. M /trunk/src/conic.c
  4655. M /trunk/src/graphics.c
  4656. M /trunk/src/line.c
  4657. M /trunk/src/sprite.c
  4658. M /trunk/src/triangle.c
  4659. * src/graphics.c:
  4660. + Internally cache screen width and height.
  4661. * src/bitmap.c:
  4662. + Added alpha support to caca_draw_bitmap(). For now, we only treat 0%
  4663. alpha as fully transparent, and any other value as fully opaque.
  4664. + Slightly tuned colour weights in the renderer.
  4665. + caca_set_bitmap_palette() takes unsigned ints.
  4666. * examples/demo.c:
  4667. + Added a crap render demo.
  4668. * examples/aafire.c:
  4669. + Set a 20ms delay.
  4670. + Added alpha values to the palette.
  4671. * examples/view.c:
  4672. + Draw a gray checkered grid below the image so that transparent images
  4673. look a lot nicer.
  4674. + 'f' toggles "fullscreen" mode.
  4675. ------------------------------------------------------------------------
  4676. r142 | sam | 2003-12-11 16:54:53 +0100 (Thu, 11 Dec 2003) | 6 lines
  4677. Changed paths:
  4678. M /trunk/caca-config.in
  4679. M /trunk/configure.ac
  4680. * configure.ac:
  4681. + Set the executable bit of caca-config when regenerating that file.
  4682. * caca-config.in:
  4683. + No longer use USE_SLANG_TRUE and USE_NCURSES_TRUE since we now
  4684. have @CACA_LIBS@.
  4685. ------------------------------------------------------------------------
  4686. r141 | sam | 2003-12-02 23:27:27 +0100 (Tue, 02 Dec 2003) | 6 lines
  4687. Changed paths:
  4688. M /trunk/configure.ac
  4689. M /trunk/examples/Makefile.am
  4690. A /trunk/examples/aafire.c
  4691. * configure.ac:
  4692. + Removed unused USE_* variables.
  4693. + Export -lslang and -lncurses as @CACA_LIBS@.
  4694. * examples/aafire.c:
  4695. + Imported aafire.c from the AAlib tree and ported it to libcaca.
  4696. ------------------------------------------------------------------------
  4697. r139 | sam | 2003-11-30 18:15:31 +0100 (Sun, 30 Nov 2003) | 2 lines
  4698. Changed paths:
  4699. M /trunk/ChangeLog
  4700. M /trunk/NEWS
  4701. M /trunk/TODO
  4702. M /trunk/debian/changelog
  4703. M /trunk/debian/control
  4704. * 0.2 release.
  4705. ------------------------------------------------------------------------
  4706. r138 | sam | 2003-11-30 18:14:19 +0100 (Sun, 30 Nov 2003) | 3 lines
  4707. Changed paths:
  4708. M /trunk/examples/view.c
  4709. * examples/view.c:
  4710. + Removed last endianness issue.
  4711. ------------------------------------------------------------------------
  4712. r137 | sam | 2003-11-30 17:34:04 +0100 (Sun, 30 Nov 2003) | 5 lines
  4713. Changed paths:
  4714. M /trunk/examples/view.c
  4715. M /trunk/src/bitmap.c
  4716. M /trunk/src/io.c
  4717. * src/io.c:
  4718. + Removed a useless message.
  4719. * src/bitmap.c examples/view.c:
  4720. + Really fixed the endianness issue.
  4721. ------------------------------------------------------------------------
  4722. r136 | sam | 2003-11-30 16:56:02 +0100 (Sun, 30 Nov 2003) | 5 lines
  4723. Changed paths:
  4724. M /trunk/src/bitmap.c
  4725. * src/bitmap.c:
  4726. + Fine-tuned the new renderer.
  4727. + Fixed warnings.
  4728. + Changed hardcoded values to macros.
  4729. ------------------------------------------------------------------------
  4730. r135 | sam | 2003-11-30 16:01:55 +0100 (Sun, 30 Nov 2003) | 11 lines
  4731. Changed paths:
  4732. M /trunk/configure.ac
  4733. M /trunk/examples/demo.c
  4734. M /trunk/examples/view.c
  4735. M /trunk/src/bitmap.c
  4736. M /trunk/src/caca.c
  4737. M /trunk/src/caca.h
  4738. * src/bitmap.c:
  4739. + Fixed an endianness issue in the byte reader.
  4740. + Decreased precision in RGB and HSV values to avoid overflows.
  4741. + New dithering method: 2x2 ordered.
  4742. + New renderer, with background colour awareness.
  4743. * configure.ac:
  4744. + Check for <endian.h>.
  4745. * examples/demo.c examples/view.c:
  4746. + Fixed an endianness issue in cacaview.
  4747. + Adapted code to the additional dithering method.
  4748. ------------------------------------------------------------------------
  4749. r134 | sam | 2003-11-30 03:11:37 +0100 (Sun, 30 Nov 2003) | 4 lines
  4750. Changed paths:
  4751. M /trunk/examples/view.c
  4752. M /trunk/src/bitmap.c
  4753. * src/bitmap.c examples/view.c:
  4754. + Fixed an endianness issue in caca_draw_bitmap().
  4755. + Code cleanup.
  4756. ------------------------------------------------------------------------
  4757. r133 | sam | 2003-11-30 02:18:10 +0100 (Sun, 30 Nov 2003) | 13 lines
  4758. Changed paths:
  4759. M /trunk/TODO
  4760. M /trunk/doc/cacaview.1
  4761. M /trunk/examples/Makefile.am
  4762. M /trunk/examples/view.c
  4763. M /trunk/src/caca.c
  4764. * src/caca.c:
  4765. + Minor change to the dithering names.
  4766. * TODO:
  4767. + Added cacaview TODO.
  4768. * doc/cacaview.1:
  4769. + Wrote a manpage for cacaview.
  4770. * examples/Makefile.am:
  4771. + Moved the -DX_DISPLAY_MISSING=1 here.
  4772. * examples/view.c:
  4773. + Capital 'D' cycles through dithering modes in reverse order.
  4774. + Sleep when there is nothing to do.
  4775. + Cosmetic code reorganisation.
  4776. ------------------------------------------------------------------------
  4777. r132 | sam | 2003-11-29 20:35:07 +0100 (Sat, 29 Nov 2003) | 9 lines
  4778. Changed paths:
  4779. M /trunk/examples/demo.c
  4780. M /trunk/examples/view.c
  4781. M /trunk/src/bitmap.c
  4782. M /trunk/src/caca.c
  4783. M /trunk/src/caca.h
  4784. * src/caca.c src/caca.h:
  4785. + Added caca_get_dithering_name().
  4786. * src/bitmap.c:
  4787. + Created a new dithering method with an 8x8 ordered matrix.
  4788. + Replaced the char list with a string for better readability.
  4789. + Dithering functions now return a value between 0 and 255.
  4790. * examples/demo.c examples/view.c:
  4791. + Adapted to use caca_get_dithering_name().
  4792. ------------------------------------------------------------------------
  4793. r131 | sam | 2003-11-29 19:04:42 +0100 (Sat, 29 Nov 2003) | 3 lines
  4794. Changed paths:
  4795. M /trunk/src/caca.c
  4796. * src/caca.c:
  4797. + Test whether ncurses knows xterm-16color before setting $TERM.
  4798. ------------------------------------------------------------------------
  4799. r130 | sam | 2003-11-29 18:36:00 +0100 (Sat, 29 Nov 2003) | 6 lines
  4800. Changed paths:
  4801. M /trunk/examples/view.c
  4802. * examples/view.c:
  4803. + Added top and bottom status lines, like in mutt and slrn.
  4804. + Added a status string when loading an image or upon error.
  4805. + Can load multiple files; use 'n' and 'p' for next and previous.
  4806. + Clip zoom between -48 and +48.
  4807. ------------------------------------------------------------------------
  4808. r129 | sam | 2003-11-29 17:42:35 +0100 (Sat, 29 Nov 2003) | 2 lines
  4809. Changed paths:
  4810. M /trunk/src/caca.c
  4811. * Fixed a C99ism.
  4812. ------------------------------------------------------------------------
  4813. r128 | sam | 2003-11-29 15:41:37 +0100 (Sat, 29 Nov 2003) | 9 lines
  4814. Changed paths:
  4815. M /trunk/NOTES
  4816. M /trunk/configure.ac
  4817. M /trunk/src/caca.c
  4818. M /trunk/src/graphics.c
  4819. * configure.ac:
  4820. + Default to ncurses, not slang, because slang only has 128 colour pairs.
  4821. * src/caca.c:
  4822. + Disable scrolling to avoid hashmap scrolling optimization code.
  4823. * src/graphics.c:
  4824. + Swap fg and bg in the colour pair indexing, so that bg is always
  4825. right.
  4826. + Disable alt charset support to exploit my patched slang.
  4827. ------------------------------------------------------------------------
  4828. r127 | sam | 2003-11-28 21:39:54 +0100 (Fri, 28 Nov 2003) | 10 lines
  4829. Changed paths:
  4830. M /trunk/NOTES
  4831. M /trunk/examples/view.c
  4832. M /trunk/src/bitmap.c
  4833. * src/bitmap.c:
  4834. + Dither chroma outside of rgb2hsv_default().
  4835. + Clip fromx and fromy values.
  4836. * NOTES:
  4837. + Link to the XTerm control sequences.
  4838. * examples/view.c:
  4839. + Draw status bar.
  4840. + Move with 'h' 'j' 'k' 'l', à la vi.
  4841. + '?' toggles a help menu.
  4842. ------------------------------------------------------------------------
  4843. r126 | sam | 2003-11-28 00:18:12 +0100 (Fri, 28 Nov 2003) | 3 lines
  4844. Changed paths:
  4845. M /trunk/src/bitmap.c
  4846. * src/bitmap.c:
  4847. + Removed § from the list of default characters due to collisions.
  4848. ------------------------------------------------------------------------
  4849. r125 | sam | 2003-11-27 23:54:48 +0100 (Thu, 27 Nov 2003) | 6 lines
  4850. Changed paths:
  4851. A /trunk/debian/caca-utils.mime
  4852. M /trunk/debian/control
  4853. M /trunk/debian/rules
  4854. * debian/control:
  4855. + Removed slang1-dev dependency in caca-utils.
  4856. * debian/caca-utils.mime debian/rules:
  4857. + Added a MIME file with low priority.
  4858. + Added call to dh_installmime.
  4859. ------------------------------------------------------------------------
  4860. r124 | sam | 2003-11-27 23:29:13 +0100 (Thu, 27 Nov 2003) | 5 lines
  4861. Changed paths:
  4862. M /trunk/configure.ac
  4863. M /trunk/src/caca.c
  4864. M /trunk/src/caca_internals.h
  4865. M /trunk/src/graphics.c
  4866. * src/caca.c src/graphics.c:
  4867. + Moved graphics stuff from caca.c to graphics.c.
  4868. + Added a few kludges: if gnome-terminal or konsole are detected, switch
  4869. to TERM=xterm-16color to benefit from extended colour palette.
  4870. ------------------------------------------------------------------------
  4871. r123 | sam | 2003-11-27 22:56:30 +0100 (Thu, 27 Nov 2003) | 13 lines
  4872. Changed paths:
  4873. M /trunk/NOTES
  4874. M /trunk/examples/demo.c
  4875. M /trunk/examples/spritedit.c
  4876. M /trunk/src/bitmap.c
  4877. M /trunk/src/caca.c
  4878. M /trunk/src/caca.h
  4879. M /trunk/src/graphics.c
  4880. M /trunk/src/sprite.c
  4881. * NOTES:
  4882. + Added setab/setaf quotes from the XTerm terminfo.
  4883. + Proposed a workaround for bright colours on any terminal.
  4884. * src/caca.c:
  4885. + 16 colour support for ncurses and conio.
  4886. * src/graphics.c:
  4887. + Ported to 16 colour support.
  4888. + Added a missing <stdio.h> for BUFSIZ.
  4889. + Disabled vsnprintf under DOS (only vsprintf exists).
  4890. * examples/:
  4891. + Don't abort if the caca.txt sprite was not found.
  4892. + Ported to 16 colour support.
  4893. ------------------------------------------------------------------------
  4894. r122 | sam | 2003-11-27 14:27:32 +0100 (Thu, 27 Nov 2003) | 2 lines
  4895. Changed paths:
  4896. M /trunk/NOTES
  4897. * NOTES: more notes about colours.
  4898. ------------------------------------------------------------------------
  4899. r121 | sam | 2003-11-27 10:43:56 +0100 (Thu, 27 Nov 2003) | 5 lines
  4900. Changed paths:
  4901. M /trunk/Makefile.am
  4902. M /trunk/configure.ac
  4903. M /trunk/examples/Makefile.am
  4904. * configure.ac:
  4905. + More sensible imlib2 detection, works with cross-compilation.
  4906. * Makefile.am:
  4907. + Don't forget to include NOTES to the dist tarball.
  4908. ------------------------------------------------------------------------
  4909. r120 | sam | 2003-11-27 10:38:16 +0100 (Thu, 27 Nov 2003) | 2 lines
  4910. Changed paths:
  4911. A /trunk/NOTES
  4912. M /trunk/README
  4913. M /trunk/debian/rules
  4914. * NOTES: added information about colour support.
  4915. ------------------------------------------------------------------------
  4916. r119 | sam | 2003-11-26 22:02:31 +0100 (Wed, 26 Nov 2003) | 2 lines
  4917. Changed paths:
  4918. M /trunk/configure.ac
  4919. * configure.ac: Added a missing check for <inttypes.h>.
  4920. ------------------------------------------------------------------------
  4921. r118 | sam | 2003-11-26 21:58:30 +0100 (Wed, 26 Nov 2003) | 2 lines
  4922. Changed paths:
  4923. M /trunk/src/bitmap.c
  4924. * src/bitmap.c: Support for more colour depths.
  4925. ------------------------------------------------------------------------
  4926. r115 | sam | 2003-11-24 20:56:04 +0100 (Mon, 24 Nov 2003) | 9 lines
  4927. Changed paths:
  4928. M /trunk/configure.ac
  4929. M /trunk/examples/Makefile.am
  4930. M /trunk/examples/demo.c
  4931. M /trunk/examples/view.c
  4932. * configure.ac examples/Makefile.am:
  4933. + Added a check for imlib2-config.
  4934. + Build cacaview conditionally.
  4935. * examples/demo.c:
  4936. + Removed all gdkpixbuf code.
  4937. * examples/view.c:
  4938. + Default to ordered dithering.
  4939. + Make sure the arrows always work even if delta is too small.
  4940. ------------------------------------------------------------------------
  4941. r114 | sam | 2003-11-24 18:51:40 +0100 (Mon, 24 Nov 2003) | 4 lines
  4942. Changed paths:
  4943. M /trunk/debian
  4944. M /trunk/debian/control
  4945. M /trunk/debian/rules
  4946. * debian/:
  4947. + New caca-utils package.
  4948. + Move cacademo, cacaview and caca-spritedit to caca-utils.
  4949. ------------------------------------------------------------------------
  4950. r113 | sam | 2003-11-24 18:50:14 +0100 (Mon, 24 Nov 2003) | 6 lines
  4951. Changed paths:
  4952. M /trunk/doc/Makefile.am
  4953. D /trunk/doc/caca-demo.1
  4954. A /trunk/doc/cacademo.1 (from /trunk/doc/caca-demo.1:112)
  4955. A /trunk/doc/cacaview.1
  4956. M /trunk/examples
  4957. M /trunk/examples/Makefile.am
  4958. A /trunk/examples/view.c
  4959. * examples/:
  4960. + Simple image viewer, cacaview, based on libcaca and imlib2.
  4961. + Renamed caca-demo into cacademo.
  4962. * doc/:
  4963. + Renamed doc/caca-demo.1 into doc/cacademo.1.
  4964. ------------------------------------------------------------------------
  4965. r112 | sam | 2003-11-23 16:34:35 +0100 (Sun, 23 Nov 2003) | 2 lines
  4966. Changed paths:
  4967. M /trunk/src/Makefile.am
  4968. A /trunk/src/bitmap.c (from /trunk/src/blit.c:111)
  4969. D /trunk/src/blit.c
  4970. * Renamed src/blit.c into src/bitmap.c.
  4971. ------------------------------------------------------------------------
  4972. r111 | sam | 2003-11-23 04:44:59 +0100 (Sun, 23 Nov 2003) | 5 lines
  4973. Changed paths:
  4974. M /trunk/examples/demo.c
  4975. M /trunk/src/caca.c
  4976. M /trunk/src/caca.h
  4977. M /trunk/src/io.c
  4978. * src/caca.c:
  4979. + Mouse initialisation in ncurses.
  4980. * src/io.c:
  4981. + Mouse support in ncurses.
  4982. ------------------------------------------------------------------------
  4983. r110 | sam | 2003-11-22 15:28:36 +0100 (Sat, 22 Nov 2003) | 3 lines
  4984. Changed paths:
  4985. M /trunk/debian/control
  4986. * debian/control:
  4987. + libcaca-dev should depend on slang1-dev.
  4988. ------------------------------------------------------------------------
  4989. r109 | sam | 2003-11-22 15:23:18 +0100 (Sat, 22 Nov 2003) | 3 lines
  4990. Changed paths:
  4991. M /trunk/debian/Makefile.am
  4992. * debian/Makefile.am:
  4993. + Added compat and copyright to the distributed files.
  4994. ------------------------------------------------------------------------
  4995. r108 | sam | 2003-11-22 15:19:36 +0100 (Sat, 22 Nov 2003) | 2 lines
  4996. Changed paths:
  4997. A /trunk/ChangeLog
  4998. M /trunk/debian/rules
  4999. * Added a ChangeLog file.
  5000. ------------------------------------------------------------------------
  5001. r107 | sam | 2003-11-22 15:13:53 +0100 (Sat, 22 Nov 2003) | 3 lines
  5002. Changed paths:
  5003. M /trunk/examples/Makefile.am
  5004. * examples/Makefile.am:
  5005. + Compilation fix when libcaca is not available.
  5006. ------------------------------------------------------------------------
  5007. r106 | sam | 2003-11-22 14:44:02 +0100 (Sat, 22 Nov 2003) | 9 lines
  5008. Changed paths:
  5009. M /trunk/debian/changelog
  5010. A /trunk/debian/copyright
  5011. M /trunk/debian/rules
  5012. M /trunk/doc/Makefile.am
  5013. M /trunk/doc/caca-config.1
  5014. A /trunk/doc/caca-demo.1
  5015. A /trunk/doc/caca-spritedit.1
  5016. M /trunk/examples/caca.txt
  5017. * debian/:
  5018. + Wrote the changelog for the Debian release.
  5019. + Wrote a copyright file.
  5020. * doc/:
  5021. + Wrote manpages for caca-demo and caca-spritedit.
  5022. * examples/caca.txt:
  5023. + Centered the sprite handle.
  5024. + Added a second frame to the sprite.
  5025. ------------------------------------------------------------------------
  5026. r105 | sam | 2003-11-22 13:53:55 +0100 (Sat, 22 Nov 2003) | 11 lines
  5027. Changed paths:
  5028. A /trunk/AUTHORS
  5029. M /trunk/Makefile.am
  5030. A /trunk/NEWS
  5031. M /trunk/configure.ac
  5032. A /trunk/doc
  5033. A /trunk/doc/Makefile.am
  5034. A /trunk/doc/caca-config.1
  5035. A /trunk/doc/doxygen.cfg
  5036. A /trunk/doc/footer.html
  5037. A /trunk/doc/header.html
  5038. * AUTHORS NEWS:
  5039. + Added these mandatory files.
  5040. * doc/:
  5041. + Wrote a Doxygen configuration file.
  5042. + Added a manpage for caca-config(1), borrowed from sdl-config.
  5043. * configure.ac:
  5044. + Use new style AC_INIT.
  5045. + Error out if no library was found.
  5046. + Added *djgpp* to the list of non-PIC platforms.
  5047. + Added checks for doxygen and latex.
  5048. ------------------------------------------------------------------------
  5049. r104 | sam | 2003-11-22 13:51:27 +0100 (Sat, 22 Nov 2003) | 2 lines
  5050. Changed paths:
  5051. M /trunk/examples/Makefile.am
  5052. M /trunk/examples/demo.c
  5053. * Disabled gdkpixbuf code.
  5054. ------------------------------------------------------------------------
  5055. r103 | sam | 2003-11-22 13:45:25 +0100 (Sat, 22 Nov 2003) | 3 lines
  5056. Changed paths:
  5057. M /trunk/src/blit.c
  5058. M /trunk/src/box.c
  5059. M /trunk/src/caca.c
  5060. M /trunk/src/caca.h
  5061. M /trunk/src/caca_internals.h
  5062. M /trunk/src/conic.c
  5063. M /trunk/src/graphics.c
  5064. M /trunk/src/io.c
  5065. M /trunk/src/line.c
  5066. M /trunk/src/math.c
  5067. M /trunk/src/sprite.c
  5068. M /trunk/src/triangle.c
  5069. * src/:
  5070. + Doxygenated a few things.
  5071. ------------------------------------------------------------------------
  5072. r102 | sam | 2003-11-21 15:34:07 +0100 (Fri, 21 Nov 2003) | 8 lines
  5073. Changed paths:
  5074. M /trunk/TODO
  5075. M /trunk/examples/demo.c
  5076. M /trunk/src/blit.c
  5077. M /trunk/src/caca.h
  5078. * TODO:
  5079. + A few updates.
  5080. * src/blit.c:
  5081. + Split blit() into caca_create_bitmap() and caca_draw_bitmap().
  5082. + Started removing hardcoded bitmask and pitch values.
  5083. * examples/demo.c:
  5084. + Do something with mouse clicks.
  5085. ------------------------------------------------------------------------
  5086. r101 | sam | 2003-11-21 15:14:26 +0100 (Fri, 21 Nov 2003) | 3 lines
  5087. Changed paths:
  5088. M /trunk/src/io.c
  5089. * src/io.c:
  5090. + Fixed an off-by-one error in the mouse driver.
  5091. ------------------------------------------------------------------------
  5092. r100 | sam | 2003-11-20 17:54:04 +0100 (Thu, 20 Nov 2003) | 13 lines
  5093. Changed paths:
  5094. M /trunk
  5095. M /trunk/Makefile.am
  5096. M /trunk/README
  5097. M /trunk/TODO
  5098. A /trunk/caca-config.in
  5099. M /trunk/configure.ac
  5100. M /trunk/debian
  5101. A /trunk/debian/compat
  5102. M /trunk/debian/control
  5103. M /trunk/debian/rules
  5104. M /trunk/examples
  5105. M /trunk/examples/Makefile.am
  5106. M /trunk/examples/demo.c
  5107. M /trunk/src/Makefile.am
  5108. * debian/control:
  5109. + Changed section to libs/libdevel instead of games/games.
  5110. + Changed package name to libcaca-dev.
  5111. * debian/rules:
  5112. + Use debian/compat instead of DH_COMPAT.
  5113. + Install README, BUGS and TODO into /usr/share/doc.
  5114. * caca-config.in:
  5115. + First version of the config script.
  5116. * configure.ac src/Makefile.am:
  5117. + Build a static PIC library as well.
  5118. * README TODO:
  5119. + Various updates.
  5120. ------------------------------------------------------------------------
  5121. r99 | sam | 2003-11-19 19:38:49 +0100 (Wed, 19 Nov 2003) | 3 lines
  5122. Changed paths:
  5123. M /trunk/TODO
  5124. M /trunk/src/io.c
  5125. * TODO: New stuff to do.
  5126. * src/io.c: left and right arrow keys were swapped.
  5127. ------------------------------------------------------------------------
  5128. r98 | sam | 2003-11-19 18:49:43 +0100 (Wed, 19 Nov 2003) | 3 lines
  5129. Changed paths:
  5130. M /trunk/src/blit.c
  5131. M /trunk/src/caca.c
  5132. M /trunk/src/io.c
  5133. * src/io.c:
  5134. + Fixed a bug in the mouse coordinates reporting.
  5135. ------------------------------------------------------------------------
  5136. r97 | sam | 2003-11-19 18:32:10 +0100 (Wed, 19 Nov 2003) | 6 lines
  5137. Changed paths:
  5138. M /trunk/examples/demo.c
  5139. M /trunk/examples/spritedit.c
  5140. M /trunk/src/blit.c
  5141. M /trunk/src/caca.c
  5142. M /trunk/src/caca.h
  5143. M /trunk/src/io.c
  5144. * src/io.c:
  5145. + Renamed sdl_get_key() into sdl_get_event().
  5146. + Handle mouse clicks.
  5147. * src/caca.c:
  5148. + Activate the terminal's mouse handling if supported.
  5149. ------------------------------------------------------------------------
  5150. r96 | sam | 2003-11-17 17:11:34 +0100 (Mon, 17 Nov 2003) | 8 lines
  5151. Changed paths:
  5152. M /trunk/examples/Makefile.am
  5153. M /trunk/src/Makefile.am
  5154. M /trunk/src/blit.c
  5155. M /trunk/src/caca.h
  5156. M /trunk/src/io.c
  5157. * src/io.c src/caca.h:
  5158. + Interpret escape sequences for F1, F2, left, right, etc.
  5159. * src/Makefile.am examples/Makefile.am:
  5160. + Install caca.h in /usr/include.
  5161. + Do not install example programs.
  5162. * src/blit.c:
  5163. + Minor improvements to grayscale colors.
  5164. ------------------------------------------------------------------------
  5165. r95 | sam | 2003-11-17 11:15:40 +0100 (Mon, 17 Nov 2003) | 2 lines
  5166. Changed paths:
  5167. D /trunk/.cvsignore
  5168. D /trunk/autotools/.cvsignore
  5169. * Removed legacy .cvsignore files.
  5170. ------------------------------------------------------------------------
  5171. r94 | sam | 2003-11-16 18:41:43 +0100 (Sun, 16 Nov 2003) | 6 lines
  5172. Changed paths:
  5173. M /trunk/examples/demo.c
  5174. M /trunk/src/blit.c
  5175. M /trunk/src/caca.h
  5176. * src/blit.c:
  5177. + Hue calculation now uses integers only.
  5178. + Dithering is now parametrable. Implemented none, ordered, random.
  5179. * examples/demo.c:
  5180. + Added dithering selection.
  5181. ------------------------------------------------------------------------
  5182. r93 | sam | 2003-11-16 16:20:17 +0100 (Sun, 16 Nov 2003) | 8 lines
  5183. Changed paths:
  5184. M /trunk/examples/Makefile.am
  5185. A /trunk/examples/caca.txt
  5186. M /trunk/examples/demo.c
  5187. M /trunk/examples/spritedit.c
  5188. M /trunk/src/blit.c
  5189. M /trunk/src/caca.c
  5190. M /trunk/src/caca.h
  5191. M /trunk/src/caca_internals.h
  5192. M /trunk/src/graphics.c
  5193. * src/blit.c:
  5194. + Added caca_set_dithering() (unused yet).
  5195. + Added random dithering.
  5196. * src/caca.h:
  5197. + Renamed legacy EE_* enums to CACA_*.
  5198. * examples/demo.c examples/caca.txt:
  5199. + Added a default sprite for libcaca.
  5200. ------------------------------------------------------------------------
  5201. r92 | sam | 2003-11-16 13:28:29 +0100 (Sun, 16 Nov 2003) | 2 lines
  5202. Changed paths:
  5203. M /trunk/examples/demo.c
  5204. M /trunk/examples/spritedit.c
  5205. M /trunk/src/blit.c
  5206. M /trunk/src/box.c
  5207. M /trunk/src/caca.c
  5208. M /trunk/src/caca.h
  5209. M /trunk/src/caca_internals.h
  5210. M /trunk/src/conic.c
  5211. M /trunk/src/graphics.c
  5212. M /trunk/src/io.c
  5213. M /trunk/src/line.c
  5214. M /trunk/src/math.c
  5215. M /trunk/src/sprite.c
  5216. M /trunk/src/triangle.c
  5217. * Changed copyleft to LGPL.
  5218. ------------------------------------------------------------------------
  5219. r91 | sam | 2003-11-16 13:13:46 +0100 (Sun, 16 Nov 2003) | 3 lines
  5220. Changed paths:
  5221. M /trunk/Makefile.am
  5222. M /trunk/configure.ac
  5223. A /trunk/examples (from /trunk/test:90)
  5224. M /trunk/examples/Makefile.am
  5225. D /trunk/libcaca
  5226. A /trunk/src (from /trunk/libcaca:90)
  5227. M /trunk/src/line.c
  5228. D /trunk/test
  5229. * 2nd pass in the libcaca rehandling; moved sources to src/ and examples
  5230. to examples/.
  5231. ------------------------------------------------------------------------
  5232. r90 | sam | 2003-11-16 13:07:52 +0100 (Sun, 16 Nov 2003) | 2 lines
  5233. Changed paths:
  5234. M /trunk/COPYING
  5235. M /trunk/Makefile.am
  5236. M /trunk/README
  5237. M /trunk/TODO
  5238. M /trunk/bootstrap
  5239. M /trunk/configure.ac
  5240. D /trunk/data
  5241. D /trunk/debian/.cvsignore
  5242. M /trunk/debian/changelog
  5243. M /trunk/debian/control
  5244. M /trunk/debian/rules
  5245. D /trunk/doc
  5246. D /trunk/src
  5247. * The big TTYvaders/libcaca split. This is libcaca.
  5248. ------------------------------------------------------------------------
  5249. r89 | sam | 2003-11-16 12:26:54 +0100 (Sun, 16 Nov 2003) | 8 lines
  5250. Changed paths:
  5251. M /trunk/configure.ac
  5252. M /trunk/libcaca/blit.c
  5253. M /trunk/libcaca/caca.c
  5254. M /trunk/libcaca/conic.c
  5255. M /trunk/libcaca/graphics.c
  5256. M /trunk/src/weapons.c
  5257. * configure.ac:
  5258. + Added -Wsign-compare to the warning flags.
  5259. * libcaca/caca.c:
  5260. + Fixed a signed/unsigned bug that caused infinite waits with
  5261. ee_set_delay(0).
  5262. * src/weapons.c libcaca/graphics.c libcaca/blit.c libcaca/conic.c:
  5263. + Fixed minor signed/unsigned comparison warnings.
  5264. ------------------------------------------------------------------------
  5265. r88 | sam | 2003-11-16 01:33:35 +0100 (Sun, 16 Nov 2003) | 2 lines
  5266. Changed paths:
  5267. M /trunk/Makefile.am
  5268. M /trunk/TODO
  5269. M /trunk/configure.ac
  5270. A /trunk/libcaca (from /trunk/libee:87)
  5271. M /trunk/libcaca/Makefile.am
  5272. M /trunk/libcaca/blit.c
  5273. M /trunk/libcaca/box.c
  5274. A /trunk/libcaca/caca.c (from /trunk/libee/ee.c:87)
  5275. A /trunk/libcaca/caca.h (from /trunk/libee/ee.h:87)
  5276. A /trunk/libcaca/caca_internals.h (from /trunk/libee/ee_internals.h:87)
  5277. M /trunk/libcaca/conic.c
  5278. D /trunk/libcaca/ee.c
  5279. D /trunk/libcaca/ee.h
  5280. D /trunk/libcaca/ee_internals.h
  5281. M /trunk/libcaca/graphics.c
  5282. M /trunk/libcaca/io.c
  5283. M /trunk/libcaca/line.c
  5284. M /trunk/libcaca/math.c
  5285. M /trunk/libcaca/sprite.c
  5286. M /trunk/libcaca/triangle.c
  5287. D /trunk/libee
  5288. M /trunk/src/Makefile.am
  5289. M /trunk/src/aliens.c
  5290. M /trunk/src/bonus.c
  5291. M /trunk/src/box.c
  5292. M /trunk/src/ceo.c
  5293. M /trunk/src/collide.c
  5294. M /trunk/src/common.h
  5295. M /trunk/src/explosions.c
  5296. M /trunk/src/intro.c
  5297. M /trunk/src/main.c
  5298. M /trunk/src/overlay.c
  5299. M /trunk/src/player.c
  5300. M /trunk/src/starfield.c
  5301. M /trunk/src/tunnel.c
  5302. M /trunk/src/weapons.c
  5303. M /trunk/test/Makefile.am
  5304. M /trunk/test/demo.c
  5305. M /trunk/test/spritedit.c
  5306. * Renamed libee to libcaca. Far less collisions.
  5307. ------------------------------------------------------------------------
  5308. r87 | sam | 2003-11-16 01:09:09 +0100 (Sun, 16 Nov 2003) | 2 lines
  5309. Changed paths:
  5310. M /trunk/libee/Makefile.am
  5311. A /trunk/libee/blit.c
  5312. M /trunk/libee/ee.h
  5313. M /trunk/test/Makefile.am
  5314. M /trunk/test/demo.c
  5315. * Very ugly ee_blit function. Will be polished in a while.
  5316. ------------------------------------------------------------------------
  5317. r86 | sam | 2003-11-15 13:42:38 +0100 (Sat, 15 Nov 2003) | 10 lines
  5318. Changed paths:
  5319. M /trunk/libee/ee.c
  5320. M /trunk/libee/ee.h
  5321. M /trunk/libee/graphics.c
  5322. M /trunk/test/demo.c
  5323. * libee/ee.c:
  5324. + Replaced ee_color_names[] with ee_get_color_name().
  5325. + Don't oversleep in ee_refresh().
  5326. * libee/graphics.c:
  5327. + Implemented ee_printf().
  5328. * test/demo.c:
  5329. + If new keypresses are detected, don't wait for the next screen refresh.
  5330. + Added an fps counter on demos.
  5331. + Added controls for outlines and drawing boundaries.
  5332. ------------------------------------------------------------------------
  5333. r85 | sam | 2003-11-15 10:58:20 +0100 (Sat, 15 Nov 2003) | 8 lines
  5334. Changed paths:
  5335. M /trunk/libee/ee.c
  5336. M /trunk/libee/ee.h
  5337. M /trunk/libee/ee_internals.h
  5338. M /trunk/libee/graphics.c
  5339. M /trunk/libee/line.c
  5340. * libee/graphics.c:
  5341. + Correct clipping in ee_putstr() for long strings.
  5342. * libee/ee.c:
  5343. + New ee_get_rendertime() call to provide framerate information.
  5344. * libee/ee.h:
  5345. + Added const keywords where it was meaningful, despite Slang's blatant
  5346. omission of such keywords in its prototypes.
  5347. ------------------------------------------------------------------------
  5348. r84 | sam | 2003-11-14 20:00:07 +0100 (Fri, 14 Nov 2003) | 6 lines
  5349. Changed paths:
  5350. M /trunk/libee/ee.c
  5351. M /trunk/src/main.c
  5352. M /trunk/test/demo.c
  5353. * libee/ee.c:
  5354. + Implemented correct framerate wait loop.
  5355. + No framedropping yet.
  5356. * test/demo.c src/main.c:
  5357. + Set an arbitrary framerate for demos.
  5358. ------------------------------------------------------------------------
  5359. r83 | sam | 2003-11-14 19:49:53 +0100 (Fri, 14 Nov 2003) | 2 lines
  5360. Changed paths:
  5361. M /trunk/src/Makefile.am
  5362. M /trunk/test/Makefile.am
  5363. * Fixed compilation in an alternate directory.
  5364. ------------------------------------------------------------------------
  5365. r82 | sam | 2003-11-14 18:02:36 +0100 (Fri, 14 Nov 2003) | 2 lines
  5366. Changed paths:
  5367. M /trunk/src/box.c
  5368. M /trunk/src/main.c
  5369. M /trunk/src/player.c
  5370. M /trunk/src/starfield.c
  5371. M /trunk/src/tunnel.c
  5372. M /trunk/src/weapons.c
  5373. * Sanity checks after each malloc() call.
  5374. ------------------------------------------------------------------------
  5375. r81 | sam | 2003-11-14 17:55:58 +0100 (Fri, 14 Nov 2003) | 4 lines
  5376. Changed paths:
  5377. M /trunk/libee/ee.h
  5378. M /trunk/libee/math.c
  5379. * libee/math.c:
  5380. + ee_sqrt() now uses unsigned ints.
  5381. + Avoid overflows in ee_sqrt().
  5382. ------------------------------------------------------------------------
  5383. r80 | sam | 2003-11-13 18:12:40 +0100 (Thu, 13 Nov 2003) | 2 lines
  5384. Changed paths:
  5385. M /trunk/src/intro.c
  5386. * src/intro.c: Minor graphical issue on dosemu with ncurses backend.
  5387. ------------------------------------------------------------------------
  5388. r79 | sam | 2003-11-13 17:45:25 +0100 (Thu, 13 Nov 2003) | 6 lines
  5389. Changed paths:
  5390. M /trunk/libee/ee.c
  5391. M /trunk/libee/ee_internals.h
  5392. M /trunk/libee/graphics.c
  5393. M /trunk/libee/sprite.c
  5394. * libee/ee.c:
  5395. + Error checking in ee_init().
  5396. + Pre-generate the empty line for ee_clear().
  5397. * libee/sprite.c:
  5398. + Better error checking in ee_sprite_load().
  5399. ------------------------------------------------------------------------
  5400. r78 | sam | 2003-11-13 16:41:12 +0100 (Thu, 13 Nov 2003) | 2 lines
  5401. Changed paths:
  5402. M /trunk/libee/conic.c
  5403. M /trunk/libee/line.c
  5404. M /trunk/src/box.c
  5405. * Minor coding style changes.
  5406. ------------------------------------------------------------------------
  5407. r77 | sam | 2003-11-13 16:37:49 +0100 (Thu, 13 Nov 2003) | 2 lines
  5408. Changed paths:
  5409. M /trunk/data/Makefile.am
  5410. D /trunk/data/bar_boss
  5411. D /trunk/data/bar_fighter
  5412. A /trunk/data/barboss.txt (from /trunk/data/bar_boss:76)
  5413. A /trunk/data/barfight.txt (from /trunk/data/bar_fighter:76)
  5414. D /trunk/data/baz_fighter
  5415. A /trunk/data/bazfight.txt (from /trunk/data/baz_fighter:76)
  5416. A /trunk/data/bongem.txt (from /trunk/data/item_gem:76)
  5417. A /trunk/data/bonheart.txt (from /trunk/data/item_heart:76)
  5418. D /trunk/data/explosion_medium
  5419. D /trunk/data/explosion_small
  5420. D /trunk/data/foo_fighter
  5421. A /trunk/data/foofight.txt (from /trunk/data/foo_fighter:76)
  5422. D /trunk/data/item_gem
  5423. D /trunk/data/item_heart
  5424. A /trunk/data/ship.txt (from /trunk/data/ship_green:76)
  5425. D /trunk/data/ship_green
  5426. D /trunk/data/weapon_bomb
  5427. D /trunk/data/weapon_fragbomb
  5428. A /trunk/data/wpnbomb.txt (from /trunk/data/weapon_bomb:76)
  5429. A /trunk/data/wpnfrag.txt (from /trunk/data/weapon_fragbomb:76)
  5430. A /trunk/data/xplmed.txt (from /trunk/data/explosion_medium:76)
  5431. A /trunk/data/xplsmall.txt (from /trunk/data/explosion_small:76)
  5432. M /trunk/src/aliens.c
  5433. M /trunk/src/bonus.c
  5434. M /trunk/src/explosions.c
  5435. M /trunk/src/intro.c
  5436. M /trunk/src/player.c
  5437. M /trunk/src/weapons.c
  5438. M /trunk/test/demo.c
  5439. * Renamed sprites to < 8+3 names for the DOS port.
  5440. ------------------------------------------------------------------------
  5441. r76 | sam | 2003-11-13 00:46:58 +0100 (Thu, 13 Nov 2003) | 7 lines
  5442. Changed paths:
  5443. M /trunk/data/bar_boss
  5444. M /trunk/data/bar_fighter
  5445. M /trunk/data/baz_fighter
  5446. M /trunk/data/explosion_medium
  5447. M /trunk/data/explosion_small
  5448. M /trunk/data/foo_fighter
  5449. M /trunk/data/item_gem
  5450. M /trunk/data/item_heart
  5451. M /trunk/data/ship_green
  5452. M /trunk/data/weapon_bomb
  5453. M /trunk/data/weapon_fragbomb
  5454. M /trunk/src/starfield.c
  5455. M /trunk/test/demo.c
  5456. * test/demo.c:
  5457. + Removed a spurious '\n' from an ee_putstr().
  5458. * src/starfield.c:
  5459. + Fixed starfield color.
  5460. * data/:
  5461. + Fixed every sprite's colors.
  5462. ------------------------------------------------------------------------
  5463. r75 | sam | 2003-11-12 22:18:50 +0100 (Wed, 12 Nov 2003) | 25 lines
  5464. Changed paths:
  5465. A /trunk/BUGS
  5466. M /trunk/Makefile.am
  5467. M /trunk/README
  5468. M /trunk/TODO
  5469. M /trunk/libee/Makefile.am
  5470. M /trunk/libee/box.c
  5471. M /trunk/libee/conic.c
  5472. M /trunk/libee/ee.c
  5473. M /trunk/libee/ee.h
  5474. A /trunk/libee/ee_internals.h
  5475. M /trunk/libee/graphics.c
  5476. M /trunk/libee/io.c
  5477. M /trunk/libee/line.c
  5478. M /trunk/libee/math.c
  5479. M /trunk/libee/sprite.c
  5480. M /trunk/libee/triangle.c
  5481. M /trunk/src/Makefile.am
  5482. M /trunk/src/overlay.c
  5483. M /trunk/src/weapons.c
  5484. M /trunk/test/demo.c
  5485. * libee/ee.h:
  5486. + Added ee_color_names[] containing our 16 color names.
  5487. * libee/ee.c:
  5488. + Extended our color set to the full 16 instead of 10.
  5489. + Precalculate ncurses attributes.
  5490. * libee/graphics.c:
  5491. + Clip color value in ee_set_color().
  5492. + Clip characters in ee_putchar().
  5493. + Partially clip characters in ee_putstr(), overflows aren't checked yet.
  5494. * libee/ee_internals.h:
  5495. + New file to share extern variables within libee.
  5496. * test/demo.c:
  5497. + Added a simple demo_color() to output all colors.
  5498. + Replaced four ee_draw_line() with ee_draw_thin_box().
  5499. + Replaced x1, y1, x2 etc. with xa, ya, xb etc. because <math.h> already
  5500. defines y1.
  5501. + Randomized colours from 0 to 15 instead of 1 to 10.
  5502. * src/Makefiles.am:
  5503. + Added -lm to the ttyvaders linking flags because of the intro.
  5504. * README BUGS TODO:
  5505. + Updated.
  5506. ------------------------------------------------------------------------
  5507. r74 | sam | 2003-11-12 19:41:02 +0100 (Wed, 12 Nov 2003) | 7 lines
  5508. Changed paths:
  5509. M /trunk/README
  5510. M /trunk/configure.ac
  5511. M /trunk/libee/ee.c
  5512. M /trunk/libee/graphics.c
  5513. * README:
  5514. + Added a note about dos cross-compilation.
  5515. * configure.ac:
  5516. + Added a check for ScreenUpdate in <pc.h>.
  5517. * libee/graphics.c libee/ee.c:
  5518. + Improved the conio port thanks to ScreenUpdate().
  5519. ------------------------------------------------------------------------
  5520. r73 | sam | 2003-11-12 17:23:18 +0100 (Wed, 12 Nov 2003) | 2 lines
  5521. Changed paths:
  5522. M /trunk/configure.ac
  5523. M /trunk/libee/conic.c
  5524. M /trunk/libee/ee.c
  5525. M /trunk/libee/graphics.c
  5526. M /trunk/libee/io.c
  5527. M /trunk/libee/line.c
  5528. * MS-DOS port of libee, using <conio.h>.
  5529. ------------------------------------------------------------------------
  5530. r72 | sam | 2003-11-12 02:48:58 +0100 (Wed, 12 Nov 2003) | 17 lines
  5531. Changed paths:
  5532. M /trunk/data/foo_fighter
  5533. M /trunk/libee/box.c
  5534. M /trunk/libee/ee.h
  5535. M /trunk/libee/graphics.c
  5536. M /trunk/libee/line.c
  5537. M /trunk/libee/sprite.c
  5538. M /trunk/src/Makefile.am
  5539. M /trunk/src/aliens.c
  5540. M /trunk/src/bonus.c
  5541. M /trunk/src/box.c
  5542. M /trunk/src/common.h
  5543. M /trunk/src/explosions.c
  5544. A /trunk/src/intro.c
  5545. M /trunk/src/main.c
  5546. M /trunk/src/overlay.c
  5547. M /trunk/src/player.c
  5548. M /trunk/src/starfield.c
  5549. M /trunk/src/tunnel.c
  5550. M /trunk/src/weapons.c
  5551. M /trunk/test/demo.c
  5552. M /trunk/test/spritedit.c
  5553. * libee/graphics.c:
  5554. + Renamed ee_color() to ee_set_color(), wrote ee_get_color().
  5555. * libee/line.c:
  5556. + Implemented draw_polyline() and draw_thin_polyline().
  5557. * libee/sprite.c:
  5558. + Removed the f member of struct ee_sprite.
  5559. + Implemented ee_get_sprite_{width|height|dx|dy}().
  5560. + Restore the color fater ee_draw_sprite() is called.
  5561. * libee/box.c:
  5562. + Fixed a bug causing improper box clipping at the right and the bottom.
  5563. * data/foo_fighter:
  5564. + Fixed bugs in the sprite.
  5565. * src/intro.c:
  5566. + Test effects for the future game's intro.
  5567. * test/spritedit.c:
  5568. + Added stuff to the sprite editor. We can now navigate through frames.
  5569. ------------------------------------------------------------------------
  5570. r71 | sam | 2003-11-11 11:22:19 +0100 (Tue, 11 Nov 2003) | 13 lines
  5571. Changed paths:
  5572. M /trunk/libee/Makefile.am
  5573. A /trunk/libee/box.c
  5574. M /trunk/libee/conic.c
  5575. M /trunk/libee/ee.h
  5576. M /trunk/libee/triangle.c
  5577. M /trunk/test/demo.c
  5578. * libee/triangle.c:
  5579. + Wrote ee_draw_triangle() and ee_draw_thin_triangle().
  5580. * libee/box.c:
  5581. + Wrote ee_draw_box(), ee_draw_thin_box() and ee_fill_box().
  5582. * libee/conic.c:
  5583. + Wrote ee_fill_ellipse().
  5584. + First attempt at ee_draw_thin_ellipse(), to be reworked.
  5585. * test/demo.c:
  5586. + Merged demo_lines() and demo_thin_lines().
  5587. + Merged demo_triangles() and demo_outlined_triangles().
  5588. + Wrote demo_box().
  5589. + Use ee_fill_ellipse() in demo_all().
  5590. ------------------------------------------------------------------------
  5591. r70 | sam | 2003-11-11 09:00:36 +0100 (Tue, 11 Nov 2003) | 5 lines
  5592. Changed paths:
  5593. M /trunk/data/Makefile.am
  5594. A /trunk/data/ship_green
  5595. M /trunk/src/collide.c
  5596. M /trunk/src/main.c
  5597. M /trunk/src/player.c
  5598. M /trunk/src/weapons.c
  5599. * src/weapons.c:
  5600. + Use ee_draw_ellipse() instead of ee_draw_circle() to draw the nuke.
  5601. * src/player.c:
  5602. + Use ee_draw_sprite() to draw our ship.
  5603. ------------------------------------------------------------------------
  5604. r69 | sam | 2003-11-11 00:38:50 +0100 (Tue, 11 Nov 2003) | 8 lines
  5605. Changed paths:
  5606. M /trunk/libee/Makefile.am
  5607. M /trunk/libee/conic.c
  5608. M /trunk/libee/ee.c
  5609. M /trunk/libee/ee.h
  5610. A /trunk/libee/graphics.c (from /trunk/libee/ee.c:68)
  5611. M /trunk/libee/io.c
  5612. M /trunk/libee/line.c
  5613. M /trunk/libee/math.c
  5614. M /trunk/libee/sprite.c
  5615. M /trunk/libee/triangle.c
  5616. M /trunk/src/box.c
  5617. M /trunk/src/overlay.c
  5618. M /trunk/src/player.c
  5619. M /trunk/src/starfield.c
  5620. M /trunk/src/tunnel.c
  5621. M /trunk/src/weapons.c
  5622. M /trunk/test/demo.c
  5623. * libee/graphics.c:
  5624. + Moved ee_putstr() and ee_putchar() in here.
  5625. * libee/ee.h:
  5626. + Got rid of ee_goto().
  5627. + Moved <slang.h> or <curses.h> into libee.
  5628. * Replaced ee_goto()/ee_putstr() pairs with ee_putstr().
  5629. * Ditto for ee_putchar().
  5630. ------------------------------------------------------------------------
  5631. r68 | sam | 2003-11-11 00:04:13 +0100 (Tue, 11 Nov 2003) | 5 lines
  5632. Changed paths:
  5633. M /trunk/data/Makefile.am
  5634. M /trunk/src/Makefile.am
  5635. M /trunk/test
  5636. M /trunk/test/Makefile.am
  5637. A /trunk/test/spritedit.c
  5638. * test/spritedit.c:
  5639. + Placeholder for our upcoming sprite editor.
  5640. * src/Makefile.am data/Makefile.am:
  5641. + Use AM_CPPFLAGS, not target_CPPFLAGS, so that automake-1.5 can be used.
  5642. ------------------------------------------------------------------------
  5643. r67 | sam | 2003-11-10 23:43:30 +0100 (Mon, 10 Nov 2003) | 4 lines
  5644. Changed paths:
  5645. M /trunk/data/Makefile.am
  5646. A /trunk/data/weapon_fragbomb
  5647. M /trunk/src/weapons.c
  5648. * src/weapons.c data/weapon_fragbomb:
  5649. + Drew the fragbomb sprite.
  5650. + Use the fragbomb in src/weapons.c.
  5651. ------------------------------------------------------------------------
  5652. r66 | sam | 2003-11-10 22:54:11 +0100 (Mon, 10 Nov 2003) | 5 lines
  5653. Changed paths:
  5654. M /trunk/data/Makefile.am
  5655. A /trunk/data/weapon_bomb
  5656. M /trunk/src/weapons.c
  5657. * data/weapon_bomb:
  5658. + New bomb sprite.
  5659. * src/weapons.c:
  5660. + Switched the bomb drawing to use ee_draw_sprite().
  5661. ------------------------------------------------------------------------
  5662. r65 | sam | 2003-11-10 22:17:47 +0100 (Mon, 10 Nov 2003) | 8 lines
  5663. Changed paths:
  5664. M /trunk/data/Makefile.am
  5665. A /trunk/data/explosion_medium
  5666. A /trunk/data/explosion_small
  5667. M /trunk/libee/sprite.c
  5668. M /trunk/src/explosions.c
  5669. * libee/sprite.c:
  5670. + Made sprite loading more robust.
  5671. * src/explosions.c:
  5672. + No longer use ee_putchar etc. to draw our sprites, but use
  5673. ee_draw_sprite().
  5674. * data/:
  5675. + Drew explosion_medium and explosion_small sprites.
  5676. ------------------------------------------------------------------------
  5677. r64 | sam | 2003-11-10 21:43:02 +0100 (Mon, 10 Nov 2003) | 2 lines
  5678. Changed paths:
  5679. M /trunk/libee/conic.c
  5680. * libee/conic.c: Clip circles and ellipses.
  5681. ------------------------------------------------------------------------
  5682. r63 | sam | 2003-11-10 19:29:04 +0100 (Mon, 10 Nov 2003) | 5 lines
  5683. Changed paths:
  5684. M /trunk/libee/conic.c
  5685. M /trunk/libee/sprite.c
  5686. * libee/sprite.c:
  5687. + Added sanity checks in ee_sprite_* functions.
  5688. * libee/conic.c:
  5689. + Use ellipsepoints() in ee_draw_circle().
  5690. ------------------------------------------------------------------------
  5691. r62 | sam | 2003-11-10 19:23:23 +0100 (Mon, 10 Nov 2003) | 3 lines
  5692. Changed paths:
  5693. M /trunk/test/demo.c
  5694. * test/demo.c:
  5695. + Ellipses demo.
  5696. ------------------------------------------------------------------------
  5697. r61 | sam | 2003-11-10 19:21:36 +0100 (Mon, 10 Nov 2003) | 3 lines
  5698. Changed paths:
  5699. M /trunk/libee/conic.c
  5700. M /trunk/libee/ee.h
  5701. * libee/conic.c:
  5702. + ee_draw_ellipse().
  5703. ------------------------------------------------------------------------
  5704. r60 | sam | 2003-11-10 16:31:12 +0100 (Mon, 10 Nov 2003) | 2 lines
  5705. Changed paths:
  5706. M /trunk/libee/Makefile.am
  5707. D /trunk/libee/circle.c
  5708. A /trunk/libee/conic.c (from /trunk/libee/circle.c:58)
  5709. M /trunk/libee/line.c
  5710. * Renamed libee/circle.c to libee/conic.c because we'll do ellipsis.
  5711. ------------------------------------------------------------------------
  5712. r59 | sam | 2003-11-10 16:16:38 +0100 (Mon, 10 Nov 2003) | 3 lines
  5713. Changed paths:
  5714. M /trunk/libee/line.c
  5715. * libee/line.c:
  5716. + Added code comments.
  5717. ------------------------------------------------------------------------
  5718. r58 | sam | 2003-11-10 15:19:21 +0100 (Mon, 10 Nov 2003) | 4 lines
  5719. Changed paths:
  5720. M /trunk/configure.ac
  5721. M /trunk/libee/Makefile.am
  5722. M /trunk/src/Makefile.am
  5723. M /trunk/test/Makefile.am
  5724. * configure.ac:
  5725. + Moved optimization flags and warning triggers here.
  5726. + Updated the snapshot timestamp.
  5727. ------------------------------------------------------------------------
  5728. r57 | sam | 2003-11-10 15:13:56 +0100 (Mon, 10 Nov 2003) | 2 lines
  5729. Changed paths:
  5730. M /trunk/test/demo.c
  5731. * test/demo.c: Nicer complete demo.
  5732. ------------------------------------------------------------------------
  5733. r56 | sam | 2003-11-10 10:26:40 +0100 (Mon, 10 Nov 2003) | 11 lines
  5734. Changed paths:
  5735. M /trunk/data/Makefile.am
  5736. A /trunk/data/baz_fighter
  5737. A /trunk/data/foo_fighter
  5738. A /trunk/data/item_gem
  5739. A /trunk/data/item_heart
  5740. M /trunk/libee/ee.h
  5741. M /trunk/libee/sprite.c
  5742. M /trunk/src/aliens.c
  5743. M /trunk/src/bonus.c
  5744. M /trunk/src/box.c
  5745. * libee/sprite.c:
  5746. + More robust sprite loader.
  5747. + Added ee_set_sprite_frame() and ee_get_sprite_frame().
  5748. + Free all structures in ee_free_sprite().
  5749. * src/aliens.c src/bonus.c:
  5750. + Use ee_draw_sprite() instead of our manual sprite rendering.
  5751. * src/box.c:
  5752. + Use ee_draw_line() instead of the manual equivalent.
  5753. * data/:
  5754. + Added foo_fighter, baz_fighter, item_gem and item_heart sprites.
  5755. ------------------------------------------------------------------------
  5756. r55 | sam | 2003-11-10 03:00:52 +0100 (Mon, 10 Nov 2003) | 2 lines
  5757. Changed paths:
  5758. A /trunk/data/Makefile.am
  5759. * Oops, forgot data/Makefile.am.
  5760. ------------------------------------------------------------------------
  5761. r54 | sam | 2003-11-10 03:00:19 +0100 (Mon, 10 Nov 2003) | 5 lines
  5762. Changed paths:
  5763. M /trunk/Makefile.am
  5764. M /trunk/configure.ac
  5765. A /trunk/data
  5766. A /trunk/data/bar_boss
  5767. A /trunk/data/bar_fighter
  5768. M /trunk/test/demo.c
  5769. * test/demo.c:
  5770. + Wrote a little sprite demo.
  5771. * data/:
  5772. + Added bar_fighter (from ttyvaders) and bar_boss (from shapes.txt).
  5773. ------------------------------------------------------------------------
  5774. r53 | sam | 2003-11-10 02:56:24 +0100 (Mon, 10 Nov 2003) | 4 lines
  5775. Changed paths:
  5776. M /trunk/libee/Makefile.am
  5777. M /trunk/libee/ee.h
  5778. A /trunk/libee/sprite.c
  5779. * libee/sprite.c:
  5780. + Beginning of sprite handling within the library.
  5781. + Added support to load files.
  5782. ------------------------------------------------------------------------
  5783. r52 | sam | 2003-11-10 01:27:33 +0100 (Mon, 10 Nov 2003) | 3 lines
  5784. Changed paths:
  5785. M /trunk/test/demo.c
  5786. * test/demo.c:
  5787. + outlined triangles demo.
  5788. ------------------------------------------------------------------------
  5789. r51 | sam | 2003-11-10 01:15:02 +0100 (Mon, 10 Nov 2003) | 2 lines
  5790. Changed paths:
  5791. M /trunk/configure.ac
  5792. M /trunk/libee/Makefile.am
  5793. M /trunk/src/Makefile.am
  5794. M /trunk/test/Makefile.am
  5795. * Removed CPPFLAGS_slang and CPPFLAGS_ncurses, we now have config.h.
  5796. ------------------------------------------------------------------------
  5797. r50 | sam | 2003-11-10 00:34:24 +0100 (Mon, 10 Nov 2003) | 4 lines
  5798. Changed paths:
  5799. M /trunk/src/aliens.c
  5800. M /trunk/src/bonus.c
  5801. M /trunk/src/box.c
  5802. M /trunk/src/collide.c
  5803. M /trunk/src/explosions.c
  5804. M /trunk/src/main.c
  5805. M /trunk/src/overlay.c
  5806. M /trunk/src/player.c
  5807. M /trunk/src/starfield.c
  5808. M /trunk/src/tunnel.c
  5809. M /trunk/src/weapons.c
  5810. * src/*.c:
  5811. + Added missing #include "config.h".
  5812. + Fixed a nasty bug in ee_rand() calls.
  5813. ------------------------------------------------------------------------
  5814. r49 | sam | 2003-11-10 00:01:29 +0100 (Mon, 10 Nov 2003) | 3 lines
  5815. Changed paths:
  5816. M /trunk/test/demo.c
  5817. * test/demo.c:
  5818. + Disabled the pyramid demo and wrote a simple triangles demo.
  5819. ------------------------------------------------------------------------
  5820. r48 | sam | 2003-11-09 22:36:24 +0100 (Sun, 09 Nov 2003) | 5 lines
  5821. Changed paths:
  5822. M /trunk/libee/Makefile.am
  5823. M /trunk/libee/ee.h
  5824. A /trunk/libee/triangle.c
  5825. M /trunk/test/Makefile.am
  5826. M /trunk/test/demo.c
  5827. * libee/triangle.c:
  5828. + Implemented ee_fill_triangle().
  5829. * test/demo.c:
  5830. + Triangle demo.
  5831. ------------------------------------------------------------------------
  5832. r47 | sam | 2003-11-09 20:46:14 +0100 (Sun, 09 Nov 2003) | 5 lines
  5833. Changed paths:
  5834. M /trunk/libee/ee.h
  5835. M /trunk/libee/line.c
  5836. M /trunk/test/demo.c
  5837. * libee/line.c:
  5838. + ee_draw_thin_line().
  5839. * test/demo.c:
  5840. + Added a thin lines demo.
  5841. ------------------------------------------------------------------------
  5842. r46 | sam | 2003-11-09 19:10:44 +0100 (Sun, 09 Nov 2003) | 2 lines
  5843. Changed paths:
  5844. M /trunk/libee/line.c
  5845. * libee/line.c: genericized line drawing for future use.
  5846. ------------------------------------------------------------------------
  5847. r45 | sam | 2003-11-09 18:45:12 +0100 (Sun, 09 Nov 2003) | 6 lines
  5848. Changed paths:
  5849. M /trunk/test
  5850. M /trunk/test/demo.c
  5851. * test/demo.c:
  5852. + Putpixel demo.
  5853. + Draw line demo.
  5854. + Draw circle demo.
  5855. + Animated radar demo.
  5856. ------------------------------------------------------------------------
  5857. r44 | sam | 2003-11-09 18:21:43 +0100 (Sun, 09 Nov 2003) | 7 lines
  5858. Changed paths:
  5859. M /trunk/libee/Makefile.am
  5860. A /trunk/libee/circle.c (from /trunk/src/weapons.c:42)
  5861. M /trunk/libee/ee.h
  5862. M /trunk/libee/line.c
  5863. M /trunk/src/weapons.c
  5864. * src/weapons.c:
  5865. + Removed draw_circle, use ee_draw_circle instead.
  5866. * libee/circle.c:
  5867. + New ee_draw_circle function.
  5868. * libee/line.c:
  5869. + Changed an internal function's name.
  5870. ------------------------------------------------------------------------
  5871. r43 | sam | 2003-11-09 17:34:23 +0100 (Sun, 09 Nov 2003) | 2 lines
  5872. Changed paths:
  5873. M /trunk/libee
  5874. M /trunk/libee/Makefile.am
  5875. M /trunk/libee/ee.h
  5876. A /trunk/libee/line.c
  5877. * libee/line.c: Implemented ee_draw_line.
  5878. ------------------------------------------------------------------------
  5879. r42 | sam | 2003-11-09 14:52:40 +0100 (Sun, 09 Nov 2003) | 5 lines
  5880. Changed paths:
  5881. M /trunk/libee/ee.c
  5882. M /trunk/libee/ee.h
  5883. M /trunk/test/demo.c
  5884. * libee/ee.c:
  5885. + got rid of DELAY.
  5886. * test/demo.c:
  5887. + Minor animation effect.
  5888. ------------------------------------------------------------------------
  5889. r41 | sam | 2003-11-09 14:51:37 +0100 (Sun, 09 Nov 2003) | 2 lines
  5890. Changed paths:
  5891. M /trunk/libee/math.c
  5892. * libee/math.c: fixed a thinko in ee_rand().
  5893. ------------------------------------------------------------------------
  5894. r40 | sam | 2003-11-09 14:32:04 +0100 (Sun, 09 Nov 2003) | 8 lines
  5895. Changed paths:
  5896. M /trunk/libee/Makefile.am
  5897. M /trunk/libee/ee.c
  5898. M /trunk/libee/ee.h
  5899. A /trunk/libee/io.c (from /trunk/libee/ee.c:37)
  5900. A /trunk/libee/math.c
  5901. M /trunk/src/Makefile.am
  5902. M /trunk/src/aliens.c
  5903. M /trunk/src/collide.c
  5904. M /trunk/src/common.h
  5905. M /trunk/src/explosions.c
  5906. M /trunk/src/main.c
  5907. D /trunk/src/math.c
  5908. M /trunk/src/starfield.c
  5909. M /trunk/src/tunnel.c
  5910. M /trunk/src/weapons.c
  5911. * libee/io.c:
  5912. + Moved ee_get_key() here.
  5913. * libee/math.c:
  5914. + Moved r00t() here and renamed it to ee_sqrt().
  5915. + Moved GET_RAND() here and renamed it to ee_rand().
  5916. * src/math.c:
  5917. + Removed this deprecated file.
  5918. ------------------------------------------------------------------------
  5919. r39 | sam | 2003-11-09 14:16:19 +0100 (Sun, 09 Nov 2003) | 2 lines
  5920. Changed paths:
  5921. M /trunk/src/aliens.c
  5922. M /trunk/src/bonus.c
  5923. M /trunk/src/box.c
  5924. M /trunk/src/ceo.c
  5925. M /trunk/src/collide.c
  5926. M /trunk/src/common.h
  5927. M /trunk/src/explosions.c
  5928. M /trunk/src/main.c
  5929. M /trunk/src/math.c
  5930. M /trunk/src/overlay.c
  5931. M /trunk/src/player.c
  5932. M /trunk/src/starfield.c
  5933. M /trunk/src/tunnel.c
  5934. M /trunk/src/weapons.c
  5935. * Coding style everywhere.
  5936. ------------------------------------------------------------------------
  5937. r38 | sam | 2003-11-09 14:02:34 +0100 (Sun, 09 Nov 2003) | 5 lines
  5938. Changed paths:
  5939. M /trunk/libee/Makefile.am
  5940. M /trunk/test/Makefile.am
  5941. A /trunk/test/demo.c
  5942. * libee/Makefile.am, test/Makefile.am:
  5943. + Added more compiler warning flags.
  5944. * test/demo.c:
  5945. + Small demo for libee.
  5946. ------------------------------------------------------------------------
  5947. r37 | sam | 2003-11-09 14:01:44 +0100 (Sun, 09 Nov 2003) | 2 lines
  5948. Changed paths:
  5949. M /trunk/libee/ee.c
  5950. * libee/ee.c: Fixed a compilation warning.
  5951. ------------------------------------------------------------------------
  5952. r36 | sam | 2003-11-09 13:48:09 +0100 (Sun, 09 Nov 2003) | 2 lines
  5953. Changed paths:
  5954. M /trunk/libee/ee.c
  5955. * libee/ee.c: Exact line fill in ee_clear().
  5956. ------------------------------------------------------------------------
  5957. r35 | sam | 2003-11-09 13:40:53 +0100 (Sun, 09 Nov 2003) | 2 lines
  5958. Changed paths:
  5959. M /trunk/libee/Makefile.am
  5960. M /trunk/libee/ee.c
  5961. A /trunk/libee/ee.h
  5962. M /trunk/src/Makefile.am
  5963. M /trunk/src/aliens.c
  5964. M /trunk/src/bonus.c
  5965. M /trunk/src/box.c
  5966. M /trunk/src/ceo.c
  5967. M /trunk/src/common.h
  5968. M /trunk/src/explosions.c
  5969. M /trunk/src/main.c
  5970. M /trunk/src/overlay.c
  5971. M /trunk/src/player.c
  5972. M /trunk/src/starfield.c
  5973. M /trunk/src/tunnel.c
  5974. M /trunk/src/weapons.c
  5975. * libee is now standalone.
  5976. ------------------------------------------------------------------------
  5977. r34 | sam | 2003-11-09 13:02:42 +0100 (Sun, 09 Nov 2003) | 2 lines
  5978. Changed paths:
  5979. M /trunk/Makefile.am
  5980. M /trunk/configure.ac
  5981. M /trunk/libee
  5982. A /trunk/libee/Makefile.am
  5983. M /trunk/src/Makefile.am
  5984. A /trunk/test
  5985. A /trunk/test/Makefile.am
  5986. * libee is now (almost) standalone.
  5987. ------------------------------------------------------------------------
  5988. r33 | sam | 2003-11-09 12:26:08 +0100 (Sun, 09 Nov 2003) | 7 lines
  5989. Changed paths:
  5990. M /trunk/doc/shapes.txt
  5991. A /trunk/libee
  5992. A /trunk/libee/ee.c (from /trunk/src/graphics.c:31)
  5993. M /trunk/src/Makefile.am
  5994. M /trunk/src/ceo.c
  5995. M /trunk/src/common.h
  5996. D /trunk/src/graphics.c
  5997. M /trunk/src/main.c
  5998. * libee/ee.c:
  5999. + First file in libee, from src/graphics.c.
  6000. + Disable cursor upon initialisation.
  6001. + Added delay code for constant framerate.
  6002. * src/common.h:
  6003. + Minor compilation fix for latest ncurses.
  6004. ------------------------------------------------------------------------
  6005. r32 | sam | 2003-11-06 22:40:53 +0100 (Thu, 06 Nov 2003) | 2 lines
  6006. Changed paths:
  6007. M /trunk/bootstrap
  6008. * bootstrap: always remove autom4te.cache.
  6009. ------------------------------------------------------------------------
  6010. r31 | sam | 2003-10-02 03:08:13 +0200 (Thu, 02 Oct 2003) | 2 lines
  6011. Changed paths:
  6012. M /trunk
  6013. M /trunk/autotools
  6014. M /trunk/bootstrap
  6015. M /trunk/configure.ac
  6016. M /trunk/debian
  6017. M /trunk/src
  6018. M /trunk/src/aliens.c
  6019. M /trunk/src/bonus.c
  6020. M /trunk/src/box.c
  6021. M /trunk/src/ceo.c
  6022. M /trunk/src/collide.c
  6023. M /trunk/src/common.h
  6024. M /trunk/src/explosions.c
  6025. M /trunk/src/graphics.c
  6026. M /trunk/src/main.c
  6027. M /trunk/src/math.c
  6028. M /trunk/src/overlay.c
  6029. M /trunk/src/player.c
  6030. M /trunk/src/starfield.c
  6031. M /trunk/src/tunnel.c
  6032. M /trunk/src/weapons.c
  6033. * Fixed keywords, ignore, and lots of tiny SVN things.
  6034. ------------------------------------------------------------------------
  6035. r30 | sam | 2003-02-09 12:17:40 +0100 (Sun, 09 Feb 2003) | 3 lines
  6036. Changed paths:
  6037. M /trunk/TODO
  6038. M /trunk/src/Makefile.am
  6039. A /trunk/src/box.c
  6040. M /trunk/src/common.h
  6041. M /trunk/src/main.c
  6042. M /trunk/src/overlay.c
  6043. * support for boxes
  6044. * application: pause box
  6045. ------------------------------------------------------------------------
  6046. r29 | sam | 2003-01-06 13:22:58 +0100 (Mon, 06 Jan 2003) | 3 lines
  6047. Changed paths:
  6048. M /trunk/TODO
  6049. M /trunk/src/collide.c
  6050. * cosmetic code changes.
  6051. * fixed a bug in the tunnel munching.
  6052. ------------------------------------------------------------------------
  6053. r28 | sam | 2002-12-23 17:44:28 +0100 (Mon, 23 Dec 2002) | 3 lines
  6054. Changed paths:
  6055. M /trunk/README
  6056. M /trunk/TODO
  6057. M /trunk/configure.ac
  6058. M /trunk/src/weapons.c
  6059. * fixed the ncurses build.
  6060. * replaced '�' with ':' in the fragbomb tail because it's not ASCII.
  6061. ------------------------------------------------------------------------
  6062. r27 | sam | 2002-12-23 17:21:38 +0100 (Mon, 23 Dec 2002) | 6 lines
  6063. Changed paths:
  6064. M /trunk/configure.ac
  6065. M /trunk/src/collide.c
  6066. M /trunk/src/common.h
  6067. M /trunk/src/graphics.c
  6068. M /trunk/src/main.c
  6069. M /trunk/src/overlay.c
  6070. M /trunk/src/player.c
  6071. * new timestamp for a new snapshot.
  6072. * lots of sanity checks in collide.c.
  6073. * moved usleep() to graphics.c.
  6074. * added random key generator in the dummy driver.
  6075. * cosmetic changes in the energy bars.
  6076. ------------------------------------------------------------------------
  6077. r26 | sam | 2002-12-23 16:06:13 +0100 (Mon, 23 Dec 2002) | 4 lines
  6078. Changed paths:
  6079. M /trunk/src/Makefile.am
  6080. M /trunk/src/common.h
  6081. M /trunk/src/main.c
  6082. A /trunk/src/overlay.c
  6083. M /trunk/src/player.c
  6084. * better handling of special weapon timeout.
  6085. * the bomb is now part of the standard fire button effect.
  6086. * overlay for life and special weapon jauges.
  6087. ------------------------------------------------------------------------
  6088. r25 | sam | 2002-12-23 14:46:27 +0100 (Mon, 23 Dec 2002) | 3 lines
  6089. Changed paths:
  6090. M /trunk/src/aliens.c
  6091. M /trunk/src/collide.c
  6092. M /trunk/src/common.h
  6093. M /trunk/src/main.c
  6094. M /trunk/src/player.c
  6095. * aliens are now named foo, bar and baz.
  6096. * beginning of life jauges.
  6097. ------------------------------------------------------------------------
  6098. r24 | sam | 2002-12-23 14:13:04 +0100 (Mon, 23 Dec 2002) | 2 lines
  6099. Changed paths:
  6100. M /trunk/src/common.h
  6101. M /trunk/src/main.c
  6102. M /trunk/src/player.c
  6103. * ship has vx and vy.
  6104. ------------------------------------------------------------------------
  6105. r23 | sam | 2002-12-23 13:47:36 +0100 (Mon, 23 Dec 2002) | 2 lines
  6106. Changed paths:
  6107. M /trunk/TODO
  6108. M /trunk/src/main.c
  6109. M /trunk/src/tunnel.c
  6110. * cosmetic change: reworked draw_tunnel.
  6111. ------------------------------------------------------------------------
  6112. r22 | sam | 2002-12-23 13:03:31 +0100 (Mon, 23 Dec 2002) | 3 lines
  6113. Changed paths:
  6114. M /trunk/src/main.c
  6115. M /trunk/src/tunnel.c
  6116. * lasers are now twice as fast.
  6117. * walls are now filled, and displayed on top of aliens.
  6118. ------------------------------------------------------------------------
  6119. r21 | sam | 2002-12-23 11:06:27 +0100 (Mon, 23 Dec 2002) | 5 lines
  6120. Changed paths:
  6121. M /trunk/configure.ac
  6122. M /trunk/src/Makefile.am
  6123. M /trunk/src/ceo.c
  6124. M /trunk/src/common.h
  6125. M /trunk/src/graphics.c
  6126. M /trunk/src/main.c
  6127. M /trunk/src/tunnel.c
  6128. * added support for --disable-slang.
  6129. * fixed an overflow in the tunnel update code.
  6130. * fragbomb is now 'f', not 'd'.
  6131. * added a missing call to init_bonus().
  6132. ------------------------------------------------------------------------
  6133. r20 | sam | 2002-12-23 10:28:37 +0100 (Mon, 23 Dec 2002) | 5 lines
  6134. Changed paths:
  6135. M /trunk/TODO
  6136. M /trunk/src/collide.c
  6137. M /trunk/src/common.h
  6138. M /trunk/src/main.c
  6139. M /trunk/src/starfield.c
  6140. M /trunk/src/tunnel.c
  6141. M /trunk/src/weapons.c
  6142. * the beam now digs the tunnel.
  6143. * the starfield is now an array of stars.
  6144. * fixed wall rendering (offset issues and disappearing left wall).
  6145. * 32 seekers on fragbomb explosion, not 16.
  6146. ------------------------------------------------------------------------
  6147. r19 | sam | 2002-12-23 00:39:15 +0100 (Mon, 23 Dec 2002) | 3 lines
  6148. Changed paths:
  6149. M /trunk/src/weapons.c
  6150. * seekers and homing bombs react more quickly.
  6151. * 16 seekers on fragbomb explosion instead of 12.
  6152. ------------------------------------------------------------------------
  6153. r18 | sam | 2002-12-23 00:01:35 +0100 (Mon, 23 Dec 2002) | 3 lines
  6154. Changed paths:
  6155. M /trunk/src/math.c
  6156. M /trunk/src/weapons.c
  6157. * fixed a segfault when the target seeker speed was zero.
  6158. * factorized the seeker generation on fragbomb explosion.
  6159. ------------------------------------------------------------------------
  6160. r17 | sam | 2002-12-22 23:36:42 +0100 (Sun, 22 Dec 2002) | 2 lines
  6161. Changed paths:
  6162. M /trunk/src/Makefile.am
  6163. M /trunk/src/common.h
  6164. A /trunk/src/math.c
  6165. M /trunk/src/weapons.c
  6166. * Removed the dependency on <math.h>. We don't need no stinking sqrt!
  6167. ------------------------------------------------------------------------
  6168. r16 | sam | 2002-12-22 23:17:41 +0100 (Sun, 22 Dec 2002) | 3 lines
  6169. Changed paths:
  6170. M /trunk/doc/shapes.txt
  6171. M /trunk/src/aliens.c
  6172. M /trunk/src/ceo.c
  6173. M /trunk/src/collide.c
  6174. M /trunk/src/common.h
  6175. M /trunk/src/main.c
  6176. M /trunk/src/weapons.c
  6177. * dead aliens don't explode in the collision loop but in their update loop.
  6178. * new super weapon, the fragmentation bomb.
  6179. ------------------------------------------------------------------------
  6180. r15 | sam | 2002-12-22 20:08:35 +0100 (Sun, 22 Dec 2002) | 2 lines
  6181. Changed paths:
  6182. M /trunk/.cvsignore
  6183. M /trunk/Makefile.am
  6184. A /trunk/autotools
  6185. A /trunk/autotools/.cvsignore
  6186. A /trunk/autotools/Makefile.am
  6187. M /trunk/bootstrap
  6188. M /trunk/configure.ac
  6189. M /trunk/debian/.cvsignore
  6190. M /trunk/src/Makefile.am
  6191. * Moved generated autotools files to the autotools/ directory.
  6192. ------------------------------------------------------------------------
  6193. r14 | sam | 2002-12-22 19:44:12 +0100 (Sun, 22 Dec 2002) | 2 lines
  6194. Changed paths:
  6195. M /trunk/src/aliens.c
  6196. M /trunk/src/bonus.c
  6197. M /trunk/src/ceo.c
  6198. M /trunk/src/collide.c
  6199. M /trunk/src/common.h
  6200. M /trunk/src/explosions.c
  6201. M /trunk/src/graphics.c
  6202. M /trunk/src/main.c
  6203. M /trunk/src/player.c
  6204. M /trunk/src/starfield.c
  6205. M /trunk/src/tunnel.c
  6206. M /trunk/src/weapons.c
  6207. * I think I fucked up the $Id tags on my previous commit.
  6208. ------------------------------------------------------------------------
  6209. r13 | sam | 2002-12-22 19:42:32 +0100 (Sun, 22 Dec 2002) | 3 lines
  6210. Changed paths:
  6211. A /trunk/COPYING
  6212. M /trunk/src/aliens.c
  6213. M /trunk/src/bonus.c
  6214. M /trunk/src/ceo.c
  6215. M /trunk/src/collide.c
  6216. M /trunk/src/common.h
  6217. M /trunk/src/explosions.c
  6218. M /trunk/src/graphics.c
  6219. M /trunk/src/main.c
  6220. M /trunk/src/player.c
  6221. M /trunk/src/starfield.c
  6222. M /trunk/src/tunnel.c
  6223. M /trunk/src/weapons.c
  6224. * added the COPYING file (GPLv2).
  6225. * added GPL headers to source files.
  6226. ------------------------------------------------------------------------
  6227. r12 | sam | 2002-12-22 19:40:36 +0100 (Sun, 22 Dec 2002) | 2 lines
  6228. Changed paths:
  6229. M /trunk/src/Makefile.am
  6230. A /trunk/src/ceo.c
  6231. M /trunk/src/common.h
  6232. M /trunk/src/main.c
  6233. * tab == hotkey for CEO alert.
  6234. ------------------------------------------------------------------------
  6235. r11 | sam | 2002-12-18 19:44:47 +0100 (Wed, 18 Dec 2002) | 2 lines
  6236. Changed paths:
  6237. M /trunk/TODO
  6238. M /trunk/doc/shapes.txt
  6239. M /trunk/src/aliens.c
  6240. * 3rd alien type.
  6241. ------------------------------------------------------------------------
  6242. r10 | sam | 2002-12-18 19:12:28 +0100 (Wed, 18 Dec 2002) | 2 lines
  6243. Changed paths:
  6244. D /trunk/Makefile
  6245. * Scrapped Makefile.
  6246. ------------------------------------------------------------------------
  6247. r9 | sam | 2002-12-18 19:11:54 +0100 (Wed, 18 Dec 2002) | 2 lines
  6248. Changed paths:
  6249. M /trunk/Makefile
  6250. A /trunk/README
  6251. A /trunk/TODO
  6252. * README and TODO files.
  6253. ------------------------------------------------------------------------
  6254. r8 | sam | 2002-12-18 14:29:31 +0100 (Wed, 18 Dec 2002) | 2 lines
  6255. Changed paths:
  6256. M /trunk/Makefile
  6257. M /trunk/configure.ac
  6258. M /trunk/doc/shapes.txt
  6259. M /trunk/src/collide.c
  6260. M /trunk/src/weapons.c
  6261. * the bomb's head is now white
  6262. ------------------------------------------------------------------------
  6263. r7 | sam | 2002-12-15 18:16:45 +0100 (Sun, 15 Dec 2002) | 3 lines
  6264. Changed paths:
  6265. M /trunk/doc/shapes.txt
  6266. M /trunk/src/aliens.c
  6267. M /trunk/src/collide.c
  6268. M /trunk/src/common.h
  6269. M /trunk/src/main.c
  6270. M /trunk/src/weapons.c
  6271. * new weapon: bomb.
  6272. * beam now collides with aliens.
  6273. ------------------------------------------------------------------------
  6274. r6 | sam | 2002-12-15 06:03:55 +0100 (Sun, 15 Dec 2002) | 2 lines
  6275. Changed paths:
  6276. M /trunk/doc/shapes.txt
  6277. M /trunk/src/common.h
  6278. M /trunk/src/main.c
  6279. M /trunk/src/weapons.c
  6280. * 'beam' weapon.
  6281. ------------------------------------------------------------------------
  6282. r5 | sam | 2002-12-15 04:41:32 +0100 (Sun, 15 Dec 2002) | 10 lines
  6283. Changed paths:
  6284. M /trunk/Makefile
  6285. M /trunk/configure.ac
  6286. M /trunk/debian/changelog
  6287. M /trunk/debian/control
  6288. M /trunk/debian/rules
  6289. M /trunk/doc/shapes.txt
  6290. M /trunk/src/Makefile.am
  6291. M /trunk/src/aliens.c
  6292. A /trunk/src/bonus.c
  6293. M /trunk/src/collide.c
  6294. M /trunk/src/common.h
  6295. M /trunk/src/explosions.c
  6296. M /trunk/src/graphics.c
  6297. M /trunk/src/main.c
  6298. M /trunk/src/player.c
  6299. M /trunk/src/starfield.c
  6300. M /trunk/src/tunnel.c
  6301. M /trunk/src/weapons.c
  6302. * real Debian package files.
  6303. * two new types of aliens. only one rules.
  6304. * removed gfx_write in favor of gfx_putchar and gfx_putstr.
  6305. * added bonuses at alien death. they do nothing yet.
  6306. * seeker missiles. 'b' to test.
  6307. * weapon resolution is now 16*char. needs to be generalized.
  6308. * fixed the supernova bugs. center could collide with the tunnel, and
  6309. the last frame was badly displayed.
  6310. * lots of cleanups everywhere.
  6311. ------------------------------------------------------------------------
  6312. r4 | sam | 2002-12-13 21:50:00 +0100 (Fri, 13 Dec 2002) | 2 lines
  6313. Changed paths:
  6314. M /trunk/.cvsignore
  6315. M /trunk/Makefile
  6316. A /trunk/Makefile.am
  6317. D /trunk/aliens.c
  6318. A /trunk/bootstrap
  6319. D /trunk/collide.c
  6320. D /trunk/common.h
  6321. A /trunk/configure.ac
  6322. A /trunk/debian
  6323. A /trunk/debian/.cvsignore
  6324. A /trunk/debian/Makefile.am
  6325. A /trunk/debian/changelog
  6326. A /trunk/debian/control
  6327. A /trunk/debian/rules
  6328. A /trunk/doc
  6329. A /trunk/doc/shapes.txt
  6330. D /trunk/explosions.c
  6331. D /trunk/graphics.c
  6332. D /trunk/main.c
  6333. D /trunk/player.c
  6334. D /trunk/shapes.txt
  6335. A /trunk/src
  6336. A /trunk/src/.cvsignore
  6337. A /trunk/src/Makefile.am
  6338. A /trunk/src/aliens.c
  6339. A /trunk/src/collide.c
  6340. A /trunk/src/common.h
  6341. A /trunk/src/explosions.c
  6342. A /trunk/src/graphics.c
  6343. A /trunk/src/main.c
  6344. A /trunk/src/player.c
  6345. A /trunk/src/starfield.c
  6346. A /trunk/src/tunnel.c
  6347. A /trunk/src/weapons.c
  6348. D /trunk/starfield.c
  6349. D /trunk/tunnel.c
  6350. D /trunk/weapons.c
  6351. * autotoolificationized the whole thing.
  6352. ------------------------------------------------------------------------
  6353. r3 | sam | 2002-12-13 20:27:16 +0100 (Fri, 13 Dec 2002) | 4 lines
  6354. Changed paths:
  6355. M /trunk/collide.c
  6356. M /trunk/common.h
  6357. M /trunk/explosions.c
  6358. M /trunk/main.c
  6359. M /trunk/player.c
  6360. M /trunk/weapons.c
  6361. * moved nuke from explosions to weapons.
  6362. * used a cool Bresenham algorithm to draw the nuke circles.
  6363. * nuke collides with aliens.
  6364. ------------------------------------------------------------------------
  6365. r2 | sam | 2002-12-13 20:24:53 +0100 (Fri, 13 Dec 2002) | 2 lines
  6366. Changed paths:
  6367. A /trunk/.cvsignore
  6368. * .cvsignore file.
  6369. ------------------------------------------------------------------------
  6370. r1 | sam | 2002-12-13 20:23:07 +0100 (Fri, 13 Dec 2002) | 3 lines
  6371. Changed paths:
  6372. A /branches
  6373. A /trunk
  6374. A /trunk/Makefile
  6375. A /trunk/aliens.c
  6376. A /trunk/collide.c
  6377. A /trunk/common.h
  6378. A /trunk/explosions.c
  6379. A /trunk/graphics.c
  6380. A /trunk/main.c
  6381. A /trunk/player.c
  6382. A /trunk/shapes.txt
  6383. A /trunk/starfield.c
  6384. A /trunk/tunnel.c
  6385. A /trunk/weapons.c
  6386. * First commit. Scrolling works, some weaponry, controls, tunnel blowing,
  6387. the nuke is still ugly, almost no collision detection. Nice demo :)
  6388. ------------------------------------------------------------------------