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
/
platform
/
haiku
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
16
-0
/
+16
*
Fix macOS and other builds after #15299
Duy-Nguyen TA
2018-01-04
1
-1
/
+1
*
Change OS::initialize signature to return Error (fix segfault on x11)
Emmanuel Leblond
2018-01-04
2
-3
/
+5
*
Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursor
Rémi Verschelde
2018-01-03
2
-0
/
+5
|
\
|
*
Add implementation for custom hardware cursor
Guilherme Silva
2017-12-17
2
-0
/
+5
*
|
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
18
-36
/
+36
|
/
*
Fixes vsync setting ignored when using a separate thread for rendering
Stefano Bonicatti
2017-12-09
1
-0
/
+1
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
5
-10
/
+12
*
Style: Apply clang-format again on all files
Rémi Verschelde
2017-12-07
1
-2
/
+2
*
disable caching for targets using helper functions
Rhody Lugo
2017-11-28
1
-1
/
+1
*
Merge pull request #12988 from akien-mga/xdg-home-paths
Rémi Verschelde
2017-11-20
2
-0
/
+37
|
\
|
*
Add initial support for the XDG Base Directory spec
Rémi Verschelde
2017-11-19
2
-0
/
+37
*
|
Cleanup old references to GLES2 renderer
Rémi Verschelde
2017-11-19
2
-3
/
+5
|
/
*
Make video mode initialization more intuitive, fixes #12022
Juan Linietsky
2017-11-09
2
-5
/
+0
*
Implemented physics plug
AndreaCatania
2017-11-04
2
-17
/
+0
*
Drop unusued LEGACYGL_ENABLED check
Rémi Verschelde
2017-10-13
4
-5
/
+5
*
Use EnumVariable for choice-based build options.
Elliott Sales de Andrade
2017-09-25
1
-1
/
+2
*
Merge pull request #11243 from hpvb/add-debug-info-on-release
Rémi Verschelde
2017-09-21
1
-5
/
+10
|
\
|
*
Create separate debug info files by default
Hein-Pieter van Braam
2017-09-16
1
-5
/
+10
*
|
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-4
/
+4
*
|
Merge pull request #11252 from marcelofg55/fix_noaudio_crash
Rémi Verschelde
2017-09-17
1
-5
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix crash when no audio driver is available
Marcelo Fernandez
2017-09-13
1
-5
/
+1
*
|
Fix enums bindings
Maxim Sheronov
2017-09-13
3
-6
/
+8
|
/
*
Dead code tells no tales
Rémi Verschelde
2017-08-27
1
-5
/
+4
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
18
-18
/
+18
*
p_screen param from get_screen_* funcs now default to the current screen
Marcelo Fernandez
2017-08-21
1
-2
/
+2
*
Add closest_power_of_2 func and implement mix_rate/latency on OS X
Marcelo Fernandez
2017-08-17
1
-1
/
+1
*
Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER
Bojidar Marinov
2017-08-06
1
-1
/
+1
*
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
3
-1
/
+8
*
Buildsystem: Improve detect.py readability and fix issues
Rémi Verschelde
2017-07-01
1
-25
/
+26
*
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-20
1
-36
/
+36
*
Rename [gs]et_pos to [gs]et_position for Controls
Sergey Pusnei
2017-04-10
3
-3
/
+3
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
18
-0
/
+18
*
Merge pull request #8159 from Hinsbart/last_id
Rémi Verschelde
2017-03-27
2
-7
/
+0
|
\
|
*
Input: Remove usage of platform dependent event IDs.
Andreas Haas
2017-03-26
2
-7
/
+0
*
|
SCons: Add option to toggle warnings (on by default)
Rémi Verschelde
2017-03-26
1
-1
/
+1
|
/
*
Fix typos in source code using codespell
Rémi Verschelde
2017-03-24
1
-1
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
17
-159
/
+169
*
Add a bunch of missing Godot headers in own files
Rémi Verschelde
2017-03-05
2
-5
/
+5
*
Add API to access battery power state
Julian Murgia
2017-03-04
4
-0
/
+131
*
Complete the globals.h -> global_config.h conversion
Bojidar Marinov
2017-02-23
1
-1
/
+1
*
Adapt platforms to AudioServer refactoring
Rémi Verschelde
2017-01-16
4
-37
/
+9
*
Oops! Audio engine has vanished :D
Juan Linietsky
2017-01-15
1
-2
/
+2
*
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
2
-7
/
+11
*
rename Input.get_mouse_speed() to Input.get_last_mouse_speed()
Juan Linietsky
2017-01-13
1
-2
/
+2
*
Remove bundled glew, obsoleted by glad
Rémi Verschelde
2017-01-06
1
-1
/
+1
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
16
-16
/
+16
*
style: Fix PEP8 blank lines issues in Python files
Rémi Verschelde
2016-11-01
2
-0
/
+7
*
style: Fix PEP8 whitespace issues in Python files
Rémi Verschelde
2016-11-01
2
-22
/
+22
*
style: Start applying PEP8 to Python files, indentation issues
Rémi Verschelde
2016-11-01
2
-56
/
+56
[next]