summaryrefslogtreecommitdiffstats
path: root/DTCallback.c
Commit message (Collapse)AuthorAgeFilesLines
* #strict 3 DTCallbackMarkus Mittendrein2022-02-131-8/+19
|
* Use operators .. and ..= instead of Format where appropriateMarkus Mittendrein2019-07-291-3/+3
|
* Use PrivateCall for fast object callbacks to circumvent access restriction ↵Markus Mittendrein2019-07-291-1/+4
| | | | | | | | errors Fix error in DTCallback when DTScopedVars is not present Update DTMenuCompatibility Add SetPlrExtraDataIntArray to DTUtility
* DTCallback: Handle plain string callbacks in CallA as fast callbacks in the ↵Markus Mittendrein2018-03-181-1/+1
| | | | | | current object context This yields similar behaviour to the engine intern Call and thus to the overloaded Call
* DTCallback: Enable fast callbacks also if refs == [] (needed to enable fast ↵Markus Mittendrein2018-03-181-2/+2
| | | | callbacks inside BindCallback)
* DTCallback: Change order of fast and target parameter for ↵Markus Mittendrein2018-03-181-2/+2
| | | | | | Object/DefinitionCallback Use DTCallbackCompatibility for backwards compatibility
* Update to newest versionMarkus Mittendrein2018-03-181-23/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | DTCallback: Add fast callbacks (only Object/DefinitionCallback() is possible) and restructure CallA() for hopefully better performance DTCallback: Fix all custom calls to allow overriding in Definition- and Object-context DTFilterObjects: new addition DTMenuCompatibility: add Menu_Entry compatibility version due to the new Menu_Entry-API DTObjectSerializing: small progress, still WIP DTPlayers: Fix constant enum definitions (thanks to the preprocessor's precalculator) DTQuickSort: Add custom callback args DTScopedVars: Fix all custom calls to allow overriding in Definition- and Object-context DTScopedVars: CustomScopedVar-implementations must now return another less custom ScopedVar instead of a reference (due to _inherited()) DTTransform: disable MirrorZ DTTransform: fix Matrix3x3Multiply and thus PreTransform DTTransform: fix whitespace DTTransform: update comments DTUTility: Fix indentation and whitespace DTUtility: Add GetShape, InRect and GetPlayerByID DTCallback, DTObjectSerializing: Rely on the preprocessor's precalculator
* InitialMarkus Mittendrein2017-01-051-0/+324