summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Several fixes to Android exporter and port.Juan Linietsky2017-03-231-89/+83
* Some WebGL 2 and build fixes/clean-upeska2017-03-171-2/+1
* more html5 fixesJuan Linietsky2017-03-141-0/+3
* Merge pull request #8009 from Calinou/directional_shadow_interpolationRémi Verschelde2017-03-131-2/+2
|\
| * Improve directional shadow filtering by using linear interpolationHugo Locurcio2017-03-111-2/+2
* | Merge pull request #7981 from RandomShaper/position-for-2d-shadersRémi Verschelde2017-03-131-0/+1
|\ \
| * | Map POSITION to gl_FragCoord.xy for 2D shadersPedro J. Estébanez2017-03-081-0/+1
* | | converted skeletons from uniform to textureJuan Linietsky2017-03-124-143/+191
| |/ |/|
* | Fix build issue with MSVCRémi Verschelde2017-03-061-1/+2
|/
* Make that Whole New World great againRémi Verschelde2017-03-051-1/+3
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-0574-14267/+12010
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-0519-10/+432
* Added missing FIXMEs in PR #7878Ferenc Arn2017-03-021-1/+1
* Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-283-1/+3
* Fixes to webgl/opengl es 3.0 for compatibility with webgl2.0, still does not ...Juan Linietsky2017-02-226-29/+51
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-2110-10/+10
* Correct hash behavior for floating point numbersHein-Pieter van Braam2017-02-162-2/+2
* a ton of bug fixes to the rendererJuan Linietsky2017-02-165-31/+118
* Many fixes to make exported scenes work better, still buggy.Juan Linietsky2017-02-151-1/+5
* -begin of export work, not done yetJuan Linietsky2017-02-151-4/+4
* Merge pull request #7581 from Faless/v6_wild_bindRémi Verschelde2017-02-127-38/+75
|\
| * Fix buffer size check in UDP socket.Fabio Alessandrelli2017-01-231-1/+1
| * Use default UDP ring buffer size of 65536 for clientsFabio Alessandrelli2017-01-231-2/+2
| * Fix bug causing UDP socket to close after the first send if not listeningFabio Alessandrelli2017-01-231-0/+1
| * Avoid deadlock when writing/reading data on a connecting TCP socketFabio Alessandrelli2017-01-232-10/+5
| * Bind to IPv4 on OpenBSD when using wildcardFabio Alessandrelli2017-01-232-0/+8
| * Remove set_ip_type from network classes (no longer needed)Fabio Alessandrelli2017-01-234-9/+5
| * Implement UDP listen bind addressFabio Alessandrelli2017-01-232-6/+21
| * Implement TCP Server bind addressFabio Alessandrelli2017-01-234-11/+29
| * Convert validity checks of IP_Address to is_valid method.Fabio Alessandrelli2017-01-233-3/+3
| * Avoid calling close when polling a UDP peer without socketFabio Alessandrelli2017-01-231-0/+4
* | Add a simple signal handler for SIGCHLD on UnixHein-Pieter van Braam2017-02-091-1/+15
* | basic contact shadows implementation, will most likely need some polishingJuan Linietsky2017-02-084-33/+150
* | shadows were not working in-editor for nvidia, fixed nowJuan Linietsky2017-02-065-8/+24
* | ability to adjust propagation in gi probeJuan Linietsky2017-02-062-0/+24
* | Several bugfixes, improving the import workflowJuan Linietsky2017-02-067-7/+96
* | Merge pull request #7689 from eska014/webgl2Rémi Verschelde2017-02-023-5/+3
|\ \
| * | Enable WebGL2 in web export, start fixing buildeska2017-02-013-5/+3
| |/
* | WIP new AudioServer, with buses, effects, etc.Juan Linietsky2017-01-211-12/+13
* | Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn2017-01-162-5/+5
|/
* Adapt platforms to AudioServer refactoringRémi Verschelde2017-01-168-33/+34
* Working on compile issues for iOSBastiaanOlij2017-01-165-19/+32
* Style: Various fixes to play nice with clang-formatRémi Verschelde2017-01-161-3/+6
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-169-18/+18
* Oops! Audio engine has vanished :DJuan Linietsky2017-01-156-14/+14
* no more errors related to missing GlobalConfig::Get (or so I hope)Juan Linietsky2017-01-141-4/+4
* Merge pull request #7513 from djrm/compilation_fixRémi Verschelde2017-01-154-15/+15
|\
| * Matrix32 -> Transform2DDaniel J. Ramirez2017-01-134-15/+15
* | Merge pull request #7510 from Faless/tcp_connectRémi Verschelde2017-01-152-5/+9
|\ \
| * | TCP connect always opens correct socket typeFabio Alessandrelli2017-01-132-5/+9
| |/