index
:
gaming/tris.git
master
Alessandro Iezzi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
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
Used to calculate FPS.
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
2025-05-19
Add the UI resize listener
Alessandro Iezzi
2025-05-19
Add the expose listener
Alessandro Iezzi
2025-05-18
Move UI inside engine
Alessandro Iezzi
2025-05-18
Move the game engine inside a dedicated directory
Alessandro Iezzi
2025-05-18
Move the process of rendering line from game to engine
Alessandro Iezzi
2025-05-18
Add the mouse button pressed in the graphics engine
Alessandro Iezzi
2025-05-18
Add list utility
Alessandro Iezzi
2025-05-17
Add the maanagement of mouse press event
Alessandro Iezzi
2025-05-17
Add mouse listener
Alessandro Iezzi
2025-05-17
Move the GL init inside the engine
Alessandro Iezzi
2025-05-17
Draw the game field
Alessandro Iezzi
2025-05-17
Add engine_loop and FPS calculation
Alessandro Iezzi
2025-05-17
Add the UI lop event function
Alessandro Iezzi
2025-05-17
Manage events using XPending
Alessandro Iezzi
2025-05-17
Remove draw_frame from expose event
Alessandro Iezzi
2025-05-17
Move out draw_frame from expose event
Alessandro Iezzi
2025-05-17
Fix the size of the window
Alessandro Iezzi
2025-05-17
Add ui_on_keypress function
Alessandro Iezzi
2025-05-17
Add game.c and game.h
Alessandro Iezzi
Contains the function to draw the field.
2025-05-16
Add engine_init
Alessandro Iezzi
2025-05-16
Remove a test target of Makefile
Alessandro Iezzi
2025-05-16
Set the GL viewport on resize of the window
Alessandro Iezzi
2025-05-16
Enable the resize event
Alessandro Iezzi
2025-05-16
Add check on getting GLX context
Alessandro Iezzi
2025-05-16
Add the function for UI resize event
Alessandro Iezzi
2025-05-16
Set the size of the window from main function
Alessandro Iezzi
2025-05-16
Set the title from main
Alessandro Iezzi
2025-05-16
Add event function ui_on_expose
Alessandro Iezzi
2025-05-16
Add parameters width and height to ui_create_window
Alessandro Iezzi
[next]