1. 02 Aug, 2008 2 commits
  2. 25 Jul, 2008 1 commit
  3. 23 Jul, 2008 2 commits
  4. 21 Jul, 2008 2 commits
  5. 16 Jul, 2008 1 commit
  6. 12 Jul, 2008 5 commits
  7. 10 Jul, 2008 6 commits
  8. 09 Jul, 2008 1 commit
    • twanvl's avatar
      Added ^ power operator, · ec70b27d
      twanvl authored
      Added abs, random_int, random_real, random_shuffle, random_select script functions.
      Made == comparison of doubles use a small epsilon, so things like 3/2 == 1.5 are actually true.
      ec70b27d
  9. 01 Jul, 2008 1 commit
  10. 29 Jun, 2008 1 commit
  11. 28 Jun, 2008 6 commits
  12. 26 Jun, 2008 1 commit
  13. 25 Jun, 2008 3 commits
  14. 24 Jun, 2008 2 commits
  15. 21 Jun, 2008 1 commit
    • coppro's avatar
      Changed from a critical section to a mutex for error handling. · 9c036c8f
      coppro authored
      show_pending_errors() was being called over and over again from the GUI
      update system - somehow it managed to have a single thread in two places
      at once. Also tried recursive mutex, resulted in infinite dialogs until
      an out-of-memory crash.
      
      Also, minor conversion fix.
      9c036c8f
  16. 19 Jun, 2008 5 commits