Commit Graph

70 Commits

Author SHA1 Message Date
c65d4b6829 ADD settings and back icons 2025-04-21 12:30:06 +02:00
6b6532031b ADD settings menu to main game with go back feature 2025-04-21 12:27:02 +02:00
69cae0044a ADD show health option 2025-04-20 21:45:41 +02:00
40b86ebf86 PATCH incorrect names 2025-04-20 17:04:51 +02:00
5eb4a74618 REFACTOR cleanup old files + naming conventions 2025-04-20 16:57:36 +02:00
c170c4c049 REFACTOR to be more modular 2025-04-20 16:43:55 +02:00
00274e429d REMOVE unused controller 2025-04-20 16:37:12 +02:00
ae4ab65081 ADD settings menu 2025-04-20 16:10:06 +02:00
03b63fa9b6 ADD switch widget 2025-04-20 15:35:53 +02:00
4148e59db1 ADD global context for each game state 2025-04-19 19:51:05 +02:00
f96b0d579f REMOVE unused game.py 2025-04-19 19:30:55 +02:00
45e81b7182 ADD rudementary main menu, needs refinement 2025-04-19 19:26:58 +02:00
7c025cd8fd REFACTOR button 2025-04-18 21:36:26 +02:00
0e35226e96 ADD hover function to each player 2025-04-18 16:08:02 +02:00
fcf390542b RENAME text_renderer to GUI_renderer 2025-04-17 19:51:14 +02:00
93ac85eb86 ADD setters + getters to player_renderer 2025-04-16 18:35:39 +02:00
16cc091d39 PATCH incorrect values for dust2 2025-04-14 16:34:20 +02:00
68f33a934c UPDATE: yaw appears all the time, longer when player is shooting 2025-03-25 18:03:42 +00:00
b2b5cc65b0 ADD: inferno and dust2 maps, dust2 bugged 2025-03-23 10:54:27 +00:00
b4cc44acc3 PATCH: for python 3.13 2025-03-22 19:32:52 +00:00
54daabaff4 UPDATE: gitignore and requirements 2025-03-22 17:47:20 +00:00
2123ec6dfe ADD: button widget 2025-03-20 20:23:28 +01:00
5f6a1f76ec REMOVE: double text rendering 2025-03-19 19:32:45 +01:00
c64135f4c2 REFACTOR: abstract text rendering away from main renderer 2025-03-19 19:27:12 +01:00
14462ca4a8 REMOVE: game init 2025-03-19 19:09:02 +01:00
45abd430dc REFACTOR: moved render components into seperate module
ADD: Health bar
2025-03-19 19:03:37 +01:00
e168e413e0 UPDATE: yaw beam only appears when player is shooting 2025-03-18 23:18:24 +01:00
259e68b832 PATCH: accidental removal of slider 2025-03-18 22:59:15 +01:00
e8edbc3762 ADD: yaw to see where player is looked + refactor for rendering 2025-03-18 22:53:59 +01:00
b85d30c241 PATCH: Incorrect round swap value 2025-03-18 19:11:23 +01:00
3dccda7a74 REFACTOR: comments + cleanup 2025-03-18 19:05:41 +01:00
9044ff23cf ADD: Slider that acts as seek for match 2025-03-18 18:50:39 +01:00
3d2dcef07f ADD: Slider widget in widget module 2025-03-18 18:50:04 +01:00
1304a4e81a ADD: set_tick() function 2025-03-18 18:45:58 +01:00
9f52947036 PATCH: Incorrect team colours due to wrong total round number 2025-03-16 21:17:48 +01:00
3ee2c5de44 ADD: colours to players on teams 2025-03-16 17:25:32 +01:00
9cd205a293 UPDATE: Window resizable 2025-03-16 17:15:27 +01:00
a38b2de19b REMOVE: input for tick, hardcoded at 1800 for testing 2025-03-16 17:15:10 +01:00
c55abfe02e UPDATE: New rendering method, using real CS2 data, less guessing, more accuracy.
REMOVE: Image coord controller
2025-03-16 17:09:59 +01:00
549872b037 ADD: abstract rendering functionality to different class 2025-03-16 12:57:27 +01:00
ea73df0f87 UPDATE: requirments.txt 2025-03-16 12:57:07 +01:00
ThisBirchWood
bbf2e26004 Update README.md 2025-03-16 12:30:07 +01:00
ThisBirchWood
2a29e09f53 Create README.md 2025-03-16 12:27:47 +01:00
0b58ceeda7 PATCH: Incorrect team numbers 2025-03-16 12:21:46 +01:00
fed502a14a UPDATE: Correctly updating round with _update_round() function
PATCH: Incorrect max tick value
2025-03-16 12:21:25 +01:00
4dbe8d5823 UPDATE: Removed is_ct function 2025-03-16 12:20:30 +01:00
6f7b5859af ADD: Round score for both teams 2025-03-16 12:20:14 +01:00
2022ee504d ADD: Split players into two teams internally 2025-03-16 10:32:55 +01:00
e13aa33dd6 PATCH: Updated mirage json values 2025-03-16 10:32:43 +01:00
78a9e3d2e1 REMOVE: Unused constants from game file 2025-03-15 22:53:56 +01:00