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.
 
 
 

43 line
1.0 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 code in pixels.cpp
  13. - Add gamma handling in pixels.cpp
  14. - Make some Image::Lock2D method that returns an Array2D
  15. - port libpipi files:
  16. · analysis/histogram.cpp
  17. · analysis/measure.cpp
  18. · codec/coreimage.cpp
  19. · codec/coreimage.h
  20. · codec/jpeg.cpp
  21. · combine/blit.cpp
  22. · combine/merge.cpp
  23. · combine/minmax.cpp
  24. · combine/mulscreen.cpp
  25. · combine/rgb.cpp
  26. · combine/subadd.cpp
  27. · context.cpp
  28. · filter/blur.cpp
  29. · filter/rotate.cpp
  30. · filter/transform.cpp
  31. · filter/wave.cpp
  32. · paint/bezier.cpp
  33. · paint/floodfill.cpp
  34. · paint/line.cpp
  35. · quantize/reduce.cpp
  36. · sequence.cpp