18 Commits

Author SHA1 Message Date
4a4ffb1c6c Block off nonexistent <stacktrace> dependency for web builds. Fix up emscripten build errors with old CMakeCache. Update to C++23 in CMakeLists. Convert CanModifyEquipSlots function into a menu static function that returns a boolean (instead of being calculated only once on initialization. oops) Release Build 12111. 2025-03-14 10:42:02 -05:00
6d7240c765 Change starting location of DOT damage numbers. Fix velocity getting multiplied dramatically when damage numbers stack up and change size. Make gcc happy with unsigned long long cast syntax. Remove pthread flag from CMakeLists. Release Build 11014. 2024-08-13 13:34:30 -05:00
68744adf54 Add stage plates for Chapter 3 and setup 3-1 in levels. Release Build 10911. 2024-08-10 06:55:26 -05:00
7bf1c90e77 Enable threads support on emscripten build. 2024-08-09 20:15:13 -05:00
8efb5a9f8f Add missing #define CALLSTYLE and missing #include <cassert> to PGE Header file. Fast-forward to Moro's updated PGE cmake template which removes SDL2 dependency for Apple devices. Currently still not compiling. 2024-08-04 05:04:53 -05:00
NicoNicoNii
4c1e4f18e5 Update CMakeLists to use imported libs for Discord and Steam APIs 2024-04-13 15:23:05 -05:00
d0366c21c7 Fix linux build and distribution release processes. 2024-03-25 22:33:24 -05:00
5035dd5af9 Added resource pack loading for sensitive commercial assets (direct inclusion for builds). Fixed bug with brand new settings loading the original window at 1/4 the normal size. Fixed bug with reading system configuration when no system configuration exists yet. Fixed bug with emscripten build mosaic effect shader not working (unsupported textureSize glsl call). Release Build 7515. 2024-02-22 23:43:45 -06:00
Nic0Nic0Nii
6d4eba57e4 Remove early exit when detecting opposite connection points. Was causing incorrect behaviors between different platforms
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2024-01-31 20:01:10 +00:00
Nic0Nic0Nii
2e3e8dd910 Add debug flag when building emscripten in debug mode.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2024-01-29 19:01:51 +00:00
e036302b58 Fix async loading bugs with loading from indexeddb store emscripten. Add emscripten debug and release scripts. Disable text entry whenever a menu is closed. 2024-01-26 16:15:49 -06:00
Nic0Nic0Nii
5a16f7757b Implement indexeddb storage for emscripten version. Double running speed of bear charge attack
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2024-01-25 21:12:34 +00:00
Nic0Nic0Nii
1490b2b9f9 Fix cmake for emscripten, do not include discord files. Add in second boss config preparations
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2024-01-23 16:37:50 +00:00
7af67b25b6 Fixes for Linux builds and cmake compiling! 2024-01-22 20:46:34 -06:00
15ea25fe71 Mitigate audio stuttering during emscripten audio file loads. Fix bug with remote loading not working when zero files are present. 2024-01-06 04:26:01 -06:00
296ea1f2e6 Updated all references of Crawler project to now reference Adventures in Lestoria. Fixed a loading bug with the current connection point buttons and information not updating upon loading into the overworld map. Fix component count initialization bug (On Linux and Emscripten builds the component count would start uninitialized and would result in poor depth ordering sometimes. 2024-01-04 05:21:56 -06:00
2a900fa06e Create server request backbone and functions for talking to save file server. 2024-01-02 04:45:44 -06:00
92ac7e5cf8 Implemented cmake for parallel building in emscripten/linux 2024-01-01 16:50:09 -06:00