aboutsummaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
...
* | having active items is pointless in input mapJuan Linietsky2016-01-031-1/+11
| |
* | send axis events only once per frame on linuxhondres2016-01-032-1/+13
| |
* | make num_buttons local, no need to keep in joystick structhondres2016-01-022-8/+9
| |
* | Update copyright to 2016 in headersGeorge Marques2016-01-01135-135/+135
| |
* | -Fix parsing of comments in VariantParser, fixes #3175Juan Linietsky2015-12-312-1/+31
| |
* | Remove bogus argument in sample_get_descriptionRémi Verschelde2015-12-282-2/+2
|/ | | | Copy-paste mistake from the setter most likely.
* Fix joystick hotplugging on windows, using right indices nowHondres2015-12-261-8/+16
|
* removed -ffast-math on ios, compiler bug?Ariel Manzur2015-12-231-7/+7
|
* threadsAriel Manzur2015-12-221-1/+1
|
* Merge pull request #3113 from Hinsbart/joy_fixJuan Linietsky2015-12-225-12/+18
|\ | | | | Check pkg-config for libudev and enable gamepad code only if found.
| * Check pkg-config for libudev and enable gamepad code only if found. Linux ↵hondres2015-12-215-12/+18
| | | | | | | | only for now
* | missing?Ariel Manzur2015-12-221-0/+7
|/
* -fixed build system to use pkg-config for evdevJuan Linietsky2015-12-212-3/+8
|
* windows resource version thingAriel Manzur2015-12-201-2/+2
|
* this failed on mingw on linux (but not on msvc) with 2 problems:Ariel Manzur2015-12-201-3/+3
| | | | | | | | | | | | | | | 1) it didn't print the error to the console, only this: build_res_file(["platform/windows/godot_res.windows.tools.32.o"], ["platform/windows/godot_res.rc"]) scons: *** [platform/windows/godot_res.windows.tools.32.o] Error 1 I had to print the actual command and run it on a console to see the error. The builder should be able to print the command it's running and the error, like it does with compiler invocations, etc. 2) The actual error was a syntax error on line 11 of godot_res.rc. I looked up "FILEVERSION" and "PRODUCTVERSION" (here https://msdn.microsoft.com/en-us/library/windows/desktop/aa381058(v=vs.85).aspx), it says they take 4 numbers as parameters, so I added those 0s, but I'm not sure if they're in the right order. @masoudbh3 can you check it out? thanks It builds on msvc just fine with (and without) these changes.
* Merge pull request #3101 from Hinsbart/remapping-newpunto-2015-12-2012-518/+1194
|\ | | | | Better gamepad support
| * Use tabs instead of spaces for new gamepad codehondres2015-12-184-666/+666
| |
| * Better gamepad supporthondres2015-12-1812-518/+1194
| |
* | thread rename for ios and osx (if called from the thread to be renamed)Ariel Manzur2015-12-182-0/+3
|/
* no need to revert this actuallyAriel Manzur2015-12-141-2/+2
|
* Merge branch 'master' of https://github.com/godotengine/godotsantiagopf2015-12-142-0/+10
|\
| * added binary API to StreamPeer, fixes #2863Juan Linietsky2015-12-132-0/+10
| |
* | utf stuff on osxsantiagopf2015-12-134-2/+451
| |
* | reverted mouse stuffsantiagopf2015-12-131-1/+3
|/ | | | t Please enter the commit message for your changes. Lines starting
* isimsantiagopf2015-12-121-5/+10
|
* added rotation and scale support to gui controlsJuan Linietsky2015-12-121-1/+1
|
* -added windowed mode with -w, fixes #3020Juan Linietsky2015-12-123-4/+4
| | | | -changed default windowed resolution to 1280x720
* Merge pull request #590 from marynate/PR-fix-ios-release-eventpunto-2015-12-111-2/+2
|\ | | | | Fixed ios release event not been dispatched when app entering background
| * Fixed ios release event not been dispatched when app entering background ↵marynate2014-07-131-2/+2
| | | | | | | | (only first touch been registered in mouse_list)
* | changed a bit to use system()Juan Linietsky2015-12-081-1/+1
| |
* | improve detection of linux, fixes #3201Juan Linietsky2015-12-081-1/+1
| |
* | Merge pull request #2849 from a12n/compobsd2Juan Linietsky2015-12-083-5/+9
|\ \ | | | | | | Compile on OpenBSD
| * | Disable X11 joystick functions also for OpenBSDAnton Yabchinskiy2015-11-201-2/+2
| | |
| * | Include string.h for memset() on OpenBSDAnton Yabchinskiy2015-11-201-0/+1
| | |
| * | Include stdlib.h for alloca() on OpenBSDAnton Yabchinskiy2015-11-201-1/+1
| | |
| * | Enable ALSA only for LinuxAnton Yabchinskiy2015-11-201-2/+5
| | |
* | | Merge pull request #2956 from est31/add_system_wide_export_pathJuan Linietsky2015-12-084-39/+54
|\ \ \ | | | | | | | | Add way to look for templates at system wide level too
| * | | Add way to look for templates at system wide level tooest312015-11-304-39/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Useful for everybody wanting to package godot. Fixes #1026. -> Retain the old behaviour: path in error msg only when exporting. -> User templates override system templates
* | | | some fixesJuan Linietsky2015-12-061-1/+0
| | | | | | | | | | | | | | | | | | | | -fix compilation on tres/tscn on MSVC -fixed theora playback performance, closes #3004
* | | | -several fixes to Android to work better on Tegra 3/4 devices, uses 16 bits ↵Juan Linietsky2015-12-026-4/+23
| | | | | | | | | | | | | | | | FBOs so all 2D shader effects should now work in every single Android device.
* | | | Merge pull request #2963 from akien-mga/pr-opus-arm-optRémi Verschelde2015-12-011-1/+2
|\ \ \ \ | |/ / / |/| | | Enable opus ARM optimisations only on ARM
| * | | Enable opus ARM optimisations only on ARMRémi Verschelde2015-12-011-1/+2
| | | | | | | | | | | | | | | | i.e. do not enable it for x86. Fixes #2962.
* | | | Enabled debug symbols for x11 when using platform=release_debug and ↵koalefant2015-11-291-0/+2
| | | | | | | | | | | | | | | | debug_release=yes together
* | | | Replace hardcoded references to Okam Studio by Godot EngineRémi Verschelde2015-11-272-2/+2
| | | | | | | | | | | | | | | | | | | | Since the engine development is now independent. Fixes #2836.
* | | | 0theora compilation fixesJuan Linietsky2015-11-254-1/+6
|/ / /
* | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-11-241-2/+21
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: main/main.cpp
| * | | tegra 3 fixmikica1986vee2015-11-211-2/+21
| |/ /
* / / -work in progress resourceparser and .tscn parser. Still non-functionalJuan Linietsky2015-11-241-5/+5
|/ / | | | | | | | | -fixed theora so it can compile theoralib but not theora -fixed generation of windows icon in .rc, which didn't previously work in 32 bits
* | compile fixesJuan Linietsky2015-11-191-1/+1
| |
* | Revert "libao audio driver"Juan Linietsky2015-11-194-22/+7
| |