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
/
server
Commit message (
Expand
)
Author
Age
Files
Lines
*
iOS modular build and export implementation.
bruvzg
2019-12-01
2
-5
/
+0
*
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-12
1
-3
/
+0
*
Added Thread Sanitizer
qarmin
2019-08-07
1
-1
/
+6
*
CameraServer is needed for editor node
Cameron Reikes
2019-07-16
2
-0
/
+5
*
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
/
+4
*
Png driver reworked to use libpng 1.6 simplified API
Ibrahn Sahir
2019-06-19
1
-1
/
+1
*
bullet: Sync with current upstream master branch
Rémi Verschelde
2019-06-11
1
-3
/
+3
*
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
-3
/
+5
*
Add Input::get_current_cursor_shape
Guilherme Felipe
2019-04-15
2
-9
/
+0
*
Remove unused imports
Hendrikto
2019-04-06
1
-2
/
+0
*
SCons: add `methods.using_clang` to check used compiler
Rémi Verschelde
2019-04-05
1
-1
/
+0
*
SCons: Fix python3 compat for builtin_bullet=no
Rémi Verschelde
2019-04-03
1
-1
/
+1
*
Update the server platform's `detect.py` to match x11's
Hugo Locurcio
2019-03-05
1
-4
/
+70
*
Drop RtAudio driver on Windows
Rémi Verschelde
2019-02-20
1
-1
/
+0
*
Platform: Ensure classes match their header filename
Rémi Verschelde
2019-02-12
3
-4
/
+4
*
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
4
-8
/
+8
*
Fix missing/malformed license headers
Rémi Verschelde
2019-01-01
2
-0
/
+2
*
Added basic support for custom resource savers and loaders
Marc Gilleron
2018-12-15
2
-3
/
+4
*
Allow the server platform to build on linux again.
Ibrahn Sahir
2018-10-30
1
-1
/
+1
*
Server platform works on OS X too
Marcelo Fernandez
2018-10-29
5
-4
/
+46
*
Remove redundant "== true" code
Aaron Franke
2018-10-06
1
-1
/
+1
*
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-09-28
1
-2
/
+0
*
Server platform builds (dummy) mobile_vr module.
Fabio Alessandrelli
2018-09-25
1
-3
/
+1
*
SCons: Fix checks for clang in env['CXX']
Rémi Verschelde
2018-09-25
1
-1
/
+1
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+1
*
Fix some more build issues after c69de2ba4
Rémi Verschelde
2018-07-20
1
-4
/
+1
*
Fix build issues and typos after c69de2ba4
Rémi Verschelde
2018-07-20
2
-4
/
+15
*
Optimize images losslessly using `oxipng -o6 --strip all --zopfli`
Hugo Locurcio
2018-06-28
1
-0
/
+0
*
SCons: Allow unbundling libwebsockets and miniupnpc
Rémi Verschelde
2018-06-07
1
-3
/
+15
*
Dummy texture importer
Gustav Lund
2018-05-09
2
-0
/
+9
*
SCons: Fix linking system pcre2 on server platform
Rémi Verschelde
2018-03-04
1
-0
/
+5
*
Fix server build on FreeBSD
Fabio Alessandrelli
2018-03-01
2
-1
/
+13
*
server: Add support for statically linking libgcc and libstdc++
Rémi Verschelde
2018-02-22
1
-0
/
+5
*
Add dummy audio driver, fix dummy rasterizer
K. S. Ernest (iFire) Lee
2018-02-15
1
-2
/
+3
*
Fixes to OS_Server and DummyRasterizer to match new signatures
Fabio Alessandrelli
2018-02-15
3
-2
/
+13
*
server platform now compiles and run on linux.
Fabio Alessandrelli
2018-02-15
4
-47
/
+147
*
Deleting OpenSSL module and library
Fabio Alessandrelli
2018-02-14
1
-3
/
+0
*
Bullet: allow unbundling only if > 2.87
Rémi Verschelde
2018-01-26
1
-3
/
+3
*
SCons: Allow unbundling bullet on Linux (only 2.87+)
Rémi Verschelde
2018-01-13
1
-0
/
+10
*
SCons: Fix usage of LD when we meant LINK
Rémi Verschelde
2018-01-05
1
-1
/
+1
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
4
-0
/
+4
*
Fix macOS and other builds after #15299
Duy-Nguyen TA
2018-01-04
1
-1
/
+2
*
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
/
+4
|
\
|
*
Add implementation for custom hardware cursor
Guilherme Silva
2017-12-17
2
-0
/
+4
*
|
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
4
-8
/
+8
|
/
[next]