virtualx-engine/modules
Hein-Pieter van Braam 3e5743ca36 Allow preload to accept a const string.
In preload() parsing this code will lookup the identifier in the local
constant database. If the identifier corresponds to a string constant
it is used as the path for preload().

Currently this does not work for global constants, only constants
declared in the same class as the preload is happening. We can implement
a full fix too. Maybe we can use this PR to discuss the possibilities.

This (partially) fixes #6798
2017-02-16 14:29:18 +01:00
..
cscript renamed joystick to joypad everywhere around source code! 2017-01-08 17:06:33 -03:00
dds Style: Fix whole-line commented code 2017-01-14 14:52:23 +01:00
enet Rename the _MD macro to D_METHOD 2017-02-13 12:50:02 +01:00
etc1 Several bugfixes, improving the import workflow 2017-02-06 00:38:39 -03:00
freetype Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
gdscript Allow preload to accept a const string. 2017-02-16 14:29:18 +01:00
gridmap Rename the _MD macro to D_METHOD 2017-02-13 12:50:02 +01:00
jpg Memory pool vectors (DVector) have been enormously simplified in code, and renamed to PoolVector 2017-01-07 18:26:38 -03:00
ogg Oops! Audio engine has vanished :D 2017-01-15 16:07:51 -03:00
openssl removed duplicated functions in class hierarchy that were bound more than once 2017-01-14 11:10:42 -03:00
opus Oops! Audio engine has vanished :D 2017-01-15 16:07:51 -03:00
pbm rename String.extension() -> String.get_extension() / String.basename() -> String.get_basename() 2017-01-14 00:51:09 -03:00
pvr Style: Various fixes to play nice with clang-format 2017-01-16 08:49:52 +01:00
regex Rename the _MD macro to D_METHOD 2017-02-13 12:50:02 +01:00
squish Several bugfixes, improving the import workflow 2017-02-06 00:38:39 -03:00
stb_vorbis Rename the _MD macro to D_METHOD 2017-02-13 12:50:02 +01:00
theora Style: No break before list brace 2017-01-16 08:48:24 +01:00
visual_script Rename the _MD macro to D_METHOD 2017-02-13 12:50:02 +01:00
vorbis Style: Various fixes to play nice with clang-format 2017-01-16 08:49:52 +01:00
webm Oops! Audio engine has vanished :D 2017-01-15 16:07:51 -03:00
webp Memory pool vectors (DVector) have been enormously simplified in code, and renamed to PoolVector 2017-01-07 18:26:38 -03:00
register_module_types.h Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00