- 11 Aug, 2015 2 commits
-
-
c0pperdragon authored
Memorize and propose previously successful connection Memorize local directory and window dimensions Allow list refresh with F5 key
-
c0pperdragon authored
-
- 10 Aug, 2015 1 commit
-
-
c0pperdragon authored
French documentation file was not correctly formatted and could not be completely parsed by Small Basic
-
- 03 Aug, 2015 1 commit
-
-
c0pperdragon authored
Needed to adjust other language versions as well to get consistent styles.
-
- 24 Jul, 2015 1 commit
-
-
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.
-
- 21 Jul, 2015 1 commit
-
-
c0pperdragon authored
A mode switch will block the program until it is finished. This will lead to a much simpler program structures. Spelling corrections.
-
- 20 Jul, 2015 3 commits
-
-
c0pperdragon authored
-
c0pperdragon authored
To allow reeding raw sensor values without the need of an array. Can makes code more readable and faster.
-
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"
-
- 02 Jul, 2015 2 commits
-
-
c0pperdragon authored
-
c0pperdragon authored
Mainly german documentation, but there were also some errors in the english version.
-
- 30 Jun, 2015 1 commit
-
-
c0pperdragon authored
Also adjusted installer
-
- 29 Jun, 2015 1 commit
-
-
c0pperdragon authored
Translated the intelli-sense documentation to german. Bugfix an example
-
- 24 Jun, 2015 1 commit
-
-
c0pperdragon authored
-
- 23 Jun, 2015 1 commit
-
-
c0pperdragon authored
-
- 17 Jun, 2015 2 commits
-
-
c0pperdragon authored
-
c0pperdragon authored
-
- 16 Jun, 2015 1 commit
-
-
c0pperdragon authored
Connect to the EV3 from Small Basic and EV3-Explorer using a WiFi network
-
- 08 Jun, 2015 1 commit
-
-
c0pperdragon authored
-
- 28 May, 2015 1 commit
-
-
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
-
- 26 May, 2015 1 commit
-
-
c0pperdragon authored
Additive expression were not always evaluated left-to-right Storing strings in string arrays caused array to be truncated
-
- 25 May, 2015 1 commit
-
-
c0pperdragon authored
Optimization feature for"PC mode: Code can now request to send multiple commands to the brick in one burst.
-
- 11 May, 2015 1 commit
-
-
c0pperdragon authored
Tidy up documentation and examples to be ready for V1.0
-
- 04 May, 2015 1 commit
-
-
c0pperdragon authored
Small improvements in the usability of EV3Explorer
-
- 03 May, 2015 1 commit
-
-
c0pperdragon authored
Support multiple bricks (extended EV3Explorer and connection library). Brushed up documentation and examples
-
- 30 Apr, 2015 1 commit
-
-
c0pperdragon authored
Implement new Motor API in brock mode also. Implement mailbox in PC node and brick mode Minor changes in connection library Examples
-
- 29 Apr, 2015 1 commit
-
-
c0pperdragon authored
Removed unnecessary/impossible functgions. Streamlined functions into an orthogonal structure
-
- 28 Apr, 2015 2 commits
-
-
c0pperdragon authored
Experimental implementation of mailboxes. Currently it is only implemented in "PC mode".
-
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)
-
- 24 Apr, 2015 2 commits
-
-
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.
-
c0pperdragon authored
Had to do some in-depth research to find out how the file and directory names are really used for these functions. Updated docu and added example.
-
- 17 Apr, 2015 1 commit
-
-
c0pperdragon authored
ReadNumberArray can be use to quickly transfer big data tables from a file into a float array. Fix: Tablelookup in brick mode failed for big parameter numbers Fix: Tablelookup in NativeCode.c did not handle files >2.1 GB correctly Fix: Accessing large file in remote mode caused timeout of watchdog during data transmission
-
- 13 Apr, 2015 1 commit
-
-
c0pperdragon authored
Fix in Compiler: Complex boolean expression (with multiple OR or AND expressions) could lead to endless-loop during evaluation. Experimental code for UART sensor communication (undocumented yet)
-
- 06 Apr, 2015 1 commit
-
-
c0pperdragon authored
EV3-Basic can access the EV3 over a Serial Port connection. Setup of the connection must be done manually by the user, with the normal facilities of the operating system (an explaination is available in he user manual)
-
- 04 Apr, 2015 1 commit
-
-
c0pperdragon authored
Microsoft has released a new version of Small Basic which broke compatibility with previous extensions, I have modifed the EV3-Extension to now work with both version 1.0 and 1.1 of Small Basic.
-
- 24 Mar, 2015 2 commits
-
-
c0pperdragon authored
Added a licence file to the repository and corresponding headers to all source files
-
c0pperdragon authored
Fixed up the XML-documentation in the code and created a XML-to-HTML converter for the documentation to get one single file for all. Added some short overview chapters to get a real user manual.
-
- 21 Mar, 2015 1 commit
-
-
c0pperdragon authored
-
- 16 Mar, 2015 2 commits
-
-
c0pperdragon authored
Fixed sensor raw reading to allow negative numbers. Added Small Basic documentation for file operations
-
c0pperdragon authored
Example for how to use the IR sensor in beakon mode. Added comments.
-