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

65 lines
1.5 KiB

  1. Large projects
  2. ----------------
  3. - Add scripting support (lua?).
  4. - Tiler and Forge are almost the same, try to refactor them.
  5. Engine classes
  6. ----------------
  7. Image:
  8. - Handle pitch in SDL codec (and all others, actually)
  9. - port libpipi files:
  10. · accessors.cpp
  11. · analysis/histogram.cpp
  12. · analysis/measure.cpp
  13. · codec/coreimage.cpp
  14. · codec/coreimage.h
  15. · codec.cpp
  16. · codec/jpeg.cpp
  17. · codec/oric.cpp
  18. · colorstring.cpp
  19. · combine/blit.cpp
  20. · combine/merge.cpp
  21. · combine/minmax.cpp
  22. · combine/mulscreen.cpp
  23. · combine/rgb.cpp
  24. · combine/subadd.cpp
  25. · context.cpp
  26. · crop.cpp
  27. · dither.cpp
  28. · dither/dbs.cpp
  29. · dither/ediff.cpp
  30. · dither/ordered.cpp
  31. · dither/ostromoukhov.cpp
  32. · dither/random.cpp
  33. · filter/autocontrast.cpp
  34. · filter/blur.cpp
  35. · filter/color.cpp
  36. · filter/convolution.cpp
  37. · filter/dilate.cpp
  38. · filter/median.cpp
  39. · filter/rotate.cpp
  40. · filter/sharpen.cpp
  41. · filter/transform.cpp
  42. · filter/wave.cpp
  43. · filter/yuv.cpp
  44. · paint/bezier.cpp
  45. · paint/floodfill.cpp
  46. · paint/line.cpp
  47. · paint/rectangle.cpp
  48. · paint/tile.cpp
  49. · pipi.h
  50. · pipi-internals.h
  51. · pipi-stubs.h
  52. · pipi-template.h
  53. · pipi-types.h
  54. · pixels.cpp
  55. · quantize/reduce.cpp
  56. · resample/bicubic.cpp
  57. · resample/bresenham.cpp
  58. · sequence.cpp
  59. · tiles.cpp