Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-08 | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | |
2015-03-03 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
Conflicts: modules/gdscript/gd_tokenizer.cpp scene/resources/shader_graph.h | |||
2015-03-03 | merges from okam repo | Juan Linietsky | |
2015-03-02 | Merge pull request #1437 from Hinsbart/fix_win_joy | Juan Linietsky | |
fix get joystick name from registry on some systems | |||
2015-03-02 | support for 2D shadow casters | Juan Linietsky | |
Added support for 2D shadow casters. *DANGER* Shaders in CanvasItem CHANGED, if you are using shader in a CanvasItem and pull this, you will lose them. Shaders now work through a 2D material system similar to 3D. If you don't want to lose the 2D shader code, save the shader as a .shd, then create a material in CanvasItem and re-assign the shader. | |||
2015-02-25 | fix get joystick name from registry on some systems | Hinsbart | |
2015-02-18 | support for light and normal mapping in 2D | Juan Linietsky | |
2015-02-17 | fix for “no viable conversion from 'NSPoint' (aka '_NSPoint') to ↵ | greay | |
'CGPoint'” build error on OS X | |||
2015-02-15 | Renamed EXPERIMENTAL_WM_API to NEW_WM_API | hurikhan | |
2015-02-15 | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | |
2015-02-15 | begin new serialization framework | Juan Linietsky | |
also got rid of STL dependency on triangulator | |||
2015-02-14 | fixes to mouse warp | Juan Linietsky | |
-can warp now from viewport and control, in their respective coordinate systems -warp is now local to the window on Windows and OSX. IF YOU RUN OSX, PLEASE TEST THIS! And make sure it works!, new code is in OS_OSX::warp_mouse_pos. I don't have OSX so i can't test! | |||
2015-02-12 | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | |
2015-02-12 | cleanup + MouseGrab | hurikhan | |
2015-02-12 | fix get_joy_name() on windows | Hinsbart | |
2015-02-10 | add support for CADisplayLink | Rhody Lugo | |
2015-02-09 | Merge pull request #1300 from umxprime/fix/ios-init-crash | Juan Linietsky | |
Fix init crash on iPad 1st gen device with iOS 5.1.1 | |||
2015-02-09 | Merge pull request #1299 from umxprime/fix/isim-sdk-path | Juan Linietsky | |
Fix iOS Simulator SDK path for isim platform. | |||
2015-02-09 | Merge pull request #1259 from laganojunior/feature/fix_modifier_key_unpress | Juan Linietsky | |
Modifiers are unset on events for the modifier key itself | |||
2015-01-27 | Adjust x11/detect.py | sambler | |
Test if clang is defined in CC/CXX/LD - this allows a specific version of clang to be defined move appending -DTYPED_METHOD_BIND to keep clang options together move sanitize option out of use_llvm test, gcc48+ also supports sanitize=address | |||
2015-01-23 | Fix init crash on iPad 1st gen device with iOS 5.1.1 | Maxime CHAPELET | |
2015-01-22 | Fix iOS Simulator SDK path for isim platform. | Maxime CHAPELET | |
2015-01-22 | * fix compilation without scons experimental_wm_api=yes | hurikhan | |
* Extended the demo with an addional MouseGrab Test | |||
2015-01-19 | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | |
2015-01-17 | Fix whitespace on previous commit | Manuel Lagang | |
Choose tabs or spaces, not both! | |||
2015-01-17 | Modifiers are unset on events for the modifier key itself | Manuel Lagang | |
This patch removes modifiers when processing key events for the particular modifier key. For example, previously a Shift keypress would register as a Shift + Shift modifier event. This would cause issues when a modifier key as the action key in the input map, because unpresses of the modifier key don't match as matching inputs for that action. E.g. if Shift is used as an action, the stored action event is Shift + Shift modifier (as indicated in the editor as "Shift + Shift". The unpress event does not have the Shift modifier set, so the event of unpressing Shift + no modifier doesn't match the action which has the modifier set. This patch removes the shift modifier on just pressing the Shift key down, so the action event is registered as just Shift with no modifier (as indicated in the editor as "Shift"), which matches the unpress event. | |||
2015-01-18 | Fix mingw windows build error | marynate | |
2015-01-18 | * multi_screen testing + bugfixes | hurikhan | |
* ALT-TAB is working * tested on Ubuntu 14.10 Unity + LXDE * minor cleanup | |||
2015-01-17 | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | |
2015-01-17 | Merge pull request #1188 from hurikhan/scons_colored | Juan Linietsky | |
Scons colored | |||
2015-01-17 | Merge pull request #1223 from NateWardawg/master | Juan Linietsky | |
1: File path in save dialog automatically appended with correct extension if not manually added by the user. 2: Removed .bin as default extension for Linux exports as it causes problems for common file managers. | |||
2015-01-17 | * cleanup window state handling | hurikhan | |
* first attemps in handling ALT+TABa (WIP) | |||
2015-01-17 | added nvidia optimus enablement | the_mech | |
2015-01-17 | Make it set_minimized() + set_maximized() work in both worlds: Unity and LXDE | hurikhan | |
2015-01-17 | added the following methods: | hurikhan | |
* set_minimized(bool) * bool is_minimized() * set_maximized(bool) * bool is_maximized() | |||
2015-01-16 | fixing the warnings in os_x11.cpp | hurikhan | |
2015-01-15 | Set the default Linux extension to nothing. | Nathan Warden | |
2015-01-15 | WIP -- set_resizable() + is_resizable added | hurikhan | |
2015-01-14 | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | |
Conflicts: platform/x11/detect.py | |||
2015-01-14 | minor cleanup | hurikhan | |
2015-01-14 | get_screen() + set_screen() added | hurikhan | |
2015-01-13 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-01-13 | fixes | Juan Linietsky | |
2015-01-13 | Using Xinerama extension for getting screen info | hurikhan | |
2015-01-13 | get_screen_position() added | hurikhan | |
2015-01-13 | introduced the scons experimental_wm_api switch: | hurikhan | |
================================================ Usage: scons p=x11 experimental_wm_api=yes | |||
2015-01-13 | -try fixing LLVM color diagnostic on osx | hurikhan | |
2015-01-12 | osx support for llvm coloring added | hurikhan | |
2015-01-12 | SCons: colored compilation | hurikhan | |
2015-01-12 | Merge branch 'master' into x11-window-management | hurikhan | |