| Commit message (Expand) | Author | Age | Files | Lines |
* | Modified the function o3djs.quaternions.rotationToQuaternion() to address a b... | petersont@google.com | 2010-06-16 | 2 | -8/+44 |
* | Guard against the plugin being deleted unexpectedly. | kbr@google.com | 2010-06-16 | 4 | -2/+27 |
* | Do not init v8 on platforms where it is not supported. | maf@google.com | 2010-06-15 | 1 | -4/+9 |
* | Fixed problems with Cocoa full-screen code: | kbr@google.com | 2010-06-15 | 3 | -7/+32 |
* | Fix issue in Safari 5 on Mac OS X 10.6 on Mac Minis where drawInCGLContext/co... | tschmelcher@chromium.org | 2010-06-15 | 1 | -7/+9 |
* | Roll forward NaCl version to pick up recent fixes. This should fix | kbr@google.com | 2010-06-15 | 1 | -1/+1 |
* | Provide a default definition of the target_arch variable on Linux to | kbr@google.com | 2010-06-15 | 1 | -0/+7 |
* | Adding render-mode demo. Update to client.js to render only if render mode is... | luchen@google.com | 2010-06-15 | 2 | -2/+290 |
* | Rolled forward DEPS again to pick up NaCl IMC build fix on Mac OS X. | kbr@google.com | 2010-06-11 | 1 | -1/+1 |
* | Rolled forward NaCl dependency to pick up IMC bug fix. | kbr@google.com | 2010-06-11 | 1 | -1/+1 |
* | Adding handlers to zoom in/out on scrollwheel event. | luchen@google.com | 2010-06-09 | 3 | -8/+47 |
* | Adding wireframe light indicator to shadow map demo. | luchen@google.com | 2010-06-09 | 3 | -11/+11 |
* | Adding debugging demo to o3d-webgl collection. Includes minor bug fix in para... | luchen@google.com | 2010-06-08 | 6 | -52/+319 |
* | Adding support for pointlist, linelist, linestrip, trianglestrip and triangel... | luchen@google.com | 2010-06-08 | 3 | -5/+423 |
* | Converted four more demo files to o3d-webgl: juggler, sobel, julia and textur... | luchen@google.com | 2010-06-07 | 4 | -0/+1351 |
* | Adding WebGL-ized rotatemodel.html demo. | luchen@google.com | 2010-06-03 | 1 | -0/+250 |
* | Porting the Phong Shader demo to WebGL. | luchen@google.com | 2010-06-03 | 1 | -0/+345 |
* | Linux: include -g for Release builds to aid debugging. There is no downside b... | tschmelcher@chromium.org | 2010-06-02 | 1 | -0/+4 |
* | Prevent Client::Tick() from causing reentrancy in the plugin on Mac OS X. | kbr@google.com | 2010-06-02 | 3 | -3/+16 |
* | Adding WebGL-ified version of the customcamera.html demo. | luchen@google.com | 2010-06-02 | 1 | -0/+456 |
* | Until we work out why V8 refuses to work on the Safari/10.6 combination, igno... | maf@google.com | 2010-05-29 | 1 | -0/+24 |
* | Fix build break with gcc 4.4.1. (std::strcat not defined.) | zhurunz@google.com | 2010-05-28 | 1 | -0/+2 |
* | Mac: Fix bug that has always existed in the GYP build where O3D.rsrc was an e... | tschmelcher@chromium.org | 2010-05-28 | 1 | -0/+2 |
* | Fixed bug in Core Graphics backend where it was falling through to the | kbr@google.com | 2010-05-28 | 4 | -32/+48 |
* | In some circumstances the O3D plugin is briefly resized to zero height, | kbr@google.com | 2010-05-28 | 1 | -1/+1 |
* | Sync to latest breakpad which doesn't have deps on libglog. | zhurunz@google.com | 2010-05-28 | 2 | -10/+1 |
* | Accepted mouse moved events in NSWindow used for Cocoa full-screen code path. | kbr@google.com | 2010-05-28 | 1 | -0/+1 |
* | Changed how checkers sample identifies whether a hit occurred using | kbr@google.com | 2010-05-28 | 1 | -2/+4 |
* | Refactored drawing and event model selection to generalize to more | kbr@google.com | 2010-05-26 | 4 | -101/+72 |
* | Some texture parameters were being set in the pack when the texture was creat... | petersont@google.com | 2010-05-24 | 2 | -97/+210 |
* | Implemented full-screen support for Core Graphics and Core Animation | kbr@google.com | 2010-05-24 | 10 | -188/+702 |
* | Refactored Buffer and Field getAt functions to use a common helper function, ... | petersont@google.com | 2010-05-24 | 2 | -27/+38 |
* | Add breakpad. | zhurunz@google.com | 2010-05-22 | 6 | -2/+389 |
* | Fixed crash on Mac OS X introduced in | kbr@google.com | 2010-05-21 | 1 | -7/+8 |
* | Refactored full-screen code under FullscreenWindowMac base class and | kbr@google.com | 2010-05-19 | 10 | -569/+861 |
* | The z-sorting sample looked tinted gray because of the final alpha channel co... | petersont@google.com | 2010-05-19 | 3 | -6/+16 |
* | Fixed a typo in pool code and made comments more google style | petersont@google.com | 2010-05-17 | 4 | -19/+29 |
* | Sorts drawlists by priority or by depth as indicated by the flag in the DrawP... | petersont@google.com | 2010-05-17 | 4 | -7/+272 |
* | Refactored the SAS parameter code slightly to avoid redundant listing of para... | petersont@google.com | 2010-05-14 | 2 | -181/+170 |
* | When a demo on the o3d-webgl site gets opened in an ordinary browser that doe... | petersont@google.com | 2010-05-14 | 2 | -11/+78 |
* | Mac: Undo the change in r44662 to use npo3dautoplugin for the default Mac bun... | tschmelcher@chromium.org | 2010-05-11 | 4 | -20/+82 |
* | Linux: Make the Debian package build rules work with both Make and SCons. | tschmelcher@chromium.org | 2010-05-10 | 1 | -10/+9 |
* | Axe the o3d_version.py script and turn it into a .gypi file. This fixes a bug... | tschmelcher@chromium.org | 2010-05-06 | 9 | -82/+66 |
* | Added setLanguage functions to canvas, fps and particles. Added beachdemo-gl... | amarinichev@chromium.org | 2010-05-06 | 23 | -106/+7106 |
* | Grr, change last CL to define ChangeResolution as a target with type of none ... | tschmelcher@chromium.org | 2010-05-05 | 1 | -8/+9 |
* | Only define the ChangeResolution target on Windows. This fixes a problem wher... | tschmelcher@chromium.org | 2010-05-05 | 1 | -8/+16 |
* | Flush GL errors before any operation that checks for GL errors afterwards, so... | tschmelcher@chromium.org | 2010-05-05 | 6 | -26/+71 |
* | Small changes to make GCC 4.4.1 happy. | zhurunz@google.com | 2010-05-04 | 3 | -4/+10 |
* | Linux: make gypbuild use make now that that's the default GYP generator. | tschmelcher@chromium.org | 2010-05-04 | 1 | -7/+3 |
* | Compute the absolute path containing the o3dConverter tool for the | kbr@google.com | 2010-05-03 | 1 | -1/+6 |