18
edits
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
Status Report | Status Report | ||
Jun 18th - Jun 24th | |||
The game can play now. This week I did the followings: | |||
(1)Find out why no input is processed. | |||
Last week I commented the statements that change the stack base when function returns. But two kind of things are missed: | |||
a) Call to destructor of GameSession at the end of main(). | |||
b) Call to exitRuntime after main() return. | |||
After commented these statements in the generated html, the game can play on nightly build Firefox 16. | |||
(2) Try to port the worldmap. | |||
When showing the worldmap, the game will load all the levels in the map and construct Level object for each level. This process is very slow. The page wil get stuck. Need to modify the level loading process. | |||
(3) Create repo on GitHub. | |||
lnk: https://github.com/forandom/WebSupertux | |||
Jun 11th - Jun 17th | Jun 11th - Jun 17th | ||
edits