index
:
clonk/TodsStuff/dist/System.c4g
master
[no description]
maxmitti
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
#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 d...
Markus Mittendrein
2019-08-01
1
-66
/
+0
*
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 er...
Markus Mittendrein
2019-07-29
3
-2
/
+52
*
DTCallback: Handle plain string callbacks in CallA as fast callbacks in the c...
Markus Mittendrein
2018-03-18
1
-1
/
+1
*
DTCallback: Enable fast callbacks also if refs == [] (needed to enable fast c...
Markus Mittendrein
2018-03-18
1
-2
/
+2
*
DTCallback: Change order of fast and target parameter for Object/DefinitionCa...
Markus Mittendrein
2018-03-18
2
-2
/
+29
*
DTFindObject: Fix
Markus Mittendrein
2018-03-18
1
-19
/
+18
*
Update to newest version
Markus Mittendrein
2018-03-18
9
-140
/
+645
*
Initial
Markus Mittendrein
2017-01-05
21
-0
/
+3262