1
0
mirror of https://github.com/ssloy/tinyraycaster.git synced 2025-01-17 05:08:22 +01:00

25 Commits

Author SHA1 Message Date
Dmitry V. Sokolov
778522c74e Update README.md 2019-02-10 08:07:42 +01:00
Dmitry V. Sokolov
1f776eaa90 Update README.md 2019-02-10 08:07:42 +01:00
Dmitry V. Sokolov
3453355595 std::chrono for FPS control; smooth sliding along the walls 2019-02-10 08:07:41 +01:00
Dmitry V. Sokolov
e89e94af0e sprite positioning bugfix + a bit of cleaning 2019-02-10 08:07:41 +01:00
Dmitry V. Sokolov
023d91cc1d a bit of refactoring 2019-02-10 08:07:41 +01:00
Dmitry V. Sokolov
a7e92d5543 crude SDL event handling; walking in the game shows plenty of bugs :) 2019-02-10 08:07:41 +01:00
Dmitry V. Sokolov
152b477820 SDL window 2019-02-10 08:07:41 +01:00
Dmitry V. Sokolov
63f1a5639a correct sprite ordering 2019-02-10 08:07:41 +01:00
Dmitry V. Sokolov
f2db6b113a monsters depth problem 2019-02-10 08:07:41 +01:00
Dmitry V. Sokolov
ea577d6708 depth buffer 2019-02-10 08:07:41 +01:00
Dmitry V. Sokolov
3d99cf0bb6 sprite size/offset 2019-02-10 08:07:41 +01:00
Dmitry V. Sokolov
323e3f7c24 monsters shown on the map 2019-02-10 08:07:41 +01:00
Dmitry V. Sokolov
80e6e4a815 refactoring time! 2019-02-10 08:07:41 +01:00
Dmitry V. Sokolov
8e221cbc89 apply textures to the walls 2019-02-10 08:07:41 +01:00
Dmitry V. Sokolov
df8fb12a3e rudimentary usage of the textures 2019-02-10 08:07:41 +01:00
Dmitry V. Sokolov
f84ae5aac9 load textures 2019-02-10 08:07:41 +01:00
Dmitry V. Sokolov
35ed743b6f cosine perspective correction 2019-02-10 08:07:41 +01:00
Dmitry V. Sokolov
ff7d714453 first animation 2019-02-10 08:07:41 +01:00
Dmitry V. Sokolov
da2257985e crude 3d rendering 2019-02-10 08:07:41 +01:00
Dmitry V. Sokolov
e7a8b510ae render the visibility cone 2019-02-10 08:07:41 +01:00
Dmitry V. Sokolov
9475f8d10d cast one ray 2019-02-10 08:07:41 +01:00
Dmitry V. Sokolov
68d2cd560e draw the player 2019-02-10 08:07:41 +01:00
Dmitry V. Sokolov
c6a12066bf map drawing 2019-02-10 08:07:41 +01:00
Dmitry V. Sokolov
90b7cfb0f2 save the framebuffer to a file 2019-02-10 08:07:26 +01:00
Dmitry V. Sokolov
793a46d855 initial commit 2019-02-09 12:19:19 +01:00