| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | TGA support based on SaracenOne's work. | Juan Linietsky | 2017-06-07 | 7 | -2/+491 |
| | | |||||
| * | Merge pull request #9038 from AlexHolly/rect2-rename-pos | Rémi Verschelde | 2017-06-05 | 3 | -12/+12 |
| |\ | | | | | renamed all Rect2.pos to Rect2.position | ||||
| | * | renamed all Rect2.pos to Rect2.position | alexholly | 2017-06-04 | 3 | -12/+12 |
| | | | |||||
| * | | Merge pull request #8990 from zer0problem/master | Rémi Verschelde | 2017-06-05 | 1 | -1/+1 |
| |\ \ | | | | | | | Fixed .hdr support to compile on windows | ||||
| | * | | Fixed compiling on windows after .hdr support | zer0problem | 2017-05-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | Changed type to avoid casting. | ||||
| * | | | Merge pull request #8974 from Paulb23/script_overview | Rémi Verschelde | 2017-06-05 | 2 | -0/+5 |
| |\ \ \ | |_|/ |/| | | Added script overview | ||||
| | * | | Added members overview | Paulb23 | 2017-05-29 | 2 | -0/+5 |
| | | | | |||||
| * | | | InputEvent: Renamed "pos" property to "position" | Andreas Haas | 2017-06-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | Make the naming consistent with other classes. | ||||
| * | | | many fixes to image loader, voxel cone tracing, etc. | Juan Linietsky | 2017-06-02 | 1 | -2/+2 |
| | | | | |||||
| * | | | rewritten PBR implementation to make it friendlier with Blender | Juan Linietsky | 2017-05-31 | 3 | -10/+13 |
| | | | | |||||
| * | | | Fix GDNative PoolVector typos | sheepandshepherd | 2017-05-31 | 1 | -8/+8 |
| | | | | |||||
| * | | | Wrap copy constructor for some GDNative types | sheepandshepherd | 2017-05-31 | 6 | -0/+63 |
| | | | | |||||
| * | | | Several fixes related to PBR and Environment | Juan Linietsky | 2017-05-30 | 8 | -16/+34 |
| | |/ |/| | |||||
| * | | -Added .hdr format support | Juan Linietsky | 2017-05-28 | 6 | -0/+289 |
| | | | | | | | | | | | | | -Added default environment editor setting -Added environment created by default in new projects -Removed default light and ambient from spatial editor, to make the editor more PBR compliant | ||||
| * | | GDScript: Use "is" keyword for type checking. | Andreas Haas | 2017-05-27 | 7 | -8/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaces the `extends` keyword with `is` in the context of testing for type compatibility. `extends` is still used for declaring class inheritance. Example: ```gdscript extends Node2D func _input(ev): if ev is InputEventKey: print("yay, key event") ``` | ||||
| * | | -Added EXR supprot for HDR (no BC6 compression yet though) | Juan Linietsky | 2017-05-26 | 8 | -46/+376 |
| |/ | | | | | | -Improvements to texture importer -Proper detection of S3TC compression modes, and added all modes to Image -Fixes to non-power of 2 compressed textures, which should all be supported by GLES3 | ||||
| * | Merge pull request #8590 from tagcup/s3tc_stuff | Juan Linietsky | 2017-05-25 | 3 | -1/+43 |
| |\ | | | | | Use libsquish to decompress DXT textures. | ||||
| | * | Use libsquish to decompress DXT textures. | Ferenc Arn | 2017-05-18 | 3 | -1/+43 |
| | | | |||||
| * | | [GDNative] fixed some functions that returned references | Karroffel | 2017-05-23 | 4 | -15/+8 |
| | | | | | | | | | Those errors were introduced with #8821 (6fd217d). These functions need to return reference types, otherwise setting values on those containers does not work. | ||||
| * | | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 14 | -472/+270 |
| | | | | | | | | | this might cause bugs I haven't found yet.. | ||||
| * | | Merge pull request #8631 from volzhs/editor-theme-custom | Rémi Verschelde | 2017-05-20 | 1 | -2/+2 |
| |\ \ | | | | | | | New customizable editor theme | ||||
| | * | | Revert "Add new editor and default theme (WIP)" | volzhs | 2017-05-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | This reverts commit f045efe007cffb87238ee519b7f33d710814ded7. | ||||
| * | | | Finish implementation of GDnative builtins bindings | Emmanuel Leblond | 2017-05-19 | 42 | -2283/+2467 |
| | |/ |/| | |||||
| * | | Merge pull request #8798 from RandomShaper/gdfs-ext-check | Rémi Verschelde | 2017-05-18 | 2 | -4/+16 |
| |\ \ | | | | | | | Add extended check option to GDFunctionState::is_valid() | ||||
| | * | | Add extended check option to GDFunctionState::is_valid() | Pedro J. Estébanez | 2017-05-17 | 2 | -4/+16 |
| | | | | |||||
| * | | | Fix two typos from previous commit | Rémi Verschelde | 2017-05-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | Also cleanup comments on variant types. | ||||
| * | | | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 13 | -63/+63 |
| |/ / | |||||
| * | | [GDNative] fixed a reload bug | Karroffel | 2017-05-13 | 1 | -7/+7 |
| | | | | | | | | | | | When there was no terminate function defined in the library the exported variables would not update. This fixes that. | ||||
| * | | Merge pull request #8696 from bojidar-bg/fix-path-autocomplete | Rémi Verschelde | 2017-05-12 | 3 | -10/+16 |
| |\ \ | | | | | | | Fix gdscript autocomplete showing only paths | ||||
| | * | | Fix #8674, and rename a few things for clarity | Bojidar Marinov | 2017-05-08 | 3 | -10/+16 |
| | | | | |||||
| * | | | Merge pull request #8720 from karroffel/gdnative-methodbind-varcall | Thomas Herzog | 2017-05-11 | 4 | -12/+64 |
| |\ \ \ | | | | | | | | | [GDNative] added varcall and print | ||||
| | * | | | [GDNative] added varcall and print | Karroffel | 2017-05-11 | 4 | -12/+64 |
| | | | | | |||||
| * | | | | removed multiscript | Karroffel | 2017-05-11 | 6 | -1047/+0 |
| |/ / / | | | | | | | | | | | | | removes MultiScript which was re-added in #8502 (aka 4c14700). This feature didn't turn out to be as useful as most expected. It causes more troubles than it does good. | ||||
| * | | | Add error printing functions to GDNative | sheepandshepherd | 2017-05-10 | 2 | -0/+13 |
| | | | | |||||
| * | | | Put brave old bb10 platform to a well-deserved rest | Rémi Verschelde | 2017-05-08 | 2 | -2/+1 |
| |/ / | | | | | | | Add some 🔥 to appease @reduz. Fixes #8692. | ||||
| * / | Implemented scrolling factor for smooth trackpad scrolling | toger5 | 2017-05-07 | 1 | -2/+2 |
| |/ | | | | | Working platforms platform: OSX, Windows. Support for almost all ui elements, including project list. | ||||
| * | Merge pull request #8571 from tagcup/squish_sse | Rémi Verschelde | 2017-05-02 | 1 | -0/+6 |
| |\ | | | | | Detect SSE/SSE2 for libsquish. | ||||
| | * | Detect SSE/SSE2 for libsquish. | Ferenc Arn | 2017-04-28 | 1 | -0/+6 |
| | | | |||||
| * | | Move other lone thirdparty files to thirdparty/misc | Rémi Verschelde | 2017-04-28 | 9 | -1386/+21 |
| | | | | | | | | | | | Also move Box2D ConvexDecomposition contrib code to thirdparty/b2d_convexdecomp. | ||||
| * | | Add new editor and default theme (WIP) | Daniel J. Ramirez | 2017-04-27 | 1 | -2/+2 |
| | | | |||||
| * | | Changed indent type settings | Paulb23 | 2017-04-26 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #8522 from NNesh/mus | Rémi Verschelde | 2017-04-26 | 1 | -2/+8 |
| |\ \ | | | | | | | Fix AudioPlayer bugs with OGG | ||||
| | * | | Fix AudioPlayer.get_pos() always returns 0 | NNesh | 2017-04-25 | 1 | -1/+7 |
| | | | | |||||
| | * | | Fix AudioPlayer.play() bug when music always starts from 0 pos | NNesh | 2017-04-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | Honoring the Indent setting for gdscript | Ramesh Ravone | 2017-04-25 | 1 | -10/+13 |
| | | | | |||||
| * | | | fixed a bug where saving a GDScript file crashed the editor | Karroffel | 2017-04-24 | 1 | -2/+5 |
| | |/ |/| | | | | | I changed the loop in #8502, turns out it fixed the error I was facing but introduced a new one. This fixes both | ||||
| * | | Merge pull request #8444 from magyar123/pr-complete-paths | Rémi Verschelde | 2017-04-24 | 3 | -0/+32 |
| |\ \ | | | | | | | Script editor now automatically completes file paths in GDScript | ||||
| | * | | Added autocomplete for file paths in the script editor | mbalint12 | 2017-04-18 | 3 | -0/+32 |
| | | | | |||||
| * | | | Merge pull request #8420 from magyar123/pr-script-files-as-base | Rémi Verschelde | 2017-04-24 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | Added the ability to select files as base when creating scripts | ||||
| | * | | | Added the ability to select files as base when creating scripts | mbalint12 | 2017-04-15 | 1 | -0/+1 |
| | |/ / | |||||
