Peter Cottle
7526f1fb4d
progress on translation script
2013-03-03 18:31:41 -08:00
Peter Cottle
5290a9878f
awesome getting translation script mostly there
2013-03-03 17:00:50 -08:00
Peter Cottle
3d01473ec4
sweet checkstrings
2013-03-03 15:58:57 -08:00
acecode
2f8fe36c91
add some zh_CN translate strings
...
fix 2 command errror in level intro3
2013-03-04 02:58:02 +08:00
Peter Cottle
77e7cf9cfc
level builderINTL alware
2013-03-02 13:59:41 -08:00
Peter Cottle
e4cf2f6faa
RAWRRRR next level done
2013-03-02 13:51:35 -08:00
Peter Cottle
108ab07f93
ALL GIT STUFF DONE YES
2013-03-02 13:27:27 -08:00
Peter Cottle
9b4de12074
moar
2013-03-02 13:09:12 -08:00
Peter Cottle
efabfa4378
partway through git strings
2013-03-02 12:57:34 -08:00
Peter Cottle
d17d131d24
Firefox prompt huge fix, Issue #59
2013-03-02 10:39:54 -08:00
Peter Cottle
943aa12d87
Dont count typo errors Issue #60
2013-02-25 22:16:11 -08:00
Peter Cottle
80a540e172
Now can cherry pick multiple commits in a row like git usage Issue #57
2013-02-24 22:44:49 -08:00
Peter Cottle
3523d28416
fixes silly error in next level dialog Issue #56
2013-02-24 22:03:41 -08:00
Peter Cottle
bd62fa735e
intl dom refresh when locale changes final push for Issue #42
2013-02-24 00:33:22 -08:00
Peter Cottle
1b0d836a42
rebuild and no more uppercase
2013-02-24 00:11:39 -08:00
Peter Cottle
a0c8c34522
big intl update, only polishing left, Issue #42
2013-02-23 23:31:30 -08:00
Peter Cottle
7e165c6fdc
zomg so many keys
2013-02-23 23:07:03 -08:00
Peter Cottle
9048f09d9f
a bunch of keys from level directory
2013-02-23 22:15:37 -08:00
Peter Cottle
3adec8d88a
more intl Issue #42
2013-02-23 21:19:52 -08:00
Peter Cottle
eedce6616a
before big intl merge on levels
2013-02-23 20:54:14 -08:00
Peter Cottle
9a497cfbad
typo
2013-02-23 15:01:07 -08:00
Peter Cottle
cded665873
imported Korean dialogs Issue #42 other dialogs, level names, etc will come later
2013-02-23 15:00:24 -08:00
Peter Cottle
cc5466b038
Imported all zh_CN dialogs and added locale changing support Issue #42
2013-02-23 14:31:40 -08:00
Peter Cottle
2617357460
Basic dialog intl support for level dialogs, Issue #42
2013-02-23 13:32:45 -08:00
Peter Cottle
2837315c7d
no console log
2013-02-21 09:14:15 -08:00
Peter Cottle
f8a92580bd
Scroll bar FF fixes Issue #51
2013-02-21 09:12:32 -08:00
Peter Cottle
b6785b240c
rebuild
2013-02-20 20:52:28 -08:00
Peter Cottle
c50b413f3a
Merge pull request #49 from aschrab/merge-args
...
Fix merge argument handling
2013-02-20 20:38:58 -08:00
Peter Cottle
15dd10f034
Merge pull request #47 from aschrab/buildfix
...
Adjustments to building
2013-02-20 20:33:09 -08:00
Peter Cottle
9b59e47572
Fixes Issue #43
2013-02-20 20:03:51 -08:00
Aaron Schrab
4d6d247d01
No multiple arguments for merge
...
`git merge` should only be given multiple arguments if doing an octopus
merge which isn't currently supported. Require that exactly one
argument be given, and always use HEAD as the currentLocation.
2013-02-20 22:46:45 -05:00
Peter Cottle
a2e89f592d
Allow for multiple spaces in git commands Issue #44
2013-02-20 19:36:17 -08:00
Aaron Schrab
15f7d0f663
Fix path to levels from level arbiter
...
Need to go up to directories from the level arbiter to get to the
directory containing level definitions.
2013-02-20 18:13:17 -05:00
Aaron Schrab
20b16e5301
Fix capitalization of sandboxCommands file
...
On case-sensitive file systems, need to use correct case in require()
calls.
2013-02-20 18:13:17 -05:00
Aaron Schrab
8da68375dd
Remove obsolete numBackFrom method
...
The numBackFrom method is no longer called from anywhere with the
changes from the previous commit to change how relative references are
handled.
2013-02-20 18:12:53 -05:00
Aaron Schrab
e5de32f977
Improve parsing of relative references
...
Support parsing of references like HEAD~^2~3^ . Previously, ~ required
a following number, ^ didn't allow a following number, and chaining
wasn't supported.
If at any point in the resolving of the chain the requested parent isn't
found report the error by specifying the id of the last commit that was
found along with the parent specification to help the user to figure out
where the problem arose.
2013-02-20 18:12:53 -05:00
Aaron Schrab
4928e71a4b
Add getParent method for Commit objects
...
Add method to retrieve a given parent (not ancestor) of a commit object.
If the commit doesn't have the requested parent return null.
2013-02-20 18:12:53 -05:00
Peter Cottle
c5a3f866ab
Undo button functionality Issue #40
2013-02-20 09:22:15 -08:00
Johan
9809872c61
Added pluralization to NextLevelConfirm
2013-02-19 17:02:38 +01:00
Peter Cottle
9b85b676df
better padding for vis and stuff
2013-02-18 14:29:43 -08:00
Peter Cottle
e8dd24fa5c
better show and hide for goal and start visualizations related to Issue #36 nice
2013-02-18 14:19:30 -08:00
Peter Cottle
9cf91038c1
Fixes Issue #36
2013-02-18 13:48:51 -08:00
Peter Cottle
c90444fe1e
Better goal tree and hint and solution. Fixes Issue #37
2013-02-18 13:24:08 -08:00
Peter Cottle
bf6432b286
better tree comparsion from Issue #28
2013-02-18 09:36:52 -08:00
Peter Cottle
2a96052002
Recursive tree comparison algorithm that is hash agnostic to lay the groundwork for Issue #28
2013-02-18 09:10:08 -08:00
Peter Cottle
a954a659ce
Rebuilding for Lukes pull
2013-02-18 07:41:30 -08:00
Luke Kysow
3732e4e98d
Added common git aliases.
...
git ci => git commit,
git co => git checkout,
git st => git status,
git br => git branch
2013-02-17 22:05:06 -08:00
Peter Cottle
be2fa68a45
Fixes Issue #19 thanks a ton epheph
2013-02-17 16:52:21 -08:00
Peter Cottle
09da420df0
Fixes Issue #26
2013-02-17 10:19:13 -08:00
Peter Cottle
84a9adea01
fixes Issue #22
2013-02-17 03:34:34 -08:00