Kroc Camen
Kroc Camen
Note that Elite-A also implements scaled damage according to relative size; you shouldn't be able to just ram any ship to death.
Some suggestions: * Render the explosion into a sprite? (limits size) * Separate the explosion from the regular dust, and transform it in 2D only; I.e. the dust particles do...
Mac PPC folks will also be thankful!
Would you consider porting back to the PSX if you could add improvements over the original, such as analogue controller support, better framerate / graphics etc. You could also integrate...
Not an option for 6502s; as all zero-page opcodes are changed to slower, larger 16-bit opcodes! My program goes from 1'545 bytes to 1'670 bytes and costs 2-3 more cycles...
Also related: #282; This may be somewhat solvable with better heuristics that can determine the instances where 8/16-bit operands are certain?
I like that very much! "ENUMID" is a good directive name. Have a look at Golang's `iota`; it allows you to specify an expression automatically applied to each step.
Suggestion: For consistency with define's export attribute, you should require the same for enumid
You can't stop and start an enum!
This would be critical in a situation where the order of data determines the indices; e.g. imagine the music in a game. Each chunk of sound data will have an...