Commit Graph

3547 Commits

Author SHA1 Message Date
jdf efa30ef644 Simple attempt to fix #35 2010-04-11 20:11:37 +00:00
jdf 7ef19d8fa4 Fix spurious error message emitted by bracket code. 2010-04-10 16:14:37 +00:00
codeanticode 09259f4e22 obj loading in a3d now works 2010-04-10 02:07:44 +00:00
codeanticode fa9d513164 finished coding obj parsing 2010-04-09 15:14:18 +00:00
codeanticode c4f31e52eb some minor tweaks in PShape3D and PGraphicsAndroidA3D 2010-04-09 13:50:38 +00:00
codeanticode 4c59a112ad some more obj parsing coded in... 2010-04-09 09:37:54 +00:00
codeanticode 87435f6f46 obj loading partially implemented 2010-04-09 08:54:05 +00:00
jdf 3b3b23d433 Fix #1450 2010-04-09 02:23:26 +00:00
codeanticode edef85ba0b GLTexture renamed to PTexture 2010-04-08 08:59:41 +00:00
codeanticode e778f89e36 Added translate, rotate and scale methods to PShape3D 2010-04-08 08:56:36 +00:00
codeanticode bc59745393 GLModel renamed to PShape3D 2010-04-08 07:34:49 +00:00
codeanticode d05ccb9e39 GLConstants removed 2010-04-08 07:26:12 +00:00
codeanticode f6706b067b Shape drawing methods updated to incorporate 3D 2010-04-08 07:18:36 +00:00
codeanticode 602c7b373e PShapeSVG to GLModel tesselation is working 2010-04-08 06:40:45 +00:00
jdf 87195a9a97 Fix bug1532, and in the process utterly destroy mode-detection problems by moving mode detection out of the parser, and into Java-land (in PdePreprocessor.java). 2010-04-08 02:31:34 +00:00
jdf dd3865cfbe Fix 1534 2010-04-07 00:49:22 +00:00
benfry c48813a07c glgraphics et al to use correct export template (bug #1530) 2010-04-03 16:26:44 +00:00
benfry a0a8c8ea97 starting revision 0184 2010-03-31 14:41:22 +00:00
benfry 0a8c57d41e notes for 0183 2010-03-31 13:44:18 +00:00
benfry 818f01afa3 notes on more changes 2010-03-31 13:43:13 +00:00
benfry 8e2cb68a1b deal with android sdk version problems, also other minor tweaks, prep 0183 2010-03-31 13:39:58 +00:00
jdf ddcf68233b First ever unit test for AutoFormat! 2010-03-30 02:02:29 +00:00
benfry 141b4d98d4 starting revision 0183 2010-03-29 14:43:35 +00:00
benfry 01d62158a5 workarounds for 0182 build 2010-03-29 13:15:31 +00:00
benfry b1704578bc wrapping up 0182 2010-03-29 13:00:01 +00:00
codeanticode 43ba60238e glmodel recording feature debugged 2010-03-29 08:35:01 +00:00
jdf 7cba28863a Make autoformat code unit-testable 2010-03-29 01:44:53 +00:00
jdf 46c6adae54 Added access modifiers to make Editor easier to reason about. 2010-03-29 01:42:30 +00:00
jdf 7a34a25a27 Fix #1525.
Fix unit tests on non-windows systems.
2010-03-28 22:27:07 +00:00
benfry 7a3cb880af update for newer sdk 2010-03-28 18:16:11 +00:00
benfry a7a488b9d6 PImage.copy problem (bug #1174) 2010-03-28 18:15:47 +00:00
benfry b1bf338435 more notes in the todo file 2010-03-28 17:27:03 +00:00
jdf 35c31a6b4d Fix #760 2010-03-28 15:39:52 +00:00
jdf 0f00559aca more bug fix 2010-03-28 15:18:43 +00:00
jdf ebedb36b9f more fixed bug 2010-03-28 15:17:34 +00:00
jdf 749ab94a8c 2010-03-28 15:15:04 +00:00
jdf 9f65d4e588 Moved bugs to proper category 2010-03-28 15:14:35 +00:00
jdf 416584e02b fixed bug with japanese text in autoformat 2010-03-28 15:13:21 +00:00
codeanticode 17cd469d83 algorithm for line grouping fixed 2010-03-28 00:17:46 +00:00
codeanticode c96ef8e1fb finished implementing glmodel recording 2010-03-28 00:05:23 +00:00
benfry cb35aab66b too many right parens fixed (bug #754) 2010-03-27 22:44:23 +00:00
benfry 528236c795 autoformat updates from jdf 2010-03-27 13:05:26 +00:00
jdf d3d5e75a39 Fix 259, and make a few aesthetic improvements to braces. Haven't fixed orphaned else yet. 2010-03-27 03:57:13 +00:00
jdf 09fed5faf9 Removing redundant variables; using the SDK; changing weird C intbooleans to booleans. 2010-03-27 02:06:42 +00:00
benfry 3faa9f7a76 making notes of jdf fixes 2010-03-26 16:00:07 +00:00
benfry 206152113a specific junit 2010-03-26 15:59:00 +00:00
benfry 2d12ea62e8 fix eol garbage 2010-03-26 15:58:21 +00:00
codeanticode d18a78f27d started glmodel recorder feature 2010-03-26 10:17:20 +00:00
jdf 907ca8bcce Remove unnecessary multiple array initializations; remove unnecessary use of String constructor 2010-03-26 03:37:00 +00:00
jdf 37a43633ce Apply some code standards to make it easier to debug and fix. 2010-03-26 03:28:16 +00:00