| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | some fixes | Juan Linietsky | 2015-12-06 | 1 | -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 Linietsky | 2015-12-02 | 6 | -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-opt | Rémi Verschelde | 2015-12-01 | 1 | -1/+2 |
| |\ | | | | | Enable opus ARM optimisations only on ARM | ||||
| | * | Enable opus ARM optimisations only on ARM | Rémi Verschelde | 2015-12-01 | 1 | -1/+2 |
| | | | | | | | | | i.e. do not enable it for x86. Fixes #2962. | ||||
| * | | Enabled debug symbols for x11 when using platform=release_debug and ↵ | koalefant | 2015-11-29 | 1 | -0/+2 |
| | | | | | | | | | debug_release=yes together | ||||
| * | | Replace hardcoded references to Okam Studio by Godot Engine | Rémi Verschelde | 2015-11-27 | 2 | -2/+2 |
| | | | | | | | | | | | Since the engine development is now independent. Fixes #2836. | ||||
| * | | 0theora compilation fixes | Juan Linietsky | 2015-11-25 | 4 | -1/+6 |
| |/ | |||||
| * | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-11-24 | 1 | -2/+21 |
| |\ | | | | | | | | | Conflicts: main/main.cpp | ||||
| | * | tegra 3 fix | mikica1986vee | 2015-11-21 | 1 | -2/+21 |
| | | | |||||
| * | | -work in progress resourceparser and .tscn parser. Still non-functional | Juan Linietsky | 2015-11-24 | 1 | -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 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 |
| |\ | | | | | UDP fixes | ||||
| | * | Fixed mistake where available buffer size would not be updated for each ↵ | Trond Abusdal | 2015-11-19 | 1 | -3/+1 |
| | | | | | | | | | recvfrom-call in PacketPeerUDPWinsockPposix. | ||||
| | * | * Winsock UDP messages sent to an unavailable target causing WSAECONNRESET ↵ | Trond Abusdal | 2015-11-09 | 1 | -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 Abusdal | 2015-11-09 | 1 | -1/+1 |
| | | | | | | | | | rb.data_left instead of rb.space_left. | ||||
| * | | Merge pull request #903 from a12n/libao | Juan Linietsky | 2015-11-19 | 4 | -7/+22 |
| |\ \ | | | | | | | libao audio driver | ||||
| | * | | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2015-11-02 | 92 | -7291/+10578 |
| | |\| | |||||
| | * | | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2015-07-29 | 119 | -712/+1238 |
| | |\ \ | |||||
| | * \ \ | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2015-04-04 | 25 | -122/+1191 |
| | |\ \ \ | |||||
| | * \ \ \ | 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 | -55/+39 |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: platform/x11/detect.py | ||||
| | * \ \ \ \ \ \ \ \ \ | 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 | -231/+608 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: drivers/SCsub platform/x11/detect.py platform/x11/os_x11.h | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | 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 ↵ | ZuBsPaCe | 2015-11-19 | 2 | -12/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the error message above. Also removed the dot after the file location. | ||||
| * | | | | | | | | | | | | | | | | Set console background color on windows in SetConsoleTextAttribute, ↵ | ZuBsPaCe | 2015-11-19 | 1 | -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. | ZuBsPaCe | 2015-11-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | Removed ANSI error codes from windows terminal error output. Windows does ↵ | ZuBsPaCe | 2015-11-19 | 2 | -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) | 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 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add icon to exe file in windows export | ||||
| | * | | | | | | | | | | | | | | | | 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 |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-compilation | Juan Linietsky | 2015-11-18 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Visual studio 2015 compilation | ||||
| | * | | | | | | | | | | | | | | | | Fixes Visual Studio 2015 parallel builds (-j switch) | ZuBsPaCe | 2015-10-30 | 1 | -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/master | Juan Linietsky | 2015-11-18 | 4 | -6/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cosmetic fixes to SCons buildsystem | ||||
