Skip to content
Snippets Groups Projects
  1. Jul 10, 2012
  2. May 21, 2012
  3. Mar 06, 2012
  4. Feb 17, 2012
  5. Feb 14, 2012
  6. Jul 25, 2011
  7. Jul 15, 2011
  8. Jun 14, 2011
  9. May 15, 2011
  10. May 07, 2011
  11. May 06, 2011
  12. Mar 28, 2011
  13. Feb 27, 2011
  14. Jan 01, 2011
  15. Dec 02, 2010
  16. Nov 15, 2010
  17. Oct 22, 2010
  18. Sep 15, 2010
  19. 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
  20. Aug 30, 2010
Loading