htamas1210
  • Joined on 2025-12-28
htamas1210 pushed to main at htamas1210/OMG 2026-04-21 10:39:44 +02:00
ebd31a4f11 basic shitty interior
htamas1210 pushed to master at htamas1210/SakuraVNE 2026-04-19 20:39:33 +02:00
67285faf89 changed the submodule for the new https (sub)domain
htamas1210 pushed to master at htamas1210/SakuraCore 2026-04-19 20:30:24 +02:00
7fe522ffbe new minor change to test new https subdomain
htamas1210 pushed to master at htamas1210/SakuraVNE 2026-04-17 12:16:32 +02:00
e0d004ef8e new core version
htamas1210 pushed to master at htamas1210/SakuraCore 2026-04-17 12:16:09 +02:00
4cd1528343 fix: getmouse pos uses the member vars correctly and removed const
31f57eddf7 fix: window remove flags function used | to remove flag instead of &
e9808fb47f fix: sdl render alpha was set 0 changed to 255 to be transparent
Compare 3 commits »
htamas1210 pushed to master at htamas1210/SakuraVNE 2026-04-16 15:43:19 +02:00
7a8d60f3b6 new core version
htamas1210 pushed to master at htamas1210/SakuraCore 2026-04-16 15:42:52 +02:00
fa05feceb8 fixed: uninitalized m_Flags in window made the application window not appear
htamas1210 pushed to master at htamas1210/SakuraVNE 2026-04-16 15:37:32 +02:00
0411889ced new core version, casting window flags to sdl_windowflags
htamas1210 pushed to master at htamas1210/SakuraCore 2026-04-16 15:36:55 +02:00
685fb55b43 fixed: uninitalized m_Flags in window made the application window not appear
htamas1210 pushed to master at htamas1210/SakuraVNE 2026-04-16 14:58:01 +02:00
d20361b4e8 new core version, window flags
htamas1210 pushed to master at htamas1210/SakuraCore 2026-04-16 13:48:45 +02:00
4b89548102 changed the type of the windowflags in windowdata struct and window create function argument
htamas1210 pushed to master at htamas1210/SakuraCore 2026-04-15 10:35:26 +02:00
99d508c5ed added windowFlag to WindowData so client can specify the first window's flags when application is created
htamas1210 pushed to master at htamas1210/SakuraCore 2026-04-15 10:28:16 +02:00
fb9e93d9cf changed m_Flags from pointer to stack var
e64fc16d6a removeflags function for window class
73db13dcc2 addflags function for windows
ec5d5af43e added member var for the window flags to the window class
Compare 4 commits »
htamas1210 pushed to master at htamas1210/SakuraVNE 2026-04-14 18:04:01 +02:00
73c6ee068b new core version, this fixes a crash
htamas1210 pushed to master at htamas1210/SakuraCore 2026-04-14 18:03:46 +02:00
ccbc79d496 fixed: the application crashes when the user used the x button or key combination to close the window
htamas1210 pushed to master at htamas1210/MagicDog 2026-04-14 16:38:25 +02:00
ae67189ba2 done
12087b9e5d gitignore
htamas1210 created branch master in htamas1210/MagicDog 2026-04-14 16:38:25 +02:00
htamas1210 created repository htamas1210/MagicDog 2026-04-14 16:37:44 +02:00
htamas1210 pushed to master at htamas1210/rsa 2026-04-14 09:43:19 +02:00
04c0bfc5fe final touches
bc46aabfc5 deleted dummy var, it does not matter if we generate for dummy or m, it only needs the e and d values from this
e02326f35f explenatory comments
f4068f97b4 generating e
b5f389264a deleted misc
Compare 9 commits »
htamas1210 pushed to master at htamas1210/rsa 2026-04-12 09:44:24 +02:00
a5cbb82dd9 it works finally