godot/modules
Hein-Pieter van Braam 364f2e8082 Correct hash behavior for floating point numbers
This backports the work in #7815 and the subsequent fixes in #8393

The following program now works as expected in this branch in both
release_debug and debug mode:

```gdscript
        print(sqrt(-1))
        print(sqrt(-1))

        var simple1=asin(10.0)
        var simple2=acos(10.0)
        print(simple1)
        print(simple2)
```

And successfully prints -nan 4 times

This fixes #9580 and fixes #8925
2017-08-20 23:44:28 +02:00
..
chibi Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
cscript Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
dds Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
etc1 Add closest_power_of_2 func and implement mix_rate/latency on OS X 2017-08-18 12:10:21 -03:00
freetype Update freetype to 2.8 2017-06-25 11:16:45 +09:00
gdscript Correct hash behavior for floating point numbers 2017-08-20 23:44:28 +02:00
gridmap Implemented scrolling factor for smooth trackpad scrolling 2017-05-15 06:44:00 +08:00
ik Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
jpg Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
mpc Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
ogg Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
openssl Fix cherry-picking issues caused by code updates 2017-06-07 12:59:42 -03:00
opus Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
pbm Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
pvr Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
speex Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
squish Add closest_power_of_2 func and implement mix_rate/latency on OS X 2017-08-18 12:10:21 -03:00
theora Move other lone thirdparty files to thirdparty/misc 2017-05-26 23:39:47 +02:00
vorbis Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
webp Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
register_module_types.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
SCsub BuildSystem: generated files have .gen.ext 2017-06-25 20:31:56 +07:00