File: TODO

package info (click to toggle)
glpuzzle 0.2-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,412 kB
  • ctags: 210
  • sloc: cpp: 1,371; makefile: 48
file content (20 lines) | stat: -rw-r--r-- 831 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

 * work correctly on other resolutions
   * the puzzle pieces in the texture maps need some transparent
     space around them, so we can use GL_LINEAR interpolation.
     right now, i have to use GL_NEAREST for the puzzle pieces,
     or else i get artifacts when the interpolation picks up
     pixels because of rounding errors
   * the above has been done, but the texture maps include this transparent
     space now, and it shouldn't. some rewrite of the render stuff will be
     required. (when the .map is created, it should take into consideration
     the images with an extra border,  and adjust x y w h accordingly)

 * change snap puzzle piece center to cursor behaviour
   * make this optional?
   * make it smooth?

 * niecer distribution of the preview images on the preview screen
 
 * general code refactoring