Commit Graph

26 Commits

Author SHA1 Message Date
Bram Verhulst
e578a77d84 Added Buildings
Fixed rendering bugs with edges
2024-04-22 00:32:06 +02:00
Bram Verhulst
5477b8a7f2 Fix digging 2024-04-20 20:20:54 +02:00
Bram Verhulst
ebda39f690 Add Building, Add Hard floors 2024-04-18 15:39:18 +02:00
Bram Verhulst
db83ae5e13 Remove Point2f, replace with Vector2f 2024-04-17 13:54:48 +02:00
Bram Verhulst
64e96ab209 Pre Point2f Nuke
Fixed drawing,
Added general optimisations
2024-04-16 14:08:41 +02:00
Bram Verhulst
f50597d1a5 Fixed sidePieces (Need to add more cases tho) 2024-04-06 01:47:34 +02:00
Bram Verhulst
9def986c83 Fix precompiled headers
Added edge detection (if it works :/)
2024-04-06 01:23:24 +02:00
Bram Verhulst
71d364d9d8 Added inheritance for the screen system
basic edge detection for tile rendering
2024-04-04 13:49:38 +02:00
Bram Verhulst
eb4c7b4d76 Update Screen system
Added FuelScreen (Working buttons)
Added SellScreen (Nothing working)
2024-04-04 00:07:45 +02:00
Bram Verhulst
df9e2f0b64 Basic screen system 2024-04-02 10:17:20 +02:00
Bram Verhulst
0f9bb76973 Reformat + Basic animation system
General fixes
2024-04-01 10:27:37 +02:00
Bram Verhulst
3b9c96ea8d Rework Tile detection system 2024-03-28 18:53:36 +01:00
Bram Verhulst
d441222173 Temp commit. Textures not working anymor :( 2024-03-27 11:40:44 +01:00
Bram Verhulst
61d1d17795 Lmao, git removed some things :>( 2024-03-25 09:30:59 +01:00
Bram Verhulst
ad847355b5 Add more digging logic 2024-03-20 17:10:36 +01:00
Bram Verhulst
a165c0bc6f Fix Collision add basic digging 2024-03-19 17:12:24 +01:00
Bram Verhulst
d5e4aa9752 Fix camera, added more collsion stuff
added pink color
2024-03-19 10:20:07 +01:00
Bram Verhulst
6f2a6ead37 Add Imgui Navbar 2024-03-18 23:47:13 +01:00
Bram Verhulst
964a1a42f6 Added basic player / collisions in player 2024-03-18 15:05:11 +01:00
Bram Verhulst
39c744ba79 Add Imgui, Add TextureManager
From 1.1k texture loads to 5
2024-03-18 12:22:56 +01:00
Bram Verhulst
05f46b7eba Collision Rework, started adding directions to the collision (WIP) 2024-03-17 15:53:48 +01:00
Bram Verhulst
d6c5cfa47b Collision reworked into a Collision Namespace
Added basic player (Needs work)
2024-03-13 01:09:12 +01:00
Bram Verhulst
d0781db9f0 Added a (temp) collision solver for Axis-Aligned rectangles 2024-03-12 12:21:17 +01:00
Bram Verhulst
d6bb3add26 Added the Grid, Camera, Level system
Basic player
Started (Barely) on the TextureManager
And other fixes
2024-03-11 03:29:44 +01:00
9dbfef5e78 Update Gitignore and Basic Camera / Level Implementation 2024-03-08 12:27:04 +01:00
3dcfc744d5 Update README.md
Add GameProject to Solution
2024-03-07 15:36:20 +01:00