| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | DTContents: Update to #strict 3 | Markus Mittendrein | 2022-04-13 | 1 | -2/+2 |
| | | |||||
| * | Update DTArrays to #strict 3 | Markus Mittendrein | 2022-03-16 | 1 | -8/+4 |
| | | |||||
| * | Cleanup DTTransform and remove wrong 3D stuff | Markus Mittendrein | 2022-02-20 | 1 | -96/+83 |
| | | |||||
| * | More #strict 3 fixes | Markus Mittendrein | 2022-02-20 | 1 | -22/+22 |
| | | |||||
| * | #strict 3 fixes | Markus Mittendrein | 2022-02-19 | 2 | -7/+8 |
| | | |||||
| * | DTScopedVars: Add missing CheckScopedVar branch for MapVar() | Markus Mittendrein | 2022-02-13 | 1 | -0/+8 |
| | | |||||
| * | #strict 3 DTCallback | Markus Mittendrein | 2022-02-13 | 1 | -8/+19 |
| | | |||||
| * | #strict 3 fixes | Markus Mittendrein | 2020-09-10 | 1 | -2/+3 |
| | | |||||
| * | Delete DTMenuCompatiblity as the new Map based menu interface is completely ↵ | Markus Mittendrein | 2019-08-01 | 1 | -66/+0 |
| | | | | | different | ||||
| * | DTUtility: Add recursive option to Extend | Markus Mittendrein | 2019-08-01 | 1 | -3/+20 |
| | | |||||
| * | Preprocessor fix; Luckily only affects a comment here | Markus Mittendrein | 2019-07-30 | 1 | -1/+1 |
| | | |||||
| * | DTScopedVars: Add MapVar | Markus Mittendrein | 2019-07-30 | 1 | -0/+7 |
| | | |||||
| * | DTUtility: Add Extend, InitMap and Serialize-implementation for maps | Markus Mittendrein | 2019-07-30 | 1 | -1/+59 |
| | | |||||
| * | Change FormatN to use a map instead of two arrays to specify what to fill in | Markus Mittendrein | 2019-07-30 | 1 | -26/+11 |
| | | |||||
| * | Replace arr[GetLength(arr)] with arr[] | Markus Mittendrein | 2019-07-29 | 7 | -29/+26 |
| | | |||||
| * | Use string[i] instead of GetChar(string, i) where appropriate | Markus Mittendrein | 2019-07-29 | 3 | -27/+25 |
| | | |||||
| * | Use operators .. and ..= instead of Format where appropriate | Markus Mittendrein | 2019-07-29 | 5 | -30/+30 |
| | | |||||
| * | Replace ArrayAppend(arr, value) with arr[] = value | Markus Mittendrein | 2019-07-29 | 5 | -18/+19 |
| | | |||||
| * | Use PrivateCall for fast object callbacks to circumvent access restriction ↵ | Markus Mittendrein | 2019-07-29 | 3 | -2/+52 |
| | | | | | | | | | 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 Mittendrein | 2018-03-18 | 1 | -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 Mittendrein | 2018-03-18 | 1 | -2/+2 |
| | | | | | callbacks inside BindCallback) | ||||
| * | DTCallback: Change order of fast and target parameter for ↵ | Markus Mittendrein | 2018-03-18 | 2 | -2/+29 |
| | | | | | | | Object/DefinitionCallback Use DTCallbackCompatibility for backwards compatibility | ||||
| * | DTFindObject: Fix | Markus Mittendrein | 2018-03-18 | 1 | -19/+18 |
| | | |||||
| * | Update to newest version | Markus Mittendrein | 2018-03-18 | 9 | -140/+645 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Initial | Markus Mittendrein | 2017-01-05 | 21 | -0/+3262 |
