aboutsummaryrefslogtreecommitdiff
path: root/platform (follow)
Commit message (Collapse)AuthorAgeFilesLines
* some fixesJuan Linietsky2015-12-061-1/+0
| | | | | -fix compilation on tres/tscn on MSVC -fixed theora playback performance, closes #3004
* -several fixes to Android to work better on Tegra 3/4 devices, uses 16 bits ↵Juan Linietsky2015-12-026-4/+23
| | | | FBOs so all 2D shader effects should now work in every single Android device.
* Merge pull request #2963 from akien-mga/pr-opus-arm-optRémi Verschelde2015-12-011-1/+2
|\ | | | | Enable opus ARM optimisations only on ARM
| * Enable opus ARM optimisations only on ARMRémi Verschelde2015-12-011-1/+2
| | | | | | | | i.e. do not enable it for x86. Fixes #2962.
* | Enabled debug symbols for x11 when using platform=release_debug and ↵koalefant2015-11-291-0/+2
| | | | | | | | debug_release=yes together
* | Replace hardcoded references to Okam Studio by Godot EngineRémi Verschelde2015-11-272-2/+2
| | | | | | | | | | Since the engine development is now independent. Fixes #2836.
* | 0theora compilation fixesJuan Linietsky2015-11-254-1/+6
|/
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-11-241-2/+21
|\ | | | | | | | | Conflicts: main/main.cpp
| * tegra 3 fixmikica1986vee2015-11-211-2/+21
| |
* | -work in progress resourceparser and .tscn parser. Still non-functionalJuan Linietsky2015-11-241-5/+5
|/ | | | | -fixed theora so it can compile theoralib but not theora -fixed generation of windows icon in .rc, which didn't previously work in 32 bits
* 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
|\ | | | | UDP fixes
| * Fixed mistake where available buffer size would not be updated for each ↵Trond Abusdal2015-11-191-3/+1
| | | | | | | | recvfrom-call in PacketPeerUDPWinsockPposix.
| * * Winsock UDP messages sent to an unavailable target causing WSAECONNRESET ↵Trond Abusdal2015-11-091-2/+21
| | | | | | | | | | | | will no longer close the socket. * Ensured that unsigned<->signed conversion would not cause wrong buffer size values sent to recvfrom.
| * Fixed PacketPeerUDP getting wrongly closed due to recvfrom using ↵Trond Abusdal2015-11-091-1/+1
| | | | | | | | rb.data_left instead of rb.space_left.
* | Merge pull request #903 from a12n/libaoJuan Linietsky2015-11-194-7/+22
|\ \ | | | | | | libao audio driver
| * | 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
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: platform/x11/detect.py
| * \ \ \ \ \ \ \ \ \ 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
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: drivers/SCsub platform/x11/detect.py platform/x11/os_x11.h
| * \ \ \ \ \ \ \ \ \ \ \ \ 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 ↵ZuBsPaCe2015-11-192-12/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the error message above. Also removed the dot after the file location.
* | | | | | | | | | | | | | | | Set console background color on windows in SetConsoleTextAttribute, ↵ZuBsPaCe2015-11-191-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | otherwise text background will be black, which looks strange if the terminal color is not black.
* | | | | | | | | | | | | | | | 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 ↵ZuBsPaCe2015-11-192-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not support them. See: http://stackoverflow.com/questions/16755142/how-to-make-win32-console-recognize-ansi-vt100-escape-sequences See: http://stackoverflow.com/questions/22777142/is-there-a-way-to-make-windows-output-ansi-escape-sequences?lq=1
* | | | | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add icon to exe file in windows export
| * | | | | | | | | | | | | | | | 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
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add version_info and icon sections in "export to windows platform". add version_info and icon to godot exe file (editor & template exe). fix an problem in image class. change all default icons to android export icon (a little more rounded). create an python script for convert file to cpp byte array for use in 'splash.h'.
* | | | | | | | | | | | | | | | Merge pull request #2699 from ZuBsPaCe/visual-studio-2015-compilationJuan Linietsky2015-11-181-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Visual studio 2015 compilation
| * | | | | | | | | | | | | | | | Fixes Visual Studio 2015 parallel builds (-j switch)ZuBsPaCe2015-10-301-2/+2
| |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reference: http://stackoverflow.com/questions/284778/what-are-the-implications-of-using-zi-vs-z7-for-visual-studio-c-projects fatal error C1041: cannot open program database 'C:\godot\vc140.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS
* | | | | | | | | | | | | | | | Merge pull request #2707 from akien-mga/masterJuan Linietsky2015-11-184-6/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cosmetic fixes to SCons buildsystem