Krzysztof Rudnicki
|
b1d9674053
|
feat: made two inputs work correctly
|
2024-04-26 13:38:49 +02:00 |
|
|
|
ed8b9a915e
|
More PC Language :P
|
2022-09-27 14:44:40 +02:00 |
|
|
|
0acc6e6357
|
feat: move tagDivider to folder
|
2022-06-21 20:43:31 +02:00 |
|
|
|
47b1bd685d
|
Merge remote-tracking branch 'tagDivider/main' into main
|
2022-06-21 20:40:25 +02:00 |
|
|
|
6875f1a4df
|
feat: add SFMLEngine
|
2022-06-21 20:39:15 +02:00 |
|
|
|
c3894d1b3d
|
Merge remote-tracking branch 'SFMLEngine/main' into main
|
2022-06-21 20:38:55 +02:00 |
|
|
|
a004bfd981
|
feat: add dungeonWorld
|
2022-06-21 20:37:46 +02:00 |
|
|
|
3d6f2cc923
|
Merge remote-tracking branch 'dungeonWorld/main' into main
|
2022-06-21 20:37:21 +02:00 |
|
|
|
96fe57dba5
|
feat: move folder
|
2022-06-21 20:35:44 +02:00 |
|
|
|
fb6b983b63
|
Merge remote-tracking branch '1dvelocitysimulator/main' into main
|
2022-06-21 20:34:45 +02:00 |
|
|
|
6c591f2ef2
|
fixme: it compiles and shows the world with 4 textures which are in ther place where there should be but it does not move
|
2022-01-24 12:17:58 +01:00 |
|
|
|
f886ba36b8
|
feat: Adding world::buildScene() method
|
2022-01-24 11:59:08 +01:00 |
|
|
|
15b5ad346d
|
Merge branch 'main' of https://github.com/PolishPigeon/SFMLEngine
|
2022-01-24 10:51:13 +01:00 |
|
|
|
64ee34b8f3
|
Adding loadTextures to world and paths to textures to constants
|
2022-01-24 10:50:31 +01:00 |
|
|
|
0111b09463
|
fix: Removed additional '\' in first link
|
2022-01-24 10:49:13 +01:00 |
|
|
|
0f2cb937ef
|
Beautifying readme
Adding headers
Authors names have clickable links to them!
|
2022-01-24 10:48:43 +01:00 |
|
|
|
b27352ff80
|
Adding new link from opengameart.org
|
2022-01-24 10:45:26 +01:00 |
|
|
|
0bbdbbb221
|
feat: Reworking folder structures, adding world.hpp and world.cpp and world constructor
|
2022-01-24 10:37:08 +01:00 |
|
|
|
5d2ec62f08
|
feat: Adding SpriteNode.hpp
|
2022-01-24 10:05:34 +01:00 |
|
|
|
5e46729227
|
feat: Combining resources and scenenodes, adding absolute position functionality to scenenode, adding updates to sceneNode
|
2022-01-24 09:40:04 +01:00 |
|
|
|
1693bc6c4d
|
fix: fixed compiling error, scene node now has a default constructor so it compiles with the entity.hpp
|
2022-01-24 08:38:14 +01:00 |
|
|
|
00fa8b926f
|
fixme: adding public SceneNode to the entity class makes compilation impossible
|
2022-01-23 19:45:48 +01:00 |
|
|
|
fd449af98e
|
feat: Adding draw method to the scenenode class
|
2022-01-23 19:30:18 +01:00 |
|
|
|
37e225b19c
|
feat: adding entity, aircraft and scenenode classes
|
2022-01-23 19:13:38 +01:00 |
|
|
|
e78f72cd24
|
Create LICENSE
|
2022-01-22 14:06:31 +01:00 |
|
|
|
60fbc58a22
|
Create LICENSE
|
2022-01-22 14:04:49 +01:00 |
|
|
|
c035ebee9a
|
feat: Added shader loading in resources
|
2022-01-22 11:53:03 +01:00 |
|
|
|
9b375abd65
|
feat: Generalizing resource handling
|
2022-01-22 11:49:18 +01:00 |
|
|
|
5ec8a86b02
|
feat: Divided resource.cpp file into resource.hpp and resource.inl
|
2022-01-22 11:37:35 +01:00 |
|
|
|
983dafa3a0
|
feat: Adding error handling for resources
|
2022-01-22 11:33:28 +01:00 |
|
|
|
83fc84ffb7
|
feat: Added compilation flags
|
2022-01-22 11:29:33 +01:00 |
|
|
|
8fe52fb50b
|
Create LICENSE
|
2022-01-22 10:27:07 +01:00 |
|
|
|
2c80747710
|
feat: Adding resource handling Chapter 2, changed game.cpp so it comfors to the new way of handling textures
|
2022-01-22 09:38:29 +01:00 |
|
|
|
6d39483528
|
feat: Adding readme and sprites/textures handling
|
2022-01-21 07:15:38 +01:00 |
|
|
|
862090b43f
|
feat: Fixed time steps
|
2022-01-21 06:56:16 +01:00 |
|
|
|
9f136ffd92
|
feat/bug: Fixed the initial values of mIsMoving* variables so that they are bool, added player movement
|
2022-01-21 06:11:39 +01:00 |
|
|
|
b652b42f32
|
feat: spliting files into folders, adding minimalExample code and chapter 1 from SFML Game Development
|
2022-01-21 05:52:14 +01:00 |
|
|
|
ba41614722
|
feat: Adding smfl hello world code
|
2022-01-21 03:42:58 +01:00 |
|
|
|
d5e196c6a4
|
Merge branch 'main' of https://github.com/PolishPigeon/dungeonWorldStatsAttributesMenu
Merge license file with code files
|
2021-11-06 00:11:13 +01:00 |
|
|
|
d175404e19
|
Show stats and attributes, add change hp option
|
2021-11-06 00:02:38 +01:00 |
|
PolishPigeon
|
ab70affed8
|
Initial commit
|
2021-11-05 23:59:41 +01:00 |
|
|
|
aa5f59c32e
|
Adding Rock Paper Scissors program
|
2021-08-13 03:17:44 +02:00 |
|
|
|
a62b2c2e39
|
Adding collatz conjecture program
|
2021-08-11 01:56:05 +02:00 |
|
|
|
a1f18f5f00
|
Adding Simon Says base file
|
2021-08-11 00:54:30 +02:00 |
|
|
|
85fa783409
|
Adding custom number of plates functionality
|
2021-08-11 00:53:53 +02:00 |
|
|
|
5f83266812
|
Hanoi tower
|
2021-08-10 19:54:49 +02:00 |
|
|
|
77ba48118c
|
adding hanoi towers project
|
2021-08-10 17:31:48 +02:00 |
|
|
|
88ac494fdf
|
Adding miscelanious projects I have worked on for past years
|
2021-08-05 17:14:02 +02:00 |
|
|
|
003bbfac53
|
Code for the project
|
2021-08-04 16:51:59 +02:00 |
|
PolishPigeon
|
50fbce91bd
|
Update README.md
|
2021-07-02 18:18:28 +02:00 |
|