您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

50 行
1.1 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. Scene:
  8. - Remove uses of g_scene
  9. - Maybe make Camera a world object instead?
  10. Image:
  11. - Handle pitch in SDL codec (and all others, actually)
  12. - Fix the Floyd-Steinberg ode in pixels.cpp
  13. - Add gamma handling in pixels.cpp
  14. - port libpipi files:
  15. · analysis/histogram.cpp
  16. · analysis/measure.cpp
  17. · codec/coreimage.cpp
  18. · codec/coreimage.h
  19. · codec.cpp
  20. · codec/jpeg.cpp
  21. · colorstring.cpp
  22. · combine/blit.cpp
  23. · combine/merge.cpp
  24. · combine/minmax.cpp
  25. · combine/mulscreen.cpp
  26. · combine/rgb.cpp
  27. · combine/subadd.cpp
  28. · context.cpp
  29. · dither/dbs.cpp
  30. · filter/blur.cpp
  31. · filter/rotate.cpp
  32. · filter/transform.cpp
  33. · filter/wave.cpp
  34. · paint/bezier.cpp
  35. · paint/floodfill.cpp
  36. · paint/line.cpp
  37. · paint/rectangle.cpp
  38. · paint/tile.cpp
  39. · pipi.h
  40. · pipi-internals.h
  41. · pipi-template.h
  42. · quantize/reduce.cpp
  43. · sequence.cpp