summaryrefslogtreecommitdiffstats
path: root/src/core/error_macros.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand preambles to RedotSpartan3222024-10-311-2/+4
|
* Update to load function pointers for GDExtension interfaceDavid Snopek2023-05-091-4/+4
|
* Update error macros to match coreMikael Hermansson2023-01-221-31/+26
|
* Sync license copyright with upstream GH-70885Rémi Verschelde2023-01-101-29/+29
|
* Rename GDNative to GDExtensionGilles Roudière2022-12-121-8/+8
| | | | | | | | | | | | | Non-exhaustive list of case-sensitive renames: GDExtension -> GDNative GDNATIVE -> GDEXTENSION gdextension -> gdnative ExtensionExtension -> Extension (for where there was GDNativeExtension) EXTENSION_EXTENSION -> EXTENSION (for where there was GDNATIVE_EXTENSION) gdnlib -> gdextension gdn_interface -> gde_interface gdni -> gde_interface
* Update copyright yearRémi Verschelde2022-03-151-2/+2
|
* Add ERR_ macros variants using `String` messages.bruvzg2022-02-171-0/+34
|
* Rename interface to gdn_interface because it's a defined keyword under windowsBastiaan Olij2021-10-281-2/+2
|
* _err_print_error only output p_message so swapped parameters aroundBastiaan Olij2021-09-271-1/+1
|
* Replace bindgins to work with extensionsGeorge Marques2021-09-271-0/+57