Skip to content
Snippets Groups Projects
  1. Jul 25, 2011
  2. Jul 15, 2011
  3. Jun 14, 2011
  4. May 15, 2011
  5. May 07, 2011
  6. May 06, 2011
  7. Mar 28, 2011
  8. Feb 27, 2011
  9. Jan 01, 2011
  10. Dec 02, 2010
  11. Nov 15, 2010
  12. Oct 22, 2010
  13. Sep 15, 2010
  14. Sep 10, 2010
    • dg's avatar
      Increased UI display speed. LogFlasher, LogDisplay, HotkeysDisplay,... · f3cd48b4
      dg authored
      Increased UI display speed. LogFlasher, LogDisplay, HotkeysDisplay, ActorsSeenDisplay, Tooltip and PlayerDisplay classes have changed and are now easier (and faster) to use. Converting is easy:
       * In your Game:display() change lines like self.log:display():toScreen(self.display_x, self.display_y)
       * to simply: self.log:toScreen()
       * To convert your own PlayerDisplay have a look at ToME's one, but basically you just need to create a texture with :glTexture() and then update it at the end of yoru display() and add a new toScreen() method
      
      
      git-svn-id: http://svn.net-core.org/repos/t-engine4@1174 51575b47-30f0-44d4-a5cc-537603b46e54
      f3cd48b4
  15. Aug 30, 2010
Loading