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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #8936 from Hinsbart/fix_action
Rémi Verschelde
2017-05-27
1
-2
/
+2
|
\
|
*
Fix InputEvent actions.
Andreas Haas
2017-05-27
1
-2
/
+2
*
|
-Added EXR supprot for HDR (no BC6 compression yet though)
Juan Linietsky
2017-05-26
3
-41
/
+515
|
/
*
Fix virtual methods in InputEventKey.
Andreas Haas
2017-05-25
2
-3
/
+3
*
Merge pull request #8590 from tagcup/s3tc_stuff
Juan Linietsky
2017-05-25
2
-327
/
+4
|
\
|
*
Use libsquish to decompress DXT textures.
Ferenc Arn
2017-05-18
2
-327
/
+4
*
|
Merge pull request #8898 from vnen/screentouch-struct-class
Rémi Verschelde
2017-05-25
1
-1
/
+1
|
\
\
|
*
|
Change InputEventScreenTouch from struct to class
George Marques
2017-05-24
1
-1
/
+1
*
|
|
Fix 2D-editor mouse wheel zoom (x11).
Martin Capitanio
2017-05-24
1
-1
/
+1
|
/
/
*
|
-Fix the "set_val" call deferred, it was the only one.. closes #8742
Juan Linietsky
2017-05-23
1
-1
/
+1
*
|
fixed crash on code that checks InputEvent
Juan Linietsky
2017-05-23
1
-1
/
+1
*
|
Merge pull request #8786 from bojidar-bg/fix-astar-weight-scale
Rémi Verschelde
2017-05-22
1
-4
/
+2
|
\
\
|
*
|
Fix weigth scale of A* being applied to the whole path and estimation
Bojidar Marinov
2017-05-22
1
-5
/
+2
*
|
|
Avoid overestimating the cost in AStar heuristics.
Ferenc Arn
2017-05-21
1
-1
/
+1
*
|
|
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-20
20
-1522
/
+1149
*
|
|
Merge pull request #8829 from supagu/astar-bidirectional
Rémi Verschelde
2017-05-20
2
-4
/
+6
|
\
\
\
|
*
|
|
Added bool to allow astar points to be connected in one direction only
Fabian Mathews
2017-05-19
2
-4
/
+6
|
|
/
/
*
|
/
Finish implementation of GDnative builtins bindings
Emmanuel Leblond
2017-05-19
1
-1
/
+0
|
|
/
|
/
|
*
|
Merge pull request #8807 from RandomShaper/mq-flush-reentrant
Rémi Verschelde
2017-05-18
1
-6
/
+9
|
\
\
|
*
|
Make MessageQueue::flush() reentrant
Pedro J. Estébanez
2017-05-18
1
-6
/
+9
|
|
/
*
|
Merge pull request #8649 from neikeq/pr-ringbuffer-find
Rémi Verschelde
2017-05-18
1
-0
/
+26
|
\
\
|
*
|
RingBuffer: Adds find() method
Ignacio Etcheverry
2017-05-05
1
-0
/
+26
*
|
|
Fix two typos from previous commit
Rémi Verschelde
2017-05-17
6
-93
/
+28
*
|
|
Removal of Image from Variant, converted to a Resource.
Juan Linietsky
2017-05-17
23
-618
/
+257
|
|
/
|
/
|
*
|
Fix natural sorting order in EditorFileDialog, FileDialog and EditorFileSyste...
Damian Day
2017-05-12
2
-3
/
+61
*
|
Fixed the IP resolver code blocking the main thread, it uses a Mutex now to l...
Marcelo Fernandez
2017-05-08
1
-18
/
+47
*
|
Implemented scrolling factor for smooth trackpad scrolling
toger5
2017-05-07
1
-1
/
+5
*
|
Merge pull request #8658 from Faless/explain_out_of_mem_msg_queue_master
Rémi Verschelde
2017-05-05
1
-4
/
+6
|
\
\
|
*
|
Better explain out of memory error in message queue
Fabio Alessandrelli
2017-05-05
1
-4
/
+6
|
|
/
*
|
Merge pull request #8642 from RandomShaper/fix-pack-get-curr-dir
Rémi Verschelde
2017-05-05
1
-5
/
+4
|
\
\
|
|
/
|
/
|
|
*
Fix infinite loop in DirAccessPack::get_current_dir()
Pedro J. Estébanez
2017-05-04
1
-5
/
+4
*
|
Rename project file to "project.godot"
Rémi Verschelde
2017-05-01
2
-19
/
+19
*
|
Merge pull request #8572 from akien-mga/thirdparty
Rémi Verschelde
2017-04-29
38
-12334
/
+77
|
\
\
|
*
|
Move other lone thirdparty files to thirdparty/misc
Rémi Verschelde
2017-04-28
1
-1
/
+1
|
*
|
Split thirdparty smaz.c out of compressed_translation.cpp
Rémi Verschelde
2017-04-28
2
-209
/
+3
|
*
|
Move core thirdparty files to thirdparty/{minizip,misc}
Rémi Verschelde
2017-04-28
37
-12125
/
+74
|
|
/
*
/
Revert "Use .godot as file extension for project files."
Juan Linietsky
2017-04-29
2
-61
/
+14
|
/
*
Fix recognition of resource extensions.
Andreas Haas
2017-04-26
1
-1
/
+1
*
Fix wrong fallback for locale
volzhs
2017-04-26
1
-1
/
+1
*
Merge pull request #8506 from iam13islucky/patch-1
Rémi Verschelde
2017-04-24
1
-1
/
+1
|
\
|
*
[3.0] Fix bug in Image::_get_pixelb
iam13islucky
2017-04-23
1
-1
/
+1
*
|
Merge pull request #8469 from Melix19/patch-2
Rémi Verschelde
2017-04-24
1
-1
/
+3
|
\
\
|
*
|
Update snake_case splitting
Marco Melorio
2017-04-23
1
-1
/
+3
|
|
/
*
|
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
mbalint12
2017-04-15
1
-0
/
+1
*
|
|
Merge pull request #8277 from tagcup/math_checks
Rémi Verschelde
2017-04-24
9
-42
/
+151
|
\
\
\
|
*
|
|
Added various functions basic math classes. Also enabled math checks only for...
Ferenc Arn
2017-04-06
9
-42
/
+151
*
|
|
|
Fix property warnings and hide some debug prints
Rémi Verschelde
2017-04-23
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Move VERSION_MKSTRING logic to version.h
Rémi Verschelde
2017-04-20
3
-11
/
+38
*
|
|
Merge pull request #8417 from neikeq/hello-there
Rémi Verschelde
2017-04-20
1
-1
/
+2
|
\
\
\
[next]