aboutsummaryrefslogtreecommitdiff
path: root/drivers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-05-095-141/+235
|\
| * Merge pull request #1841 from SuperUserNameMan/updated_rtaudioJuan Linietsky2015-05-072-134/+227
| |\ | | | | | | update rtaudio to latest version
| | * update rtaudio to latest versionyg2f2015-05-062-134/+227
| | | | | | | | | | | | update rtaudio from latest version availbale on github
| * | fixed ColorRgb attribute init order of structehriche2015-05-061-6/+6
| | |
| * | minor fixes in drivers mpc and vorbis.ehriche2015-05-062-1/+2
| |/
* / -Corrected DirAccessWindows functions, fixes #1872, properly fixes #791.Juan Linietsky2015-05-091-17/+19
|/
* Merge pull request #1810 from ricpelo/ricpelo-patch-3Juan Linietsky2015-05-041-1/+1
|\ | | | | Fixes Theora build
| * Fixes Theora buildRicardo Pérez2015-05-041-1/+1
| | | | | | Changes memcpy() -> copymem()
* | Merge remote-tracking branch 'origin/master'Juan Linietsky2015-05-04122-419/+2254
|\ \ | | | | | | | | | | | | Conflicts: drivers/windows/dir_access_windows.cpp
| * | -corrected frac() and hyperbolic sin,cos,tan when running on PC (GLSL120), ↵Juan Linietsky2015-05-042-4/+64
| | | | | | | | | | | | fixes #1775
| * | Merge pull request #1792 from swenner/static_analysis_fixesJuan Linietsky2015-05-032-2/+3
| |\ \ | | | | | | | | Static analysis fixes
| | * | fixed uninitialized name pointers (cppcheck)Simon Wenner2015-05-031-2/+2
| | | |
| | * | fixed memory leak: triangulated (cppcheck)Simon Wenner2015-05-031-0/+1
| | |/
| * | Merge pull request #1800 from antonyjones67/VSGeneratorJuan Linietsky2015-05-031-91/+94
| |\ \ | | |/ | |/| Added Visual Studio project generation. Use "vsproj=yes" in command line...
| | * Added Visual Studio project generation. Use "vsproj=yes" in command line. ↵Antony Jones2015-05-031-91/+94
| | | | | | | | | | | | This does not set up NMAKE properly.
| * | -fixed old condition in TextureFrame that caused bugs in materials, closes #1742Juan Linietsky2015-05-011-1/+0
| | |
| * | -Fixes from source code analyzizer, closes #1768Juan Linietsky2015-05-011-1/+1
| | |
| * | -fixed broken lighting in release version of godot for isometric light demo, ↵Juan Linietsky2015-04-301-0/+2
| | | | | | | | | | | | fixes #1697
| * | -made normalmaps easier in 2D, fixes #1467Juan Linietsky2015-04-274-0/+22
| | |
| * | -Objects with BlendMode!=MIX do not get affected by CanvasModulate, fixes #1724Juan Linietsky2015-04-241-1/+1
| | |
| * | -Changed Godot exit to be clean.Juan Linietsky2015-04-201-1/+5
| | | | | | | | | | | | | | | -Added more debug information on memory cleanliness on exit (if run with -v) -Fixed several memory leaks, fixes #1731, fixes #755
| * | -fix local and global usage for DirAccess, fixes #791Juan Linietsky2015-04-183-165/+76
| | | | | | | | | | | | please test anyway..
| * | -fixed relative path saving to file, fixes #1694Juan Linietsky2015-04-181-1/+1
| | |
| * | Updated copyright year in all headersJuan Linietsky2015-04-1896-96/+96
| |/
| * Fix clipping when used in viewport or inside another viewport, fixes #1661Juan Linietsky2015-04-141-8/+47
| |
| * fixed broken lighting, closes #1671Juan Linietsky2015-04-121-9/+10
| |
| * -Fixed screen capture for viewports, added a screen capture demo, fixes #1529Juan Linietsky2015-04-121-8/+12
| |
| * -Fixes bug in ShaderGraph material, when uniform property is not used, fixes ↵Juan Linietsky2015-04-091-0/+3
| | | | | | | | #1634 and #1610
| * Merge pull request #1531 from vkbsb/h5_canvas_polygon_fixJuan Linietsky2015-04-075-16/+110
| |\ | | | | | | H5 canvas polygon fix
| | * Removing Print statement effects perf.V.VamsiKrishna2015-03-211-1/+1
| | |
| | * Fix for canvas_draw_polygon on webgl.V.VamsiKrishna2015-03-212-14/+101
| | |
| | * Revert "Revert "Missed some things in prev commit.""V.VamsiKrishna2015-03-202-1/+5
| | | | | | | | | | | | This reverts commit 2e59788aa9be6dab49e06588fcb1cf812e55a0cf.
| | * Revert "Revert "Removing etc1 from build for javascript platform.""V.VamsiKrishna2015-03-201-4/+0
| | | | | | | | | | | | This reverts commit 9965e93f7eb7297490de597cc8ed8e18b4ba2872.
| | * Revert "Missed some things in prev commit."V.VamsiKrishna2015-03-202-5/+1
| | | | | | | | | | | | This reverts commit d3280f91a13da6c106f95c289c095714c638d201.
| | * Revert "Removing etc1 from build for javascript platform."V.VamsiKrishna2015-03-201-0/+4
| | | | | | | | | | | | This reverts commit 41b729ccff74e5a9154bee7db0d36ffd74641eae.
| | * Missed some things in prev commit.V.VamsiKrishna2015-03-202-1/+5
| | |
| | * Removing etc1 from build for javascript platform.V.VamsiKrishna2015-03-201-4/+0
| | | | | | | | | | | | | | | | | | | | | Based on inputs from reduz 1) Made etc1 optional driver and default yes. 2) Reverted the hack in rg_etc1.cpp 3) Disabled etc1 for javascript plaform.
| | * Fix for newer gcc. Picked from GoogleCodeV.VamsiKrishna2015-03-191-1/+1
| | |
| | * Fix Javascript build.V.VamsiKrishna2015-03-191-0/+7
| | |
| * | Added a PVRTC encoder for iOSJuan Linietsky2015-04-0621-9/+1602
| | |
| * | fix shadow issue with lights in mix mode, i think fixes #1611Juan Linietsky2015-04-031-1/+1
| | |
| * | Changes to LightJuan Linietsky2015-04-034-16/+49
| | | | | | | | | | | | | | | | | | | | | | | | -=-=-=-=-=-=-=-= -Changed material unshaded property for an enum, which supports light-only shading -Added a "Mix" shading mode, useful for using lights as masks -Added energy parameter to Light2D
| * | Beta1 Attempt #1Juan Linietsky2015-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | -=-==-=-=-=-=-=- -Small fixes in canvas item light shader -Fixed compilation in server target -Export for Android makes 32 bits display as default -changed version to 1.1beta1
| * | fix shadow attenuationJuan Linietsky2015-04-011-2/+1
| | |
| * | read depth fixesJuan Linietsky2015-03-312-5/+71
| | |
* | | small unicode fixesJuan Linietsky2015-05-041-2/+2
|/ /
* | fixes for light2d in androids that do not supportJuan Linietsky2015-03-312-20/+35
| | | | | | | | read depth
* | fixes to shader to get most new demos working on mobilereduz2015-03-251-5/+5
| |
* | fixes to new window management APIJuan Linietsky2015-03-221-0/+1
| | | | | | | | | | | | -needs testing on Linux -needs testing on Windows -NEED SOMEONE TO IMPLEMENT IT ON OSX!! PLEASE HELP!
* | Merge pull request #1380 from ElectricSolstice/wparentheses_removalJuan Linietsky2015-03-224-4/+4
|\ \ | | | | | | Changed code to remove gcc -Wparentheses warnings.