Advertisement
Guest User

Untitled

a guest
Dec 14th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. [4:25 PM] Royal: Everything is in place, all that needs to be done is add in the actual games
  2. December 5, 2017
  3. [2:53 PM] Royal: Starting work now
  4. [4:11 PM] Royal: Running into an issue with the region not registering me entering it properly, looking into this
  5. [4:34 PM] Royal: Finally fixed the issue, basically what was happening is that since the PlayerMoveEvent gives off locations with Pitch and Yaw (Player) the .equals method won't work when comparing to the saved locations because they have no pitch and yaw, another issue was that I was checking for getX() and getZ() rather then getBlockX() and getBlockZ(), this has been resolved now. It seems to put me into the right team and give me the armor and teleport me perfectly though. So all that is left to do is the actual game mechanics
  6. [7:09 PM] Royal: Finished Bomb Lobbers
  7. [7:09 PM] Royal: Fully tested, everything ready
  8. [7:10 PM] Royal: ---------------------------------------------------------------------------------------------------------
  9. Day 1 of "HubGames" Project. ~4.5 hours spent
  10. What was done: Finished HubGames and added in Bomb Lobbers (Fully tested and working)
  11. Commit: https://github.com/knightzmc/hubcore/commit/82c47a039a0a2d542ecd32fd71b5f8aa7b91c225
  12. ---------------------------------------------------------------------------------------------------------------(edited)
  13. GitHub
  14. HubGames + BombLobbers · knightzmc/hubcore@82c47a0
  15. HubGames stuff was fleshed out and BombLobbers was added and tested.
  16.  
  17. December 6, 2017
  18. [3:39 PM] Royal: Starting work
  19. [4:59 PM] Royal: After a lot of trying to integrafe the second hub game in with the hubgame setup I have, realized it wont work because they function and start differently. So now, just going to add the game in from "scratch"
  20. [6:06 PM] Royal: Setup most of the "bare bones" of the strucutre
  21. [6:06 PM] Royal: Just going to test it out and then tomorrow finish up the game
  22. [8:25 PM] Royal: Something came up and I had to leave for a bit
  23. [8:26 PM] Royal: Finished work tonight
  24. [8:27 PM] Royal: ---------------------------------------------------------------------------------------------------------
  25. Day 2 of "HubGames" Project. ~4 hours spent
  26. What was done: Created and fully tested base for SwordGame
  27. Commit: https://github.com/knightzmc/hubcore/commit/5af894c1ad28d5c79fbe22929cbcd0b4dc6e5945
  28. ---------------------------------------------------------------------------------------------------------------
  29. GitHub
  30. Setup for SwordGame · knightzmc/hubcore@5af894c
  31. Setup for SwordGame.
  32.  
  33. December 7, 2017
  34. [3:02 PM] Royal: Starting work now
  35. [3:02 PM] Royal: Going to add something to the Core that me and Knightz discussed.
  36. [3:20 PM] Royal: Added Region class to the Core and reworked a little bit of it. Pushed to git, this won't be used until the next version of core is added to a maven
  37. [3:20 PM] Royal: Continuing work on SwordGame
  38. [5:01 PM] Royal: Pausing for now, will continue work later tonight.
  39. December 8, 2017
  40. [10:47 AM] Royal: Continuing work now.
  41. [12:56 PM] Royal: Stopping for now, will continue later today or tomorrow
  42. [12:57 PM] Royal: ---------------------------------------------------------------------------------------------------------
  43. Day 3 of "HubGames" Project. ~4 hours spent
  44. What was done: More work on SwordGame
  45. Commit: https://github.com/knightzmc/hubcore/commit/0b349e9a3a3b85f7deb16fd38c10b5a4ed9438a2
  46. ---------------------------------------------------------------------------------------------------------------
  47. GitHub
  48. SwordGame · knightzmc/hubcore@0b349e9
  49. More work on SwordGames
  50.  
  51. NEW MESSAGES
  52. [3:52 PM] Royal: Continuing work now
  53. [6:07 PM] Royal: Paused (2 hours)
  54. December 9, 2017
  55. [3:41 PM] Royal: Resume
  56. [4:32 PM] Royal: Paused.
  57. December 10, 2017
  58. [2:30 PM] Royal: ---------------------------------------------------------------------------------------------------------
  59. Day 4 of "HubGames" Project. ~3 hours spent
  60. What was done: More work on SwordGame (Bugtested existing systems)
  61. Commit: https://github.com/knightzmc/hubcore/commit/3a8104e9d488e94bc51a48dfca437d9bb70fea12
  62. ---------------------------------------------------------------------------------------------------------------
  63. GitHub
  64. Extensive Bugtesting + SwordPlayer · knightzmc/hubcore@3a8104e
  65. Added SwordPlayer to keep track of future stats and points etc.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement