25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

69 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. · pipi-stubs.h
  12. · render/noise.cpp
  13. · render/screen.cpp
  14. · tiles.cpp
  15. · pipi-internals.h
  16. · pipi-template.h
  17. · paint/rectangle.cpp
  18. · paint/line.cpp
  19. · paint/floodfill.cpp
  20. · paint/bezier.cpp
  21. · paint/tile.cpp
  22. · pipi-types.h
  23. · stock.cpp
  24. · context.cpp
  25. · pipi.h
  26. · dither.cpp
  27. · colorstring.cpp
  28. · codec/coreimage.cpp
  29. · codec/coreimage.h
  30. · codec/oric.cpp
  31. · codec/jpeg.cpp
  32. · resample/bresenham.cpp
  33. · resample/bicubic.cpp
  34. · quantize/reduce.cpp
  35. · analysis/histogram.cpp
  36. · analysis/measure.cpp
  37. · crop.cpp
  38. · pipi.cpp
  39. · codec.cpp
  40. · dither/ediff.cpp
  41. · dither/ostromoukhov.cpp
  42. · dither/random.cpp
  43. · dither/ordered.cpp
  44. · dither/dbs.cpp
  45. · sequence.cpp
  46. · filter/convolution.cpp
  47. · filter/wave.cpp
  48. · filter/dilate.cpp
  49. · filter/color.cpp
  50. · filter/blur.cpp
  51. · filter/yuv.cpp
  52. · filter/autocontrast.cpp
  53. · filter/median.cpp
  54. · filter/rotate.cpp
  55. · filter/transform.cpp
  56. · filter/sharpen.cpp
  57. · combine/rgb.cpp
  58. · combine/blit.cpp
  59. · combine/minmax.cpp
  60. · combine/subadd.cpp
  61. · combine/merge.cpp
  62. · combine/mulscreen.cpp
  63. · pixels.cpp