-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG.txt
More file actions
61 lines (50 loc) · 1.96 KB
/
CHANGELOG.txt
File metadata and controls
61 lines (50 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
All dates are in DD/MM/YY format
Versions follow SemVer
0.4.2
- Added Gizmo (shows XYZ axis directions)
- Added current camera pos/rot
- Added object browser
- Added sirty's cheat sheet in object browser
- Changed object id limit to 50000
- Disabled spawning of Player/DetectWeapons
- Fixed unable to type decimal at numeric values
- Fixed null reference bug on deleting all objects in a level
0.4.1 (25/11/22)
- Added Editor GUI, which ported all of the console commands
- Added Level Object Browser to see all the level objects
- Added Identify and Find functions to find level objects
- Pressing shift double the speed you move at
- Removed console commands and help
0.4.0 (25/11/22)
- Added workshop
- Added custom level browser
- Added "upload" command that allows to upload to the workshop
- Added Discord Rich Presence
- Removed NEXT button for custom levels
- Fixed RETRY button not working on normal levels glitch
0.3.1 (27/10/22)
- Added hotkeys for easier map editting (number keys 1, 2 and 3).
- Added object locking (needed to use hotkeys) by left clicking on an object.
- Added "s", "c" and "d" as aliases for "spawn", "copy" and "delete" respectively.
0.3.0 (22/10/22)
- Added object info to the top left corner
- Added "delete" command
0.2.2 (12/10/22)
- Fixed weapons glitch
- Fixed editing existing levels glitch
0.2.0 (09/10/22)
- Increased initialization speed
- Changed the file format to a more efficient and accurate binary format.
- Dropped compatibility with levels created in older versions
0.1.3 (08/10/22)
- The "q" and "e" keys are now used for height.
- Added "scale" command.
- Added "rotate" command.
0.1.2 (06/10/22)
- Added "moveobj" command.
- Added custom command list to the "help 1" command.
- The "spawn" command now prints the ID of the spawned object.
0.1.1 (01/10/22)
- Fixed a glitch that didn't allow for proper saves.
0.1.0 (26/09/22)
- Initial release.