Commit Graph

4430 Commits

Author SHA1 Message Date
benfry
3683e5687e making opengl2 the new default 2011-06-18 15:35:10 +00:00
benfry
da2739bbb0 removing old opengl library 2011-06-18 15:34:11 +00:00
benfry
774c5a1746 todo items for the 2.0 list 2011-06-17 19:27:09 +00:00
pesckal
60916ec3b6 Corrected mistitled dialog. 2011-06-17 07:28:38 +00:00
pesckal
e153723448 Static boolean added to Base to disable the library manager. 2011-06-17 07:26:09 +00:00
pesckal
c2cd09d0f2 List for displaying available libraries added to library manager.
List of available libraries is currently a placeholder.
2011-06-17 07:22:33 +00:00
fjenett
574513b926 js mode example: render node tree graph 2011-06-15 06:42:24 +00:00
fjenett
9f982b8e4c js mode updated geolocation example 2011-06-14 21:22:23 +00:00
fjenett
952031a05c js mode examples cleanup, automated import of included examples in getExampleCategoryFolders() 2011-06-14 07:46:26 +00:00
codeanticode
4193b14c64 Same in A3D 2011-06-14 06:26:16 +00:00
codeanticode
e3a9086fbc Added 1-pixeld wide to the glyphs in PFontTexture to solve some issues with bilinear filtering 2011-06-14 06:24:17 +00:00
pesckal
b83b8e94d3 Drop and drop to install libraries (.plb files) 2011-06-14 02:22:13 +00:00
fjenett
42248aa321 js mode examples cleanup 2011-06-13 18:36:17 +00:00
fjenett
08adcd1812 added more example dirs to examples win for js mode 2011-06-13 18:14:27 +00:00
fjenett
f8a5f70479 js mode box2d example (now really) and cp5 clone example 2011-06-13 18:09:04 +00:00
fjenett
0f5544dcc5 HTML5 input element examples for js mode 2011-06-13 17:23:36 +00:00
benfry
ad5ac1e660 todo items 2011-06-13 14:01:04 +00:00
fjenett
6d482fb135 fixed socketexception on shutdown in js mode server 2011-06-13 06:47:53 +00:00
pesckal
a2d511cddc Newly downloaded libraries are uncompressed and moved to sketchbook library folder.
Collisions are checked for by looking at the names of libraries already installed.
2011-06-13 01:57:47 +00:00
pesckal
a4641e296f Downloaded libraries extracted to temporary folder 2011-06-13 01:00:24 +00:00
codeanticode
38b0064fb5 Synch changes with PTexture in OPENGL2 2011-06-12 12:14:47 +00:00
codeanticode
23be566650 glTexImage2D in PTexture.createTexture() is called with null buffer, to avoid out of memory problems. Texels are initialized with glTexSubImage2D. 2011-06-12 12:00:49 +00:00
fjenett
1d70588bb0 js mode HTML5 audio example 2011-06-12 11:57:28 +00:00
codeanticode
c09a266805 Retain/release OpenGL context in dipose() 2011-06-12 08:05:23 +00:00
codeanticode
9ea4275410 Viewport saved/restored in beginDraw/endDraw (A3D) 2011-06-12 07:35:19 +00:00
codeanticode
6220c315e5 Viewport saved/restored in beginDraw/endDraw (OPENGL2) 2011-06-12 07:34:18 +00:00
codeanticode
ca361bacf1 viewport size is saved in beginDraw() and restored in endDraw() 2011-06-12 03:05:11 +00:00
pesckal
cfff416a5f Libraries from URL are downlaoded to temporary folder. 2011-06-11 20:27:02 +00:00
fjenett
20dbd364bc js mode flickr example 2011-06-11 19:51:48 +00:00
pesckal
25f8761d96 Added dialog for specifying URL of library to install. 2011-06-11 16:35:17 +00:00
fjenett
8d01ae671f js mode added favico as base64 data url 2011-06-11 14:23:34 +00:00
fjenett
681d257f7f add js mode example: twitter 2011-06-11 13:21:28 +00:00
fjenett
eace98f0ef example: html5 video for js mode 2011-06-11 10:20:01 +00:00
fjenett
ef690a5fdf more js mode examples: user and file input 2011-06-10 20:27:11 +00:00
fjenett
f1ab2a75fe another js mode HTML5 example: geo location 2011-06-10 10:28:04 +00:00
fjenett
32420d3870 tiny fix for a NPE when sketch.properties is there but lacks server.port in js mode 2011-06-09 08:39:46 +00:00
fjenett
c897ec039f added HTML5 DnD example to js mode 2011-06-09 08:33:39 +00:00
fjenett
5e04f7f2ed tiny cleanup and a todo.txt 2011-06-08 08:16:41 +00:00
benfry
3fcc5ea9e1 misc todo notes 2011-06-07 13:08:29 +00:00
fjenett
c2c56a7f1b js-mode cleanups 2011-06-07 06:13:02 +00:00
fjenett
2cf49ff26c some js template improvements 2011-06-06 21:02:21 +00:00
codeanticode
d999c2acfa Making sure that MODELVIEW is always current matrix mode 2011-06-06 19:12:29 +00:00
codeanticode
87a675efa0 Added missing updateProjection() calls 2011-06-06 19:11:51 +00:00
codeanticode
bf72e06e9e noFill doesn't affect texturing in A3D 2011-06-06 09:53:17 +00:00
codeanticode
010ec30656 noFill doesn't affect texturing in OPENGL2 2011-06-06 09:52:52 +00:00
codeanticode
37a0926b0e Rephrased condition 2011-06-06 09:52:16 +00:00
codeanticode
d290dffea2 Fixed logical error that resulted in fill color affecting textures tint 2011-06-06 09:16:45 +00:00
fjenett
6769ec4ede removed console.log() from selectionFlower example 2011-06-04 10:52:44 +00:00
fjenett
c3dbecf291 improved error handling with preproc (empty status & server only runs when build successful); added 1 example: selectionFlower; added <IE9 alert to template 2011-06-04 10:38:43 +00:00
fjenett
dbddec591a server start/stop now generates status messages; updated template to remove use of focus ring from canvas element; added a first example 2011-06-04 07:51:35 +00:00