Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

3424 lignes
105 KiB

  1. ------------------------------------------------------------------------
  2. r252 | sam | 2004-01-18 05:45:28 +0100 (Sun, 18 Jan 2004) | 2 lines
  3. Changed paths:
  4. M /trunk/ChangeLog
  5. M /trunk/NEWS
  6. M /trunk/THANKS
  7. M /trunk/configure.ac
  8. M /trunk/debian/changelog
  9. M /trunk/libcaca.spec
  10. M /trunk/msvc/config.h
  11. * 0.8 release.
  12. ------------------------------------------------------------------------
  13. r251 | sam | 2004-01-18 05:17:35 +0100 (Sun, 18 Jan 2004) | 5 lines
  14. Changed paths:
  15. M /trunk/examples/cacaview.c
  16. M /trunk/src/event.c
  17. M /trunk/src/graphics.c
  18. * src/graphics.c:
  19. + When resizing under X11, copy the old pixmap to the new one.
  20. * examples/cacaview.c:
  21. + Resizing support.
  22. ------------------------------------------------------------------------
  23. r250 | sam | 2004-01-18 05:01:32 +0100 (Sun, 18 Jan 2004) | 5 lines
  24. Changed paths:
  25. M /trunk/src/caca_internals.h
  26. M /trunk/src/event.c
  27. M /trunk/src/graphics.c
  28. * src/event.c:
  29. + Refresh the X11 window when an exposure event is received.
  30. + When resizing the X11 window, start showing extra characters when two
  31. thirds are visible.
  32. ------------------------------------------------------------------------
  33. r249 | sam | 2004-01-17 23:32:39 +0100 (Sat, 17 Jan 2004) | 6 lines
  34. Changed paths:
  35. M /trunk/TODO
  36. M /trunk/examples/cacaview.c
  37. M /trunk/src/caca.h
  38. M /trunk/src/graphics.c
  39. * src/graphics.c:
  40. + Renamed caca_set_title() to caca_set_window_title().
  41. + Implemented caca_get_window_width() and caca_get_window_height().
  42. * examples/cacaview.c:
  43. + Set the window title to cacaview.
  44. ------------------------------------------------------------------------
  45. r248 | sam | 2004-01-14 11:34:20 +0100 (Wed, 14 Jan 2004) | 8 lines
  46. Changed paths:
  47. M /trunk/src/bitmap.c
  48. M /trunk/src/event.c
  49. * src/event.c:
  50. + Make sure the mouse coordinates stay within the screen boundaries even
  51. if the window was resized.
  52. * src/bitmap.c:
  53. + Fixed a buffer underflow in the rendering routine that caused the bottom
  54. and rightmost pixels to be missed in certain conditions.
  55. + Minor speed optimisation.
  56. ------------------------------------------------------------------------
  57. r247 | sam | 2004-01-14 11:32:04 +0100 (Wed, 14 Jan 2004) | 3 lines
  58. Changed paths:
  59. M /trunk/test
  60. M /trunk/test/Makefile.am
  61. A /trunk/test/colors.c (from /trunk/examples/demo.c:243)
  62. * test/colors.c:
  63. + Extracted the colour test from examples/demo.c.
  64. ------------------------------------------------------------------------
  65. r246 | sam | 2004-01-13 23:33:09 +0100 (Tue, 13 Jan 2004) | 5 lines
  66. Changed paths:
  67. M /trunk/src/caca_internals.h
  68. M /trunk/src/event.c
  69. M /trunk/src/graphics.c
  70. M /trunk/test/event.c
  71. * src/graphics.c src/event.c:
  72. + The ncurses and S-Lang drivers properly return CACA_EVENT_RESIZE.
  73. * test/event.c:
  74. + Display CACA_EVENT_RESIZE.
  75. ------------------------------------------------------------------------
  76. r245 | sam | 2004-01-13 22:08:43 +0100 (Tue, 13 Jan 2004) | 3 lines
  77. Changed paths:
  78. M /trunk/configure.ac
  79. M /trunk/msvc/config.h
  80. M /trunk/src/graphics.c
  81. * src/graphics.c:
  82. + Resize handling in the ncurses and slang drivers.
  83. ------------------------------------------------------------------------
  84. r244 | sam | 2004-01-13 21:03:48 +0100 (Tue, 13 Jan 2004) | 8 lines
  85. Changed paths:
  86. M /trunk/examples/aafire.c
  87. M /trunk/src/caca.h
  88. M /trunk/src/caca_internals.h
  89. M /trunk/src/event.c
  90. M /trunk/src/graphics.c
  91. * src/event.c:
  92. + Added the CACA_EVENT_RESIZE event.
  93. + Added caca_get_mouse_x() and caca_get_mouse_y().
  94. * src/graphics.c:
  95. + Window resize handling in the X11 driver.
  96. * examples/aafire.c:
  97. + Fixed a bad assumption in the resize handling code.
  98. ------------------------------------------------------------------------
  99. r243 | sam | 2004-01-13 17:45:45 +0100 (Tue, 13 Jan 2004) | 5 lines
  100. Changed paths:
  101. M /trunk/build-win32
  102. M /trunk/configure.ac
  103. M /trunk/debian/rules
  104. M /trunk/doc/Makefile.am
  105. M /trunk/libcaca.spec
  106. * configure.ac:
  107. + Added --disable-doc to let the user not build documentation.
  108. * build-win32:
  109. + Do not build documentation.
  110. ------------------------------------------------------------------------
  111. r242 | sam | 2004-01-13 16:01:22 +0100 (Tue, 13 Jan 2004) | 7 lines
  112. Changed paths:
  113. M /trunk/THANKS
  114. M /trunk/src/Makefile.am
  115. A /trunk/src/event.c (from /trunk/src/io.c:238)
  116. M /trunk/src/graphics.c
  117. D /trunk/src/io.c
  118. * src/graphics.c:
  119. + Fixed a typo preventing Win32 builds.
  120. * src/event.c:
  121. + Renamed io.c into event.c.
  122. * THANKS:
  123. + Added Gentoo, NetBSD and FreeBSD porters.
  124. ------------------------------------------------------------------------
  125. r241 | sam | 2004-01-13 10:55:32 +0100 (Tue, 13 Jan 2004) | 13 lines
  126. Changed paths:
  127. M /trunk/Makefile.am
  128. M /trunk/configure.ac
  129. M /trunk/examples/aafire.c
  130. M /trunk/examples/cacaview.c
  131. A /trunk/msvc
  132. A /trunk/msvc/Makefile.am
  133. A /trunk/msvc/cacaball.vcproj
  134. A /trunk/msvc/cacademo.vcproj
  135. A /trunk/msvc/cacafire.vcproj
  136. A /trunk/msvc/cacamoir.vcproj
  137. A /trunk/msvc/cacaplas.vcproj
  138. A /trunk/msvc/cacaview.vcproj
  139. A /trunk/msvc/config.h
  140. A /trunk/msvc/libcaca.sln
  141. A /trunk/msvc/libcaca.vcproj
  142. M /trunk/src/caca.c
  143. M /trunk/src/graphics.c
  144. M /trunk/src/time.c
  145. * configure.ac:
  146. + Check for sys/times.h and unistd.h.
  147. + Added calls to AC_C_CONST and AC_C_INLINE.
  148. * src/time.c src/graphics.c:
  149. + Fixes for MSVC compilation warnings.
  150. + Additional sanity checks in the Win32 driver.
  151. * src/caca.c:
  152. + Use raw()/noraw() in the curses driver instead of cbreak().
  153. * msvc/libcaca.sln:
  154. + Added an MSVC solution.
  155. * examples/aafire.c:
  156. + Slightly reduced the maximum cacafire framerate.
  157. ------------------------------------------------------------------------
  158. r240 | sam | 2004-01-12 18:30:09 +0100 (Mon, 12 Jan 2004) | 5 lines
  159. Changed paths:
  160. M /trunk/NOTES
  161. M /trunk/examples/cacaview.c
  162. M /trunk/src/caca.h
  163. M /trunk/src/graphics.c
  164. * src/graphics.c:
  165. + Implemented caca_set_title() for X11 and Win32.
  166. * examples/cacaview.c:
  167. + Use caca_set_title() to set the window title to "cacaview".
  168. ------------------------------------------------------------------------
  169. r239 | sam | 2004-01-12 17:22:35 +0100 (Mon, 12 Jan 2004) | 2 lines
  170. Changed paths:
  171. M /trunk/Makefile.am
  172. M /trunk/autotools/Makefile.am
  173. M /trunk/debian/Makefile.am
  174. M /trunk/doc/Makefile.am
  175. M /trunk/examples/Makefile.am
  176. M /trunk/src/Makefile.am
  177. M /trunk/test/Makefile.am
  178. * Fixed $Id in all Makefile.am files.
  179. ------------------------------------------------------------------------
  180. r238 | sam | 2004-01-12 17:21:34 +0100 (Mon, 12 Jan 2004) | 3 lines
  181. Changed paths:
  182. M /trunk/Makefile.am
  183. M /trunk/autotools/Makefile.am
  184. A /trunk/build-win32
  185. M /trunk/debian/Makefile.am
  186. M /trunk/doc/Makefile.am
  187. M /trunk/examples/Makefile.am
  188. M /trunk/src/Makefile.am
  189. M /trunk/test/Makefile.am
  190. * build-win32:
  191. + Win32 cross-compilation script.
  192. ------------------------------------------------------------------------
  193. r237 | sam | 2004-01-12 16:28:27 +0100 (Mon, 12 Jan 2004) | 5 lines
  194. Changed paths:
  195. M /trunk/NEWS
  196. M /trunk/debian/control
  197. M /trunk/debian/rules
  198. M /trunk/doc/Makefile.am
  199. M /trunk/doc/cacademo.1
  200. M /trunk/examples
  201. M /trunk/examples/Makefile.am
  202. D /trunk/examples/cacacirc.c
  203. A /trunk/examples/cacamoir.c (from /trunk/examples/cacacirc.c:236)
  204. M /trunk/libcaca.spec
  205. * examples/cacamoir.c:
  206. + Renamed cacacirc to cacamoir.
  207. * libcaca.spec debian/ doc/:
  208. + Added cacamoir to the distributed files.
  209. ------------------------------------------------------------------------
  210. r236 | sam | 2004-01-12 15:25:46 +0100 (Mon, 12 Jan 2004) | 8 lines
  211. Changed paths:
  212. M /trunk/examples
  213. M /trunk/examples/Makefile.am
  214. M /trunk/examples/cacaball.c
  215. A /trunk/examples/cacacirc.c
  216. M /trunk/examples/cacaplas.c
  217. * examples/cacaballs.c:
  218. + Bigger metaballs, less metaballs.
  219. + Rotating palette.
  220. * examples/cacaplas.c:
  221. + Slightly decreased speed.
  222. * examples/cacacirc.c:
  223. + New effect.
  224. ------------------------------------------------------------------------
  225. r235 | sam | 2004-01-12 15:01:40 +0100 (Mon, 12 Jan 2004) | 3 lines
  226. Changed paths:
  227. M /trunk/configure.ac
  228. M /trunk/src/time.c
  229. * configure.ac:
  230. + Better win32 check for Sleep().
  231. ------------------------------------------------------------------------
  232. r234 | sam | 2004-01-11 19:09:01 +0100 (Sun, 11 Jan 2004) | 5 lines
  233. Changed paths:
  234. M /trunk/configure.ac
  235. M /trunk/examples/cacaview.c
  236. M /trunk/src/time.c
  237. * configure.ac src/time.c:
  238. + Look for Sleep in -lkernel32.
  239. * examples/cacaview.c:
  240. + Use caca_wait_event() instead of usleep()/caca_get_event().
  241. ------------------------------------------------------------------------
  242. r233 | sam | 2004-01-11 06:09:02 +0100 (Sun, 11 Jan 2004) | 3 lines
  243. Changed paths:
  244. M /trunk/NOTES
  245. M /trunk/examples/cacaview.c
  246. M /trunk/src/caca.c
  247. M /trunk/src/caca_internals.h
  248. M /trunk/src/graphics.c
  249. M /trunk/src/io.c
  250. M /trunk/src/time.c
  251. * src/caca.c src/graphics.c src/io.c src/time.c:
  252. + Native win32 port.
  253. ------------------------------------------------------------------------
  254. r232 | sam | 2004-01-11 02:45:57 +0100 (Sun, 11 Jan 2004) | 10 lines
  255. Changed paths:
  256. M /trunk/configure.ac
  257. M /trunk/src/caca.c
  258. M /trunk/src/caca_internals.h
  259. M /trunk/src/graphics.c
  260. M /trunk/src/io.c
  261. M /trunk/src/time.c
  262. M /trunk/test/event.c
  263. * configure.ac:
  264. + Check for gettimeofday().
  265. * src/time.c:
  266. + Created _caca_time().
  267. + Ported _caca_getticks() to the Win32 API.
  268. * src/caca.c:
  269. + Properly builds on Win32.
  270. * test/event.c:
  271. + Added <stdlib.h> because we use malloc().
  272. ------------------------------------------------------------------------
  273. r231 | sam | 2004-01-10 20:59:50 +0100 (Sat, 10 Jan 2004) | 5 lines
  274. Changed paths:
  275. M /trunk/NEWS
  276. M /trunk/THANKS
  277. M /trunk/examples/cacaplas.c
  278. * THANKS examples/cacaplas.c:
  279. + Updated credits.
  280. * NEWS:
  281. + Forthcoming 0.8 news.
  282. ------------------------------------------------------------------------
  283. r230 | sam | 2004-01-10 20:53:14 +0100 (Sat, 10 Jan 2004) | 5 lines
  284. Changed paths:
  285. M /trunk/configure.ac
  286. M /trunk/examples
  287. M /trunk/examples/Makefile.am
  288. A /trunk/examples/cacaplas.c
  289. * configure.ac:
  290. + Check for -lm.
  291. * examples/cacaplas.c:
  292. + New demo, cacaplas, that displays a colour plasma.
  293. ------------------------------------------------------------------------
  294. r229 | sam | 2004-01-10 20:29:12 +0100 (Sat, 10 Jan 2004) | 12 lines
  295. Changed paths:
  296. M /trunk/src/caca.h
  297. M /trunk/src/graphics.c
  298. M /trunk/src/io.c
  299. M /trunk/test/event.c
  300. * src/graphics:
  301. + Initialise the char buffers in the X11 driver.
  302. * src/io.c:
  303. + caca_get_event() and caca_wait_event() immediately return zero if
  304. event_mask is zero.
  305. + Added support for the Home, End, PgUp and PgDown keys.
  306. + In the S-Lang driver, added a call to SLang_getkey() before the call to
  307. SLkp_getkey(), otherwise a single Escape call will not be interpreted.
  308. * test/event.c:
  309. + The "quit" sequence now quits the program, instead of "q" alone.
  310. + Added a status bar below.
  311. ------------------------------------------------------------------------
  312. r228 | sam | 2004-01-09 10:51:53 +0100 (Fri, 09 Jan 2004) | 16 lines
  313. Changed paths:
  314. M /trunk/BUGS
  315. M /trunk/NOTES
  316. M /trunk/README
  317. M /trunk/configure.ac
  318. M /trunk/src/Makefile.am
  319. M /trunk/src/caca.c
  320. M /trunk/src/caca_internals.h
  321. M /trunk/src/graphics.c
  322. M /trunk/src/io.c
  323. A /trunk/src/time.c
  324. M /trunk/test/event.c
  325. * test/event.c:
  326. + Do not refresh after each event, but only when there is no event
  327. pending.
  328. + If the pressed key is a printable character, display it.
  329. * src/time.c:
  330. + Moved _caca_getticks() to this file.
  331. * src/caca.c:
  332. + Set the escape delay to a very low value in the ncurses driver,
  333. because I don't want escape sequences to be entered manually.
  334. * src/io.c:
  335. + Autorepeat emulation in the ncurses and slang drivers: do not
  336. immediately send the key release event.
  337. * configure.ac:
  338. + Check for usleep.
  339. + Improvements in the win32 platform detection.
  340. ------------------------------------------------------------------------
  341. r227 | sam | 2004-01-08 19:40:29 +0100 (Thu, 08 Jan 2004) | 5 lines
  342. Changed paths:
  343. M /trunk/configure.ac
  344. M /trunk/src/graphics.c
  345. M /trunk/test/event.c
  346. * test/event.c:
  347. + Display at least two digits for keycodes.
  348. * configure.ac:
  349. + ScreenUpdate is actually mandatory for our conio driver.
  350. ------------------------------------------------------------------------
  351. r226 | sam | 2004-01-08 11:22:14 +0100 (Thu, 08 Jan 2004) | 10 lines
  352. Changed paths:
  353. M /trunk/src/graphics.c
  354. M /trunk/src/io.c
  355. M /trunk/test/event.c
  356. * src/io.c:
  357. + Use SLkp_getkey instead of SLang_getkey so that escape sequences are
  358. directly interpreted.
  359. + Major rehandling of the event code. All output drivers are now
  360. correctly separated.
  361. * src/graphics.c:
  362. + Fixed a compilation warning.
  363. * test/event.c:
  364. + More human-readable event printing.
  365. ------------------------------------------------------------------------
  366. r225 | sam | 2004-01-07 19:36:41 +0100 (Wed, 07 Jan 2004) | 2 lines
  367. Changed paths:
  368. A /branches/0.7 (from /trunk:224)
  369. M /branches/0.7/ChangeLog
  370. M /branches/0.7/libcaca.spec
  371. M /trunk/ChangeLog
  372. M /trunk/libcaca.spec
  373. * 0.7 branch.
  374. ------------------------------------------------------------------------
  375. r224 | sam | 2004-01-07 19:22:44 +0100 (Wed, 07 Jan 2004) | 3 lines
  376. Changed paths:
  377. M /trunk/configure.ac
  378. M /trunk/debian/changelog
  379. M /trunk/libcaca.spec
  380. * configure.ac:
  381. + Release 0.7.
  382. ------------------------------------------------------------------------
  383. r223 | sam | 2004-01-07 19:22:08 +0100 (Wed, 07 Jan 2004) | 3 lines
  384. Changed paths:
  385. M /trunk/src/bitmap.c
  386. * src/bitmap.c:
  387. + Fixed a bug in the dithering characters.
  388. ------------------------------------------------------------------------
  389. r222 | sam | 2004-01-07 19:15:10 +0100 (Wed, 07 Jan 2004) | 5 lines
  390. Changed paths:
  391. M /trunk/NEWS
  392. M /trunk/src/bitmap.c
  393. M /trunk/src/io.c
  394. * src/io.c:
  395. + Do not report mouse motions if the coordinates did not change.
  396. * src/bitmap.c:
  397. + More documentation.
  398. ------------------------------------------------------------------------
  399. r221 | sam | 2004-01-07 18:19:36 +0100 (Wed, 07 Jan 2004) | 8 lines
  400. Changed paths:
  401. M /trunk/configure.ac
  402. M /trunk/src/caca.c
  403. M /trunk/src/graphics.c
  404. M /trunk/src/io.c
  405. M /trunk/test
  406. M /trunk/test/Makefile.am
  407. A /trunk/test/event.c
  408. * test/event.c:
  409. + Small event lister, similar to X11's xev.
  410. * src/graphics.c:
  411. + If possible, disable autorepeat in the X11 driver.
  412. * src/io.c:
  413. + Implemented CACA_EVENT_MOUSE_RELEASE in all drivers.
  414. + Button number support in CACA_EVENT_MOUSE_{PRESS,RELEASE}.
  415. ------------------------------------------------------------------------
  416. r220 | sam | 2004-01-07 14:06:06 +0100 (Wed, 07 Jan 2004) | 5 lines
  417. Changed paths:
  418. M /trunk/debian/control
  419. M /trunk/debian/rules
  420. M /trunk/doc/Makefile.am
  421. D /trunk/doc/caca-spritedit.1
  422. M /trunk/examples/Makefile.am
  423. D /trunk/examples/spritedit.c
  424. M /trunk/libcaca.spec
  425. M /trunk/test/Makefile.am
  426. A /trunk/test/spritedit.c (from /trunk/examples/spritedit.c:213)
  427. * test/spritedit.c:
  428. + Moved spritedit to the test/ directory, because it is not mature enough.
  429. * libcaca.spec debian/control debian/rules:
  430. + Do not install caca-spritedit.
  431. ------------------------------------------------------------------------
  432. r219 | sam | 2004-01-07 13:45:02 +0100 (Wed, 07 Jan 2004) | 8 lines
  433. Changed paths:
  434. M /trunk/NEWS
  435. M /trunk/debian/control
  436. M /trunk/debian/rules
  437. M /trunk/doc/Makefile.am
  438. M /trunk/doc/cacademo.1
  439. M /trunk/libcaca.spec
  440. M /trunk/src/bitmap.c
  441. M /trunk/src/caca.c
  442. M /trunk/src/caca.h
  443. M /trunk/src/conic.c
  444. M /trunk/src/graphics.c
  445. M /trunk/src/io.c
  446. M /trunk/src/line.c
  447. M /trunk/src/sprite.c
  448. * libcaca.spec debian/control:
  449. + Updated the package descriptions to include cacaball.
  450. * doc/cacademo.1 doc/Makefile.am:
  451. + Use the cacademo manpage as the cacaball manpage.
  452. * src/:
  453. + Added #ifdef _DOXYGEN_SKIP_ME here and there to prvent Doxygen from
  454. documenting bizarre stuff.
  455. ------------------------------------------------------------------------
  456. r218 | sam | 2004-01-07 13:42:22 +0100 (Wed, 07 Jan 2004) | 4 lines
  457. Changed paths:
  458. M /trunk/examples/cacaball.c
  459. * examples/cacaball.c:
  460. + 24 metaballs instead of 5, but smaller.
  461. + Zoom the bitmap to make more use of the screen area.
  462. ------------------------------------------------------------------------
  463. r217 | sam | 2004-01-06 17:31:27 +0100 (Tue, 06 Jan 2004) | 5 lines
  464. Changed paths:
  465. M /trunk/AUTHORS
  466. M /trunk/THANKS
  467. M /trunk/examples/aafire.c
  468. M /trunk/examples/cacaball.c
  469. * examples/cacaball.c:
  470. + Crop the palette so that it looks a bit more like metaballs.
  471. * AUTHORS THANKS:
  472. + Credited Jylam and Jan Hubicka.
  473. ------------------------------------------------------------------------
  474. r216 | sam | 2004-01-06 13:46:25 +0100 (Tue, 06 Jan 2004) | 6 lines
  475. Changed paths:
  476. M /trunk/examples/cacaball.c
  477. * examples/cacaball.c:
  478. + Huge coding style overhaul.
  479. + Display 5 metaballs instead of 3.
  480. + Generate the palette instead of having a static one.
  481. + Use a 256x256 back buffer for more smoothness.
  482. ------------------------------------------------------------------------
  483. r215 | sam | 2004-01-06 11:12:22 +0100 (Tue, 06 Jan 2004) | 3 lines
  484. Changed paths:
  485. M /trunk/src/graphics.c
  486. * src/graphics.c:
  487. + Fixed a compilation warning.
  488. ------------------------------------------------------------------------
  489. r214 | sam | 2004-01-05 23:16:55 +0100 (Mon, 05 Jan 2004) | 3 lines
  490. Changed paths:
  491. M /trunk/examples
  492. M /trunk/examples/Makefile.am
  493. A /trunk/examples/cacaball.c
  494. * examples/cacaball.c:
  495. + Metaballs demo program from Jean-Yves Lamoureux <jylam@lnxscene.org>.
  496. ------------------------------------------------------------------------
  497. r213 | sam | 2004-01-05 19:17:20 +0100 (Mon, 05 Jan 2004) | 4 lines
  498. Changed paths:
  499. M /trunk/examples/aafire.c
  500. M /trunk/examples/cacaview.c
  501. M /trunk/examples/demo.c
  502. M /trunk/examples/spritedit.c
  503. M /trunk/src/caca.h
  504. M /trunk/src/io.c
  505. M /trunk/test/dithering.c
  506. M /trunk/test/hsv.c
  507. * src/io.c:
  508. + caca_get_event() and caca_wait_event() now accept a mask as an argument
  509. in order to select events.
  510. ------------------------------------------------------------------------
  511. r212 | sam | 2004-01-05 19:10:51 +0100 (Mon, 05 Jan 2004) | 4 lines
  512. Changed paths:
  513. M /trunk/src/graphics.c
  514. * src/graphics.c:
  515. + Fixed a bug that caused an infinite loop if the delay between two
  516. caca_refresh() calls was greater than 2000 seconds (or something).
  517. ------------------------------------------------------------------------
  518. r211 | sam | 2004-01-05 19:08:50 +0100 (Mon, 05 Jan 2004) | 5 lines
  519. Changed paths:
  520. M /trunk/examples/cacaview.c
  521. M /trunk/src/io.c
  522. * src/io.c:
  523. + Fixed a bug that caused ButtonRelease events to be forgotten under X11.
  524. * examples/cacaview.c:
  525. + Use <stdlib.h> instead of <malloc.h>.
  526. ------------------------------------------------------------------------
  527. r210 | sam | 2004-01-04 01:45:08 +0100 (Sun, 04 Jan 2004) | 6 lines
  528. Changed paths:
  529. M /trunk/configure.ac
  530. M /trunk/doc/Makefile.am
  531. * configure.ac:
  532. + Check for dvips in addition to latex.
  533. * doc/Makefile.am:
  534. + Workaround for a bug in the latex code generated by doxygen
  535. in Mandrake 9.1.
  536. ------------------------------------------------------------------------
  537. r209 | sam | 2004-01-04 01:19:53 +0100 (Sun, 04 Jan 2004) | 5 lines
  538. Changed paths:
  539. M /trunk/libcaca.spec
  540. * libcaca.spec:
  541. + Install documentation into %{doc}/package-version/ instead
  542. of %{doc}/package/.
  543. + Added tetex-dvips to the build dependencies.
  544. ------------------------------------------------------------------------
  545. r208 | sam | 2004-01-04 00:21:27 +0100 (Sun, 04 Jan 2004) | 2 lines
  546. Changed paths:
  547. A /branches/0.6 (from /trunk:207)
  548. M /branches/0.6/ChangeLog
  549. M /trunk/ChangeLog
  550. * 0.6 branch.
  551. ------------------------------------------------------------------------
  552. r207 | sam | 2004-01-04 00:15:48 +0100 (Sun, 04 Jan 2004) | 9 lines
  553. Changed paths:
  554. M /trunk/NEWS
  555. M /trunk/configure.ac
  556. M /trunk/debian/changelog
  557. M /trunk/debian/control
  558. M /trunk/debian/rules
  559. M /trunk/doc/Makefile.am
  560. M /trunk/libcaca.spec
  561. * configure.ac NEWS:
  562. + Prepared the 0.6 release.
  563. * libcaca.spec:
  564. + Split the RPM into libcaca-devel and caca-utils.
  565. + More detailed descriptions.
  566. + Packages are now rpmlint clean.
  567. * doc/Makefile.am:
  568. + Symlink cacafire.1 to cacademo.1 upon manpage installation.
  569. ------------------------------------------------------------------------
  570. r206 | sam | 2004-01-03 18:31:44 +0100 (Sat, 03 Jan 2004) | 3 lines
  571. Changed paths:
  572. M /trunk/configure.ac
  573. M /trunk/src/caca.c
  574. M /trunk/src/graphics.c
  575. M /trunk/src/io.c
  576. * configure.ac:
  577. + Search for <slang/slang.h> in addition of <slang.h>.
  578. ------------------------------------------------------------------------
  579. r205 | sam | 2004-01-03 15:33:35 +0100 (Sat, 03 Jan 2004) | 5 lines
  580. Changed paths:
  581. M /trunk/src/bitmap.c
  582. * src/bitmap.c:
  583. + Dither H/S/V when looking up the two nearest colours.
  584. + Weigh pixels in the distance calculation.
  585. + Factorised the lookup table calculation.
  586. ------------------------------------------------------------------------
  587. r204 | sam | 2004-01-03 15:28:39 +0100 (Sat, 03 Jan 2004) | 3 lines
  588. Changed paths:
  589. M /trunk/test
  590. M /trunk/test/Makefile.am
  591. A /trunk/test/hsv.c
  592. * test/hsv.c:
  593. + Trivial saturation/value rendering test.
  594. ------------------------------------------------------------------------
  595. r203 | sam | 2004-01-02 19:09:29 +0100 (Fri, 02 Jan 2004) | 5 lines
  596. Changed paths:
  597. M /trunk/src/bitmap.c
  598. M /trunk/src/caca.c
  599. M /trunk/src/caca_internals.h
  600. * src/bitmap.c:
  601. + Fixed a minor overflow in the saturation computation.
  602. + Use a global lookup table for foreground/background colour selection
  603. in the bitmap rendering routine. This broke dithering, sorry.
  604. ------------------------------------------------------------------------
  605. r202 | sam | 2004-01-02 17:52:10 +0100 (Fri, 02 Jan 2004) | 3 lines
  606. Changed paths:
  607. M /trunk/examples/aafire.c
  608. M /trunk/examples/cacaview.c
  609. M /trunk/src/bitmap.c
  610. M /trunk/src/caca.c
  611. M /trunk/src/caca.h
  612. M /trunk/src/graphics.c
  613. M /trunk/src/line.c
  614. M /trunk/src/sprite.c
  615. M /trunk/test/optipal.c
  616. * src/ examples/ test/:
  617. + Changed <const type> constructs into <type const>.
  618. ------------------------------------------------------------------------
  619. r201 | sam | 2004-01-02 16:35:53 +0100 (Fri, 02 Jan 2004) | 4 lines
  620. Changed paths:
  621. M /trunk/examples/aafire.c
  622. * examples/aafire.c:
  623. + Do not call caca_get_width() 10000 times per frame. Cache the value
  624. instead.
  625. ------------------------------------------------------------------------
  626. r200 | sam | 2004-01-02 16:34:16 +0100 (Fri, 02 Jan 2004) | 4 lines
  627. Changed paths:
  628. M /trunk/src/graphics.c
  629. * src/graphics.c:
  630. + Split the drawing of foreground and background colours in the X11
  631. driver. Nice performance improvement.
  632. ------------------------------------------------------------------------
  633. r199 | sam | 2004-01-02 16:23:54 +0100 (Fri, 02 Jan 2004) | 3 lines
  634. Changed paths:
  635. M /trunk/examples/cacaview.c
  636. * examples/cacaview.c:
  637. + If Imlib2 was not activated, warn the user that only BMP is supported.
  638. ------------------------------------------------------------------------
  639. r198 | sam | 2004-01-01 19:21:13 +0100 (Thu, 01 Jan 2004) | 5 lines
  640. Changed paths:
  641. M /trunk/AUTHORS
  642. M /trunk/Makefile.am
  643. A /trunk/THANKS
  644. A /trunk/libcaca.spec
  645. * libcaca.spec:
  646. + RPM specfile, courtesy of Richard Zidlicky.
  647. * THANKS:
  648. + Added a THANKS file for contributors.
  649. ------------------------------------------------------------------------
  650. r197 | sam | 2004-01-01 18:51:57 +0100 (Thu, 01 Jan 2004) | 10 lines
  651. Changed paths:
  652. M /trunk/README
  653. M /trunk/src/caca.c
  654. M /trunk/src/graphics.c
  655. * src/graphics.c:
  656. + Minor optimisation in caca_set_color().
  657. + Added an X11 error handler to avoid BadFont aborts in the X11 driver.
  658. + Optimised the X11 caca_refresh() routine by handling strings of the
  659. same colour as one text chunk.
  660. * src/caca.c:
  661. + Bugfix in caca_init when conio is the only compiled-in driver.
  662. * README:
  663. + Minor documentation updates.
  664. ------------------------------------------------------------------------
  665. r196 | sam | 2004-01-01 17:29:50 +0100 (Thu, 01 Jan 2004) | 5 lines
  666. Changed paths:
  667. M /trunk/examples/aafire.c
  668. M /trunk/examples/cacaview.c
  669. * examples/cacaview.c:
  670. + Use sprintf() instead of snprintf() so that cacaview builds with DJGPP.
  671. * examples/aafire.c:
  672. + bzero the pixel buffer in the initialisation routine.
  673. ------------------------------------------------------------------------
  674. r195 | sam | 2003-12-31 15:21:08 +0100 (Wed, 31 Dec 2003) | 5 lines
  675. Changed paths:
  676. M /trunk/doc/doxygen.cfg.in
  677. M /trunk/src/bitmap.c
  678. M /trunk/src/box.c
  679. M /trunk/src/caca.h
  680. M /trunk/src/conic.c
  681. M /trunk/src/graphics.c
  682. M /trunk/src/io.c
  683. M /trunk/src/line.c
  684. M /trunk/src/math.c
  685. M /trunk/src/triangle.c
  686. * doc/doxygen.cfg.in:
  687. + Removed caca_internal.h from the list of documented files.
  688. * src/:
  689. + Minor documentation updates.
  690. ------------------------------------------------------------------------
  691. r194 | sam | 2003-12-31 14:55:34 +0100 (Wed, 31 Dec 2003) | 9 lines
  692. Changed paths:
  693. M /trunk/BUGS
  694. M /trunk/debian/rules
  695. M /trunk/doc/Makefile.am
  696. M /trunk/test/dithering.c
  697. * test/dithering.c:
  698. + Fixed a minor compilation warning.
  699. * debian/rules:
  700. + Explicitely use --enable-imlib2.
  701. * BUGS:
  702. + Added a note about blinking consoles.
  703. * doc/Makefile.am:
  704. + Fixed a bashism in the HTML files installation.
  705. ------------------------------------------------------------------------
  706. r193 | sam | 2003-12-31 14:32:14 +0100 (Wed, 31 Dec 2003) | 4 lines
  707. Changed paths:
  708. M /trunk/doc/Makefile.am
  709. * doc/Makefile.am:
  710. + Do not install doxygen.png directly, because it can be doxygen.gif on
  711. old installations.
  712. ------------------------------------------------------------------------
  713. r192 | sam | 2003-12-31 14:26:47 +0100 (Wed, 31 Dec 2003) | 3 lines
  714. Changed paths:
  715. M /trunk/examples/aafire.c
  716. * examples/aafire.c:
  717. + Only quit upon keypress, not mouse motion.
  718. ------------------------------------------------------------------------
  719. r191 | sam | 2003-12-31 14:24:46 +0100 (Wed, 31 Dec 2003) | 3 lines
  720. Changed paths:
  721. M /trunk/examples/aafire.c
  722. * examples/aafire.c:
  723. + Render cacafire at full speed.
  724. ------------------------------------------------------------------------
  725. r190 | sam | 2003-12-31 14:20:18 +0100 (Wed, 31 Dec 2003) | 6 lines
  726. Changed paths:
  727. M /trunk/src/graphics.c
  728. M /trunk/test
  729. M /trunk/test/Makefile.am
  730. A /trunk/test/optipal.c
  731. * test/optipal.c:
  732. + Optimised S-Lang palette generator.
  733. * src/graphics:
  734. + Removed the S-Lang palette generator and replaced it with the tables
  735. generated by optipal.
  736. ------------------------------------------------------------------------
  737. r189 | sam | 2003-12-31 13:26:22 +0100 (Wed, 31 Dec 2003) | 5 lines
  738. Changed paths:
  739. M /trunk/Makefile.am
  740. M /trunk/configure.ac
  741. M /trunk/examples/Makefile.am
  742. A /trunk/test
  743. A /trunk/test/Makefile.am
  744. A /trunk/test/dithering.c
  745. * Makefile.am:
  746. + Added a test directory for test programs.
  747. * test/dithering.c:
  748. + The value/saturation dithering example.
  749. ------------------------------------------------------------------------
  750. r188 | sam | 2003-12-31 13:05:44 +0100 (Wed, 31 Dec 2003) | 5 lines
  751. Changed paths:
  752. M /trunk/examples/cacaview.c
  753. M /trunk/src/caca.c
  754. * src/caca.c:
  755. + Do not try the X11 driver if DISPLAY is set to the empty string.
  756. * examples/cacaview.c:
  757. + Cosmetic fixes.
  758. ------------------------------------------------------------------------
  759. r187 | sam | 2003-12-31 13:00:18 +0100 (Wed, 31 Dec 2003) | 3 lines
  760. Changed paths:
  761. M /trunk/examples/Makefile.am
  762. A /trunk/examples/cacaview.c (from /trunk/examples/view.c:182)
  763. D /trunk/examples/view.c
  764. * example/:
  765. + Renamed view.c into cacaview.c.
  766. ------------------------------------------------------------------------
  767. r186 | sam | 2003-12-31 12:17:47 +0100 (Wed, 31 Dec 2003) | 3 lines
  768. Changed paths:
  769. M /trunk/src/io.c
  770. * src/io.c:
  771. + Fixed mouse support under ncurses and slang.
  772. ------------------------------------------------------------------------
  773. r185 | sam | 2003-12-31 12:17:00 +0100 (Wed, 31 Dec 2003) | 3 lines
  774. Changed paths:
  775. M /trunk/configure.ac
  776. * configure.ac:
  777. + Error out if Imlib2 was not found. Override with --disable-imlib2.
  778. ------------------------------------------------------------------------
  779. r184 | sam | 2003-12-31 02:16:47 +0100 (Wed, 31 Dec 2003) | 6 lines
  780. Changed paths:
  781. M /trunk/doc
  782. M /trunk/examples/demo.c
  783. M /trunk/src/caca.h
  784. M /trunk/src/io.c
  785. * src/io.c:
  786. + Mouse support under X11.
  787. + Split the mouse motion and mouse click events.
  788. * examples/demo.c:
  789. + Mouse motion support.
  790. ------------------------------------------------------------------------
  791. r183 | sam | 2003-12-31 02:02:08 +0100 (Wed, 31 Dec 2003) | 5 lines
  792. Changed paths:
  793. M /trunk/src/caca.c
  794. M /trunk/src/graphics.c
  795. * src/graphics.c:
  796. + Compilation fix.
  797. * src/caca.c:
  798. + Minor indentation fix.
  799. ------------------------------------------------------------------------
  800. r182 | sam | 2003-12-26 00:59:48 +0100 (Fri, 26 Dec 2003) | 6 lines
  801. Changed paths:
  802. M /trunk/configure.ac
  803. M /trunk/src/caca.c
  804. * src/caca.c:
  805. + Prefer the X11 driver if $DISPLAY is set.
  806. + The slang driver is now preferred over the ncurses driver.
  807. * configure.ac:
  808. + Autodetect conio.h.
  809. ------------------------------------------------------------------------
  810. r181 | sam | 2003-12-26 00:22:13 +0100 (Fri, 26 Dec 2003) | 4 lines
  811. Changed paths:
  812. M /trunk/configure.ac
  813. * configure.ac:
  814. + Autodetect ncurses, slang and X11.
  815. + Abort if no output driver was selected or detected.
  816. ------------------------------------------------------------------------
  817. r180 | sam | 2003-12-25 22:38:46 +0100 (Thu, 25 Dec 2003) | 2 lines
  818. Changed paths:
  819. A /branches/0.5 (from /trunk:179)
  820. M /branches/0.5/ChangeLog
  821. M /trunk/ChangeLog
  822. * 0.5 branch.
  823. ------------------------------------------------------------------------
  824. r179 | sam | 2003-12-25 22:36:52 +0100 (Thu, 25 Dec 2003) | 3 lines
  825. Changed paths:
  826. M /trunk/NEWS
  827. M /trunk/configure.ac
  828. M /trunk/debian/changelog
  829. * configure.ac NEWS debian/changelog:
  830. + New 0.5 release.
  831. ------------------------------------------------------------------------
  832. r178 | sam | 2003-12-25 22:28:55 +0100 (Thu, 25 Dec 2003) | 5 lines
  833. Changed paths:
  834. M /trunk/BUGS
  835. M /trunk/NOTES
  836. M /trunk/configure.ac
  837. M /trunk/src/graphics.c
  838. * NOTES BUGS:
  839. + Updated information about the S-Lang colour pair shortage bug.
  840. * src/graphics.c:
  841. + Implemented the solution explained in NOTES.
  842. ------------------------------------------------------------------------
  843. r177 | sam | 2003-12-25 19:09:58 +0100 (Thu, 25 Dec 2003) | 3 lines
  844. Changed paths:
  845. M /trunk/src/caca.c
  846. * src/caca.c:
  847. + Fixed a compilation bug reported by Thomas Klausner <wiz@NetBSD.org>.
  848. ------------------------------------------------------------------------
  849. r176 | sam | 2003-12-25 19:08:46 +0100 (Thu, 25 Dec 2003) | 3 lines
  850. Changed paths:
  851. M /trunk/NOTES
  852. * NOTES:
  853. + Added a section with a proposed solution to the slang problem.
  854. ------------------------------------------------------------------------
  855. r175 | sam | 2003-12-25 11:18:37 +0100 (Thu, 25 Dec 2003) | 2 lines
  856. Changed paths:
  857. A /branches/0.4 (from /trunk:174)
  858. M /branches/0.4/ChangeLog
  859. M /trunk/ChangeLog
  860. * 0.4 branch.
  861. ------------------------------------------------------------------------
  862. r174 | sam | 2003-12-25 00:58:32 +0100 (Thu, 25 Dec 2003) | 5 lines
  863. Changed paths:
  864. M /trunk/configure.ac
  865. M /trunk/debian/control
  866. * debian/control:
  867. + Added missing dependencies to the -dev package.
  868. * configure.ac:
  869. + Kludge for woody builds where x_includes is undefined.
  870. ------------------------------------------------------------------------
  871. r173 | sam | 2003-12-24 17:23:37 +0100 (Wed, 24 Dec 2003) | 3 lines
  872. Changed paths:
  873. M /trunk/src/caca.h
  874. * src/caca.h:
  875. + Documented CACA_FONT.
  876. ------------------------------------------------------------------------
  877. r172 | sam | 2003-12-24 17:16:16 +0100 (Wed, 24 Dec 2003) | 3 lines
  878. Changed paths:
  879. M /trunk/doc/Makefile.am
  880. * doc/Makefile.am:
  881. + Rename the refman.ps doxygen documentation to libcaca.ps.
  882. ------------------------------------------------------------------------
  883. r171 | sam | 2003-12-24 16:43:45 +0100 (Wed, 24 Dec 2003) | 5 lines
  884. Changed paths:
  885. M /trunk/NEWS
  886. M /trunk/src/caca.h
  887. M /trunk/src/graphics.c
  888. * src/graphics.c:
  889. + Replace CACA_WIDTH and CACA_HEIGHT with CACA_GEOMETRY.
  890. * src/caca.c:
  891. + Documented the CACA_GEOMETRY environment variable.
  892. ------------------------------------------------------------------------
  893. r170 | sam | 2003-12-24 16:35:07 +0100 (Wed, 24 Dec 2003) | 3 lines
  894. Changed paths:
  895. M /trunk/src/caca_internals.h
  896. M /trunk/src/graphics.c
  897. M /trunk/src/io.c
  898. * src/io.c:
  899. + Mouse support in the X11 driver.
  900. ------------------------------------------------------------------------
  901. r169 | sam | 2003-12-24 15:48:38 +0100 (Wed, 24 Dec 2003) | 4 lines
  902. Changed paths:
  903. M /trunk/src/graphics.c
  904. * src/graphics:
  905. + Use XCreateWindow instead of XCreateSimpleWindow.
  906. + Set the X window title to "caca for X".
  907. ------------------------------------------------------------------------
  908. r168 | sam | 2003-12-23 18:25:29 +0100 (Tue, 23 Dec 2003) | 4 lines
  909. Changed paths:
  910. M /trunk/debian/changelog
  911. M /trunk/debian/control
  912. M /trunk/debian/rules
  913. * debian/control:
  914. + Build-depend on doxygen and tetex to build documentation.
  915. + Build-depend on xlibs-dev and slang1-dev to provide alternate drivers.
  916. ------------------------------------------------------------------------
  917. r167 | sam | 2003-12-23 18:01:38 +0100 (Tue, 23 Dec 2003) | 7 lines
  918. Changed paths:
  919. M /trunk/BUGS
  920. M /trunk/Makefile.am
  921. M /trunk/NEWS
  922. M /trunk/README
  923. M /trunk/TODO
  924. M /trunk/configure.ac
  925. M /trunk/doc/Makefile.am
  926. M /trunk/src/graphics.c
  927. * configure.ac NEWS:
  928. + Prepared release 0.4.
  929. * src/graphics.c README BUGS TODO:
  930. + Updated documentation.
  931. * Makefile.am doc/Makefile.am:
  932. + Install the generated doxygen documentation.
  933. ------------------------------------------------------------------------
  934. r166 | sam | 2003-12-23 17:32:56 +0100 (Tue, 23 Dec 2003) | 4 lines
  935. Changed paths:
  936. M /trunk/src/io.c
  937. * src/io.c:
  938. + Fixed a warning by including <unistd.h>.
  939. + Support for arrow and function keys under X11.
  940. ------------------------------------------------------------------------
  941. r165 | sam | 2003-12-23 14:27:40 +0100 (Tue, 23 Dec 2003) | 9 lines
  942. Changed paths:
  943. M /trunk/configure.ac
  944. M /trunk/doc/Makefile.am
  945. D /trunk/doc/doxygen.cfg
  946. A /trunk/doc/doxygen.cfg.in (from /trunk/doc/doxygen.cfg:164)
  947. M /trunk/examples/aafire.c
  948. M /trunk/examples/demo.c
  949. M /trunk/examples/spritedit.c
  950. M /trunk/examples/view.c
  951. M /trunk/src/bitmap.c
  952. M /trunk/src/box.c
  953. M /trunk/src/caca.c
  954. M /trunk/src/caca.h
  955. M /trunk/src/caca_internals.h
  956. M /trunk/src/conic.c
  957. M /trunk/src/graphics.c
  958. M /trunk/src/io.c
  959. M /trunk/src/line.c
  960. M /trunk/src/math.c
  961. M /trunk/src/sprite.c
  962. M /trunk/src/triangle.c
  963. * src/io.c:
  964. + Added caca_wait_event(), a blocking caca_get_event().
  965. * src/ examples/:
  966. + More documentation.
  967. * doc/doxygen.cfg.in:
  968. + doc/doxygen.cfg is now generated by configure, so that we can use
  969. @top_srcdir@ and we no longer need to hardcode PROJECT_NUMBER.
  970. + Create manpages.
  971. ------------------------------------------------------------------------
  972. r164 | sam | 2003-12-23 12:08:37 +0100 (Tue, 23 Dec 2003) | 2 lines
  973. Changed paths:
  974. M /trunk/doc/doxygen.cfg
  975. M /trunk/src/bitmap.c
  976. M /trunk/src/caca.c
  977. M /trunk/src/caca.h
  978. * More API documentation.
  979. ------------------------------------------------------------------------
  980. r163 | sam | 2003-12-22 23:58:24 +0100 (Mon, 22 Dec 2003) | 3 lines
  981. Changed paths:
  982. M /trunk/src/caca.c
  983. * caca.c:
  984. + Fixed typos in the initialisation code.
  985. ------------------------------------------------------------------------
  986. r162 | sam | 2003-12-22 16:26:12 +0100 (Mon, 22 Dec 2003) | 6 lines
  987. Changed paths:
  988. M /trunk/configure.ac
  989. M /trunk/src/bitmap.c
  990. M /trunk/src/caca.c
  991. M /trunk/src/caca.h
  992. M /trunk/src/caca_internals.h
  993. M /trunk/src/conic.c
  994. M /trunk/src/graphics.c
  995. M /trunk/src/io.c
  996. M /trunk/src/line.c
  997. * src/graphics.c src/caca.c src/io.c:
  998. + Support for simultaneously compiled-in drivers.
  999. + Honour the CACA_DRIVER environment variable.
  1000. * configure.ac:
  1001. + Drivers are no longer mutually exclusive.
  1002. ------------------------------------------------------------------------
  1003. r161 | sam | 2003-12-21 01:39:41 +0100 (Sun, 21 Dec 2003) | 3 lines
  1004. Changed paths:
  1005. M /trunk/src/graphics.c
  1006. * src/graphics:
  1007. + Initialise default height at 32 (as in aalib).
  1008. ------------------------------------------------------------------------
  1009. r160 | sam | 2003-12-20 13:07:56 +0100 (Sat, 20 Dec 2003) | 5 lines
  1010. Changed paths:
  1011. M /trunk/src/caca_internals.h
  1012. M /trunk/src/graphics.c
  1013. M /trunk/src/io.c
  1014. * src/graphics.c:
  1015. + Support for CACA_WIDTH, CACA_HEIGHT and CACA_FONT in the x11 driver.
  1016. + Use an intermediary X pixmap for rendering.
  1017. + Slightly changed the variable naming scheme.
  1018. ------------------------------------------------------------------------
  1019. r159 | sam | 2003-12-20 11:54:35 +0100 (Sat, 20 Dec 2003) | 3 lines
  1020. Changed paths:
  1021. M /trunk/examples/aafire.c
  1022. * examples/aafire.c:
  1023. + The image buffer in cacafire was too small.
  1024. ------------------------------------------------------------------------
  1025. r158 | sam | 2003-12-19 18:26:23 +0100 (Fri, 19 Dec 2003) | 4 lines
  1026. Changed paths:
  1027. M /trunk/src/graphics.c
  1028. * src/graphics.c:
  1029. + Progress in the X11 driver.
  1030. + Fixed a compilation bug in the conio driver.
  1031. ------------------------------------------------------------------------
  1032. r157 | sam | 2003-12-18 10:46:19 +0100 (Thu, 18 Dec 2003) | 4 lines
  1033. Changed paths:
  1034. M /trunk/debian/changelog
  1035. M /trunk/debian/control
  1036. M /trunk/debian/rules
  1037. * debian/rules debian/control:
  1038. + Moved cacafire to the caca-utils package. Added proper conflict/replace.
  1039. + Symlinked cacafire.1 to cacademo.1.
  1040. ------------------------------------------------------------------------
  1041. r155 | sam | 2003-12-18 01:41:28 +0100 (Thu, 18 Dec 2003) | 7 lines
  1042. Changed paths:
  1043. M /trunk/ChangeLog
  1044. M /trunk/NEWS
  1045. M /trunk/README
  1046. M /trunk/debian/changelog
  1047. M /trunk/debian/control
  1048. M /trunk/doc/doxygen.cfg
  1049. * debian/control:
  1050. + Updated long descriptions.
  1051. * debian/changelog ChangeLog doc/doxygen.cfg NEWS:
  1052. + Prepared 0.3 release.
  1053. * README:
  1054. + --enable-ncurses is now the default.
  1055. ------------------------------------------------------------------------
  1056. r154 | sam | 2003-12-18 01:11:52 +0100 (Thu, 18 Dec 2003) | 3 lines
  1057. Changed paths:
  1058. M /trunk/src/bitmap.c
  1059. M /trunk/src/box.c
  1060. M /trunk/src/caca.c
  1061. M /trunk/src/caca.h
  1062. M /trunk/src/conic.c
  1063. M /trunk/src/graphics.c
  1064. M /trunk/src/io.c
  1065. M /trunk/src/line.c
  1066. M /trunk/src/math.c
  1067. M /trunk/src/sprite.c
  1068. M /trunk/src/triangle.c
  1069. * src/:
  1070. + Doxygenated public functions.
  1071. ------------------------------------------------------------------------
  1072. r153 | sam | 2003-12-17 16:03:05 +0100 (Wed, 17 Dec 2003) | 3 lines
  1073. Changed paths:
  1074. M /trunk/src/caca.h
  1075. * src/caca.h:
  1076. + Documented environment variables.
  1077. ------------------------------------------------------------------------
  1078. r152 | sam | 2003-12-17 00:25:54 +0100 (Wed, 17 Dec 2003) | 4 lines
  1079. Changed paths:
  1080. M /trunk/examples/view.c
  1081. * examples/view.c:
  1082. + Fixed a bug in the loading of 1bpp BMPs.
  1083. + Commented stuff.
  1084. ------------------------------------------------------------------------
  1085. r151 | sam | 2003-12-17 00:06:54 +0100 (Wed, 17 Dec 2003) | 7 lines
  1086. Changed paths:
  1087. M /trunk/examples/Makefile.am
  1088. M /trunk/examples/view.c
  1089. * examples/view.c:
  1090. + If Imlib2 is not available, use a custom simple BMP loader.
  1091. + Draw the bottom bar one line higher to leave room for a status line.
  1092. + '?' now properly toggles help.
  1093. * examples/Makefile.am:
  1094. + Always build cacaview.
  1095. ------------------------------------------------------------------------
  1096. r150 | sam | 2003-12-16 10:06:46 +0100 (Tue, 16 Dec 2003) | 5 lines
  1097. Changed paths:
  1098. M /trunk/configure.ac
  1099. M /trunk/src/bitmap.c
  1100. * src/bitmap.c:
  1101. + If the alpha palette is all-zero, forget the alpha channel.
  1102. * configure.ac:
  1103. + Export HAVE_IMLIB2_H and the like.
  1104. ------------------------------------------------------------------------
  1105. r149 | sam | 2003-12-15 16:02:50 +0100 (Mon, 15 Dec 2003) | 4 lines
  1106. Changed paths:
  1107. M /trunk/src/bitmap.c
  1108. * src/bitmap.c:
  1109. + If the alpha mask is 0, ignore alpha information.
  1110. + Ditto if no alpha information is given with the palette.
  1111. ------------------------------------------------------------------------
  1112. r148 | sam | 2003-12-15 11:38:03 +0100 (Mon, 15 Dec 2003) | 4 lines
  1113. Changed paths:
  1114. M /trunk/configure.ac
  1115. M /trunk/src/caca.c
  1116. M /trunk/src/caca_internals.h
  1117. M /trunk/src/graphics.c
  1118. M /trunk/src/io.c
  1119. * src/graphics.c src/io.c:
  1120. + Beginning of an X11 driver. Currently we merely open the window and
  1121. check keyboard events.
  1122. ------------------------------------------------------------------------
  1123. r147 | sam | 2003-12-12 17:19:44 +0100 (Fri, 12 Dec 2003) | 7 lines
  1124. Changed paths:
  1125. M /trunk/configure.ac
  1126. M /trunk/debian/changelog
  1127. M /trunk/src/caca.c
  1128. * configure.ac debian/changelog:
  1129. + Prepare for 0.3 release.
  1130. + Check for strcasecmp().
  1131. * src/caca.c:
  1132. + Honor CACA_BACKGROUND, CACA_DITHERING and CACA_ANTIALIASING environment
  1133. variables.
  1134. ------------------------------------------------------------------------
  1135. r146 | sam | 2003-12-12 15:49:41 +0100 (Fri, 12 Dec 2003) | 13 lines
  1136. Changed paths:
  1137. M /trunk/examples/aafire.c
  1138. M /trunk/examples/demo.c
  1139. M /trunk/examples/view.c
  1140. M /trunk/src/bitmap.c
  1141. M /trunk/src/caca.c
  1142. M /trunk/src/caca.h
  1143. M /trunk/src/caca_internals.h
  1144. * src/bitmap.c:
  1145. + Added antialiasing support.
  1146. + Dithering, antialiasing and background mode can now be selected at
  1147. runtime.
  1148. * src/caca.c src/caca.h:
  1149. + Renamed caca_dithering into caca_feature and extended the type to
  1150. express background colour and antialiasing mode.
  1151. * examples/demo.c:
  1152. + Fixed a bug that disabled the sprite demo.
  1153. + Draw solid flares.
  1154. * examples/view.c:
  1155. + Select antialiasing and background mode at runtime.
  1156. ------------------------------------------------------------------------
  1157. r145 | sam | 2003-12-11 18:01:09 +0100 (Thu, 11 Dec 2003) | 2 lines
  1158. Changed paths:
  1159. M /trunk/BUGS
  1160. M /trunk/TODO
  1161. M /trunk/debian/control
  1162. M /trunk/doc/cacademo.1
  1163. M /trunk/doc/cacaview.1
  1164. * Minor updates to manpages, BUGS, TODO and the Debian control file.
  1165. ------------------------------------------------------------------------
  1166. r144 | sam | 2003-12-11 17:56:35 +0100 (Thu, 11 Dec 2003) | 5 lines
  1167. Changed paths:
  1168. M /trunk/src/Makefile.am
  1169. M /trunk/src/bitmap.c
  1170. M /trunk/src/caca.c
  1171. M /trunk/src/caca.h
  1172. M /trunk/src/caca_internals.h
  1173. M /trunk/src/graphics.c
  1174. * src/caca.c:
  1175. + Moved global variables to src/graphics.c.
  1176. * src/bitmap.c:
  1177. + Sanitised prototypes.
  1178. ------------------------------------------------------------------------
  1179. r143 | sam | 2003-12-11 17:31:49 +0100 (Thu, 11 Dec 2003) | 17 lines
  1180. Changed paths:
  1181. M /trunk/examples
  1182. M /trunk/examples/aafire.c
  1183. M /trunk/examples/demo.c
  1184. M /trunk/examples/view.c
  1185. M /trunk/src/bitmap.c
  1186. M /trunk/src/box.c
  1187. M /trunk/src/caca.c
  1188. M /trunk/src/caca.h
  1189. M /trunk/src/caca_internals.h
  1190. M /trunk/src/conic.c
  1191. M /trunk/src/graphics.c
  1192. M /trunk/src/line.c
  1193. M /trunk/src/sprite.c
  1194. M /trunk/src/triangle.c
  1195. * src/graphics.c:
  1196. + Internally cache screen width and height.
  1197. * src/bitmap.c:
  1198. + Added alpha support to caca_draw_bitmap(). For now, we only treat 0%
  1199. alpha as fully transparent, and any other value as fully opaque.
  1200. + Slightly tuned colour weights in the renderer.
  1201. + caca_set_bitmap_palette() takes unsigned ints.
  1202. * examples/demo.c:
  1203. + Added a crap render demo.
  1204. * examples/aafire.c:
  1205. + Set a 20ms delay.
  1206. + Added alpha values to the palette.
  1207. * examples/view.c:
  1208. + Draw a gray checkered grid below the image so that transparent images
  1209. look a lot nicer.
  1210. + 'f' toggles "fullscreen" mode.
  1211. ------------------------------------------------------------------------
  1212. r142 | sam | 2003-12-11 16:54:53 +0100 (Thu, 11 Dec 2003) | 6 lines
  1213. Changed paths:
  1214. M /trunk/caca-config.in
  1215. M /trunk/configure.ac
  1216. * configure.ac:
  1217. + Set the executable bit of caca-config when regenerating that file.
  1218. * caca-config.in:
  1219. + No longer use USE_SLANG_TRUE and USE_NCURSES_TRUE since we now
  1220. have @CACA_LIBS@.
  1221. ------------------------------------------------------------------------
  1222. r141 | sam | 2003-12-02 23:27:27 +0100 (Tue, 02 Dec 2003) | 6 lines
  1223. Changed paths:
  1224. M /trunk/configure.ac
  1225. M /trunk/examples/Makefile.am
  1226. A /trunk/examples/aafire.c
  1227. * configure.ac:
  1228. + Removed unused USE_* variables.
  1229. + Export -lslang and -lncurses as @CACA_LIBS@.
  1230. * examples/aafire.c:
  1231. + Imported aafire.c from the AAlib tree and ported it to libcaca.
  1232. ------------------------------------------------------------------------
  1233. r139 | sam | 2003-11-30 18:15:31 +0100 (Sun, 30 Nov 2003) | 2 lines
  1234. Changed paths:
  1235. M /trunk/ChangeLog
  1236. M /trunk/NEWS
  1237. M /trunk/TODO
  1238. M /trunk/debian/changelog
  1239. M /trunk/debian/control
  1240. * 0.2 release.
  1241. ------------------------------------------------------------------------
  1242. r138 | sam | 2003-11-30 18:14:19 +0100 (Sun, 30 Nov 2003) | 3 lines
  1243. Changed paths:
  1244. M /trunk/examples/view.c
  1245. * examples/view.c:
  1246. + Removed last endianness issue.
  1247. ------------------------------------------------------------------------
  1248. r137 | sam | 2003-11-30 17:34:04 +0100 (Sun, 30 Nov 2003) | 5 lines
  1249. Changed paths:
  1250. M /trunk/examples/view.c
  1251. M /trunk/src/bitmap.c
  1252. M /trunk/src/io.c
  1253. * src/io.c:
  1254. + Removed a useless message.
  1255. * src/bitmap.c examples/view.c:
  1256. + Really fixed the endianness issue.
  1257. ------------------------------------------------------------------------
  1258. r136 | sam | 2003-11-30 16:56:02 +0100 (Sun, 30 Nov 2003) | 5 lines
  1259. Changed paths:
  1260. M /trunk/src/bitmap.c
  1261. * src/bitmap.c:
  1262. + Fine-tuned the new renderer.
  1263. + Fixed warnings.
  1264. + Changed hardcoded values to macros.
  1265. ------------------------------------------------------------------------
  1266. r135 | sam | 2003-11-30 16:01:55 +0100 (Sun, 30 Nov 2003) | 11 lines
  1267. Changed paths:
  1268. M /trunk/configure.ac
  1269. M /trunk/examples/demo.c
  1270. M /trunk/examples/view.c
  1271. M /trunk/src/bitmap.c
  1272. M /trunk/src/caca.c
  1273. M /trunk/src/caca.h
  1274. * src/bitmap.c:
  1275. + Fixed an endianness issue in the byte reader.
  1276. + Decreased precision in RGB and HSV values to avoid overflows.
  1277. + New dithering method: 2x2 ordered.
  1278. + New renderer, with background colour awareness.
  1279. * configure.ac:
  1280. + Check for <endian.h>.
  1281. * examples/demo.c examples/view.c:
  1282. + Fixed an endianness issue in cacaview.
  1283. + Adapted code to the additional dithering method.
  1284. ------------------------------------------------------------------------
  1285. r134 | sam | 2003-11-30 03:11:37 +0100 (Sun, 30 Nov 2003) | 4 lines
  1286. Changed paths:
  1287. M /trunk/examples/view.c
  1288. M /trunk/src/bitmap.c
  1289. * src/bitmap.c examples/view.c:
  1290. + Fixed an endianness issue in caca_draw_bitmap().
  1291. + Code cleanup.
  1292. ------------------------------------------------------------------------
  1293. r133 | sam | 2003-11-30 02:18:10 +0100 (Sun, 30 Nov 2003) | 13 lines
  1294. Changed paths:
  1295. M /trunk/TODO
  1296. M /trunk/doc/cacaview.1
  1297. M /trunk/examples/Makefile.am
  1298. M /trunk/examples/view.c
  1299. M /trunk/src/caca.c
  1300. * src/caca.c:
  1301. + Minor change to the dithering names.
  1302. * TODO:
  1303. + Added cacaview TODO.
  1304. * doc/cacaview.1:
  1305. + Wrote a manpage for cacaview.
  1306. * examples/Makefile.am:
  1307. + Moved the -DX_DISPLAY_MISSING=1 here.
  1308. * examples/view.c:
  1309. + Capital 'D' cycles through dithering modes in reverse order.
  1310. + Sleep when there is nothing to do.
  1311. + Cosmetic code reorganisation.
  1312. ------------------------------------------------------------------------
  1313. r132 | sam | 2003-11-29 20:35:07 +0100 (Sat, 29 Nov 2003) | 9 lines
  1314. Changed paths:
  1315. M /trunk/examples/demo.c
  1316. M /trunk/examples/view.c
  1317. M /trunk/src/bitmap.c
  1318. M /trunk/src/caca.c
  1319. M /trunk/src/caca.h
  1320. * src/caca.c src/caca.h:
  1321. + Added caca_get_dithering_name().
  1322. * src/bitmap.c:
  1323. + Created a new dithering method with an 8x8 ordered matrix.
  1324. + Replaced the char list with a string for better readability.
  1325. + Dithering functions now return a value between 0 and 255.
  1326. * examples/demo.c examples/view.c:
  1327. + Adapted to use caca_get_dithering_name().
  1328. ------------------------------------------------------------------------
  1329. r131 | sam | 2003-11-29 19:04:42 +0100 (Sat, 29 Nov 2003) | 3 lines
  1330. Changed paths:
  1331. M /trunk/src/caca.c
  1332. * src/caca.c:
  1333. + Test whether ncurses knows xterm-16color before setting $TERM.
  1334. ------------------------------------------------------------------------
  1335. r130 | sam | 2003-11-29 18:36:00 +0100 (Sat, 29 Nov 2003) | 6 lines
  1336. Changed paths:
  1337. M /trunk/examples/view.c
  1338. * examples/view.c:
  1339. + Added top and bottom status lines, like in mutt and slrn.
  1340. + Added a status string when loading an image or upon error.
  1341. + Can load multiple files; use 'n' and 'p' for next and previous.
  1342. + Clip zoom between -48 and +48.
  1343. ------------------------------------------------------------------------
  1344. r129 | sam | 2003-11-29 17:42:35 +0100 (Sat, 29 Nov 2003) | 2 lines
  1345. Changed paths:
  1346. M /trunk/src/caca.c
  1347. * Fixed a C99ism.
  1348. ------------------------------------------------------------------------
  1349. r128 | sam | 2003-11-29 15:41:37 +0100 (Sat, 29 Nov 2003) | 9 lines
  1350. Changed paths:
  1351. M /trunk/NOTES
  1352. M /trunk/configure.ac
  1353. M /trunk/src/caca.c
  1354. M /trunk/src/graphics.c
  1355. * configure.ac:
  1356. + Default to ncurses, not slang, because slang only has 128 colour pairs.
  1357. * src/caca.c:
  1358. + Disable scrolling to avoid hashmap scrolling optimization code.
  1359. * src/graphics.c:
  1360. + Swap fg and bg in the colour pair indexing, so that bg is always
  1361. right.
  1362. + Disable alt charset support to exploit my patched slang.
  1363. ------------------------------------------------------------------------
  1364. r127 | sam | 2003-11-28 21:39:54 +0100 (Fri, 28 Nov 2003) | 10 lines
  1365. Changed paths:
  1366. M /trunk/NOTES
  1367. M /trunk/examples/view.c
  1368. M /trunk/src/bitmap.c
  1369. * src/bitmap.c:
  1370. + Dither chroma outside of rgb2hsv_default().
  1371. + Clip fromx and fromy values.
  1372. * NOTES:
  1373. + Link to the XTerm control sequences.
  1374. * examples/view.c:
  1375. + Draw status bar.
  1376. + Move with 'h' 'j' 'k' 'l', à la vi.
  1377. + '?' toggles a help menu.
  1378. ------------------------------------------------------------------------
  1379. r126 | sam | 2003-11-28 00:18:12 +0100 (Fri, 28 Nov 2003) | 3 lines
  1380. Changed paths:
  1381. M /trunk/src/bitmap.c
  1382. * src/bitmap.c:
  1383. + Removed § from the list of default characters due to collisions.
  1384. ------------------------------------------------------------------------
  1385. r125 | sam | 2003-11-27 23:54:48 +0100 (Thu, 27 Nov 2003) | 6 lines
  1386. Changed paths:
  1387. A /trunk/debian/caca-utils.mime
  1388. M /trunk/debian/control
  1389. M /trunk/debian/rules
  1390. * debian/control:
  1391. + Removed slang1-dev dependency in caca-utils.
  1392. * debian/caca-utils.mime debian/rules:
  1393. + Added a MIME file with low priority.
  1394. + Added call to dh_installmime.
  1395. ------------------------------------------------------------------------
  1396. r124 | sam | 2003-11-27 23:29:13 +0100 (Thu, 27 Nov 2003) | 5 lines
  1397. Changed paths:
  1398. M /trunk/configure.ac
  1399. M /trunk/src/caca.c
  1400. M /trunk/src/caca_internals.h
  1401. M /trunk/src/graphics.c
  1402. * src/caca.c src/graphics.c:
  1403. + Moved graphics stuff from caca.c to graphics.c.
  1404. + Added a few kludges: if gnome-terminal or konsole are detected, switch
  1405. to TERM=xterm-16color to benefit from extended colour palette.
  1406. ------------------------------------------------------------------------
  1407. r123 | sam | 2003-11-27 22:56:30 +0100 (Thu, 27 Nov 2003) | 13 lines
  1408. Changed paths:
  1409. M /trunk/NOTES
  1410. M /trunk/examples/demo.c
  1411. M /trunk/examples/spritedit.c
  1412. M /trunk/src/bitmap.c
  1413. M /trunk/src/caca.c
  1414. M /trunk/src/caca.h
  1415. M /trunk/src/graphics.c
  1416. M /trunk/src/sprite.c
  1417. * NOTES:
  1418. + Added setab/setaf quotes from the XTerm terminfo.
  1419. + Proposed a workaround for bright colours on any terminal.
  1420. * src/caca.c:
  1421. + 16 colour support for ncurses and conio.
  1422. * src/graphics.c:
  1423. + Ported to 16 colour support.
  1424. + Added a missing <stdio.h> for BUFSIZ.
  1425. + Disabled vsnprintf under DOS (only vsprintf exists).
  1426. * examples/:
  1427. + Don't abort if the caca.txt sprite was not found.
  1428. + Ported to 16 colour support.
  1429. ------------------------------------------------------------------------
  1430. r122 | sam | 2003-11-27 14:27:32 +0100 (Thu, 27 Nov 2003) | 2 lines
  1431. Changed paths:
  1432. M /trunk/NOTES
  1433. * NOTES: more notes about colours.
  1434. ------------------------------------------------------------------------
  1435. r121 | sam | 2003-11-27 10:43:56 +0100 (Thu, 27 Nov 2003) | 5 lines
  1436. Changed paths:
  1437. M /trunk/Makefile.am
  1438. M /trunk/configure.ac
  1439. M /trunk/examples/Makefile.am
  1440. * configure.ac:
  1441. + More sensible imlib2 detection, works with cross-compilation.
  1442. * Makefile.am:
  1443. + Don't forget to include NOTES to the dist tarball.
  1444. ------------------------------------------------------------------------
  1445. r120 | sam | 2003-11-27 10:38:16 +0100 (Thu, 27 Nov 2003) | 2 lines
  1446. Changed paths:
  1447. A /trunk/NOTES
  1448. M /trunk/README
  1449. M /trunk/debian/rules
  1450. * NOTES: added information about colour support.
  1451. ------------------------------------------------------------------------
  1452. r119 | sam | 2003-11-26 22:02:31 +0100 (Wed, 26 Nov 2003) | 2 lines
  1453. Changed paths:
  1454. M /trunk/configure.ac
  1455. * configure.ac: Added a missing check for <inttypes.h>.
  1456. ------------------------------------------------------------------------
  1457. r118 | sam | 2003-11-26 21:58:30 +0100 (Wed, 26 Nov 2003) | 2 lines
  1458. Changed paths:
  1459. M /trunk/src/bitmap.c
  1460. * src/bitmap.c: Support for more colour depths.
  1461. ------------------------------------------------------------------------
  1462. r115 | sam | 2003-11-24 20:56:04 +0100 (Mon, 24 Nov 2003) | 9 lines
  1463. Changed paths:
  1464. M /trunk/configure.ac
  1465. M /trunk/examples/Makefile.am
  1466. M /trunk/examples/demo.c
  1467. M /trunk/examples/view.c
  1468. * configure.ac examples/Makefile.am:
  1469. + Added a check for imlib2-config.
  1470. + Build cacaview conditionally.
  1471. * examples/demo.c:
  1472. + Removed all gdkpixbuf code.
  1473. * examples/view.c:
  1474. + Default to ordered dithering.
  1475. + Make sure the arrows always work even if delta is too small.
  1476. ------------------------------------------------------------------------
  1477. r114 | sam | 2003-11-24 18:51:40 +0100 (Mon, 24 Nov 2003) | 4 lines
  1478. Changed paths:
  1479. M /trunk/debian
  1480. M /trunk/debian/control
  1481. M /trunk/debian/rules
  1482. * debian/:
  1483. + New caca-utils package.
  1484. + Move cacademo, cacaview and caca-spritedit to caca-utils.
  1485. ------------------------------------------------------------------------
  1486. r113 | sam | 2003-11-24 18:50:14 +0100 (Mon, 24 Nov 2003) | 6 lines
  1487. Changed paths:
  1488. M /trunk/doc/Makefile.am
  1489. D /trunk/doc/caca-demo.1
  1490. A /trunk/doc/cacademo.1 (from /trunk/doc/caca-demo.1:112)
  1491. A /trunk/doc/cacaview.1
  1492. M /trunk/examples
  1493. M /trunk/examples/Makefile.am
  1494. A /trunk/examples/view.c
  1495. * examples/:
  1496. + Simple image viewer, cacaview, based on libcaca and imlib2.
  1497. + Renamed caca-demo into cacademo.
  1498. * doc/:
  1499. + Renamed doc/caca-demo.1 into doc/cacademo.1.
  1500. ------------------------------------------------------------------------
  1501. r112 | sam | 2003-11-23 16:34:35 +0100 (Sun, 23 Nov 2003) | 2 lines
  1502. Changed paths:
  1503. M /trunk/src/Makefile.am
  1504. A /trunk/src/bitmap.c (from /trunk/src/blit.c:111)
  1505. D /trunk/src/blit.c
  1506. * Renamed src/blit.c into src/bitmap.c.
  1507. ------------------------------------------------------------------------
  1508. r111 | sam | 2003-11-23 04:44:59 +0100 (Sun, 23 Nov 2003) | 5 lines
  1509. Changed paths:
  1510. M /trunk/examples/demo.c
  1511. M /trunk/src/caca.c
  1512. M /trunk/src/caca.h
  1513. M /trunk/src/io.c
  1514. * src/caca.c:
  1515. + Mouse initialisation in ncurses.
  1516. * src/io.c:
  1517. + Mouse support in ncurses.
  1518. ------------------------------------------------------------------------
  1519. r110 | sam | 2003-11-22 15:28:36 +0100 (Sat, 22 Nov 2003) | 3 lines
  1520. Changed paths:
  1521. M /trunk/debian/control
  1522. * debian/control:
  1523. + libcaca-dev should depend on slang1-dev.
  1524. ------------------------------------------------------------------------
  1525. r109 | sam | 2003-11-22 15:23:18 +0100 (Sat, 22 Nov 2003) | 3 lines
  1526. Changed paths:
  1527. M /trunk/debian/Makefile.am
  1528. * debian/Makefile.am:
  1529. + Added compat and copyright to the distributed files.
  1530. ------------------------------------------------------------------------
  1531. r108 | sam | 2003-11-22 15:19:36 +0100 (Sat, 22 Nov 2003) | 2 lines
  1532. Changed paths:
  1533. A /trunk/ChangeLog
  1534. M /trunk/debian/rules
  1535. * Added a ChangeLog file.
  1536. ------------------------------------------------------------------------
  1537. r107 | sam | 2003-11-22 15:13:53 +0100 (Sat, 22 Nov 2003) | 3 lines
  1538. Changed paths:
  1539. M /trunk/examples/Makefile.am
  1540. * examples/Makefile.am:
  1541. + Compilation fix when libcaca is not available.
  1542. ------------------------------------------------------------------------
  1543. r106 | sam | 2003-11-22 14:44:02 +0100 (Sat, 22 Nov 2003) | 9 lines
  1544. Changed paths:
  1545. M /trunk/debian/changelog
  1546. A /trunk/debian/copyright
  1547. M /trunk/debian/rules
  1548. M /trunk/doc/Makefile.am
  1549. M /trunk/doc/caca-config.1
  1550. A /trunk/doc/caca-demo.1
  1551. A /trunk/doc/caca-spritedit.1
  1552. M /trunk/examples/caca.txt
  1553. * debian/:
  1554. + Wrote the changelog for the Debian release.
  1555. + Wrote a copyright file.
  1556. * doc/:
  1557. + Wrote manpages for caca-demo and caca-spritedit.
  1558. * examples/caca.txt:
  1559. + Centered the sprite handle.
  1560. + Added a second frame to the sprite.
  1561. ------------------------------------------------------------------------
  1562. r105 | sam | 2003-11-22 13:53:55 +0100 (Sat, 22 Nov 2003) | 11 lines
  1563. Changed paths:
  1564. A /trunk/AUTHORS
  1565. M /trunk/Makefile.am
  1566. A /trunk/NEWS
  1567. M /trunk/configure.ac
  1568. A /trunk/doc
  1569. A /trunk/doc/Makefile.am
  1570. A /trunk/doc/caca-config.1
  1571. A /trunk/doc/doxygen.cfg
  1572. A /trunk/doc/footer.html
  1573. A /trunk/doc/header.html
  1574. * AUTHORS NEWS:
  1575. + Added these mandatory files.
  1576. * doc/:
  1577. + Wrote a Doxygen configuration file.
  1578. + Added a manpage for caca-config(1), borrowed from sdl-config.
  1579. * configure.ac:
  1580. + Use new style AC_INIT.
  1581. + Error out if no library was found.
  1582. + Added *djgpp* to the list of non-PIC platforms.
  1583. + Added checks for doxygen and latex.
  1584. ------------------------------------------------------------------------
  1585. r104 | sam | 2003-11-22 13:51:27 +0100 (Sat, 22 Nov 2003) | 2 lines
  1586. Changed paths:
  1587. M /trunk/examples/Makefile.am
  1588. M /trunk/examples/demo.c
  1589. * Disabled gdkpixbuf code.
  1590. ------------------------------------------------------------------------
  1591. r103 | sam | 2003-11-22 13:45:25 +0100 (Sat, 22 Nov 2003) | 3 lines
  1592. Changed paths:
  1593. M /trunk/src/blit.c
  1594. M /trunk/src/box.c
  1595. M /trunk/src/caca.c
  1596. M /trunk/src/caca.h
  1597. M /trunk/src/caca_internals.h
  1598. M /trunk/src/conic.c
  1599. M /trunk/src/graphics.c
  1600. M /trunk/src/io.c
  1601. M /trunk/src/line.c
  1602. M /trunk/src/math.c
  1603. M /trunk/src/sprite.c
  1604. M /trunk/src/triangle.c
  1605. * src/:
  1606. + Doxygenated a few things.
  1607. ------------------------------------------------------------------------
  1608. r102 | sam | 2003-11-21 15:34:07 +0100 (Fri, 21 Nov 2003) | 8 lines
  1609. Changed paths:
  1610. M /trunk/TODO
  1611. M /trunk/examples/demo.c
  1612. M /trunk/src/blit.c
  1613. M /trunk/src/caca.h
  1614. * TODO:
  1615. + A few updates.
  1616. * src/blit.c:
  1617. + Split blit() into caca_create_bitmap() and caca_draw_bitmap().
  1618. + Started removing hardcoded bitmask and pitch values.
  1619. * examples/demo.c:
  1620. + Do something with mouse clicks.
  1621. ------------------------------------------------------------------------
  1622. r101 | sam | 2003-11-21 15:14:26 +0100 (Fri, 21 Nov 2003) | 3 lines
  1623. Changed paths:
  1624. M /trunk/src/io.c
  1625. * src/io.c:
  1626. + Fixed an off-by-one error in the mouse driver.
  1627. ------------------------------------------------------------------------
  1628. r100 | sam | 2003-11-20 17:54:04 +0100 (Thu, 20 Nov 2003) | 13 lines
  1629. Changed paths:
  1630. M /trunk
  1631. M /trunk/Makefile.am
  1632. M /trunk/README
  1633. M /trunk/TODO
  1634. A /trunk/caca-config.in
  1635. M /trunk/configure.ac
  1636. M /trunk/debian
  1637. A /trunk/debian/compat
  1638. M /trunk/debian/control
  1639. M /trunk/debian/rules
  1640. M /trunk/examples
  1641. M /trunk/examples/Makefile.am
  1642. M /trunk/examples/demo.c
  1643. M /trunk/src/Makefile.am
  1644. * debian/control:
  1645. + Changed section to libs/libdevel instead of games/games.
  1646. + Changed package name to libcaca-dev.
  1647. * debian/rules:
  1648. + Use debian/compat instead of DH_COMPAT.
  1649. + Install README, BUGS and TODO into /usr/share/doc.
  1650. * caca-config.in:
  1651. + First version of the config script.
  1652. * configure.ac src/Makefile.am:
  1653. + Build a static PIC library as well.
  1654. * README TODO:
  1655. + Various updates.
  1656. ------------------------------------------------------------------------
  1657. r99 | sam | 2003-11-19 19:38:49 +0100 (Wed, 19 Nov 2003) | 3 lines
  1658. Changed paths:
  1659. M /trunk/TODO
  1660. M /trunk/src/io.c
  1661. * TODO: New stuff to do.
  1662. * src/io.c: left and right arrow keys were swapped.
  1663. ------------------------------------------------------------------------
  1664. r98 | sam | 2003-11-19 18:49:43 +0100 (Wed, 19 Nov 2003) | 3 lines
  1665. Changed paths:
  1666. M /trunk/src/blit.c
  1667. M /trunk/src/caca.c
  1668. M /trunk/src/io.c
  1669. * src/io.c:
  1670. + Fixed a bug in the mouse coordinates reporting.
  1671. ------------------------------------------------------------------------
  1672. r97 | sam | 2003-11-19 18:32:10 +0100 (Wed, 19 Nov 2003) | 6 lines
  1673. Changed paths:
  1674. M /trunk/examples/demo.c
  1675. M /trunk/examples/spritedit.c
  1676. M /trunk/src/blit.c
  1677. M /trunk/src/caca.c
  1678. M /trunk/src/caca.h
  1679. M /trunk/src/io.c
  1680. * src/io.c:
  1681. + Renamed sdl_get_key() into sdl_get_event().
  1682. + Handle mouse clicks.
  1683. * src/caca.c:
  1684. + Activate the terminal's mouse handling if supported.
  1685. ------------------------------------------------------------------------
  1686. r96 | sam | 2003-11-17 17:11:34 +0100 (Mon, 17 Nov 2003) | 8 lines
  1687. Changed paths:
  1688. M /trunk/examples/Makefile.am
  1689. M /trunk/src/Makefile.am
  1690. M /trunk/src/blit.c
  1691. M /trunk/src/caca.h
  1692. M /trunk/src/io.c
  1693. * src/io.c src/caca.h:
  1694. + Interpret escape sequences for F1, F2, left, right, etc.
  1695. * src/Makefile.am examples/Makefile.am:
  1696. + Install caca.h in /usr/include.
  1697. + Do not install example programs.
  1698. * src/blit.c:
  1699. + Minor improvements to grayscale colors.
  1700. ------------------------------------------------------------------------
  1701. r95 | sam | 2003-11-17 11:15:40 +0100 (Mon, 17 Nov 2003) | 2 lines
  1702. Changed paths:
  1703. D /trunk/.cvsignore
  1704. D /trunk/autotools/.cvsignore
  1705. * Removed legacy .cvsignore files.
  1706. ------------------------------------------------------------------------
  1707. r94 | sam | 2003-11-16 18:41:43 +0100 (Sun, 16 Nov 2003) | 6 lines
  1708. Changed paths:
  1709. M /trunk/examples/demo.c
  1710. M /trunk/src/blit.c
  1711. M /trunk/src/caca.h
  1712. * src/blit.c:
  1713. + Hue calculation now uses integers only.
  1714. + Dithering is now parametrable. Implemented none, ordered, random.
  1715. * examples/demo.c:
  1716. + Added dithering selection.
  1717. ------------------------------------------------------------------------
  1718. r93 | sam | 2003-11-16 16:20:17 +0100 (Sun, 16 Nov 2003) | 8 lines
  1719. Changed paths:
  1720. M /trunk/examples/Makefile.am
  1721. A /trunk/examples/caca.txt
  1722. M /trunk/examples/demo.c
  1723. M /trunk/examples/spritedit.c
  1724. M /trunk/src/blit.c
  1725. M /trunk/src/caca.c
  1726. M /trunk/src/caca.h
  1727. M /trunk/src/caca_internals.h
  1728. M /trunk/src/graphics.c
  1729. * src/blit.c:
  1730. + Added caca_set_dithering() (unused yet).
  1731. + Added random dithering.
  1732. * src/caca.h:
  1733. + Renamed legacy EE_* enums to CACA_*.
  1734. * examples/demo.c examples/caca.txt:
  1735. + Added a default sprite for libcaca.
  1736. ------------------------------------------------------------------------
  1737. r92 | sam | 2003-11-16 13:28:29 +0100 (Sun, 16 Nov 2003) | 2 lines
  1738. Changed paths:
  1739. M /trunk/examples/demo.c
  1740. M /trunk/examples/spritedit.c
  1741. M /trunk/src/blit.c
  1742. M /trunk/src/box.c
  1743. M /trunk/src/caca.c
  1744. M /trunk/src/caca.h
  1745. M /trunk/src/caca_internals.h
  1746. M /trunk/src/conic.c
  1747. M /trunk/src/graphics.c
  1748. M /trunk/src/io.c
  1749. M /trunk/src/line.c
  1750. M /trunk/src/math.c
  1751. M /trunk/src/sprite.c
  1752. M /trunk/src/triangle.c
  1753. * Changed copyleft to LGPL.
  1754. ------------------------------------------------------------------------
  1755. r91 | sam | 2003-11-16 13:13:46 +0100 (Sun, 16 Nov 2003) | 3 lines
  1756. Changed paths:
  1757. M /trunk/Makefile.am
  1758. M /trunk/configure.ac
  1759. A /trunk/examples (from /trunk/test:90)
  1760. M /trunk/examples/Makefile.am
  1761. D /trunk/libcaca
  1762. A /trunk/src (from /trunk/libcaca:90)
  1763. M /trunk/src/line.c
  1764. D /trunk/test
  1765. * 2nd pass in the libcaca rehandling; moved sources to src/ and examples
  1766. to examples/.
  1767. ------------------------------------------------------------------------
  1768. r90 | sam | 2003-11-16 13:07:52 +0100 (Sun, 16 Nov 2003) | 2 lines
  1769. Changed paths:
  1770. M /trunk/COPYING
  1771. M /trunk/Makefile.am
  1772. M /trunk/README
  1773. M /trunk/TODO
  1774. M /trunk/bootstrap
  1775. M /trunk/configure.ac
  1776. D /trunk/data
  1777. D /trunk/debian/.cvsignore
  1778. M /trunk/debian/changelog
  1779. M /trunk/debian/control
  1780. M /trunk/debian/rules
  1781. D /trunk/doc
  1782. D /trunk/src
  1783. * The big TTYvaders/libcaca split. This is libcaca.
  1784. ------------------------------------------------------------------------
  1785. r89 | sam | 2003-11-16 12:26:54 +0100 (Sun, 16 Nov 2003) | 8 lines
  1786. Changed paths:
  1787. M /trunk/configure.ac
  1788. M /trunk/libcaca/blit.c
  1789. M /trunk/libcaca/caca.c
  1790. M /trunk/libcaca/conic.c
  1791. M /trunk/libcaca/graphics.c
  1792. M /trunk/src/weapons.c
  1793. * configure.ac:
  1794. + Added -Wsign-compare to the warning flags.
  1795. * libcaca/caca.c:
  1796. + Fixed a signed/unsigned bug that caused infinite waits with
  1797. ee_set_delay(0).
  1798. * src/weapons.c libcaca/graphics.c libcaca/blit.c libcaca/conic.c:
  1799. + Fixed minor signed/unsigned comparison warnings.
  1800. ------------------------------------------------------------------------
  1801. r88 | sam | 2003-11-16 01:33:35 +0100 (Sun, 16 Nov 2003) | 2 lines
  1802. Changed paths:
  1803. M /trunk/Makefile.am
  1804. M /trunk/TODO
  1805. M /trunk/configure.ac
  1806. A /trunk/libcaca (from /trunk/libee:87)
  1807. M /trunk/libcaca/Makefile.am
  1808. M /trunk/libcaca/blit.c
  1809. M /trunk/libcaca/box.c
  1810. A /trunk/libcaca/caca.c (from /trunk/libee/ee.c:87)
  1811. A /trunk/libcaca/caca.h (from /trunk/libee/ee.h:87)
  1812. A /trunk/libcaca/caca_internals.h (from /trunk/libee/ee_internals.h:87)
  1813. M /trunk/libcaca/conic.c
  1814. D /trunk/libcaca/ee.c
  1815. D /trunk/libcaca/ee.h
  1816. D /trunk/libcaca/ee_internals.h
  1817. M /trunk/libcaca/graphics.c
  1818. M /trunk/libcaca/io.c
  1819. M /trunk/libcaca/line.c
  1820. M /trunk/libcaca/math.c
  1821. M /trunk/libcaca/sprite.c
  1822. M /trunk/libcaca/triangle.c
  1823. D /trunk/libee
  1824. M /trunk/src/Makefile.am
  1825. M /trunk/src/aliens.c
  1826. M /trunk/src/bonus.c
  1827. M /trunk/src/box.c
  1828. M /trunk/src/ceo.c
  1829. M /trunk/src/collide.c
  1830. M /trunk/src/common.h
  1831. M /trunk/src/explosions.c
  1832. M /trunk/src/intro.c
  1833. M /trunk/src/main.c
  1834. M /trunk/src/overlay.c
  1835. M /trunk/src/player.c
  1836. M /trunk/src/starfield.c
  1837. M /trunk/src/tunnel.c
  1838. M /trunk/src/weapons.c
  1839. M /trunk/test/Makefile.am
  1840. M /trunk/test/demo.c
  1841. M /trunk/test/spritedit.c
  1842. * Renamed libee to libcaca. Far less collisions.
  1843. ------------------------------------------------------------------------
  1844. r87 | sam | 2003-11-16 01:09:09 +0100 (Sun, 16 Nov 2003) | 2 lines
  1845. Changed paths:
  1846. M /trunk/libee/Makefile.am
  1847. A /trunk/libee/blit.c
  1848. M /trunk/libee/ee.h
  1849. M /trunk/test/Makefile.am
  1850. M /trunk/test/demo.c
  1851. * Very ugly ee_blit function. Will be polished in a while.
  1852. ------------------------------------------------------------------------
  1853. r86 | sam | 2003-11-15 13:42:38 +0100 (Sat, 15 Nov 2003) | 10 lines
  1854. Changed paths:
  1855. M /trunk/libee/ee.c
  1856. M /trunk/libee/ee.h
  1857. M /trunk/libee/graphics.c
  1858. M /trunk/test/demo.c
  1859. * libee/ee.c:
  1860. + Replaced ee_color_names[] with ee_get_color_name().
  1861. + Don't oversleep in ee_refresh().
  1862. * libee/graphics.c:
  1863. + Implemented ee_printf().
  1864. * test/demo.c:
  1865. + If new keypresses are detected, don't wait for the next screen refresh.
  1866. + Added an fps counter on demos.
  1867. + Added controls for outlines and drawing boundaries.
  1868. ------------------------------------------------------------------------
  1869. r85 | sam | 2003-11-15 10:58:20 +0100 (Sat, 15 Nov 2003) | 8 lines
  1870. Changed paths:
  1871. M /trunk/libee/ee.c
  1872. M /trunk/libee/ee.h
  1873. M /trunk/libee/ee_internals.h
  1874. M /trunk/libee/graphics.c
  1875. M /trunk/libee/line.c
  1876. * libee/graphics.c:
  1877. + Correct clipping in ee_putstr() for long strings.
  1878. * libee/ee.c:
  1879. + New ee_get_rendertime() call to provide framerate information.
  1880. * libee/ee.h:
  1881. + Added const keywords where it was meaningful, despite Slang's blatant
  1882. omission of such keywords in its prototypes.
  1883. ------------------------------------------------------------------------
  1884. r84 | sam | 2003-11-14 20:00:07 +0100 (Fri, 14 Nov 2003) | 6 lines
  1885. Changed paths:
  1886. M /trunk/libee/ee.c
  1887. M /trunk/src/main.c
  1888. M /trunk/test/demo.c
  1889. * libee/ee.c:
  1890. + Implemented correct framerate wait loop.
  1891. + No framedropping yet.
  1892. * test/demo.c src/main.c:
  1893. + Set an arbitrary framerate for demos.
  1894. ------------------------------------------------------------------------
  1895. r83 | sam | 2003-11-14 19:49:53 +0100 (Fri, 14 Nov 2003) | 2 lines
  1896. Changed paths:
  1897. M /trunk/src/Makefile.am
  1898. M /trunk/test/Makefile.am
  1899. * Fixed compilation in an alternate directory.
  1900. ------------------------------------------------------------------------
  1901. r82 | sam | 2003-11-14 18:02:36 +0100 (Fri, 14 Nov 2003) | 2 lines
  1902. Changed paths:
  1903. M /trunk/src/box.c
  1904. M /trunk/src/main.c
  1905. M /trunk/src/player.c
  1906. M /trunk/src/starfield.c
  1907. M /trunk/src/tunnel.c
  1908. M /trunk/src/weapons.c
  1909. * Sanity checks after each malloc() call.
  1910. ------------------------------------------------------------------------
  1911. r81 | sam | 2003-11-14 17:55:58 +0100 (Fri, 14 Nov 2003) | 4 lines
  1912. Changed paths:
  1913. M /trunk/libee/ee.h
  1914. M /trunk/libee/math.c
  1915. * libee/math.c:
  1916. + ee_sqrt() now uses unsigned ints.
  1917. + Avoid overflows in ee_sqrt().
  1918. ------------------------------------------------------------------------
  1919. r80 | sam | 2003-11-13 18:12:40 +0100 (Thu, 13 Nov 2003) | 2 lines
  1920. Changed paths:
  1921. M /trunk/src/intro.c
  1922. * src/intro.c: Minor graphical issue on dosemu with ncurses backend.
  1923. ------------------------------------------------------------------------
  1924. r79 | sam | 2003-11-13 17:45:25 +0100 (Thu, 13 Nov 2003) | 6 lines
  1925. Changed paths:
  1926. M /trunk/libee/ee.c
  1927. M /trunk/libee/ee_internals.h
  1928. M /trunk/libee/graphics.c
  1929. M /trunk/libee/sprite.c
  1930. * libee/ee.c:
  1931. + Error checking in ee_init().
  1932. + Pre-generate the empty line for ee_clear().
  1933. * libee/sprite.c:
  1934. + Better error checking in ee_sprite_load().
  1935. ------------------------------------------------------------------------
  1936. r78 | sam | 2003-11-13 16:41:12 +0100 (Thu, 13 Nov 2003) | 2 lines
  1937. Changed paths:
  1938. M /trunk/libee/conic.c
  1939. M /trunk/libee/line.c
  1940. M /trunk/src/box.c
  1941. * Minor coding style changes.
  1942. ------------------------------------------------------------------------
  1943. r77 | sam | 2003-11-13 16:37:49 +0100 (Thu, 13 Nov 2003) | 2 lines
  1944. Changed paths:
  1945. M /trunk/data/Makefile.am
  1946. D /trunk/data/bar_boss
  1947. D /trunk/data/bar_fighter
  1948. A /trunk/data/barboss.txt (from /trunk/data/bar_boss:76)
  1949. A /trunk/data/barfight.txt (from /trunk/data/bar_fighter:76)
  1950. D /trunk/data/baz_fighter
  1951. A /trunk/data/bazfight.txt (from /trunk/data/baz_fighter:76)
  1952. A /trunk/data/bongem.txt (from /trunk/data/item_gem:76)
  1953. A /trunk/data/bonheart.txt (from /trunk/data/item_heart:76)
  1954. D /trunk/data/explosion_medium
  1955. D /trunk/data/explosion_small
  1956. D /trunk/data/foo_fighter
  1957. A /trunk/data/foofight.txt (from /trunk/data/foo_fighter:76)
  1958. D /trunk/data/item_gem
  1959. D /trunk/data/item_heart
  1960. A /trunk/data/ship.txt (from /trunk/data/ship_green:76)
  1961. D /trunk/data/ship_green
  1962. D /trunk/data/weapon_bomb
  1963. D /trunk/data/weapon_fragbomb
  1964. A /trunk/data/wpnbomb.txt (from /trunk/data/weapon_bomb:76)
  1965. A /trunk/data/wpnfrag.txt (from /trunk/data/weapon_fragbomb:76)
  1966. A /trunk/data/xplmed.txt (from /trunk/data/explosion_medium:76)
  1967. A /trunk/data/xplsmall.txt (from /trunk/data/explosion_small:76)
  1968. M /trunk/src/aliens.c
  1969. M /trunk/src/bonus.c
  1970. M /trunk/src/explosions.c
  1971. M /trunk/src/intro.c
  1972. M /trunk/src/player.c
  1973. M /trunk/src/weapons.c
  1974. M /trunk/test/demo.c
  1975. * Renamed sprites to < 8+3 names for the DOS port.
  1976. ------------------------------------------------------------------------
  1977. r76 | sam | 2003-11-13 00:46:58 +0100 (Thu, 13 Nov 2003) | 7 lines
  1978. Changed paths:
  1979. M /trunk/data/bar_boss
  1980. M /trunk/data/bar_fighter
  1981. M /trunk/data/baz_fighter
  1982. M /trunk/data/explosion_medium
  1983. M /trunk/data/explosion_small
  1984. M /trunk/data/foo_fighter
  1985. M /trunk/data/item_gem
  1986. M /trunk/data/item_heart
  1987. M /trunk/data/ship_green
  1988. M /trunk/data/weapon_bomb
  1989. M /trunk/data/weapon_fragbomb
  1990. M /trunk/src/starfield.c
  1991. M /trunk/test/demo.c
  1992. * test/demo.c:
  1993. + Removed a spurious '\n' from an ee_putstr().
  1994. * src/starfield.c:
  1995. + Fixed starfield color.
  1996. * data/:
  1997. + Fixed every sprite's colors.
  1998. ------------------------------------------------------------------------
  1999. r75 | sam | 2003-11-12 22:18:50 +0100 (Wed, 12 Nov 2003) | 25 lines
  2000. Changed paths:
  2001. A /trunk/BUGS
  2002. M /trunk/Makefile.am
  2003. M /trunk/README
  2004. M /trunk/TODO
  2005. M /trunk/libee/Makefile.am
  2006. M /trunk/libee/box.c
  2007. M /trunk/libee/conic.c
  2008. M /trunk/libee/ee.c
  2009. M /trunk/libee/ee.h
  2010. A /trunk/libee/ee_internals.h
  2011. M /trunk/libee/graphics.c
  2012. M /trunk/libee/io.c
  2013. M /trunk/libee/line.c
  2014. M /trunk/libee/math.c
  2015. M /trunk/libee/sprite.c
  2016. M /trunk/libee/triangle.c
  2017. M /trunk/src/Makefile.am
  2018. M /trunk/src/overlay.c
  2019. M /trunk/src/weapons.c
  2020. M /trunk/test/demo.c
  2021. * libee/ee.h:
  2022. + Added ee_color_names[] containing our 16 color names.
  2023. * libee/ee.c:
  2024. + Extended our color set to the full 16 instead of 10.
  2025. + Precalculate ncurses attributes.
  2026. * libee/graphics.c:
  2027. + Clip color value in ee_set_color().
  2028. + Clip characters in ee_putchar().
  2029. + Partially clip characters in ee_putstr(), overflows aren't checked yet.
  2030. * libee/ee_internals.h:
  2031. + New file to share extern variables within libee.
  2032. * test/demo.c:
  2033. + Added a simple demo_color() to output all colors.
  2034. + Replaced four ee_draw_line() with ee_draw_thin_box().
  2035. + Replaced x1, y1, x2 etc. with xa, ya, xb etc. because <math.h> already
  2036. defines y1.
  2037. + Randomized colours from 0 to 15 instead of 1 to 10.
  2038. * src/Makefiles.am:
  2039. + Added -lm to the ttyvaders linking flags because of the intro.
  2040. * README BUGS TODO:
  2041. + Updated.
  2042. ------------------------------------------------------------------------
  2043. r74 | sam | 2003-11-12 19:41:02 +0100 (Wed, 12 Nov 2003) | 7 lines
  2044. Changed paths:
  2045. M /trunk/README
  2046. M /trunk/configure.ac
  2047. M /trunk/libee/ee.c
  2048. M /trunk/libee/graphics.c
  2049. * README:
  2050. + Added a note about dos cross-compilation.
  2051. * configure.ac:
  2052. + Added a check for ScreenUpdate in <pc.h>.
  2053. * libee/graphics.c libee/ee.c:
  2054. + Improved the conio port thanks to ScreenUpdate().
  2055. ------------------------------------------------------------------------
  2056. r73 | sam | 2003-11-12 17:23:18 +0100 (Wed, 12 Nov 2003) | 2 lines
  2057. Changed paths:
  2058. M /trunk/configure.ac
  2059. M /trunk/libee/conic.c
  2060. M /trunk/libee/ee.c
  2061. M /trunk/libee/graphics.c
  2062. M /trunk/libee/io.c
  2063. M /trunk/libee/line.c
  2064. * MS-DOS port of libee, using <conio.h>.
  2065. ------------------------------------------------------------------------
  2066. r72 | sam | 2003-11-12 02:48:58 +0100 (Wed, 12 Nov 2003) | 17 lines
  2067. Changed paths:
  2068. M /trunk/data/foo_fighter
  2069. M /trunk/libee/box.c
  2070. M /trunk/libee/ee.h
  2071. M /trunk/libee/graphics.c
  2072. M /trunk/libee/line.c
  2073. M /trunk/libee/sprite.c
  2074. M /trunk/src/Makefile.am
  2075. M /trunk/src/aliens.c
  2076. M /trunk/src/bonus.c
  2077. M /trunk/src/box.c
  2078. M /trunk/src/common.h
  2079. M /trunk/src/explosions.c
  2080. A /trunk/src/intro.c
  2081. M /trunk/src/main.c
  2082. M /trunk/src/overlay.c
  2083. M /trunk/src/player.c
  2084. M /trunk/src/starfield.c
  2085. M /trunk/src/tunnel.c
  2086. M /trunk/src/weapons.c
  2087. M /trunk/test/demo.c
  2088. M /trunk/test/spritedit.c
  2089. * libee/graphics.c:
  2090. + Renamed ee_color() to ee_set_color(), wrote ee_get_color().
  2091. * libee/line.c:
  2092. + Implemented draw_polyline() and draw_thin_polyline().
  2093. * libee/sprite.c:
  2094. + Removed the f member of struct ee_sprite.
  2095. + Implemented ee_get_sprite_{width|height|dx|dy}().
  2096. + Restore the color fater ee_draw_sprite() is called.
  2097. * libee/box.c:
  2098. + Fixed a bug causing improper box clipping at the right and the bottom.
  2099. * data/foo_fighter:
  2100. + Fixed bugs in the sprite.
  2101. * src/intro.c:
  2102. + Test effects for the future game's intro.
  2103. * test/spritedit.c:
  2104. + Added stuff to the sprite editor. We can now navigate through frames.
  2105. ------------------------------------------------------------------------
  2106. r71 | sam | 2003-11-11 11:22:19 +0100 (Tue, 11 Nov 2003) | 13 lines
  2107. Changed paths:
  2108. M /trunk/libee/Makefile.am
  2109. A /trunk/libee/box.c
  2110. M /trunk/libee/conic.c
  2111. M /trunk/libee/ee.h
  2112. M /trunk/libee/triangle.c
  2113. M /trunk/test/demo.c
  2114. * libee/triangle.c:
  2115. + Wrote ee_draw_triangle() and ee_draw_thin_triangle().
  2116. * libee/box.c:
  2117. + Wrote ee_draw_box(), ee_draw_thin_box() and ee_fill_box().
  2118. * libee/conic.c:
  2119. + Wrote ee_fill_ellipse().
  2120. + First attempt at ee_draw_thin_ellipse(), to be reworked.
  2121. * test/demo.c:
  2122. + Merged demo_lines() and demo_thin_lines().
  2123. + Merged demo_triangles() and demo_outlined_triangles().
  2124. + Wrote demo_box().
  2125. + Use ee_fill_ellipse() in demo_all().
  2126. ------------------------------------------------------------------------
  2127. r70 | sam | 2003-11-11 09:00:36 +0100 (Tue, 11 Nov 2003) | 5 lines
  2128. Changed paths:
  2129. M /trunk/data/Makefile.am
  2130. A /trunk/data/ship_green
  2131. M /trunk/src/collide.c
  2132. M /trunk/src/main.c
  2133. M /trunk/src/player.c
  2134. M /trunk/src/weapons.c
  2135. * src/weapons.c:
  2136. + Use ee_draw_ellipse() instead of ee_draw_circle() to draw the nuke.
  2137. * src/player.c:
  2138. + Use ee_draw_sprite() to draw our ship.
  2139. ------------------------------------------------------------------------
  2140. r69 | sam | 2003-11-11 00:38:50 +0100 (Tue, 11 Nov 2003) | 8 lines
  2141. Changed paths:
  2142. M /trunk/libee/Makefile.am
  2143. M /trunk/libee/conic.c
  2144. M /trunk/libee/ee.c
  2145. M /trunk/libee/ee.h
  2146. A /trunk/libee/graphics.c (from /trunk/libee/ee.c:68)
  2147. M /trunk/libee/io.c
  2148. M /trunk/libee/line.c
  2149. M /trunk/libee/math.c
  2150. M /trunk/libee/sprite.c
  2151. M /trunk/libee/triangle.c
  2152. M /trunk/src/box.c
  2153. M /trunk/src/overlay.c
  2154. M /trunk/src/player.c
  2155. M /trunk/src/starfield.c
  2156. M /trunk/src/tunnel.c
  2157. M /trunk/src/weapons.c
  2158. M /trunk/test/demo.c
  2159. * libee/graphics.c:
  2160. + Moved ee_putstr() and ee_putchar() in here.
  2161. * libee/ee.h:
  2162. + Got rid of ee_goto().
  2163. + Moved <slang.h> or <curses.h> into libee.
  2164. * Replaced ee_goto()/ee_putstr() pairs with ee_putstr().
  2165. * Ditto for ee_putchar().
  2166. ------------------------------------------------------------------------
  2167. r68 | sam | 2003-11-11 00:04:13 +0100 (Tue, 11 Nov 2003) | 5 lines
  2168. Changed paths:
  2169. M /trunk/data/Makefile.am
  2170. M /trunk/src/Makefile.am
  2171. M /trunk/test
  2172. M /trunk/test/Makefile.am
  2173. A /trunk/test/spritedit.c
  2174. * test/spritedit.c:
  2175. + Placeholder for our upcoming sprite editor.
  2176. * src/Makefile.am data/Makefile.am:
  2177. + Use AM_CPPFLAGS, not target_CPPFLAGS, so that automake-1.5 can be used.
  2178. ------------------------------------------------------------------------
  2179. r67 | sam | 2003-11-10 23:43:30 +0100 (Mon, 10 Nov 2003) | 4 lines
  2180. Changed paths:
  2181. M /trunk/data/Makefile.am
  2182. A /trunk/data/weapon_fragbomb
  2183. M /trunk/src/weapons.c
  2184. * src/weapons.c data/weapon_fragbomb:
  2185. + Drew the fragbomb sprite.
  2186. + Use the fragbomb in src/weapons.c.
  2187. ------------------------------------------------------------------------
  2188. r66 | sam | 2003-11-10 22:54:11 +0100 (Mon, 10 Nov 2003) | 5 lines
  2189. Changed paths:
  2190. M /trunk/data/Makefile.am
  2191. A /trunk/data/weapon_bomb
  2192. M /trunk/src/weapons.c
  2193. * data/weapon_bomb:
  2194. + New bomb sprite.
  2195. * src/weapons.c:
  2196. + Switched the bomb drawing to use ee_draw_sprite().
  2197. ------------------------------------------------------------------------
  2198. r65 | sam | 2003-11-10 22:17:47 +0100 (Mon, 10 Nov 2003) | 8 lines
  2199. Changed paths:
  2200. M /trunk/data/Makefile.am
  2201. A /trunk/data/explosion_medium
  2202. A /trunk/data/explosion_small
  2203. M /trunk/libee/sprite.c
  2204. M /trunk/src/explosions.c
  2205. * libee/sprite.c:
  2206. + Made sprite loading more robust.
  2207. * src/explosions.c:
  2208. + No longer use ee_putchar etc. to draw our sprites, but use
  2209. ee_draw_sprite().
  2210. * data/:
  2211. + Drew explosion_medium and explosion_small sprites.
  2212. ------------------------------------------------------------------------
  2213. r64 | sam | 2003-11-10 21:43:02 +0100 (Mon, 10 Nov 2003) | 2 lines
  2214. Changed paths:
  2215. M /trunk/libee/conic.c
  2216. * libee/conic.c: Clip circles and ellipses.
  2217. ------------------------------------------------------------------------
  2218. r63 | sam | 2003-11-10 19:29:04 +0100 (Mon, 10 Nov 2003) | 5 lines
  2219. Changed paths:
  2220. M /trunk/libee/conic.c
  2221. M /trunk/libee/sprite.c
  2222. * libee/sprite.c:
  2223. + Added sanity checks in ee_sprite_* functions.
  2224. * libee/conic.c:
  2225. + Use ellipsepoints() in ee_draw_circle().
  2226. ------------------------------------------------------------------------
  2227. r62 | sam | 2003-11-10 19:23:23 +0100 (Mon, 10 Nov 2003) | 3 lines
  2228. Changed paths:
  2229. M /trunk/test/demo.c
  2230. * test/demo.c:
  2231. + Ellipses demo.
  2232. ------------------------------------------------------------------------
  2233. r61 | sam | 2003-11-10 19:21:36 +0100 (Mon, 10 Nov 2003) | 3 lines
  2234. Changed paths:
  2235. M /trunk/libee/conic.c
  2236. M /trunk/libee/ee.h
  2237. * libee/conic.c:
  2238. + ee_draw_ellipse().
  2239. ------------------------------------------------------------------------
  2240. r60 | sam | 2003-11-10 16:31:12 +0100 (Mon, 10 Nov 2003) | 2 lines
  2241. Changed paths:
  2242. M /trunk/libee/Makefile.am
  2243. D /trunk/libee/circle.c
  2244. A /trunk/libee/conic.c (from /trunk/libee/circle.c:58)
  2245. M /trunk/libee/line.c
  2246. * Renamed libee/circle.c to libee/conic.c because we'll do ellipsis.
  2247. ------------------------------------------------------------------------
  2248. r59 | sam | 2003-11-10 16:16:38 +0100 (Mon, 10 Nov 2003) | 3 lines
  2249. Changed paths:
  2250. M /trunk/libee/line.c
  2251. * libee/line.c:
  2252. + Added code comments.
  2253. ------------------------------------------------------------------------
  2254. r58 | sam | 2003-11-10 15:19:21 +0100 (Mon, 10 Nov 2003) | 4 lines
  2255. Changed paths:
  2256. M /trunk/configure.ac
  2257. M /trunk/libee/Makefile.am
  2258. M /trunk/src/Makefile.am
  2259. M /trunk/test/Makefile.am
  2260. * configure.ac:
  2261. + Moved optimization flags and warning triggers here.
  2262. + Updated the snapshot timestamp.
  2263. ------------------------------------------------------------------------
  2264. r57 | sam | 2003-11-10 15:13:56 +0100 (Mon, 10 Nov 2003) | 2 lines
  2265. Changed paths:
  2266. M /trunk/test/demo.c
  2267. * test/demo.c: Nicer complete demo.
  2268. ------------------------------------------------------------------------
  2269. r56 | sam | 2003-11-10 10:26:40 +0100 (Mon, 10 Nov 2003) | 11 lines
  2270. Changed paths:
  2271. M /trunk/data/Makefile.am
  2272. A /trunk/data/baz_fighter
  2273. A /trunk/data/foo_fighter
  2274. A /trunk/data/item_gem
  2275. A /trunk/data/item_heart
  2276. M /trunk/libee/ee.h
  2277. M /trunk/libee/sprite.c
  2278. M /trunk/src/aliens.c
  2279. M /trunk/src/bonus.c
  2280. M /trunk/src/box.c
  2281. * libee/sprite.c:
  2282. + More robust sprite loader.
  2283. + Added ee_set_sprite_frame() and ee_get_sprite_frame().
  2284. + Free all structures in ee_free_sprite().
  2285. * src/aliens.c src/bonus.c:
  2286. + Use ee_draw_sprite() instead of our manual sprite rendering.
  2287. * src/box.c:
  2288. + Use ee_draw_line() instead of the manual equivalent.
  2289. * data/:
  2290. + Added foo_fighter, baz_fighter, item_gem and item_heart sprites.
  2291. ------------------------------------------------------------------------
  2292. r55 | sam | 2003-11-10 03:00:52 +0100 (Mon, 10 Nov 2003) | 2 lines
  2293. Changed paths:
  2294. A /trunk/data/Makefile.am
  2295. * Oops, forgot data/Makefile.am.
  2296. ------------------------------------------------------------------------
  2297. r54 | sam | 2003-11-10 03:00:19 +0100 (Mon, 10 Nov 2003) | 5 lines
  2298. Changed paths:
  2299. M /trunk/Makefile.am
  2300. M /trunk/configure.ac
  2301. A /trunk/data
  2302. A /trunk/data/bar_boss
  2303. A /trunk/data/bar_fighter
  2304. M /trunk/test/demo.c
  2305. * test/demo.c:
  2306. + Wrote a little sprite demo.
  2307. * data/:
  2308. + Added bar_fighter (from ttyvaders) and bar_boss (from shapes.txt).
  2309. ------------------------------------------------------------------------
  2310. r53 | sam | 2003-11-10 02:56:24 +0100 (Mon, 10 Nov 2003) | 4 lines
  2311. Changed paths:
  2312. M /trunk/libee/Makefile.am
  2313. M /trunk/libee/ee.h
  2314. A /trunk/libee/sprite.c
  2315. * libee/sprite.c:
  2316. + Beginning of sprite handling within the library.
  2317. + Added support to load files.
  2318. ------------------------------------------------------------------------
  2319. r52 | sam | 2003-11-10 01:27:33 +0100 (Mon, 10 Nov 2003) | 3 lines
  2320. Changed paths:
  2321. M /trunk/test/demo.c
  2322. * test/demo.c:
  2323. + outlined triangles demo.
  2324. ------------------------------------------------------------------------
  2325. r51 | sam | 2003-11-10 01:15:02 +0100 (Mon, 10 Nov 2003) | 2 lines
  2326. Changed paths:
  2327. M /trunk/configure.ac
  2328. M /trunk/libee/Makefile.am
  2329. M /trunk/src/Makefile.am
  2330. M /trunk/test/Makefile.am
  2331. * Removed CPPFLAGS_slang and CPPFLAGS_ncurses, we now have config.h.
  2332. ------------------------------------------------------------------------
  2333. r50 | sam | 2003-11-10 00:34:24 +0100 (Mon, 10 Nov 2003) | 4 lines
  2334. Changed paths:
  2335. M /trunk/src/aliens.c
  2336. M /trunk/src/bonus.c
  2337. M /trunk/src/box.c
  2338. M /trunk/src/collide.c
  2339. M /trunk/src/explosions.c
  2340. M /trunk/src/main.c
  2341. M /trunk/src/overlay.c
  2342. M /trunk/src/player.c
  2343. M /trunk/src/starfield.c
  2344. M /trunk/src/tunnel.c
  2345. M /trunk/src/weapons.c
  2346. * src/*.c:
  2347. + Added missing #include "config.h".
  2348. + Fixed a nasty bug in ee_rand() calls.
  2349. ------------------------------------------------------------------------
  2350. r49 | sam | 2003-11-10 00:01:29 +0100 (Mon, 10 Nov 2003) | 3 lines
  2351. Changed paths:
  2352. M /trunk/test/demo.c
  2353. * test/demo.c:
  2354. + Disabled the pyramid demo and wrote a simple triangles demo.
  2355. ------------------------------------------------------------------------
  2356. r48 | sam | 2003-11-09 22:36:24 +0100 (Sun, 09 Nov 2003) | 5 lines
  2357. Changed paths:
  2358. M /trunk/libee/Makefile.am
  2359. M /trunk/libee/ee.h
  2360. A /trunk/libee/triangle.c
  2361. M /trunk/test/Makefile.am
  2362. M /trunk/test/demo.c
  2363. * libee/triangle.c:
  2364. + Implemented ee_fill_triangle().
  2365. * test/demo.c:
  2366. + Triangle demo.
  2367. ------------------------------------------------------------------------
  2368. r47 | sam | 2003-11-09 20:46:14 +0100 (Sun, 09 Nov 2003) | 5 lines
  2369. Changed paths:
  2370. M /trunk/libee/ee.h
  2371. M /trunk/libee/line.c
  2372. M /trunk/test/demo.c
  2373. * libee/line.c:
  2374. + ee_draw_thin_line().
  2375. * test/demo.c:
  2376. + Added a thin lines demo.
  2377. ------------------------------------------------------------------------
  2378. r46 | sam | 2003-11-09 19:10:44 +0100 (Sun, 09 Nov 2003) | 2 lines
  2379. Changed paths:
  2380. M /trunk/libee/line.c
  2381. * libee/line.c: genericized line drawing for future use.
  2382. ------------------------------------------------------------------------
  2383. r45 | sam | 2003-11-09 18:45:12 +0100 (Sun, 09 Nov 2003) | 6 lines
  2384. Changed paths:
  2385. M /trunk/test
  2386. M /trunk/test/demo.c
  2387. * test/demo.c:
  2388. + Putpixel demo.
  2389. + Draw line demo.
  2390. + Draw circle demo.
  2391. + Animated radar demo.
  2392. ------------------------------------------------------------------------
  2393. r44 | sam | 2003-11-09 18:21:43 +0100 (Sun, 09 Nov 2003) | 7 lines
  2394. Changed paths:
  2395. M /trunk/libee/Makefile.am
  2396. A /trunk/libee/circle.c (from /trunk/src/weapons.c:42)
  2397. M /trunk/libee/ee.h
  2398. M /trunk/libee/line.c
  2399. M /trunk/src/weapons.c
  2400. * src/weapons.c:
  2401. + Removed draw_circle, use ee_draw_circle instead.
  2402. * libee/circle.c:
  2403. + New ee_draw_circle function.
  2404. * libee/line.c:
  2405. + Changed an internal function's name.
  2406. ------------------------------------------------------------------------
  2407. r43 | sam | 2003-11-09 17:34:23 +0100 (Sun, 09 Nov 2003) | 2 lines
  2408. Changed paths:
  2409. M /trunk/libee
  2410. M /trunk/libee/Makefile.am
  2411. M /trunk/libee/ee.h
  2412. A /trunk/libee/line.c
  2413. * libee/line.c: Implemented ee_draw_line.
  2414. ------------------------------------------------------------------------
  2415. r42 | sam | 2003-11-09 14:52:40 +0100 (Sun, 09 Nov 2003) | 5 lines
  2416. Changed paths:
  2417. M /trunk/libee/ee.c
  2418. M /trunk/libee/ee.h
  2419. M /trunk/test/demo.c
  2420. * libee/ee.c:
  2421. + got rid of DELAY.
  2422. * test/demo.c:
  2423. + Minor animation effect.
  2424. ------------------------------------------------------------------------
  2425. r41 | sam | 2003-11-09 14:51:37 +0100 (Sun, 09 Nov 2003) | 2 lines
  2426. Changed paths:
  2427. M /trunk/libee/math.c
  2428. * libee/math.c: fixed a thinko in ee_rand().
  2429. ------------------------------------------------------------------------
  2430. r40 | sam | 2003-11-09 14:32:04 +0100 (Sun, 09 Nov 2003) | 8 lines
  2431. Changed paths:
  2432. M /trunk/libee/Makefile.am
  2433. M /trunk/libee/ee.c
  2434. M /trunk/libee/ee.h
  2435. A /trunk/libee/io.c (from /trunk/libee/ee.c:37)
  2436. A /trunk/libee/math.c
  2437. M /trunk/src/Makefile.am
  2438. M /trunk/src/aliens.c
  2439. M /trunk/src/collide.c
  2440. M /trunk/src/common.h
  2441. M /trunk/src/explosions.c
  2442. M /trunk/src/main.c
  2443. D /trunk/src/math.c
  2444. M /trunk/src/starfield.c
  2445. M /trunk/src/tunnel.c
  2446. M /trunk/src/weapons.c
  2447. * libee/io.c:
  2448. + Moved ee_get_key() here.
  2449. * libee/math.c:
  2450. + Moved r00t() here and renamed it to ee_sqrt().
  2451. + Moved GET_RAND() here and renamed it to ee_rand().
  2452. * src/math.c:
  2453. + Removed this deprecated file.
  2454. ------------------------------------------------------------------------
  2455. r39 | sam | 2003-11-09 14:16:19 +0100 (Sun, 09 Nov 2003) | 2 lines
  2456. Changed paths:
  2457. M /trunk/src/aliens.c
  2458. M /trunk/src/bonus.c
  2459. M /trunk/src/box.c
  2460. M /trunk/src/ceo.c
  2461. M /trunk/src/collide.c
  2462. M /trunk/src/common.h
  2463. M /trunk/src/explosions.c
  2464. M /trunk/src/main.c
  2465. M /trunk/src/math.c
  2466. M /trunk/src/overlay.c
  2467. M /trunk/src/player.c
  2468. M /trunk/src/starfield.c
  2469. M /trunk/src/tunnel.c
  2470. M /trunk/src/weapons.c
  2471. * Coding style everywhere.
  2472. ------------------------------------------------------------------------
  2473. r38 | sam | 2003-11-09 14:02:34 +0100 (Sun, 09 Nov 2003) | 5 lines
  2474. Changed paths:
  2475. M /trunk/libee/Makefile.am
  2476. M /trunk/test/Makefile.am
  2477. A /trunk/test/demo.c
  2478. * libee/Makefile.am, test/Makefile.am:
  2479. + Added more compiler warning flags.
  2480. * test/demo.c:
  2481. + Small demo for libee.
  2482. ------------------------------------------------------------------------
  2483. r37 | sam | 2003-11-09 14:01:44 +0100 (Sun, 09 Nov 2003) | 2 lines
  2484. Changed paths:
  2485. M /trunk/libee/ee.c
  2486. * libee/ee.c: Fixed a compilation warning.
  2487. ------------------------------------------------------------------------
  2488. r36 | sam | 2003-11-09 13:48:09 +0100 (Sun, 09 Nov 2003) | 2 lines
  2489. Changed paths:
  2490. M /trunk/libee/ee.c
  2491. * libee/ee.c: Exact line fill in ee_clear().
  2492. ------------------------------------------------------------------------
  2493. r35 | sam | 2003-11-09 13:40:53 +0100 (Sun, 09 Nov 2003) | 2 lines
  2494. Changed paths:
  2495. M /trunk/libee/Makefile.am
  2496. M /trunk/libee/ee.c
  2497. A /trunk/libee/ee.h
  2498. M /trunk/src/Makefile.am
  2499. M /trunk/src/aliens.c
  2500. M /trunk/src/bonus.c
  2501. M /trunk/src/box.c
  2502. M /trunk/src/ceo.c
  2503. M /trunk/src/common.h
  2504. M /trunk/src/explosions.c
  2505. M /trunk/src/main.c
  2506. M /trunk/src/overlay.c
  2507. M /trunk/src/player.c
  2508. M /trunk/src/starfield.c
  2509. M /trunk/src/tunnel.c
  2510. M /trunk/src/weapons.c
  2511. * libee is now standalone.
  2512. ------------------------------------------------------------------------
  2513. r34 | sam | 2003-11-09 13:02:42 +0100 (Sun, 09 Nov 2003) | 2 lines
  2514. Changed paths:
  2515. M /trunk/Makefile.am
  2516. M /trunk/configure.ac
  2517. M /trunk/libee
  2518. A /trunk/libee/Makefile.am
  2519. M /trunk/src/Makefile.am
  2520. A /trunk/test
  2521. A /trunk/test/Makefile.am
  2522. * libee is now (almost) standalone.
  2523. ------------------------------------------------------------------------
  2524. r33 | sam | 2003-11-09 12:26:08 +0100 (Sun, 09 Nov 2003) | 7 lines
  2525. Changed paths:
  2526. M /trunk/doc/shapes.txt
  2527. A /trunk/libee
  2528. A /trunk/libee/ee.c (from /trunk/src/graphics.c:31)
  2529. M /trunk/src/Makefile.am
  2530. M /trunk/src/ceo.c
  2531. M /trunk/src/common.h
  2532. D /trunk/src/graphics.c
  2533. M /trunk/src/main.c
  2534. * libee/ee.c:
  2535. + First file in libee, from src/graphics.c.
  2536. + Disable cursor upon initialisation.
  2537. + Added delay code for constant framerate.
  2538. * src/common.h:
  2539. + Minor compilation fix for latest ncurses.
  2540. ------------------------------------------------------------------------
  2541. r32 | sam | 2003-11-06 22:40:53 +0100 (Thu, 06 Nov 2003) | 2 lines
  2542. Changed paths:
  2543. M /trunk/bootstrap
  2544. * bootstrap: always remove autom4te.cache.
  2545. ------------------------------------------------------------------------
  2546. r31 | sam | 2003-10-02 03:08:13 +0200 (Thu, 02 Oct 2003) | 2 lines
  2547. Changed paths:
  2548. M /trunk
  2549. M /trunk/autotools
  2550. M /trunk/bootstrap
  2551. M /trunk/configure.ac
  2552. M /trunk/debian
  2553. M /trunk/src
  2554. M /trunk/src/aliens.c
  2555. M /trunk/src/bonus.c
  2556. M /trunk/src/box.c
  2557. M /trunk/src/ceo.c
  2558. M /trunk/src/collide.c
  2559. M /trunk/src/common.h
  2560. M /trunk/src/explosions.c
  2561. M /trunk/src/graphics.c
  2562. M /trunk/src/main.c
  2563. M /trunk/src/math.c
  2564. M /trunk/src/overlay.c
  2565. M /trunk/src/player.c
  2566. M /trunk/src/starfield.c
  2567. M /trunk/src/tunnel.c
  2568. M /trunk/src/weapons.c
  2569. * Fixed keywords, ignore, and lots of tiny SVN things.
  2570. ------------------------------------------------------------------------
  2571. r30 | sam | 2003-02-09 12:17:40 +0100 (Sun, 09 Feb 2003) | 3 lines
  2572. Changed paths:
  2573. M /trunk/TODO
  2574. M /trunk/src/Makefile.am
  2575. A /trunk/src/box.c
  2576. M /trunk/src/common.h
  2577. M /trunk/src/main.c
  2578. M /trunk/src/overlay.c
  2579. * support for boxes
  2580. * application: pause box
  2581. ------------------------------------------------------------------------
  2582. r29 | sam | 2003-01-06 13:22:58 +0100 (Mon, 06 Jan 2003) | 3 lines
  2583. Changed paths:
  2584. M /trunk/TODO
  2585. M /trunk/src/collide.c
  2586. * cosmetic code changes.
  2587. * fixed a bug in the tunnel munching.
  2588. ------------------------------------------------------------------------
  2589. r28 | sam | 2002-12-23 17:44:28 +0100 (Mon, 23 Dec 2002) | 3 lines
  2590. Changed paths:
  2591. M /trunk/README
  2592. M /trunk/TODO
  2593. M /trunk/configure.ac
  2594. M /trunk/src/weapons.c
  2595. * fixed the ncurses build.
  2596. * replaced '?\239?\191?\189' with ':' in the fragbomb tail because it's not ASCII.
  2597. ------------------------------------------------------------------------
  2598. r27 | sam | 2002-12-23 17:21:38 +0100 (Mon, 23 Dec 2002) | 6 lines
  2599. Changed paths:
  2600. M /trunk/configure.ac
  2601. M /trunk/src/collide.c
  2602. M /trunk/src/common.h
  2603. M /trunk/src/graphics.c
  2604. M /trunk/src/main.c
  2605. M /trunk/src/overlay.c
  2606. M /trunk/src/player.c
  2607. * new timestamp for a new snapshot.
  2608. * lots of sanity checks in collide.c.
  2609. * moved usleep() to graphics.c.
  2610. * added random key generator in the dummy driver.
  2611. * cosmetic changes in the energy bars.
  2612. ------------------------------------------------------------------------
  2613. r26 | sam | 2002-12-23 16:06:13 +0100 (Mon, 23 Dec 2002) | 4 lines
  2614. Changed paths:
  2615. M /trunk/src/Makefile.am
  2616. M /trunk/src/common.h
  2617. M /trunk/src/main.c
  2618. A /trunk/src/overlay.c
  2619. M /trunk/src/player.c
  2620. * better handling of special weapon timeout.
  2621. * the bomb is now part of the standard fire button effect.
  2622. * overlay for life and special weapon jauges.
  2623. ------------------------------------------------------------------------
  2624. r25 | sam | 2002-12-23 14:46:27 +0100 (Mon, 23 Dec 2002) | 3 lines
  2625. Changed paths:
  2626. M /trunk/src/aliens.c
  2627. M /trunk/src/collide.c
  2628. M /trunk/src/common.h
  2629. M /trunk/src/main.c
  2630. M /trunk/src/player.c
  2631. * aliens are now named foo, bar and baz.
  2632. * beginning of life jauges.
  2633. ------------------------------------------------------------------------
  2634. r24 | sam | 2002-12-23 14:13:04 +0100 (Mon, 23 Dec 2002) | 2 lines
  2635. Changed paths:
  2636. M /trunk/src/common.h
  2637. M /trunk/src/main.c
  2638. M /trunk/src/player.c
  2639. * ship has vx and vy.
  2640. ------------------------------------------------------------------------
  2641. r23 | sam | 2002-12-23 13:47:36 +0100 (Mon, 23 Dec 2002) | 2 lines
  2642. Changed paths:
  2643. M /trunk/TODO
  2644. M /trunk/src/main.c
  2645. M /trunk/src/tunnel.c
  2646. * cosmetic change: reworked draw_tunnel.
  2647. ------------------------------------------------------------------------
  2648. r22 | sam | 2002-12-23 13:03:31 +0100 (Mon, 23 Dec 2002) | 3 lines
  2649. Changed paths:
  2650. M /trunk/src/main.c
  2651. M /trunk/src/tunnel.c
  2652. * lasers are now twice as fast.
  2653. * walls are now filled, and displayed on top of aliens.
  2654. ------------------------------------------------------------------------
  2655. r21 | sam | 2002-12-23 11:06:27 +0100 (Mon, 23 Dec 2002) | 5 lines
  2656. Changed paths:
  2657. M /trunk/configure.ac
  2658. M /trunk/src/Makefile.am
  2659. M /trunk/src/ceo.c
  2660. M /trunk/src/common.h
  2661. M /trunk/src/graphics.c
  2662. M /trunk/src/main.c
  2663. M /trunk/src/tunnel.c
  2664. * added support for --disable-slang.
  2665. * fixed an overflow in the tunnel update code.
  2666. * fragbomb is now 'f', not 'd'.
  2667. * added a missing call to init_bonus().
  2668. ------------------------------------------------------------------------
  2669. r20 | sam | 2002-12-23 10:28:37 +0100 (Mon, 23 Dec 2002) | 5 lines
  2670. Changed paths:
  2671. M /trunk/TODO
  2672. M /trunk/src/collide.c
  2673. M /trunk/src/common.h
  2674. M /trunk/src/main.c
  2675. M /trunk/src/starfield.c
  2676. M /trunk/src/tunnel.c
  2677. M /trunk/src/weapons.c
  2678. * the beam now digs the tunnel.
  2679. * the starfield is now an array of stars.
  2680. * fixed wall rendering (offset issues and disappearing left wall).
  2681. * 32 seekers on fragbomb explosion, not 16.
  2682. ------------------------------------------------------------------------
  2683. r19 | sam | 2002-12-23 00:39:15 +0100 (Mon, 23 Dec 2002) | 3 lines
  2684. Changed paths:
  2685. M /trunk/src/weapons.c
  2686. * seekers and homing bombs react more quickly.
  2687. * 16 seekers on fragbomb explosion instead of 12.
  2688. ------------------------------------------------------------------------
  2689. r18 | sam | 2002-12-23 00:01:35 +0100 (Mon, 23 Dec 2002) | 3 lines
  2690. Changed paths:
  2691. M /trunk/src/math.c
  2692. M /trunk/src/weapons.c
  2693. * fixed a segfault when the target seeker speed was zero.
  2694. * factorized the seeker generation on fragbomb explosion.
  2695. ------------------------------------------------------------------------
  2696. r17 | sam | 2002-12-22 23:36:42 +0100 (Sun, 22 Dec 2002) | 2 lines
  2697. Changed paths:
  2698. M /trunk/src/Makefile.am
  2699. M /trunk/src/common.h
  2700. A /trunk/src/math.c
  2701. M /trunk/src/weapons.c
  2702. * Removed the dependency on <math.h>. We don't need no stinking sqrt!
  2703. ------------------------------------------------------------------------
  2704. r16 | sam | 2002-12-22 23:17:41 +0100 (Sun, 22 Dec 2002) | 3 lines
  2705. Changed paths:
  2706. M /trunk/doc/shapes.txt
  2707. M /trunk/src/aliens.c
  2708. M /trunk/src/ceo.c
  2709. M /trunk/src/collide.c
  2710. M /trunk/src/common.h
  2711. M /trunk/src/main.c
  2712. M /trunk/src/weapons.c
  2713. * dead aliens don't explode in the collision loop but in their update loop.
  2714. * new super weapon, the fragmentation bomb.
  2715. ------------------------------------------------------------------------
  2716. r15 | sam | 2002-12-22 20:08:35 +0100 (Sun, 22 Dec 2002) | 2 lines
  2717. Changed paths:
  2718. M /trunk/.cvsignore
  2719. M /trunk/Makefile.am
  2720. A /trunk/autotools
  2721. A /trunk/autotools/.cvsignore
  2722. A /trunk/autotools/Makefile.am
  2723. M /trunk/bootstrap
  2724. M /trunk/configure.ac
  2725. M /trunk/debian/.cvsignore
  2726. M /trunk/src/Makefile.am
  2727. * Moved generated autotools files to the autotools/ directory.
  2728. ------------------------------------------------------------------------
  2729. r14 | sam | 2002-12-22 19:44:12 +0100 (Sun, 22 Dec 2002) | 2 lines
  2730. Changed paths:
  2731. M /trunk/src/aliens.c
  2732. M /trunk/src/bonus.c
  2733. M /trunk/src/ceo.c
  2734. M /trunk/src/collide.c
  2735. M /trunk/src/common.h
  2736. M /trunk/src/explosions.c
  2737. M /trunk/src/graphics.c
  2738. M /trunk/src/main.c
  2739. M /trunk/src/player.c
  2740. M /trunk/src/starfield.c
  2741. M /trunk/src/tunnel.c
  2742. M /trunk/src/weapons.c
  2743. * I think I fucked up the $Id tags on my previous commit.
  2744. ------------------------------------------------------------------------
  2745. r13 | sam | 2002-12-22 19:42:32 +0100 (Sun, 22 Dec 2002) | 3 lines
  2746. Changed paths:
  2747. A /trunk/COPYING
  2748. M /trunk/src/aliens.c
  2749. M /trunk/src/bonus.c
  2750. M /trunk/src/ceo.c
  2751. M /trunk/src/collide.c
  2752. M /trunk/src/common.h
  2753. M /trunk/src/explosions.c
  2754. M /trunk/src/graphics.c
  2755. M /trunk/src/main.c
  2756. M /trunk/src/player.c
  2757. M /trunk/src/starfield.c
  2758. M /trunk/src/tunnel.c
  2759. M /trunk/src/weapons.c
  2760. * added the COPYING file (GPLv2).
  2761. * added GPL headers to source files.
  2762. ------------------------------------------------------------------------
  2763. r12 | sam | 2002-12-22 19:40:36 +0100 (Sun, 22 Dec 2002) | 2 lines
  2764. Changed paths:
  2765. M /trunk/src/Makefile.am
  2766. A /trunk/src/ceo.c
  2767. M /trunk/src/common.h
  2768. M /trunk/src/main.c
  2769. * tab == hotkey for CEO alert.
  2770. ------------------------------------------------------------------------
  2771. r11 | sam | 2002-12-18 19:44:47 +0100 (Wed, 18 Dec 2002) | 2 lines
  2772. Changed paths:
  2773. M /trunk/TODO
  2774. M /trunk/doc/shapes.txt
  2775. M /trunk/src/aliens.c
  2776. * 3rd alien type.
  2777. ------------------------------------------------------------------------
  2778. r10 | sam | 2002-12-18 19:12:28 +0100 (Wed, 18 Dec 2002) | 2 lines
  2779. Changed paths:
  2780. D /trunk/Makefile
  2781. * Scrapped Makefile.
  2782. ------------------------------------------------------------------------
  2783. r9 | sam | 2002-12-18 19:11:54 +0100 (Wed, 18 Dec 2002) | 2 lines
  2784. Changed paths:
  2785. M /trunk/Makefile
  2786. A /trunk/README
  2787. A /trunk/TODO
  2788. * README and TODO files.
  2789. ------------------------------------------------------------------------
  2790. r8 | sam | 2002-12-18 14:29:31 +0100 (Wed, 18 Dec 2002) | 2 lines
  2791. Changed paths:
  2792. M /trunk/Makefile
  2793. M /trunk/configure.ac
  2794. M /trunk/doc/shapes.txt
  2795. M /trunk/src/collide.c
  2796. M /trunk/src/weapons.c
  2797. * the bomb's head is now white
  2798. ------------------------------------------------------------------------
  2799. r7 | sam | 2002-12-15 18:16:45 +0100 (Sun, 15 Dec 2002) | 3 lines
  2800. Changed paths:
  2801. M /trunk/doc/shapes.txt
  2802. M /trunk/src/aliens.c
  2803. M /trunk/src/collide.c
  2804. M /trunk/src/common.h
  2805. M /trunk/src/main.c
  2806. M /trunk/src/weapons.c
  2807. * new weapon: bomb.
  2808. * beam now collides with aliens.
  2809. ------------------------------------------------------------------------
  2810. r6 | sam | 2002-12-15 06:03:55 +0100 (Sun, 15 Dec 2002) | 2 lines
  2811. Changed paths:
  2812. M /trunk/doc/shapes.txt
  2813. M /trunk/src/common.h
  2814. M /trunk/src/main.c
  2815. M /trunk/src/weapons.c
  2816. * 'beam' weapon.
  2817. ------------------------------------------------------------------------
  2818. r5 | sam | 2002-12-15 04:41:32 +0100 (Sun, 15 Dec 2002) | 10 lines
  2819. Changed paths:
  2820. M /trunk/Makefile
  2821. M /trunk/configure.ac
  2822. M /trunk/debian/changelog
  2823. M /trunk/debian/control
  2824. M /trunk/debian/rules
  2825. M /trunk/doc/shapes.txt
  2826. M /trunk/src/Makefile.am
  2827. M /trunk/src/aliens.c
  2828. A /trunk/src/bonus.c
  2829. M /trunk/src/collide.c
  2830. M /trunk/src/common.h
  2831. M /trunk/src/explosions.c
  2832. M /trunk/src/graphics.c
  2833. M /trunk/src/main.c
  2834. M /trunk/src/player.c
  2835. M /trunk/src/starfield.c
  2836. M /trunk/src/tunnel.c
  2837. M /trunk/src/weapons.c
  2838. * real Debian package files.
  2839. * two new types of aliens. only one rules.
  2840. * removed gfx_write in favor of gfx_putchar and gfx_putstr.
  2841. * added bonuses at alien death. they do nothing yet.
  2842. * seeker missiles. 'b' to test.
  2843. * weapon resolution is now 16*char. needs to be generalized.
  2844. * fixed the supernova bugs. center could collide with the tunnel, and
  2845. the last frame was badly displayed.
  2846. * lots of cleanups everywhere.
  2847. ------------------------------------------------------------------------
  2848. r4 | sam | 2002-12-13 21:50:00 +0100 (Fri, 13 Dec 2002) | 2 lines
  2849. Changed paths:
  2850. M /trunk/.cvsignore
  2851. M /trunk/Makefile
  2852. A /trunk/Makefile.am
  2853. D /trunk/aliens.c
  2854. A /trunk/bootstrap
  2855. D /trunk/collide.c
  2856. D /trunk/common.h
  2857. A /trunk/configure.ac
  2858. A /trunk/debian
  2859. A /trunk/debian/.cvsignore
  2860. A /trunk/debian/Makefile.am
  2861. A /trunk/debian/changelog
  2862. A /trunk/debian/control
  2863. A /trunk/debian/rules
  2864. A /trunk/doc
  2865. A /trunk/doc/shapes.txt
  2866. D /trunk/explosions.c
  2867. D /trunk/graphics.c
  2868. D /trunk/main.c
  2869. D /trunk/player.c
  2870. D /trunk/shapes.txt
  2871. A /trunk/src
  2872. A /trunk/src/.cvsignore
  2873. A /trunk/src/Makefile.am
  2874. A /trunk/src/aliens.c
  2875. A /trunk/src/collide.c
  2876. A /trunk/src/common.h
  2877. A /trunk/src/explosions.c
  2878. A /trunk/src/graphics.c
  2879. A /trunk/src/main.c
  2880. A /trunk/src/player.c
  2881. A /trunk/src/starfield.c
  2882. A /trunk/src/tunnel.c
  2883. A /trunk/src/weapons.c
  2884. D /trunk/starfield.c
  2885. D /trunk/tunnel.c
  2886. D /trunk/weapons.c
  2887. * autotoolificationized the whole thing.
  2888. ------------------------------------------------------------------------
  2889. r3 | sam | 2002-12-13 20:27:16 +0100 (Fri, 13 Dec 2002) | 4 lines
  2890. Changed paths:
  2891. M /trunk/collide.c
  2892. M /trunk/common.h
  2893. M /trunk/explosions.c
  2894. M /trunk/main.c
  2895. M /trunk/player.c
  2896. M /trunk/weapons.c
  2897. * moved nuke from explosions to weapons.
  2898. * used a cool Bresenham algorithm to draw the nuke circles.
  2899. * nuke collides with aliens.
  2900. ------------------------------------------------------------------------
  2901. r2 | sam | 2002-12-13 20:24:53 +0100 (Fri, 13 Dec 2002) | 2 lines
  2902. Changed paths:
  2903. A /trunk/.cvsignore
  2904. * .cvsignore file.
  2905. ------------------------------------------------------------------------
  2906. r1 | sam | 2002-12-13 20:23:07 +0100 (Fri, 13 Dec 2002) | 3 lines
  2907. Changed paths:
  2908. A /branches
  2909. A /trunk
  2910. A /trunk/Makefile
  2911. A /trunk/aliens.c
  2912. A /trunk/collide.c
  2913. A /trunk/common.h
  2914. A /trunk/explosions.c
  2915. A /trunk/graphics.c
  2916. A /trunk/main.c
  2917. A /trunk/player.c
  2918. A /trunk/shapes.txt
  2919. A /trunk/starfield.c
  2920. A /trunk/tunnel.c
  2921. A /trunk/weapons.c
  2922. * First commit. Scrolling works, some weaponry, controls, tunnel blowing,
  2923. the nuke is still ugly, almost no collision detection. Nice demo :)
  2924. ------------------------------------------------------------------------