04-18-2014, 05:55 PM
Sure go ahead
Random Chitchat 2012-2016
|
04-18-2014, 05:55 PM
Sure go ahead
04-18-2014, 06:03 PM
Done.
You might want to consider writing a little bit of documentation - for how things are expected to work, what the classes / objects do etc.
04-18-2014, 06:45 PM
Attempt #2. This time I removed the old code before replacing.
Make sure you pull before making changes, though, I had to force-push master Thanks given by: NiLSPACE
04-19-2014, 02:13 AM
I think the shortest crashing is
int main; "main" is the entrypoint and is called, but its not a function, but a variable, located in Non eXectuable memory space, so segmentation fault
04-19-2014, 04:31 AM
I don't think that will compile in MSVC 2008, the compiler knows what the main() function is supposed to look like and will at least warn you if you don't have it right.
04-19-2014, 09:22 PM
The wife has set her mind that she wants to move to a new apartment. So we're going to see a few offers next week, and I have to look at mortgage options. Man, talk about signing up for the devil, 30 years commitment, yuck!
04-19-2014, 09:25 PM
Aww good luck
04-20-2014, 12:52 AM
I've finally made myself write up that ChunkStay documentation, hope you like it:
http://mc-server.xoft.cz/LuaAPI/UsingChunkStays.html
04-20-2014, 01:51 AM
(04-20-2014, 12:52 AM)xoft Wrote: I've finally made myself write up that ChunkStay documentation, hope you like it:I get a "Error 502 - Bad Gateway" when I try to reach your Website. :/
04-20-2014, 01:58 AM
Works fine for me - maybe you have a bad HTTP proxy?
|
« Next Oldest | Next Newest »
|