summaryrefslogtreecommitdiffstats
path: root/src/Map.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Temporarily commented out override directives."Tycho2014-09-051-1/+1
| | | | | | | | | | | | | | | This reverts commit 6db727c60c01264dc9a9c209c5b335da8f53cd64. Conflicts: src/Bindings/PluginLua.h src/Blocks/BlockFire.h src/Generating/ChunkGenerator.h src/LoggerListeners.cpp src/Mobs/Components/AIAggressiveComponent.h src/Mobs/Monster.h src/OSSupport/IsThread.h src/Protocol/Authenticator.h src/UI/SlotArea.h
* Temporarily commented out override directives.Samuel Barney2014-08-211-1/+1
|
* Implemented trapped chests & othersTiger Wang2014-07-071-2/+2
| | | | | | | + Added trapped chests * Fixed a bunch of bugs in the redstone simulator concerning wires and repeaters * Other potential bugfixes
* Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-1/+1
|
* Fixed a few unneeded breaksTycho2014-03-141-1/+3
|
* Fixed crash and some warnings in map handling.madmaxoft2014-02-271-0/+2
| | | | Fixes #728.
* Fixed MCServer not compiling with C++03 compilersSTRWarrior2014-02-241-7/+7
|
* Maps: Improvementsandrew2014-02-231-3/+9
|
* Documented and exported cMapandrew2014-02-221-6/+43
|
* Semi-working implementation of cMap::UpdatePixelandrew2014-02-221-11/+77
|
* Split cMap::UpdateClientandrew2014-02-211-50/+76
|
* Manual merge (Fixed conflicts)andrew2014-02-201-10/+0
|
* cMapDecorator: Implemented random rotationsandrew2014-02-191-10/+15
|
* Documented cMapandrew2014-02-191-4/+8
|
* Map decorators; Map clientsandrew2014-02-181-23/+209
|
* Map item handler; Fixed several bugsandrew2014-02-171-11/+52
|
* cMap::UpdateRadiusandrew2014-02-151-11/+101
|
* EmptyMap item handlerandrew2014-02-141-4/+4
|
* Send map when selectedandrew2014-02-141-18/+29
|
* IDCount Serializationandrew2014-02-131-0/+18
|
* Implementation of in-game mapsandrew2014-02-131-0/+149