godot/drivers/unix
Karroffel fd55308786 added dlscript module
This module was written by bojidar-bg and me, with the help of ClikCode and touilleMan.

This adds a module to Godot that enables the use of dynamic libraries as a source for scripts.
That also allows third party libraries to be linked to Godot more easily and without creating modules.

For a readme see https://github.com/GodotNativeTools/godot_headers/blob/master/README.md
2017-04-03 17:20:11 +02:00
..
dir_access_unix.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
dir_access_unix.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
file_access_unix.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
file_access_unix.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
ip_unix.cpp Fix build issue with MSVC 2017-03-06 09:11:03 +01:00
ip_unix.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
mutex_posix.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
mutex_posix.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
os_unix.cpp increased maximum number of scripting languages 2017-04-03 16:10:26 +02:00
os_unix.h added dlscript module 2017-04-03 17:20:11 +02:00
packet_peer_udp_posix.cpp Allow non blocking UDP put_packet in C++. 2017-03-24 02:30:11 +01:00
packet_peer_udp_posix.h Allow non blocking UDP put_packet in C++. 2017-03-24 02:30:11 +01:00
rw_lock_posix.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
rw_lock_posix.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
semaphore_posix.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
semaphore_posix.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
socket_helpers.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
stream_peer_tcp_posix.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
stream_peer_tcp_posix.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
tcp_server_posix.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
tcp_server_posix.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
thread_posix.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
thread_posix.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00