p51 - added to git instructions
updated tv to use new HudCache
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
Hi, welcome to my minimal git guide for fpdb devs!
|
||||
I'll expand this on request, if you have any questions just send me a mail at steffen@sycamoretest.info.
|
||||
|
||||
How to make a local git commit
|
||||
==============================
|
||||
go to the root of your fpdb directory and type:
|
||||
git-add--interactive
|
||||
If you added any new files press a and Enter, then type the number of your new file and press Enter twice. If you made any changes to existing files press u and enter. If you want to commit all changes press * and Enter twice. Press q to leave git-add--interactive.
|
||||
Then create a file for your commit message (I call it since_last_commit.txt) but don't add this to the repository. In the first line of this file put a summary of your changes. If you wish to you can also add in a revision number. My tree (the "central" or "official" repository) uses the format gitX where X is a running number, e.g. git91 is followed by git92. Then give some details of your changes, try to mention anything non-trivial and definitely any user-visible bug fixes. If the table design has been changed that has to be mentioned in the first line.
|
||||
Then run this:
|
||||
git-commit -F since_last_commit.txt
|
||||
|
||||
todo: how to pull/push changes to/from me
|
||||
todo: git-diff, git-rm, git-mv
|
||||
|
||||
License
|
||||
=======
|
||||
Trademarks of third parties have been used under Fair Use or similar laws.
|
||||
|
||||
Copyright 2008 Steffen Jobbagy-Felso
|
||||
Permission is granted to copy, distribute and/or modify this
|
||||
document under the terms of the GNU Free Documentation License,
|
||||
Version 1.2 as published by the Free Software Foundation; with
|
||||
no Invariant Sections, no Front-Cover Texts, and with no Back-Cover
|
||||
Texts. A copy of the license can be found in fdl-1.2.txt
|
||||
|
||||
The program itself is licensed under AGPLv3, see agpl-3.0.txt
|
||||
@@ -3,20 +3,19 @@ Everything is subject to change and especially the order will often change. Patc
|
||||
|
||||
alpha2 (release by 17Aug)
|
||||
======
|
||||
add maxSeats to hands
|
||||
change config file to windows line endings
|
||||
add sf.net logo to webpage
|
||||
change tabledesign VALIGN
|
||||
seperate and improve instructions for update
|
||||
split install instructions into OS-specific and OS-independent section
|
||||
expand instructions for profile file
|
||||
add instructions for mailing list to contacts
|
||||
finish updating filelist
|
||||
ebuild: symlink doesnt work, USE gtk, more automation, update install-in-gentoo.txt, set permissions in it, copy docs to correct place, use games eclass or whatever to get games group notice, print notice about install-in-gentoo.txt and mysql --config
|
||||
add minimal instructions for developing to git-instructions
|
||||
re-run existing regression tests
|
||||
|
||||
alpha3
|
||||
======
|
||||
finish updating filelist
|
||||
finish todos in git instructions
|
||||
make sure totalProfit shows actual profit rather than winnings.
|
||||
update abbreviations.txt
|
||||
(steffen) finish bringing back tourney
|
||||
|
||||
Reference in New Issue
Block a user