| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Script languges are uninitialized properly now. | Juan Linietsky | 2017-07-22 | 2 | -0/+8 | |
| |/ | ||||||
| * | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | 2017-07-19 | 25 | -176/+270 | |
| | | | | | -Added system for feature overrides, it's pretty cool :) | |||||
| * | Merge pull request #9699 from RameshRavone/master | Thomas Herzog | 2017-07-19 | 1 | -1/+1 | |
| |\ | | | | | [gdnative] `Object::_get` return type and dynamic property | |||||
| | * | _get return type fix | Ramesh Ravone | 2017-07-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #9703 from Noshyaar/docs | Rémi Verschelde | 2017-07-19 | 6 | -9/+9 | |
| |\ \ | | | | | | | Add object type hint for docs | |||||
| | * | | Add object type hint for docs | Poommetee Ketson | 2017-07-19 | 6 | -9/+9 | |
| | |/ | ||||||
| * / | Fix errors with global config names no more sorrys please | geequlim | 2017-07-19 | 2 | -2/+2 | |
| |/ | ||||||
| * | Merge pull request #9608 from RandomShaper/more-atomics | Rémi Verschelde | 2017-07-18 | 2 | -29/+168 | |
| |\ | | | | | Implement more atomic ops | |||||
| | * | Implement add & subtract atomics | Pedro J. Estébanez | 2017-07-17 | 2 | -0/+76 | |
| | | | ||||||
| | * | Add atomics for 64-bit integers | Pedro J. Estébanez | 2017-07-11 | 2 | -30/+93 | |
| | | | | | | | | | | | | | The public API looks the same but with added overloads. The implementation uses templates or overloads depending on the context to avoid code duplication. | |||||
| | * | Revert "Improve reliability of memory stats" | Rémi Verschelde | 2017-07-11 | 4 | -122/+51 | |
| | | | ||||||
| | * | Merge pull request #9014 from RandomShaper/improve-mem-stats | Pedro J. Estébanez | 2017-07-11 | 4 | -51/+122 | |
| | |\ | | | | | | | | | | Improve reliability of memory stats Memory block byte tagging | |||||
| | | * | Implement byte-tagging of memory | Pedro J. Estébanez | 2017-07-05 | 1 | -2/+26 | |
| | | | | | | | | | | | | | | | | | | | Using a magic value for memory allocated but uninitialized and another one for memory about-to-be-released. Helps in debugging unitialized members, dangling pointerts, etc. Disabled by default. Can be enabled for debug builds by defining `DEBUG_MEMORY_TAGGING`. | |||||
| | | * | Improve reliability of memory stats | Pedro J. Estébanez | 2017-07-05 | 2 | -51/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | The allocation count is managed atomically and where it actually should change (for instance, not counting an allocation before its success has been checked). Bonus: Improve readability of the pre-pad checks. | |||||
| | | * | Add atomics for 64-bit integers | Pedro J. Estébanez | 2017-06-22 | 2 | -0/+71 | |
| | | | | ||||||
| * | | | -Reorganized all properties of project settings (Sorry, Again). | Juan Linietsky | 2017-07-17 | 9 | -59/+54 | |
| | | | | | | | | | | | | | | | | (Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too) | |||||
| * | | | Merge pull request #9634 from vnen/gzip-compression | Rémi Verschelde | 2017-07-17 | 6 | -14/+24 | |
| |\ \ \ | | | | | | | | | Add GZIP compression support | |||||
| | * | | | Add GZIP compression support | George Marques | 2017-07-13 | 6 | -14/+24 | |
| | | | | | | | | | | | | | | | | | - Fix a wrong call in PoolByteArray::compress | |||||
| * | | | | Added a simpler/faster way to bind script languages instance wrappers to Godot | Juan Linietsky | 2017-07-16 | 4 | -6/+37 | |
| | | | | | ||||||
| * | | | | Bindings: Fix Object::get_meta return type. | Andreas Haas | 2017-07-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | The method was shown as void in the docs. | |||||
| * | | | | -Fix for multiple reflection probes causing issues. | Juan Linietsky | 2017-07-15 | 1 | -0/+19 | |
| | | | | | | | | | | | | | | | | | -Fix for positional sound corruption to avoid making people deaf. | |||||
| * | | | | Lots of work on Audio & Physics engine: | Juan Linietsky | 2017-07-15 | 5 | -3/+92 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Added new 3D stream player node -Added ability for Area to capture sound from streams -Added small features in physics to be able to properly guess distance to areas for sound -Fixed 3D CollisionObject so shapes are added the same as in 2D, directly from children -Fixed KinematicBody API to make it the same as 2D. | |||||
| * | | | | Ignore fuzzy translations | Poommetee Ketson | 2017-07-12 | 1 | -6/+15 | |
| |/ / / | ||||||
| * | | | Merge pull request #9366 from GodotExplorer/pr-ime-position-flow-cursor | Rémi Verschelde | 2017-07-11 | 3 | -0/+11 | |
| |\ \ \ | | | | | | | | | IME window follow the input cursor. | |||||
| | * | | | IME window follow the input cursor. | geequlim | 2017-07-11 | 3 | -0/+11 | |
| | |/ / | | | | | | | | | | | | | Abstruct set_ime_position to OS class. Update ime position for LineEdit and TextEdit. | |||||
| * | | | Merge pull request #9607 from Noshyaar/astar | Rémi Verschelde | 2017-07-11 | 2 | -0/+8 | |
| |\ \ \ | | | | | | | | | AStar: add bool has_point(id) | |||||
| | * | | | AStar: add bool has_point(id) | Poommetee Ketson | 2017-07-11 | 2 | -0/+8 | |
| | |/ / | ||||||
| * | | | Merge pull request #9602 from ducdetronquito/master | Rémi Verschelde | 2017-07-11 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | [#7212] Fixed missing 'Variant' return values in documentation. | |||||
| | * | | | [#7212] Fixed missing 'Variant' return values in documentation. | ducdetronquito | 2017-07-11 | 1 | -1/+1 | |
| | |/ / | ||||||
| * / / | Include Git hash in the engine | Poommetee Ketson | 2017-07-11 | 1 | -0/+4 | |
| |/ / | ||||||
| * | | Refactor 'treshold' to 'threshold' | Poommetee Ketson | 2017-07-08 | 3 | -26/+26 | |
| | | | ||||||
| * | | [#9292] Renamed Image.put_pixel() to set_pixel(). | ducdetronquito | 2017-07-07 | 2 | -9/+9 | |
| | | | ||||||
| * | | Merge pull request #8943 from RandomShaper/fix-error-handling | Rémi Verschelde | 2017-07-05 | 8 | -45/+76 | |
| |\ \ | | | | | | | Implement well-defined handling of unrecoverable errors | |||||
| | * | | Implement well-defined handling of unrecoverable errors | Pedro J. Estébanez | 2017-07-05 | 8 | -45/+76 | |
| | | | | | | | | | | | | | | | | | | | Plus the addition of some convenience CRASH_* error macros. Plus transient avoidance of the flood of warnings emitted by Clang when checking 'this' for NULL. Plus explanation about the do-while(0) loop in some error macros. | |||||
| * | | | Implemented environment arrays for skybox reflection and roughness, quality ↵ | Juan Linietsky | 2017-07-04 | 1 | -3/+4 | |
| | | | | | | | | | | | | | increase is enormous. | |||||
| * | | | Merge pull request #9457 from TwistedTwigleg/Fixed_Vector3_snap | Rémi Verschelde | 2017-07-03 | 4 | -9/+9 | |
| |\ \ \ | | | | | | | | | Fixed syntax inconsistency in Vector3.snap and Vector3.snapped | |||||
| | * | | | Fixed syntax inconsistency in Vector3.snap and Vector3.snapped | TwistedTwigleg | 2017-07-03 | 4 | -9/+9 | |
| | | | | | ||||||
| * | | | | -Many fixes to VisualScript, fixed property names, etc. | Juan Linietsky | 2017-06-30 | 1 | -9/+7 | |
| |/ / / | | | | | | | | | | | | | | | | -Added ability to set/get a field in GetSet, as well as assignment ops -Added a Select node -Fixed update bugs related to variable list and exported properties, closes #9458 | |||||
| * | | | Reworked translation system | Juan Linietsky | 2017-06-28 | 8 | -28/+201 | |
| | | | | | | | | | | | | | | | | -Label and Button reload translation on the fly -Resources are loaded and reload depending on locale | |||||
| * | | | Merge pull request #9195 from kubecz3k/obj-incoming-connections | Rémi Verschelde | 2017-06-27 | 2 | -0/+17 | |
| |\ \ \ | | | | | | | | | Ability to get a list of signals that are targeting given object | |||||
| | * | | | Ability to get a list of signals that are targeting object | Jakub Grzesik | 2017-06-15 | 2 | -0/+17 | |
| | | | | | ||||||
| * | | | | -Added folding to property editor, persistent on objects it edits | Juan Linietsky | 2017-06-25 | 4 | -0/+54 | |
| | | | | | | | | | | | | | | | | | -Some changes to tree to support this properly | |||||
| * | | | | Fix crash with String copy from with NULL string parameter | geequlim | 2017-06-25 | 1 | -0/+12 | |
| | | | | | ||||||
| * | | | | Merge pull request #9334 from Noshyaar/pr-genh | Rémi Verschelde | 2017-06-25 | 3 | -5/+5 | |
| |\ \ \ \ | | | | | | | | | | | BuildSystem: generated files have .gen.extension | |||||
| | * | | | | BuildSystem: generated files have .gen.extension | Poommetee Ketson | 2017-06-25 | 3 | -5/+5 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #9348 from bojidar-bg/9299-save-device-ids | Rémi Verschelde | 2017-06-25 | 1 | -0/+2 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | Make the InputEvent device property get saved | |||||
| | * | | | | Make the InputEvent device property get saved | Bojidar Marinov | 2017-06-24 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | Fixes #9299 | |||||
| * | | | | | Merge pull request #8783 from bojidar-bg/fix-range-loop-type | Rémi Verschelde | 2017-06-24 | 1 | -20/+22 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix for..in range() resulting in floats instead of ints | |||||
| | * | | | | | Reimplement for..in range() so that it always results in ints | Bojidar Marinov | 2017-06-22 | 1 | -20/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #8278, fixup of bfef8de1bc4f7a7b9617a7b181881129033a0b0e | |||||
| * | | | | | | Added 'blit_rect_mask' for 3.0 too | dumitru-stama | 2017-06-24 | 2 | -0/+58 | |
| | |/ / / / |/| | | | | ||||||
