| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of https://github.com/mc-server/MCServer | Mattes D | 2014-11-06 | 1 | -1/+1 |
|\ |
|
* | | renamed FindAndDoWithUUID to DoWithPlayerByUUID, fixed style and comments, added description to APIDump | Lukas Pioch | 2014-11-05 | 1 | -2/+3 |
* | | Simplified FindAndDoWithUUID, formatted line | Lukas Pioch | 2014-11-02 | 1 | -7/+1 |
* | | Added FindAndDoWithUUID | Lukas Pioch | 2014-11-02 | 1 | -0/+22 |
|/ |
|
* | Merge pull request #1565 from mc-server/MergedIniFile | Mattes D | 2014-10-24 | 1 | -1/+1 |
|\ |
|
| * | Merged IniFile into main MCS sources. | Mattes D | 2014-10-23 | 1 | -1/+1 |
* | | Merge branch 'master' into ChunkLoader | Howaner | 2014-10-23 | 1 | -35/+35 |
|\| |
|
| * | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -35/+35 |
* | | Merge branch 'master' into ChunkLoader | Howaner | 2014-10-21 | 1 | -33/+40 |
|\| |
|
| * | Functions in cPluginManager get references instead of pointers. | Mattes D | 2014-10-15 | 1 | -5/+5 |
| * | cWorld: Fixed scheduler. | Mattes D | 2014-10-13 | 1 | -9/+18 |
| * | Fixed style. | Mattes D | 2014-10-13 | 1 | -2/+4 |
| * | Fix style | worktycho | 2014-10-12 | 1 | -2/+2 |
| * | Update World.cpp | worktycho | 2014-10-12 | 1 | -1/+1 |
| * | Fix lambda capture | worktycho | 2014-10-11 | 1 | -1/+2 |
| * | Moved a few objects to unique_ptr | tycho | 2014-10-10 | 1 | -29/+24 |
* | | Stream 4 chunks per tick. Added priority. | Howaner | 2014-10-06 | 1 | -4/+4 |
* | | Optimized chunk loader | Howaner | 2014-10-02 | 1 | -1/+0 |
|/ |
|
* | Fixed iron trapdoors | Howaner | 2014-09-30 | 1 | -2/+2 |
* | World: Fixed chunk generation by plugins. | madmaxoft | 2014-09-29 | 1 | -1/+1 |
* | Merge branch 'master' into Fixes | Howaner | 2014-09-26 | 1 | -6/+6 |
|\ |
|
| * | Merge pull request #1419 from mc-server/redstoneTests | worktycho | 2014-09-26 | 1 | -6/+6 |
| |\ |
|
| | * | Merge branch 'master' into redstoneTests | Tycho | 2014-09-25 | 1 | -7/+83 |
| | |\ |
|
| | * \ | Merge branch 'master' into redstoneTests | Tycho | 2014-09-17 | 1 | -1/+1 |
| | |\ \ |
|
| | * | | | Added first test to show the object can be created | Tycho | 2014-09-17 | 1 | -3/+3 |
| | * | | | IncrementalRedstoneSimulator now has no dependencies on cChunk | Tycho | 2014-09-16 | 1 | -1/+1 |
| | * | | | Possibly decoupled IncrementalRedstoneSimulator from the rest of the server | Tycho | 2014-09-11 | 1 | -3/+3 |
* | | | | | Fixed players custom name in 1.8 | Howaner | 2014-09-26 | 1 | -2/+2 |
|/ / / / |
|
* | | / | Improved searching for spawn. | madmaxoft | 2014-09-26 | 1 | -3/+14 |
| |_|/
|/| | |
|
* | | | Merge branch 'master' into EntityCustomName | Howaner | 2014-09-23 | 1 | -45/+139 |
|\ \ \ |
|
| * | | | Exported player list states to extra functions. | Howaner | 2014-09-18 | 1 | -3/+75 |
| * | | | Merge branch 'master' into 1.8-Protocol | Howaner | 2014-09-13 | 1 | -1/+1 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Fixed farmland issues. | Howaner | 2014-09-12 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge branch 'master' into 1.8-Protocol | Howaner | 2014-09-12 | 1 | -12/+24 |
| |\| |
|
| | * | Actually set default | worktycho | 2014-09-09 | 1 | -0/+1 |
| | * | use the correct ASSERT | worktycho | 2014-09-08 | 1 | -2/+2 |
| | * | FIxed a couple more warnings | Tycho | 2014-09-08 | 1 | -2/+8 |
| | * | TimeOfDay does not need to be an Int64 | Tycho | 2014-09-08 | 1 | -1/+1 |
| | * | Fixed a few compile warnings | Tycho | 2014-09-08 | 1 | -9/+14 |
| * | | 1.8: Added ParticleEffect packet. | Howaner | 2014-09-11 | 1 | -2/+2 |
| * | | Added the player list to the 1.8 protocol. | Howaner | 2014-09-09 | 1 | -3/+3 |
| |/ |
|
| * | Rewritten chunk status to specify whether the chunk is in queue. | Mattes D | 2014-09-05 | 1 | -18/+20 |
| * | Merge remote-tracking branch 'origin/master' into EntitiesInBox | madmaxoft | 2014-09-04 | 1 | -11/+10 |
| |\ |
|
| | * | Merge pull request #1351 from LO1ZB/remove-a_RelY | Mattes D | 2014-09-03 | 1 | -11/+10 |
| | |\ |
|
| | | * | hopefully the last commit for removing y-coord from chunks. :) | LO1ZB | 2014-09-03 | 1 | -11/+2 |
| | | * | me being stupid | LO1ZB | 2014-08-29 | 1 | -1/+1 |
| | | * | add comments | LO1ZB | 2014-08-29 | 1 | -1/+2 |
| | | * | fix chunk regenerating | LO1ZB | 2014-08-29 | 1 | -0/+8 |
| | | * | remove y-coord from chunks | LO1ZB | 2014-08-28 | 1 | -11/+10 |
| * | | | Added cWorld::ForEachEntityInBox() | madmaxoft | 2014-09-03 | 1 | -0/+9 |
| |/ / |
|
* / / | Added SetCustomName() to players. | Howaner | 2014-09-02 | 1 | -5/+9 |
|/ / |
|
* | | Merge branch 'master' into fixes | madmaxoft | 2014-08-30 | 1 | -2/+4 |
|\ \ |
|
| * | | Rewritten block entity loading. | Mattes D | 2014-08-29 | 1 | -2/+4 |
| |/ |
|
* | | Merge branch 'master' of https://github.com/mc-server/MCServer | Tiger Wang | 2014-08-29 | 1 | -19/+57 |
|\| |
|
| * | World: Report chunk count for the spawn area. | Mattes D | 2014-08-22 | 1 | -1/+1 |
| * | Added cWorld initializers. | Mattes D | 2014-08-21 | 1 | -0/+30 |
| * | Code formatting fixes. | Howaner | 2014-08-19 | 1 | -0/+1 |
| * | CheckBasicStyle checks the src folder as well. | madmaxoft | 2014-08-14 | 1 | -1/+1 |
| * | Exported daylight cycle flag to the protocol. | Howaner | 2014-08-11 | 1 | -8/+1 |
| * | Added a comment and simplified code. | Howaner | 2014-08-10 | 1 | -5/+2 |
| * | Added IsDaylightCycleEnabled saving. | Howaner | 2014-08-10 | 1 | -0/+2 |
| * | Renamed functions. | Howaner | 2014-08-10 | 1 | -3/+3 |
| * | Renamed m_DoDaylightCycle to m_CycleDaylight. | Howaner | 2014-08-08 | 1 | -3/+3 |
| * | Added SetDoDaylightCycle() and IsDaylightCycleEnabled() to cWorld. | Howaner | 2014-08-07 | 1 | -17/+32 |
* | | Improved explosion damage | Tiger Wang | 2014-08-29 | 1 | -3/+6 |
|/ |
|
* | Fixed issues with autocomplete and time loading | Tiger Wang | 2014-08-01 | 1 | -7/+33 |
* | Merge pull request #1269 from Howaner/BlockEntitys | Mattes D | 2014-08-01 | 1 | -0/+10 |
|\ |
|
| * | Exported the beacon. | Howaner | 2014-07-30 | 1 | -0/+10 |
* | | Capitalised "incremental" | Howaner | 2014-07-31 | 1 | -4/+4 |
* | | Added a default value to WaterSimulator, LavaSimulator and RedstoneSimulator. | Howaner | 2014-07-31 | 1 | -2/+2 |
|/ |
|
* | Merged branch 'howaner/Options'. | madmaxoft | 2014-07-30 | 1 | -0/+3 |
|\ |
|
| * | Add "Broadcasting" settings to world.ini | Howaner | 2014-07-27 | 1 | -0/+3 |
* | | Slight cleanup after portals | Tiger Wang | 2014-07-29 | 1 | -2/+4 |
* | | Merge branch 'master' into portals | Tiger Wang | 2014-07-29 | 1 | -32/+63 |
|\| |
|
| * | Added a queue for setting chunk data. | madmaxoft | 2014-07-24 | 1 | -32/+53 |
| * | Made the cWorld::SpawnMobFinalize function more readable. | STRWarrior | 2014-07-24 | 1 | -0/+10 |
* | | Suggestions | Tiger Wang | 2014-07-23 | 1 | -6/+3 |
* | | Speed improvements, crash fixes, & self-suggestions | Tiger Wang | 2014-07-22 | 1 | -11/+6 |
* | | Suggestion and failed merge fix | Tiger Wang | 2014-07-22 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'origin/master' into portals | Tiger Wang | 2014-07-22 | 1 | -9/+4 |
|\| |
|
| * | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -1/+1 |
| * | Style: Normalized spaces after if, for and while. | madmaxoft | 2014-07-21 | 1 | -3/+3 |
| * | Fixed style: spaces after commas. | madmaxoft | 2014-07-19 | 1 | -1/+1 |
| * | World.cpp: fixed not all enum fields being used in m_Dimension switch | archshift | 2014-07-19 | 1 | -1/+2 |
* | | Suggestions | Tiger Wang | 2014-07-21 | 1 | -56/+79 |
* | | Bug and crash fixes | Tiger Wang | 2014-07-20 | 1 | -8/+16 |
* | | Fix failed merge and other issues | Tiger Wang | 2014-07-18 | 1 | -10/+6 |
* | | Merge branch 'master' into portals | Tiger Wang | 2014-07-18 | 1 | -48/+65 |
|\| |
|
| * | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -10/+10 |
| * | Fixed spaces around single-line comments. | madmaxoft | 2014-07-17 | 1 | -17/+15 |
| * | Fixed basic whitespace problems. | madmaxoft | 2014-07-17 | 1 | -5/+5 |
| * | Merge pull request #1192 from mc-server/skinuuid | Mattes D | 2014-07-16 | 1 | -1/+1 |
| |\ |
|
| | * | Player properties are now retrieved | Tiger Wang | 2014-07-14 | 1 | -1/+1 |
| * | | Fixed FindClosestPlayer | Tycho | 2014-07-15 | 1 | -3/+6 |
| * | | Made CreateProjectile a pointer | worktycho | 2014-07-13 | 1 | -1/+1 |
| * | | Changed BroadcastSoundEffect function to take floating pos. | Howaner | 2014-07-13 | 1 | -3/+3 |
| |/ |
|
| * | Merge pull request #1154 from mc-server/trappedchests | Tiger Wang | 2014-07-13 | 1 | -4/+13 |
| |\ |
|
| | * | Implemented trapped chests & others | Tiger Wang | 2014-07-07 | 1 | -4/+13 |
| * | | Implemented support for forced chunk ticking. | madmaxoft | 2014-07-10 | 1 | -0/+9 |
| * | | Fixed arrow collection animation | Tiger Wang | 2014-07-09 | 1 | -9/+0 |
| |/ |
|
| * | Removed world-saving log messages. | madmaxoft | 2014-07-04 | 1 | -2/+0 |
| * | Added generic entity-collecting. | Mattes D | 2014-06-27 | 1 | -1/+10 |
* | | Merge branch 'master' into portals | Tiger Wang | 2014-06-21 | 1 | -6/+9 |
|\| |
|
| * | Nullify deleted pointers. | archshift | 2014-06-19 | 1 | -6/+9 |
* | | Fixed invalid iterators | Tiger Wang | 2014-06-21 | 1 | -10/+4 |
* | | Fixed order of initalisation | Tycho | 2014-06-12 | 1 | -3/+4 |
* | | Portals animate and delay correctly | Tiger Wang | 2014-06-12 | 1 | -3/+6 |
* | | Merge branch 'master' into portals | Tiger Wang | 2014-06-10 | 1 | -30/+106 |
|\| |
|
| * | Fixed a race condition when adding a player to a world. | madmaxoft | 2014-06-10 | 1 | -4/+1 |
| * | Fixed deadlock when moving players to other worlds. | Mattes D | 2014-06-08 | 1 | -29/+82 |
| * | Added queue for adding entities to cWorld. | Mattes D | 2014-06-08 | 1 | -1/+27 |
* | | Portal improvements and suggestions | Tiger Wang | 2014-06-10 | 1 | -5/+13 |
* | | Fixed Time of day | worktycho | 2014-06-07 | 1 | -1/+1 |
* | | Suggestions | Tiger Wang | 2014-06-05 | 1 | -9/+2 |
* | | Time and weather is saved, part of #1058 | Tiger Wang | 2014-06-04 | 1 | -0/+12 |
* | | Configurable portals | Tiger Wang | 2014-06-04 | 1 | -0/+26 |
* | | Merge remote-tracking branch 'origin/master' into portals | Tiger Wang | 2014-06-04 | 1 | -2/+45 |
|\| |
|
| * | Changed block send queue to use vectors | Tiger Wang | 2014-05-29 | 1 | -11/+10 |
| * | Hopefully fixed piston duplication issues | Tiger Wang | 2014-05-25 | 1 | -2/+46 |
* | | Implemented end and nether portals | Tiger Wang | 2014-05-31 | 1 | -0/+31 |
|/ |
|
* | World pre-generation distance is settable in world.ini. | Mattes D | 2014-05-09 | 1 | -2/+6 |
* | Fixed MSVC 64-bit build warnings. | Mattes D | 2014-05-09 | 1 | -4/+3 |
* | Moved the weather picker out of TickWeather(), squashing a warning and improving readability. | archshift | 2014-04-26 | 1 | -24/+26 |
* | Removed impossible default case. | archshift | 2014-04-26 | 1 | -6/+0 |
* | Removed extraneous switch{} in Start() | archshift | 2014-04-26 | 1 | -15/+0 |
* | Small changes; warning fixing. | archshift | 2014-04-25 | 1 | -6/+3 |
* | Merge pull request #909 from jfhumann/fixes | Mattes D | 2014-04-22 | 1 | -5/+5 |
|\ |
|
| * | Merge remote-tracking branch 'origin/master' into fixes | jfhumann | 2014-04-18 | 1 | -5/+4 |
| |\ |
|
| * | | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 2014-04-18 | 1 | -5/+5 |
* | | | Fixed #904 | Tiger Wang | 2014-04-18 | 1 | -0/+5 |
| |/
|/| |
|
* | | Rewrote redstone powering to use power levels | Tiger Wang | 2014-04-15 | 1 | -1/+1 |
* | | Simplified pickup speed randomisation | Tiger Wang | 2014-04-12 | 1 | -4/+3 |
|/ |
|
* | Fixed double projectile spawning. | madmaxoft | 2014-04-05 | 1 | -1/+0 |
* | Removed unused constants. | madmaxoft | 2014-03-25 | 1 | -3/+0 |
* | Fixed code style after recent merge. | madmaxoft | 2014-03-20 | 1 | -30/+28 |
* | Added braces | Tiger Wang | 2014-03-20 | 1 | -0/+2 |
* | ENUMified shrapnel level | Tiger Wang | 2014-03-20 | 1 | -3/+3 |
* | Merge branch 'master' into awesometnt | Tiger Wang | 2014-03-18 | 1 | -6/+5 |
|\ |
|
| * | Merge branch 'master' into warnings | Tycho | 2014-03-14 | 1 | -3/+3 |
| |\ |
|
| | * | Fixed a warning. | madmaxoft | 2014-03-14 | 1 | -3/+3 |
| * | | Added additional macros to support the MSVC size_t format and changed all formats to use the macros | Tycho | 2014-03-12 | 1 | -2/+2 |
| * | | Merge branch 'Werror' into warnings | Tycho | 2014-03-12 | 1 | -1/+0 |
| |\| |
|
| | * | Unified Vector classes | andrew | 2014-03-11 | 1 | -1/+0 |
| * | | Fixed more Format issues | Tycho | 2014-03-11 | 1 | -2/+2 |
| |/ |
|
* | | Added levels of shrapnel | Tiger Wang | 2014-03-18 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'origin/master' into awesometnt | Tiger Wang | 2014-03-10 | 1 | -11/+11 |
|\| |
|
| * | Merge pull request #768 from Howaner/BlockEntitys | Tiger Wang | 2014-03-09 | 1 | -2/+2 |
| |\ |
|
| | * | Merge branch 'master' into BlockEntitys | Howaner | 2014-03-08 | 1 | -8/+18 |
| | |\ |
|
| | * | | Change TNT Fuse to ticks | Howaner | 2014-03-08 | 1 | -2/+2 |
| * | | | Merge branch 'master' into ballisticmissiles | Tiger Wang | 2014-03-09 | 1 | -27/+112 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Improved formatting of username tabcomplete | Tiger Wang | 2014-03-09 | 1 | -7/+7 |
| * | | | Implemented ballistic missiles (fireworks) | Tiger Wang | 2014-02-27 | 1 | -2/+2 |
* | | | | Merge branch 'master' into awesometnt | Tiger Wang | 2014-03-10 | 1 | -27/+112 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Merge pull request #763 from Howaner/BlockEntitys | Mattes D | 2014-03-07 | 1 | -2/+11 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Add Lua Bindings for FlowerPotEntity.h and add documentation. | Howaner | 2014-03-07 | 1 | -2/+2 |
| | * | | Add Flower Pots | Howaner | 2014-03-07 | 1 | -0/+9 |
| * | | | Merge remote-tracking branch 'xdot/master' | madmaxoft | 2014-03-06 | 1 | -8/+18 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Implemented vanilla-like fluid simulator | andrew | 2014-03-05 | 1 | -8/+18 |
| * | | | Fixed an assert in map-loading. | madmaxoft | 2014-03-04 | 1 | -3/+1 |
| * | | | Fixed previous weather changes. | madmaxoft | 2014-03-03 | 1 | -3/+3 |
| * | | | Merge pull request #746 from Howaner/Slabs | Mattes D | 2014-03-03 | 1 | -13/+81 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Add cancelling to WeatherChanging event. | Howaner | 2014-03-02 | 1 | -13/+40 |
| | * | | More documentation (thanks to madmaxoft) and use GetBlockTypeMeta | Howaner | 2014-03-02 | 1 | -4/+8 |
| | * | | Add Trapdoor Functions to cWorld and fix Trapdoor Redstone Bugs | Howaner | 2014-03-02 | 1 | -0/+37 |
| | |/ |
|
| * / | cBlockInfo now manages the respective cBlockHandler | andrew | 2014-03-02 | 1 | -1/+1 |
| |/ |
|
* | | Shrapnel now configurable | Tiger Wang | 2014-03-10 | 1 | -2/+1 |
* | | Added extra awesomeness to TNT | Tiger Wang | 2014-03-05 | 1 | -1/+5 |
|/ |
|
* | Merge pull request #669 from xdot/master | Tiger Wang | 2014-02-24 | 1 | -0/+8 |
|\ |
|
| * | Maps: Improvements | andrew | 2014-02-23 | 1 | -3/+3 |
| * | Thread safe cMap manager | andrew | 2014-02-20 | 1 | -1/+2 |
| * | Manual merge (Fixed conflicts) | andrew | 2014-02-20 | 1 | -95/+85 |
| |\ |
|
| * | | Map item handler; Fixed several bugs | andrew | 2014-02-17 | 1 | -8/+20 |
| * | | Send map when selected | andrew | 2014-02-14 | 1 | -2/+43 |
| * | | IDCount Serialization | andrew | 2014-02-13 | 1 | -0/+54 |
* | | | Merge pull request #700 from Howaner/GlobalFixes | Mattes D | 2014-02-20 | 1 | -4/+6 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add BlockNewLeaves.h and rename Darkoac to Darkoak | Howaner | 2014-02-19 | 1 | -6/+6 |
| * | | Add new Trees (without Generator) | Howaner | 2014-02-19 | 1 | -0/+2 |
* | | | Merge pull request #697 from Howaner/Skull | Mattes D | 2014-02-19 | 1 | -0/+9 |
|\ \ \
| |/ /
|/| | |
|
| * | | Rename SkullEntity to MobHeadEntity | Howaner | 2014-02-19 | 1 | -2/+2 |
| * | | Add Heads completely | Howaner | 2014-02-18 | 1 | -0/+9 |
* | | | The cuboid for cWorld::SetAreaBiome() doesn't need sorting. | madmaxoft | 2014-02-18 | 1 | -1/+5 |
* | | | Added cWorld:SetAreaBiome() API function. | madmaxoft | 2014-02-18 | 1 | -0/+37 |
|/ / |
|
* | | Removed the unnecessary LoopPlayersAndBroadcastChat() functions. | madmaxoft | 2014-02-15 | 1 | -1/+1 |
* | | Implemented cCompositeChat. | madmaxoft | 2014-02-15 | 1 | -1/+19 |
* | | Merged branch 'narroo/master'. | madmaxoft | 2014-02-13 | 1 | -0/+22 |
|\ \
| |/
|/| |
|
| * | Fixed formatting. Moved UnloadUnusedChunks from public to private. | narroo | 2014-02-11 | 1 | -0/+7 |
| * | Fixed formatting of previous commit. | narroo | 2014-02-11 | 1 | -0/+5 |
| * | Fixed bug #385. UnloadUnusedChunks now has the same interface as | narroo | 2014-02-11 | 1 | -0/+10 |
* | | More gcc warnings fixed. | madmaxoft | 2014-02-11 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'origin/master' into ChunkStay | madmaxoft | 2014-02-09 | 1 | -6/+9 |
|\| |
|
| * | Fixed compile and some warnings in MSVS | Tiger Wang | 2014-02-09 | 1 | -2/+0 |
| * | Merge remote-tracking branch 'origin/master' into playerimprovements | Tiger Wang | 2014-02-09 | 1 | -4/+36 |
| |\ |
|
| * \ | Merge branch 'master' into playerimprovements | Tiger Wang | 2014-02-09 | 1 | -3/+3 |
| |\ \ |
|
| * | | | Moved Gamemode setting into General root tag | Tiger Wang | 2014-02-07 | 1 | -1/+1 |
| * | | | Added sender name to PM if prefixes disabled | Tiger Wang | 2014-02-07 | 1 | -1/+1 |
| * | | | Improved chat messaging functions | Tiger Wang | 2014-02-07 | 1 | -4/+7 |
* | | | | Initial ChunkStay code. | madmaxoft | 2014-02-08 | 1 | -12/+0 |
| |_|/
|/| | |
|
* | | | Fixed comment. | STRWarrior | 2014-02-08 | 1 | -1/+1 |
* | | | Renamed cRedstoneManager to cRedstoneSimulator and renamed cRedstoneSimulator to cIncrementalRedstoneSimulator (Might change later). | STRWarrior | 2014-02-07 | 1 | -12/+8 |
* | | | Implemented an easy way of adding new redstone simulators. | STRWarrior | 2014-02-07 | 1 | -3/+37 |
* | | | Merge pull request #646 from worktycho/warningfixes | Alexander Harkness | 2014-02-05 | 1 | -2/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fixed most of the reordering warnings | Tycho | 2014-02-05 | 1 | -2/+2 |
* | | | Merge pull request #635 from tonibm19/master | Mattes D | 2014-02-04 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Exporded World:FindClosestPlayer, Item:IsEnchantable and Monster:MoveToPosition to Lua API | tonibm19 | 2014-02-03 | 1 | -1/+1 |
| |/ |
|
* / | Increased Type safety of Biomes | Tycho | 2014-02-03 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #602 from mc-server/improvementsandfixes | Mattes D | 2014-02-03 | 1 | -3/+3 |
|\ |
|
| * | Added IsBlockWaterOrIce() | Tiger Wang | 2014-02-02 | 1 | -1/+1 |
| * | Revert "Added LOGREPLACELINE for line replacement" | Tiger Wang | 2014-02-02 | 1 | -5/+5 |
| * | Revert "Improved code" | Tiger Wang | 2014-02-02 | 1 | -2/+0 |
| * | Possibly fixed #618 | Tiger Wang | 2014-02-02 | 1 | -2/+2 |
| * | Added checks for ice into IsBlockWater() | Tiger Wang | 2014-02-01 | 1 | -1/+1 |
| * | Improved code | Tiger Wang | 2014-01-31 | 1 | -0/+2 |
| * | Added LOGREPLACELINE for line replacement | Tiger Wang | 2014-01-29 | 1 | -5/+5 |
* | | Changed pointers to references | Tycho | 2014-02-01 | 1 | -4/+3 |
* | | Merge branch 'master' into GeneratingBenchmark2 | Tycho | 2014-02-01 | 1 | -2/+2 |
|\ \ |
|
| * | | Attempt at implementing #563 | tonibm19 | 2014-01-30 | 1 | -2/+1 |
| |/ |
|
| * | The world can now be configured wether farmers should be able to harvest crops. | STRWarrior | 2014-01-27 | 1 | -0/+1 |
* | | Merge branch 'master' into GeneratingBenchmark2 | Tycho | 2014-01-26 | 1 | -3/+37 |
|\| |
|
| * | Did what xoft recommended | Tiger Wang | 2014-01-25 | 1 | -1/+1 |
| * | Mob bugfixes | Tiger Wang | 2014-01-25 | 1 | -2/+11 |
| * | Command block fixes 2 | andrew | 2014-01-23 | 1 | -1/+26 |
* | | Refactored cBlockHandler::OnUse and dependents | Tycho | 2014-01-26 | 1 | -88/+5 |
|/ |
|
* | cWorld now saves/loads the scoreboard | andrew | 2014-01-22 | 1 | -0/+9 |
* | Merge branch 'master' of https://github.com/mc-server/MCServer | andrew | 2014-01-21 | 1 | -15/+21 |
|\ |
|
| * | Changed the cWorld::ScheduleTask() signature. | madmaxoft | 2014-01-19 | 1 | -11/+21 |
| * | Merge pull request #551 from worktycho/schedular | Mattes D | 2014-01-19 | 1 | -6/+2 |
| |\ |
|
| | * | Fixed iterators bug | Tycho | 2014-01-18 | 1 | -2/+1 |
| | * | switched to using m_WorldAge rather than m_TickID | Tycho | 2014-01-18 | 1 | -6/+3 |
| | * | Increased tick count to long | Tycho | 2014-01-17 | 1 | -2/+2 |
| | * | Implemented xsofts suggestion for a saturating counter in the scheduler | Tycho | 2014-01-17 | 1 | -5/+5 |
* | | | Scoreboard protocol support | andrew | 2014-01-21 | 1 | -1/+56 |
|/ / |
|
* | | Merge pull request #559 from mc-server/SpawnMobParticles | Mattes D | 2014-01-19 | 1 | -3/+0 |
|\ \ |
|
| * | | Removed the particles when a mob spawns. | STRWarrior | 2014-01-18 | 1 | -3/+0 |
* | | | Basic command block implementation | andrew | 2014-01-18 | 1 | -0/+9 |
|/ / |
|
* / | Added user setting compression factor | Tycho | 2014-01-17 | 1 | -1/+3 |
|/ |
|
* | Merge pull request #534 from mc-server/SpawnMinecart | Mattes D | 2014-01-17 | 1 | -0/+24 |
|\ |
|
| * | Renamed cEmptyMinecart to cRideableMinecart | STRWarrior | 2014-01-12 | 1 | -2/+2 |
| * | EmptyMinecarts should be able to get a block inside of them. | STRWarrior | 2014-01-12 | 1 | -3/+3 |
| * | Added cWorld::SpawnMinecart. | STRWarrior | 2014-01-12 | 1 | -0/+24 |
* | | added cWorld::ScheduleTask Function | Tycho | 2014-01-14 | 1 | -0/+39 |
|/ |
|
* | Decoupled cChunkGenerator from cWorld and cRoot. | madmaxoft | 2014-01-10 | 1 | -1/+77 |
* | rewrote queue not to use promises for waits | Tycho Bickerstaff | 2014-01-02 | 1 | -1/+4 |
* | fixed warnings in World.cpp | Tycho Bickerstaff | 2013-12-31 | 1 | -1/+3 |
* | Implented BroadcastParticleEffect | STRWarrior | 2013-12-22 | 1 | -0/+9 |
* | Fixed the rest of constructor reorders. | madmaxoft | 2013-12-20 | 1 | -6/+6 |
* | Removed some old cRedstone remnants | Tiger Wang | 2013-12-16 | 1 | -24/+0 |
* | This adds the cWorld::BroadcastEntityEffect and cWorld::BroadcastRemoveEntityEffect functions. | STRWarrior | 2013-12-15 | 1 | -0/+18 |
* | Implemented note block playing and fixed wire | Tiger Wang | 2013-12-14 | 1 | -0/+9 |
* | Improved pickups spawning speed again | Tiger Wang | 2013-12-10 | 1 | -4/+4 |
* | Merge pull request #408 from mc-server/SpawnPoint_Fix | Mattes D | 2013-12-08 | 1 | -1/+1 |
|\ |
|
| * | Now spawn points will not be in deep oceans or rivers etc. | STRWarrior | 2013-12-08 | 1 | -1/+1 |
* | | Merge branch 'master' of https://github.com/mc-server/MCServer into fixesnfeatures | Tiger Wang | 2013-12-08 | 1 | -2/+13 |
|\| |
|
| * | Moved bindings-related to a Bindings subfolder. | madmaxoft | 2013-12-08 | 1 | -2/+1 |
| * | Added a SpawnFallingBlock function so plugins can make other blocks fall. | STRWarrior | 2013-12-07 | 1 | -0/+12 |
* | | Bonemeal has particles, fixes #393 | Tiger Wang | 2013-12-08 | 1 | -0/+6 |
* | | Renamed animation function | Tiger Wang | 2013-12-07 | 1 | -2/+2 |
* | | Fixed duplication glitch with QueueSetBlock | Tiger Wang | 2013-12-06 | 1 | -2/+2 |
* | | Added pickup invalid item check | Tiger Wang | 2013-12-06 | 1 | -0/+11 |
|/ |
|
* | Lava can spawn fire. | madmaxoft | 2013-12-04 | 1 | -0/+1 |
* | Changed cBlockHandler->OnUpdate() to use cChunk directly. | madmaxoft | 2013-11-30 | 1 | -2/+2 |
* | Explicitly set spawnpoint fixes. | madmaxoft | 2013-11-30 | 1 | -20/+11 |
* | Added the real tick duration to the OnWorldTick hook. | madmaxoft | 2013-11-30 | 1 | -9/+10 |
* | Made TNT pickups spawning chance 25% | Tiger Wang | 2013-11-27 | 1 | -1/+1 |
* | Merged master into redstonefixes | Tiger Wang | 2013-11-27 | 1 | -11/+73 |
* | Merge remote-tracking branch 'origin/master' into foldermove2 | Alexander Harkness | 2013-11-26 | 1 | -0/+12 |
* | Fixed another one. | Alexander Harkness | 2013-11-26 | 1 | -1/+1 |
* | Attempt to fix compilation | Tiger Wang | 2013-11-24 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/master' into foldermove2 | Alexander Harkness | 2013-11-24 | 1 | -0/+18 |
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+2715 |