aboutsummaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Style: Fix whole-line commented codeRémi Verschelde2017-01-1440-217/+264
* | | | Fixed dir access return value, changed it to Error like all other funcsJuan Linietsky2017-01-144-8/+8
* | | | UDP.set_send_address to UDP.set_dest_addressJuan Linietsky2017-01-142-2/+2
* | | | rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky2017-01-142-8/+8
* | | | rename Input.get_mouse_speed() to Input.get_last_mouse_speed()Juan Linietsky2017-01-136-12/+12
| |/ / |/| |
* | | Improvements to scons defined WINVER/_WIN32_WINNTFabio Alessandrelli2017-01-122-1/+7
|/ /
* | Added a BACK notification besides QUIT, so they go in separate channels.Juan Linietsky2017-01-114-12/+11
* | Type renames:Juan Linietsky2017-01-112-24/+24
* | Merge pull request #7493 from neikeq/pr-mingw-bitsRémi Verschelde2017-01-101-1/+1
|\ \
| * | Detect bits when building with MinGWIgnacio Etcheverry2017-01-101-1/+1
| |/
* | OSX: Revert back to kHIDUsage_GD_JoystickRémi Verschelde2017-01-091-2/+2
* | More fixes to Joypad renaming.Andreas Haas2017-01-084-32/+30
* | Rename "joypad_linux" class to "JoypadLinux"Andreas Haas2017-01-084-26/+25
* | Finish replacement of joystick by joypadRémi Verschelde2017-01-0814-14/+16
* | renamed joystick to joypad everywhere around source code!Juan Linietsky2017-01-0821-290/+290
* | Windows: Define _WIN32_WINRT to 0x0600 (Vista)Rémi Verschelde2017-01-085-5/+6
* | x11: Improve logic for cross-dependencies between freetype, zlib and libpngRémi Verschelde2017-01-081-2/+13
* | Added missing readers writers lock to windows, should compile and run again..Juan Linietsky2017-01-081-0/+2
* | fixes compilation in windows?Juan Linietsky2017-01-081-14/+2
* | Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-078-55/+55
* | Remove bundled glew, obsoleted by gladRémi Verschelde2017-01-062-4/+1
* | Move glad files to thirdparty dirRémi Verschelde2017-01-063-8/+3
* | -Changed memory functions, Memory::alloc_static*, simplified them, made them ...Juan Linietsky2017-01-061-4/+0
* | Editor settings categories are now tidy and beautiful!Juan Linietsky2017-01-052-49/+49
* | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2017-01-054-25/+28
|\ \
| * | Enabled code that requests an OpenGL 3 context.BastiaanOlij2017-01-051-8/+2
| * | First set of changes to fix compilation errors and initialise the gles3 rende...BastiaanOlij2017-01-044-17/+26
* | | -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-0514-39/+41
|/ /
* | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-0221-46/+46
* | Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-0217-74/+115
|\ \
| * | now it really works on window for realreduz2016-12-251-1/+2
| * | fixed a horrible bug on Windows AMD, scenes saved until now in this branchreduz2016-12-241-1/+1
| * | Some BRDF fixesJuan Linietsky2016-12-211-1/+1
| * | Godot works on Windows again..reduz2016-12-215-21/+26
| * | Migrated from GLES to GLAD, fixes many issues.Juan Linietsky2016-11-223-5/+23
| * | PBR more or less working, still working on bringing gizmos backJuan Linietsky2016-10-272-18/+18
| * | 2D Shaders are working again using the new syntax, though all is buggy in gen...Juan Linietsky2016-10-101-0/+9
| * | Begining of GLES3 renderer:Juan Linietsky2016-10-0314-33/+41
* | | Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde2017-01-026-45/+40
|\ \ \
| * | | IP_Address now handle IPv4 and IPv6 transparentlyFabio Alessandrelli2016-12-092-9/+11
| * | | Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli2016-12-094-5/+5
| * | | Move V6ONLY flag selection inside helpersFabio Alessandrelli2016-12-092-16/+0
| * | | Automatically map IPv4 address to IPv6 when neededFabio Alessandrelli2016-12-092-3/+3
| * | | Use an instance variable for ip_type in raw socketsFabio Alessandrelli2016-12-096-18/+22
| * | | Properly handle tcp connection failureFabio Alessandrelli2016-12-091-1/+6
| | |/ | |/|
* | | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-01183-183/+183
* | | fix for crash when no ALSA or Pulse installed on linuxGustav Lund2016-12-122-0/+7
|/ /
* | Merge pull request #7219 from eska014/separate-asmjsRémi Verschelde2016-12-022-0/+6
|\ \
| * | Emit asm.js code into a dedicated file for asm.js exporteska2016-11-302-0/+6
* | | Merge pull request #7217 from eska014/js-osRémi Verschelde2016-12-023-97/+227
|\ \ \ | |/ / |/| |