aboutsummaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | Fix X11 Editor Boot Splashmasoud bh2015-09-171-0/+6
| |/ / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #2602 from sanikoyes/Pr-REUSE_ADDR_WIN32Juan Linietsky2015-10-171-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pr-REUSE_ADDR_WIN32
| * | | | | | | | | | | | | | | | | | | | | | | | REUSE_ADDR under windows platformsanikoyes2015-10-131-0/+7
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* / | | | | | | | | | | | | | | | | | | | | | | Added specific get_locale to OSX platformDidier Vandekerckhove2015-10-162-0/+7
|/ / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default unix get_locale didn’t work. OS X requires a specific one.
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-10-1341-6982/+7509
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: platform/windows/detect.py
| * | | | | | | | | | | | | | | | | | | | | | | newline fixesreduz2015-10-0818-6601/+6601
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Add support for Opus audio formatGeorge Marques2015-10-024-0/+18
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | -Added ability to use cubic interpolation on image resize (little more ↵Juan Linietsky2015-10-011-376/+376
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | quality on non-po2 resizing) -Added ability for exporter to shrink images to non-integer values. Helps if you want to convert your game artwork from 1080->720 or similar
| * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #2548 from romulox-x/iCloudpunto-2015-09-287-0/+462
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial iCloud implementation
| | * | | | | | | | | | | | | | | | | | | | | | | improved iCloud build option descriptionsteve2015-09-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Initial iCloud implementation, supporting key value pairssteve2015-09-277-0/+462
| | |/ / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | Hide stderr when trying to detect mingw binaries on posixRémi Verschelde2015-09-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Rename voice_set_volume argument to p_volume to avoid confusionRémi Verschelde2015-09-262-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This argument is indeed expected to be a volume on a linear scale (not dB), typically from 0.0 to 1.0, though it can go higher than 1.0.
| * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-09-2413-39/+152
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Added ability to set custom mouse cursors. Not hardware accelerated yet.Juan Linietsky2015-09-2412-4/+50
| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Fixed theora playback. Removed theoraplayer.Juan Linietsky2015-09-265-6/+1
| |/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still need to get proper audio output latency in some platforms.
* | | | | | | | | | | | | | | | | | | | | | | | Properly implement OS.alert() from script, and use xmessage on X11Juan Linietsky2015-09-212-1/+11
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Ability to visually debug geometry visually:Juan Linietsky2015-09-204-22/+22
| |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Visible 2D and 3D Shapes, Polygons, Tile collisions, etc. -Visible Navmesh and Navpoly -Visible collision contacts for 2D and 3D as a red point -Customizable colors in project settings
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-09-121-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #2461 from romulox-x/iphoneSplashJuan Linietsky2015-09-121-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed iOS splash screen
| | * | | | | | | | | | | | | | | | | | | | | | | ios now displays splash screen between launch image and main scene, instead ↵steve2015-09-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of a black screen
* | | | | | | | | | | | | | | | | | | | | | | | | HTML5 exporter seems to be fully functionalJuan Linietsky2015-09-124-10/+99
|/ / / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -user:// filesystem implemented -default template page could look prettier, help appreciated
* | | | | | | | | | | | | | | | | | | | | | | | fix to builtin freetype defines on linuxJuan Linietsky2015-09-101-0/+6
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | fix to freetype detectionJuan Linietsky2015-09-101-2/+5
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-09-102-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | disabling theora for now (will be re-written, re-enabled later)Juan Linietsky2015-09-102-0/+2
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | remotion of some c++ includes to avoid dependency on libstdc++Juan Linietsky2015-09-101-4/+7
|/ / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-09-102-5/+8
|\| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | ios build with osxcrosspunto-2015-09-092-5/+8
| | |_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* / | | | | | | | | | | | | | | | | | | | | HTML5 exporter ImprovementsJuan Linietsky2015-09-108-18/+1032
|/ / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Better template handling -Voice support -Stream support
* | | | | | | | | | | | | | | | | | | | | merged some stuff for okamJuan Linietsky2015-09-0316-35/+126
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | new editor settings customization of where to run the game from the editorJuan Linietsky2015-08-303-4/+16
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | -fixes to capture modeJuan Linietsky2015-08-292-2/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -ability to drag spinboxes and tree ranges to change values, like in Unity or Unreal
* | | | | | | | | | | | | | | | | | | | | fix build issue with ssl, closes #2384Juan Linietsky2015-08-231-0/+1
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | damn github built-in editorJuan Linietsky2015-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | fix for built-in ssl (easier to build 32 bits export)Juan Linietsky2015-08-211-1/+2
| |_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #2302 from antonyjones67/AndroidTemplateCompileWindowsJuan Linietsky2015-08-081-1/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compile bug for Android template on Windows.
| * | | | | | | | | | | | | | | | | | | | Fixes compile bug for Android template on Windows.PeaceSells2015-07-241-1/+41
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Add OS.get_system_time_msecMaximillian2015-08-062-1/+8
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | -Merged the file server with the live editing and remote debugJuan Linietsky2015-08-064-23/+28
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -It is now really easy to deploy an android build with debug, and debug it
* | | | | | | | | | | | | | | | | | | | Use tabs instead of spaces.Jari Ronkainen2015-07-231-1/+1
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Fix audio driver setup if the first driver fails.Jari Ronkainen2015-07-231-0/+1
|/ / / / / / / / / / / / / / / / / / /
* | | | / / / / / / / / / / / / / / / fixed ios compilation errorromulox_x2015-07-011-1/+1
| |_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | -some changes by okamJuan Linietsky2015-06-301-0/+23
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Several performance improvements, mainly in loading and instancing scenes ↵Juan Linietsky2015-06-291-4/+4
| |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and resources. A general speedup should be apparent, with even more peformance increase when compiling optimized. WARNING: Tested and it seems to work, but if something breaks, please report.
* | | | | | | | | | | | | | | | | Fixed compilation error on MacOS X.James McLean2015-06-221-1/+3
| |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | some optimizations in godot memory handlingJuan Linietsky2015-06-121-2/+2
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | draw button focus before text and iconJuan Linietsky2015-06-081-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #2047
* | | | | | | | | | | | | | | | Complete fix for windows compilabilityest312015-06-072-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks @volzhs for testing :)
* | | | | | | | | | | | | | | | Fix windows compilabilityest312015-06-074-24/+14
| | | | | | | | | | | | | | | |