You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Increase minimum CMake version.
Use CMake FetchContent for glutils instead of a git submodule.
Properly load Lua scripts from XDG directories.
Properly add exe icon on Windows.
message(FATAL_ERROR"You cannot build in a source directory (or any directory with a CMakeLists.txt file). Please make a build subdirectory. Feel free to remove CMakeCache.txt and CMakeFiles.")
21
21
endif()
22
22
23
23
project("Sickle Editor"
24
-
VERSION 0.12.1
24
+
VERSION 0.12.2
25
25
DESCRIPTION"Open-Source GoldSrc Editor"
26
-
LANGUAGESCXX
27
-
)
26
+
LANGUAGESCXX)
28
27
29
28
if(NOTCMAKE_BUILD_TYPE)
30
29
message("CMAKE_BUILD_TYPE is unset, defaulting to Release")
Copy file name to clipboardExpand all lines: README.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,10 @@
1
1
# Sickle Editor
2
2
3
-
An open-source editor for GoldSrc maps. Both `.MAP` and `.RMF` formats are supported. Sickle Editor is released under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html) license.
4
-
5
-
6
3

An open-source editor for GoldSrc maps. Both `.MAP` and `.RMF` formats are supported. Sickle Editor is released under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html) license.
By default, the program will be installed to `/usr/local` on Linux and `C:/Program Files/Sickle Editor` on Windows. If you want the installation to go somewhere else, use:
0 commit comments