Cuberite Forum

Full Version: How to Submit some changes as a Non-Teammember?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
[Image: 35403450641-orig.png]

Then gimme the patch fileTongue

Or I could just add you to the googlecode repository if you want
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
PM me your google account username
Thanks, I commited my changes Smile
Very nice work! Good jobBig Grin
Can't really submit a patch, since the resource script file (VC2010/MCServer.rc) is marked as binary for some twisted reason :(
Why did you change it?Tongue
Because it was dependent of MFC, which doesn't come with the Express versions of MSVC. Fixed that.