summaryrefslogtreecommitdiff
path: root/.hgrc
blob: bd4782453863723f21479e049e88151296100864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[ui]
username = René 'Necoro' Neumann <necoro@necoro.net>

[extensions]
hgext.fetch =
hgext.purge =
hgext.hgk =
hgext.graphlog =
hgshelve = ~/.hgext/hgshelve.py

[hooks]
commit.diffstat = python:~/.hgext/hgdiffstat.py:diffstat
changegroup.diffstat = python:~/.hgext/hgdiffstat.py:diffstat
ay.git/commit/play.sh?id=b43c7ee5ce45a6e152229e2ccc04ed8c8226768a&follow=1'>Fix 'new'René 'Necoro' Neumann1-3/+2 2013-02-15Pass arguments to _$phaseRené 'Necoro' Neumann1-1/+1 2013-02-15Renamed EXARGS to X_ARGSRené 'Necoro' Neumann3-3/+3 2013-02-15Renamed GPATH to EXERené 'Necoro' Neumann10-14/+14 2013-02-15Use 'super -r' for tormentRené 'Necoro' Neumann1-0/+2 2013-02-15Major overhaul: Support non-wine gamesRené 'Necoro' Neumann20-68/+214 * Moved wine support to own template * Added xpad template * Added no-x template for games that don't support being started on another X. * Improved ways template functions work together: - EXPORT now appends - OVERRIDE replaces all the others - in game: command 'super' to call the phases of the templates - super supports "-r tpl" to remove the phase function of tpl 2012-09-11Move WINEDEBUG to play.shRené 'Necoro' Neumann2-5/+7 2012-09-11Allow to manually cleanup after a game (for whatever unknown reason)René 'Necoro' Neumann1-6/+13 2012-09-10Split 'prepare' in setupX and prepare -- this allows to cleanup even after ↵René 'Necoro' Neumann5-10/+25 killing X 2012-09-10Some renamingRené 'Necoro' Neumann1-8/+9 2012-09-10EXPORT now knows the template we are in -- no need to pass itRené 'Necoro' Neumann5-13/+40 2012-09-10More comments, folding, and some re-organizationRené 'Necoro' Neumann1-56/+94 2012-09-09Zsh EnhancementsRené 'Necoro' Neumann1-5/+9 2012-09-03Allow to create trivial game specs via the cmdlineRené 'Necoro' Neumann1-22/+95 2012-09-03Removed unneeded/trivial game filesRené 'Necoro' Neumann14-66/+20 2012-09-03Fix templatesRené 'Necoro' Neumann3-4/+4 2012-09-03Some more commenting -- and allowing a default PREFIXRené 'Necoro' Neumann1-3/+8