Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Initial Version and Version 2 of Ticket #265


Ignore:
Timestamp:
Sep 22, 2008, 10:17:42 PM (16 years ago)
Author:
rgrieder
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #265

    • Property Component changed from GUI to Menu
    • Property Type changed from defect to task
  • Ticket #265 – Description

    initial v2  
    11== Basic Task ==
    2 The goal of this ticket is to code and design a loading bar which appears when the level is being loaded.
     2The goal of this ticket is to program and design a loading bar which appears when the level is being loaded.
     3
     4Since we don't yet use multithreading, it will be required to call renderOneFrame() in order to actually show the loading bar. The reason is simply that the main loop doesn't run while the level is being loaded.
     5This means that you need to know a little bit about our internal design. You best ask one of the PPS assistants for that.