| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | Made RegEx API similar to old version | Zher Huei Lee | 2015-07-24 | 2 | -11/+13 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | More nrex fixes | Zher Huei Lee | 2015-07-24 | 1 | -8/+16 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Updated nrex fixes | Lee Zher Huei | 2015-07-24 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Regex library Nrex initial port | Lee Zher Huei | 2015-07-24 | 16 | -1193/+1245 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | -some changes by okam | Juan Linietsky | 2015-06-30 | 2 | -1/+7 | |
| | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | forgot to add mirroredrepeat flag to flags file. fixed. | romulox_x | 2015-06-25 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | added support for mirrored repeat texture wrapping | romulox_x | 2015-06-25 | 1 | -6/+18 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | ability to change shadow color in light2d | Juan Linietsky | 2015-06-24 | 2 | -1/+4 | |
| | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Update rasterizer_gles2.cpp | Juan Linietsky | 2015-06-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed camera plane | |||||
| * | | | | | | | | | | | | | new space shooter demo | Juan Linietsky | 2015-06-11 | 2 | -4/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ortho camera sort fix, closes #2063 | |||||
| * | | | | | | | | | | | | | Merge pull request #2037 from est31/use-local-win | Juan Linietsky | 2015-06-07 | 2 | -8/+43 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Time zone support | |||||
| | * | | | | | | | | | | | | | Add OS.get_time_zone_info function | est31 | 2015-06-06 | 2 | -1/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The returned dictionary maps "name" to the name of the current time zone, and "bias" to a bias from UTC in minutes. | |||||
| | * | | | | | | | | | | | | | Add utc param to get_time and get_date methods | est31 | 2015-06-06 | 2 | -7/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If utc == false, we return the local time, like before. Otherwise, we return UTC time. utc defaults to false to not break behaviour. | |||||
| * | | | | | | | | | | | | | | new file dialog! | Juan Linietsky | 2015-06-06 | 2 | -2/+5 | |
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -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 | |||||
| * / / / / / / / / / / / / | work in progress, resource previews | Juan Linietsky | 2015-05-31 | 2 | -4/+21 | |
| |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Added Doxyfile for Doxygen documentation. Had to modify codec.h because it ↵ | Antony | 2015-05-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-05-09 | 5 | -141/+235 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #1841 from SuperUserNameMan/updated_rtaudio | Juan Linietsky | 2015-05-07 | 2 | -134/+227 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update rtaudio to latest version | |||||
| | | * | | | | | | | | | | | | update rtaudio to latest version | yg2f | 2015-05-06 | 2 | -134/+227 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update rtaudio from latest version availbale on github | |||||
| | * | | | | | | | | | | | | | fixed ColorRgb attribute init order of struct | ehriche | 2015-05-06 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | minor fixes in drivers mpc and vorbis. | ehriche | 2015-05-06 | 2 | -1/+2 | |
| | |/ / / / / / / / / / / / | ||||||
| * / / / / / / / / / / / / | -Corrected DirAccessWindows functions, fixes #1872, properly fixes #791. | Juan Linietsky | 2015-05-09 | 1 | -17/+19 | |
| |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #1810 from ricpelo/ricpelo-patch-3 | Juan Linietsky | 2015-05-04 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Theora build | |||||
| | * | | | | | | | | | | | | Fixes Theora build | Ricardo Pérez | 2015-05-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes memcpy() -> copymem() | |||||
| * | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' | Juan Linietsky | 2015-05-04 | 122 | -419/+2254 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: drivers/windows/dir_access_windows.cpp | |||||
| | * | | | | | | | | | | | | | -corrected frac() and hyperbolic sin,cos,tan when running on PC (GLSL120), ↵ | Juan Linietsky | 2015-05-04 | 2 | -4/+64 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #1775 | |||||
| | * | | | | | | | | | | | | | Merge pull request #1792 from swenner/static_analysis_fixes | Juan Linietsky | 2015-05-03 | 2 | -2/+3 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Static analysis fixes | |||||
| | | * | | | | | | | | | | | | | fixed uninitialized name pointers (cppcheck) | Simon Wenner | 2015-05-03 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | fixed memory leak: triangulated (cppcheck) | Simon Wenner | 2015-05-03 | 1 | -0/+1 | |
| | | |/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | Merge pull request #1800 from antonyjones67/VSGenerator | Juan Linietsky | 2015-05-03 | 1 | -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 Jones | 2015-05-03 | 1 | -91/+94 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This does not set up NMAKE properly. | |||||
| | * | | | | | | | | | | | | | -fixed old condition in TextureFrame that caused bugs in materials, closes #1742 | Juan Linietsky | 2015-05-01 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | -Fixes from source code analyzizer, closes #1768 | Juan Linietsky | 2015-05-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | -fixed broken lighting in release version of godot for isometric light demo, ↵ | Juan Linietsky | 2015-04-30 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #1697 | |||||
| | * | | | | | | | | | | | | | -made normalmaps easier in 2D, fixes #1467 | Juan Linietsky | 2015-04-27 | 4 | -0/+22 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | -Objects with BlendMode!=MIX do not get affected by CanvasModulate, fixes #1724 | Juan Linietsky | 2015-04-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | -Changed Godot exit to be clean. | Juan Linietsky | 2015-04-20 | 1 | -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 #791 | Juan Linietsky | 2015-04-18 | 3 | -165/+76 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | please test anyway.. | |||||
| | * | | | | | | | | | | | | | -fixed relative path saving to file, fixes #1694 | Juan Linietsky | 2015-04-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 96 | -96/+96 | |
| | |/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | Fix clipping when used in viewport or inside another viewport, fixes #1661 | Juan Linietsky | 2015-04-14 | 1 | -8/+47 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | fixed broken lighting, closes #1671 | Juan Linietsky | 2015-04-12 | 1 | -9/+10 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | -Fixed screen capture for viewports, added a screen capture demo, fixes #1529 | Juan Linietsky | 2015-04-12 | 1 | -8/+12 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | -Fixes bug in ShaderGraph material, when uniform property is not used, fixes ↵ | Juan Linietsky | 2015-04-09 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #1634 and #1610 | |||||
| | * | | | | | | | | | | | | Merge pull request #1531 from vkbsb/h5_canvas_polygon_fix | Juan Linietsky | 2015-04-07 | 5 | -16/+110 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | H5 canvas polygon fix | |||||
| | | * | | | | | | | | | | | | Removing Print statement effects perf. | V.VamsiKrishna | 2015-03-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Fix for canvas_draw_polygon on webgl. | V.VamsiKrishna | 2015-03-21 | 2 | -14/+101 | |
| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Revert "Revert "Missed some things in prev commit."" | V.VamsiKrishna | 2015-03-20 | 2 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2e59788aa9be6dab49e06588fcb1cf812e55a0cf. | |||||
| | | * | | | | | | | | | | | | Revert "Revert "Removing etc1 from build for javascript platform."" | V.VamsiKrishna | 2015-03-20 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 9965e93f7eb7297490de597cc8ed8e18b4ba2872. | |||||
| | | * | | | | | | | | | | | | Revert "Missed some things in prev commit." | V.VamsiKrishna | 2015-03-20 | 2 | -5/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d3280f91a13da6c106f95c289c095714c638d201. | |||||
