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
/
os
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a new MIDIDriver class
Marcelo Fernandez
2018-07-21
6
-0
/
+353
*
Fix build issues and typos after c69de2ba4
Rémi Verschelde
2018-07-20
2
-2
/
+3
*
Fix unwanted restarting
volzhs
2018-07-20
1
-0
/
+1
*
-Project/Editor settings now use new inspector
Juan Linietsky
2018-07-19
2
-1
/
+21
*
Fixed OS.has_feature not using custom feature tags.
matthew1006
2018-07-18
1
-0
/
+3
*
Added support for extra mouse buttons.
unknown
2018-07-09
2
-1
/
+16
*
Add a new notification to detect crashes on native scripts
Marcelo Fernandez
2018-07-02
2
-0
/
+2
*
IME context detection.
Saracen
2018-06-11
1
-0
/
+1
*
Merge pull request #14622 from bruvzg/non-rectangular-windows
Hein-Pieter van Braam
2018-05-08
2
-0
/
+14
|
\
|
*
Experimental support for windows with per-pixel transparency (macOS, X11 and ...
bruvzg
2018-04-07
2
-0
/
+14
*
|
Local debugger fixes and extensions
Blazej Floch
2018-05-07
1
-0
/
+1
*
|
Merge pull request #17196 from RandomShaper/improve-gui-touch
Rémi Verschelde
2018-05-02
2
-2
/
+3
|
\
\
|
*
|
Implement universal translation of touch to mouse
Pedro J. Estébanez
2018-04-30
2
-2
/
+3
*
|
|
Fixing input strength and the impossibility to erase action events
groud
2018-04-25
1
-3
/
+5
*
|
|
Fixes left/up axis not mappable as actions
Gilles Roudiere
2018-04-18
1
-2
/
+2
*
|
|
Merge pull request #16902 from groud/analog_action_system
Juan Linietsky
2018-04-18
4
-28
/
+81
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Allow actions to provide an analog value
Gilles Roudiere
2018-04-16
4
-28
/
+81
*
|
|
iPhone X support and iOS-related fixes
Ruslan Mustakov
2018-04-11
1
-0
/
+12
*
|
|
Implement Input.set_default_cursor_shape to change the default shape
Guilherme Felipe
2018-04-10
2
-0
/
+3
|
/
/
*
/
Fixed signal input variable name
Andrea Catania
2018-04-06
1
-1
/
+1
|
/
*
[macOS] Fix keyboard shortcuts on non QWERTY keyboard layouts.
bruvzg
2018-03-28
2
-122
/
+0
*
Add RWLockDummy for NO_THREADS builds
Leon Krause
2018-03-20
2
-0
/
+25
*
Merge pull request #17376 from marcelofg55/file_get_path
Hein-Pieter van Braam
2018-03-15
1
-0
/
+3
|
\
|
*
Added File.get_path and File.get_path_absolute functions
Marcelo Fernandez
2018-03-13
1
-0
/
+3
*
|
Merge pull request #17311 from marcelofg55/export_err_checks
Rémi Verschelde
2018-03-13
1
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
Improved error checking at EditorExportPlatformPC::export_project
Marcelo Fernandez
2018-03-06
1
-3
/
+4
*
|
Reinstate WebGL 1.0 driver in HTML5 platform
Leon Krause
2018-03-07
1
-1
/
+2
|
/
*
Clean and expose get_audio/video_driver_* funcs on OS class
Marcelo Fernandez
2018-03-04
2
-6
/
+40
*
(Magnify|Pan)Gesture: implement as_text
Poommetee Ketson
2018-02-24
2
-0
/
+12
*
Merge pull request #15564 from RandomShaper/adpod-topmost
Rémi Verschelde
2018-02-14
1
-1
/
+5
|
\
|
*
Add new window setting: always on top
Pedro J. Estébanez
2018-01-05
1
-1
/
+5
*
|
Added OS::center_window to center the window precisely on desktop platforms
Marcelo Fernandez
2018-02-12
2
-0
/
+13
*
|
Mono: Allow loading `mscorlib` from resources.
bruvzg
2018-01-31
1
-0
/
+3
*
|
- Improves portability in joystick buttons enum
Ariel Manzur
2018-01-24
1
-2
/
+2
|
/
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
33
-2
/
+61
*
Change OS::initialize signature to return Error (fix segfault on x11)
Emmanuel Leblond
2018-01-04
1
-1
/
+1
*
found via cppcheck:
firefly2442
2018-01-03
2
-5
/
+5
*
Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursor
Rémi Verschelde
2018-01-03
3
-2
/
+44
|
\
|
*
Add implementation for custom hardware cursor
Guilherme Silva
2017-12-17
3
-2
/
+44
*
|
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
31
-62
/
+62
*
|
Reimport now checks source path changes and imported files and their md5, fix...
Juan Linietsky
2017-12-27
2
-0
/
+32
*
|
Removed the InputEvent ID field, which was unused and can cause bugs.
Juan Linietsky
2017-12-26
2
-22
/
+0
*
|
-Removed OpenMP support, replaced by a custom class.
Juan Linietsky
2017-12-24
2
-0
/
+82
|
/
*
Merge pull request #14635 from poke1024/getline
Rémi Verschelde
2017-12-17
1
-1
/
+54
|
\
|
*
Faster FileAccess::get_line()
poke1024
2017-12-16
1
-1
/
+54
*
|
Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.
Juan Linietsky
2017-12-16
2
-3
/
+21
*
|
Remove get_stack_bottom
Ruslan Mustakov
2017-12-16
2
-11
/
+0
*
|
Fix type mismatch in OS::set_borderless_window
Rémi Verschelde
2017-12-14
1
-1
/
+1
*
|
-Add lightmapper
Juan Linietsky
2017-12-14
1
-0
/
+1
|
/
*
Fixes vsync setting ignored when using a separate thread for rendering
Stefano Bonicatti
2017-12-09
1
-1
/
+3
[next]