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
/
x11
Commit message (
Expand
)
Author
Age
Files
Lines
*
optional formal changes
ehriche
2015-05-06
1
-2
/
+2
*
-some cleanups
Juan Linietsky
2015-04-30
1
-1
/
+5
*
-Changed Godot exit to be clean.
Juan Linietsky
2015-04-20
3
-1
/
+12
*
Updated copyright year in all headers
Juan Linietsky
2015-04-18
8
-8
/
+8
*
improved save path error messages for scene, textures and audio, fixes #1514
Juan Linietsky
2015-04-12
1
-0
/
+1
*
Modified OSX11 to try alternative audio drivers if pulseaudio does not work o...
Juan Linietsky
2015-04-12
1
-1
/
+14
*
New API: build fixes for x11
rollenrolm
2015-03-23
2
-6
/
+7
*
Merge pull request #1542 from jotson/wmclass
Juan Linietsky
2015-03-22
1
-3
/
+2
|
\
|
*
Reverted change to classHint
John Watson
2015-03-22
1
-3
/
+2
*
|
fixes to new window management API
Juan Linietsky
2015-03-22
2
-29
/
+30
|
/
*
fix introduced bug
hurikhan
2015-03-08
1
-1
/
+1
*
Renamed EXPERIMENTAL_WM_API to NEW_WM_API
hurikhan
2015-02-15
3
-11
/
+11
*
Merge remote-tracking branch 'upstream/master' into x11-window-management
hurikhan
2015-02-15
1
-1
/
+5
|
\
|
*
fixes to mouse warp
Juan Linietsky
2015-02-14
1
-1
/
+5
*
|
Merge remote-tracking branch 'upstream/master' into x11-window-management
hurikhan
2015-02-12
1
-17
/
+11
|
\
|
|
*
Adjust x11/detect.py
sambler
2015-01-27
1
-17
/
+11
*
|
cleanup + MouseGrab
hurikhan
2015-02-12
2
-48
/
+34
*
|
* fix compilation without scons experimental_wm_api=yes
hurikhan
2015-01-22
1
-5
/
+5
*
|
* multi_screen testing + bugfixes
hurikhan
2015-01-18
2
-25
/
+33
*
|
Merge remote-tracking branch 'upstream/master' into x11-window-management
hurikhan
2015-01-17
2
-1
/
+4
|
\
|
|
*
Merge pull request #1188 from hurikhan/scons_colored
Juan Linietsky
2015-01-17
1
-0
/
+3
|
|
\
|
|
*
SCons: colored compilation
hurikhan
2015-01-12
1
-0
/
+3
|
*
|
Set the default Linux extension to nothing.
Nathan Warden
2015-01-15
1
-1
/
+1
*
|
|
* cleanup window state handling
hurikhan
2015-01-17
1
-32
/
+30
*
|
|
Make it set_minimized() + set_maximized() work in both worlds: Unity and LXDE
hurikhan
2015-01-17
1
-4
/
+22
*
|
|
added the following methods:
hurikhan
2015-01-17
2
-6
/
+135
*
|
|
fixing the warnings in os_x11.cpp
hurikhan
2015-01-16
1
-12
/
+12
*
|
|
WIP -- set_resizable() + is_resizable added
hurikhan
2015-01-15
2
-15
/
+51
*
|
|
Merge remote-tracking branch 'upstream/master' into x11-window-management
hurikhan
2015-01-14
1
-6
/
+8
|
\
|
|
|
*
|
Merge branch 'master' of https://github.com/okamstudio/godot
Juan Linietsky
2015-01-13
3
-7
/
+6
|
|
\
|
|
*
|
fixes
Juan Linietsky
2015-01-13
1
-6
/
+8
*
|
|
minor cleanup
hurikhan
2015-01-14
2
-12
/
+18
*
|
|
get_screen() + set_screen() added
hurikhan
2015-01-14
2
-18
/
+60
*
|
|
Using Xinerama extension for getting screen info
hurikhan
2015-01-13
2
-14
/
+34
*
|
|
get_screen_position() added
hurikhan
2015-01-13
2
-0
/
+13
*
|
|
introduced the scons experimental_wm_api switch:
hurikhan
2015-01-13
3
-2
/
+41
*
|
|
get_screen_size() added
hurikhan
2015-01-11
2
-0
/
+9
*
|
|
get_screen_count() added
hurikhan
2015-01-11
2
-0
/
+8
*
|
|
get_window_size() + set_window_size() added
hurikhan
2015-01-11
2
-1
/
+19
*
|
|
get_window_position() + set_window_position() added
hurikhan
2015-01-11
2
-30
/
+58
*
|
|
Merge branch 'master' into x11-fullscreen
hurikhan
2015-01-11
3
-7
/
+6
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
2D Rewrite Step [1]
Juan Linietsky
2015-01-10
3
-7
/
+6
|
|
/
*
|
First attempt of restoring the window at the old position
hurikhan
2015-01-11
1
-11
/
+29
*
|
Make fullscreen-switching is working with LXDE/Openbox
hurikhan
2015-01-10
2
-48
/
+46
*
|
API change to set_fullscreen(enabled,screen)
hurikhan
2015-01-10
2
-5
/
+5
*
|
Make GDScript-Function ( bool OS.is_fullscreen() ) work
hurikhan
2015-01-10
1
-0
/
+1
*
|
x11-fullscreen support through GDScript( OS.set_fullscreen(bool) )
hurikhan
2015-01-10
2
-0
/
+52
|
/
*
-ability to set default textures in shader (needed for visual shader editing)
Juan Linietsky
2014-12-21
1
-4
/
+4
*
Implemented PulseAudio backend and fixed audio driver selection on X11
Alexander Stillich
2014-12-19
3
-1
/
+33
*
-Ability to ask for documents/pictures/etc system dirs.
Juan Linietsky
2014-12-02
2
-1
/
+69
[next]