1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 14:25:11 +03:00
Commit graph

16 commits

Author SHA1 Message Date
Bertrand Songis
684b02d093 First conversion non regression test (X9D+) 2019-05-07 23:35:12 +02:00
Bertrand Songis
7806c2096d
Bsongis/sonar (#5555)
Some sonar issues fixed
2017-12-21 18:25:27 +01:00
Damjan Adamic
92553b6589 Projectkk2glider/lua bitmap free (#4075)
* Better memory stats (CLI)

* Bitmap buffer overflow check added

* Lua bitmap improvements

* Proper handling of symbolic links in simulator

* S6R Lua script fixes:
 * added progress screen while loading bitmaps
 * memory for bitmaps is now freed when leaving the script

* S6R Lua script: improved bitmap loading

* * Lua Themes and Widgets moved to separate file and separate Lua state
* Stand-alone, mixer and function scripts now behave the same as on Taranis (restarted after the stand-alone script was run)
* both Lua states are independent: Themes and Widgets is initialized only at the start, the other one is initialized before and after the stand-alone script is run

* Better leak test and report in BitmapBuffer

* Re #3318: Lua compiler enabled in simu and Companion simulator. Usage:
 * any time <xxx>.lua file is about to be loaded and if file <xxx>.lua.src exists:
   * load contents of <xxx>.lua.src
   * compile Lua code
   * save compiled code into <xxx>.lua (effectively overwrites existing file)
 * immediately following the compilation the real file loading is done from <xxx>.lua (which by now contains compiled Lua bytecode)
2016-11-28 23:08:18 +01:00
Bertrand Songis
3b8c5bbeb1 Code formatting 2016-03-05 15:44:42 +01:00
Bertrand Songis
33910c8721 [Horus] UI continued 2016-02-16 20:45:25 +01:00
Damjan Adamic
d54f25ccba Lua api and interface lua_api.cpp moved to lua dir and split into several files 2015-11-15 12:05:53 +01:00
Bertrand Songis
df0c0808b0 Warnings removed 2015-09-16 20:44:08 +02:00
bsongis
9ed37ab21b Google tests broken with my last commit 2015-05-05 20:07:58 +02:00
Damjan Adamic
bc2dd3dc8b Re #2084: gests for Lua Inputs manipulation 2015-02-18 20:27:45 +01:00
Damjan Adamic
8aeb35c912 Refactoring continued: Try to run lua scripts before the first LCD function 2014-12-06 15:36:10 +01:00
Kyle Manna
da8160f1ff permissions: Remove execute bit from src files
* Remove the execute permission on all c, cpp, and header files.
* These files will never need to be executed.
2014-11-19 09:52:44 -08:00
bsongis
88d9691d16 Telemetry refactoring - Fixes #1634 2014-11-08 12:06:42 +01:00
bsongis
500602e8cc Fixes #1643 - Thanks to projectkk2glider for his help on this one
Conflicts:
	radio/src/lua.cpp
	radio/src/opentx.cpp
2014-09-05 17:54:12 +02:00
Damjan Adamic
2712ffabb0 Re #1486: gtest improvements in Lua section 2014-07-22 11:39:36 +02:00
bsongis
45abfb872f Fixes #1486 2014-07-21 22:25:55 +02:00
bsongis
9b53f69038 Fixes #1535 2014-07-21 19:15:24 +02:00