index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
gui
/
range.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix super call in various `get_configuration_warnings` methods
A Thousand Ships
2024-09-05
1
-1
/
+1
*
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-1
/
+1
*
Revert "Update Node::get_configuration_warnings signature"
Rémi Verschelde
2024-02-17
1
-2
/
+2
*
Update Node::get_configuration_warnings signature
RedMser
2024-02-08
1
-2
/
+2
*
Only allow finite numbers in Range.value.
Jordyfel
2023-08-28
1
-0
/
+4
*
Use NULL instead of COND checks when appropriate
Ninni Pipping
2023-06-10
1
-1
/
+1
*
Merge pull request #70834 from pattlebass/spinbox-doesnt-spin
Rémi Verschelde
2023-04-12
1
-2
/
+21
|
\
|
*
Fix Range-derived nodes not redrawing
pattlebass
2023-04-12
1
-2
/
+21
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
|
/
*
Merge pull request #65101 from MrPhnix/range_value_bug
Rémi Verschelde
2022-12-05
1
-1
/
+1
|
\
|
*
incorrect range value with min value and step
Phnix
2022-08-27
1
-1
/
+1
*
|
Merge pull request #67660 from Rindbee/improve-setter-for-Range
Rémi Verschelde
2022-12-01
1
-12
/
+9
|
\
\
|
*
|
Improve validation when setting `max`/`min`/`page` in `Range`
Rindbee
2022-10-20
1
-12
/
+9
*
|
|
Add set_value_no_signal() to Range
kobewi
2022-10-31
1
-2
/
+10
|
/
/
*
|
Change return type of `get_configuration_warnings` to `PackedStringArray`
Marc Gilleron
2022-09-19
1
-2
/
+2
*
|
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-2
/
+2
|
/
*
Add some codes, returnes directly if the value is not changed.
风青山
2022-08-23
1
-0
/
+20
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-4
/
+4
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
*
String: Remove TTR and DTR defines in non-tools build
Rémi Verschelde
2022-03-28
1
-1
/
+1
*
Add GDExtension support to Script
reduz
2022-03-27
1
-1
/
+1
*
Discern between virtual and abstract class bindings
reduz
2022-03-10
1
-0
/
+5
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Fix Range property dependencies
kobewi
2021-10-09
1
-0
/
+14
*
Optimize StringName usage
reduz
2021-07-18
1
-2
/
+2
*
Add PROPERTY_USAGE_NONE and use it
Aaron Franke
2021-06-17
1
-1
/
+1
*
Use Array for node configuration warnings
Nathan Franke
2021-04-11
1
-10
/
+6
*
Removed _change_notify
reduz
2021-02-10
1
-2
/
+0
*
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-02-09
1
-10
/
+0
*
Make Range return 1.0 ratio if minimum and maximum values are equal
Hugo Locurcio
2021-01-15
1
-1
/
+4
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
*
Update all get_configuration_warning to retrieve warnings from the parent
ArrowInAKnee
2020-05-16
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-8
/
+16
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+9
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-34
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-1
/
+1
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-7
/
+7
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Range: Remove min/max check added in #33908
Rémi Verschelde
2019-11-26
1
-4
/
+0
*
Range: Fix cases where max was set to or below min value
Rémi Verschelde
2019-11-26
1
-0
/
+2
*
Fix some overflows and unitialized variables
Rafał Mikrut
2019-11-20
1
-0
/
+2
*
Memory leak and crash fixes
Rafał Mikrut
2019-11-10
1
-0
/
+1
*
Fix Exponential Range Graphical Error
Emmanuel Barroga
2019-08-09
1
-2
/
+2
*
Improve the node configuration warning display
Hugo Locurcio
2019-07-09
1
-2
/
+2
*
Fix Range's "changed" signal emitting with a value even if binded to emit none
Michael Alexsander Silva Dias
2019-06-16
1
-1
/
+7
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Merge pull request #22381 from DualMatrix/range_exp_warning
Rémi Verschelde
2018-09-28
1
-0
/
+17
|
\
|
*
Added warning when min_value of range is smaller than 0 while exp_edit is true.
DualMatrix
2018-09-23
1
-0
/
+17
[next]