Cuberite Forum
How to Submit some changes as a Non-Teammember? - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Development (https://forum.cuberite.org/forum-13.html)
+--- Thread: How to Submit some changes as a Non-Teammember? (/thread-233.html)



How to Submit some changes as a Non-Teammember? - Lapayo - 12-22-2011

Hey,
I´m not in the DevTeam of MC-Server, but nevertheless I did, and plan to do, some changes in the source code. For example to fix bugs, Protocol incompatibilities, etc.

Some things I did till now:

- Crafting fixed in 1.0.0
- Server compatible with the weapons and equip again. (Some Packets were incompatible)
- fixed bucket bugs
- Fixed clients getting crashed by wrong Pickups
- fixed nearly all mob drops. (Check wheather they are burning is missingBig Grin)
- maybe some other things I can´t recall atmBig Grin


So it would be cool (Also for the dev team, because you don´t have to do this anymore then) when there would be an easy way to submit changes Wink

Simon Wink


RE: How to Submit some changes as a Non-Teammember? - FakeTruth - 12-22-2011

[Image: 35403450641-orig.png]

Then gimme the patch fileTongue

Or I could just add you to the googlecode repository if you want


RE: How to Submit some changes as a Non-Teammember? - Lapayo - 12-22-2011

Hey, I think the secound one would be the cooler oneBig Grin
Because I would be faster because I could push the changes, everyone would know who to blame/contact when there is a problem, and you would have less todo.

But otherwise a patchfile would be also possible.

I´m going to install TortoiseSVN this evening.

Just tell me what you need Wink


RE: How to Submit some changes as a Non-Teammember? - FakeTruth - 12-22-2011

PM me your google account username


RE: How to Submit some changes as a Non-Teammember? - Lapayo - 12-22-2011

Thanks, I commited my changes Smile


RE: How to Submit some changes as a Non-Teammember? - FakeTruth - 12-22-2011

Very nice work! Good jobBig Grin


RE: How to Submit some changes as a Non-Teammember? - xoft - 01-27-2012

Can't really submit a patch, since the resource script file (VC2010/MCServer.rc) is marked as binary for some twisted reason :(


RE: How to Submit some changes as a Non-Teammember? - FakeTruth - 01-27-2012

Why did you change it?Tongue


RE: How to Submit some changes as a Non-Teammember? - xoft - 01-29-2012

Because it was dependent of MFC, which doesn't come with the Express versions of MSVC. Fixed that.