f37ad33
(HEAD -> master)
Hey look, a typo. by
2013-03-02 23:52:43 -0500
f03613f
Sprial pattern for Conway4 default. by
2013-01-21 21:28:15 -0500
2f8ea8d
Better setup() for Conway4; fix funky markdown in readme; safety. by
2013-01-21 21:15:37 -0500
0805e35
Readme. by
2013-01-21 15:32:20 -0500
43bd89d
Add some method documentation. by
2013-01-21 15:03:45 -0500
caba616
What's the point of these? by
2013-01-21 02:09:43 -0500
493985b
Update build.xml. by
2013-01-21 02:04:59 -0500
a2f40ce
Make compilation with javac possible. by
2013-01-21 02:00:02 -0500
fceb832
Fix some widths/heights. by
2013-01-21 01:51:24 -0500
5fbcbb1
Move the setup code for each rule to their respective files. by
2013-01-21 01:30:26 -0500
4ab26e5
Drawing patches should make more sense now. by
2013-01-21 01:18:20 -0500
38091d3
Dekker's algorithm so randomize()/clear() don't clash with run(). by
2013-01-20 23:08:35 -0500
e016120
Why are the buttons bold? by
2013-01-20 22:06:35 -0500
4956415
Reset Golfish. by
2013-01-19 19:53:16 -0500
c4dfaeb
Slightly improved times for getting patch neighbors. by
2013-01-19 19:24:18 -0500
92baf11
Made Brian's Brain MUCH more efficient. by
2013-01-19 18:45:47 -0500
d50dbb4
Don't fill new grids unless we need it. by
2013-01-18 22:38:21 -0500
8dd74bb
Get rid of a useless check that doesn't check the right things anyways. by
2013-01-18 21:56:04 -0500
d1a501f
I had the line commented by accident. OOPS. by
2013-01-18 21:41:24 -0500
ecd30d5
One line change, make rendering far more efficient. by
2013-01-18 21:39:33 -0500
1fe3afa
Patches stay when changing algorithms by
2013-01-18 18:48:33 -0500
a27f325
Let's try Arial. by
2013-01-18 18:29:31 -0500
5edfc2c
Redundancy is redundant. by
2013-01-18 16:56:55 -0500
c9fb50a
Changed mouse handling, menu bar width by
2013-01-18 16:51:23 -0500
0b21556
Go draw some blue lines in Brian's Brain. Right mouse button. by
2013-01-18 03:21:57 -0500
45006aa
Better mouse handling by
2013-01-18 03:03:32 -0500
da3daef
Merge branch 'master' of github.com:earwig/goldfish by
2013-01-17 23:02:09 -0500
e800be6
Now you can toggle the state, and it isn't spazzy! by
2013-01-17 23:01:38 -0500
36b0731
rm unused attribute by
2013-01-17 22:58:32 -0500
7d451df
General cleanup for consistency. by
2013-01-17 19:01:40 -0500
c1598b6
Title holds algorithm. by
2013-01-17 18:23:04 -0500
03b94d7
Cool gun is cool. by
2013-01-17 17:39:36 -0500
d8e487e
Menu bar was wider than image by
2013-01-17 17:02:32 -0500
b606aa1
Fix getWidth()/getHeight(), so non-square grids work. by
2013-01-17 10:10:29 -0500
a23aee7
Remove unnecessary menu by
2013-01-17 10:05:20 -0500
e28462b
Tabs -> Spaces by
2013-01-17 09:56:01 -0500
b4b645a
Slider by
2013-01-17 05:38:19 -0500
52c640d
Removed ItemListener, added Random button by
2013-01-17 04:05:52 -0500
c6fba23
Better pause/reset/clear buttons. by
2013-01-17 03:49:46 -0500
a35a45f
PRETTY COLORS. :D by
2013-01-16 23:08:21 -0500
0bc0510
Selecting rules from the menu should work now. by
2013-01-16 19:04:31 -0500
a63355c
Faster clearing/updating of pixels by
2013-01-16 17:21:04 -0500
8da67bb
Placeholder menu, working pause button. by
2013-01-16 17:04:16 -0500
4bc4696
Soft tabs, line feed. by
2013-01-16 15:39:13 -0500
63ca5e5
Removing old label thing for patches by
2013-01-16 10:10:54 -0500
842052e
Remove old threading code by
2013-01-16 10:04:09 -0500
f03f4e0
Some improved mouse handling code. by
2013-01-16 09:46:58 -0500
07b8b96
I heard you like gliders. by
2013-01-16 03:50:28 -0500
42a9dab
Drawing works now. by
2013-01-16 03:04:44 -0500
7b8338d
No scaling if width, height are greater than 256 by
2013-01-15 20:01:05 -0500
361b560
Use System.currentTimeMillis() by
2013-01-15 19:35:17 -0500
5d356c3
A couple adjustments. by
2013-01-15 19:33:33 -0500
03424ec
Sleep code by
2013-01-15 19:20:12 -0500
69e2979
Cleanup by
2013-01-15 19:04:15 -0500
e4b441e
Setup code should only be executed once. Make run() a loop. by
2013-01-15 18:53:09 -0500
b3ec51b
Automatic scaling in Render by
2013-01-15 18:46:59 -0500
b98001b
Oh look it works by
2013-01-15 17:43:35 -0500
02021b3
LifeWithoutDeath implementation and test by
2013-01-15 11:04:38 -0500
8311ba5
Added Brian's Brain implementation, and run it in Goldfish by
2013-01-15 10:50:26 -0500
783d52b
Patch.toString() now works better with more than 2 states by
2013-01-15 10:49:43 -0500
fff9117
updated the threaded part of conway, in case we decide to use it by
2013-01-15 10:32:41 -0500
b974a50
Remove printing from Conway by
2013-01-15 10:29:25 -0500
0f3a74d
Conway4 needed to change for the new patch.clone() by
2013-01-15 10:08:33 -0500
0ba7554
Merge branch 'master' of github.com:earwig/goldfish by
2013-01-15 10:07:08 -0500
6010ad0
Better patch.toString(), no threading, test by
2013-01-15 10:06:47 -0500
fcdb30a
Patch.clone() takes a Grid. by
2013-01-15 10:05:22 -0500
8e46e50
Missed a couple. by
2013-01-15 10:04:06 -0500
1dcbe66
Switched x and y, oops. by
2013-01-15 10:02:27 -0500
13f108f
Combined Screen and Render by
2013-01-14 18:13:26 -0500
8407d38
Added threads to conway, and test code to main. by
2013-01-14 15:27:07 -0500
2ebbecf
It's von Neumann neighborhoods, not Moore. Oops. by
2013-01-14 10:36:23 -0500
8d89e4d
Added Conway4, a Moore Neighborhood Conway. by
2013-01-14 10:30:00 -0500
e2871cb
TODO in Goldfish. by
2013-01-14 10:25:37 -0500
705abad
Fixed awful typos in Patch, constructors in grid by
2013-01-14 10:20:43 -0500
7adf6af
Merge branch 'master' of github.com:earwig/goldfish by
2013-01-14 10:13:35 -0500
41c1b74
Whoops by
2013-01-14 10:12:31 -0500
6ab94ab
Fixed Render, maybe by
2013-01-14 10:10:42 -0500
deaf2a5
Merge branch 'master' of github.com:earwig/goldfish by
2013-01-14 10:08:07 -0500
f4c144f
Implement Conway, add states variable to ruleset. by
2013-01-14 10:07:26 -0500
9ff5f68
Patch: +get4Neighbors(), get8Neighbors(), clone() by
2013-01-14 10:07:18 -0500
028e4bd
More useless methods and stuff. by
2013-01-14 09:53:59 -0500
df8bd3a
Merge branch 'master' of github.com:earwig/goldfish by
2013-01-14 09:49:58 -0500
22d1af5
Adding some methods because Josh. by
2013-01-14 09:48:40 -0500
3fb698a
Merge branch 'master' of github.com:earwig/goldfish by
2013-01-14 09:45:22 -0500
5ae8ade
Moved Renderer by
2013-01-14 09:44:27 -0500
4c273a9
RuleSet is now an interface, and Conway has placeholder code. by
2013-01-14 09:41:23 -0500
5d7731e
getPatch, setPatch by
2013-01-14 09:40:11 -0500
3ede7e2
Added Renderer, Screen by
2013-01-12 17:25:49 -0500
8b4ed7c
seem to be getting some weird file, so I added it to the gitignore by
2013-01-11 22:51:38 -0500
c205614
Import Grid in RuleSet by
2013-01-11 22:49:56 -0500
551d4d0
run method in RuleSet, fixed javadoc stupid. by
2013-01-11 15:20:30 -0500
107a0a4
Added build.xml, because packages are difficult otherwise. by
2013-01-11 15:13:36 -0500
7c49ec4
Some methods that Render is going to need. by
2013-01-11 15:02:42 -0500
08d9774
Added constructors to Goldfish and Render by
2013-01-11 14:58:31 -0500
791e6e1
Kevin put bad bracket by
2013-01-11 10:15:59 -0500
845cff1
Adding file skeletons by
2013-01-11 10:12:39 -0500
57f22f7
Moving source files to src/ by
2013-01-11 10:09:26 -0500
832b6cf
Added Grid.java, Patch.java by
2013-01-11 10:04:49 -0500
b4b1542
License by
2013-01-11 09:58:38 -0500
b8521d1
Initial commit by
2013-01-11 06:41:40 -0800