alexey.lysiuk
|
7bd281ddc9
|
Added zero initialization of implicit dynamic array items
https://forum.zdoom.org/viewtopic.php?t=60111
|
2018-04-05 12:22:41 +03:00 |
|
Christoph Oelckers
|
19cf887ad1
|
- fixed: Dynamic arrays for object pointers need different treatment than arrays for regular pointers, because they require GC::WriteBarrier to be called.
|
2018-01-19 19:49:42 +01:00 |
|
Christoph Oelckers
|
1712667ce2
|
Merge branch 'master' of https://github.com/coelckers/gzdoom
|
2017-04-13 02:18:16 +02:00 |
|
Christoph Oelckers
|
6599e2c425
|
- moved the VM types into their own file and only include it where really needed.
|
2017-04-13 01:12:04 +02:00 |
|
alexey.lysiuk
|
20a9f17a15
|
Fixed handling of count parameter's default value in Array.Delete()
https://mantis.zdoom.org/view.php?id=571
|
2017-04-12 17:40:17 +03:00 |
|
Christoph Oelckers
|
5a81a4ca16
|
- moved a few things around to have them into better fitting places.
|
2017-02-08 12:24:08 +01:00 |
|