Commit graph

99 commits

Author SHA1 Message Date
Maximilian Giller
e8c9a14199 Implemented better relative sizing for tracking view 2023-07-05 15:22:20 +02:00
Maximilian Giller
b4eeb90ce9 Implemented handling for (usually) invalid state when creating ground 2023-07-05 15:21:45 +02:00
Maximilian Giller
762b163655 YES BABY! HOLESSSSSSSS~ Fixed the realised that the coordinate system for the simulation cannot be skewed. Now keeping the proper proportions in diagonal world coordinates 2023-07-05 11:36:28 +02:00
b457c33a72 FIRST WORKING HOLES!!!! WOW! 2023-07-05 01:06:57 +02:00
a5ceecd2a4 Implemented ground framework for collectables simulation 2023-07-03 01:16:44 +02:00
949412df8a Fixed diagonal world coordinates 2023-07-02 04:22:03 +02:00
1c98c75cf9 Removed temporary testing setup 2023-07-01 20:15:33 +02:00
e8319fd6b9 Implemented rotation for sprites, among other things 2023-07-01 20:06:53 +02:00
24963b2d0a Fixed bug in calculating sprite offset for collectables 2023-06-30 20:57:28 +02:00
23fb9d4fd5 Frame limit flag added to config 2023-06-30 20:38:41 +02:00
b5d7dfede9 Fixed and expanded coordinate system, and some more physics WIP 2023-06-29 21:26:30 +02:00
Maximilian Giller
ad5a6731a3 Sync commit 2023-06-28 16:57:13 +02:00
8034b9164d Sync commit 2023-06-28 01:13:10 +02:00
Maximilian Giller
cf6ab330c6 Added multiple spawn points to level 2023-06-22 23:33:45 +02:00
Maximilian Giller
a309976423 Removed unused files 2023-06-22 23:25:32 +02:00
Maximilian Giller
784ac3ba4a Implemented flag to block new players from joining 2023-06-22 23:25:15 +02:00
Maximilian Giller
6f49fecab4 Fixed aspect ratio on split screen views 2023-06-22 23:14:16 +02:00
Maximilian Giller
77dc2f0ceb Implemented border for splitscreen view 2023-06-22 23:01:49 +02:00
Maximilian Giller
4ecc53abb3 TODOS 2023-06-21 20:43:36 +02:00
Maximilian Giller
26561f5d13 Multiplayer viewports rendering now 2023-06-21 20:42:42 +02:00
Maximilian Giller
1aae9e6cb6 Basic multiplayer view scaffolding 2023-06-21 16:05:11 +02:00
62f69a7593 Added todos 2023-06-20 22:19:29 +02:00
b36fec6b3b Added todos 2023-06-20 22:18:35 +02:00
4a44a41c80 Implemented gradient sky 2023-06-20 21:54:59 +02:00
06a6b1b029 Basic skymap prototype 2023-06-18 17:20:35 +02:00
66cc4fcb5f Hiding debug render elements 2023-06-17 21:25:33 +02:00
aa288edd69 Implemented frame counter 2023-06-17 20:47:09 +02:00
27b6e1b324 First tile map properly working 2023-06-17 19:48:51 +02:00
120fdb0a88 Merge remote-tracking branch 'origin/feature-tiling' into feature-tiling
# Conflicts:
#	CMakeLists.txt
#	src/game/level/level_config.hpp
#	src/levels.hpp
#	src/texture_config.h
2023-06-15 23:25:56 +02:00
207a31d3d0 Initial attempts 2023-06-15 23:24:09 +02:00
a9bcdaeb63 Very minor progress on tiling 2023-06-15 19:00:55 +02:00
414f3b79fc Improved map wallout, fixed spawned player in wall glitch and now actually rendering collectables. Player handling has also been reworked 2023-06-13 21:59:50 +02:00
d3e6e35c9b Fixed exception thats thrown on destruction of game. Made game objects shared pointers 2023-06-13 19:04:38 +02:00
88f19ae5e4 Added Collectables collections and other scaffolding required for further development 2023-06-12 21:02:04 +02:00
12b73c00ba Properly implemented grid coordinates 2023-06-11 15:54:05 +02:00
4b96f4f9be Made player radius dynamic 2023-06-11 15:18:22 +02:00
74ca505b60 Player has proper size and a better placeholder graphic 2023-06-11 14:03:48 +02:00
7934d623da Initial attempts 2023-06-11 13:24:27 +02:00
b3d793cb9f Fixed world borders not being aligned properly 2023-06-10 18:53:57 +02:00
041a565ae1 Player size now correlated to world size 2023-06-10 18:51:23 +02:00
37ede84344 Player now colliding with map properly and other small adjustments 2023-06-10 15:24:03 +02:00
916050153a Implemented Level concept and scaffolding for map simulation 2023-06-10 14:48:16 +02:00
4dae13150f Fixed movement stopping on gamepads when button is pressed 2023-06-10 14:47:47 +02:00
cdc8fedfeb Made type more specific 2023-06-10 14:47:34 +02:00
5a4c3949b0 Set actual button for temporary jump action 2023-06-08 00:56:35 +02:00
d2a06324c9 Overhauled input system to support Game actions for buttons. Linked box2d as well 2023-06-08 00:54:01 +02:00
68f2e407f1 Improved configuration of texture assets. Added VersatileSprite and proper factory 2023-06-05 00:12:17 +02:00
37ef4020a1 Working example for animated sprites 2023-06-04 20:55:14 +02:00
7b56493fa9 Made sprites resizable 2023-06-03 20:29:24 +02:00
f778e702e4 Implemented texture ressource management, sprites, animated sprite sheets and scaffoling for collectables 2023-06-03 19:33:41 +02:00