Advertisement
MatthewRock

ad

Apr 6th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. commit 6d3015738d01d8a5c54ebc9ae59b5f8323c2c3c0
  2. Author: Yohann Ferreira <yohann.ferreira@orange.fr>
  3. Date: Wed Mar 26 23:30:26 2014 +0100
  4.  
  5. Added a copyright header to the Helper.h file.
  6.  
  7. commit b28d20e9ab87d2600ba439d10e6bdb2a5fb0020e
  8. Author: Yohann Ferreira <yohann.ferreira@orange.fr>
  9. Date: Wed Mar 26 23:27:54 2014 +0100
  10.  
  11. Code cleanup to the Goal*.h/cpp files.
  12.  
  13. - Added copyright headers
  14. - Made members use m*
  15. - Removed the use of a member reference of the game map class
  16. within goals, and removed the need to give the game map as a parameter
  17. when adding a goal.
  18.  
  19. commit b81fec26c367e16019ee85e26aa538c5e5846433
  20. Author: Yohann Ferreira <yohann.ferreira@orange.fr>
  21. Date: Wed Mar 26 21:54:22 2014 +0100
  22.  
  23. Made the camera start position be set by the application mode.
  24.  
  25. I removed the need to set up some hardcoded map size
  26. in the GameMap constructor.
  27. Now, each application mode can set the camera starting position.
  28.  
  29. As a result, the game mode will now start at the player's temple
  30. coordinates, and the editor mode will start in the middle of the map.
  31.  
  32. We could later even set a start position for each team in the map data.
  33.  
  34. I also turned the culling manager into a component of the camera manager
  35. and made the camera initialisation be done with the camera manager.
  36.  
  37. commit 4f1c471ba1be3153b9cb8d61eab2b731b61cd260
  38. Author: Tomasz Luchowski <paul424@o2.pl>
  39. Date: Sun Apr 6 18:48:45 2014 +0200
  40.  
  41. Revert "Beginning of Creature rotation"
  42.  
  43. This reverts commit 134c221fa7cc5f4058cea86b736dac0b01dc29c0.
  44.  
  45. commit 73714e00745acd7f3af4932e97327ead210abea6
  46. Author: Tomasz Luchowski <paul424@o2.pl>
  47. Date: Sun Apr 6 18:47:59 2014 +0200
  48.  
  49. Revert " Fixed compilation error. Creatures dance crazy disco instead of proper rotate"
  50.  
  51. This reverts commit d9f13fc4335a5ab250dfea1720ab06698ec5711b.
  52.  
  53. commit 26c2cc7eee43e3e4c0877fc1b4a3bff67b07a41d
  54. Author: Tomasz Luchowski <paul424@o2.pl>
  55. Date: Sun Apr 6 18:47:27 2014 +0200
  56.  
  57. Revert "returned FindSFML.cmake file removed earlier"
  58.  
  59. This reverts commit e9d05e5e7a6e3a6b7aa37a13428ed8f4be326e33.
  60.  
  61. commit 05750a59a2123c4a63cae686974fc2ddc43371bc
  62. Author: Tomasz Luchowski <paul424@o2.pl>
  63. Date: Sun Apr 6 10:39:59 2014 +0200
  64. :
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement