Jan
|
9108add01d
|
Fix XModelSurfs being entirely loaded in temp block by adding the feature to specify a block for a struct to be able to make xmodelsurfs being loaded in normal block
|
2020-09-09 11:47:09 +02:00 |
|
Jan
|
bdb0958c16
|
ZoneCodeGenerator: Add possibility to define custom actions that should be performed after loading a certain Structure
|
2020-01-03 17:25:10 +01:00 |
|
Jan
|
c995a12001
|
ZoneCodeGenerator: Fix aligning wrong when custom aligning is set in size calculation
|
2020-01-03 17:23:57 +01:00 |
|
Jan
|
86790d1486
|
ZoneCodeGenerator: Fix not respecting when in an operation the second operand should be calculated first but the precedence is the same
|
2019-12-24 17:19:49 +01:00 |
|
Jan
|
33ec343460
|
ZoneCodeGenerator: Add possibility to specify a custom array count to signalize how many entries of a static array should be loaded
|
2019-12-24 12:41:27 +01:00 |
|
Jan
|
62ac2e8aae
|
ZoneCodeGenerator: Replace OperandDynamics static array indices with Evaluations
|
2019-12-23 23:46:04 +01:00 |
|
Jan
|
f3c9e6053f
|
ZoneCodeGenerator: Fix not finalizing DataTypes of typedefs when calculating sizes
|
2019-12-21 12:04:35 +01:00 |
|
Jan
|
be17ae6a48
|
ZoneCodeGenerator: Make pointer counts be able to differ by array index
|
2019-12-18 15:30:47 +01:00 |
|
Jan
|
0f349e24c3
|
ZoneCodeGenerator: Improve toString debug output for memberinformation
|
2019-12-07 13:38:57 +01:00 |
|
Jan
|
9253ac14fa
|
ZoneCodeGenerator: Make unions work with conditions and only load one union member at a time consistently
|
2019-12-06 16:33:05 +01:00 |
|
Jan
|
f4a2639e30
|
ZoneCodeGenerator: Make members have a block they are being loaded into instead of structures
|
2019-12-06 16:31:20 +01:00 |
|
Jan
|
27f92e6c33
|
ZoneCodeGenerator: Add Computations class for StructureInformation including IsUsed to check whether a structure has at least 1 usage
|
2019-11-21 21:46:03 +01:00 |
|
Jan
|
b0780ca565
|
ZoneCodeGenerator: Add a preprocessor extracting a member chain to get the name of the asset in the template
|
2019-11-21 01:44:04 +01:00 |
|
Jan
|
5f0f73838f
|
ZoneCodeGenerator: Make static operands able to have the value of an enum entry
|
2019-11-21 01:29:24 +01:00 |
|
Jan
|
b15ce90fbb
|
ZoneCodeGenerator: Add reusable statement for commands to be able to tell the generator that a member can be a fastfile offset and not nessecarly a following pointer
|
2019-11-15 14:47:45 +01:00 |
|
Jan
|
f80d661c1b
|
ZoneCodeGenerator: Add helper methods to Operation for the template engine to know whether parenthesis are required or not
|
2019-11-14 14:59:21 +01:00 |
|
Jan
|
8c303d394d
|
ZoneCodeGenerator: Add all used membertypes to a list in context
|
2019-11-14 14:58:50 +01:00 |
|
Jan
|
63722e220d
|
ZoneCodeGenerator: Move computed conditions to sub class for MemberInformation since the template engine does not support computations and there will be a decent amount probably. So they are now moved to a different class to not cludder the main class too much
|
2019-11-14 14:57:21 +01:00 |
|
Jan
|
b59ca3b261
|
ZoneCodeGenerator: Save whether a structure is anonymous and therefore a name has been generated or not.
|
2019-11-14 14:54:36 +01:00 |
|
Jan
|
f777c049c6
|
ZoneCodeGenerator: Add postprocessor to inspect whether a structure is a leaf (No complex tasks for loading/writing required, like pointers, strings, scriptstrings)
|
2019-11-14 14:53:12 +01:00 |
|
Jan
|
ef8a040db4
|
ZoneCodeGenerator: Add toString methods for Domain objects for better readability when debugging
|
2019-11-14 14:50:53 +01:00 |
|
Jan
|
73424c9bc1
|
ZoneCodeGenerator: Add tests for reordering, scriptstring, string
|
2019-11-10 22:14:01 +01:00 |
|
Jan
|
6ca7f18f9f
|
ZoneCodeGenerator: Add arraysize test to explicitly override the size of an array with a dynamic one
|
2019-11-10 18:07:28 +01:00 |
|
Jan
|
f2cc95ee32
|
ZoneCodeGenerator: Make use of the parsed tokens in TestCount and TestCondition
|
2019-11-10 18:04:00 +01:00 |
|
Jan
|
2bcb776bbf
|
ZoneCodeGenerator: Add toString methods for operands and operations for debugging purposes
|
2019-11-08 03:00:43 +01:00 |
|
Jan
|
f71ae1bcf5
|
ZoneCodeGenerator: Remove the const keyword from typename but instead save whether a reference is cosnt in the typedeclaration
|
2019-11-01 01:46:40 +01:00 |
|
Jan
|
799d3cbce7
|
ZoneCodeGenerator: Change block Statement to get the number of fastfileblock from the enum entry instead of manually specifying it
|
2019-10-30 15:01:45 +01:00 |
|
Jan
|
49883bfce3
|
ZoneCodeGenerator: Add bitwise and, or, xor operations
|
2019-10-27 01:45:34 +02:00 |
|
Jan
|
785e2c9bfb
|
ZoneCodeGenerator: Add Evaluation as basis for specifying conditions and counts
|
2019-10-02 15:47:24 +02:00 |
|
Jan
|
0d8432d4f7
|
Import code from previous AssetBuilder version
|
2019-09-24 10:45:09 +02:00 |
|