1
0
forked from noxious/server

583 Commits

Author SHA1 Message Date
6f87c3f3c5 Bug fix 2025-01-30 02:58:11 +01:00
876c96e2c6 Stop task if image creation failed 2025-01-30 02:50:06 +01:00
7fd33aa36b Removed prisma from package.json 2025-01-29 23:27:15 +01:00
e57c19defd Minor improvement with generating sprites 2025-01-29 23:22:56 +01:00
caf0e5c2f4 Format decimal 2025-01-29 23:22:46 +01:00
c8728ba83a Made field decimal, forgot to use const, new migration 2025-01-28 17:53:56 +01:00
b33b9cc29f Almost works 2025-01-28 17:49:43 +01:00
3b65cae631 Migration fix 2025-01-28 16:49:01 +01:00
9d7cee2334 Combining sprites to generate a spritesheet works again. 2025-01-28 15:34:21 +01:00
dbdc8c9d6e Continue working on spritesheet generator 2025-01-28 14:29:45 +01:00
d17408acd9 Sprite gen. work 2025-01-28 06:09:29 +01:00
5680b324b4 Merge remote-tracking branch 'origin/feature/map-refactor' 2025-01-27 01:56:51 +01:00
9771f45e6d Removed isAnimated and isLooping fields 2025-01-27 01:56:04 +01:00
b3ac6d34b8 Merge remote-tracking branch 'origin/feature/#313-effects' into feature/map-refactor 2025-01-25 15:34:40 +01:00
b115181756 Updated README 2025-01-25 14:50:53 +01:00
bf4789b9a8 Added additional installation steps 2025-01-25 14:44:33 +01:00
f004f059f6 Added software requirements to README 2025-01-25 14:39:44 +01:00
e6adb959ba npm run format 2025-01-25 13:24:46 +01:00
85161ab4f6 Added comment 2025-01-25 00:28:23 +01:00
8f4d4fc482 Removed unused functions 2025-01-24 23:53:03 +01:00
a0584c2bb9 Inline checking for less written code; removed unused import 2025-01-24 23:52:56 +01:00
7f4a784915 Removed redundant columns 2025-01-24 23:52:30 +01:00
71fdbd89a4 npm update 2025-01-24 23:46:36 +01:00
5c34ed7286 Fixed error thrown when getArgs called on a command with no arguments 2025-01-23 13:52:32 -06:00
edb7836e55 Weather values randomized if no number is given as a command argument 2025-01-23 13:42:26 -06:00
112559055c Added createdAt and updatedAt fields to character hair to fix cache issue 2025-01-23 20:36:02 +01:00
1546deb811 Removed depth field from placedMapObject as this is calculated automatically 2025-01-23 19:47:33 +01:00
d7ac70662a Accidentally put fog instead of rain 2025-01-23 11:59:23 -06:00
dae0d365d5 Changed toggle functions to set, and refactored the random weather value gen 2025-01-22 20:33:11 -06:00
020f2bd3c5 Removed weather effects booleans, now to disable weather effects, setting the value to 0 is the way 2025-01-22 18:00:04 -06:00
189fd39377 Moved CORS logic into httpManager 2025-01-21 14:58:55 +01:00
0ba79c2299 Teleport fix 2025-01-14 02:18:53 +01:00
74f5214ca3 removed console.log 2025-01-13 15:02:44 +01:00
410d5cb7a8 Disabled Mikro ORM debugging 2025-01-13 14:51:39 +01:00
41e65fc3e9 ? 2025-01-12 22:11:41 +01:00
4b6935c44a npm update 2025-01-11 21:47:29 +01:00
4232042a06 Typo 2025-01-10 23:23:20 +01:00
3869eefaaf frameCount fix 2025-01-10 19:29:28 +01:00
a4437fadce npm run format 2025-01-09 16:02:26 +01:00
458293a5fc Better var. naming 2025-01-09 15:58:16 +01:00
849ef07297 Entirely replaces asset controller with improved ones (textures & cache) 2025-01-08 21:12:33 +01:00
39ec4daa06 More cache stuff 2025-01-07 22:20:27 +01:00
010454914b POC working new caching method - moved controllers folder, renamed assets to textures, fixed HTTP bug, formatted code 2025-01-07 03:58:32 +01:00
f47023dc81 POC working new caching method - moved controllers folder, renamed assets to textures, fixed HTTP bug, formatted code 2025-01-07 03:58:26 +01:00
4397552a86 Merge pull request 'fixed console logging on windows devices.' (#1) from issue/#307-fix-server-console-logging-on-window-based-devices into main
Reviewed-on: noxious/server#1
2025-01-06 20:40:36 +00:00
7b90fa5c13 fixed console logging on windows devices. 2025-01-06 14:33:45 -06:00
7dabed7ff6 Minor change 2025-01-06 21:23:25 +01:00
d91a70be09 Value can't be undefined anymore, is now null by default if no value is set or found 2025-01-06 21:23:17 +01:00
514ed87818 rm file 2025-01-06 18:04:17 +01:00
24586855cb Created base entities, extended normal entities with these 2025-01-06 18:03:12 +01:00