- 2e98308 Attempt at fixing blockChanges desync... by momothereal · 8 years ago
- fbc104d Attempts at converting repeaters to tick map (need feedback/help!!), remove duplicate water update. by momothereal · 8 years ago
- 86c2319 Liquids only pulse once, un-commented target pulse. by momothereal · 8 years ago
- c127ecf Change Integer tick speed to int (0 is no-tick) by momothereal · 8 years ago
- b8d5065 Changes to PulseTask, ConcurrentSet util, misc changes by Momo · 8 years ago
- eaffe16 Fix a couple things. by Momo · 8 years ago
- 486c869 Check if type is null before pulsing by Momo · 8 years ago
- 454b780 Add pulse tasking, move other pulse contexts to new tick map, change Map to Set. by Momo · 8 years ago
- 4ab1097 Cleanup requesting pulse by Momo · 8 years ago
- 6f9ca59 Fix a weird duplication thing by Momo · 8 years ago
- 8237990 Merge branch 'master' of https://github.com/GlowstoneMC/Glowstone into hoppers by Momo · 8 years ago
- aa48655 Changes to the block pulse system by Momo · 8 years ago
- 98565d9 Ensure epoll support before using it by mastercoms · 8 years ago
- 20ce765 Update netty usage, especially in httpclient by mastercoms · 8 years ago
- 2874e28 Fix block place blocking for non solid blocks by mastercoms · 8 years ago
- 0e94846 Fixes #292 (rail placement), remove yaw debug by mastercoms · 8 years ago
- 2c19d3b Remove async player saving during shutdown by mastercoms · 8 years ago
- ac8b563 Fix wicked block location bug (#337) by Momo · 8 years ago
- 5104c72 Partially fix invalid block placements in entities by mastercoms · 8 years ago
- 9b0549c Fix furnace tick system by mastercoms · 8 years ago
- 74af0d7 Fix right click tool durability by mastercoms · 8 years ago
- a8f39d6 Remove a looked over ++ by mastercoms · 8 years ago
- 3b6bce2 Add shovel path block creation by mastercoms · 8 years ago
- 39c4889 Stopsound implementation from Glowkit (#336) by Momo · 8 years ago
- a52304e Fix the elytra (#335) by Momo · 8 years ago
- a7b7c6d Merge pull request #331 from momothereal/blockfix by Momo · 8 years ago
- 14569fa Merge pull request #304 from GreenBeard/legacypingsupport by Momo · 8 years ago
- c2ff005 Merge pull request #333 from momothereal/deathf by Momo · 8 years ago
- d443102 Lock hopper when powered by Momo · 8 years ago
- e468440 Hoppers swallow items from containers and drops by Momo · 8 years ago
- 6f35481 Hoppers->Containers functionality, tile tick chunk saving by Momo · 8 years ago
- 2e8a0d0 Fix death, call PlayerDeathEvent/EntityDeathEvent by Momo · 8 years ago
- b1ba943 Fix a thing with data values by Momo · 8 years ago
- 7b416bd Simplified a little by Momo · 8 years ago
- 9711f24 Merge pull request #330 from momothereal/container by Momo · 8 years ago
- 1cfa24f Fix aikar repo by mastercoms · 8 years ago
- ae2010d Fix ItemPlaceAs functionality. by Momo · 8 years ago
- 2a38125 Fix containers not dropping contents in creative. by Momo · 8 years ago
- b367383 Temporarily remove block type cache to fix placement bugs by mastercoms · 8 years ago
- d6a1012 Update dev.sh by Momo · 8 years ago
- a87f221 Don't use durability for data (changed in 1.9) in block placement code by mastercoms · 8 years ago
- 0f56e9a Update README.md by Momo · 8 years ago
- f9f3146 Merge pull request #293 from momothereal/1.10-update by Momo · 8 years ago
- d47ec1e co.aikar repository. by Momo · 8 years ago
- 21d4236 Add missing dependencies, fixes launch error. by Momo · 8 years ago
- fee3791 Merge branch 'master' of https://github.com/GlowstoneMC/Glowstone into 1.10-update by Momo · 8 years ago
- c327d83 Merge pull request #289 from momothereal/summon-command by Momo · 8 years ago
- b554ec5 Magma Block damage. by Momo · 8 years ago
- bd6ab91 Replace old enchantment slots ids to new ones. by Momo · 8 years ago
- c4f32d7 Cleanup circleyml by mastercoms · 8 years ago 1.9.4
- 8ee3289 Yes, I did make that mistake. by Momo · 8 years ago
- d52ae22 Merge branch 'master' of https://github.com/GlowstoneMC/Glowstone into 1.10-update by Momo · 8 years ago
- 7e6d7ca Merge pull request #326 from momothereal/circleci-fix by Momo · 8 years ago
- 9a3a219 Build Glowkit before Glowstone in CircleCI. by Momo · 8 years ago
- eca8943 update dev tools by mastercoms · 8 years ago
- 7f06026 Remove CommandUtils because it was merged in Glowkit, also small fix for water update glitch. by Momo · 8 years ago
- 64be59c Rid thyself of thy Oxford comma by mastercoms · 8 years ago
- 9dd9f76 thread.join already checks for isAlive by mastercoms · 8 years ago
- bd8a5e3 Resolve confusion over rogue threads by mastercoms · 8 years ago
- 5dea81c We use discord now. by mastercoms · 8 years ago
- ddd7475 Optimizations and clean up (#323) by mastercoms · 8 years ago
- b70c477 Remove extraneous diff from previous commit by mastercoms · 8 years ago
- 20eb81a Fix boolean logic in player spawn code by mastercoms · 8 years ago
- 576ba4e Update LICENSE by mastercoms · 8 years ago
- be5194e Ensure player name is not null in uuid json files by mastercoms · 8 years ago
- 613050f Fixes crafting result slot desync (#321) by mastercoms · 8 years ago
- 42ecb9b Make sure durability is applicable and add durability for pickaxes (WIP). Fixes #317, Fixes #311, Fixes #319 by mastercoms · 8 years ago
- e044c65 Fix TNTPrimed spawn error and use simpler (and temporary) entity detection system for close chunks by mastercoms · 8 years ago
- 8c0e32d Small tweaks to metrics by mastercoms · 8 years ago
- 4972be3 Some cleanup to the repo by mastercoms · 8 years ago
- ecdcabc Redstone torch requires repeating pulse by mastercoms · 8 years ago
- 6558c11 Fix error in tickmap contains check, typo in javadoc and add better single tick check by mastercoms · 8 years ago
- 7f94856 Optimize tick system and add one-fire ticks by mastercoms · 8 years ago
- 96cd76f Change PR to meet suggestions by mastercoms · 8 years ago
- 3996067 Merge branch 'master' of https://github.com/GreenBeard/GlowstonePlusPlus into GreenBeard-master by mastercoms · 8 years ago
- 511f4d9 Whoops (fixed wrong Material names) by Momo · 8 years ago
- 2725ced Add new recipes by Momo · 8 years ago
- 2ea2ce1 Fix bugs with off-hand, and enhance its usage. by Momo · 8 years ago
- d728ed2 Added support for legacy pings/queries. by GreenBeard · 8 years ago
- b899294 Add /teleport command, and relative coordinates utility by Momo · 8 years ago
- fa5ce6b Adds FallFlying NBT entry. (Does not contain implementation) by Momo · 8 years ago
- fc9bd4a Add Magma generation, fix baby spawning. by Momo · 8 years ago
- 6eb5445 Implement new 1.10 API changes to Glowstone. by Momo · 8 years ago
- 45ce3ee Update to 1.10.2 by Momo · 8 years ago
- ff881e6 Added more blocks to CactusBlock placement validation (#301) by VaiTon86 · 8 years ago
- 37947fd Merge pull request #303 from momothereal/kotlin by Momo · 8 years ago
- 8131d98 Add Kotlin Maven dependencies by Momo · 8 years ago
- 75910b4 Update to 1.10.1 by Momo · 8 years ago
- 1ac1828 Merge pull request #302 from VaiTon86/gitignore by Gareth Coles · 8 years ago
- f2a4c2c Added windows .db to .gitignore by VaiTon86 · 8 years ago
- ada5e7d Added more blocks in switch-block (#299) by Shad0wCore · 8 years ago
- 0207abb Merge pull request #300 from BjoernPetersen/ignore_eclipse_files by kamcio96 · 8 years ago
- 695afc2 Add files generated by eclipse to .gitignore by Björn Petersen · 8 years ago
- 7da52f8 Glowstone++--. by mastercoms · 8 years ago
- c4afa2b Removed all usages of the forever looping pulse. Changed other classes to appropriately use requestSinglePulse instead. by GreenBeard · 8 years ago
- 9025072 Remove compatibility with 1.9.X clients. by Momo · 8 years ago
- 217fcb0 1.10 protocol changes. by Momo · 8 years ago
- c037f95 Added new requestSinglePulse in GlowWorld.java and changed liquid blocks (water, and lava) to use this method instead of the forever looping requestPulse method by GreenBeard · 8 years ago
- df9ab1c Fix .gitignore (lazy buggers), add PR template, clean GH .md files by Gareth Coles · 8 years ago
- 4e6dc97 Summon command. by Momo · 8 years ago