Commit Graph

75 Commits

Author SHA1 Message Date
Paul Kulchenko
45cc57058c Fixed invalid escape sequence that fails under LuaJIT. 2013-01-19 18:18:45 -08:00
Paul Kulchenko
9b38dd7d74 Enabled live-coding for Corona interpreter. 2013-01-07 09:56:40 -08:00
Paul Kulchenko
04599ea184 Removed love2d API calls with spaces in names. 2012-12-12 17:47:18 -08:00
Paul Kulchenko
1e4be39c29 Updated descriptions for io.* functions; moved file:* functions to a pseudo library (f); helps #84. 2012-12-11 23:35:22 -08:00
Paul Kulchenko
097740d0ef Updated Lua api descriptions (closes #84). 2012-12-06 13:29:38 -08:00
Fringale
585177f79f Lua API: refactor code, add Lua 5.2 functions/values, add or complete desc/args/returns, add debug library. 2012-12-06 12:39:59 -08:00
Paul Kulchenko
08d8630147 Extended list of default folders for interpreters where executables are searched for. 2012-11-25 17:05:59 -08:00
Paul Kulchenko
93abd740d8 Added Corona auto-complete support (thanks to Srdjan Markovic). 2012-11-25 16:56:53 -08:00
Paul Kulchenko
249554a77c Added missing constants to Moai API. 2012-11-20 14:11:23 -08:00
Paul Kulchenko
1bc9b287df Updated Lua keyword definitions to improve grouping for styling (closes #79). 2012-11-14 11:50:52 -08:00
Paul Kulchenko
1cc2fc1bf2 Updated love2d api to an updated version as of 11/1/2012 (fixes #78). 2012-11-13 16:52:48 -08:00
crazybutcher
95fce2cdc8 removed luaapi wrappers for cg/cuda (outdated) 2012-11-03 15:59:12 +01:00
Paul Kulchenko
a463b5fd28 Moved all Estrela features into a separate bundle that can be loaded using cfg/estrela.lua config. 2012-10-17 12:37:26 -07:00
Paul Kulchenko
8c2a4792f6 Added Gideros auto-complete and live coding support (closes #62). 2012-10-03 13:29:50 -07:00
Paul Kulchenko
185ebb5bbf Added Moai auto-complete (closes #52). 2012-09-20 17:26:19 -07:00
crazybutcher
52ef014941 updated GLSL to 4.3 status
cg tool: glsl compilation no longer requires a selected word (main is always entry)
2012-08-22 16:53:45 +02:00
crazybutcher
af57806c69 updated luxinia2's glewgl and added anttweakbar 2012-08-11 15:36:19 +02:00
Paul Kulchenko
668cdcb4db Added auto complete for love2d API 2012-06-25 14:47:21 -07:00
crazybutcher
c9bb3e01ca added glfw 2.7.2 api and changed luxinia2 to use it instead of glfw3 2012-01-21 14:13:54 +01:00
CrazyButcher
56f05aa5fe luxinia1 api loading bugfix 2011-12-29 13:02:15 +01:00
crazybutcher
edd82b8a4a Fix CRLF 2011-12-05 20:21:43 +01:00
crazybutcher
1592724556 should work again: refactor application engine, moved files around, cut some global vars, introduced app engine which can filter what gets loaded and should allow different editor frontends
estrela exe built with vc2008
2011-12-03 19:09:22 +01:00
crazybutcher
f84df9d550 new mojoshader version and glewgl (4.2) 2011-10-08 16:16:27 +02:00
crazybutcher
9dcda7057e luxinia2 api, and bugfix in ffitoapi 2011-09-04 19:01:25 +02:00
crazybutcher
ce1f411589 renamed luxgraphics to luxgfx 2011-09-04 18:11:41 +02:00
crazybutcher
f1e355dfda glsl: uintBitsToFloat 2011-08-17 09:03:09 +02:00
crazybutcher
9f297612f2 added luajit2 api file 2011-06-21 17:42:38 +02:00
crazybutcher
bc7d78ebe6 bugfix in ffitoapi, did not catch pointer return function pointer variables 2011-06-08 18:42:22 +02:00
crazybutcher
453668826c Merge branch 'master' of ssh://estrelaeditor.git.sourceforge.net/gitroot/estrelaeditor/estrelaeditor 2011-05-29 20:10:13 +02:00
crazybutcher
caf3a539f2 opencl compiler added (clcc) 2011-05-29 20:09:19 +02:00
crazybutcher
5b6dc58468 glsl bugfix for keywords 2011-05-29 19:39:51 +02:00
crazybutcher
a12ecb57d8 opencl missing convert / astype and image functions added 2011-05-23 12:03:46 +02:00
crazybutcher
2bc8ee949e rudimentary opencl spec/autocomplete, no proper api info yet 2011-05-03 22:51:28 +02:00
crazybutcher
074e07d4b6 ffitoapi changes for new type resolve 2011-04-30 14:16:37 +02:00
crazybutcher
074d75bae0 fix in autocomplete, and valuetypes for ffitoapi 2011-04-25 21:23:48 +02:00
crazybutcher
a291883779 lux2 api 2011-04-25 16:19:19 +02:00
crazybutcher
1a2d2eaacd ffitoapi: added class support 2011-04-17 20:06:41 +02:00
CrazyButcher
d1ad3e62cf assimp and ffitoapi fix (pointer function returns) 2011-04-17 00:51:51 +02:00
crazybutcher
1a78bcb7bc glewgl proper api file 2011-04-11 23:47:31 +02:00
crazybutcher
2f0949f261 cg stdlib fix 2011-04-11 22:34:15 +02:00
crazybutcher
d41ca43659 revised api file loading 2011-04-07 23:41:07 +02:00
crazybutcher
f663c34ada api files for assimp and cuda 2011-04-06 22:13:05 +02:00
crazybutcher
a756fbce84 ffitoapi fixes and initial commit of luxinia2 api files 2011-04-01 09:32:34 +02:00
crazybutcher
99244d0f89 cg-spec: added samplerRBUF
cg-tool: memorize custom args for commandline options
2011-03-02 10:52:20 +01:00
crazybutcher
c66498f9a9 cg, api added texRBUF related keywords and functions 2011-02-18 13:51:24 +01:00
crazybutcher
13edb56da2 added authors to files 2011-02-08 18:02:04 +01:00
crazybutcher
5dc7637f74 remvoed swizzles, corrected some types 2011-01-12 17:08:00 +00:00
crazybutcher
0de11af2a7 bugfix, autocomplete not active for cg/glsl
cg, changed glsl detection and added automatic preprocesser defines depending on domain (eg. _VERTEX_, _FRAGMENT_ ...)
glsl, all functions are in
2010-12-31 16:25:14 +00:00
crazybutcher
81fa0f77e5 improvements to glsl api completion 2010-12-30 15:43:23 +00:00
crazybutcher
c51fc58014 interpreter stored in settings.ini
interpreter can define which apis to load
added estrelashell interpreter which runs file in shell (has overloaded print/dofile/loadfile with relative file search)
2010-12-19 14:02:27 +00:00