Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-23 | Requesting for dictionary keys also respects insertion order, closes #9161 | Juan Linietsky | |
2017-07-23 | Merge pull request #9718 from endragor/ptrcall-fixes | Thomas Herzog | |
Use specific size for numeric types in ptrcall | |||
2017-07-22 | Fix atomic operations in NO_THREADS builds | L. Krause | |
2017-07-22 | function to add script and instance at once, as needed by neikeq | Juan Linietsky | |
2017-07-22 | Script languges are uninitialized properly now. | Juan Linietsky | |
2017-07-20 | Use specific size for numeric types in ptrcall | Ruslan Mustakov | |
The script system does not provide information about specific int sizes, so we should establish convention to use the largest size (64 bits). For real types double is always used. | |||
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | |
-Added system for feature overrides, it's pretty cool :) | |||
2017-07-19 | Merge pull request #9699 from RameshRavone/master | Thomas Herzog | |
[gdnative] `Object::_get` return type and dynamic property | |||
2017-07-19 | Merge pull request #9703 from Noshyaar/docs | Rémi Verschelde | |
Add object type hint for docs | |||
2017-07-19 | Fix errors with global config names no more sorrys please | geequlim | |
2017-07-19 | Add object type hint for docs | Poommetee Ketson | |
2017-07-18 | _get return type fix | Ramesh Ravone | |
2017-07-18 | Merge pull request #9608 from RandomShaper/more-atomics | Rémi Verschelde | |
Implement more atomic ops | |||
2017-07-17 | -Reorganized all properties of project settings (Sorry, Again). | Juan Linietsky | |
(Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too) | |||
2017-07-17 | Implement add & subtract atomics | Pedro J. Estébanez | |
2017-07-17 | Merge pull request #9634 from vnen/gzip-compression | Rémi Verschelde | |
Add GZIP compression support | |||
2017-07-16 | Added a simpler/faster way to bind script languages instance wrappers to Godot | Juan Linietsky | |
2017-07-16 | Bindings: Fix Object::get_meta return type. | Andreas Haas | |
The method was shown as void in the docs. | |||
2017-07-15 | -Fix for multiple reflection probes causing issues. | Juan Linietsky | |
-Fix for positional sound corruption to avoid making people deaf. | |||
2017-07-15 | Lots of work on Audio & Physics engine: | Juan Linietsky | |
-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. | |||
2017-07-13 | Add GZIP compression support | George Marques | |
- Fix a wrong call in PoolByteArray::compress | |||
2017-07-12 | Ignore fuzzy translations | Poommetee Ketson | |
2017-07-11 | Add atomics for 64-bit integers | Pedro J. Estébanez | |
The public API looks the same but with added overloads. The implementation uses templates or overloads depending on the context to avoid code duplication. | |||
2017-07-11 | Merge pull request #9366 from GodotExplorer/pr-ime-position-flow-cursor | Rémi Verschelde | |
IME window follow the input cursor. | |||
2017-07-11 | Merge pull request #9607 from Noshyaar/astar | Rémi Verschelde | |
AStar: add bool has_point(id) | |||
2017-07-11 | Merge pull request #9602 from ducdetronquito/master | Rémi Verschelde | |
[#7212] Fixed missing 'Variant' return values in documentation. | |||
2017-07-11 | AStar: add bool has_point(id) | Poommetee Ketson | |
2017-07-11 | Revert "Improve reliability of memory stats" | Rémi Verschelde | |
2017-07-11 | Merge pull request #9014 from RandomShaper/improve-mem-stats | Pedro J. Estébanez | |
Improve reliability of memory stats Memory block byte tagging | |||
2017-07-11 | [#7212] Fixed missing 'Variant' return values in documentation. | ducdetronquito | |
2017-07-11 | IME window follow the input cursor. | geequlim | |
Abstruct set_ime_position to OS class. Update ime position for LineEdit and TextEdit. | |||
2017-07-11 | Include Git hash in the engine | Poommetee Ketson | |
2017-07-08 | Refactor 'treshold' to 'threshold' | Poommetee Ketson | |
2017-07-07 | [#9292] Renamed Image.put_pixel() to set_pixel(). | ducdetronquito | |
2017-07-05 | Merge pull request #8943 from RandomShaper/fix-error-handling | Rémi Verschelde | |
Implement well-defined handling of unrecoverable errors | |||
2017-07-05 | Implement byte-tagging of memory | Pedro J. Estébanez | |
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`. | |||
2017-07-05 | Improve reliability of memory stats | Pedro J. Estébanez | |
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. | |||
2017-07-05 | Implement well-defined handling of unrecoverable errors | Pedro J. Estébanez | |
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. | |||
2017-07-04 | Implemented environment arrays for skybox reflection and roughness, quality ↵ | Juan Linietsky | |
increase is enormous. | |||
2017-07-03 | Merge pull request #9457 from TwistedTwigleg/Fixed_Vector3_snap | Rémi Verschelde | |
Fixed syntax inconsistency in Vector3.snap and Vector3.snapped | |||
2017-07-03 | Fixed syntax inconsistency in Vector3.snap and Vector3.snapped | TwistedTwigleg | |
2017-06-30 | -Many fixes to VisualScript, fixed property names, etc. | Juan Linietsky | |
-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 | |||
2017-06-28 | Reworked translation system | Juan Linietsky | |
-Label and Button reload translation on the fly -Resources are loaded and reload depending on locale | |||
2017-06-27 | Merge pull request #9195 from kubecz3k/obj-incoming-connections | Rémi Verschelde | |
Ability to get a list of signals that are targeting given object | |||
2017-06-25 | -Added folding to property editor, persistent on objects it edits | Juan Linietsky | |
-Some changes to tree to support this properly | |||
2017-06-25 | Fix crash with String copy from with NULL string parameter | geequlim | |
2017-06-25 | Merge pull request #9334 from Noshyaar/pr-genh | Rémi Verschelde | |
BuildSystem: generated files have .gen.extension | |||
2017-06-25 | Merge pull request #9348 from bojidar-bg/9299-save-device-ids | Rémi Verschelde | |
Make the InputEvent device property get saved | |||
2017-06-25 | BuildSystem: generated files have .gen.extension | Poommetee Ketson | |
2017-06-24 | Merge pull request #8783 from bojidar-bg/fix-range-loop-type | Rémi Verschelde | |
Fix for..in range() resulting in floats instead of ints |