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

368 commits

Author SHA1 Message Date
Damjan Adamic
754b875d81 Re #3054: Lua byte-code of every loaded script is dumped to a file if LUA_COMPILER=YES is defined (only for simu target. Original code author (dsbeach) 2015-11-15 16:32:12 +01:00
Damjan Adamic
feac6d000f Companion build fixed (stamp duplication removed) 2015-11-15 13:19:26 +01:00
Damjan Adamic
4a60c8aa6e Lua exports moved to lua dir 2015-11-15 12:12:24 +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
bsongis
0b7a85daa7 #1471 - Lua moved to thirdparty directory - io.seek added 2015-03-24 18:58:58 +01:00
bsongis
4e55213ae6 #1471 - libio added to Lua. For tests, can be simplified and expanded 2015-03-16 20:15:32 +01:00
Damjan Adamic
89a855380d Fixes #1839: Companion simulator Lua crash on Mac 2014-11-09 10:39:48 +01:00
Damjan Adamic
c89381bae5 Fixes #1791: Port Lua Bin Allocator to next:
* Bin Allocator
* Lua memory allocaton fixes
* Simulator memory leak fixes
2014-10-26 09:14:45 +01:00
bsongis
829567a2c1 #1647 - getCurve exported to the Lua interpreter 2014-09-15 18:49:58 +02:00
bsongis
ea122610ef LTR patch (modified) applied. Saves around 8-10k RAM during the
interpreter initialization
Conflicts:
	radio/src/Makefile
	radio/src/lua.cpp
	radio/src/lua/src/linit.c
2014-09-15 10:12:57 +02:00
Damjan Adamic
8d49b1076b Fixes #1626: Enable the Lua bit32 library 2014-08-23 17:14:06 +02:00
bsongis
f94b4c743d RAM saving in the Lua interpreter 2014-05-30 16:20:26 +02:00
Damjan Adamic
9285a3a9a1 Lua print() function works by using TRACE macro 2014-04-26 09:43:45 +02:00
Bertrand Songis
d374453c8f Lua now uses our fake FatFS when running in simu 2014-02-10 12:15:24 +01:00
Bertrand Songis
e15eb9ff79 Lua branch updated to 'next' 2014-02-10 11:26:50 +01:00
Bertrand Songis
7e65fe82c3 Companion compilation error on VC++ 2014-02-10 10:31:15 +01:00
Bertrand Songis
330234df01 Lua interpreter now running inside companion! 2014-02-10 10:31:14 +01:00
Bertrand Songis
8f08a61d12 Lua interpreter introduced 2014-02-10 10:29:31 +01:00