December 2013 Commit Log

Number of Commits:
76
Number of Active Developers:
3
taylorb 2013-12-14 09:29 Rev.: 536

load and save now put into menus to make sure they can be seen on any screen size

30 lines of code changed in 1 file:

taylorb 2013-12-13 17:31 Rev.: 521

final implementation!!!

2 lines of code changed in 2 files:

taylorb 2013-12-13 15:23 Rev.: 495

fixed error in heading(it was trying to convert degrees to degrees) and turtle now drawn on top of the trail

3 lines of code changed in 2 files:

taylorb 2013-12-13 13:26 Rev.: 483

changing linewidth works as intended now

30 lines of code changed in 4 files:

taylorb 2013-12-13 12:57 Rev.: 477

now catches errors in loaded files( i had forgotten about those!)

17 lines of code changed in 1 file:

taylorb 2013-12-13 12:33 Rev.: 471

did some refactoring. Also, repeat can now be chained with a sum command

49 lines of code changed in 22 files:

taylorb 2013-12-13 11:04 Rev.: 456

trailProperties now works as intended, when user changes line color/ type only the lines drawn after that point have the changes!

84 lines of code changed in 4 files:

hardye 2013-12-12 23:40 Rev.: 445

added the class trail properties to separate out the line width, color, and dashed

110 lines of code changed in 3 files:

odells 2013-12-12 23:29 Rev.: 443

Added alias for CLEARSCREEN

2 lines of code changed in 1 file:

taylorb 2013-12-12 16:30 Rev.: 403

turtle now draws line correctly after clean command

8 lines of code changed in 1 file:

taylorb 2013-12-12 16:25 Rev.: 401

clean should work now

0 lines of code changed in 1 file:

taylorb 2013-12-12 15:47 Rev.: 393

ok so there was a slight error in right an left. Transisitioning from degrees and radians caused the degree to be off by a progressively larger amounts. heading is now saved in degrees and is handled by right and left, and turtlefield as such. Pen up and pend down are raido buttons and you run subroutines just by typeing the name ( no longer need TO)

62 lines of code changed in 8 files:

odells 2013-12-12 14:16 Rev.: 389

Added stub of CLEARSCREEN instruction as well as parser and token; does what HOME does but still need to figure out how to do "CLEAN" appropriately and at that to this instruction as well. (Final instruction will be a combo of CLEAN and HOME.)

Added Clean and ClearScreen to instructions.prop

102 lines of code changed in 4 files:

odells 2013-12-12 14:07 Rev.: 388

Working on CLEAN ... added Instruction/Parser/Token and made some changes to JTurtle but not quite functional yet

110 lines of code changed in 5 files:

odells 2013-12-12 13:02 Rev.: 385

Got rid of "purple" as a color option and replaced it with cyan; purple was not a valid color choice (returned ColorNull and did not draw)

1 lines of code changed in 1 file:

taylorb 2013-12-12 00:22 Rev.: 374

ok towards works for real this time haha

4 lines of code changed in 1 file:

taylorb 2013-12-11 17:44 Rev.: 351

towards command now implemented

137 lines of code changed in 4 files:

taylorb 2013-12-11 16:24 Rev.: 346

show and hide turtle now implemented and their respective aliases have been added

207 lines of code changed in 9 files:

taylorb 2013-12-11 15:49 Rev.: 345

notEqual now implemented

124 lines of code changed in 4 files:

taylorb 2013-12-11 13:50 Rev.: 343

equals now implemented. will add notEqual later today

135 lines of code changed in 5 files:

taylorb 2013-12-11 13:00 Rev.: 342

back and forward can now be chained with instructions ( sum,difference, etc)

50 lines of code changed in 4 files:

taylorb 2013-12-11 12:25 Rev.: 339

pendown? command now implemented

118 lines of code changed in 9 files:

taylorb 2013-12-11 10:45 Rev.: 328

heading now returns degrees instead of radians

1 lines of code changed in 1 file:

taylorb 2013-12-11 10:38 Rev.: 327

workspace now loads variables assigned in a file

11 lines of code changed in 1 file:

taylorb 2013-12-10 22:54 Rev.: 313

44 lines of code changed in 2 files:

odells 2013-12-10 19:49 Rev.: 305

0 lines of code changed in 1 file:

odells 2013-12-10 12:51 Rev.: 298

Added HEADING

101 lines of code changed in 5 files:

taylorb 2013-12-10 12:50 Rev.: 297

subroutines now added to menu as they are defined

5 lines of code changed in 1 file:

odells 2013-12-10 12:44 Rev.: 296

added XCOR and YCOR instructions

202 lines of code changed in 7 files:

taylorb 2013-12-10 12:38 Rev.: 295

added subroutine menu

102 lines of code changed in 7 files:

odells 2013-12-10 12:33 Rev.: 294

Added MINUS (returns negative of number)

105 lines of code changed in 5 files:

odells 2013-12-10 12:13 Rev.: 293

Small edits to comments in math operations
Added REMAINDER

111 lines of code changed in 9 files:

odells 2013-12-10 12:00 Rev.: 292

Added PRODUCT and QUOTIENT

220 lines of code changed in 7 files:

hardye 2013-12-09 22:57 Rev.: 290

added dashed and solid properties to the trail

30 lines of code changed in 2 files:

odells 2013-12-09 21:09 Rev.: 289

Minor changes to Difference

0 lines of code changed in 1 file:

odells 2013-12-09 18:33 Rev.: 288

1 lines of code changed in 1 file:

odells 2013-12-09 18:32 Rev.: 287

Added DIFFERENCE instruction

117 lines of code changed in 5 files:

odells 2013-12-09 18:16 Rev.: 286

Prints to screen! -- Courtesy of Brandon but on Sam's log

