Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-14 | Check db version 4.release2016-03-15 | Andrei Karas | 1 | -1/+1 | |
2016-03-03 | Add docs directory into ignore list. | Andrei Karas | 1 | -0/+1 | |
2016-03-03 | Revert "Fixed a lot of grammar mistakes in the dialougue of NPCs, reworded some" | Andrei Karas | 1 | -0/+0 | |
This reverts commit 14ad5ea74bae22bd2217b025e7a1d76f2cbf97ee. | |||||
2016-03-03 | Fixed a lot of grammar mistakes in the dialougue of NPCs, reworded some | Unverified | 1 | -0/+0 | |
of the dialogues for understanding. Fixed punctuation. | |||||
2016-01-29 | Add evol-docs into all scripts. | Andrei Karas | 6 | -4/+12 | |
2016-01-06 | In status script check db for version 3. | Andrei Karas | 1 | -1/+1 | |
2015-12-10 | Add into status.sh script check for directories without .git. | Andrei Karas | 1 | -0/+4 | |
2015-11-15 | Add check for configuration version. | Andrei Karas | 1 | -0/+21 | |
2015-11-14 | Fix db check if tools task was not installed. | Andrei Karas | 1 | -0/+3 | |
2015-11-14 | Fix checking db version. | Andrei Karas | 1 | -2/+8 | |
2015-09-10 | Show branch name in all scripts.halloween2015 | Andrei Karas | 4 | -6/+6 | |
2015-09-09 | Add to status script also db version check for upgrade. | Andrei Karas | 1 | -0/+12 | |
2015-08-19 | Update readme. | Andrei Karas | 1 | -1/+2 | |
2015-08-03 | Set LANG variable to C in all scripts. | Andrei Karas | 6 | -0/+12 | |
2015-04-02 | Add new task "media" for evol-media repository. | Andrei Karas | 7 | -0/+9 | |
2015-04-02 | Update init.sh script to new urls. | Andrei Karas | 1 | -2/+2 | |
2015-04-02 | add update.sh for upgrade to new repository urls. | Andrei Karas | 1 | -0/+30 | |
How to run: ./upgrade.sh gitlab | |||||
2015-03-19 | Add parameters support in push.sh script. | Andrei Karas | 1 | -1/+2 | |
2015-03-19 | fix git.sh script for support multiple parameters. | Andrei Karas | 1 | -1/+1 | |
2014-12-28 | Add into pull and status script checking for diverged branches. | Andrei Karas | 2 | -2/+2 | |
2014-12-25 | push.sh: fix typo. | Andrei Karas | 1 | -1/+1 | |
2014-12-23 | Fix style in shell scripts. | Andrei Karas | 5 | -26/+26 | |
2014-12-19 | init.sh: add tools repository into server task. | Andrei Karas | 1 | -0/+1 | |
2014-12-14 | Remove debug opearator from init.sh. | Andrei Karas | 1 | -1/+0 | |
2014-12-14 | Allow add child repos with current protocol and not always git@. | Andrei Karas | 1 | -21/+28 | |
2014-12-01 | init.sh: include tools into local task. | Andrei Karas | 1 | -0/+1 | |
2014-11-25 | In status.sh add color for commit id. | Andrei Karas | 1 | -1/+1 | |
2014-11-25 | Into readme add new flags. | Andrei Karas | 1 | -7/+8 | |
2014-11-24 | In status.sh add option "commit" to show latest commits. | Andrei Karas | 1 | -1/+12 | |
Example: ./status.sh commit | |||||
2014-11-24 | Add force key to pull.sh | Andrei Karas | 1 | -1/+11 | |
With this key it will start git pull even if changes present. It will merge if conflict happend This option must NOT used by developers. Examples: ./pull.sh force | |||||
2014-11-18 | Use git-reset after pulling from server-code branch. | Andrei Karas | 1 | -1/+22 | |
This will prevent merge conflicts with rebased code. | |||||
2014-11-16 | Add manaplus into supported tasks and repositories. | Andrei Karas | 7 | -6/+15 | |
2014-11-16 | Add readme file. | Andrei Karas | 1 | -0/+41 | |
2014-11-13 | In status script report also behind commits repos. | Andrei Karas | 1 | -1/+1 | |
2014-11-13 | Into init.sh add action "tools" for add tools only. | Andrei Karas | 1 | -0/+2 | |
2014-11-12 | Add missing link creation in init.sh | Andrei Karas | 1 | -0/+1 | |
2014-11-12 | In init.sh replace bin action to local. | Andrei Karas | 6 | -3/+11 | |
Also add server-local to all scripts. | |||||
2014-11-12 | Into init.sh add bin action for install statically linked binaries. | Andrei Karas | 1 | -0/+3 | |
from existing repository | |||||
2014-11-12 | Create top dir link to evol hercules plugin. | Andrei Karas | 2 | -0/+3 | |
2014-11-10 | add art repo into git tools. | Andrei Karas | 5 | -0/+5 | |
2014-11-05 | fix multiple parameters in git.sh | Andrei Karas | 1 | -1/+1 | |
2014-11-05 | Add ability to init.sh clone only task related repos. | Andrei Karas | 1 | -6/+22 | |
Build in tasks: all client server music default Example: ./init.sh client | |||||
2014-11-05 | Add script for run any git command on all repos. | Andrei Karas | 1 | -0/+21 | |
New script: git.sh | |||||
2014-11-05 | Rename pullall.sh and pushall.sh to pull.sh and push.sh | Andrei Karas | 2 | -0/+0 | |
2014-11-05 | add music dir to gitignore. | Andrei Karas | 1 | -1/+1 | |
2014-11-05 | add script for pull all repos. | Andrei Karas | 1 | -0/+27 | |
New script: pullall.sh | |||||
2014-11-05 | improve status.sh. | Andrei Karas | 1 | -7/+9 | |
2014-11-05 | add music repository. | Andrei Karas | 3 | -4/+16 | |
It can be added if run: ./init.sh all | |||||
2014-11-05 | Show repo name and not path in pushall script. | Andrei Karas | 1 | -1/+1 | |
2014-11-05 | add script for push all repos if changes present. | Andrei Karas | 1 | -0/+19 | |
New script: pushall.sh |