aboutsummaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Add way to look for templates at system wide level tooest312015-11-304-39/+54
* Enabled debug symbols for x11 when using platform=release_debug and debug_rel...koalefant2015-11-291-0/+2
* Replace hardcoded references to Okam Studio by Godot EngineRémi Verschelde2015-11-272-2/+2
* 0theora compilation fixesJuan Linietsky2015-11-254-1/+6
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-11-241-2/+21
|\
| * tegra 3 fixmikica1986vee2015-11-211-2/+21
* | -work in progress resourceparser and .tscn parser. Still non-functionalJuan Linietsky2015-11-241-5/+5
|/
* 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-7291/+10578
| |\|
| * | Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-07-29119-712/+1238
| |\ \
| * \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-04-0425-122/+1191
| |\ \ \
| * \ \ \ 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-55/+39
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ 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-231/+608
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ 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
| |/ / / / / / / / / / / / / / /