1. 10 Jul, 2008 6 commits
  2. 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
  3. 01 Jul, 2008 1 commit
  4. 29 Jun, 2008 1 commit
  5. 28 Jun, 2008 6 commits
  6. 26 Jun, 2008 1 commit
  7. 25 Jun, 2008 3 commits
  8. 24 Jun, 2008 2 commits
  9. 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
  10. 19 Jun, 2008 13 commits
  11. 18 Jun, 2008 4 commits
  12. 16 Jun, 2008 1 commit