| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "libao audio driver" | Juan Linietsky | 2015-11-19 | 4 | -246/+0 |
| * | Merge pull request #2756 from trond/bugfix_udp | Juan Linietsky | 2015-11-19 | 1 | -1/+3 |
| |\ | |||||
| | * | 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 | -1/+5 |
| | * | 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 | -0/+246 |
| |\ \ | |||||
| | * \ | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2015-11-02 | 416 | -76791/+89839 |
| | |\ \ | |||||
| | * \ \ | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2015-07-29 | 142 | -1763/+3743 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2015-04-04 | 15 | -83/+303 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'master' of https://github.com/okamstudio/godot | Anton Yabchinskiy | 2015-03-10 | 8 | -80/+932 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'master' of https://github.com/okamstudio/godot | Anton Yabchinskiy | 2015-02-20 | 4 | -200/+412 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch 'master' of https://github.com/okamstudio/godot | Anton Yabchinskiy | 2015-02-17 | 4 | -69/+142 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge branch 'master' of https://github.com/okamstudio/godot | Anton Yabchinskiy | 2015-01-21 | 4 | -31/+76 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2015-01-14 | 11 | -7262/+661 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2015-01-10 | 5 | -33/+35 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2015-01-05 | 9 | -20/+39 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | 2014-12-23 | 18 | -10/+367 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of http://github.com/okamstudio/godot | Anton Yabchinskiy | 2014-12-09 | 2 | -2/+4 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | Add missing check for AO_ENABLED in audio_driver_ao.cpp | Anton Yabchinskiy | 2014-11-28 | 1 | -0/+4 |
| | * | | | | | | | | | | | | | | Update the list of authors in libao driver sources | Anton Yabchinskiy | 2014-11-24 | 2 | -0/+2 |
| | * | | | | | | | | | | | | | | Include cstring header for memset() | Anton Yabchinskiy | 2014-11-22 | 1 | -0/+2 |
| | * | | | | | | | | | | | | | | Cast samples_in to samples_out with reinterpret_cast<int16_t*> | Anton Yabchinskiy | 2014-11-22 | 1 | -1/+2 |
| | * | | | | | | | | | | | | | | samples_in is an instance variable, prefix it with ad-> | Anton Yabchinskiy | 2014-11-22 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | | Fix syntax error in call to ao_play() | Anton Yabchinskiy | 2014-11-22 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | | Set libao sample format to 16 bits | Anton Yabchinskiy | 2014-11-22 | 1 | -5/+13 |
| | * | | | | | | | | | | | | | | Check return value of ao_play() | Anton Yabchinskiy | 2014-11-22 | 1 | -2/+5 |
| | * | | | | | | | | | | | | | | Write audio samples to libao device | Anton Yabchinskiy | 2014-11-22 | 1 | -7/+7 |
| | * | | | | | | | | | | | | | | Change 0 to NULL for ao_open_live() and device | Anton Yabchinskiy | 2014-11-22 | 1 | -2/+2 |
| | * | | | | | | | | | | | | | | Minor code formatting fixes in ao driver | Anton Yabchinskiy | 2014-11-22 | 1 | -6/+4 |
| | * | | | | | | | | | | | | | | Open/close libao audio device | Anton Yabchinskiy | 2014-11-22 | 2 | -0/+17 |
| | * | | | | | | | | | | | | | | Initialize/shutdown libao | Anton Yabchinskiy | 2014-11-22 | 1 | -2/+2 |
| | * | | | | | | | | | | | | | | Add ao/ subdir to drivers/SCsub | Anton Yabchinskiy | 2014-11-22 | 1 | -0/+1 |
| | * | | | | | | | | | | | | | | Import sources for libao driver (unfinished, based on dummy driver) | Anton Yabchinskiy | 2014-11-22 | 3 | -0/+210 |
| * | | | | | | | | | | | | | | | Merge pull request #2518 from masoudbh3/godot-icons | Juan Linietsky | 2015-11-19 | 1 | -1/+6 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | change pe_bliss parent directory from /drivers to /tools | masoud bh | 2015-11-09 | 86 | -16449/+0 |
| | * | | | | | | | | | | | | | | | Add icon to exe file in windows export | masoud bh | 2015-11-09 | 86 | -1/+16455 |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Merge pull request #2699 from ZuBsPaCe/visual-studio-2015-compilation | Juan Linietsky | 2015-11-18 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | Fixes Visual Studio 2015 linker error (___iob_func) | ZuBsPaCe | 2015-10-30 | 1 | -3/+3 |
| * | | | | | | | | | | | | | | | | Merge pull request #2707 from akien-mga/master | Juan Linietsky | 2015-11-18 | 21 | -31/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | Cosmetic fixes to SCons buildsystem | Rémi Verschelde | 2015-11-01 | 21 | -31/+1 |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | Merge pull request #2715 from SaracenOne/shader_fix_and_enhancement | Juan Linietsky | 2015-11-18 | 3 | -108/+122 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | Added ability to write directly to 4-dimensional position vector from within ... | Saracen | 2015-11-02 | 3 | -108/+122 |
| | |/ / / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | | Merge pull request #2724 from SaracenOne/disable_baked_light_sampling_on_shad... | Juan Linietsky | 2015-11-18 | 1 | -46/+50 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | Disable baked lighting sampling on shadeless materials. | Saracen | 2015-11-02 | 1 | -46/+50 |
| | |/ / / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | | Merge pull request #2642 from leezh/nrex-update | Juan Linietsky | 2015-11-18 | 5 | -186/+679 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | Exposed RegEx expanded option to scripts | Zher Huei Lee | 2015-11-07 | 2 | -4/+4 |
| | * | | | | | | | | | | | | | | | | Fixed segfault in RegEx.get_capture() | Zher Huei Lee | 2015-11-07 | 1 | -1/+3 |
| | * | | | | | | | | | | | | | | | | Updated nrex to latest version | Zher Huei Lee | 2015-11-07 | 3 | -172/+643 |
| | * | | | | | | | | | | | | | | | | Updated nrex for LookAhead support | Zher Huei Lee | 2015-11-07 | 1 | -12/+32 |
| | | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | Merge pull request #2661 from romulox-x/lowMem2D | Juan Linietsky | 2015-11-18 | 2 | -5/+14 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
