Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-12 | Update rasterizer_gles2.cpp | Juan Linietsky | |
fixed camera plane | |||
2015-06-11 | new space shooter demo | Juan Linietsky | |
ortho camera sort fix, closes #2063 | |||
2015-06-07 | Merge pull request #2037 from est31/use-local-win | Juan Linietsky | |
Time zone support | |||
2015-06-06 | new file dialog! | Juan Linietsky | |
-ItemList control for easier lists/thumbnails -New file dialog, with support for thumbnails, favorites, recent places, etc -Moved .fscache out of the project, no more bugs due to committed/pulled .fscache! -Dir dialog now sorts directories | |||
2015-06-06 | Add OS.get_time_zone_info function | est31 | |
The returned dictionary maps "name" to the name of the current time zone, and "bias" to a bias from UTC in minutes. | |||
2015-06-06 | Add utc param to get_time and get_date methods | est31 | |
If utc == false, we return the local time, like before. Otherwise, we return UTC time. utc defaults to false to not break behaviour. | |||
2015-05-31 | work in progress, resource previews | Juan Linietsky | |
2015-05-10 | Added Doxyfile for Doxygen documentation. Had to modify codec.h because it ↵ | Antony | |
already had set up the mainpage. Added a logo without text for the Doxygen pages upper top left corner. Pointed Doxyfile to README.md. Thinking of adding Markup in c files pointing to Wiki links. That way we have current source markup but it points to Wiki for major documentation effort. | |||
2015-05-09 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-05-09 | -Corrected DirAccessWindows functions, fixes #1872, properly fixes #791. | Juan Linietsky | |
2015-05-07 | Merge pull request #1841 from SuperUserNameMan/updated_rtaudio | Juan Linietsky | |
update rtaudio to latest version | |||
2015-05-06 | update rtaudio to latest version | yg2f | |
update rtaudio from latest version availbale on github | |||
2015-05-06 | fixed ColorRgb attribute init order of struct | ehriche | |
2015-05-06 | minor fixes in drivers mpc and vorbis. | ehriche | |
2015-05-04 | Merge pull request #1810 from ricpelo/ricpelo-patch-3 | Juan Linietsky | |
Fixes Theora build | |||
2015-05-04 | Fixes Theora build | Ricardo Pérez | |
Changes memcpy() -> copymem() | |||
2015-05-04 | Merge remote-tracking branch 'origin/master' | Juan Linietsky | |
Conflicts: drivers/windows/dir_access_windows.cpp | |||
2015-05-04 | small unicode fixes | Juan Linietsky | |
2015-05-04 | -corrected frac() and hyperbolic sin,cos,tan when running on PC (GLSL120), ↵ | Juan Linietsky | |
fixes #1775 | |||
2015-05-03 | Merge pull request #1792 from swenner/static_analysis_fixes | Juan Linietsky | |
Static analysis fixes | |||
2015-05-03 | Merge pull request #1800 from antonyjones67/VSGenerator | Juan Linietsky | |
Added Visual Studio project generation. Use "vsproj=yes" in command line... | |||
2015-05-03 | Added Visual Studio project generation. Use "vsproj=yes" in command line. ↵ | Antony Jones | |
This does not set up NMAKE properly. | |||
2015-05-03 | fixed uninitialized name pointers (cppcheck) | Simon Wenner | |
2015-05-03 | fixed memory leak: triangulated (cppcheck) | Simon Wenner | |
2015-05-01 | -fixed old condition in TextureFrame that caused bugs in materials, closes #1742 | Juan Linietsky | |
2015-05-01 | -Fixes from source code analyzizer, closes #1768 | Juan 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 #1467 | Juan Linietsky | |
2015-04-24 | -Objects with BlendMode!=MIX do not get affected by CanvasModulate, fixes #1724 | Juan 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 #791 | Juan Linietsky | |
please test anyway.. | |||
2015-04-18 | -fixed relative path saving to file, fixes #1694 | Juan Linietsky | |
2015-04-18 | Updated copyright year in all headers | Juan Linietsky | |
2015-04-14 | Fix clipping when used in viewport or inside another viewport, fixes #1661 | Juan Linietsky | |
2015-04-12 | fixed broken lighting, closes #1671 | Juan Linietsky | |
2015-04-12 | -Fixed screen capture for viewports, added a screen capture demo, fixes #1529 | Juan Linietsky | |
2015-04-09 | -Fixes bug in ShaderGraph material, when uniform property is not used, fixes ↵ | Juan Linietsky | |
#1634 and #1610 | |||
2015-04-07 | Merge pull request #1531 from vkbsb/h5_canvas_polygon_fix | Juan Linietsky | |
H5 canvas polygon fix | |||
2015-04-06 | Added a PVRTC encoder for iOS | Juan Linietsky | |
2015-04-03 | fix shadow issue with lights in mix mode, i think fixes #1611 | Juan Linietsky | |
2015-04-03 | Changes to Light | Juan 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-02 | Beta1 Attempt #1 | Juan 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-01 | fix shadow attenuation | Juan Linietsky | |
2015-03-31 | read depth fixes | Juan Linietsky | |
2015-03-31 | fixes for light2d in androids that do not support | Juan Linietsky | |
read depth | |||
2015-03-25 | fixes to shader to get most new demos working on mobile | reduz | |
2015-03-22 | fixes to new window management API | Juan Linietsky | |
-needs testing on Linux -needs testing on Windows -NEED SOMEONE TO IMPLEMENT IT ON OSX!! PLEASE HELP! | |||
2015-03-22 | Merge pull request #1380 from ElectricSolstice/wparentheses_removal | Juan Linietsky | |
Changed code to remove gcc -Wparentheses warnings. | |||
2015-03-22 | Merge pull request #1438 from Spooner/fix_isometric_demo | Juan Linietsky | |
Fix isometric demo | |||
2015-03-22 | Merge pull request #1512 from the-mech/master | Juan Linietsky | |
[Fix] make_dir_recursive on Windows |