| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tegra 3 fix | mikica1986vee | 2015-11-21 | 1 | -2/+21 |
| * | compile fixes | Juan Linietsky | 2015-11-19 | 1 | -1/+1 |
| * | Revert "libao audio driver" | Juan Linietsky | 2015-11-19 | 4 | -22/+7 |
| * | Merge pull request #2756 from trond/bugfix_udp | Juan Linietsky | 2015-11-19 | 1 | -2/+19 |
| |\ | |||||
| | * | Fixed mistake where available buffer size would not be updated for each recvf... | Trond Abusdal | 2015-11-19 | 1 | -3/+1 |
| | * | * Winsock UDP messages sent to an unavailable target causing WSAECONNRESET wi... | Trond Abusdal | 2015-11-09 | 1 | -2/+21 |
| | * | Fixed PacketPeerUDP getting wrongly closed due to recvfrom using rb.data_left... | Trond Abusdal | 2015-11-09 | 1 | -1/+1 |
| * | | Merge pull request #903 from a12n/libao | Juan Linietsky | 2015-11-19 | 4 | -7/+22 |
| |\ \ | |||||
| | * | | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2015-11-02 | 92 | -7293/+10580 |
| | |\| | |||||
| | * | | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2015-07-29 | 119 | -713/+1239 |
| | |\ \ | |||||
| | * \ \ | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2015-04-04 | 25 | -124/+1193 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'master' of https://github.com/okamstudio/godot | Anton Yabchinskiy | 2015-03-10 | 14 | -111/+209 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'master' of https://github.com/okamstudio/godot | Anton Yabchinskiy | 2015-02-20 | 2 | -4/+3 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'master' of https://github.com/okamstudio/godot | Anton Yabchinskiy | 2015-02-17 | 9 | -33/+143 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch 'master' of https://github.com/okamstudio/godot | Anton Yabchinskiy | 2015-01-21 | 1 | -0/+4 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2015-01-17 | 5 | -1/+13 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2015-01-14 | 17 | -56/+40 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2015-01-10 | 3 | -3/+99 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2015-01-05 | 7 | -17/+109 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2014-12-23 | 17 | -234/+611 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of http://github.com/okamstudio/godot | Anton Yabchinskiy | 2014-12-09 | 2 | -5/+9 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of https://github.com/okamstudio/godot | Anton Yabchinskiy | 2014-12-04 | 15 | -38/+310 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'libao' | Anton Yabchinskiy | 2014-11-22 | 3 | -0/+14 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | | | | Use libao driver on X11 platform | Anton Yabchinskiy | 2014-11-22 | 3 | -0/+14 |
| | * | | | | | | | | | | | | | | | | Disable X11 joystick functions also for OpenBSD | Anton Yabchinskiy | 2014-11-22 | 1 | -2/+2 |
| | * | | | | | | | | | | | | | | | | Include string.h for memset() on OpenBSD | Anton Yabchinskiy | 2014-11-22 | 1 | -0/+1 |
| | * | | | | | | | | | | | | | | | | Include stdlib.h for alloca() on OpenBSD | Anton Yabchinskiy | 2014-11-22 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | | | | Enable ALSA only for Linux | Anton Yabchinskiy | 2014-11-22 | 1 | -2/+5 |
| | |/ / / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | | Added missing \n in script error output. | ZuBsPaCe | 2015-11-19 | 2 | -2/+2 |
| * | | | | | | | | | | | | | | | | Nice error output padding. Code location behind " At: " is now aligned with t... | ZuBsPaCe | 2015-11-19 | 2 | -12/+20 |
| * | | | | | | | | | | | | | | | | Set console background color on windows in SetConsoleTextAttribute, otherwise... | ZuBsPaCe | 2015-11-19 | 1 | -5/+8 |
| * | | | | | | | | | | | | | | | | Set output color of ERR_SCRIPT messages to purple. Same as on linux. | ZuBsPaCe | 2015-11-19 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | | Removed ANSI error codes from windows terminal error output. Windows does not... | ZuBsPaCe | 2015-11-19 | 2 | -12/+12 |
| * | | | | | | | | | | | | | | | | Inconsistent code formatting in print_error (Newlines and spaces) | ZuBsPaCe | 2015-11-19 | 2 | -45/+46 |
| * | | | | | | | | | | | | | | | | -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260 | Juan Linietsky | 2015-11-19 | 2 | -3/+3 |
| * | | | | | | | | | | | | | | | | Merge pull request #2518 from masoudbh3/godot-icons | Juan Linietsky | 2015-11-19 | 9 | -7/+439 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | change pe_bliss parent directory from /drivers to /tools | masoud bh | 2015-11-09 | 2 | -114/+107 |
| | * | | | | | | | | | | | | | | | | Add icon to exe file in windows export | masoud bh | 2015-11-09 | 9 | -8/+447 |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | Merge pull request #2699 from ZuBsPaCe/visual-studio-2015-compilation | Juan Linietsky | 2015-11-18 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | Fixes Visual Studio 2015 parallel builds (-j switch) | ZuBsPaCe | 2015-10-30 | 1 | -2/+2 |
| | |/ / / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | | Merge pull request #2707 from akien-mga/master | Juan Linietsky | 2015-11-18 | 4 | -6/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | Cosmetic fixes to SCons buildsystem | Rémi Verschelde | 2015-11-01 | 4 | -6/+3 |
| | |/ / / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | | Merge pull request #2718 from SaracenOne/audio_system_crash_fix | Juan Linietsky | 2015-11-18 | 6 | -6/+12 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | Moved deleting sample player in OS finalize methods to before deleting audio ... | Saracen | 2015-11-02 | 6 | -6/+12 |
| | |/ / / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | | Merge pull request #2814 from masoudbh3/android-fa-locale | Juan Linietsky | 2015-11-18 | 1 | -0/+16 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | Android add FA(persian) locale strings | masoud bh | 2015-11-19 | 1 | -0/+16 |
| * | | | | | | | | | | | | | | | | | Merge pull request #2691 from volzhs/android_payment | Juan Linietsky | 2015-11-18 | 3 | -41/+150 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | | improve android payments | volzhs | 2015-10-28 | 3 | -41/+150 |
| | | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | Merge pull request #2737 from akien-mga/type-specific-error-output | Juan Linietsky | 2015-11-18 | 2 | -15/+36 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | Fix error messages forcing a white font for subsequent messages | Rémi Verschelde | 2015-11-10 | 2 | -12/+12 |
