1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Jan 11, 2025 — Jan 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
-h parameter for specifying hostname in console scripts
m
More... about 15 years ago
Forgot something ;) More... about 15 years ago
Improvements to the multithreading support by Zonedabone. Thanks! The brick.threadsafe option is no longer needed and thread-safe mode is now permanently on. More... about 15 years ago
Adding multithreading capability. Based on a snippet by rhn. Set brick.threadsafe to True to test it out! More... about 15 years ago
The trunk is technically v2.1, not v2.0.x. More... about 15 years ago
Fix for Mac. More... about 15 years ago
Fixing that in the trunk. More... over 15 years ago
Or rather, v2.0.0. More... over 15 years ago
v2! More... over 15 years ago
Added a specific stability section to the README. More... over 15 years ago
More rewriting of README, plus a more polishing. find_one_brick(), sensors, and motors can now be accessed directly from an 'import nxt' (look at the code to see what I mean). More... over 15 years ago
Largely rewrote the README, removed the CHANGELOG (it only had one entry), and removed nxt_sensor_report (its purpose has been fulfilled). More... over 15 years ago
Support for another HiTechnic sensor, the prototyping board. Also fixed the MindSensors PS2 example. More... over 15 years ago
More tweaks to the sensor module, lots of bugs found and fixed. Added the mindsensors examples from Ryan Kneip. More... over 15 years ago
Some fixes and improvements to the MSACCL and MSLineLeader sensor classes. Also, nxt-python no longer automatically sets the Light Sensor's mode to active or inactive. I believe that this change makes the operation of the program in advanced environments more user-friendly. More... over 15 years ago
Some changes to BaseDigitalSensor and Ultrasonic sensor classes. More... over 15 years ago
Reverted the changes from r177, fixing Issue 13. More... over 15 years ago
Slightly changed the error messages when there is no USB or Bluetooth module as suggested by rhn. More... over 15 years ago
Fixed missing script from packages...my bad. Also removed Doug Lau from the package author field; he won't be able to give support now that the project has changed so much. More... over 15 years ago
Basically an entire afternoon's worth of hacking on the sensor module... Moved all the supporting classes for sensors (readings, modes) into the class difinitions of the respective sensor. This makes things more organized and removes the need to individually import mode/command namespace classes. Added some commands which were found on most sensors but missing from some...trying to improve uniformity. Renamed some stuff for more uniformity. Improved or fixed logic in a few places. Fixed a few comment typos. Improved some docstring stuff. Ressurected the Ultrasonic sensor's command namespace...it had somehow made its way into common.py :D Messed with some whitespace. Removed the Sensor_Info class from mindsensors.py. This came in with Ryan's patch but duplicates the get_sensor_info() functionality. And some other small stuff... More... over 15 years ago
Changed the error to a warning when a mismatched digital sensor is detected. Enabled by default the check_compatible argument, since if false positives will no longer cause script breakage for end-users. Made a few minor fixes to various digital sensor things and did a bit of testing. More... over 15 years ago
Adding lots of new MindSensors sensors. These were coded by Ryan Kneip of MindSensors; many thanks to the guys over there for helping with this. This code has been changed by me since ift was last tested, so if anyone wants to make sure it works that would be great. More... over 15 years ago
Added two more HiTechnic sensors: IR Receiver and IR Seeker v2. We now support all current HiTechnic sensors except for the IR Link sensor. Also Fixed two little things in the HTColorv2 implementation. More... over 15 years ago
Added untested support for the HiTechnic EOPD sensor, fixed some other sensor stuff. More... over 15 years ago
Fixed the one-byte registers (they are unsigned, not signed) and optimized the passive/raw mode data getting. More... over 15 years ago
Deversioned the digital sensor type checking database and added a new (though untested) sensor: HiTechnic Color Sensor v2! More... over 15 years ago
freeze: Branched the v2 code to create a new trunk. More... over 15 years ago