SummerOfCode/2012/PortSupertux: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 11: Line 11:
Last week I commented the statements that change the stack base when function returns. But two kind of things are missed:
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().
a) Call to destructors at the end of functions.


b) Call to exitRuntime after main() return.
b) Call to exitRuntime after main() returns.


After commented these statements in the generated html, the game can play on nightly build Firefox 16.
After commented these statements in the generated html, the game can play on nightly build Firefox 16.


(2) Try to port the worldmap.
(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.
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.
(3) Create repo on GitHub.
18

edits

Navigation menu