summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* tegra 3 fixmikica1986vee2015-11-211-2/+21
* compile fixesJuan Linietsky2015-11-191-1/+1
* Revert "libao audio driver"Juan Linietsky2015-11-194-22/+7
* Merge pull request #2756 from trond/bugfix_udpJuan Linietsky2015-11-191-2/+19
|\
| * Fixed mistake where available buffer size would not be updated for each recvf...Trond Abusdal2015-11-191-3/+1
| * * Winsock UDP messages sent to an unavailable target causing WSAECONNRESET wi...Trond Abusdal2015-11-091-2/+21
| * Fixed PacketPeerUDP getting wrongly closed due to recvfrom using rb.data_left...Trond Abusdal2015-11-091-1/+1
* | Merge pull request #903 from a12n/libaoJuan Linietsky2015-11-194-7/+22
|\ \
| * | Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-11-0292-7293/+10580
| |\|
| * | Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-07-29119-713/+1239
| |\ \
| * \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-04-0425-124/+1193
| |\ \ \
| * \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotAnton Yabchinskiy2015-03-1014-111/+209
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotAnton Yabchinskiy2015-02-202-4/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotAnton Yabchinskiy2015-02-179-33/+143
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotAnton Yabchinskiy2015-01-211-0/+4
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-01-175-1/+13
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-01-1417-56/+40
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-01-103-3/+99
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-01-057-17/+109
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2014-12-2317-234/+611
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of http://github.com/okamstudio/godotAnton Yabchinskiy2014-12-092-5/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotAnton Yabchinskiy2014-12-0415-38/+310
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'libao'Anton Yabchinskiy2014-11-223-0/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Use libao driver on X11 platformAnton Yabchinskiy2014-11-223-0/+14
| * | | | | | | | | | | | | | | | Disable X11 joystick functions also for OpenBSDAnton Yabchinskiy2014-11-221-2/+2
| * | | | | | | | | | | | | | | | Include string.h for memset() on OpenBSDAnton Yabchinskiy2014-11-221-0/+1
| * | | | | | | | | | | | | | | | Include stdlib.h for alloca() on OpenBSDAnton Yabchinskiy2014-11-221-1/+1
| * | | | | | | | | | | | | | | | Enable ALSA only for LinuxAnton Yabchinskiy2014-11-221-2/+5
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Added missing \n in script error output.ZuBsPaCe2015-11-192-2/+2
* | | | | | | | | | | | | | | | Nice error output padding. Code location behind " At: " is now aligned with t...ZuBsPaCe2015-11-192-12/+20
* | | | | | | | | | | | | | | | Set console background color on windows in SetConsoleTextAttribute, otherwise...ZuBsPaCe2015-11-191-5/+8
* | | | | | | | | | | | | | | | Set output color of ERR_SCRIPT messages to purple. Same as on linux.ZuBsPaCe2015-11-191-1/+1
* | | | | | | | | | | | | | | | Removed ANSI error codes from windows terminal error output. Windows does not...ZuBsPaCe2015-11-192-12/+12
* | | | | | | | | | | | | | | | Inconsistent code formatting in print_error (Newlines and spaces)ZuBsPaCe2015-11-192-45/+46
* | | | | | | | | | | | | | | | -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260Juan Linietsky2015-11-192-3/+3
* | | | | | | | | | | | | | | | Merge pull request #2518 from masoudbh3/godot-iconsJuan Linietsky2015-11-199-7/+439
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | change pe_bliss parent directory from /drivers to /toolsmasoud bh2015-11-092-114/+107
| * | | | | | | | | | | | | | | | Add icon to exe file in windows exportmasoud bh2015-11-099-8/+447
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #2699 from ZuBsPaCe/visual-studio-2015-compilationJuan Linietsky2015-11-181-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Fixes Visual Studio 2015 parallel builds (-j switch)ZuBsPaCe2015-10-301-2/+2
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #2707 from akien-mga/masterJuan Linietsky2015-11-184-6/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Cosmetic fixes to SCons buildsystemRémi Verschelde2015-11-014-6/+3
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #2718 from SaracenOne/audio_system_crash_fixJuan Linietsky2015-11-186-6/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Moved deleting sample player in OS finalize methods to before deleting audio ...Saracen2015-11-026-6/+12
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #2814 from masoudbh3/android-fa-localeJuan Linietsky2015-11-181-0/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Android add FA(persian) locale stringsmasoud bh2015-11-191-0/+16
* | | | | | | | | | | | | | | | | Merge pull request #2691 from volzhs/android_paymentJuan Linietsky2015-11-183-41/+150
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | improve android paymentsvolzhs2015-10-283-41/+150
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #2737 from akien-mga/type-specific-error-outputJuan Linietsky2015-11-182-15/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Fix error messages forcing a white font for subsequent messagesRémi Verschelde2015-11-102-12/+12