- 03 Mar, 2020 7 commits
-
-
Alexander A. Maly authored
-
Alexander A. Maly authored
Add update() to stepUp, stepDown, stepLeft, stepRight, reverseColor, reverseMark. Changed forced redraw timer from 30 ms to 3000 ms. Add QEventLoop::ExcludeUserInputEvents argument to processEvent, hoping that we will stop hanging randomly on pult events.
-
Alexander A. Maly authored
-
Alexander A. Maly authored
We cannot set it to any earlier version because of strange libstdc++ behaviour. So for now setting to 10.9 just to know how old versions we can support.
-
Alexander A. Maly authored
-
Alexander A. Maly authored
-
Alexander A. Maly authored
In Qt 5.13 deprecated warnings became too obtrusive. It is not enough anymore to not define QT_DEPRECATED_WARNINGS to avoid them. From now on it is necessary to define QT_NO_DEPRECATED_WARNINGS.
-
- 09 Sep, 2019 1 commit
-
-
Alexander A. Maly authored
Plus some minor flags update (-g1) to fit the CI environment.
-
- 04 Sep, 2019 1 commit
-
-
Alexander A. Maly authored
It broke the version number and the timestamp of tagged builds. Some debugging added to that nasty script. Actors complexnumbers, grasshopper, and turtle allowed in tagged builds.
-
- 26 Apr, 2019 2 commits
-
-
Alexander A. Maly authored
Also dependencies are now passed as artifacts.
-
Alexander A. Maly authored
Fixing #6
-
- 20 Mar, 2019 1 commit
-
-
Alexander A. Maly authored
Fixing issue #5 Loading parameters is remastered in ActorRobot. Also now only the filename of the Kumir executable is used for config file path, all dirnames are trimmed.
-
- 28 Feb, 2019 2 commits
-
-
Alexander A. Maly authored
Issue #4 fixed.
-
Alexander A. Maly authored
Now it signals error when the result is too large or non-integer. Imprecise floating point calculations removed.
-
- 27 Feb, 2019 2 commits
-
-
Alexander A. Maly authored
Conversion of reals to ints via intt() now checks fitting the result into int.
-
Alexander A. Maly authored
It is now 1+13 significant digits in total, to prevent "strange" results when printing values like 0.1 and to round DBL_MAX down.
-
- 26 Feb, 2019 1 commit
-
-
Alexander A. Maly authored
Issue #3 fixed. isCorrectDouble corrected, double is now promoted to uint64_t via union. Enchanced overflow checking for int sum, difference and product. parseInt corrected, now it rejects empty numbers beginning with + or - or $. maxint() dropped, INT32_MAX is now used instead. maxreal improved to more digits.
-
- 25 Feb, 2019 2 commits
-
-
Alexander A. Maly authored
Fixing issue #2 Reenabling Qt4.
-
Alexander A. Maly authored
In python 3.7 async became a reserved word, so change it to async_. Consider kicking out python from the project.
-
- 06 Dec, 2018 1 commit
-
-
Alexander A. Maly authored
-
- 03 Dec, 2018 2 commits
-
-
Alexander A. Maly authored
Hash length set to 12 instead of 40
-
Alexander A. Maly authored
Adding -k -j8 on MacOS. Moving from NMake to Ninja on Windows.
-
- 09 Apr, 2018 2 commits
-
-
Victor Yacovlev authored
Implement mac utils for editor. See merge request !3
-
Никита Бесшапошников authored
-
- 29 Mar, 2018 7 commits
-
-
Victor Yacovlev authored
-
Victor Yacovlev authored
-
Victor Yacovlev authored
-
Victor Yacovlev authored
-
Victor Yacovlev authored
-
Admin authored
-
Admin authored
-
- 26 Mar, 2018 1 commit
-
-
Victor Yacovlev authored
-
- 24 Mar, 2018 5 commits
-
-
Victor Yacovlev authored
-
Victor Yacovlev authored
-
Victor Yacovlev authored
-
Victor Yacovlev authored
-
Admin authored
-
- 23 Mar, 2018 1 commit
-
-
Admin authored
-
- 11 Dec, 2017 2 commits
-
-
Victor Yacovlev authored
-
Victor Yacovlev authored
Fix installation with custom CMAKE_INSTALL_PREFIX
-