351 Commits

Author SHA1 Message Date
VIA256 7464150fe8 Merge branch 'main' of https://gitea.moe/VIA256/marsxplr-decomp 2025-12-18 15:16:53 -08:00
VIA256 3aa6302f6d game: don't show games that use locally hosted "file://" whirlds in the server list 2025-12-18 15:16:38 -08:00
VIA256 046247a1df Update links.txt 2025-12-18 15:44:42 -05:00
VIA256 e7e11686f3 inform about self hosted build requirements in README.md 2025-12-18 15:20:41 -05:00
VIA256 ef1e01307c Update links.txt 2025-12-18 15:14:35 -05:00
VIA256 c7d35c6761 rename links.md to links.txt 2025-12-18 15:06:39 -05:00
VIA256 ed4751fa71 Update links.md 2025-12-18 15:06:03 -05:00
VIA256 a79e82891d Update links.md 2025-12-18 15:05:25 -05:00
VIA256 f070c32b88 add links.md for documentation relevant to the projects development 2025-12-18 15:05:00 -05:00
VIA256 1d6e3e871d editor: add keyboard controls 2025-12-17 23:03:28 -08:00
VIA256 d295f43506 editor: save url of last opened whirld 2025-12-17 14:25:14 -08:00
VIA256 0cbb5fc447 editor: show fancy particle entrypoint 2025-12-16 21:57:05 -08:00
VIA256 c4a78200d7 editor: close file menu upon clicking submit to open whirld 2025-12-16 21:52:41 -08:00
VIA256 d99e58b06c editor: add keybinds.txt 2025-12-16 21:23:28 -08:00
VIA256 4dc21dc9a5 editor: disable all key commands when text is being entered 2025-12-16 20:38:05 -08:00
VIA256 2c3aba3283 editor: change moveCam toggle key to 'V' to make room for utility bar left-alt keybinds 2025-12-16 19:34:31 -08:00
VIA256 fef065eddf editor: scale gui sizes with Screen resolution 2025-12-16 19:33:55 -08:00
VIA256 b8b509bbc8 editor: switch New and Open 2025-12-16 15:22:11 -08:00
VIA256 14561de520 editor: add "new" file option 2025-12-16 15:19:25 -08:00
VIA256 ca9b633e5c editor: destroy old base object on world reload 2025-12-16 14:33:36 -08:00
VIA256 7815b6746d editor: dont preserve old particleemitters after loading new whirld 2025-12-16 14:20:55 -08:00
VIA256 8e31864e66 editor: add Open whirld functionality 2025-12-16 12:58:53 -08:00
VIA256 393f8b1b35 added File bar and Quit option 2025-12-16 11:07:29 -08:00
VIA256 3ced2e4fba moved camera move code from fixedupdate to update 2025-12-16 09:54:40 -08:00
VIA256 bf6c94e641 did evil shitty fix for generic function pointers on unix-based platforms 2025-12-16 09:35:08 -08:00
VIA256 f6e13c1e73 remember to postbuild move UnityScript.dll to editor_build 2025-12-15 21:14:56 -08:00
VIA256 3ecd705f81 editor: tweak movement again 2025-12-15 17:38:56 -08:00
VIA256 b3d48af966 editor: test loading a utw with a stripped down version of WhirldIn 2025-12-15 17:20:27 -08:00
VIA256 73321b98cd editor: fix mistake in reset keybind 2025-12-15 16:21:18 -08:00
VIA256 0b266784fb make controls better 2025-12-15 16:04:34 -08:00
VIA256 0fe59fd1e3 add test cube and camera keyboard movement 2025-12-15 14:25:53 -08:00
VIA256 e5d18b4c30 editor: added mouse looking 2025-12-15 12:41:27 -08:00
VIA256 ef7b99d4cf ripper: fixed typo 2025-12-15 11:06:41 -08:00
VIA256 68f88bd24c update useless wscript version to next impending version 2025-12-15 10:20:48 -08:00
VIA256 83ba7539d6 ripper: simplify listing objects by type 2025-12-14 23:26:08 -08:00
VIA256 8f450c658f create project for utw editor 2025-12-14 20:27:10 -08:00
VIA256 8f08aded00 make it so u can use dos crlf in utw files without messing everything up 2025-12-14 19:08:59 -08:00
VIA256 7272c66c51 fix WhirldIn trying to cast an invalid skybox to Material 2025-12-14 10:49:46 -08:00
VIA256 86308f5687 fix mistake in README.md 2025-12-12 21:17:56 -08:00
VIA256 2acc894ac2 fix seashader error present on gubs tubees 2025-12-12 21:05:28 -08:00
VIA256 5319333fb0 Fix floorcontroller tring to assign texture when there is no texture paramater of type UnityEngine.Texture 2025-12-12 20:43:55 -08:00
VIA256 38d9f58477 marsruntime: fix the pointer types in mono runtime linking 2025-12-12 19:48:07 -08:00
VIA256 5f6738dcd6 ripper: made it easier to avoid duplicates 2025-12-08 14:18:11 -08:00
VIA256 705afcf7d8 ripper: added GUILayer, Joint, LensFlare, Light 2025-12-08 13:22:47 -08:00
VIA256 4a56f34951 ripper: added Camera, Collider, GUIElement, and some TODO msgs 2025-12-08 12:52:45 -08:00
VIA256 2bd00c9999 ripper: start adding things that inherit Behaviour 2025-12-08 12:36:18 -08:00
VIA256 c02fd0a8ab ripper: start adding things that indirectly inherit objects 2025-12-08 12:14:43 -08:00
VIA256 e14c122fd7 ripper: added various things that directly inherit Object 2025-12-08 10:29:44 -08:00
VIA256 aa54f06cc2 ripper: add listing for MonoBehaviour 2025-12-08 00:48:27 -08:00
VIA256 31eed0bb02 ripper: make it possible to sort things that inherit objects 2025-12-08 00:44:59 -08:00