1. 28 Jun, 2008 3 commits
    • twanvl's avatar
      Added count_chosen function; · f6bc7498
      twanvl authored
      Added I_DUP instruction
      f6bc7498
    • twanvl's avatar
      Be more strict about type conversion: · 7afe1ee1
      twanvl authored
        * numbers are no longer auto converted to booleans, use to_boolean or != 0
        * booleans are no longer auto converted to numbers, use to_int
        * strings will soon no longer be auto converted to numbers, use to_int
      
      Added version information ("since 0.3.7") to documentation
      7afe1ee1
    • twanvl's avatar
      Open sets in a new window. · 18bbf484
      twanvl authored
       TODO: don't allow the same set file to be opened twice, fork a window for it instead
      18bbf484
  2. 26 Jun, 2008 1 commit
  3. 25 Jun, 2008 3 commits
  4. 24 Jun, 2008 2 commits
  5. 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
  6. 19 Jun, 2008 13 commits
  7. 18 Jun, 2008 4 commits
  8. 16 Jun, 2008 1 commit
  9. 07 Jun, 2008 2 commits
  10. 06 Jun, 2008 3 commits
  11. 05 Jun, 2008 2 commits
  12. 04 Jun, 2008 5 commits