godot/core/os
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
..
copymem.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
dir_access.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
dir_access.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
file_access.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
file_access.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
input.cpp Input: bind parse_input_event() 2017-03-19 09:20:44 +01:00
input.h Implement warped mouse panning for 2D & 3D editors 2017-03-22 21:36:52 +01:00
input_event.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
input_event.h Input: Refactor JOY_* constants. 2017-03-24 18:04:36 +01:00
keyboard.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
keyboard.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
main_loop.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
main_loop.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
memory.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
memory.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
mutex.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
mutex.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
os.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
os.h added dlscript module 2017-04-03 17:20:11 +02:00
power.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
rw_lock.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
rw_lock.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.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
semaphore.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
shell.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
shell.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
thread.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
thread.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
thread_dummy.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
thread_dummy.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
thread_safe.cpp A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00
thread_safe.h A Whole New World (clang-format edition) 2017-03-05 16:44:50 +01:00