1. 07 Nov, 2015 2 commits
  2. 04 Oct, 2015 2 commits
    • c0pperdragon's avatar
      Updated user manual · b97ca40d
      c0pperdragon authored
      Microsoft updated/fixed some of their IntelliSense documentation. This
      changes are now also done in the ev3 user manual.
      b97ca40d
    • c0pperdragon's avatar
      Compatibility with Small Basic 1.2 · 09265f3f
      c0pperdragon authored
      Because Microsoft again broke compatibility with the existing
      Extensions, I had to adjust the EV3Basic extension as well.
      09265f3f
  3. 02 Oct, 2015 3 commits
  4. 07 Sep, 2015 1 commit
  5. 02 Sep, 2015 1 commit
  6. 14 Aug, 2015 1 commit
  7. 11 Aug, 2015 2 commits
  8. 10 Aug, 2015 1 commit
    • c0pperdragon's avatar
      Fixed XML structure · 256e3e44
      c0pperdragon authored
      French documentation file was not correctly formatted and could not be
      completely parsed by Small Basic
      256e3e44
  9. 03 Aug, 2015 1 commit
  10. 24 Jul, 2015 1 commit
    • c0pperdragon's avatar
      Installer fixes · 26dbd4c9
      c0pperdragon authored
      The installer unnecessarily contained the file SmallBasicLibrary.dll
      which increased the package size and caused the installation to fail on
      machines without .net 4.5.
      26dbd4c9
  11. 21 Jul, 2015 1 commit
  12. 20 Jul, 2015 3 commits
    • c0pperdragon's avatar
      Correction of spelling errors · c8332a75
      c0pperdragon authored
      c8332a75
    • c0pperdragon's avatar
      New command: Sensor.ReadRawValue · fab76ded
      c0pperdragon authored
      To allow reeding raw sensor values without the need of an array. Can
      makes code more readable and faster.
      fab76ded
    • c0pperdragon's avatar
      Various bugfixes · 28455b5f
      c0pperdragon authored
      Motor commands now always use absolute values for degree parameters.
      Sensor mode switch waits for previous mode switch to be finished,
      Corrections in documentation.
      Added a reset sensor command to startup sequence of "P mode"
      28455b5f
  13. 02 Jul, 2015 2 commits
  14. 30 Jun, 2015 1 commit
  15. 29 Jun, 2015 1 commit
  16. 24 Jun, 2015 1 commit
  17. 23 Jun, 2015 1 commit
  18. 17 Jun, 2015 2 commits
  19. 16 Jun, 2015 1 commit
    • c0pperdragon's avatar
      WiFi support · 81b0e5fa
      c0pperdragon authored
      Connect to the EV3 from Small Basic and EV3-Explorer using a WiFi
      network
      81b0e5fa
  20. 08 Jun, 2015 1 commit
  21. 28 May, 2015 1 commit
    • c0pperdragon's avatar
      Bugfixes · 71fbe82e
      c0pperdragon authored
      Correct naming of Motor. .. Sync commands in brick mode.
      Fix: Writing to files in PC mode was broken
      Clean up and fix examples and testsuite
      71fbe82e
  22. 26 May, 2015 1 commit
    • c0pperdragon's avatar
      Fixes for "brick mode" · 47e0e53c
      c0pperdragon authored
      Additive expression were not always evaluated left-to-right
      Storing strings in string arrays caused array to be truncated
      47e0e53c
  23. 25 May, 2015 1 commit
  24. 11 May, 2015 1 commit
    • c0pperdragon's avatar
      Documention · abe7588f
      c0pperdragon authored
      Tidy up documentation and examples to be ready for V1.0
      abe7588f
  25. 04 May, 2015 1 commit
  26. 03 May, 2015 1 commit
    • c0pperdragon's avatar
      Round up features for V1.0 · cea05e9f
      c0pperdragon authored
      Support multiple bricks (extended EV3Explorer and connection library).
      Brushed up documentation and examples
      cea05e9f
  27. 30 Apr, 2015 1 commit
    • c0pperdragon's avatar
      Motor, Mailbox · c1490246
      c0pperdragon authored
      Implement new Motor API in brock mode also.
      Implement mailbox in PC node and brick mode
      Minor changes in connection library
      Examples
      c1490246
  28. 29 Apr, 2015 1 commit
    • c0pperdragon's avatar
      Reworking motor API · 5df420a3
      c0pperdragon authored
      Removed unnecessary/impossible functgions.
      Streamlined functions into an orthogonal structure
      5df420a3
  29. 28 Apr, 2015 2 commits
    • c0pperdragon's avatar
      Mailbox functionality · 87f1af36
      c0pperdragon authored
      Experimental implementation of mailboxes. Currently it is only
      implemented in "PC mode".
      87f1af36
    • c0pperdragon's avatar
      Reworking motor API · 2e6c0ca4
      c0pperdragon authored
      Change API for scheduled and synchronizied motor movements.
      Accept numbers with decimal places for all integer values in the EV3
      extension (doing automatic truncation just like in compiled mode)
      2e6c0ca4
  30. 24 Apr, 2015 1 commit
    • c0pperdragon's avatar
      Windows Installer Package · 7c01d390
      c0pperdragon authored
      To get the installer working, Ijad to restructure the projects a bit and
      I also fixed a few minor issues on the way.
      7c01d390