1. 03 Aug, 2008 4 commits
  2. 02 Aug, 2008 3 commits
  3. 25 Jul, 2008 1 commit
  4. 23 Jul, 2008 2 commits
  5. 21 Jul, 2008 2 commits
  6. 16 Jul, 2008 1 commit
  7. 12 Jul, 2008 5 commits
  8. 10 Jul, 2008 6 commits
  9. 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
  10. 01 Jul, 2008 1 commit
  11. 29 Jun, 2008 1 commit
  12. 28 Jun, 2008 6 commits
  13. 26 Jun, 2008 1 commit
  14. 25 Jun, 2008 3 commits
  15. 24 Jun, 2008 2 commits
  16. 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