Paul Kulchenko
|
267deea3df
|
Merge branch 'master' of git://git.code.sf.net/p/estrelaeditor/code into estrela-new
|
2013-08-15 15:36:18 -07:00 |
|
Paul Kulchenko
|
1089f2619e
|
Added return type for string.* functions to assist in auto-complete (ref #189).
|
2013-08-14 12:43:55 -07:00 |
|
Christoph Kubisch
|
ff6deedf79
|
OpenGL 4.4 and ARB extensions added as well as NV_gpu_shader5 functions
|
2013-08-14 14:19:50 +02:00 |
|
Christoph Kubisch
|
a8060b63cd
|
updated glewgl api for OpenGL4.4 and removed non-core duplicate functions/enums
|
2013-08-02 10:23:52 +02:00 |
|
Paul Kulchenko
|
76f6fdade6
|
Updated Gideros auto-complete API to add global objects.
|
2013-06-19 10:30:51 -07:00 |
|
Paul Kulchenko
|
e9728b2a4a
|
Updated Gideros API to separate 'functions' from 'methods'.
|
2013-06-16 19:29:24 -07:00 |
|
Paul Kulchenko
|
32c3723bcc
|
Updated Marmalade Quick auto-complete API to use class inheritance.
|
2013-06-14 18:40:34 -07:00 |
|
Paul Kulchenko
|
9d11df3ebe
|
Updated Gideros auto-complete API to use class inheritance.
|
2013-06-14 18:34:01 -07:00 |
|
Paul Kulchenko
|
30bb8c29a6
|
Updated Gideros API/auto-complete reference.
|
2013-06-07 10:44:43 -07:00 |
|
Paul Kulchenko
|
bd190d5a4e
|
Added Marmalade auto-complete support and API documentation.
|
2013-04-23 15:49:19 -07:00 |
|
Paul Kulchenko
|
d5c585b118
|
Updated 'method' type in auto-complete to only allow a:b syntax (closes #101).
|
2013-04-01 09:16:52 -07:00 |
|
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 |
|