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
*
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-03-01
1
-3
/
+5
|
\
|
*
Rename `scancode` to `keycode`.
bruvzg
2020-02-25
1
-3
/
+5
*
|
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
2
-10
/
+3
|
/
*
Remove incomplete battery status/power API
Rémi Verschelde
2020-02-14
2
-19
/
+0
*
Remove obsolete GLES3 backend
Rémi Verschelde
2020-02-13
2
-7
/
+5
*
Image: Include S3TC compression via Squish in non-tools build
Rémi Verschelde
2020-01-13
1
-1
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
16
-32
/
+32
*
iOS modular build and export implementation.
bruvzg
2019-12-01
2
-6
/
+0
*
Remove libwebsocket. No longer used, yay!
Fabio Alessandrelli
2019-07-04
1
-2
/
+2
*
SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines
Rémi Verschelde
2019-07-03
1
-4
/
+3
*
Png driver reworked to use libpng 1.6 simplified API
Ibrahn Sahir
2019-06-19
1
-1
/
+1
*
Adding a new Camera Server implementation to Godot.
BastiaanOlij
2019-06-15
2
-0
/
+6
*
added a const keyword for a methods that return constant literal...
hbina085
2019-05-21
2
-2
/
+2
*
SCons: Always use env.Prepend for CPPPATH
Rémi Verschelde
2019-04-30
1
-2
/
+2
*
SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGS
Rémi Verschelde
2019-04-24
1
-1
/
+1
*
Add Input::get_current_cursor_shape
Guilherme Felipe
2019-04-15
2
-0
/
+5
*
Remove ContextGL since as an abstraction it's unused.
Sebastian Hartte
2019-04-06
1
-12
/
+10
*
Use mix rate and output latency constants in audio drivers
Rémi Verschelde
2019-04-06
1
-2
/
+2
*
-Remove harcoded opengl extension testing from OS, ask rasterizer instead.
Juan Linietsky
2019-02-26
1
-1
/
+1
*
Don't use -ffast-math or other unsafe math optimizations
Hein-Pieter van Braam
2019-01-09
1
-2
/
+2
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
16
-32
/
+32
*
Fix init of VisualServerRaster
Rémi Verschelde
2018-11-01
1
-4
/
+2
*
Fix initialization of visual server in all platforms
George Marques
2018-11-01
1
-8
/
+7
*
Remove redundant "== true" code
Aaron Franke
2018-10-06
1
-1
/
+1
*
Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-...
Rémi Verschelde
2018-10-02
1
-3
/
+3
*
SCons: Remove avoidable defines from main env's CPPPATH
Rémi Verschelde
2018-10-01
2
-3
/
+3
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
3
-3
/
+3
*
Rebase patches for fixing haiku build.
Adrien Destugues
2018-08-11
12
-214
/
+176
*
Fix some more build issues after c69de2ba4
Rémi Verschelde
2018-07-20
2
-0
/
+8
*
-Project/Editor settings now use new inspector
Juan Linietsky
2018-07-19
1
-1
/
+1
*
Optimize images losslessly using `oxipng -o6 --strip all --zopfli`
Hugo Locurcio
2018-06-28
1
-0
/
+0
*
Tweak some help texts in the build system
Hugo Locurcio
2018-06-07
1
-1
/
+1
*
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
|
\
[next]