Commit Graph

267 Commits

Author SHA1 Message Date
5868fc96df fp: Add posix implementation of pthreads 2023-11-26 18:32:59 +11:00
bca013bf05 fp: Support building via GCC on Windows 2023-11-26 16:54:21 +11:00
801b9051c9 fp: Address warnings on GCC 2023-11-26 16:28:35 +11:00
f176d66058 build: Fix emscripten build using MSVC style flags 2023-11-26 16:03:53 +11:00
20d7b7763b build: Fix compile errors on Windows from Linux changes 2023-11-26 14:03:46 +11:00
05788cc726 build: Get basic linux build working 2023-11-26 00:52:50 +11:00
88d996af87 build: Add flags for linux build 2023-11-25 18:28:55 +11:00
f8890f0be2 fp: Start working on linux support 2023-11-24 00:22:07 +11:00
50d6271413 fp: Use audio handles 2023-11-21 22:47:54 +11:00
93e5302c60 fp: Add initial impl of fade in and out wave music 2023-11-21 00:14:50 +11:00
b03c6c3e56 fp: Get new audio stop functionality 2023-11-15 09:47:34 +11:00
074ba436cb Honestly i'm floundering right now 2023-11-14 09:05:25 +11:00
2d685fcdb9 Submodule changes 2023-11-14 08:59:28 +11:00
ebc969603d tely: Add a way to stop music from playing 2023-11-14 08:44:10 +11:00
d0b3ce1bd0 fp: Add potential ambience and background music options 2023-11-09 08:37:08 +11:00
97a83b20f6 fp: Add entrance sounds for perry and game start 2023-11-06 08:29:55 +11:00
9ad3754829 fp: Do some wave balancing 2023-11-02 08:30:37 +11:00
0522e842c4 fp: Switch to sokol audio to fix audio bugs 2023-10-31 00:02:34 +11:00
9ba6071f9b fp: Only count enemies that are a mob 2023-10-29 23:55:36 +11:00
131323fbea fp: Update website deploy script source path 2023-10-29 23:49:52 +11:00
e77c85b004 fp: Update readme for new build details 2023-10-29 23:47:50 +11:00
11d5f34522 fp: Improve tutorial, add a wave break every 3 waves 2023-10-29 23:45:45 +11:00
285cc9b5ad fp: Add quick tutorial at beginning of game 2023-10-29 17:30:08 +11:00
b4438c1510 tely: Fix DLL build using wrong DLL nameg 2023-10-29 15:14:16 +11:00
989b0d30cc fp: Upgrade TELY and simplify build 2023-10-29 15:14:16 +11:00
b7ae166e65 fp: Double heart health, Add trauma multiplier to heart 2023-10-26 08:38:34 +11:00
8e58084444 fp: Tweak html to had description 2023-10-25 22:39:55 +11:00
1e8179f104 readme: Fix MD interpreting - as bullet point 2023-10-25 22:05:37 +11:00
c42563594a readme: Fix grammar and link to bios 2023-10-25 22:04:48 +11:00
7f69d03981 fp: Add note about hot-reloading 2023-10-25 22:03:42 +11:00
2555ecc690 fp: Remove unused hero sprites 2023-10-25 21:59:34 +11:00
554fcacbb2 fp: Add notes on art 2023-10-25 21:59:06 +11:00
ba7ff271f6 fp: Add emsdk 2023-10-25 21:56:19 +11:00
a7ee00f3c0 fp: Add readme 2023-10-25 21:55:19 +11:00
345318967d fp: Make terry more animation respond immediately to movement 2023-10-25 20:23:42 +11:00
27d55b36d4 fp: Add dev fast build, remove tely_ui 2023-10-25 20:17:30 +11:00
becc839b26 fp: Get bug-fixes from dqn 2023-10-25 00:13:49 +11:00
b1327db223 fp: Update FSTRING8 define to FSTR8 2023-10-24 23:42:58 +11:00
511c2d715f fp: Rename String8 to Str8 2023-10-24 23:41:15 +11:00
6febed1d08 fp: Tweak debug UI 2023-10-24 22:36:08 +11:00
cd98322072 fp: Use RFUI for debug ui 2023-10-24 00:07:59 +11:00
206773607c fp: Integrate new billboard 2023-10-23 22:13:03 +11:00
f5de988246 fp: Allow attacks to interrupt entity 2023-10-23 20:54:28 +11:00
98bcb9e56f fp: Scale the fonts accordingly to the window rez 2023-10-22 22:50:18 +11:00
396aea5eb4 fp: Fix strafe billboard showing key bind for strafe, fix strafe regression 2023-10-22 22:43:36 +11:00
b78338bafc fp: Draw the particles for drunk-ness and church-ness 2023-10-22 22:41:21 +11:00
5c8fda7f9b fp: Add dollar particle on buying upgrade 2023-10-22 21:53:21 +11:00
8d01a3631f fp: Add hit particles 2023-10-22 21:17:25 +11:00
de7d8c1341 fp: Fix attack box changing direction at last second due to using the live entity direction 2023-10-22 20:22:24 +11:00
1c82071686 fp: Only allow one keyboard player, allocate remainder to gamepads 2023-10-22 20:11:33 +11:00