December 2013 Commit Log

Number of Commits:
57
Number of Active Developers:
4
mforrestel 2013-12-13 16:15 Rev.: 509

0 lines of code changed in 1 file:

mforrestel 2013-12-13 16:14 Rev.: 508

FINAL added to Alias.dat

9 lines of code changed in 2 files:

mforrestel 2013-12-13 16:04 Rev.: 503

FINAL

173 lines of code changed in 52 files:

dfisher 2013-12-13 16:01 Rev.: 502

Centered the Turtle

2 lines of code changed in 1 file:

morgana 2013-12-13 15:58 Rev.: 501

fixed writing to file

18 lines of code changed in 1 file:

jgoergen 2013-12-13 15:19 Rev.: 494

We can toggle the dashboard view on and off now using radio buttons!

74 lines of code changed in 8 files:

mforrestel 2013-12-13 14:29 Rev.: 488

27 lines of code changed in 1 file:

mforrestel 2013-12-13 14:11 Rev.: 485

10 lines of code changed in 1 file:

jgoergen 2013-12-13 12:55 Rev.: 476

TurtleField almost runs Show Turtle Stats/ Hide Turtle Stats

109 lines of code changed in 1 file:

morgana 2013-12-13 12:42 Rev.: 472

changed ALIASLISTS to ALIASMAP

9 lines of code changed in 1 file:

dfisher 2013-12-13 12:32 Rev.: 470

Undo/Redo should work. You can only undo/redo the last command though.

57 lines of code changed in 2 files:

mforrestel 2013-12-13 12:23 Rev.: 469

changed all ExpressionParsers to InstructionParsers and Expressions to GrammarElements
Deleted ExpressionParser class

110 lines of code changed in 27 files:

mforrestel 2013-12-13 12:22 Rev.: 468

changed all constructor that were previously Expression to GrammarElemnt and .value(c) to .evaluate(c) and had to cast some newly changed GrammarElements to (double) when using .evaluate(c)

101 lines of code changed in 13 files:

morgana 2013-12-13 12:17 Rev.: 467

allowed user to select file to write to and where to put it

26 lines of code changed in 1 file:

dfisher 2013-12-13 11:20 Rev.: 465

Changed Heading so it returns degrees

1 lines of code changed in 1 file:

mforrestel 2013-12-13 11:20

41 lines of code changed in 3 files:

dfisher 2013-12-13 11:16 Rev.: 461

Added TOWARDS to alias and instructions

4 lines of code changed in 2 files:

morgana 2013-12-13 11:09

towards

75 lines of code changed in 2 files:

morgana 2013-12-13 11:09 Rev.: 458

36 lines of code changed in 1 file:

dfisher 2013-12-13 11:08 Rev.: 457

Last of the basic commands (SETXY, HEADING, XCOR, YCOR). They all work, but when you do SETXY you get an afterwards for some reason.

377 lines of code changed in 14 files:

mforrestel 2013-12-13 10:19 Rev.: 455

error popup box package

16 lines of code changed in 1 file:

jgoergen 2013-12-13 05:11 Rev.: 454

WE CAN CHANGE THE BACKGROUND IMAGE NOW WOOOOOOOOO!!!!!!!

101 lines of code changed in 5 files:

jgoergen 2013-12-13 00:34 Rev.: 448

Can change the Turtle image!!!!

348 lines of code changed in 13 files:

mforrestel 2013-12-13 00:09 Rev.: 446

2 lines of code changed in 2 files:

morgana 2013-12-12 23:23 Rev.: 440

added ability to write to file

36 lines of code changed in 1 file:

mforrestel 2013-12-12 22:25

894 lines of code changed in 37 files:

mforrestel 2013-12-12 22:25 Rev.: 431

Less than

56 lines of code changed in 1 file:

morgana 2013-12-12 16:19 Rev.: 398

fixed clean and clear screen to take effect immediately.

2 lines of code changed in 1 file:

mforrestel 2013-12-12 16:14 Rev.: 397

2 lines of code changed in 1 file:

