Differences From Artifact [2b6041f7525bfa95]:
- File        
src/gui.d
- 2012-07-16 09:08:54 - part of checkin [9c48acc38d] on branch trunk - gui: auto-center (user: kinaba) [annotate]
 
To Artifact [91ff36ba7e144853]:
- File        
src/gui.d
- 2012-07-16 10:02:57 - part of checkin [b96971b0b6] on branch trunk - refactoring. (user: kinaba) [annotate]
 
  117                                                                                       117  
  118                  // Update textual info.                                              118                  // Update textual info.
  119                  this.text = .text(                                                   119                  this.text = .text(
  120                          "Score: ", g.score,                                          120                          "Score: ", g.score,
  121                          " Air: ", g.hp,                                              121                          " Air: ", g.hp,
  122                          " Tide: ", g.water_until_rise,                               122                          " Tide: ", g.water_until_rise,
  123                          " Wadler: ", g.hige_until_rise,                              123                          " Wadler: ", g.hige_until_rise,
  124                          " Razor: ", g.map.razor);                                |   124                          " Razor: ", g.map.num_razor);
  125                  invalidate();                                                        125                  invalidate();
  126          }                                                                            126          }
  127                                                                                       127  
  128  private:                                                                             128  private:
  129          void setup_keyhandling(void delegate(char c) command)                        129          void setup_keyhandling(void delegate(char c) command)
  130          {                                                                            130          {
  131                  noMessageFilter();                                                   131                  noMessageFilter();