aboutsummaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Haiku: implement some more window-related methodsKostadin Damyanov2015-06-232-1/+49
| * | | | | | Haiku: add support for mouse wheelKostadin Damyanov2015-06-212-0/+35
| * | | | | | Haiku: add some screen and window-related methodsKostadin Damyanov2015-06-212-1/+56
| * | | | | | Haiku: implemet get_widow_size() get/set_window_position()Kostadin Damyanov2015-06-202-1/+14
| * | | | | | Haiku: cleanup, add TODOsKostadin Damyanov2015-06-201-13/+5
| * | | | | | Haiku: handle the quit request messageKostadin Damyanov2015-06-203-19/+18
| * | | | | | Merge remote-tracking branch 'upstream/master'Kostadin Damyanov2015-06-1823-49/+359
| |\ \ \ \ \ \
| * | | | | | | Haiku: implement get_mouse_pos() and get_mouse_button_state()Kostadin Damyanov2015-06-183-11/+17
| * | | | | | | Haiku: read the status of the key modifiers and mouse buttonsKostadin Damyanov2015-06-172-22/+51
| * | | | | | | Haiku: handle mouse movement and click eventsKostadin Damyanov2015-06-168-103/+227
| * | | | | | | Haiku: create a GL context and initialize the audio and physics serversKostadin Damyanov2015-06-1112-8/+385
| * | | | | | | Haiku: start implementing the os-dependant stuffKostadin Damyanov2015-05-302-13/+17
| * | | | | | | Haiku: fix build, link with libGL and libGLEWKostadin Damyanov2015-05-293-3/+9
| * | | | | | | Haiku: enable building with GLESKostadin Damyanov2015-05-284-11/+49
| * | | | | | | Haiku: enable debug supportKostadin Damyanov2015-05-282-1/+14
| * | | | | | | Haiku: some small fixesKostadin Damyanov2015-05-252-1/+5
| * | | | | | | Haiku: link with the haiku libs, stub the OS_Haiku class.Kostadin Damyanov2015-05-253-2/+79
| * | | | | | | Haiku: fix building with UNIX_ENABLED.Kostadin Damyanov2015-05-252-2/+9
| * | | | | | | Haiku: Initial support.Kostadin Damyanov2015-05-247-0/+114
* | | | | | | | Merge pull request #2479 from firefly2442/cppcheck-unusedvarsJuan Linietsky2015-10-173-4/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | ran cppcheck, found unused variablesfirefly24422015-09-163-4/+2
* | | | | | | | | Merge pull request #2474 from masoudbh3/android-armeabi-v7aJuan Linietsky2015-10-173-113/+57
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | android remove "gen" folder from git.masoud bh2015-09-162-79/+0
| * | | | | | | | | Fix android build scriptmasoud bh2015-09-161-34/+57
| |/ / / / / / / /
* | | | | | | | | Merge pull request #2485 from masoudbh3/fix-x11-editor-boot-splashJuan Linietsky2015-10-171-0/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | 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
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | REUSE_ADDR under windows platformsanikoyes2015-10-131-0/+7
| | |_|_|_|_|_|/ / | |/| | | | | | |
* / | | | | | | | Added specific get_locale to OSX platformDidier Vandekerckhove2015-10-162-0/+7
|/ / / / / / / /
* | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-10-1341-6982/+7509
|\ \ \ \ \ \ \ \
| * | | | | | | | 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 qualit...Juan Linietsky2015-10-011-376/+376
| * | | | | | | | Merge pull request #2548 from romulox-x/iCloudpunto-2015-09-287-0/+462
| |\ \ \ \ \ \ \ \
| | * | | | | | | | 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
| * | | | | | | | 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
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | 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
| |/ / / / / / / |/| | | | | | |
* | | | | | | | 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
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ios now displays splash screen between launch image and main scene, instead o...steve2015-09-101-0/+2
* | | | | | | | | | HTML5 exporter seems to be fully functionalJuan Linietsky2015-09-124-10/+99
|/ / / / / / / / /
* | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |