GHMiranda
  • Joined on 2023-12-31
GHMiranda pushed to master at GHMiranda/CameraMan 2025-05-07 04:52:25 +00:00
ebd20899f0 Modificado a camera para tentar debugar
GHMiranda pushed to master at GHMiranda/CameraMan 2025-05-07 04:15:17 +00:00
3f215d9e09 Adicionado Camera
GHMiranda created branch master in GHMiranda/CameraMan 2025-05-07 04:14:30 +00:00
GHMiranda pushed to master at GHMiranda/CameraMan 2025-05-07 04:14:30 +00:00
6c8fb48c9a Initial commit
GHMiranda created repository GHMiranda/CameraMan 2025-05-07 04:13:38 +00:00
GHMiranda pushed to master at GHMiranda/MapTracker 2025-03-18 20:21:55 +00:00
362ff4f8d5 Modificado o Readme.md
GHMiranda pushed to master at GHMiranda/MapTracker 2025-03-18 20:21:28 +00:00
f4e91f1180 Adicionado um README.md
GHMiranda pushed to master at GHMiranda/MapTracker 2025-03-18 20:01:01 +00:00
323aa21be1 Criado a página de exbição do mapa
GHMiranda pushed to master at GHMiranda/MapTracker 2025-03-18 19:59:19 +00:00
4869e6c47e Modificado o App.js para obter a localização a cada 30s usando o useEffect()
GHMiranda pushed to master at GHMiranda/MapTracker 2025-03-18 19:57:32 +00:00
296727ead2 Modificado o Storage para ser um singleton
GHMiranda pushed to master at GHMiranda/MapTracker 2025-03-17 21:30:41 +00:00
b37294e5a8 Adicionado o código para obter a permissão de localização
GHMiranda pushed to development at GHMiranda/Drugwars 2024-09-28 02:02:04 +00:00
bade63dbc3 Changed how to implement the headers Region.h, RegionManager.h and Game.h by using pragma once
GHMiranda pushed to development at GHMiranda/Drugwars 2024-09-28 01:42:21 +00:00
c5fdcbe373 updated the CMakeLists.txt
GHMiranda pushed to development at GHMiranda/Drugwars 2024-09-28 01:33:39 +00:00
24d1e5b779 Added Few Classes:
GHMiranda pushed to development at GHMiranda/Drugwars 2024-09-27 20:07:27 +00:00
2b2d4931fc Commited the Bank::setTax Method that was missing.
GHMiranda pushed to development at GHMiranda/Drugwars 2024-09-27 18:02:00 +00:00
db58957c85 Commited the Player.h that was missing in the #9786d5b661 commit
GHMiranda pushed to development at GHMiranda/Drugwars 2024-09-27 18:00:20 +00:00
9786d5b661 Created the LoanShark.cpp and LoanShark.h to be used as the LoanShark class and also add a new method on the Player class that check if a value is less the money owned by the player
GHMiranda pushed to development at GHMiranda/Drugwars 2024-09-27 15:29:32 +00:00
250d8523ec Added Missing CMakeLists.txt to the project
a4993b02bc Created Bank.h and Bank.cpp to be used as the Bank Class of the game.
Compare 2 commits »
GHMiranda pushed to development at GHMiranda/Drugwars 2024-09-27 13:15:40 +00:00
09810d6449 Added a Missing method on Player.cpp to set the Money Value
GHMiranda pushed to development at GHMiranda/Drugwars 2024-09-27 04:12:54 +00:00
7887ee2678 Created the Player.cpp and Player.h that will be used as player class in the game.