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.
 
 
 

36 lines
914 B

  1. Important stuff
  2. ---------------
  3. [ ] Something to move a character around.
  4. - [ ] Joystick input.
  5. - [ ] Event listeners for keyboard or joystick.
  6. [ ] Map collisions?
  7. [ ] Add scripting support (lua?).
  8. [ ] Open several maps at the same time.
  9. [ ] See whether we should use floats or at least subpixel coordinates for
  10. on-screen objects, in order to handle velocity and other physics stuff
  11. (with rounding when displaying, of course)
  12. Performances
  13. ------------
  14. [ ] Switch rendering to vertex/index buffer objects
  15. Editor
  16. ------
  17. [ ] File requester for maps.
  18. [ ] Scroller/panner for maps.
  19. [ ] Allow to modify maps.
  20. [x] Do GTK stuff instead of waiting for the framerate
  21. [ ] "map viewer" object/asset, as opposed to more complex in-game manager
  22. Specs
  23. -----
  24. [ ] Write a map file format.
  25. [ ] Add special zones to the map.
  26. Architecture
  27. ------------
  28. [ ] Tiler and Forge are almost the same, try to refactor them.