Skip to content
Snippets Groups Projects
  1. Nov 21, 2010
  2. Nov 12, 2010
  3. Nov 11, 2010
  4. Oct 25, 2010
  5. Oct 24, 2010
  6. Oct 22, 2010
  7. Oct 20, 2010
  8. Oct 12, 2010
  9. Oct 05, 2010
  10. Oct 04, 2010
  11. Sep 28, 2010
  12. Sep 24, 2010
  13. Sep 23, 2010
  14. Sep 21, 2010
  15. Sep 20, 2010
  16. Sep 16, 2010
  17. Sep 15, 2010
  18. Sep 14, 2010
  19. Sep 12, 2010
  20. Sep 11, 2010
  21. 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
    • dg's avatar
      tset · db497bff
      dg authored
      git-svn-id: http://svn.net-core.org/repos/t-engine4@1173 51575b47-30f0-44d4-a5cc-537603b46e54
      db497bff
  22. Sep 09, 2010
  23. Sep 07, 2010
  24. Sep 05, 2010
Loading