summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed cBlockArea schematic string saving signature.madmaxoft2014-03-072-6/+5
* Merge pull request #763 from Howaner/BlockEntitysMattes D2014-03-075-3/+91
|\
| * Add Flower PotsHowaner2014-03-075-3/+91
* | Added cBlockArea serialization to string.madmaxoft2014-03-072-32/+135
|/
* Added more documentation for FastNBT parser.madmaxoft2014-03-021-3/+45
* Shortened enumsandrew2014-03-011-7/+7
* Improved comments in float size check.madmaxoft2014-03-011-2/+2
* Better fix for the 32-bit float reading.madmaxoft2014-02-281-4/+5
* Fixed a gcc warning in FastNBT.h.madmaxoft2014-02-261-2/+11
* Merge pull request #710 from TheJumper/masterMattes D2014-02-243-0/+198
|\
| * Fixed Formatting, Added DropChances and CanPickUpLoot attributes to MonstersTheJumper2014-02-233-0/+198
| * Rename SkullEntity to MobHeadEntityHowaner2014-02-234-18/+18
| * Add Heads completelyHowaner2014-02-231-1/+1
| * Add Skulls/HeadsHowaner2014-02-234-5/+64
* | Fixed MCServer not compiling with C++03 compilersSTRWarrior2014-02-241-2/+2
* | Maps: Improvementsandrew2014-02-231-1/+5
* | Manual merge (Fixed conflicts)andrew2014-02-204-5/+66
|\ \
| * \ Merge pull request #697 from Howaner/SkullMattes D2014-02-194-5/+64
| |\ \ | | |/ | |/|
| | * Rename SkullEntity to MobHeadEntityHowaner2014-02-194-18/+18
| | * Add Heads completelyHowaner2014-02-181-1/+1
| | * Add Skulls/HeadsHowaner2014-02-174-5/+64
| * | Merge branch 'master' into itemframesTiger Wang2014-02-181-0/+1
| |\ \
| | * | Implemented paintings, fixes #689Tiger Wang2014-02-181-0/+1
| | |/
| * / Implemented item frames, a part of #689Tiger Wang2014-02-181-0/+1
| |/
* | Documented cMapandrew2014-02-191-0/+2
* | Map item handler; Fixed several bugsandrew2014-02-172-4/+14
* | Send map when selectedandrew2014-02-141-3/+6
* | IDCount Serializationandrew2014-02-132-1/+103
* | Implementation of in-game mapsandrew2014-02-132-0/+241
|/
* Fixed #573STRWarrior2014-02-121-4/+4
* Fixed compile and some warnings in MSVSTiger Wang2014-02-091-2/+2
* Partial fix for #130Tiger Wang2014-02-031-0/+1
* Added saving of angry flag.Kirill Kirilenko2014-02-022-0/+7
* Fixed sitting tag.Kirill Kirilenko2014-02-022-5/+5
* Added saving of collar's color.Kirill Kirilenko2014-02-012-4/+11
* Added reading saved state of the wolf (sitting or standing).Kirill Kirilenko2014-01-311-0/+6
* Inversed condition.STRWarrior2014-01-311-1/+1
* Wolf: If Owner tag is missing a normal ownerless wolf will spawn.STRWarrior2014-01-311-9/+6
* Fixed bad variable.STRWarrior2014-01-301-1/+1
* Check if the tag is found.STRWarrior2014-01-301-0/+5
* Fixes #606STRWarrior2014-01-302-2/+9
* Item-loading now checks for weird bytes.madmaxoft2014-01-261-3/+9
* Merge pull request #575 from worktycho/GeneratingBenchmarkMattes D2014-01-252-0/+201
|\
| * Fixed exportsTycho2014-01-251-4/+1
| * Fixed spelling errorTycho2014-01-222-1/+1
| * Added manual bindings for moved functionsTycho2014-01-221-2/+4
| * formatting changesTycho2014-01-222-6/+26
| * Merge branch 'master' into GeneratingBenchmarkTycho2014-01-223-1/+442
| |\
| * | Actually implemented interfacesTycho2014-01-202-21/+28
| * | Moved Schematic file methods to seperate classTycho2014-01-202-0/+175
* | | Fixed a few compile-time and runtime warnings in ScoreboardSerializer.madmaxoft2014-01-241-8/+4
* | | Fixed crash with failed entity-loading.madmaxoft2014-01-241-2/+7
* | | Fixed scoreboard.dat structureandrew2014-01-231-5/+6
* | | Fixed scoreboard serializationandrew2014-01-231-35/+26
* | | Improved code safety for the Compact world storage.Mattes D2014-01-231-104/+72
* | | Command block fixes 2andrew2014-01-232-17/+40
| |/ |/|
* | cWorld now saves/loads the scoreboardandrew2014-01-221-5/+10
* | Merge branch 'master' of https://github.com/mc-server/MCServerandrew2014-01-214-2/+109
|\|
| * Merge pull request #569 from worktycho/EnchantmentsFixMattes D2014-01-194-2/+109
| |\
| | * Switched EnchantmentSerilizer to namespaceTycho2014-01-194-10/+11
| | * Spilt Writing of Enchantments to seperate classTycho2014-01-194-2/+108
* | | Scoreboard protocol supportandrew2014-01-211-0/+4
* | | Scoreboard serializationandrew2014-01-201-5/+72
* | | Scoreboard deserializationandrew2014-01-203-1/+366
|/ /
* | Parse the MC|AdvCdm plugin messageandrew2014-01-181-1/+1
* | Command blocks: Execute()andrew2014-01-181-1/+1
* | Command block (de)serializationandrew2014-01-184-18/+80
|/
* Added user setting compression factorTycho2014-01-176-18/+25
* Merge pull request #534 from mc-server/SpawnMinecartMattes D2014-01-171-1/+1
|\
| * Renamed cEmptyMinecart to cRideableMinecartSTRWarrior2014-01-121-1/+1
| * EmptyMinecarts should be able to get a block inside of them.STRWarrior2014-01-121-1/+1
* | Removed internal cEntity::GetRot() usage.madmaxoft2014-01-171-1/+1
* | Removed obsoleted functionsTiger Wang2014-01-162-2/+2
|/
* Fixed a few MSVC warnings.madmaxoft2014-01-071-5/+8
* Fixed wrong enqueueing.madmaxoft2014-01-061-2/+9
* Merge branch 'master' into threadsafequeueTycho Bickerstaff2014-01-022-8/+8
|\
| * More memory alignment fixes.madmaxoft2014-01-021-3/+3
| * Fixed unaligned memory access in FastNBT.madmaxoft2014-01-021-5/+5
* | fixed a few remaining issues with worldstorageTycho Bickerstaff2014-01-022-24/+6
* | rewrote queue not to use promises for waitsTycho Bickerstaff2014-01-022-15/+9
* | refactored chunk Queue to seperate classTycho Bickerstaff2013-12-312-97/+67
* | added link dependency between WorldStorage and OSSupportTycho Bickerstaff2013-12-221-0/+2
|/
* Preliminary mobile entity savingTiger Wang2013-12-253-12/+788
* Merge branch 'master' into cmakeTycho Bickerstaff2013-12-204-7/+15
|\
| * Attempt at fixing cChunkDef::Height signedness.madmaxoft2013-12-202-3/+11
| * Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft2013-12-202-4/+4
* | moved Worldstorage to globsTycho Bickerstaff2013-12-111-1/+5
* | more cmakeTycho Bickerstaff2013-12-101-0/+7
|/
* Moved json includes to where they are really needed.madmaxoft2013-11-282-1/+1
* Fixed VC2008 compilation, normalized include paths.madmaxoft2013-11-272-2/+2
* Fixed the remaining derpsAlexander Harkness2013-11-273-4/+4
* Further attempts to fix compileTiger Wang2013-11-253-4/+4
* Attempt to fix compilationTiger Wang2013-11-243-4/+4
* Moved source to srcAlexander Harkness2013-11-2410-0/+4925