Changes between Version 7 and Version 9 of Ticket #3708


Ignore:
Timestamp:
Jul 11, 2016, 10:17:28 AM (8 years ago)
Author:
Itms
Comment:

I fixed some little things (the debug build now runs without issues), the current state of the work is here: https://github.com/na-Itms/0ad/tree/sm38

I'm taking a look at the TODOs from the latest commit. After that I'll squash my work into SVN patches. In the meantime the work is ready for some reviewing!

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3708

    • Property Keywords rfc added; wip review removed
    • Property Milestone Alpha 20Alpha 21
  • Ticket #3708 – Description

    v7 v9  
    44The debug api was removed and `JS_SetFunctionCallback` which could have been used for our needs was also removed in SM37 (hinting at both the JS Debugger and the tracelogger).
    55Given the high number of changes needed and for easier testing/reviewing the code is in the sm38 branch of my github repo.
    6 https://github.com/leper/0ad/tree/sm38 (Note that this will be rebased (both on top of 0ad/0ad and interactively).)
     6https://github.com/na-Itms/0ad/tree/sm38 (Note that this will be rebased (both on top of 0ad/0ad and interactively).)