summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-11-250theora compilation fixesJuan Linietsky
2015-11-24Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-11-24-work in progress resourceparser and .tscn parser. Still non-functionalJuan Linietsky
2015-11-23Merge pull request #2752 from SaracenOne/shadow_colorRémi Verschelde
2015-11-19Revert "libao audio driver"Juan Linietsky
2015-11-19Merge pull request #2756 from trond/bugfix_udpJuan Linietsky
2015-11-19Merge pull request #903 from a12n/libaoJuan Linietsky
2015-11-19Fixed mistake where available buffer size would not be updated for each recvf...Trond Abusdal
2015-11-19Merge pull request #2518 from masoudbh3/godot-iconsJuan Linietsky
2015-11-18Merge pull request #2699 from ZuBsPaCe/visual-studio-2015-compilationJuan Linietsky
2015-11-18Merge branch 'master' of https://github.com/okamstudio/godot into shadow_colorSaracen
2015-11-18Merge pull request #2707 from akien-mga/masterJuan Linietsky
2015-11-18Merge pull request #2715 from SaracenOne/shader_fix_and_enhancementJuan Linietsky
2015-11-18Merge pull request #2724 from SaracenOne/disable_baked_light_sampling_on_shad...Juan Linietsky
2015-11-18Merge pull request #2642 from leezh/nrex-updateJuan Linietsky
2015-11-18Merge pull request #2661 from romulox-x/lowMem2DJuan Linietsky
2015-11-18Merge pull request #2726 from SaracenOne/set_loop_restart_time_fixJuan Linietsky
2015-11-18Merge pull request #2737 from akien-mga/type-specific-error-outputJuan Linietsky
2015-11-18Merge pull request #2748 from vnen/fix-2744Juan Linietsky
2015-11-18Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-11-17-Merged Script and Help tabsJuan Linietsky
2015-11-16tabsAriel Manzur
2015-11-16drivers and theoraAriel Manzur
2015-11-16Changed drviers/SCsub spaces to tabs.Aren Villanueva
2015-11-16Properly fixes compilation in an msys environment.Aren Villanueva
2015-11-16iOS compile fixes.Aren Villanueva
2015-11-16Optimised the oc_filter_hedge and oc_filter_vedge routines in theora a little.Aren Villanueva
2015-11-16Compile fixes for mingw msys2.Aren Villanueva
2015-11-10Fix error messages forcing a white font for subsequent messagesRémi Verschelde
2015-11-10Display error type (error, warning, script error) in OS::print_errorRémi Verschelde
2015-11-09* Winsock UDP messages sent to an unavailable target causing WSAECONNRESET wi...Trond Abusdal
2015-11-09Fixed PacketPeerUDP getting wrongly closed due to recvfrom using rb.data_left...Trond Abusdal
2015-11-09change pe_bliss parent directory from /drivers to /toolsmasoud bh
2015-11-09Add icon to exe file in windows exportmasoud bh
2015-11-08New shader feature: change the colour of shadows on a per-material basis.Saracen
2015-11-07Exposed RegEx expanded option to scriptsZher Huei Lee
2015-11-07Fixed segfault in RegEx.get_capture()Zher Huei Lee
2015-11-07Updated nrex to latest versionZher Huei Lee
2015-11-07Updated nrex for LookAhead supportZher Huei Lee
2015-11-06Fix Opus driver build for VS2010 and VS2012George Marques
2015-11-04maybe fix stop issue in theoraJuan Linietsky
2015-11-03fix video/audio synchronization code in theoraJuan Linietsky
2015-11-02Fixed broken set_loop_restart_time method in AudioStreamPlaybackOGGVorbis class.Saracen
2015-11-02Disable baked lighting sampling on shadeless materials.Saracen
2015-11-02Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy
2015-11-02Added ability to write directly to 4-dimensional position vector from within ...Saracen
2015-11-01Cosmetic fixes to SCons buildsystemRémi Verschelde
2015-11-01properly compute total time for ogg vorbisJuan Linietsky
2015-10-30Fixes Visual Studio 2015 linker error (___iob_func)ZuBsPaCe
2015-10-21added low_memory_2d_mode, to indicate when 3D post processing buffers and vie...romulox_x