Progress Report 2007-01-14

Changes :

  • I finished writing my first tutorial on Lua. Read Lua part 1 and let me know what you think.
  • Finished the rewriting of the map display. The map is now displayed 10x faster. \o/
  • CLua, a basic lua wrapper.
  • We can now call the map loading and the map drawing from lua.
  • We now load configurations from a very basic xml file.
  • Started using doxygen to generate documentation. Converted parts of my documentation to use doxygen syntax.
  • Add a “player” (a blue tile) on the map.
  • Basic obstructions handling.

Todo :

  • Write a “Making of” page for the implementation of the loading of maps created with Tiled.
  • Rework the base64 loading of tile. I should load the image from memory instead of writing a temporary file and loading it.
  • Rework the split of a tileset image. I should copy the pixel of the big image in the tile, instead of each time copying the big image and cropping it.

0 Responses to “Progress Report 2007-01-14”


  1. No Comments

Leave a Reply