admin@omencraft.com
2e7781f7f0
More changes to the denotch map converter. Added some tags. Still debugging some parsing issues.
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@30 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-31 02:24:44 +00:00
faketruth
e2f1cf51c7
Prepared some parts of the code for multi world support, I created lots of TODO's
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@29 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-31 00:52:20 +00:00
admin@omencraft.com
940d36d8a1
put the timer and quicksort functions into their own files. Made a few changes to the converter. Converter doesn't understand Entity tags and some chunks cause it to segfault for a currently unknown reason.
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@28 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-30 18:15:44 +00:00
faketruth
ca1d98a7ba
Changed long to long long so it works fine on 32bit systems
...
Added printing for Byte array tags (the length is incorrect though)
Structured the tags enums a bit more
In cConvert.cpp the correct compounds are opened before accessing data
Added VS2010 project so the converter can be compiled through VS2010
git-svn-id: http://mc-server.googlecode.com/svn/trunk@27 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-30 11:41:18 +00:00
admin@omencraft.com
0673834955
Last changes to the converter before bed.
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@26 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-30 09:01:38 +00:00
admin@omencraft.com
5134805bd7
More changes to the denotch map converter
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@25 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-30 08:04:40 +00:00
admin@omencraft.com
87a7bfa9aa
Added Long Tag. It'll now go through the entire NBT data without erroring out. I'm not sure that it's actually saving all tag 7 data though.
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@24 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-30 07:10:22 +00:00
admin@omencraft.com
aead2e43c2
I think I got Tag 7 working, now I need to add tag 4 for the deNotch map converter.
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@23 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-30 06:48:10 +00:00
admin@omencraft.com
07ac0492d0
More updates to denotch map converter for testing.
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@22 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-30 02:55:10 +00:00
admin@omencraft.com
9f3b6fe838
Changed cChunkMat.cpp back to normal. Made more changes to the denotch map converter. Testing cNBTData parser.
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@21 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-30 02:16:01 +00:00
admin@omencraft.com
625a4accda
Added denotch map converter. Program currently reads the only mcr file in the region dir and writes the uncompressed chunk data in world/X0-Z0.pak. I compile in linux with "g++ cConvert.cpp -lz -o denotch"
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@20 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-29 21:19:06 +00:00
faketruth
3b291e19ce
Fixed a memory leak
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@19 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-26 23:18:31 +00:00
admin@omencraft.com
88270be669
Made several recomended changes. Gamemode is now world based. Need to add it to player.
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@18 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-26 20:52:19 +00:00
admin@omencraft.com
6062002d17
Moved GAMEMODE declaration to a single place... cPacket.h. Player can't take damage any more but can still sometimes die on spawn. Not sure why. Falling through the void does not kill you yet.
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@17 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-26 19:13:49 +00:00
admin@omencraft.com
7b00d28157
Creative mode now breaks blocks without providing block drops. Need to work with Player's Inventory for proper creative mode support. GAMEMODE is declared and set twice.
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@16 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-26 18:47:50 +00:00
admin@omencraft.com
acd537d533
Added CreateInventoryAction packet for creative mode. Used cPacketEntityEquipment as template. Forced server into Creative Mode. Can't break blocks yet. Player can stil be damaged in creative mode and dying takes you back to survival mode.
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@15 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-26 16:49:01 +00:00
faketruth
8e64a5d9ff
Updated VS2010 project files
...
Made monster spawning code in cWorld.cpp a bit more compact and readable
srand() is only supposed to be called once in the whole program, and it's already called in the constructor of cWorld so it doesn't have to be in cWorld::Tick()
git-svn-id: http://mc-server.googlecode.com/svn/trunk@14 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-26 13:27:16 +00:00
faketruth
bcc1450ba9
Fixed bug in cMakeDir where it would only create directories named "world"
...
The user input thread now properly stops when the server restarts or stops
git-svn-id: http://mc-server.googlecode.com/svn/trunk@13 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-26 13:07:39 +00:00
admin@omencraft.com
459554201b
added simple code for server side item durabilty on tool items that have durabilty. need to add block destroyed durability modifier.
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@12 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-26 03:22:43 +00:00
admin@omencraft.com
95d2c5febe
changing port back to default
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@11 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-25 23:51:18 +00:00
admin@omencraft.com
a26a0e3825
git-svn-id: http://mc-server.googlecode.com/svn/trunk@10 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-25 23:46:01 +00:00
faketruth
625c30d8bd
Using SSE instructions for noise (terrain generation)
...
Unfortunately the noise functions is only like 7% faster, so you won't even notice
git-svn-id: http://mc-server.googlecode.com/svn/trunk@9 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-25 18:57:38 +00:00
faketruth
cf94994f8e
Abstracted sockets some more to ensure the same behavior over the entire program and on multiple platforms.
...
MCSocket.h should soon be deprecated and deleted
Do a full rebuild (mine bugged out when I didn't)
git-svn-id: http://mc-server.googlecode.com/svn/trunk@8 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-23 00:18:44 +00:00
faketruth
ad119ce556
Found something that calls a function when a segfault happens, might be useful.
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@7 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-22 00:15:12 +00:00
faketruth
c7b4b9f819
Compiles for linux
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@6 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-21 21:25:29 +00:00
faketruth
7e010e7f8f
Setting files
...
Plugins
git-svn-id: http://mc-server.googlecode.com/svn/trunk@5 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-03 19:39:53 +00:00
faketruth
aafef187ef
Source for additional projects
...
-jsoncpp
-lua
-tolua++
-WebServer
-zlib
-iniFile
git-svn-id: http://mc-server.googlecode.com/svn/trunk@4 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-03 19:25:04 +00:00
faketruth
386d58b586
MCServer c++ source files
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@3 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-03 18:41:19 +00:00
faketruth
cc2b15a233
Visual Studio 2010 solution and project files
...
git-svn-id: http://mc-server.googlecode.com/svn/trunk@2 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-03 18:40:09 +00:00
faketruth
e0bae05ed4
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-03 18:26:15 +00:00