| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | -New mask mode for lights, makes using masks MUCH easier. | Juan Linietsky | 2015-12-08 | 2 | -12/+17 | |
| | | | ||||||
| * | | Merge pull request #2719 from SaracenOne/clipping_fix | Juan Linietsky | 2015-12-08 | 1 | -12/+51 | |
| |\ \ | | | | | | | Canvas Clipping fix | |||||
| | * | | Extended clipping fix to missing clipping-related features. | Saracen | 2015-12-07 | 1 | -8/+34 | |
| | | | | ||||||
| | * | | Modification to GUI in 3D demo to show resolved viewport clipping bug and ↵ | Saracen | 2015-11-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | small fix to bug causing viewport clipping to be inverted. | |||||
| | * | | Another clipping fix: default back to using window size to calculate ↵ | Saracen | 2015-11-02 | 1 | -4/+17 | |
| | | | | | | | | | | | | | clipping on viewports which don't have a rendertarget which fixes clipping on the editor viewport. | |||||
| | * | | Fixed canvas clipping on offscreen viewports. | Saracen | 2015-11-02 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge pull request #2956 from est31/add_system_wide_export_path | Juan Linietsky | 2015-12-08 | 3 | -0/+19 | |
| |\ \ \ | | | | | | | | | Add way to look for templates at system wide level too | |||||
| | * | | | Make the setting unix-only. | est31 | 2015-11-30 | 3 | -0/+19 | |
| | | | | | | | | | | | | | | | | | For this, put the detection into the OS class and its subclass. | |||||
| * | | | | Merge pull request #2993 from leezh/nrex-v0.1 | Juan Linietsky | 2015-12-08 | 5 | -46/+108 | |
| |\ \ \ \ | | | | | | | | | | | updated the RegEx library nrex to v0.1 | |||||
| | * | | | | updated the RegEx library nrex to v0.1 | Zher Huei Lee | 2015-12-04 | 5 | -46/+108 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After implementing unit testing to nrex I caught and fixed some errors so it should behave more like Python's RegEx In addition, I've added version numbering so it should be able to tell if the library needs updating. Here are a list of changes: - Fixed zero count quantifiers failing. - Fixed infinite recursion if quantifying zero length token. - Fixed `$` (as a string pattern on its own) not matching. - Fixed look behind rewinding beyond the start of the string. - Added support for alternative back reference format `\g{1}` similar to Python. This allows digits to be used immediately after back references. - Number of capture groups are still limited to 9 by default but can now be manually set, with option for no limit at all. (Python has no limit) - Curly bracket quantifiers `{0}` no longer interpreted as a literal string if previous token is not quantifiable. (Python behaviour) | |||||
| * | | | | | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2015-12-07 | 2 | -4/+4 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | some fixes | Juan Linietsky | 2015-12-06 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -fix compilation on tres/tscn on MSVC -fixed theora playback performance, closes #3004 | |||||
| * | | | | | | -Webp include paths are broken, hacked them to work, fixes #2995 | Juan Linietsky | 2015-12-07 | 39 | -57/+57 | |
| |/ / / / / | ||||||
| * / / / / | optional streaming from thread for Theora | Juan Linietsky | 2015-12-05 | 2 | -11/+132 | |
| |/ / / / | ||||||
| * | | | | -Missing files in new webp version | Juan Linietsky | 2015-12-04 | 68 | -0/+22829 | |
| | | | | | ||||||
| * | | | | -Upgraded webp to a MUCH newer version. Hoping it fixes some bugs in the ↵ | Juan Linietsky | 2015-12-04 | 159 | -10945/+44416 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | process. Keeping old version just in case for now. -Added ability to convert xml and tscn scenes to binary on export, makes loading of larger scenes faster | |||||
| * | | | | -several fixes to Android to work better on Tegra 3/4 devices, uses 16 bits ↵ | Juan Linietsky | 2015-12-02 | 2 | -4/+20 | |
| |/ / / | | | | | | | | | | FBOs so all 2D shader effects should now work in every single Android device. | |||||
| * | | | Fixed leak when saving PNG-s | koalefant | 2015-11-29 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Remove redundant Opus directive definition | George Marques | 2015-11-27 | 179 | -180/+178 | |
| | | | | | | | | | | | | | Clean up the build command line another extra bit. | |||||
| * | | | Remove Opus extra includes | George Marques | 2015-11-27 | 236 | -820/+817 | |
| | | | | | | | | | | | | | | | | Remove the extra directories to include that were needed by the Opus library. Now the lib includes more specific paths to avoid those. | |||||
| * | | | 0theora compilation fixes | Juan Linietsky | 2015-11-25 | 6 | -23/+47 | |
| | | | | ||||||
| * | | | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-11-24 | 3 | -2/+19 | |
| |\ \ \ | | | | | | | | | | | | | | | | | Conflicts: main/main.cpp | |||||
| | * \ \ | Merge pull request #2752 from SaracenOne/shadow_color | Rémi Verschelde | 2015-11-23 | 3 | -2/+19 | |
| | |\ \ \ | | | | | | | | | | | New shader feature: change the colour of shadows on a per-material basis | |||||
| | | * \ \ | Merge branch 'master' of https://github.com/okamstudio/godot into shadow_color | Saracen | 2015-11-18 | 35 | -420/+956 | |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: drivers/gles2/shader_compiler_gles2.cpp | |||||
| | | * | | | | New shader feature: change the colour of shadows on a per-material basis. | Saracen | 2015-11-08 | 3 | -0/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: drivers/gles2/shader_compiler_gles2.cpp | |||||
| * | | | | | | -work in progress resourceparser and .tscn parser. Still non-functional | Juan Linietsky | 2015-11-24 | 3 | -10/+3 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | -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 | |||||
| * | | | | | 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 | |
| |\ \ \ \ \ | | | | | | | | | | | | | 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 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -0/+246 | |
| |\ \ \ \ \ | | | | | | | | | | | | | libao audio driver | |||||
| | * \ \ \ \ | 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 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: platform/x11/detect.py | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ | 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 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -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 | |
| | | | | | | | | | | | | | | | | | | ||||||
