Commit Graph
80 Commits
Author SHA1 Message Date
xdot 671c73c639 Merge pull request #1015 from mc-server/Stats
Statistics
2014-05-21 11:14:44 +03:00
andrew 7aeb8ce993 Fixed cWither::KilledBy 2014-05-21 10:59:14 +03:00
andrew 07baf9bdd3 Cleaned up cPlayer::UpdateMovementStats; Wither achievements 2014-05-20 15:52:59 +03:00
andrew 466ff2204f Fixes 2014-05-13 14:53:15 +03:00
andrew aea866f5b1 Movement Statistics 2014-05-12 21:38:52 +03:00
andrew b3d2b5b2c9 cEntity::Killed(cEntity *) Handler; Achievement triggers; cPlayer::AwardAchievement() 2014-05-12 17:05:09 +03:00
andrew 6cb3483954 Fixed compilation 2014-05-11 21:41:25 +03:00
andrew e3c6c8f3dd Fixed stat serialization 2014-05-11 20:30:54 +03:00
andrew c7c3724a3e Statistic Manager 2014-05-11 14:57:06 +03:00
andrew bef3c6d47d Added some comments 2014-04-27 20:26:50 +03:00
andrew c79ba3494c Statistic/Achievement defs 2014-04-07 16:31:15 +03:00
andrew 451a3e97c3 Apache license 2014-03-30 19:25:17 +03:00
andrew 2e28c09770 Ender crystals 2014-03-25 20:59:33 +02:00
andrew c8445cd934 Fixed clang compilation 2014-03-25 11:40:54 +02:00
andrew ba42166411 Fixed wither summoning 2014-03-25 11:13:27 +02:00
andrew 0fe1e50ffc Protocol: Wither metadata 2014-03-25 10:32:58 +02:00
andrew 4f3377bbbf Minor fixes 2014-03-25 09:10:55 +02:00
andrew 6b77dc74ad Wither invulnerability 2014-03-24 12:29:19 +02:00
andrew 4a883be428 Vector3: More casts 2014-03-12 16:30:57 +02:00
andrew 6f2bb0ad44 M_PI MSVC Fix 2014-03-12 16:13:03 +02:00
andrew a3a94436dc Vector3: Length() should always return a float 2014-03-12 15:13:19 +02:00
andrew abf4effaaf Matrix4: Removed enum 2014-03-11 21:58:50 +02:00
andrew 9810d57a39 Unified Matrix4 code 2014-03-11 18:33:31 +02:00
andrew d64db443c2 LineCoeff Doc 2014-03-11 18:10:15 +02:00
andrew b4bf13aa4f Unified Vector classes 2014-03-11 16:02:25 +02:00
andrew 6679641b9e cBlockInfo-related changes from #723 2014-03-08 12:53:15 +02:00
andrew d86fc1af06 Added some comments 2014-03-07 20:49:40 +02:00
andrew 8808523942 Fixed water/lava interaction 2014-03-07 15:42:03 +02:00
andrew 1ea17c0a75 Implemented vanilla-like fluid simulator 2014-03-05 15:54:38 +02:00
andrew 36fd78af35 Removed if condition 2014-03-02 22:55:14 +02:00
andrew 070d483236 cBlockInfo now manages the respective cBlockHandler 2014-03-02 21:25:05 +02:00
andrew 0c87341631 GetById => Get 2014-03-02 16:24:09 +02:00
andrew f40f2ad928 APIDump: ID -> Type 2014-03-02 12:59:09 +02:00
andrew cff4ee11f1 Removed g_BlockXXX arrays 2014-03-02 11:30:20 +02:00
andrew 68b75f7b7a Manually exported g_Block tables 2014-03-02 11:12:29 +02:00
andrew 3ca56b39bc Exported cBlockInfo 2014-03-02 10:50:24 +02:00
andrew d73cdba1f6 g_BlockXXX => cBlockInfo::XXX 2014-03-01 21:34:19 +02:00
andrew 5c5502be9e Refactored global block property arrays 2014-03-01 17:04:17 +02:00
andrew add9955255 APIDump: Fixed cScoreboard enums 2014-03-01 15:03:27 +02:00
andrew 39c8e68ef0 Exported cScoreboard::ForEachTeam 2014-03-01 14:27:55 +02:00
andrew 692a84af31 Shortened enums 2014-03-01 14:20:29 +02:00
andrew a28e5eca18 Exported cScoreboard::ForEachObjective 2014-03-01 14:03:16 +02:00
andrew 5c44945287 Exported and documented cScoreboard 2014-03-01 12:08:40 +02:00
andrew f471873945 Maps: Improvements 2014-02-23 15:05:03 +02:00
andrew 30b22e9f59 Manually exported DoWithMap 2014-02-23 13:25:02 +02:00
andrew 9fa4fa1cc7 Documented and exported cMapManager 2014-02-23 12:55:55 +02:00
andrew 866fde81ca Documented and exported cMap 2014-02-22 13:59:49 +02:00
andrew a96eea5e66 Semi-working implementation of cMap::UpdatePixel 2014-02-22 12:50:30 +02:00
andrew 8bf5d116fe Split cMap::UpdateClient 2014-02-21 15:26:33 +02:00
andrew f201f4f176 Thread safe cMap manager 2014-02-20 16:38:37 +02:00
andrew 83d3a2eedf Manual merge (Fixed conflicts) 2014-02-20 15:37:15 +02:00
andrew 58a708825f cMapDecorator: Implemented random rotations 2014-02-19 20:57:14 +02:00
andrew 4a1ac57408 Documented cMap 2014-02-19 15:28:48 +02:00
andrew 393ca0221d Map decorators; Map clients 2014-02-18 20:50:08 +02:00
andrew 3b24bc870b Map item handler; Fixed several bugs 2014-02-17 16:27:12 +02:00
andrew cf96e69716 cMap::UpdateRadius 2014-02-15 20:06:47 +02:00
andrew c7fb000858 EmptyMap item handler 2014-02-14 17:38:22 +02:00
andrew 5b92b877bc Send map when selected 2014-02-14 16:21:16 +02:00
andrew 32b465b8e1 IDCount Serialization 2014-02-13 21:36:24 +02:00
andrew 92e85cc960 Implementation of in-game maps 2014-02-13 17:13:09 +02:00
andrew b21b682d85 Fixed 1.5.x scoreboard packet IDs 2014-01-23 21:06:05 +02:00
andrew 5c04e216eb Fixed scoreboard.dat structure 2014-01-23 16:42:01 +02:00
andrew bafa0347a3 Fixed scoreboard serialization 2014-01-23 16:27:23 +02:00
andrew 4ef61d8bf6 Command block fixes 2 2014-01-23 14:57:04 +02:00
andrew dd04f5a73c cWorld now saves/loads the scoreboard 2014-01-22 15:49:21 +02:00
andrew 9bd8f74b59 Merge branch 'master' of https://github.com/mc-server/MCServer 2014-01-21 20:40:41 +02:00
andrew fa4750f015 Scoreboard SendTo() 2014-01-21 19:43:13 +02:00
andrew aa61f55b74 Scoreboard protocol support 2014-01-21 15:58:17 +02:00
andrew ff2302ebd5 Scoreboard serialization 2014-01-20 16:45:40 +02:00
andrew 7728f4bcbe Scoreboard deserialization 2014-01-20 16:10:39 +02:00
andrew f321b5d224 Scoreboard improvements 2014-01-19 16:02:37 +02:00
andrew 2b94361059 Basic scoreboard implementation 2014-01-19 14:20:57 +02:00
andrew a037172465 Command block fixes 2014-01-18 21:27:54 +02:00
andrew 992053b32a Merge branch 'master' of https://github.com/mc-server/MCServer 2014-01-18 20:38:02 +02:00
andrew 02c9aa2b1e Parse the MC|AdvCdm plugin message 2014-01-18 19:58:46 +02:00
andrew 1ad6469a18 Command blocks: Execute() 2014-01-18 16:59:33 +02:00
andrew be5299350a Command block (de)serialization 2014-01-18 15:40:47 +02:00
andrew 9a9b51a513 Basic command block implementation 2014-01-18 15:16:47 +02:00
andrew 05e22dccf2 Fixed glowstone drop count 2014-01-11 11:38:34 +02:00
andrew 852c52bee9 Fixed GetPhysicalRAMUsage on Linux 2014-01-01 11:18:56 +02:00