oziphantom

Results 58 comments of oziphantom

that is just checking of lara is able to jump and then it sets the goal anim state to be forwardjump. This then tells the animation engine I want to...

we need to expand the vertex format to have 3 UV params. When loading a quad we would need to calc the UV offset scalers for each of them, and...

of cause it does... Then combine this with duck typing python that suddenly when you make a bytearray insists upon 0-255 perhaps a getUByte/getUWord/getUInt/getUShort/... could be added to the python...

The original will have a EFIGS + J support anyway. It would need a custom text page from the J version, but I would expect the EFIGS characters to be...

so basically the assembler always inserts DP opcodes unless you tell it otherwise?

I think in a way "to make it better" is make 16 bit the default. Then in the linker if it detects that the address is

so the linker must already be doing something along those lines anyway. Other wise how does it know for lda (MyLabel),y that MyLabel needs to be 8bits and throw an...

its for the linker to work out what the addressing mode of the byte it has is and what the opcode type is. So for example you can easily determine...

No the linker doesn't assemble. I was thinking it would know that it needs to put a Label in stream at X. To which it could inspect the opcode before...

I wasn't say because I code like this, this will work, I was using it as evidence for my hypothesis which I was asking you to confirm.. but it doesn't...