• Joined on 2025-10-02
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-17 00:57:10 -05:00
0cbb5fc447 editor: show fancy particle entrypoint
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-17 00:52:44 -05:00
c4a78200d7 editor: close file menu upon clicking submit to open whirld
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-17 00:23:53 -05:00
d99e58b06c editor: add keybinds.txt
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-16 23:38:08 -05:00
4dc21dc9a5 editor: disable all key commands when text is being entered
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-16 22:34:34 -05:00
2c3aba3283 editor: change moveCam toggle key to 'V' to make room for utility bar left-alt keybinds
fef065eddf editor: scale gui sizes with Screen resolution
Compare 2 commits »
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-16 18:22:15 -05:00
b8b509bbc8 editor: switch New and Open
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-16 18:19:29 -05:00
14561de520 editor: add "new" file option
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-16 17:33:41 -05:00
ca9b633e5c editor: destroy old base object on world reload
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-16 17:21:02 -05:00
7815b6746d editor: dont preserve old particleemitters after loading new whirld
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-16 15:59:03 -05:00
8e31864e66 editor: add Open whirld functionality
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-16 14:07:43 -05:00
393f8b1b35 added File bar and Quit option
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-16 12:54:50 -05:00
3ced2e4fba moved camera move code from fixedupdate to update
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-16 12:35:16 -05:00
bf6c94e641 did evil shitty fix for generic function pointers on unix-based platforms
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-16 00:15:01 -05:00
f6e13c1e73 remember to postbuild move UnityScript.dll to editor_build
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-15 20:39:02 -05:00
3ecd705f81 editor: tweak movement again
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-15 20:20:32 -05:00
b3d48af966 editor: test loading a utw with a stripped down version of WhirldIn
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-15 19:21:24 -05:00
73321b98cd editor: fix mistake in reset keybind
0b266784fb make controls better
Compare 2 commits »
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-15 17:26:06 -05:00
0fe59fd1e3 add test cube and camera keyboard movement
e5d18b4c30 editor: added mouse looking
Compare 2 commits »
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-15 14:06:51 -05:00
ef7b99d4cf ripper: fixed typo
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-15 13:20:57 -05:00
68f88bd24c update useless wscript version to next impending version
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-15 02:26:18 -05:00
83ba7539d6 ripper: simplify listing objects by type
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-14 23:27:14 -05:00
8f450c658f create project for utw editor
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-14 22:09:04 -05:00
8f08aded00 make it so u can use dos crlf in utw files without messing everything up
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-14 13:49:53 -05:00
7272c66c51 fix WhirldIn trying to cast an invalid skybox to Material
VIA256 opened issue VIA256/marsxplr-decomp#13 2025-12-14 02:24:19 -05:00
on gub's potholes, "Space" skybox can be loaded from assets but cannot be cast to Material
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-13 00:18:00 -05:00
86308f5687 fix mistake in README.md
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-13 00:05:34 -05:00
2acc894ac2 fix seashader error present on gubs tubees
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-12 23:44:05 -05:00
5319333fb0 Fix floorcontroller tring to assign texture when there is no texture paramater of type UnityEngine.Texture
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-12 22:54:50 -05:00
38d9f58477 marsruntime: fix the pointer types in mono runtime linking
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-08 17:18:23 -05:00
5f6738dcd6 ripper: made it easier to avoid duplicates
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-08 16:22:57 -05:00
705afcf7d8 ripper: added GUILayer, Joint, LensFlare, Light
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-08 15:52:57 -05:00
4a56f34951 ripper: added Camera, Collider, GUIElement, and some TODO msgs
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-08 15:36:35 -05:00
2bd00c9999 ripper: start adding things that inherit Behaviour
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-08 15:14:59 -05:00
c02fd0a8ab ripper: start adding things that indirectly inherit objects
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-08 13:29:58 -05:00
e14c122fd7 ripper: added various things that directly inherit Object
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-08 03:48:33 -05:00
aa54f06cc2 ripper: add listing for MonoBehaviour
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-08 03:45:22 -05:00
31eed0bb02 ripper: make it possible to sort things that inherit objects
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-08 01:50:18 -05:00
110a1ff190 ripper: log a list of all objects in all scenes to files
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-07 21:55:29 -05:00
b66935daf5 use the next patch version for subsequent builds
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-07 21:48:40 -05:00
da1ef6bb06 add ripper target hello world
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-07 20:32:22 -05:00
90f7de6454 add configuration to diffirentiate between self-hosted and legacy-hosted
VIA256 pushed to main at VIA256/new-marsxplr-web-elements 2025-12-07 18:47:24 -05:00
a0cedf5d92 update gameversion to 4.0.2
VIA256 released MarsXPLR 4.0.2 RELEASE at VIA256/marsxplr-decomp 2025-12-07 18:38:19 -05:00
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-07 18:36:22 -05:00
aa573daa1e set version to 4.0.2
VIA256 released MarsXPLR 4.0.2 RELEASE at VIA256/marsxplr-decomp 2025-12-07 17:53:04 -05:00
VIA256 pushed tag v4.0.2 to VIA256/marsxplr-decomp 2025-12-07 17:53:02 -05:00
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-07 17:38:39 -05:00
697eb88a1a add little fix for high resolutions moniters
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-07 17:23:32 -05:00
a3b12586e0 undo Object.cs CompareBaseObject implementation
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-12-06 21:16:57 -05:00
2eb0549f6f reimplement internal call for UnityEngine.Object::CompareBaseObjects
VIA256 pushed to main at VIA256/marsxplr-decomp 2025-11-13 19:15:00 -05:00
79080a6e55 MarsRuntime: fix missing semicolon