Commit Graph

73 Commits

Author SHA1 Message Date
fb9bc03e51 wip: websocket server in C 2024-11-14 20:52:38 +01:00
KRZYSZTOF RUDNICKI
86bf1e4b13 feat: added option to generate BMP files 2024-10-24 07:37:21 +02:00
KRZYSZTOF RUDNICKI
5359c90223 feat: bash scripts 2024-10-16 12:12:13 +02:00
KRZYSZTOF RUDNICKI
1a04bbf1b3 feat: mock server mitm example 2024-10-15 07:22:10 +02:00
KRZYSZTOF RUDNICKI
d460952c94 feat: added scripts downloading cat images from cat api 2024-09-26 19:22:43 +02:00
0c33244cda feat: translated scrape website comics to C 2024-09-16 16:52:48 +02:00
2008ecf405 chore: renamed folder 2024-09-16 16:23:40 +02:00
a060b615c8 Merge branch 'main' of https://github.com/kuhyx/testsAndMisc 2024-09-16 16:21:54 +02:00
b5fc4fda2e feat: python script for scraping webcomics 2024-09-16 16:21:36 +02:00
KRZYSZTOF RUDNICKI
2e2f2979ad feat: translated split into "C" 2024-09-11 15:04:46 +02:00
KRZYSZTOF RUDNICKI
aecbb44618 chore: updated Licenses 2024-09-11 15:02:50 +02:00
KRZYSZTOF RUDNICKI
b9735d441d feat: extracted repated functionality from split function 2024-09-11 15:01:33 +02:00
KRZYSZTOF RUDNICKI
27017eff58 feat: added script for splitting a number symmetrically across another number 2024-09-11 14:59:57 +02:00
KRZYSZTOF RUDNICKI
479d0eed9d feat: generating images now flexes how fast it is 2024-07-23 17:11:44 +02:00
KRZYSZTOF RUDNICKI
cc194dc4ee feat: initialize srand at the very beginning of program: 2024-07-23 14:02:48 +02:00
KRZYSZTOF RUDNICKI
3d1cf29160 feat: split generate jpg into smalle functions 2024-07-18 17:50:33 +02:00
KRZYSZTOF RUDNICKI
9f6f929012 feat: removed image size restriction 2024-07-18 17:24:42 +02:00
KRZYSZTOF RUDNICKI
9f1514f789 feat: added C generating random jpgs for max speed 2024-07-18 16:48:34 +02:00
KRZYSZTOF RUDNICKI
8b7c8b476e feat: added python script generating random jpgs 2024-07-18 16:26:54 +02:00
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