Gabriel Kaszewski GKaszewski
GKaszewski pushed to main at GKaszewski/blog 2025-09-15 06:27:59 +00:00
c8536502bc Add RSS feed functionality and icon to the blog
GKaszewski pushed to main at GKaszewski/blog 2025-09-15 03:47:28 +00:00
d54cb829ec Add new blog post on disinformation and its impact during the pandemic
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-14 19:40:49 +00:00
dffec9b189 fix: enhance top friends display logic in FeedPage
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-14 19:30:14 +00:00
e2494135d6 fix: add redirect to login for unauthorized access in FeedPage
GKaszewski pushed to master at GKaszewski/przygody-pana-cegly 2025-09-13 12:56:52 +00:00
bc3108ea37 Add MovingPlatformComponent and moving platform scene; implement movement along a path with customizable speed and loop modes
7257242fce Add cannon_bullet scene and update cannon settings; implement new bullet behavior and shooting interval
03abf91f59 Add RecoilComponent and SquashAndStretchComponent; implement recoil and animation effects on shooting
e6f8989d16 Add EnemyControllerComponent and PeriodicShootingComponent; implement enemy shooting behavior and bullet spawning
db2a090acc Add FootstepGfx and JumpGfxComponent; implement particle effects for footsteps and jumps
Compare 5 commits »
GKaszewski pushed to master at GKaszewski/przygody-pana-cegly 2025-09-13 01:30:32 +00:00
dfc9201f62 Add EventBus, SpeedRunManager, and GhostManager; implement ghost recording and playback features
46553a351a Add achievement panel texture and update AchievementPopup design
Compare 2 commits »
GKaszewski pushed to master at GKaszewski/przygody-pana-cegly 2025-09-12 23:52:39 +00:00
a8ff492aed Pacxon (#12)
aa73e54b3e Add KnockbackComponent and HazardComponent for enhanced enemy interactions; integrate knockback effects in DamageComponent
Compare 2 commits »
GKaszewski pushed to master at GKaszewski/przygody-pana-cegly 2025-09-11 02:44:03 +00:00
98b3202361 Update FloatingTextManager colors and integrate floating text display in LeverComponent; replace enemy sprite in basic_enemy scene
6e2bdcdf95 Add FloatingText and FloatingTextManager for UI message display; create basic_enemy scene and integrate components
f229ff5b7d Add FloatingTextManager and FloatingText for displaying UI messages; update CollectableComponent and HealthComponent to utilize new floating text features
Compare 3 commits »
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:51:31 +00:00
d6c42afaec fix: integrate js-cookie for install prompt dismissal handling
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:47:32 +00:00
e376f584c7 fix: update frontend API URL to use proxy for server-side requests
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:45:27 +00:00
75c5adf346 fix: reorganize Traefik labels and network configuration in Docker Compose
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:43:59 +00:00
878ebf1541 fix: add Traefik network labels for API and web routers in Docker Compose
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:39:36 +00:00
c9775293c0 fix: clean up commented-out network and labels configuration in Docker Compose
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:33:55 +00:00
93b90b85b6 fix: adjust network configuration for backend and frontend services in Docker Compose
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:27:04 +00:00
58e51cb028 fix: enhance Traefik routing for API and web services in Docker Compose
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:19:42 +00:00
5282376860 fix: simplify CMD instruction in Dockerfile by removing redundant parameters
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:13:53 +00:00
082f11a3e9 fix: update Docker Compose deployment command and configure server to listen on all interfaces
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:09:16 +00:00
ec73a0c373 fix: update healthcheck command for frontend service and install curl in Dockerfile
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:03:15 +00:00
29afc2e92e fix: update Dockerfiles to install necessary packages without recommendations
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 01:56:07 +00:00
cbca1058a2 fix: add health checks for backend and frontend services in docker-compose