| Commit message (Expand) | Author | Age | Files | Lines |
| * | Several fixes to Android exporter and port. | Juan Linietsky | 2017-03-23 | 1 | -89/+83 |
| * | Some WebGL 2 and build fixes/clean-up | eska | 2017-03-17 | 1 | -2/+1 |
| * | more html5 fixes | Juan Linietsky | 2017-03-14 | 1 | -0/+3 |
| * | Merge pull request #8009 from Calinou/directional_shadow_interpolation | Rémi Verschelde | 2017-03-13 | 1 | -2/+2 |
| |\ |
|
| | * | Improve directional shadow filtering by using linear interpolation | Hugo Locurcio | 2017-03-11 | 1 | -2/+2 |
| * | | Merge pull request #7981 from RandomShaper/position-for-2d-shaders | Rémi Verschelde | 2017-03-13 | 1 | -0/+1 |
| |\ \ |
|
| | * | | Map POSITION to gl_FragCoord.xy for 2D shaders | Pedro J. Estébanez | 2017-03-08 | 1 | -0/+1 |
| * | | | converted skeletons from uniform to texture | Juan Linietsky | 2017-03-12 | 4 | -143/+191 |
| | |/
|/| |
|
| * | | Fix build issue with MSVC | Rémi Verschelde | 2017-03-06 | 1 | -1/+2 |
| |/ |
|
| * | Make that Whole New World great again | Rémi Verschelde | 2017-03-05 | 1 | -1/+3 |
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 74 | -14267/+12010 |
| * | Add a bunch of missing Godot headers in own files | Rémi Verschelde | 2017-03-05 | 19 | -10/+432 |
| * | Added missing FIXMEs in PR #7878 | Ferenc Arn | 2017-03-02 | 1 | -1/+1 |
| * | Various fixes detected using PVS-Studio static analyzer. | Thaer Razeq | 2017-02-28 | 3 | -1/+3 |
| * | Fixes to webgl/opengl es 3.0 for compatibility with webgl2.0, still does not ... | Juan Linietsky | 2017-02-22 | 6 | -29/+51 |
| * | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky | 2017-02-21 | 10 | -10/+10 |
| * | Correct hash behavior for floating point numbers | Hein-Pieter van Braam | 2017-02-16 | 2 | -2/+2 |
| * | a ton of bug fixes to the renderer | Juan Linietsky | 2017-02-16 | 5 | -31/+118 |
| * | Many fixes to make exported scenes work better, still buggy. | Juan Linietsky | 2017-02-15 | 1 | -1/+5 |
| * | -begin of export work, not done yet | Juan Linietsky | 2017-02-15 | 1 | -4/+4 |
| * | Merge pull request #7581 from Faless/v6_wild_bind | Rémi Verschelde | 2017-02-12 | 7 | -38/+75 |
| |\ |
|
| | * | Fix buffer size check in UDP socket. | Fabio Alessandrelli | 2017-01-23 | 1 | -1/+1 |
| | * | Use default UDP ring buffer size of 65536 for clients | Fabio Alessandrelli | 2017-01-23 | 1 | -2/+2 |
| | * | Fix bug causing UDP socket to close after the first send if not listening | Fabio Alessandrelli | 2017-01-23 | 1 | -0/+1 |
| | * | Avoid deadlock when writing/reading data on a connecting TCP socket | Fabio Alessandrelli | 2017-01-23 | 2 | -10/+5 |
| | * | Bind to IPv4 on OpenBSD when using wildcard | Fabio Alessandrelli | 2017-01-23 | 2 | -0/+8 |
| | * | Remove set_ip_type from network classes (no longer needed) | Fabio Alessandrelli | 2017-01-23 | 4 | -9/+5 |
| | * | Implement UDP listen bind address | Fabio Alessandrelli | 2017-01-23 | 2 | -6/+21 |
| | * | Implement TCP Server bind address | Fabio Alessandrelli | 2017-01-23 | 4 | -11/+29 |
| | * | Convert validity checks of IP_Address to is_valid method. | Fabio Alessandrelli | 2017-01-23 | 3 | -3/+3 |
| | * | Avoid calling close when polling a UDP peer without socket | Fabio Alessandrelli | 2017-01-23 | 1 | -0/+4 |
| * | | Add a simple signal handler for SIGCHLD on Unix | Hein-Pieter van Braam | 2017-02-09 | 1 | -1/+15 |
| * | | basic contact shadows implementation, will most likely need some polishing | Juan Linietsky | 2017-02-08 | 4 | -33/+150 |
| * | | shadows were not working in-editor for nvidia, fixed now | Juan Linietsky | 2017-02-06 | 5 | -8/+24 |
| * | | ability to adjust propagation in gi probe | Juan Linietsky | 2017-02-06 | 2 | -0/+24 |
| * | | Several bugfixes, improving the import workflow | Juan Linietsky | 2017-02-06 | 7 | -7/+96 |
| * | | Merge pull request #7689 from eska014/webgl2 | Rémi Verschelde | 2017-02-02 | 3 | -5/+3 |
| |\ \ |
|
| | * | | Enable WebGL2 in web export, start fixing build | eska | 2017-02-01 | 3 | -5/+3 |
| | |/ |
|
| * | | WIP new AudioServer, with buses, effects, etc. | Juan Linietsky | 2017-01-21 | 1 | -12/+13 |
| * | | Overloaded basic math funcs (double and float variants). Use real_t rather th... | Ferenc Arn | 2017-01-16 | 2 | -5/+5 |
| |/ |
|
| * | Adapt platforms to AudioServer refactoring | Rémi Verschelde | 2017-01-16 | 8 | -33/+34 |
| * | Working on compile issues for iOS | BastiaanOlij | 2017-01-16 | 5 | -19/+32 |
| * | Style: Various fixes to play nice with clang-format | Rémi Verschelde | 2017-01-16 | 1 | -3/+6 |
| * | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 9 | -18/+18 |
| * | Oops! Audio engine has vanished :D | Juan Linietsky | 2017-01-15 | 6 | -14/+14 |
| * | no more errors related to missing GlobalConfig::Get (or so I hope) | Juan Linietsky | 2017-01-14 | 1 | -4/+4 |
| * | Merge pull request #7513 from djrm/compilation_fix | Rémi Verschelde | 2017-01-15 | 4 | -15/+15 |
| |\ |
|
| | * | Matrix32 -> Transform2D | Daniel J. Ramirez | 2017-01-13 | 4 | -15/+15 |
| * | | Merge pull request #7510 from Faless/tcp_connect | Rémi Verschelde | 2017-01-15 | 2 | -5/+9 |
| |\ \ |
|
| | * | | TCP connect always opens correct socket type | Fabio Alessandrelli | 2017-01-13 | 2 | -5/+9 |
| | |/ |
|