index
:
gaming/tris.git
master
Alessandro Iezzi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2025-05-22
Change colors
Alessandro Iezzi
2025-05-22
Remove the rendiring process of the lines
Alessandro Iezzi
2025-05-22
Remove the rendering of circles from the Engine
Alessandro Iezzi
2025-05-22
Move Circle struct in circle.h
Alessandro Iezzi
2025-05-22
Refactoring to make UI multi-instance
Alessandro Iezzi
2025-05-22
Move UI struct in ui.h
Alessandro Iezzi
2025-05-22
Rename ui_init in ui_new
Alessandro Iezzi
2025-05-22
Add a draft of restarting the game
Alessandro Iezzi
2025-05-22
Add the color for draft
Alessandro Iezzi
2025-05-22
Add some default background
Alessandro Iezzi
2025-05-22
Add the Board struct
Alessandro Iezzi
2025-05-22
Fix the mouse click on resize window
Alessandro Iezzi
2025-05-22
Move lines inside Engine struct
Alessandro Iezzi
2025-05-22
Change color of the background on winning
Alessandro Iezzi
2025-05-22
Rename engine_init in engine_new
Alessandro Iezzi
2025-05-22
Move the Engine struct inside the header
Alessandro Iezzi
2025-05-22
Add Color struct
Alessandro Iezzi
2025-05-22
Add the logic to check the winner
Alessandro Iezzi
2025-05-22
Add logic to set the sign inside the cell
Alessandro Iezzi
2025-05-22
Remove parameters x, y from draw_field function
Alessandro Iezzi
2025-05-22
Move the 'moves' attribute inside the TrisGame struct
Alessandro Iezzi
2025-05-22
Move the next sign attribute inside TrisGame struct
Alessandro Iezzi
2025-05-22
Clean the code
Alessandro Iezzi
2025-05-22
Change the logic on drawing signs
Alessandro Iezzi
2025-05-21
Add the logic for the Cell if filled
Alessandro Iezzi
2025-05-21
Add the logic with Cell to check the click coordinates
Alessandro Iezzi
2025-05-21
Move a declaration
Alessandro Iezzi
2025-05-21
Remove util.* for the liblog
Alessandro Iezzi
2025-05-21
Add logic to get the game in mouse button pressed event
Alessandro Iezzi
2025-05-21
Add the Cell struct
Alessandro Iezzi
2025-05-21
Add a Cell list inside the TrisGame struct
Alessandro Iezzi
2025-05-21
Change the value of the signs
Alessandro Iezzi
2025-05-21
Add the FPS macro
Alessandro Iezzi
2025-05-21
Add logic to draw sign and circle
Alessandro Iezzi
2025-05-21
Rename a function
Alessandro Iezzi
2025-05-21
Add the logic to draw circles inside the field
Alessandro Iezzi
2025-05-21
Fix the rendering of multiple circles
Alessandro Iezzi
2025-05-20
Add UIPosition type
Alessandro Iezzi
2025-05-20
Add logic to get mouse position
Alessandro Iezzi
2025-05-20
Add logic to get coordinates of the mouse button click
Alessandro Iezzi
2025-05-20
Move all logic inside the game
Alessandro Iezzi
2025-05-20
Add function to draw circle
Alessandro Iezzi
2025-05-20
Remove the transformation from pixel to OpenGL coordinates
Alessandro Iezzi
2025-05-20
Add logic to keep the ratio on resizing the window
Alessandro Iezzi
2025-05-19
Add the Circle type
Alessandro Iezzi
2025-05-19
Remove useless cast
Alessandro Iezzi
2025-05-19
Add logic to maintain the aspect ratio
Alessandro Iezzi
2025-05-19
Add the UIEventResize
Alessandro Iezzi
2025-05-19
Add reference to UI in the Engine structure
Alessandro Iezzi
2025-05-19
Add the UI type
Alessandro Iezzi
[next]