4 lines of code changed in 1 file:

taylorb 2013-12-09 17:49 Rev.: 285

The output is now displayed in the command window. Defining subroutines now makes a button on the gui window under the menu Subroutines. Language Processor is primed to except input from files.

444 lines of code changed in 22 files:

odells 2013-12-09 17:48 Rev.: 284

1 lines of code changed in 1 file:

hardye 2013-12-09 16:42 Rev.: 283

Choosing a color works!!!! and so do the changing turtle images. Something wrong with the way the GUI displays the panels but will come back to that

79 lines of code changed in 2 files:

odells 2013-12-08 19:56 Rev.: 279

Can now negate numbers/variables

52 lines of code changed in 3 files:

odells 2013-12-08 19:12 Rev.: 278

Changed path of turtle images from src/jturtle/images/harry.gif to src/jturtle.images/harry.gif
This stops there from being an error showing up in the console but the image still doesn't appear in the window???

2 lines of code changed in 1 file:

hardye 2013-12-08 15:55 Rev.: 277

adjusted the gui and fixed the different turtle images

79 lines of code changed in 2 files:

hardye 2013-12-07 22:30 Rev.: 267

the changing the turtle image now works, the GUI layout looks funny still working on that but just wanted to show you what i've done so far

35 lines of code changed in 1 file:

taylorb 2013-12-07 21:52 Rev.: 266

got the division to work

1 lines of code changed in 1 file:

hardye 2013-12-07 21:49 Rev.: 264

Something weird happened with commit but...
Slider that adjusts the width of the turtle's trail and new turtle image

5 lines of code changed in 1 file:

hardye 2013-12-07 21:47 Rev.: 263

Slider that adjusts the width of the turtle's trail and new turtle image

80 lines of code changed in 4 files:

hardye 2013-12-07 16:25 Rev.: 262

Changed the look and feel of the window
Added a drop down menu with different turtle images...currently commented out because breaks the code

154 lines of code changed in 1 file:

taylorb 2013-12-06 22:33 Rev.: 261

penup and pendown are now supported as well as their aliases

141 lines of code changed in 8 files:

odells 2013-12-06 20:13 Rev.: 260

Added Expressions addition, subtraction, multiplication, division (Division is not yet working but all the others are???)

154 lines of code changed in 6 files:

taylorb 2013-12-06 15:35 Rev.: 259

can now write fancy subroutines that contain other mulitline commands, and nested repeats

18 lines of code changed in 1 file:

taylorb 2013-12-06 13:33 Rev.: 253

turtle now draws a line

43 lines of code changed in 2 files:

odells 2013-12-06 13:01 Rev.: 252

Added SUM instruction, parser, token
Added addition parser
SUM doesn't return result to screen yet
Addition not yet functional

145 lines of code changed in 5 files:

taylorb 2013-12-04 22:30 Rev.: 206

now can add more mulitLineCommands(increased extensibility) in a manner similar to adding new instructions.

also the TO command is now supported(i.e. subroutines)

195 lines of code changed in 9 files:

taylorb 2013-12-03 20:31 Rev.: 188

fixed some kinks in the languageProcessor class, works as expected now

11 lines of code changed in 2 files:

taylorb 2013-12-03 20:18 Rev.: 185

language processor can now handle multiline commands( like repeat). There is an issue with fixing mistakes on previous lines though

23 lines of code changed in 3 files:

taylorb 2013-12-03 19:45 Rev.: 182

added aliases to alias.txt (lt,rt,bwd)

4 lines of code changed in 1 file:

taylorb 2013-12-03 19:39 Rev.: 181

system set up for handling aliases, currently only has fwd. Will need to edit Alias.txt to add more(must use = sign)

51 lines of code changed in 3 files:

odells 2013-12-03 14:26 Rev.: 174

Implemented the HOME instruction and added comments to new Tokens

144 lines of code changed in 11 files:

odells 2013-12-03 12:13 Rev.: 171

Implemented SETXY, SETX, and SETY instructions

340 lines of code changed in 11 files:

odells 2013-12-03 08:58 Rev.: 170

Implemented BACK command

103 lines of code changed in 5 files:

odells 2013-12-02 22:39 Rev.: 164

Implemented SETHEADING instruction

104 lines of code changed in 5 files:

odells 2013-12-02 21:54 Rev.: 163

LEFT and RIGHT instructions fully functional

112 lines of code changed in 5 files:

odells 2013-12-02 14:16 Rev.: 143

Added RIGHT command

105 lines of code changed in 6 files:

taylorb 2013-12-02 14:10 Rev.: 140

now accepts lowercase commands

1 lines of code changed in 1 file:

taylorb 2013-12-02 01:34 Rev.: 115

This version has a separate window for the command line, and the enter key executes the command

59 lines of code changed in 2 files:

taylorb 2013-12-01 23:08 Rev.: 113

20 lines of code changed in 3 files:

odells 2013-12-01 23:08 Rev.: 112

Yaaaaay FD works!!!

6 lines of code changed in 3 files:

odells 2013-12-01 22:59 Rev.: 111

46 lines of code changed in 5 files:

hardye 2013-12-01 22:55 Rev.: 110

removed unused imports

1 lines of code changed in 2 files:

odells 2013-12-01 22:52 Rev.: 109

Added FD instruction

58 lines of code changed in 1 file:

odells 2013-12-01 22:48 Rev.: 108

1 lines of code changed in 1 file:

hardye 2013-12-01 22:48 Rev.: 107

Tried to draw the trail.......

22 lines of code changed in 1 file:

hardye 2013-12-01 21:30 Rev.: 96

8 lines of code changed in 1 file:

taylorb 2013-12-01 21:23 Rev.: 95

60 lines of code changed in 4 files:

November 2013 »

Generated by StatSVN 0.7.0