Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by EternallyCurious. 04/18/24 10:45
StartWeek not working as it should
by Zheka. 04/18/24 10:11
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
zorro 64bit command line support
by 7th_zorro. 04/15/24 09:36
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:48
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:46
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (1 invisible), 692 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, 11honza11, ccorrea, sakolin, rajesh7827
19046 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 16 1 2 3 4 15 16
Re: TUST or "The community library" [Re: Rei_Ayanami] #420956
04/07/13 15:34
04/07/13 15:34
Joined: Apr 2005
Posts: 4,506
Germany
F
fogman Offline
Expert
fogman  Offline
Expert
F

Joined: Apr 2005
Posts: 4,506
Germany
+1 (that´s what meant in the first place)


no science involved
Re: TUST or "The community library" [Re: Tempelbauer] #420962
04/07/13 17:13
04/07/13 17:13
Joined: Apr 2007
Posts: 3,751
Canada
WretchedSid Offline
Expert
WretchedSid  Offline
Expert

Joined: Apr 2007
Posts: 3,751
Canada
Originally Posted By: Tempelbauer

3.) use the branch-concept to tag stable versions. it should be not only a common libary, but a useable common libary.

Git has support for tags directly, which should be used instead. Branches are better for extra features (eg the inventory system should happen in a secondary branch and be merged back into master once its done).

I would also like to see people to use their own forks and submit pull requests instead of giving them direct commit access, obviously that would also imply some kind of peer review by the project maintainer.


Shitlord by trade and passion. Graphics programmer at Laminar Research.
I write blog posts at feresignum.com
Re: TUST or "The community library" [Re: WretchedSid] #420963
04/07/13 17:38
04/07/13 17:38
Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
MasterQ32 Offline OP
Expert
MasterQ32  Offline OP
Expert

Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
I think we are just a bunch of git newbies, so maybe you could write some kind of short tutorial here. Would be awesome!


Visit my site: www.masterq32.de
Re: TUST or "The community library" [Re: Rei_Ayanami] #420966
04/07/13 18:04
04/07/13 18:04
Joined: Jul 2001
Posts: 6,904
H
HeelX Offline
Senior Expert
HeelX  Offline
Senior Expert
H

Joined: Jul 2001
Posts: 6,904
Originally Posted By: fogman
pls, pls, pls...
Add a meaningful prefix to all files and functions, maybe "tust"
Originally Posted By: Rei_Ayanami
I would highly recommend using a standard prefix in front of each function, even if they got their own prefixes.
It is funny: in the moment someone wants to build something code related, everyone gets uneasy about coding- and naming conventions.

My advice for you would be to take it easy and work in short, but intensive sprints. Everyone gets a task to write this and that in the next 2-4 weeks and then you invest one week into refactoring and making it pretty and stable. Then you release it.

Re: TUST or "The community library" [Re: MasterQ32] #420977
04/07/13 23:51
04/07/13 23:51
Joined: Apr 2007
Posts: 3,751
Canada
WretchedSid Offline
Expert
WretchedSid  Offline
Expert

Joined: Apr 2007
Posts: 3,751
Canada
Originally Posted By: MasterQ32
I think we are just a bunch of git newbies, so maybe you could write some kind of short tutorial here. Would be awesome!

There have been lots of great git tutorials that cover it much better than I could ever do. Give this one a shot, it covers the philosophy of git exceptionally well: http://www.jayway.com/2013/03/03/git-is-a-purely-functional-data-structure/


Shitlord by trade and passion. Graphics programmer at Laminar Research.
I write blog posts at feresignum.com
Re: TUST or "The community library" [Re: WretchedSid] #420983
04/08/13 06:01
04/08/13 06:01
Joined: Mar 2006
Posts: 1,993
Karlsruhe
PadMalcom Offline
Serious User
PadMalcom  Offline
Serious User

Joined: Mar 2006
Posts: 1,993
Karlsruhe
OT: I wonder if the decentralized structure is the only big "advantage" of git. If yes, I don't like it laugh The idea of branching, merging and RCs is not new and for SVN management there exist better tools.

I uploaded a simple inventory and a logging library. Movement code is next!

Last edited by PadMalcom; 04/08/13 09:36.
Re: TUST or "The community library" [Re: PadMalcom] #420997
04/08/13 13:04
04/08/13 13:04
Joined: Apr 2007
Posts: 3,751
Canada
WretchedSid Offline
Expert
WretchedSid  Offline
Expert

Joined: Apr 2007
Posts: 3,751
Canada
Originally Posted By: PadMalcom
OT: I wonder if the decentralized structure is the only big "advantage" of git.

No, but it's one of the key features that make it much more flexible than SVN. And you don't have to put advantage in quotes, it is a tremendous advantage over SVN wink


Shitlord by trade and passion. Graphics programmer at Laminar Research.
I write blog posts at feresignum.com
Re: TUST or "The community library" [Re: WretchedSid] #421049
04/09/13 06:02
04/09/13 06:02
Joined: Mar 2006
Posts: 1,993
Karlsruhe
PadMalcom Offline
Serious User
PadMalcom  Offline
Serious User

Joined: Mar 2006
Posts: 1,993
Karlsruhe
Quotes, that's my way of teasing people wink Maybe I'm already too old to willingly switch to new technologies... laugh

Re: TUST or "The community library" [Re: PadMalcom] #421064
04/09/13 12:33
04/09/13 12:33
Joined: Apr 2007
Posts: 3,751
Canada
WretchedSid Offline
Expert
WretchedSid  Offline
Expert

Joined: Apr 2007
Posts: 3,751
Canada
Damn old people! tongue


Shitlord by trade and passion. Graphics programmer at Laminar Research.
I write blog posts at feresignum.com
Re: TUST or "The community library" [Re: WretchedSid] #421073
04/09/13 15:13
04/09/13 15:13
Joined: Jan 2012
Posts: 36
T
themuzikman Offline
Newbie
themuzikman  Offline
Newbie
T

Joined: Jan 2012
Posts: 36
Hey, wasn't there a project called TUSC many years ago back in the A5/6 days??? I think it was The Ultimate Script Creator, or something if I'm not mistaken. This obviously just reminded me of that haha

Page 2 of 16 1 2 3 4 15 16

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1