morgana 2013-12-12 16:11 Rev.: 396

Added Clean and Clearscreen

204 lines of code changed in 9 files:

jgoergen 2013-12-12 14:53 Rev.: 391

I added the file input functionality, using the FileHandler class in slogo. It reads a file from the user's computer and parses it the same way batch input is parsed.

61 lines of code changed in 4 files:

jgoergen 2013-12-12 14:07 Rev.: 387

I changed the GUI a bit so that we can type in more than one command at a time. Next I will add a button to allow the user to upload a file to read in, a button to let the user change the background, a button to let the user change the turtle image, and a button to allow the user to turn data on/off, and buttons to let the user undo/redo.

51 lines of code changed in 4 files:

mforrestel 2013-12-11 21:05

282 lines of code changed in 26 files:

mforrestel 2013-12-11 21:00

82 lines of code changed in 11 files:

mforrestel 2013-12-11 20:08 Rev.: 356

8 lines of code changed in 1 file:

mforrestel 2013-12-11 19:56 Rev.: 355

29 lines of code changed in 1 file:

mforrestel 2013-12-11 19:50 Rev.: 354

5 lines of code changed in 1 file:

mforrestel 2013-12-11 19:18 Rev.: 352

Commit with errors

1 lines of code changed in 1 file:

mforrestel 2013-12-11 16:37


100 lines of code changed in 2 files:

mforrestel 2013-12-11 16:36 Rev.: 347

34 lines of code changed in 1 file:

mforrestel 2013-12-11 10:12 Rev.: 325

0 lines of code changed in 3 files:

mforrestel 2013-12-11 10:11


50 lines of code changed in 2 files:

mforrestel 2013-12-11 10:10 Rev.: 322

68 lines of code changed in 1 file:

jgoergen 2013-12-11 09:27 Rev.: 320

I created the ShowTurtle and HideTurtle commands, and also added some supporting methods to the JTurtle class, including hideImage and showImage to set the visibility of the polygon or image representing the turtle.

180 lines of code changed in 14 files:

morgana 2013-12-10 19:19 Rev.: 299

Made the turtle draw a line - creates array of points and draws every time move is called

46 lines of code changed in 1 file:

mforrestel 2013-12-06 13:34 Rev.: 254

92 lines of code changed in 1 file:

jgoergen 2013-12-06 12:14 Rev.: 249

The AliasConverter is finally complete! It works for all our new commands and is super extensible for future commands we will be adding soon!

55 lines of code changed in 8 files:

mforrestel 2013-12-06 11:45 Rev.: 248

10 lines of code changed in 1 file:

jgoergen 2013-12-06 11:21 Rev.: 246

Created the AliasConverter class that will allow our code to adhere to the Open-Closed Principle. It will allow us to add more instructions and aliases without actually editing the AliasConverter code itself. We will just need to add a few words to the file "alias.dat" to add alias and instruction options!

65 lines of code changed in 2 files:

dfisher 2013-12-05 20:30 Rev.: 218

Changed left and right so they do what they are supposed to (turn left or right x degrees).

8 lines of code changed in 2 files:

dfisher 2013-12-05 20:15 Rev.: 217

Adds HOME, SETX, and SETY commands, which should be working

299 lines of code changed in 10 files:

morgana 2013-12-05 19:30 Rev.: 214

Fixed Context issues (hopefully)

21 lines of code changed in 7 files:

mforrestel 2013-12-05 16:24 Rev.: 213

Removed strict instruction list initialization and the return statement

2 lines of code changed in 1 file:

dfisher 2013-12-03 20:22 Rev.: 186

127 lines of code changed in 7 files:

jgoergen 2013-12-02 14:19

1 lines of code changed in 3 files:

mforrestel 2013-12-02 13:51 Rev.: 139

Everything we did together before break

200 lines of code changed in 8 files:

jgoergen 2013-12-02 11:42 Rev.: 132

Works with fd, FD, Fd, and FORWARD now.

9 lines of code changed in 1 file:

November 2013 »

Generated by StatSVN 0.7.0