GHMiranda
  • Joined on 2023-12-31
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.
GHMiranda created branch development in GHMiranda/Drugwars 2024-09-27 03:42:04 +00:00
GHMiranda pushed to development at GHMiranda/Drugwars 2024-09-27 03:42:04 +00:00
9bd09b0483 Created the Bag Class used to be used as inventory and stash for the game.
GHMiranda pushed to docs at GHMiranda/PhotoView 2024-08-05 18:38:04 +00:00
d63de2dd4e Added some documentation comments on the main js file to help understand the code
GHMiranda created branch docs in GHMiranda/PhotoView 2024-08-05 04:46:33 +00:00
GHMiranda pushed to docs at GHMiranda/PhotoView 2024-08-05 04:46:33 +00:00
1bdee540e0 Added JSDoc Documentation for the program
GHMiranda created branch development in GHMiranda/PhotoView 2024-08-05 04:28:09 +00:00
GHMiranda pushed to development at GHMiranda/PhotoView 2024-08-05 04:28:09 +00:00
b683b55f0f Started creating the classes for the photoview
GHMiranda created branch master in GHMiranda/PhotoView 2024-07-31 04:58:46 +00:00
GHMiranda pushed to master at GHMiranda/PhotoView 2024-07-31 04:58:46 +00:00
5da29b577a Initial Commit with the Basic Vite project and some basic code already done
GHMiranda created repository GHMiranda/PhotoView 2024-07-31 04:54:30 +00:00
GHMiranda pushed to Development at GHMiranda/Contarius 2024-04-29 02:38:39 +00:00
13880cca63 Fixed some segfaults due not checking for null pointers
GHMiranda pushed to Development at GHMiranda/Contarius 2024-04-26 03:59:46 +00:00
a5e4be6a09 Added strucutres and the functions that used it, also modified doxygen to print the code.