1
0
mirror of https://github.com/ssloy/tinyraycaster.git synced 2025-08-31 09:31:53 +02:00

Commit Graph

  • 8dae70f8d8 wiki images master Dmitry V. Sokolov 2019-02-20 14:55:33 +01:00
  • 265e3cb72c teaser images Dmitry V. Sokolov 2019-02-20 14:23:14 +01:00
  • 69e1f27e2c read this arrow Dmitry V. Sokolov 2019-02-20 14:10:45 +01:00
  • d0d86bdb28 Update README.md Dmitry V. Sokolov 2019-02-16 23:56:23 +01:00
  • 1d1972c8cf Merge pull request #10 from maximevince/master Dmitry V. Sokolov 2019-02-16 23:55:22 +01:00
  • 9b4f8fcd8e Make it compile on gcc 6.3.0 (size_t error) Maxime Vincent 2019-02-16 18:53:00 +00:00
  • 339a3ea8cf Merge pull request #8 from RazorNeko/master Dmitry V. Sokolov 2019-02-13 12:47:29 +01:00
  • e63633b6da Add extra argument. RazorNeko 2019-02-13 13:54:45 +03:00
  • 20b5d8c0ea Merge pull request #5 from paul-nelson-baker/build-script Dmitry V. Sokolov 2019-02-11 22:27:34 +01:00
  • b392a76414 Ensuring git is installed first (most likely it is, but students are notoriously avoidant). Also fixing typo. Paul N. Baker 2019-02-11 14:16:41 -07:00
  • d4563c5281 Buildscripts - Because we like fast interations while also over-engineering solutions Paul N. Baker 2019-02-11 14:09:50 -07:00
  • d5a5968ba8 Update README.md Dmitry V. Sokolov 2019-02-11 21:47:03 +01:00
  • d9e1a701d0 Merge pull request #4 from paul-nelson-baker/macos-cmath-import Dmitry V. Sokolov 2019-02-11 21:45:26 +01:00
  • 5ca8d380bd Fixing building on macOS. Backward compatible with Linux (Tested on macOS 10.14.3 and Ubuntu 18.04) Paul N. Baker 2019-02-11 13:36:39 -07:00
  • 8eb720120c Update README.md Dmitry V. Sokolov 2019-02-11 17:45:30 +01:00
  • 7de1140ea5 Merge pull request #3 from svenefftinge/master Dmitry V. Sokolov 2019-02-11 17:42:40 +01:00
  • 40f5d7bb3f Added libsdl2-dev to dockerfile Sven Efftinge 2019-02-11 14:06:16 +00:00
  • 13447bbe7c readthis arrow :) Dmitry V. Sokolov 2019-02-11 06:38:20 +01:00
  • b1418ba753 Update README.md Dmitry V. Sokolov 2019-02-10 21:09:56 +01:00
  • 16d528e1a7 read this arrow :) Dmitry V. Sokolov 2019-02-10 18:36:58 +01:00
  • 98bad3f52a Update README.md Dmitry V. Sokolov 2019-02-10 18:04:28 +01:00
  • 738c8226a6 text update Dmitry V. Sokolov 2019-02-10 18:01:30 +01:00
  • 38c3a538b3 Update README.md Dmitry V. Sokolov 2019-02-10 17:54:41 +01:00
  • 1458430b6e final video Dmitry V. Sokolov 2019-02-10 17:05:14 +01:00
  • 87757894c0 sdl screen capture Dmitry V. Sokolov 2019-02-10 17:04:05 +01:00
  • a390a5438b sprite_dir schema Dmitry V. Sokolov 2019-02-10 16:37:23 +01:00
  • f9c7b0218a doc images bugfix Dmitry V. Sokolov 2019-02-10 16:16:28 +01:00
  • 9366c92be3 texturing schema Dmitry V. Sokolov 2019-02-10 15:31:52 +01:00
  • 4a8b31ea8e cosine correction schema Dmitry V. Sokolov 2019-02-10 14:23:13 +01:00
  • 536bc0d42d player coordinates schemas Dmitry V. Sokolov 2019-02-10 13:38:23 +01:00
  • da425dbe9f Few bugfixes (e.g. FPS control); SDL knows to load .bmp files, so I remove the dependency to stb_image.h, because it is slow to compile Dmitry V. Sokolov 2019-02-10 09:54:12 +01:00
  • bb8b2f4ca1 Update README.md Dmitry V. Sokolov 2019-02-10 01:54:45 +01:00
  • 1c55f93076 Update README.md Dmitry V. Sokolov 2019-02-10 01:45:47 +01:00
  • 025be3a85a Update README.md Dmitry V. Sokolov 2019-02-10 01:44:52 +01:00
  • 29a535da5a Update README.md Dmitry V. Sokolov 2019-02-10 01:40:28 +01:00
  • 79c46bb6bf Update README.md Dmitry V. Sokolov 2019-02-10 01:35:02 +01:00
  • 778522c74e Update README.md Dmitry V. Sokolov 2019-02-10 01:20:21 +01:00
  • 1f776eaa90 Update README.md Dmitry V. Sokolov 2019-02-10 01:12:12 +01:00
  • 3453355595 std::chrono for FPS control; smooth sliding along the walls Dmitry V. Sokolov 2019-02-10 01:09:04 +01:00
  • e89e94af0e sprite positioning bugfix + a bit of cleaning Dmitry V. Sokolov 2019-02-10 00:23:26 +01:00
  • 023d91cc1d a bit of refactoring Dmitry V. Sokolov 2019-02-09 23:24:22 +01:00
  • a7e92d5543 crude SDL event handling; walking in the game shows plenty of bugs :) Dmitry V. Sokolov 2019-02-09 22:38:32 +01:00
  • 152b477820 SDL window Dmitry V. Sokolov 2019-02-09 22:16:58 +01:00
  • 63f1a5639a correct sprite ordering Dmitry V. Sokolov 2019-02-09 21:54:56 +01:00
  • f2db6b113a monsters depth problem Dmitry V. Sokolov 2019-02-09 21:45:49 +01:00
  • ea577d6708 depth buffer Dmitry V. Sokolov 2019-02-09 21:42:35 +01:00
  • 3d99cf0bb6 sprite size/offset Dmitry V. Sokolov 2019-02-09 21:39:59 +01:00
  • 323e3f7c24 monsters shown on the map Dmitry V. Sokolov 2019-02-09 21:38:13 +01:00
  • 80e6e4a815 refactoring time! Dmitry V. Sokolov 2019-02-09 20:02:38 +01:00
  • 8e221cbc89 apply textures to the walls Dmitry V. Sokolov 2019-02-09 17:05:45 +01:00
  • df8fb12a3e rudimentary usage of the textures Dmitry V. Sokolov 2019-02-09 16:53:45 +01:00
  • f84ae5aac9 load textures Dmitry V. Sokolov 2019-02-09 16:47:05 +01:00
  • 35ed743b6f cosine perspective correction Dmitry V. Sokolov 2019-02-09 13:45:09 +01:00
  • ff7d714453 first animation Dmitry V. Sokolov 2019-02-09 13:42:40 +01:00
  • da2257985e crude 3d rendering Dmitry V. Sokolov 2019-02-09 13:04:38 +01:00
  • e7a8b510ae render the visibility cone Dmitry V. Sokolov 2019-02-09 12:52:19 +01:00
  • 9475f8d10d cast one ray Dmitry V. Sokolov 2019-02-09 12:50:21 +01:00
  • 68d2cd560e draw the player Dmitry V. Sokolov 2019-02-09 12:48:16 +01:00
  • c6a12066bf map drawing Dmitry V. Sokolov 2019-02-09 12:47:15 +01:00
  • 90b7cfb0f2 save the framebuffer to a file Dmitry V. Sokolov 2019-02-09 12:44:35 +01:00
  • 793a46d855 initial commit Dmitry V. Sokolov 2019-02-09 12:19:19 +01:00