Skip to content

Releases: kipr/Simulator

v2.0.1

13 Nov 15:45
Compare
Choose a tag to compare

Bump rate limiter to 10x to fix "too many requests" error.

Full Changelog: v2.0.0...v2.0.1

v2.0.0

13 Nov 14:35
51c8490
Compare
Choose a tag to compare

Summary

Version 2.0.0 hosts a large release of changes including:

  • Scripting - Allows for the detection of events in scenes and triggering changes based on these events.
  • Challenge System - Organizes events into conditions that can be met to complete challenges. Individual pieces of code are stored for each challenge.
  • Physics Engine Upgrade - The physics engine has been upgraded and converted to the Havok engine.
  • Moon Base - A new sandbox scene along with a variety of new objects related to the moon base scene.
  • Create 2 Robot - Adds the Create 2 robot as an optional robot to run.
  • Scratch Coding - Scratch has been added as an option under programming languages.
  • Updated Challenges - A new set of JBC challenges has been released, rearranging the order of some and adding new ones.
  • Reset Code Button - A button to reset code to default.
  • Internationalization - Allows for internationalization and other languages to be added to the simulator.
  • Leaderboard - Allows users to see how they place against others on a leaderboard.
  • Updated Tutorial Videos - The links to the tutorial videos have been updated. New videos are up to date with current version of simulator.
  • EULA - Adds the EULA for the simulator, ensuring that users consent to having some information stored on the simulator like code and challenge completion. Minors under the age of consent must follow the process to get parental approval.

What's Changed

New Contributors

Full Changelog: v1.3.0...v2.0.0

v1.3.0

21 Oct 20:43
Compare
Choose a tag to compare

What's Changed

  • [Semio] Robot Schema by @bmcdorman in #399
    • Adds future support for creating robots and simplifying the schema for defining them
    • Implements PID control and freeze
    • Demobot rebuilt, reducing polygon count by 50%, increasing performance
  • Add Git Large Storage File to Continuous Deployment by @bmcdorman in #422

Full Changelog: v1.2.1...v1.3.0

v1.2.1

21 Sep 07:49
075f072
Compare
Choose a tag to compare

What's new?

Features

Bug Fixes

  • Remove password validation during login by @navzam in #418

Full Changelog: v1.2.0...v1.2.1

v1.2.0

06 Sep 04:09
30aac41
Compare
Choose a tag to compare

What's new?

Features

Bug fixes

  • Add zlib1g-dev to installed packages in Dockerfile by @bmcdorman in #397
  • Prevent page overscroll by @navzam in #394
  • Fix race condition during program stop by @navzam in #404
  • Emscripten fs command buffers by @bmcdorman in #398
  • Don't trigger world buttons on initial touch by @navzam in #393
  • Fix bug when clearing console during compile by @navzam in #392
  • Separate login to a non-isolated page + Popup auth by @navzam in #407

Full Changelog: v1.1.3...v1.2.0

v1.1.3

25 Jul 23:38
61982cc
Compare
Choose a tag to compare

What's new?

Features

  • Improved login experience, such as supporting "Enter" key and showing clear error messages when login fails (#382)
  • Combine "Run" and "Stop" buttons into one button (#386)
  • Move "Download" button to editor bar (#386)
  • Move "Reset World" button to menu bar (#386)

Bug fixes

  • Swap motor ports 0 and 3, so that port 0 is the right wheel and port 3 is the left wheel (#376)
  • Touch sensor no longer detects invisible items (#377)
  • Fix strange behaviors when toggling visibility of selected objects (#380)
  • Proper resizing when window is resized vertically (#381)
  • Close layout picker when clicking outside of it (#385)
  • Don't show pointer cursor on layout picker headers (#385)
  • Allow for selecting input text in boxes (#384)
  • Other internal improvements (#339)

v1.1.2

16 Jun 15:46
af1ea21
Compare
Choose a tag to compare

What's new?

Features

  • Added JBC sandbox B

Bug fixes

  • Origin set back to start box
  • Invisible objects issue resolved

v1.1.1

14 Jun 20:10
ce7b395
Compare
Choose a tag to compare

What's new?

Features

  • Readded back JBC sandbox scene

Bug fixes

  • Indent button available
  • Bar components refactored

v1.1.0

13 Jun 22:47
ead2344
Compare
Choose a tag to compare

What's new?

Features

  • Added indent button
  • New Side Layout option
  • New scene UI and scenes for JBC challenges

Bug fixes

  • Fixed kg/lb/oz conversions
  • Multiple canvas performance issue fixed

v1.0.10

08 Feb 05:58
e7b9a5e
Compare
Choose a tag to compare

What's new?

Features

  • Added loading screens for parts of simulator trying to load #320

Bug fixes

  • Fixed issue where simulator area would not load on some school computers that had Babylon draco loader blocked #319
  • Copyright changed to 2022