Recent changes
Appearance
Track the most recent changes to the wiki on this page.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
30 August 2026
| m 19:06 | Test diffhist +122 Nlondon talk contribs | ||||
| N 18:39 | Test/Subpage/More/FinalDepth diffhist +9 Nlondon talk contribs (Created page with "Last test") | ||||
| N 18:38 | Test/Subpage/More diffhist +20 Nlondon talk contribs (Created page with "Second-level Subpage") | ||||
| N 18:31 | Test/SubPage2 diffhist +16 Nlondon talk contribs (Created page with "Another subpage!") | ||||
| 18:23 | Deletion log Nlondon talk contribs deleted page Class Reference | ||||
29 August 2026
|
|
11:48 | Geo Components 3 changes hist +9,562 [Strideh (3×)] | |||
| m |
|
11:48 (cur | prev) +145 Strideh talk contribs (mistakes fix up) Tag: Visual edit | |||
|
|
11:35 (cur | prev) +3,616 Strideh talk contribs (Tidied up the damage section and filled out material components) Tag: Visual edit | ||||
| m |
|
09:17 (cur | prev) +5,801 Strideh talk contribs (Filled a little more out) Tag: Visual edit: Switched | |||
|
|
05:12 | Level Design Tips & Tricks 5 changes hist +3,972 [Strideh (5×)] | |||
| m |
|
05:12 (cur | prev) +45 Strideh talk contribs (Little tidy up) Tag: Visual edit | |||
|
|
04:23 (cur | prev) +638 Strideh talk contribs (More fleshing out, more images, some external links for further reading) Tag: Visual edit | ||||
| m |
|
03:57 (cur | prev) +332 Strideh talk contribs (Improved the 2:1 ratio section and improved images) Tag: Visual edit | |||
|
|
03:19 (cur | prev) +218 Strideh talk contribs (Added images for the cylinders) Tag: Visual edit | ||||
|
|
02:19 (cur | prev) +2,739 Strideh talk contribs (Filled out angle and curve info, pictures TBD) Tag: Visual edit | ||||
|
|
04:15 | (Upload log) [Strideh (6×)] | |||
|
|
04:15 Strideh talk contribs uploaded File:4Becomes3.png | ||||
|
|
03:55 Strideh talk contribs uploaded a new version of File:Corner2-1Ratio.png (Made the ratio clearer) | ||||
|
|
03:42 Strideh talk contribs uploaded File:Corner2-1Ratio.png | ||||
|
|
03:25 Strideh talk contribs uploaded a new version of File:Cylinder8Sides.png (Better visibility) | ||||
|
|
03:14 Strideh talk contribs uploaded File:Cylinder12Sides.png | ||||
|
|
02:50 Strideh talk contribs uploaded File:Cylinder8Sides.png | ||||
|
|
N 03:43 | Creating a Mod 3 changes hist +5,077 [Nlondon (3×)] | |||
| m |
|
03:43 (cur | prev) −24 Nlondon talk contribs (Changed 'syntaxhighlight' tag to 'pre') | |||
| m |
|
03:30 (cur | prev) +51 Nlondon talk contribs | |||
| N |
|
03:28 (cur | prev) +5,050 Nlondon talk contribs (Created page with "category:Mars Engine {{note|todo|We're planning on implement proper Mod Creation workflow. We should have in-engine options for creating a new mod and packaging it up into a <code>.pak</code> file, but for now this is the process. }} = What is a Mod? = 'Mods' allow you to add or modify Maps, Materials, EntityDefinitions or Assets or Scripting to the base game without having to change the original files. These can then be packaged up and distributed to other people f...") | |||
|
|
N 03:42 | MDF File Format 2 changes hist +3,760 [Nlondon (2×)] | |||
| m |
|
03:42 (cur | prev) −96 Nlondon talk contribs (Changed 'syntaxhighlight' tags to 'pre') | |||
| N |
|
01:24 (cur | prev) +3,856 Nlondon talk contribs (Created page with "category:Mars Engine = What is MDF? = MDF stands for Mars Data Format. It's a JSON-esque file format that's used to define almost all user-accessible data for the Category:Mars Engine. They are used for <code>.mdf</code> files, which are normally used to define objects and data found in the <code>Definitions</code> directory, but are also used by the <code>.m3d</code> file format, which is used to define 3D models, and the <code>.map</code> format, which con...") | |||
28 August 2026
|
|
m 08:19 | Editor Overview 3 changes hist +87 [Nlondon; Strideh (2×)] | |||
| m |
|
08:19 (cur | prev) +131 Strideh talk contribs (More clean up. Going to bed now.) | |||
| m |
|
08:12 (cur | prev) −78 Strideh talk contribs (Altered headers to make it read easier + removed colons) | |||
| m |
|
05:06 (cur | prev) +34 Nlondon talk contribs (Renamed 'Grid Space' to 'Transform Space', and added an anchor) | |||
| N 08:00 | Mscr:System.Types.Int16 diffhist +7,427 Nlondon talk contribs (Created page with "Category:Mscr:System.Types {{note|Path| System.Types.Int16}} An signed 16-bit integral numeric. Capable of storing values between -32,768 to 32,767. = Details = <syntaxhighlight lang="cs"> struct System.Types.Int16 : Object </syntaxhighlight> {| class="wikitable" | '''Aliased as: ''' || {{code|int16}} |- | '''Object Type:''' || {{code|struct}} (Copy by Value) |- | '''Inherits Fr...") | ||||
|
|
N 07:59 | Mscr:System.Types.Int8 3 changes hist +7,330 [Nlondon (3×)] | |||
| m |
|
07:59 (cur | prev) 0 Nlondon talk contribs (Fixed incorrect padding number for Int64 cast) | |||
| m |
|
07:46 (cur | prev) +25 Nlondon talk contribs (Fixed some formatting) | |||
| N |
|
07:17 (cur | prev) +7,305 Nlondon talk contribs (Created page with "Category:Mscr:System.Types {{note|Path| System.Types.Int8}} An signed 8-bit integral numeric. Capable of storing values between -128 and 127. = Details = <syntaxhighlight lang="cs"> struct System.Types.Int8 : Object </syntaxhighlight> {| class="wikitable" | '''Aliased as: ''' || {{code|int8}} |- | '''Object Type:''' || {{code|struct}} (Copy by Value) |- | '''Inherits From: ''' ||...") | |||
|
|
07:56 | Geo Components 6 changes hist +3,042 [Strideh (6×)] | |||
| m |
|
07:56 (cur | prev) +54 Strideh talk contribs (Fiddling with table formatting to make this read well please ignore me) | |||
|
|
07:50 (cur | prev) +557 Strideh talk contribs Tag: Visual edit: Switched | ||||
| m |
|
07:33 (cur | prev) −493 Strideh talk contribs (Minor wording clean up) Tag: Visual edit | |||
| m |
|
07:32 (cur | prev) +474 Strideh talk contribs (Testing some new formatting (going to be a busy page)) Tag: Visual edit | |||
| m |
|
07:15 (cur | prev) −51 Strideh talk contribs Tag: Visual edit | |||
|
|
07:11 (cur | prev) +2,501 Strideh talk contribs (Started filling out some components) Tag: Visual edit | ||||
| m 06:14 | Editor Hotkeys diffhist −6 Strideh talk contribs (Removed colons) | ||||
|
|
06:12 | Geo Texturing 4 changes hist +3,800 [Strideh (2×); Nlondon (2×)] | |||
| m |
|
06:12 (cur | prev) −62 Strideh talk contribs (Fixed a word I missed, unnecessary bolding and moved rotation image in line with description) Tag: Visual edit | |||
| m |
|
05:23 (cur | prev) +310 Nlondon talk contribs (Added some more missing stuff, removed colons from titles) | |||
| m |
|
05:13 (cur | prev) +816 Nlondon talk contribs (Bunch of small wording changes, adding some missing functionality.) | |||
|
|
03:49 (cur | prev) +2,736 Strideh talk contribs (Add pictures and big section on texture properties) Tag: Visual edit | ||||
|
|
m 05:58 | Geo Editing (Advanced) 3 changes hist −34 [Strideh (3×)] | |||
| m |
|
05:58 (cur | prev) −33 Strideh talk contribs (Actually removed colons from headers) Tag: Visual edit | |||
| m |
|
05:56 (cur | prev) +32 Strideh talk contribs Tag: Visual edit | |||
| m |
|
05:56 (cur | prev) −33 Strideh talk contribs (Removed colons from headers) Tag: Visual edit | |||
| m 05:55 | Geo Editing diffhist −10 Strideh talk contribs (Removed colons from headers) | ||||
| m 04:20 | Tutorial: Your First Level diffhist +216 Strideh talk contribs | ||||
|
|
03:10 | (Upload log) [Strideh (3×)] | |||
|
|
03:10 Strideh talk contribs uploaded File:TextureInspector.png | ||||
|
|
03:02 Strideh talk contribs uploaded File:TextureCornerRotation.png | ||||
|
|
02:57 Strideh talk contribs uploaded File:TextureWrap.png | ||||