repo string | commit string | message string | diff string |
|---|---|---|---|
joshpuetz/dailyshoot | 997f19a46dde1ed3f055735185de6930780fa0e7 | CSS tweak on pagination. | diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css
index c2502cc..24ed78b 100644
--- a/public/stylesheets/main.css
+++ b/public/stylesheets/main.css
@@ -1,342 +1,342 @@
p {
font-size: 13px;
}
#top {
background-color: #666;
margin-bottom: 0px;
}
#top h1 {
margin-top: 15px;
tex... |
joshpuetz/dailyshoot | d9514f8b434fb72688345e9315683a37e1422543 | First cut at pagination. | diff --git a/app/controllers/assignments_controller.rb b/app/controllers/assignments_controller.rb
index 916356e..fb3589e 100644
--- a/app/controllers/assignments_controller.rb
+++ b/app/controllers/assignments_controller.rb
@@ -1,111 +1,111 @@
class AssignmentsController < ApplicationController
before_filter :... |
joshpuetz/dailyshoot | 1a5af8d1bc50db2173b1491a4ce5e097161bbb77 | Start capturing medium-sized image URLs for slideshows. Tweeked the use of service APIs to be more robust. | diff --git a/app/controllers/photos_controller.rb b/app/controllers/photos_controller.rb
index 42f77ba..f32bb5c 100644
--- a/app/controllers/photos_controller.rb
+++ b/app/controllers/photos_controller.rb
@@ -1,48 +1,48 @@
class PhotosController < ApplicationController
before_filter :admin_required, :except =... |
joshpuetz/dailyshoot | 101bfa5ee8b4848faa8571b6c3f7e946ca16c25c | Re-enable TweetPhoto support now that EC2 is off their blacklist. | diff --git a/app/models/photo.rb b/app/models/photo.rb
index 8572835..3834609 100644
--- a/app/models/photo.rb
+++ b/app/models/photo.rb
@@ -1,181 +1,181 @@
#
# Credit: Patrick Lenz (http://github.com/scoop)
# Credit: Urban Hafner (http://github.com/ujh)
#
require 'open-uri'
class Photo < ActiveRecord::Base
... |
joshpuetz/dailyshoot | 9edcb297e2ac26dd7142ec268ac2116a9c55a848 | Temporarily disable TweetPhoto support pending a security issue on their end. | diff --git a/app/models/photo.rb b/app/models/photo.rb
index e357e75..8572835 100644
--- a/app/models/photo.rb
+++ b/app/models/photo.rb
@@ -1,180 +1,181 @@
#
# Credit: Patrick Lenz (http://github.com/scoop)
# Credit: Urban Hafner (http://github.com/ujh)
#
require 'open-uri'
class Photo < ActiveRecord::Base
... |
joshpuetz/dailyshoot | 517e2eb6dbeffb79eb2ef537c56432fae56f5359 | Support ds#xxx style hashtags, just to be more flexible. | diff --git a/TODO b/TODO
new file mode 100644
index 0000000..17e7c20
--- /dev/null
+++ b/TODO
@@ -0,0 +1,2 @@
+* Upgrade to jQuery 1.4
+* Store medium URLs
diff --git a/app/models/mention.rb b/app/models/mention.rb
index cf89c02..6b0a374 100644
--- a/app/models/mention.rb
+++ b/app/models/mention.rb
@@ -1,93 +1,99 @@
... |
joshpuetz/dailyshoot | 6b683c3325f4dd7231818cfa0a9214596fdccc81 | Tidied up use of the Flickr API. | diff --git a/app/models/photo.rb b/app/models/photo.rb
index d9c682c..1de4164 100644
--- a/app/models/photo.rb
+++ b/app/models/photo.rb
@@ -1,173 +1,179 @@
#
# Credit: Patrick Lenz (http://github.com/scoop)
# Credit: Urban Hafner (http://github.com/ujh)
#
require 'open-uri'
class Photo < ActiveRecord::Base
... |
joshpuetz/dailyshoot | f7758d5bef10cac46c74dfa5a2e0e1ecb075d965 | Support short.to shortened URLs. | diff --git a/app/models/photo.rb b/app/models/photo.rb
index ff0162f..d9c682c 100644
--- a/app/models/photo.rb
+++ b/app/models/photo.rb
@@ -1,173 +1,173 @@
#
# Credit: Patrick Lenz (http://github.com/scoop)
# Credit: Urban Hafner (http://github.com/ujh)
#
require 'open-uri'
class Photo < ActiveRecord::Base
... |
joshpuetz/dailyshoot | 8b2af70579c65c2f23df658b64ebaabfc105f73b | Support ow.ly shortened URLs. | diff --git a/app/models/photo.rb b/app/models/photo.rb
index c78bb8e..ff0162f 100644
--- a/app/models/photo.rb
+++ b/app/models/photo.rb
@@ -1,173 +1,173 @@
#
# Credit: Patrick Lenz (http://github.com/scoop)
# Credit: Urban Hafner (http://github.com/ujh)
#
require 'open-uri'
class Photo < ActiveRecord::Base
... |
joshpuetz/dailyshoot | 7b7c347868049e2c657a284f6c9b3b84ee6ea72f | Sorting out alternatives to deal with overflowing alt text on Firefox. This is the best of a bad set | diff --git a/app/views/shared/_photowall.html.erb b/app/views/shared/_photowall.html.erb
index 746c7f3..a61f372 100644
--- a/app/views/shared/_photowall.html.erb
+++ b/app/views/shared/_photowall.html.erb
@@ -1,25 +1,25 @@
<div id="photowall" class="span-24 last">
<% photos.in_groups_of(10).each do |row| -%>
<div c... |
joshpuetz/dailyshoot | 17d09d2fb14a74542ff540a9bdcfe92271319a3c | Adding in 75x75 alt tags to images to control overflow of alt text on non-Safari | diff --git a/app/views/shared/_photowall.html.erb b/app/views/shared/_photowall.html.erb
index f0e5d98..746c7f3 100644
--- a/app/views/shared/_photowall.html.erb
+++ b/app/views/shared/_photowall.html.erb
@@ -1,25 +1,25 @@
<div id="photowall" class="span-24 last">
<% photos.in_groups_of(10).each do |row| -%>
<div c... |
joshpuetz/dailyshoot | fd8ca8f4d6e472de5d7a930cec3d25ed90333163 | Support ping.fm URLs. | diff --git a/app/models/photo.rb b/app/models/photo.rb
index fd819c3..c78bb8e 100644
--- a/app/models/photo.rb
+++ b/app/models/photo.rb
@@ -1,173 +1,173 @@
#
# Credit: Patrick Lenz (http://github.com/scoop)
# Credit: Urban Hafner (http://github.com/ujh)
#
require 'open-uri'
class Photo < ActiveRecord::Base
... |
joshpuetz/dailyshoot | 6fb5f9ecc921621b1d170c769c2f473e3d403951 | Restyle the main mobile page. | diff --git a/app/helpers/mobile_helper.rb b/app/helpers/mobile_helper.rb
index dadd93e..2c9b831 100644
--- a/app/helpers/mobile_helper.rb
+++ b/app/helpers/mobile_helper.rb
@@ -1,7 +1,11 @@
module MobileHelper
+ def assignment_summary(assignment)
+ "#{assignment.position}. #{truncate(assignment.text, :length =... |
joshpuetz/dailyshoot | b297abf496df8b54e2de10b0c842d09a460d862d | Add a startup screen and icon. | diff --git a/app/views/layouts/mobile.html.erb b/app/views/layouts/mobile.html.erb
index 6b6d77c..b31f2a5 100644
--- a/app/views/layouts/mobile.html.erb
+++ b/app/views/layouts/mobile.html.erb
@@ -1,17 +1,17 @@
<!DOCTYPE html> <!-- HTML5 FTW-->
<html>
<!-- Add in production to cache offline: manifest="production.m... |
joshpuetz/dailyshoot | 8e2018c5e8dd02a6cf6ab7cff4ab4dc3e3c38b6f | First cut at a mobile app. | diff --git a/app/controllers/mobile_controller.rb b/app/controllers/mobile_controller.rb
new file mode 100644
index 0000000..7047e0a
--- /dev/null
+++ b/app/controllers/mobile_controller.rb
@@ -0,0 +1,17 @@
+class MobileController < ApplicationController
+
+ def index
+ @assignments = Assignment.published
+ end
... |
joshpuetz/dailyshoot | 256f55e27eee3894431a28308b324cb73d63ed00 | Disable memcached sessions in the testing environment. | diff --git a/config/initializers/session_store.rb b/config/initializers/session_store.rb
index e167962..5507815 100644
--- a/config/initializers/session_store.rb
+++ b/config/initializers/session_store.rb
@@ -1,20 +1,22 @@
# Be sure to restart your server when you modify this file.
# Your secret key for verifying c... |
joshpuetz/dailyshoot | 8d39140cd6d4da3e7adc2de71043191d7168207f | Updating env_local bits | diff --git a/config/initializers/env_local.rb.sample b/config/initializers/env_local.rb.sample
index 7409981..d7eb7e2 100644
--- a/config/initializers/env_local.rb.sample
+++ b/config/initializers/env_local.rb.sample
@@ -1,51 +1,54 @@
ENV['BITLY_API_KEY'] = ''
ENV['BITLY_LOGIN'] = ''
ENV['FLICKR_API_KEY'] = ''
+ENV[... |
joshpuetz/dailyshoot | 6c8b0c87e3a869dcb5d713324f5796f644333397 | Add new URL shortening service. | diff --git a/app/models/photo.rb b/app/models/photo.rb
index 8076b72..fd819c3 100644
--- a/app/models/photo.rb
+++ b/app/models/photo.rb
@@ -1,173 +1,173 @@
#
# Credit: Patrick Lenz (http://github.com/scoop)
# Credit: Urban Hafner (http://github.com/ujh)
#
require 'open-uri'
class Photo < ActiveRecord::Base
... |
joshpuetz/dailyshoot | 2b3a1c02965a8c2e7d8f963b11d3257bb6169f04 | Fix regexp on RTs and add a Destroy link when showing a mention. | diff --git a/app/models/mention.rb b/app/models/mention.rb
index 5dcef9d..cf89c02 100644
--- a/app/models/mention.rb
+++ b/app/models/mention.rb
@@ -1,93 +1,93 @@
class Mention < ActiveRecord::Base
validates_presence_of :tweet_id, :text, :user_id, :screen_name, :profile_image_url
named_scope :pending, :condi... |
joshpuetz/dailyshoot | 074668c278c8a0726197cddcd9200365cab7c180 | Add a unit test for Flickr static image URLs. | diff --git a/test/unit/photo_test.rb b/test/unit/photo_test.rb
index 4661426..6b29871 100644
--- a/test/unit/photo_test.rb
+++ b/test/unit/photo_test.rb
@@ -1,191 +1,199 @@
require 'test_helper'
class PhotoTest < ActiveSupport::TestCase
test "tweet without a URL should not be exceptional" do
tweet = "I've... |
joshpuetz/dailyshoot | 0daecfc6048dec6c336df026b12015e6106dffec | Fixing a small problem that crept through from testing. Sigh | diff --git a/app/jobs/assignment_sender.rb b/app/jobs/assignment_sender.rb
index 64eecb8..6693034 100644
--- a/app/jobs/assignment_sender.rb
+++ b/app/jobs/assignment_sender.rb
@@ -1,52 +1,52 @@
require 'twitter_api'
class AssignmentSender
def initialize(mode=:send)
@mode = mode
end
def perfor... |
joshpuetz/dailyshoot | bc1efcfa0df63455237207b6491302b8362a1a9d | Adding reminder logic to Assignment Sender. Straightfoward enough | diff --git a/app/jobs/assignment_sender.rb b/app/jobs/assignment_sender.rb
index caf739f..64eecb8 100644
--- a/app/jobs/assignment_sender.rb
+++ b/app/jobs/assignment_sender.rb
@@ -1,30 +1,52 @@
require 'twitter_api'
class AssignmentSender
+ def initialize(mode=:send)
+ @mode = mode
+ end
+
def perfor... |
joshpuetz/dailyshoot | 631678b6b0c3b3d68c8566b44b021460c324dd4a | Adding app/jobs to load path so that we can place jobs there instead of in lib | diff --git a/config/environment.rb b/config/environment.rb
index 39ca723..cea3afa 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -1,45 +1,47 @@
# Be sure to restart your server when you modify this file
# Specifies gem version of Rails to use when vendor/rails is not present
RAILS_GEM_VERSION = ... |
gklopper/Guardian-Api-Parser | 055b2be4aea9328d85ce80775d4d883de14e5653 | ignore intellij files | diff --git a/.gitignore b/.gitignore
index beef00d..ea29cc9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,7 @@
.classpath
.project
.settings
target
+*.ipr
+*.iml
+*.iws
|
gklopper/Guardian-Api-Parser | 08c6e6b6b0ebf9939c8e34e76e5ef9748507a5a0 | Changed package name and version number | diff --git a/pom.xml b/pom.xml
index d9d800c..035c154 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,59 +1,59 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<model... |
gklopper/Guardian-Api-Parser | 4dbed287ff9769b025147d2c3e1fcf3dbc5ed81d | Changed Date to us UK Locale | diff --git a/src/main/java/com/gu/api/parser/server/ApiParser.java b/src/main/java/com/gu/api/parser/server/ApiParser.java
index 4adcb3d..980ea74 100644
--- a/src/main/java/com/gu/api/parser/server/ApiParser.java
+++ b/src/main/java/com/gu/api/parser/server/ApiParser.java
@@ -1,166 +1,168 @@
package com.gu.api.parser.... |
gklopper/Guardian-Api-Parser | fb196b80264745ea35e62bdc6f5b7e90d992e7d8 | ignored files | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..beef00d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+.classpath
+.project
+.settings
+target
|
gklopper/Guardian-Api-Parser | e5ee664ffd827547b1b8b4a1e7a302853e6586de | Include src with binaries | diff --git a/pom.xml b/pom.xml
index b15f503..15e74c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,58 +1,59 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<model... |
gklopper/Guardian-Api-Parser | 6536edfe85baaa61649303b69aa51eb5fa19d193 | made serializable | diff --git a/src/main/java/com/gu/api/parser/client/Tags.java b/src/main/java/com/gu/api/parser/client/Tags.java
index 21ebd96..7d68215 100644
--- a/src/main/java/com/gu/api/parser/client/Tags.java
+++ b/src/main/java/com/gu/api/parser/client/Tags.java
@@ -1,37 +1,43 @@
package com.gu.api.parser.client;
+import java... |
gklopper/Guardian-Api-Parser | 43c5b41ae1a52afdc254a2e5af7b1577db3b8085 | [Grant] include xml files for tests when building | diff --git a/pom.xml b/pom.xml
index 4e3c774..b15f503 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,52 +1,58 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<model... |
gklopper/Guardian-Api-Parser | 231c07bbc97eae7a79e26213870912ff6cdab920 | [Grant] first commit | diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..4e3c774
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,52 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.x... |
obmib/shop | 215ffd5fa7c8574c6ba0bd67e92792b843f5f112 | initial | diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..18d70f0
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.intern... |
scambra/tuenti | 82fbf8b7b26c4d9e27f099c67e523f4b14eb7f97 | Regenerated gemspec for version 0.1.1 | diff --git a/tuenti.gemspec b/tuenti.gemspec
index a25e6e5..7a33f1c 100644
--- a/tuenti.gemspec
+++ b/tuenti.gemspec
@@ -1,63 +1,63 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new d... |
scambra/tuenti | 89a15fa9a4eba8f539bc8d58a9f32828c5dc1a21 | Version bump to 0.1.1 | diff --git a/VERSION b/VERSION
index 6e8bf73..17e51c3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.1.0
+0.1.1
|
scambra/tuenti | 5fcd632cf1b400be44f49b8100cdeedd17d02450 | Fix login (now is csfr instead of csrf) and fix setting the album Add some debug | diff --git a/lib/tuenti.rb b/lib/tuenti.rb
index 2685388..2ff7007 100644
--- a/lib/tuenti.rb
+++ b/lib/tuenti.rb
@@ -1,80 +1,84 @@
require 'active_support'
require 'mechanize'
require 'json'
+DEBUG = false unless defined? DEBUG
class Tuenti
extend ActiveSupport::Memoizable
LOGIN_URL = 'https://www.tuenti.... |
scambra/tuenti | 3b06fa84e0b01f8985b8b5f8305570fc42eecbd0 | Regenerated gemspec for version 0.1.0 | diff --git a/tuenti.gemspec b/tuenti.gemspec
index 5b2f089..a25e6e5 100644
--- a/tuenti.gemspec
+++ b/tuenti.gemspec
@@ -1,62 +1,63 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new d... |
scambra/tuenti | 601674185da976a0259d574a80a88d85a6bc06d5 | Add login support and upload photos setting the title and an album | diff --git a/lib/tuenti.rb b/lib/tuenti.rb
index e69de29..2685388 100644
--- a/lib/tuenti.rb
+++ b/lib/tuenti.rb
@@ -0,0 +1,80 @@
+require 'active_support'
+require 'mechanize'
+require 'json'
+
+class Tuenti
+ extend ActiveSupport::Memoizable
+
+ LOGIN_URL = 'https://www.tuenti.com/?m=Login&func=do_login'
+ HOME_UR... |
scambra/tuenti | 1070a13d43088733753b841461928a920de9a978 | Edit README and gemspec | diff --git a/README.rdoc b/README.rdoc
index bcd45c8..5bda59e 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,18 +1,18 @@
= tuenti
-Description goes here.
+A non-official Ruby API for Tuenti
== Note on Patches/Pull Requests
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. Th... |
scambra/tuenti | 5ebb53d6c2234d5bc5c90f03ff0d4321580cb101 | Version bump to 0.1.0 | diff --git a/VERSION b/VERSION
index 77d6f4c..6e8bf73 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.0.0
+0.1.0
|
scambra/tuenti | b7da91d0004a0c01449e7de9ae4275b50a4c2497 | Version bump to 0.0.0 | diff --git a/VERSION b/VERSION
new file mode 100644
index 0000000..77d6f4c
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+0.0.0
|
adamnfish/jsonplate | 92ec4cbd050606b5119ce3d2621a7be5eab50ea6 | Removed ridiculous checkbox hack (was needed for the project that spawned this script) | diff --git a/jsonplate.js b/jsonplate.js
index 66e87a7..fd16710 100644
--- a/jsonplate.js
+++ b/jsonplate.js
@@ -1,169 +1,150 @@
/*
* jsonplate.js
* Mootools class to output a JSON template as html
* This was designed to be used in a server-side environemt with mootools
*
* @description: Mootools class to c... |
adamnfish/jsonplate | 24ea6313b06467e64d4ec939354230c5e26f15da | Now allows root node to be an object (ctual node) rather than a childnodes array | diff --git a/jsonplate.js b/jsonplate.js
index d7d3c8b..66e87a7 100644
--- a/jsonplate.js
+++ b/jsonplate.js
@@ -1,169 +1,169 @@
/*
* jsonplate.js
* Mootools class to output a JSON template as html
* This was designed to be used in a server-side environemt with mootools
*
* @description: Mootools class to c... |
textmate/ruby-haml.tmbundle | 57b1b3523136e3dce9479d46c1d3c16aaa7f8f70 | Menu layout and description cleanup | diff --git a/info.plist b/info.plist
index 7364d32..b6a3e1b 100644
--- a/info.plist
+++ b/info.plist
@@ -1,16 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>contactEma... |
textmate/ruby-haml.tmbundle | 70f997328c23b4c6ecfb8405b53953f2126f1750 | Build HTML and HTML Preview | diff --git a/Commands/Build.tmCommand b/Commands/Build.tmCommand
new file mode 100644
index 0000000..63ef6b8
--- /dev/null
+++ b/Commands/Build.tmCommand
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<pli... |
textmate/ruby-haml.tmbundle | 3d3222cb986caeac0194b5fb7232812abdb9ed16 | Add coffeescript, js, css and sass filter highlighting | diff --git a/Syntaxes/Ruby Haml.tmLanguage b/Syntaxes/Ruby Haml.tmLanguage
index b122be2..c006d6c 100644
--- a/Syntaxes/Ruby Haml.tmLanguage
+++ b/Syntaxes/Ruby Haml.tmLanguage
@@ -1,399 +1,459 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/... |
textmate/ruby-haml.tmbundle | 9fc37f7bea73cca4a77637ff0cf3f05722a4f075 | Same-level indented soft wrap for Haml | diff --git a/Preferences/Indented Soft Wrap.tmPreferences b/Preferences/Indented Soft Wrap.tmPreferences
new file mode 100644
index 0000000..f53eef5
--- /dev/null
+++ b/Preferences/Indented Soft Wrap.tmPreferences
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0... |
textmate/ruby-haml.tmbundle | 7d069af991af5f2ba4d815de312b56eca0d3efd7 | Move folding preferences. | diff --git a/Preferences/Folding.tmPreferences b/Preferences/Folding.tmPreferences
new file mode 100644
index 0000000..f12b359
--- /dev/null
+++ b/Preferences/Folding.tmPreferences
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/P... |
textmate/ruby-haml.tmbundle | d053cf25310ed8646eed7b158a68627f0c317aa3 | Disable indent corrections. | diff --git a/Preferences/Disable Indent Correction.tmPreferences b/Preferences/Disable Indent Correction.tmPreferences
new file mode 100644
index 0000000..40b0a98
--- /dev/null
+++ b/Preferences/Disable Indent Correction.tmPreferences
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-/... |
textmate/ruby-haml.tmbundle | 51500fc285fa864b2e49d0206c0c68c88d82edf9 | Add readme. | diff --git a/README.mdown b/README.mdown
new file mode 100644
index 0000000..32d8f85
--- /dev/null
+++ b/README.mdown
@@ -0,0 +1,20 @@
+# Installation
+
+You can install this bundle in TextMate by opening the preferences and going to the bundles tab. After installation it will be automatically updated for you.
+
+# Gen... |
textmate/ruby-haml.tmbundle | 874426346c9e1cafd6823bdd8b6e5100485088b9 | Add support for ruby string lines (^==), patch from Marten Veldthuis. | diff --git a/Syntaxes/Ruby Haml.tmLanguage b/Syntaxes/Ruby Haml.tmLanguage
index 88d43f2..d279c6a 100644
--- a/Syntaxes/Ruby Haml.tmLanguage
+++ b/Syntaxes/Ruby Haml.tmLanguage
@@ -1,248 +1,403 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.... |
textmate/ruby-haml.tmbundle | 72c2c8975fd42c6d33b9920965cae7ba6250ac24 | Continue renaming of this bundle to "Perl Template Toolkit" to conform to the bundle style guide. | diff --git a/Syntaxes/Haml.tmLanguage b/Syntaxes/Haml.tmLanguage
index 7c96b35..88d43f2 100644
--- a/Syntaxes/Haml.tmLanguage
+++ b/Syntaxes/Haml.tmLanguage
@@ -1,248 +1,248 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-... |
textmate/ruby-haml.tmbundle | 654f46bd7f0bd80e15fdfc8c1004b32dfaad9fcb | ⢠Change comment.line to comment.line.slash ⢠Add \n? to the comment line match for scoping purposes. | diff --git a/Syntaxes/Haml.tmLanguage b/Syntaxes/Haml.tmLanguage
index c43b1e7..7c96b35 100644
--- a/Syntaxes/Haml.tmLanguage
+++ b/Syntaxes/Haml.tmLanguage
@@ -1,248 +1,248 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-... |
textmate/ruby-haml.tmbundle | 6c99a4daf351d5bb4186f51f27af4aa829744137 | Patch by Matt Lyon: ⢠Add file extension for Haml stylesheets ⢠Provide python-style folding for any line with whitespace at the end | diff --git a/Syntaxes/Haml.tmLanguage b/Syntaxes/Haml.tmLanguage
index 2dc8ad6..c43b1e7 100644
--- a/Syntaxes/Haml.tmLanguage
+++ b/Syntaxes/Haml.tmLanguage
@@ -1,243 +1,248 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-... |
textmate/ruby-haml.tmbundle | 33c3f4a033b5961a54bc5f37eaaef0e64b92bd52 | Add the following keys to the bundleâs info.plist: | diff --git a/info.plist b/info.plist
index b939d0c..93c1397 100644
--- a/info.plist
+++ b/info.plist
@@ -1,10 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
+ <key>contactEma... |
textmate/ruby-haml.tmbundle | ec059f9140d8116cfb0fe6c63553d46921cd35dd | Add a preference for the comment character. | diff --git a/Preferences/Comments.tmPreferences b/Preferences/Comments.tmPreferences
new file mode 100644
index 0000000..a3fe204
--- /dev/null
+++ b/Preferences/Comments.tmPreferences
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.appl... |
textmate/ruby-haml.tmbundle | 322745a5dff1ba9b93362155b1e7c937a3338c94 | Add a hack to let ruby comments function properly inside a Haml ruby context | diff --git a/Syntaxes/Haml.tmLanguage b/Syntaxes/Haml.tmLanguage
index c688677..2dc8ad6 100644
--- a/Syntaxes/Haml.tmLanguage
+++ b/Syntaxes/Haml.tmLanguage
@@ -1,235 +1,243 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-... |
textmate/ruby-haml.tmbundle | 935f76bc44fe27fcc2d2af03a8fe377463094c1d | Fix lines beginning with - or ~, which the last commit broke | diff --git a/Syntaxes/Haml.tmLanguage b/Syntaxes/Haml.tmLanguage
index 47565ac..c688677 100644
--- a/Syntaxes/Haml.tmLanguage
+++ b/Syntaxes/Haml.tmLanguage
@@ -1,235 +1,235 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-... |
textmate/ruby-haml.tmbundle | 6f3a28d35d6a98483c37d62a702fc102ce3cb0c3 | Tweak Haml a bit more. = no longer starts ruby colorizing if it's not at the beginning of the line (or directly after a tag) Comment blocks now colorize embedded haml Tags can now contain colons | diff --git a/Syntaxes/Haml.tmLanguage b/Syntaxes/Haml.tmLanguage
index ccb2e2e..47565ac 100644
--- a/Syntaxes/Haml.tmLanguage
+++ b/Syntaxes/Haml.tmLanguage
@@ -1,219 +1,235 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-... |
textmate/ruby-haml.tmbundle | afe40b71680fab30903559bbf03ae99d25d8cab1 | Add support for %p[foo] syntax | diff --git a/Syntaxes/Haml.tmLanguage b/Syntaxes/Haml.tmLanguage
index b2d2f11..ccb2e2e 100644
--- a/Syntaxes/Haml.tmLanguage
+++ b/Syntaxes/Haml.tmLanguage
@@ -1,200 +1,219 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-... |
textmate/ruby-haml.tmbundle | bb2b16efde912e1cdddfdf67b204d2f4dfc4c217 | Support the | continuation syntax | diff --git a/Syntaxes/Haml.tmLanguage b/Syntaxes/Haml.tmLanguage
index 13ec388..b2d2f11 100644
--- a/Syntaxes/Haml.tmLanguage
+++ b/Syntaxes/Haml.tmLanguage
@@ -1,185 +1,200 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-... |
textmate/ruby-haml.tmbundle | 32ee1e57029d95284d4eb065b9171ae7f4073d7d | Fix a bug | diff --git a/Syntaxes/Haml.tmLanguage b/Syntaxes/Haml.tmLanguage
index 6ca80d1..13ec388 100644
--- a/Syntaxes/Haml.tmLanguage
+++ b/Syntaxes/Haml.tmLanguage
@@ -1,185 +1,185 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-... |
textmate/ruby-haml.tmbundle | 04c0806ec278e4fd590abf49bddb3f87a0db5319 | Make Haml embed Ruby on Rails rather than straight Ruby, since it will generally be used as a Rails templating language | diff --git a/Syntaxes/Haml.tmLanguage b/Syntaxes/Haml.tmLanguage
index 34c415a..6ca80d1 100644
--- a/Syntaxes/Haml.tmLanguage
+++ b/Syntaxes/Haml.tmLanguage
@@ -1,185 +1,185 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-... |
textmate/ruby-haml.tmbundle | ef61d4f02136074ecf0452f9c2ee553c1dacb5d7 | First crack at a Haml langauge grammar | diff --git a/Syntaxes/Haml.tmLanguage b/Syntaxes/Haml.tmLanguage
new file mode 100644
index 0000000..34c415a
--- /dev/null
+++ b/Syntaxes/Haml.tmLanguage
@@ -0,0 +1,185 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.d... |
eugenialeu/MyFirstGithubHelloWorld | 860bd2eecec547c39588a2e3604fbf52bdd81b69 | More changes | diff --git a/README b/README
index e079cae..6ff94f6 100644
--- a/README
+++ b/README
@@ -1 +1 @@
-Test v2
\ No newline at end of file
+Test v3
\ No newline at end of file
diff --git a/SortDemo/example1.html b/SortDemo/example1.html
index bbf08ec..a2feb58 100644
--- a/SortDemo/example1.html
+++ b/SortDemo/example1.html
... |
eugenialeu/MyFirstGithubHelloWorld | 6f7ffb57952a0c171f35135ff39b589d4c2c63b6 | Branch Test 2 | diff --git a/README b/README
index 8318c86..e079cae 100644
--- a/README
+++ b/README
@@ -1 +1 @@
-Test
\ No newline at end of file
+Test v2
\ No newline at end of file
|
eugenialeu/MyFirstGithubHelloWorld | a7a65313cd0a6550c2b9e835eb33e514701b0510 | Branch Test | diff --git a/README b/README
index 8318c86..f44ef4b 100644
--- a/README
+++ b/README
@@ -1 +1 @@
-Test
\ No newline at end of file
+Test again
\ No newline at end of file
|
eugenialeu/MyFirstGithubHelloWorld | cd251f3875c09b3b94ee3bb8ca57aefcee5d2992 | changes to readme | diff --git a/README b/README
index e69de29..8318c86 100644
--- a/README
+++ b/README
@@ -0,0 +1 @@
+Test
\ No newline at end of file
diff --git a/SortDemo/BidirBubbleSortAlgorithm.java b/SortDemo/BidirBubbleSortAlgorithm.java
new file mode 100644
index 0000000..0cbb91a
--- /dev/null
+++ b/SortDemo/BidirBubbleSortAlgori... |
chrisforbes/aliengame | 99614f5ef60543be4f30db3f4fd72944a082460c | a patched version of wuffles' test case | diff --git a/test cases/isolated food 2.ags b/test cases/isolated food 2.ags
new file mode 100644
index 0000000..93ddbf8
--- /dev/null
+++ b/test cases/isolated food 2.ags
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<model>
+ <brush left="2" top="2" right="8" bottom="8" content="0" />
+ <brush le... |
chrisforbes/aliengame | e6d5b729edd74780d62414b1e536173021656c9a | git-svn-id: svn://svn.ijw.co.nz/svn2/AlienGame@102 14f77d18-25ff-4ae7-ba30-1ef6fd2e1af3 | diff --git a/Actors/Guard.cs b/Actors/Guard.cs
index ecfaaf0..48df400 100644
--- a/Actors/Guard.cs
+++ b/Actors/Guard.cs
@@ -1,54 +1,58 @@
using System;
using System.Drawing;
using System.Xml;
using System.ComponentModel;
using System.Linq;
using System.Collections.Generic;
namespace AlienGame.Actors... |
chrisforbes/aliengame | 05b946dd9045008a26028e252f19304f7a7aec02 | git-svn-id: svn://svn.ijw.co.nz/svn2/AlienGame@101 14f77d18-25ff-4ae7-ba30-1ef6fd2e1af3 | diff --git a/Actors/Food.cs b/Actors/Food.cs
index cd18c72..373bdd5 100644
--- a/Actors/Food.cs
+++ b/Actors/Food.cs
@@ -1,81 +1,81 @@
using System;
using System.Drawing;
using System.Linq;
using System.Xml;
namespace AlienGame.Actors
{
- using Order = Func<Actor, bool>;
+ using Order = Func<Mover, b... |
chrisforbes/aliengame | fb2c22ec5bc55e8661998df2a256b038f4f2f28f | fixed bug in r99 | diff --git a/Tools/RayTestTool.cs b/Tools/RayTestTool.cs
index 2a7e98f..bfe60d9 100644
--- a/Tools/RayTestTool.cs
+++ b/Tools/RayTestTool.cs
@@ -1,119 +1,115 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using System.Windows.Forms;
using I... |
chrisforbes/aliengame | dc8427aef794fc9b0e0853fee0d6ed5acc1e286e | git-svn-id: svn://svn.ijw.co.nz/svn2/AlienGame@99 14f77d18-25ff-4ae7-ba30-1ef6fd2e1af3 | diff --git a/test cases/raycast_bug_demo.ags b/test cases/raycast_bug_demo.ags
new file mode 100644
index 0000000..2ef15ac
--- /dev/null
+++ b/test cases/raycast_bug_demo.ags
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<model>
+ <brush left="3" top="2" right="6" bottom="4" content="0" />
+ <brush ... |
chrisforbes/aliengame | cdb432caa3e8f2cd3d51aeead2c80395fc901ee1 | ray test looks like it actually works now. | diff --git a/Tools/RayTestTool.cs b/Tools/RayTestTool.cs
index e15f5aa..2a7e98f 100644
--- a/Tools/RayTestTool.cs
+++ b/Tools/RayTestTool.cs
@@ -1,76 +1,119 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using System.Windows.Forms;
+using Ij... |
chrisforbes/aliengame | fa365e731d3f91df080ac83ecb562680eb052c50 | more caching! less failing! | diff --git a/Actors/Goal.cs b/Actors/Goal.cs
index 9c593e3..344b99a 100644
--- a/Actors/Goal.cs
+++ b/Actors/Goal.cs
@@ -1,103 +1,103 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
namespace AlienGame.Actors
{
using Order = Func<Actor... |
chrisforbes/aliengame | af3d4c41a2169c3000f0854bd5cd2bb94c451629 | git-svn-id: svn://svn.ijw.co.nz/svn2/AlienGame@96 14f77d18-25ff-4ae7-ba30-1ef6fd2e1af3 | diff --git a/AlienGame.csproj b/AlienGame.csproj
index 5b22fe1..8262cbc 100644
--- a/AlienGame.csproj
+++ b/AlienGame.csproj
@@ -1,130 +1,131 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup... |
chrisforbes/aliengame | 6d97711d887804bcb3508e21f2849512030a2ba0 | lunge kills testalien ai now uses goal code | diff --git a/Actors/Goal.cs b/Actors/Goal.cs
index 2e15a67..9c593e3 100644
--- a/Actors/Goal.cs
+++ b/Actors/Goal.cs
@@ -1,73 +1,103 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
namespace AlienGame.Actors
{
using Order = Func<Actor,... |
chrisforbes/aliengame | 6fcb9169266ef4560f9eb7f551f49aec9cce74c7 | caching of some stuff | diff --git a/AlienGame.csproj b/AlienGame.csproj
index ca6fd59..5b22fe1 100644
--- a/AlienGame.csproj
+++ b/AlienGame.csproj
@@ -1,129 +1,130 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup... |
chrisforbes/aliengame | f399cdb3979899d775f335c4c7ae5afcba32e93f | vents work | diff --git a/Actors/Guard.cs b/Actors/Guard.cs
index 5ff0eb4..57d1eef 100644
--- a/Actors/Guard.cs
+++ b/Actors/Guard.cs
@@ -1,54 +1,56 @@
using System;
using System.Drawing;
using System.Xml;
using System.ComponentModel;
using System.Linq;
using System.Collections.Generic;
namespace AlienGame.Actors... |
chrisforbes/aliengame | 90e8d6cc25b7ef88bcad1cecebb82f3e3ce01501 | git-svn-id: svn://svn.ijw.co.nz/svn2/AlienGame@92 14f77d18-25ff-4ae7-ba30-1ef6fd2e1af3 | diff --git a/Pathfinder.cs b/Pathfinder.cs
index 24d76b9..4a217fd 100644
--- a/Pathfinder.cs
+++ b/Pathfinder.cs
@@ -1,128 +1,133 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using IjwFramework.Collections;
using IjwFramework.Types;
... |
chrisforbes/aliengame | 7943f96fa162d025c8cc1561ee84dca8c516f08b | git-svn-id: svn://svn.ijw.co.nz/svn2/AlienGame@91 14f77d18-25ff-4ae7-ba30-1ef6fd2e1af3 | diff --git a/Pathfinder.cs b/Pathfinder.cs
index 5c24e25..24d76b9 100644
--- a/Pathfinder.cs
+++ b/Pathfinder.cs
@@ -1,123 +1,128 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using IjwFramework.Collections;
using IjwFramework.Types;
... |
chrisforbes/aliengame | 86c46ded3fbc136b7f11f8b839654d18f2b5c5b0 | really horrendous vent rendering! | diff --git a/Model.cs b/Model.cs
index 709259f..f8287a5 100644
--- a/Model.cs
+++ b/Model.cs
@@ -1,127 +1,129 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using System.Xml;
namespace AlienGame
{
class Model
{
List<Brush> br... |
chrisforbes/aliengame | 27624a49074cf1760f972f6c2b078ea198eb0fcc | git-svn-id: svn://svn.ijw.co.nz/svn2/AlienGame@89 14f77d18-25ff-4ae7-ba30-1ef6fd2e1af3 | diff --git a/Tools/CreateBrushTool.cs b/Tools/CreateBrushTool.cs
index 3f2873b..1b94ee5 100644
--- a/Tools/CreateBrushTool.cs
+++ b/Tools/CreateBrushTool.cs
@@ -1,74 +1,74 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using System.Windows.Fo... |
chrisforbes/aliengame | 6fb3604c84eebd186b151961200a29f45678849e | brushcrap, etc | diff --git a/Brush.cs b/Brush.cs
index c396c37..8e04a6d 100644
--- a/Brush.cs
+++ b/Brush.cs
@@ -1,38 +1,42 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using System.Xml;
namespace AlienGame
{
class Brush
{
public Rectangle... |
chrisforbes/aliengame | 29346c8692bfcc0bdb58a70affd3cb78a0603cb4 | git-svn-id: svn://svn.ijw.co.nz/svn2/AlienGame@87 14f77d18-25ff-4ae7-ba30-1ef6fd2e1af3 | diff --git a/Actors/Goal.cs b/Actors/Goal.cs
index 8b772a9..2e15a67 100644
--- a/Actors/Goal.cs
+++ b/Actors/Goal.cs
@@ -1,69 +1,73 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
namespace AlienGame.Actors
{
using Order = Func<Actor, ... |
chrisforbes/aliengame | baf756a36024046960050d9cd58ea36fca657d8a | git-svn-id: svn://svn.ijw.co.nz/svn2/AlienGame@86 14f77d18-25ff-4ae7-ba30-1ef6fd2e1af3 | diff --git a/Actors/Goal.cs b/Actors/Goal.cs
index 63bc67d..8b772a9 100644
--- a/Actors/Goal.cs
+++ b/Actors/Goal.cs
@@ -1,75 +1,69 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
namespace AlienGame.Actors
{
using Order = Func<Actor, ... |
chrisforbes/aliengame | 2d685529a8d83bbbeb3d20214b453f7c999878c5 | goals! | diff --git a/Actors/Goal.cs b/Actors/Goal.cs
new file mode 100644
index 0000000..63bc67d
--- /dev/null
+++ b/Actors/Goal.cs
@@ -0,0 +1,75 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Drawing;
+
+namespace AlienGame.Actors
+{
+ using Order = Func<A... |
chrisforbes/aliengame | 422dd8b9f2ee7225fe8571a842a4d757818b5eea | git-svn-id: svn://svn.ijw.co.nz/svn2/AlienGame@84 14f77d18-25ff-4ae7-ba30-1ef6fd2e1af3 | diff --git a/Actors/Actor.cs b/Actors/Actor.cs
index e27452e..a2fb003 100644
--- a/Actors/Actor.cs
+++ b/Actors/Actor.cs
@@ -1,114 +1,114 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Linq;
using System.... |
chrisforbes/aliengame | 9759779697852e8640c7bea2838192fcbfe521ad | git-svn-id: svn://svn.ijw.co.nz/svn2/AlienGame@83 14f77d18-25ff-4ae7-ba30-1ef6fd2e1af3 | diff --git a/Actors/Actor.cs b/Actors/Actor.cs
index 8d90758..e27452e 100644
--- a/Actors/Actor.cs
+++ b/Actors/Actor.cs
@@ -1,110 +1,114 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Linq;
using System.... |
chrisforbes/aliengame | 38e99f68fb28b1a7d13ce257a525003bf1e24fa9 | Where() + Cast() => OfType() Closest alarm bug fixed, generically. | diff --git a/Actors/Food.cs b/Actors/Food.cs
index 794e147..c391553 100644
--- a/Actors/Food.cs
+++ b/Actors/Food.cs
@@ -1,91 +1,89 @@
using System;
using System.Drawing;
using System.Linq;
using System.Xml;
namespace AlienGame.Actors
{
using Order = Func<Actor, Model, bool>;
class Food : Move... |
chrisforbes/aliengame | 481038a82038968aadd23d6d309f0221f9af2c1e | linking multiple alarms testing multiple dude spawn works guards now turn alarms off | diff --git a/Actors/Alarm.cs b/Actors/Alarm.cs
index 175977c..cc37dd1 100644
--- a/Actors/Alarm.cs
+++ b/Actors/Alarm.cs
@@ -1,46 +1,49 @@
using System.ComponentModel;
using System.Drawing;
using System.Xml;
namespace AlienGame.Actors
{
class Alarm : Actor
{
[Browsable(true), Category("Alarm")]... |
chrisforbes/aliengame | fc18ab710f34a78f411477005c04193585df4f52 | patrolling works | diff --git a/Actors/Actor.cs b/Actors/Actor.cs
index 417a336..8d90758 100644
--- a/Actors/Actor.cs
+++ b/Actors/Actor.cs
@@ -1,96 +1,110 @@
using System;
using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Drawing;
using System.ComponentModel;
-using System.Xml;
+using S... |
chrisforbes/aliengame | fadc02d67e9ee4bfc574d9b4fcd58f681df5f22e | food panic ai is much nicer | diff --git a/Actors/Food.cs b/Actors/Food.cs
index d9daccf..5ddddf7 100644
--- a/Actors/Food.cs
+++ b/Actors/Food.cs
@@ -1,53 +1,95 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml;
using System.Drawing;
namespace AlienGame.Actors
{
using ... |
chrisforbes/aliengame | a79fc7d41466bacb7059811a8b459722cc272992 | food now panics if it sees an alien | diff --git a/Actors/Actor.cs b/Actors/Actor.cs
index 21bdef4..417a336 100644
--- a/Actors/Actor.cs
+++ b/Actors/Actor.cs
@@ -1,82 +1,96 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using System.ComponentModel;
using System.Xml;
using Sy... |
chrisforbes/aliengame | 8f26d39f91fdcc20c423158357325dc807680327 | git-svn-id: svn://svn.ijw.co.nz/svn2/AlienGame@77 14f77d18-25ff-4ae7-ba30-1ef6fd2e1af3 | diff --git a/Actors/Actor.cs b/Actors/Actor.cs
index adb0e33..21bdef4 100644
--- a/Actors/Actor.cs
+++ b/Actors/Actor.cs
@@ -1,76 +1,82 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using System.ComponentModel;
using System.Xml;
using Sy... |
chrisforbes/aliengame | b8062f390b98e2e9c51d2f875f1eb98d494611e5 | a bit more hax; fixing nonobvious nonvirtualness fail. | diff --git a/Actors/Actor.cs b/Actors/Actor.cs
index fde3776..adb0e33 100644
--- a/Actors/Actor.cs
+++ b/Actors/Actor.cs
@@ -1,66 +1,76 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using System.ComponentModel;
using System.Xml;
using Sy... |
chrisforbes/aliengame | d331276f71196276edb7a39743d78a3d408bd681 | guard in own file; use right coord system for guard planning, so the pathing actually works. | diff --git a/Actors/Guard.cs b/Actors/Guard.cs
new file mode 100644
index 0000000..38c68b2
--- /dev/null
+++ b/Actors/Guard.cs
@@ -0,0 +1,33 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Drawing;
+using System.Xml;
+
+namespace AlienGame.Actors
+{
... |
chrisforbes/aliengame | 84f71c6b171c7eebace086575c311aa45df3950a | guard spawning | diff --git a/Actors/Actor.cs b/Actors/Actor.cs
index b176098..fde3776 100644
--- a/Actors/Actor.cs
+++ b/Actors/Actor.cs
@@ -1,59 +1,66 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using System.ComponentModel;
using System.Xml;
using Sy... |
chrisforbes/aliengame | 3c5745b767e3eb5cf6deeb8522dc5bea721b0435 | git-svn-id: svn://svn.ijw.co.nz/svn2/AlienGame@72 14f77d18-25ff-4ae7-ba30-1ef6fd2e1af3 | diff --git a/Actors/Orders.cs b/Actors/Orders.cs
index 746dcac..bc5f45d 100644
--- a/Actors/Orders.cs
+++ b/Actors/Orders.cs
@@ -1,105 +1,105 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
namespace AlienGame
{
using Order = Func<Acto... |
chrisforbes/aliengame | 0f35e0d7bccc0b26f140922f23032e3212139f30 | git-svn-id: svn://svn.ijw.co.nz/svn2/AlienGame@71 14f77d18-25ff-4ae7-ba30-1ef6fd2e1af3 | diff --git a/Actors/Alarm.cs b/Actors/Alarm.cs
index 8303e48..2d94b59 100644
--- a/Actors/Alarm.cs
+++ b/Actors/Alarm.cs
@@ -1,32 +1,42 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using System.ComponentModel;
using System.Xml;
+using Sy... |
chrisforbes/aliengame | b6a6ca2f5d82dfb3fcbdfcc02facb119e2f77797 | git-svn-id: svn://svn.ijw.co.nz/svn2/AlienGame@70 14f77d18-25ff-4ae7-ba30-1ef6fd2e1af3 | diff --git a/Actors/TestAlien.cs b/Actors/TestAlien.cs
index 4f00551..9160eec 100644
--- a/Actors/TestAlien.cs
+++ b/Actors/TestAlien.cs
@@ -1,60 +1,60 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using System.Xml;
namespace AlienGame.... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.