summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Collapse)Author
2015-05-04Merge pull request #1810 from ricpelo/ricpelo-patch-3Juan Linietsky
Fixes Theora build
2015-05-04Fixes Theora buildRicardo Pérez
Changes memcpy() -> copymem()
2015-05-04Merge remote-tracking branch 'origin/master'Juan Linietsky
Conflicts: drivers/windows/dir_access_windows.cpp
2015-05-04small unicode fixesJuan Linietsky
2015-05-04-corrected frac() and hyperbolic sin,cos,tan when running on PC (GLSL120), ↵Juan Linietsky
fixes #1775
2015-05-03Merge pull request #1792 from swenner/static_analysis_fixesJuan Linietsky
Static analysis fixes
2015-05-03Merge pull request #1800 from antonyjones67/VSGeneratorJuan Linietsky
Added Visual Studio project generation. Use "vsproj=yes" in command line...
2015-05-03Added Visual Studio project generation. Use "vsproj=yes" in command line. ↵Antony Jones
This does not set up NMAKE properly.
2015-05-03fixed uninitialized name pointers (cppcheck)Simon Wenner
2015-05-03fixed memory leak: triangulated (cppcheck)Simon Wenner
2015-05-01-fixed old condition in TextureFrame that caused bugs in materials, closes #1742Juan Linietsky
2015-05-01-Fixes from source code analyzizer, closes #1768Juan Linietsky
2015-04-30-fixed broken lighting in release version of godot for isometric light demo, ↵Juan Linietsky
fixes #1697
2015-04-27-made normalmaps easier in 2D, fixes #1467Juan Linietsky
2015-04-24-Objects with BlendMode!=MIX do not get affected by CanvasModulate, fixes #1724Juan Linietsky
2015-04-20-Changed Godot exit to be clean.Juan Linietsky
-Added more debug information on memory cleanliness on exit (if run with -v) -Fixed several memory leaks, fixes #1731, fixes #755
2015-04-18-fix local and global usage for DirAccess, fixes #791Juan Linietsky
please test anyway..
2015-04-18-fixed relative path saving to file, fixes #1694Juan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-04-14Fix clipping when used in viewport or inside another viewport, fixes #1661Juan Linietsky
2015-04-12fixed broken lighting, closes #1671Juan Linietsky
2015-04-12-Fixed screen capture for viewports, added a screen capture demo, fixes #1529Juan Linietsky
2015-04-09-Fixes bug in ShaderGraph material, when uniform property is not used, fixes ↵Juan Linietsky
#1634 and #1610
2015-04-07Merge pull request #1531 from vkbsb/h5_canvas_polygon_fixJuan Linietsky
H5 canvas polygon fix
2015-04-06Added a PVRTC encoder for iOSJuan Linietsky
2015-04-03fix shadow issue with lights in mix mode, i think fixes #1611Juan Linietsky
2015-04-03Changes to LightJuan Linietsky
-=-=-=-=-=-=-=-= -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
2015-04-02Beta1 Attempt #1Juan Linietsky
-=-==-=-=-=-=-=- -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
2015-04-01fix shadow attenuationJuan Linietsky
2015-03-31read depth fixesJuan Linietsky
2015-03-31fixes for light2d in androids that do not supportJuan Linietsky
read depth
2015-03-25fixes to shader to get most new demos working on mobilereduz
2015-03-22fixes to new window management APIJuan Linietsky
-needs testing on Linux -needs testing on Windows -NEED SOMEONE TO IMPLEMENT IT ON OSX!! PLEASE HELP!
2015-03-22Merge pull request #1380 from ElectricSolstice/wparentheses_removalJuan Linietsky
Changed code to remove gcc -Wparentheses warnings.
2015-03-22Merge pull request #1438 from Spooner/fix_isometric_demoJuan Linietsky
Fix isometric demo
2015-03-22Merge pull request #1512 from the-mech/masterJuan Linietsky
[Fix] make_dir_recursive on Windows
2015-03-21New option to show/hide hidden filesrollenrolm
2015-03-21Removing Print statement effects perf.V.VamsiKrishna
2015-03-21Fix for canvas_draw_polygon on webgl.V.VamsiKrishna
2015-03-21signed distance field font supportJuan Linietsky
2015-03-20Revert "Revert "Missed some things in prev commit.""V.VamsiKrishna
This reverts commit 2e59788aa9be6dab49e06588fcb1cf812e55a0cf.
2015-03-20Revert "Revert "Removing etc1 from build for javascript platform.""V.VamsiKrishna
This reverts commit 9965e93f7eb7297490de597cc8ed8e18b4ba2872.
2015-03-20Revert "Missed some things in prev commit."V.VamsiKrishna
This reverts commit d3280f91a13da6c106f95c289c095714c638d201.
2015-03-20Revert "Removing etc1 from build for javascript platform."V.VamsiKrishna
This reverts commit 41b729ccff74e5a9154bee7db0d36ffd74641eae.
2015-03-20Missed some things in prev commit.V.VamsiKrishna
2015-03-20Removing etc1 from build for javascript platform.V.VamsiKrishna
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.
2015-03-19Fix for newer gcc. Picked from GoogleCodeV.VamsiKrishna
2015-03-19Fix Javascript build.V.VamsiKrishna
2015-03-16New option to send canvas to render bufferJuan Linietsky
allows to use 3D environment effects for post processing such as Glow, Bloom, HDR, etc. in 2D.
2015-03-15Update file_access_windows.cpp for mingw cross-compileMatthew Hughes
Cross compiling on linux failed on this file. Changing case of the windows.h and shlwapi.h allows mingw to find these headers but setting WINVER 0x0500 is needed for the compiler to find ReplaceFileW