Commit Graph

80 Commits

Author SHA1 Message Date
benfry
c31b3f8058 fix point() for multiple sizes 2010-02-27 18:03:34 +00:00
benfry
5b12d99d90 use the android time object instead of the java calendar class 2010-02-27 17:14:44 +00:00
benfry
cf1c3e4b2c fixed license headers for core 2010-02-27 16:49:54 +00:00
benfry
7fec09a19b quick bug fix for tint() and fonts, other cleanups 2010-02-27 16:38:16 +00:00
benfry
39678eb40a lots of work on set(), also fix requestImage() 2010-02-27 16:27:36 +00:00
jdf
0978ef36d3 Undo unneeded changes 2010-02-27 14:20:14 +00:00
jdf
4d5624edac Much simpler means of tracking process status 2010-02-27 14:17:54 +00:00
benfry
5e075d4cec fix updatePixels() and mask() 2010-02-27 13:36:43 +00:00
benfry
0efc7c15c4 fix efficiency for shapes, get bezier vertex working, other shape fixes 2010-02-27 12:52:46 +00:00
benfry
078f4bc924 implementation of get/set for images 2010-02-26 23:44:21 +00:00
benfry
f63c23e993 get noLoop() working again, don't start drawing until surfaceChanged() is called 2010-02-26 21:57:18 +00:00
benfry
9e0170c2bc cleaning 2010-02-26 20:00:58 +00:00
benfry
4fb9821a33 cleanups, now going after image loading and memory issues 2010-02-26 19:52:24 +00:00
benfry
26535c1b4c removing old P3D code 2010-02-26 16:13:33 +00:00
benfry
8e0b58720a change image -> bitmap inside PImage, also remove window changing code 2010-02-26 16:12:12 +00:00
benfry
e6a42723b0 fix noLoop(), fix switching between applications 2010-02-26 15:36:23 +00:00
jdf
e0b0488bc3 At least temporarily fix catastrophic failure on screen rotation by basically restarting the whole app. I do this by calling finish) in onDestroy(). 2010-02-24 21:10:22 +00:00
benfry
c4d181f04c moving back a revision 2010-02-24 16:53:17 +00:00
jdf
902eefef2d I was exploring the android PApplet, and saved something, which caused all of my code standards to be applied to it. This includes marking things final whenever possible, which I like. 2010-02-24 02:12:55 +00:00
benfry
e5b7c50286 notes, removing GLFont 2010-02-20 21:17:25 +00:00
benfry
0d99131d08 big steps toward fonts/images working 2010-02-20 00:06:40 +00:00
benfry
569d6f0fbb get tint() working 2010-02-19 23:27:50 +00:00
benfry
0eee2bb82c minor cleanups 2010-02-19 22:36:34 +00:00
benfry
5380ccdfa4 adding new font code, and cleaning up other classes 2010-02-19 22:33:34 +00:00
benfry
c6ce49b0c2 re-sync with PFont from the main code 2010-02-19 21:55:02 +00:00
benfry
4e3f437ebe trying to straighten out images, fonts, and tint 2010-02-19 13:05:23 +00:00
benfry
b9ab39d774 renaming package back to processing.core, so that more libraries work off-the-shelf 2010-02-18 20:02:00 +00:00
codeanticode
b88b9e4d62 fixed minor bug in A3D triangle rendering 2010-02-09 13:43:49 +00:00
codeanticode
b00c1a2a81 rendering method for triangles in PGraphicsAndroid3D was reworked 2010-02-05 04:05:29 +00:00
codeanticode
64045f2920 reworked method for resizing vertex buffers when the number of triangles reaches the maximum 2010-02-04 20:46:41 +00:00
codeanticode
e0ec0dbd95 added some comments, updated TODOs 2010-02-04 03:21:40 +00:00
codeanticode
a5d9496d45 implemented mechanism for opengl resource recreation 2010-02-04 02:13:11 +00:00
codeanticode
b145c0f94a comments in GLFont 2010-02-03 15:39:35 +00:00
codeanticode
0d19175cd8 added loadGLModel method in PApplet 2010-02-03 15:36:34 +00:00
codeanticode
81a922d899 some impl methods to get arrays in glmodel 2010-02-03 15:30:01 +00:00
codeanticode
c9e27f0f76 added resize method 2010-02-03 13:36:48 +00:00
codeanticode
bdc59f94b8 fixed some indexing bugs in glmodel 2010-02-03 12:03:33 +00:00
codeanticode
e74bf3528f easier texturing methods in glmodel 2010-02-02 20:04:53 +00:00
codeanticode
aab06c7672 easier group creation methods in glmodel 2010-02-02 19:51:58 +00:00
codeanticode
ca1ce39ea5 fixed texturing bug in glmodel 2010-02-02 05:18:49 +00:00
codeanticode
101e3022b2 some simplifications in glmodel 2010-02-01 01:21:21 +00:00
codeanticode
53913947d3 fixed gltexure bugs, added PApplet.newGLTexture() 2010-02-01 00:03:40 +00:00
codeanticode
4e332c7457 gltexture rewrite finished 2010-01-31 22:55:53 +00:00
codeanticode
cdb6acd987 added opengl extension checking in a3d 2010-01-31 00:54:17 +00:00
codeanticode
3080f715a1 removed gltexture errors 2010-01-30 11:52:13 +00:00
codeanticode
1a54a4967d more gltexture changes 2010-01-29 16:19:41 +00:00
codeanticode
61895240b8 Started API simplification of GLTexture 2010-01-28 21:05:31 +00:00
codeanticode
e9621f036e GLModelParameters made an inner class of GLModel 2010-01-28 19:55:59 +00:00
codeanticode
c3a9c3bd53 glmodel working 2010-01-28 12:30:49 +00:00
codeanticode
cbd0d8606a some errors ironed out from glmodel 2010-01-27 21:46:39 +00:00