Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 

35 Zeilen
647 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. Performances
  10. ------------
  11. [ ] Switch rendering to vertex/index buffer objects
  12. Editor
  13. ------
  14. [ ] File requester for maps.
  15. [ ] Scroller/panner for maps.
  16. [ ] Allow to modify maps.
  17. [ ] Do GTK stuff instead of waiting for the framerate
  18. Specs
  19. -----
  20. [ ] Write a map file format.
  21. [ ] Add special zones to the map.
  22. Architecture
  23. ------------
  24. [ ] Tiler and Forge are almost the same, try to refactor them.