Henrik Hautakoski pnx
pnx pushed tag v0.9 to pnx/tetris-go 2025-09-22 07:01:34 +02:00
pnx pushed tag v0.10 to pnx/tetris-go 2025-09-22 07:01:33 +02:00
pnx pushed tag v0.11 to pnx/tetris-go 2025-09-22 07:01:32 +02:00
pnx pushed tag v0.12 to pnx/tetris-go 2025-09-22 07:01:31 +02:00
pnx pushed to main at pnx/tetris-go 2025-09-21 12:22:56 +02:00
cae34a52aa feat: start the machine in the menu state
b8397aefdb feat: register menu and gameover states.
6d15a806f6 feat: add basic game over state
53a31ea8ad feat: add basic menu state
29225b7007 feat: refactor gameplay logic from main.go to a state machine handler.
pnx deleted tag main from pnx/tetris-go 2025-09-21 12:22:56 +02:00
pnx created repository pnx/tetris-go 2025-09-21 12:22:40 +02:00
pnx renamed repository from httcb to archive/httpcb 2025-09-07 18:54:55 +02:00
pnx created repository archive/httpcb 2025-09-07 18:54:37 +02:00
pnx created repository archive/wow-raid-bingo 2025-09-07 18:51:45 +02:00
pnx transferred repository pnx/heritage-wow to archive/heritage-wow 2025-09-07 18:49:38 +02:00
pnx created repository archive/msp430 2025-09-07 18:48:54 +02:00
pnx created repository archive/heritage-wow 2025-09-07 18:46:33 +02:00
pnx pushed to master at pnx/spectre 2025-09-07 00:58:55 +02:00
e73d1f7f90 source/Platform/Win32/Win32GLContext.cpp: skip goto in createGLContext()
f71fdea463 source/Platform/Unix: Rename XRandR to Xrandr
ca46bd0ef7 adding .clang-format
0596e1ba3b .gitignore: adding LSP files
f6c44a223b source/Platform/Win32/Win32Mouse.cpp: in update() call GetActiveWindow() instead of GetCapture()
Compare 365 commits »
pnx pushed tag v0.0.2 to pnx/spectre 2025-09-07 00:58:22 +02:00
pnx pushed to ico-format at pnx/spectre 2025-09-06 05:16:37 +02:00
58513d70c0 Adding Spectre/System/ByteOrder
396f47cc22 Platform/Unix/X11Display: Implement showCursor()
10e1a9071e Platform/Unix/X11SharedDisplay: pass a pointer to the display to XReleaseDisplay() just to be sure client code has a valid pointer
782f116d7c examples/build.lua: Unix systems needs to link with xrandr.
pnx deleted tag ico-format from pnx/spectre 2025-09-06 05:16:37 +02:00
pnx deleted tag wip-archive-tool from pnx/spectre 2025-09-06 05:16:28 +02:00
pnx pushed to wip-archive-tool at pnx/spectre 2025-09-06 05:16:28 +02:00
99ae7f2236 .gitignore: Add VS Code stuffs.
d7889ebac0 engine.build.lua: include OpenGLShaderProgam in gfxdriver_opengl_module
bb205c6ad1 engine.build.lua: compile GfxDriver/ShaderProgram
81f3e1e399 Graphics: Remove Shader and ShaderProgram classes. they are combined into GfxDriver/ShaderProgram.
pnx pushed to bmp-save at pnx/spectre 2025-09-06 05:16:20 +02:00
ed97e9bd72 source/Graphics/Image/Format/bmp.h
b0d14b91e0 Adding Input Example.
1332921174 examples/events/EventsExample.cpp: handle mouse button events also.
c09febc4d8 examples/events/EventsExample.cpp: store std::string instead of char pointer.
49f42e98f4 Adding Event example