Profile_bird

Hey there! ascgen is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving ascgen's tweets.

Already using Twitter
from your phone? Click here.

Default_profile_1_bigger
ascgen

  1. Worked out a better layout for the batch conversion form. Tabs!
  2. Still working on the new batch conversion form...
  3. Got you. Needed to have a Application.SetCompatibleTextRenderingDefault(false);
  4. Improved the svn layout. Also found a problem with controls being bigger live than they are in Visual Studios designer, no idea why.
  5. Rewrote how version checking is done. Hopefully it also fixes the no-connection = hang on exit problem.
  6. Moving the project to the sourceforge svn server. I might just import the latest revision to save myself the headache of converting.
  7. I need to just make a list and start working through it.
  8. New website is up and running: http://bit.ly/4y3RNR
  9. Loving the new sourceforge design.
  10. Now I'll need something to motivate me to finish the new website design. :(
  11. Working on a whole new layout for ascgen 2.0 in wordpress. Front page, FAQ & lots more. Maybe that will inspire me to work on the program...
  12. Hate buying computers at PC World. No I don't want bloated overpriced security software/support from a spotty kid, just give me the damn pc
  13. Changing the main form to get/set properties rather than accessing textSettings directly. File size will go up, but it'll be much cleaner.
  14. Trying to decouple the old ascii converter from the main form is a nightmare. textSettings is everywhere.
  15. Fixed stupid problem with calculating the automatic ramp. First character was not being added - Lucida Console should start with a "@"!
  16. Removed batch conversion. I'll eventually write a new way of doing that.
  17. 58% faster. Smug as a bug on a rug.
  18. Sped up the unsharp mask filter by quite a bit. I should start profiling this stuff so I'll know how smug I can look.
  19. Exact same optimization on the brightness/contrast filter. Yay...
  20. Greatly optimized the filters for adjusting levels and stretching the output. Partly happy, partly annoyed at old me.