Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-21 | removed redundant assign operation in mesh_add_surface: elem_count is ↵ | knd | |
reassigned a value before the old one has been used. | |||
2016-09-17 | Merge pull request #6489 from zaps166/vorbis-no-enc | Rémi Verschelde | |
Vorbis: Don't compile unnecessary encoder files | |||
2016-09-17 | Merge pull request #6414 from RandomShaper/improve-shader-shadow | Rémi Verschelde | |
Expose additional light/shadow properties to canvas item shaders | |||
2016-09-14 | Vorbis: Don't compile unnecessary encoder files | Błażej Szczygieł | |
2016-09-10 | Merge pull request #5920 from 29jm/fix-warnings | Juan Linietsky | |
Fix some more warnings | |||
2016-09-10 | Merge pull request #5962 from Alex-doc/Y_billboard | Juan Linietsky | |
Implements Y billboard | |||
2016-09-10 | Merge pull request #6363 from vnen/winrt | Juan Linietsky | |
Fix the support for WinRT/UWP | |||
2016-09-07 | Expose light shadow color to canvas item shaders | Pedro J. Estébanez | |
2016-09-07 | Rename misleading define | Pedro J. Estébanez | |
The macro USE_LIGHT_SHADOW_COLOR actually was being defined when the shader used SHADOW (the output shadow color), not the shadow color set for the light so it's better named USE_OUTPUT_SHADOW_COLOR. In 3D there's not that difference but renaming as well for consistency. | |||
2016-09-06 | Add Windows Universal export to editor | George Marques | |
- Use OPENSSL_ENABLED definition to the whole source to detect it anywhere. - Add WinRT/UWP template files with manifest and default images. | |||
2016-09-03 | Patch thirdy-party libraries to build for WinRT | George Marques | |
- Patch enet code. - Patch OpenSSL code and add shims for unavailable API. - Add extra definition header for Freetype. | |||
2016-09-03 | Fix drivers coding for WinRT | George Marques | |
- Add a proper function to retrieve IP addresses. - Solve issues with Windows FileAccess and DirAccess to use the same code for WinRT. - Add patches to the GLES2 rasterizer to workaround ANGLE issues. | |||
2016-08-30 | More visual script improvements | Juan Linietsky | |
-Added anti-aliasing on lines -Improved draw performance enormously -Removed sequence ports for most nodes, current visual scripts will likely be broken now. Sorry! | |||
2016-08-13 | Fix some comparisons between signed and unsigned integers | Johan Manuel | |
2016-08-13 | Fix some warnings about misleading indentation | Johan Manuel | |
2016-08-13 | Remove some unused variables | Johan Manuel | |
2016-08-01 | Implements Y billboard | Alex Piola | |
Y billboard wasn't hooked up. This commit implements it. | |||
2016-07-25 | GLES2: Check for GPU capabilities to display an error | Rémi Verschelde | |
The engine will still segfault, but the error message should be displayed by the OS in a blocking manner, so that it will only crash once users have acknowledged the error dialog. Closes #1162. | |||
2016-07-23 | RtAudio: Update to upstream version 4.1.2 | Rémi Verschelde | |
The only differences we have with the upstream tarball are marked with `// -GODOT-` comments for clarity. The changes we currently have are just some defines for cross-platform configuration, and could likely be moved to the SCons buildsystem (ideally in a sub-environment to avoid having RtAudio-specific defines pollute the whole build log). One change for WinRT was not kept, if it is needed it should ideally be integrated upstream: ``` #if defined(__WINDOWS_DS__) || defined(__WINDOWS_ASIO__) || defined(__WINDOWS_WASAPI__) -#ifdef WINRT_ENABLED - #define MUTEX_INITIALIZE(A) InitializeCriticalSectionEx(A, 0, 0) -#else #define MUTEX_INITIALIZE(A) InitializeCriticalSection(A) -#endif ``` | |||
2016-07-23 | zlib: Update builtin version to upstream 1.2.8 | Rémi Verschelde | |
Our only differences to the upstream distribution are: - The `gz*.c` files are not included - Z_PREFIX and Z_SOLO are defined in zconf.h | |||
2016-07-23 | rg_etc1: Upstream version 1.04 | Rémi Verschelde | |
From https://github.com/richgel999/rg-etc1 | |||
2016-07-22 | FreeType: Update to upstream version 2.6.5 | Rémi Verschelde | |
The only diffs to the upstream sources are to be found in `include/ft2build.h` and `include/freetype/config/ftoption.h`. | |||
2016-07-22 | FreeType: Remove unnecessary subfolder | Rémi Verschelde | |
Also sort sources alphabetically for clarity. | |||
2016-07-22 | FreeType: Reduce diff with upstream 2.5.0 version | Rémi Verschelde | |
The Godot specific changes to ftoption.h are indicated with a `// -Godot-` comment for clarity. See #5859 for details. | |||
2016-07-18 | Fix multichar character constant warning | Rémi Verschelde | |
Multi-character character constants are implementation defined, and therefore they are risky to use for use when trying to be compatible with so many different platforms. Fixes #2540. | |||
2016-07-17 | Remove some noisy debug prints | Rémi Verschelde | |
Part of #5031 | |||
2016-07-14 | Merge pull request #5592 from volzhs/libwebp-0.5.1 | Rémi Verschelde | |
Update webp driver to 0.5.1 | |||
2016-07-14 | Drop obsolete "webpold" backup of previous webp version | Rémi Verschelde | |
Fixes #5252 | |||
2016-07-09 | Fix builtin OpenSSL configuration | George Marques | |
Fixes a bug that happens on Windows 64-bits. | |||
2016-07-08 | Modified webp source codes for godot | volzhs | |
2016-07-08 | Update webp driver to 0.5.1 (upstream) | volzhs | |
2016-07-07 | Removed unused variables (second pass) + dead code | Rémi Verschelde | |
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable | |||
2016-07-07 | Removed unused variables (first pass) | Rémi Verschelde | |
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable | |||
2016-07-03 | GH linguist: properly detect .inc files as C++ | Rémi Verschelde | |
Also drop two unnecessary speex buildsystem files. | |||
2016-07-02 | Removed no longer needed check | Juan Linietsky | |
2016-06-30 | Fix some bugs in diraccess, closes #5288 | Juan Linietsky | |
2016-06-29 | Turn on SNI in OpenSSL | Juan Linietsky | |
2016-06-25 | try to fix windows build | Juan Linietsky | |
2016-06-25 | Added function to notify ScriptLanguage when a thread is created/freed, ↵ | Juan Linietsky | |
allows scripts to allocate a stack there via TLS | |||
2016-06-23 | png: Do not output warnings as errors | Rémi Verschelde | |
2016-06-22 | libpng: New version 1.6.27 | J08nY | |
Warning: libpng 1.6 is strict about iCCp chunks being incorrect, solution is to fix the profile. On *nix ImageMagicks "convert" works on windows optiPNG. | |||
2016-06-20 | properly initialize loops to 0 in eventplayer | Juan Linietsky | |
2016-06-20 | fix loop counter for eventstream, closes #4493 | Juan Linietsky | |
2016-06-19 | libtheora: New version 1.1.1 | J08nY | |
2016-06-19 | libvorbis: New version 1.3.5 | J08nY | |
2016-06-19 | libogg: New version 1.3.2 | J08nY | |
2016-06-18 | Removed lots of prints | Daniel J. Ramirez | |
2016-06-18 | Drop useless 3rd party files from nedmalloc and png | Rémi Verschelde | |
Part of #5272 | |||
2016-06-18 | Drop empty .cpp files for header-only classes | Rémi Verschelde | |
Part of #5272 | |||
2016-06-18 | Fix make_dir for long paths on Windows | George Marques | |