Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

pirms 14 gadiem
pirms 14 gadiem
pirms 14 gadiem
pirms 14 gadiem
pirms 14 gadiem
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. · codec/oric.cpp
  22. · colorstring.cpp
  23. · combine/blit.cpp
  24. · combine/merge.cpp
  25. · combine/minmax.cpp
  26. · combine/mulscreen.cpp
  27. · combine/rgb.cpp
  28. · combine/subadd.cpp
  29. · context.cpp
  30. · dither/dbs.cpp
  31. · filter/blur.cpp
  32. · filter/color.cpp
  33. · filter/dilate.cpp
  34. · filter/rotate.cpp
  35. · filter/sharpen.cpp
  36. · filter/transform.cpp
  37. · filter/wave.cpp
  38. · paint/bezier.cpp
  39. · paint/floodfill.cpp
  40. · paint/line.cpp
  41. · paint/rectangle.cpp
  42. · paint/tile.cpp
  43. · pipi.h
  44. · pipi-internals.h
  45. · pipi-template.h
  46. · quantize/reduce.cpp
  47. · resample/bicubic.cpp
  48. · resample/bresenham.cpp
  49. · sequence.cpp
  50. · tiles.cpp