Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-06 | Rename state 'problem' to problem_list | Timotej Lazar | |
Remove the Language element from the navbar and have "CodeQ" (logo TBD) send user to the language-selection page. | |||
2015-10-05 | Save current program in trace with each 'open' action | Timotej Lazar | |
So we can resynchronize if something goes wrong. | |||
2015-10-05 | Record all user activity in trace | Timotej Lazar | |
New generic actions: open(time), close plan hint(feedback), test(feedback) New Prolog actions: prolog_solve(query), prolog_next, prolog_end New Python actions: python_run(program), python_stop, python_input(text) New robot actions: robot_run(program), robot_stop(program) | |||
2015-10-05 | Remove some stale comments | Timotej Lazar | |
2015-10-05 | Update robot.js to use websockets (WIP) | Timotej Lazar | |
2015-10-05 | Oops, did not want to remove this yet | Timotej Lazar | |
2015-10-05 | Fix editor activity reporting | Timotej Lazar | |
2015-10-05 | Move makeActivityHandler to core.js | Timotej Lazar | |
There were three identical copies for {prolog,python,robot}.js. | |||
2015-10-04 | Adapted to changes in codeq-server: load_problem and end_problem upon ↵ | Aleš Smodiš | |
entering and leaving the problem solving screen. | |||
2015-10-01 | Submit activity when closing problem screen | Timotej Lazar | |
2015-10-01 | Use 'value' option in CM constructor to set initial content | Timotej Lazar | |
2015-09-30 | Add the robot problem screen | Timotej Lazar | |
Mostly a copy of the Python screen, a lot of functionality is missing. |