| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the < sign to < in jsdocs | gman@google.com | 2009-06-26 | 1 | -1/+1 |
* | divVectorVector was copied from mulVectorVector and the * was still there. F... | petersont@chromium.org | 2009-06-26 | 1 | -0/+6 |
* | Fix div typo | gman@google.com | 2009-06-26 | 1 | -1/+1 |
* | Version number bump for release | ericu@google.com | 2009-06-26 | 1 | -1/+1 |
* | New user experience for the fullscreen message on Mac. | maf@google.com | 2009-06-25 | 4 | -62/+153 |
* | Call V8::Dispose() when the plugin dll is unloaded from the browser so that m... | vangelis@google.com | 2009-06-25 | 1 | -0/+16 |
* | Fixing unit_test bugs. One of hte fixes is for the texture param. This quiets... | rlp@google.com | 2009-06-25 | 5 | -3/+25 |
* | Review URL: http://codereview.chromium.org/146126 | ericu@google.com | 2009-06-25 | 3 | -35/+53 |
* | Review URL: http://codereview.chromium.org/147089 | ericu@google.com | 2009-06-25 | 2 | -1/+25 |
* | Updating unused DEPS file for unused GYP build. | gspencer@google.com | 2009-06-24 | 1 | -2/+5 |
* | Fixing broken common.gypi | gspencer@google.com | 2009-06-24 | 1 | -3/+5 |
* | This fixes types.h with a conditional block so that it provides down_cast<>, | gspencer@google.com | 2009-06-24 | 2 | -0/+37 |
* | This adds in the GYP files needed for our GYP build, | gspencer@google.com | 2009-06-24 | 18 | -1/+2100 |
* | Review URL: http://codereview.chromium.org/147062 | ericu@google.com | 2009-06-24 | 4 | -11/+5 |
* | Bump V8 version to pick up Mac 10.4 compatibility changes. | maf@google.com | 2009-06-24 | 1 | -1/+1 |
* | Code to load the software renderer and initialize it. Code to force the softw... | apatrick@google.com | 2009-06-23 | 7 | -20/+137 |
* | These are code changes required to make the GYP build work. | gspencer@google.com | 2009-06-23 | 19 | -41/+154 |
* | Fixing some REWRITES that got missed somehow. | gspencer@google.com | 2009-06-23 | 2 | -10/+60 |
* | Adjusting the pdiff threshold for hellocube image compares to 1000. Also rem... | vangelis@google.com | 2009-06-23 | 1 | -1/+1 |
* | Review URL: http://codereview.chromium.org/140024 | ericu@google.com | 2009-06-22 | 1 | -6/+13 |
* | Fixing a typo that broke the windows build. | vangelis@google.com | 2009-06-22 | 1 | -1/+1 |
* | Delete the unused open source installer project file. | maf@google.com | 2009-06-22 | 1 | -776/+0 |
* | Bump up the version of V8 we sync to. | maf@google.com | 2009-06-19 | 1 | -1/+1 |
* | Add Mac support for setting plugin fullscreen area. | maf@google.com | 2009-06-19 | 5 | -27/+59 |
* | Review URL: http://codereview.chromium.org/132023 | ericu@google.com | 2009-06-19 | 2 | -35/+67 |
* | Change the plugin build file to build the real Mac installer if the o3d-inter... | maf@google.com | 2009-06-18 | 1 | -5/+9 |
* | Add safari to the list of browser that can be tested with selenium. | thomaslewis@google.com | 2009-06-18 | 1 | -1/+1 |
* | I think this fixes the issue with init-status-test.html | gman@google.com | 2009-06-18 | 1 | -10/+12 |
* | Bumping o3d_assets to rev 76 which contains a new screenshot for texture-set-... | vangelis@google.com | 2009-06-17 | 1 | -1/+1 |
* | This should fix the texture-set-test sample to | gman@google.com | 2009-06-17 | 2 | -6/+7 |
* | Undoing gcl bug damage AGAIN | gman@google.com | 2009-06-17 | 21 | -2143/+322 |
* | adding svn:ignore properties to ignore .o3dtgz | gman@google.com | 2009-06-17 | 21 | -322/+2143 |
* | Undoing gcl bug damage | gman@google.com | 2009-06-17 | 21 | -2143/+322 |
* | Adds a bunch of svn:ignore properties so that svn status | gman@google.com | 2009-06-17 | 21 | -322/+2143 |
* | Changes to make command buffers compile. Still failing some unit tests and ex... | rlp@google.com | 2009-06-17 | 19 | -71/+122 |
* | Allow o3d selenium tests to run on the Mac if a hermetic version | crogers@google.com | 2009-06-16 | 1 | -28/+61 |
* | Polish full-screen mode a bit: | ericu@google.com | 2009-06-16 | 9 | -53/+127 |
* | Adding code to turn off anti-aliasing for certain older ATI drivers | vangelis@google.com | 2009-06-16 | 1 | -2/+30 |
* | Version number bump for release | ericu@google.com | 2009-06-15 | 1 | -1/+1 |
* | Fix o3djs.loader.loadScene so it has opt_options argument. | gman@google.com | 2009-06-15 | 1 | -6/+10 |
* | Disabling failing test on mac. | bradnelson@google.com | 2009-06-12 | 1 | -1/+2 |
* | Adding back in o3dextras build. | bradnelson@google.com | 2009-06-12 | 2 | -0/+33 |
* | Fix the bitmap class to zero out memory when it's allocated to avoid garbage ... | crogers@google.com | 2009-06-12 | 1 | -1/+5 |
* | Fixing v8 build when include or lib are set. | yux@google.com | 2009-06-11 | 1 | -6/+6 |
* | Fixed some issues in the V8 bridge. It wasn't using HandleScopes correctly. T... | apatrick@google.com | 2009-06-10 | 4 | -37/+36 |
* | Reconstructing thomaslewis' change 118477. | bradnelson@google.com | 2009-06-10 | 2 | -2/+3 |
* | Fix bugs where O3D would output lots of spurious log messages in the | tschmelcher@google.com | 2009-06-10 | 1 | -4/+32 |
* | Changing an access on os.environ to a get (so things don't complain on | bradnelson@google.com | 2009-06-10 | 1 | -4/+1 |
* | Make O3D fullscreen mode support resolution switching on Mac. | maf@google.com | 2009-06-10 | 5 | -45/+250 |
* | Make the fullscreen sample be the simplest possible one that shows good pract... | ericu@google.com | 2009-06-10 | 1 | -403/+195 |