Commit Graph

87 Commits (b8412534f4f668ffbdcc1dbbc727f02511664eb1)

Author SHA1 Message Date
Paweł Spychalski 29df4a250c
Merge pull request #1556 from iNavFlight/dzikuvx-version-bump
Version bump for 6.0
2 years ago
Pawel Spychalski (DzikuVx) 79ccd22c91 Version bump for 6.0 2 years ago
ErNis 617d333960 Merge branch 'erstec-linux_rpm_deb' into erstec-installers 2 years ago
ErNis 5c38fb45f2 Merge branch 'erstec-win-installer' into erstec-installers 2 years ago
ErNis ccdf737538 deb and rpm builders added 2 years ago
ErNis c4f4bb0f67 'win32' and 'win64' release targets now build 'old' zip alongside with 'new' installer .exe 2 years ago
ErNis 82ce53313a osx64 release target will build .dmg file. New build argument '--zip' added to create .zip file (as before) 2 years ago
Luca b968895827 magnetometer alignment tool finished 3 years ago
Pawel Spychalski (DzikuVx) 9db17b4f4b Set correcy nw.js version 3 years ago
Paweł Spychalski 147b0eeb92
Revert "Resolving issue #1319 - Serial port is not visible on some Windows versions" 3 years ago
Sunjun Kim 777aa586e3 nwjs version bump 3 years ago
Sunjun Kim 52e2b83e03
Resolving issue #1319
Issue #1319 reporeted serial port is not visible on Windows with some languages (notably Korean).
Downgrading nw.js to 0.45.6 resolves this issue.
3 years ago
Pawel Spychalski (DzikuVx) 319baf7fec Bump version to 5.0 3 years ago
Pawel Spychalski (DzikuVx) c32bc30df6 Version bump to 4.0 3 years ago
Paweł Spychalski 32bd3fa004
Merge pull request #1299 from ArnoTlse/Safehome_to_EPROM
[Mission Planner] Elevation Profile & Home
3 years ago
Pawel Spychalski (DzikuVx) a623f231dc Version bump 3 years ago
ArnoTlse 59b5cbe5b2 MP version 1.5 3 years ago
Pawel Spychalski (DzikuVx) 516c80f1d8 Bump NW.js to 0.52.3 3 years ago
Pawel Spychalski (DzikuVx) de16830a41 Version bump to 3.0 4 years ago
Pawel Spychalski (DzikuVx) 2dcc1cb891 Version bump to 2.7 4 years ago
Pawel Spychalski (DzikuVx) 08ea23f7a4 Bump versions 4 years ago
Pawel Spychalski (DzikuVx) 4735167af9 Bump to 0.42.2 5 years ago
Pawel Spychalski (DzikuVx) e5bbe3e57c Version bump 5 years ago
Pawel Spychalski (DzikuVx) 75ca72104a Version bump 5 years ago
Alberto García Hierro cf7e266fc8 Add nw and gulp as npm scripts
This allows running them with `npm run gulp` and `npm run nw`
instead of having to type the whole path to the actual binaries.

Also, updated README to simplify the build instructions.
5 years ago
Alberto García Hierro 9e18c6b33d Increase version number to 2.4.0 5 years ago
Pawel Spychalski (DzikuVx) 1846623b1c Version bump 5 years ago
Niccolò Maggioni fc8cfeb24d Pin NW.js version used by NwBuilder
Sourced from package's deps
5 years ago
Pawel Spychalski (DzikuVx) 213955c9de Version bump 5 years ago
Pawel Spychalski (DzikuVx) 5325ef857a Version bump to 2.3 5 years ago
Pawel Spychalski (DzikuVx) 384463c484 Merge remote-tracking branch 'origin/master' into hotfix/2.2.1 5 years ago
Pawel Spychalski (DzikuVx) a1e80f0cb2 Version bump 5 years ago
Pawel Spychalski (DzikuVx) 42e4aa81f2 move nw-builder to dev dependency 5 years ago
Pawel Spychalski (DzikuVx) ee96b73b4c upgrade NW.js version 5 years ago
mirko-it e1d92bc114 Fix for Load/Save mission not working (#783)
* Offline missions (with FC disconnected) are now available for load and save to file.
Supports XML file format, should be compatible enough with other software

* removed default file name

* removed code in early stage of future developments

* code style and fc buttons

* map resize handling

* fix include nwdialog and fs packages

* xml2js lib with all dependencies in a single file
5 years ago
Pawel Spychalski (DzikuVx) 87f8f73c0a Version bump 5 years ago
mirko-it 3dcffdd292 Offline missions (with FC disconnected) on file (#720)
* Offline missions (with FC disconnected) are now available for load and save to file.
Supports XML file format, should be compatible enough with other software

* removed default file name

* removed code in early stage of future developments

* code style and fc buttons

* map resize handling
5 years ago
Nicola De Pasquale 75466e248b fix compilation on windows 6 years ago
Pawel Spychalski (DzikuVx) b03f4586de version bump to 2.1.4 6 years ago
Pawel Spychalski (DzikuVx) 56c914a7c7 Merge remote-tracking branch 'origin/master' into dzikuvx-nw-version-bump 6 years ago
Pawel Spychalski (DzikuVx) f2f61e8807 Version bump to 2.1.3 6 years ago
Pawel Spychalski (DzikuVx) 10eabdfe93 NW updated to 0.36.1 6 years ago
giacomo892 35f2f600ea version bump to 2.1.2 6 years ago
Konstantin Sharlaimov (DigitalEntity) 01d16168d6 Version bump to 2.1.1 6 years ago
Konstantin Sharlaimov (DigitalEntity) 1cb6d32032 Bump version to 2.1.0 6 years ago
Konstantin Sharlaimov (DigitalEntity) f6cb656cde Version update 6 years ago
Alberto García Hierro 5bfec36da1 Increase version number to 2.0.0-rc3 6 years ago
Alberto García Hierro 321d704675 Complete migration to Gulp 4, add linux32 support
- Remove usages of runSequence(), which doesn't work with Gulp 4,
using gulp.series() instead.
- Add support for linux32 builds
- Add new --platform argument for building only for a single platform
(e.g. --platform=osx64).

Fixes build problems introduced in #527
Fixes #531
6 years ago
Alberto García Hierro 78312e52ee Update dependencies to be able to run with node 10
- Update gulp to 4.0.0
- Update nw.js to 0.31.4-sdk
6 years ago
Alberto García Hierro d7cad43809 Version bump to 2.0.0-rc2 in package.json
Missed in previous commit
6 years ago