sfan5
|
39fd9b93c3
|
Introduce proper error handling for file streams
|
2024-05-14 18:33:08 +02:00 |
|
sfan5
|
7e4462e0ac
|
Better handling of temporary folders
|
2024-04-06 12:10:21 +02:00 |
|
sfan5
|
6ca214fefc
|
Introduce std::string_view into wider use (#14368)
|
2024-02-17 15:35:33 +01:00 |
|
Desour
|
8b108ed5f2
|
Use nicer syntax for nested namespace definitions
|
2023-06-15 10:38:44 +02:00 |
|
Thresher
|
00c647e4cc
|
Convert spaces to tabs (#13506)
* Convert spaces to tabs
* Desour reviews 1-3 fix
* Desour fixes
* Undo alignment changes
|
2023-05-26 15:13:57 +02:00 |
|
sfan5
|
87d509e462
|
Implement --debugger option to improve UX when debugging crashes (#13157)
|
2023-01-23 00:19:30 +01:00 |
|
rubenwardy
|
06de82fd86
|
Refactor ModConfiguration
|
2022-07-14 22:12:54 +01:00 |
|
sfan5
|
6de8d77e17
|
Move instead of copy during content install if possible
|
2021-10-07 00:20:01 +02:00 |
|
sfan5
|
2d5b7b5fb4
|
Make fs::extractZipFile thread-safe
|
2021-10-07 00:20:01 +02:00 |
|
sfan5
|
bbfae0cc67
|
Dynamic_Add_Media v2 (#11550)
|
2021-09-09 16:51:35 +02:00 |
|
Loic Blot
|
225d4541ff
|
fix: extractZipFile is not part of Client but more generic.
This solve a crash from mainmenu while extracting the zip
|
2021-05-06 16:01:52 +02:00 |
|
rubenwardy
|
4c76239818
|
Remove dead code (#10845)
|
2021-01-22 15:09:26 +00:00 |
|
rubenwardy
|
9ec75d7765
|
Clean up server-side translations, remove global variable (#10075)
|
2020-09-16 14:51:11 +01:00 |
|
number Zero
|
05d93c7fa1
|
Load files from subfolders in texturepacks
Updated and rebased version of a PR by red-001
|
2017-11-17 19:23:08 +00:00 |
|
Loic Blot
|
55ab4264dc
|
Modernize various files
* range-based for loops
* emplace_back instead of push_back
* code style
* C++ headers instead of C headers
* Default operators
* empty stl function
|
2017-08-18 07:44:52 +02:00 |
|
Loïc Blot
|
921151d97a
|
C++ modernize: Pragma once (#6264)
* Migrate cpp headers to pragma once
|
2017-08-17 22:19:39 +02:00 |
|
ShadowNinja
|
ea2964f5a1
|
Add seperate cache path
This is set to the XDG cache path where possible.
It's set to the app's cache path on Android.
|
2015-12-07 13:51:41 -05:00 |
|
SmallJoker
|
21944a0d3c
|
Add environment variable MINETEST_WORLD_PATH
Also add PATH_DELIM for Windows compatibility.
|
2015-10-02 22:47:13 +02:00 |
|
ShadowNinja
|
3a8c788880
|
Add mod security
Due to compatibility concerns, this is temporarily disabled.
|
2015-05-16 18:32:31 -04:00 |
|
kwolekr
|
7220ca906d
|
Tests: Modularize unit testing
Split unit tests into separate files under src/unittest/
Give better unittest diagnostics
Clean up some code
|
2015-04-26 15:08:54 -04:00 |
|
kwolekr
|
386d695330
|
Porting: Refactor initalizePaths()
Add support for Solaris and HP-UX
Search additional potential procfs locations for current executable
|
2015-04-19 16:52:58 -04:00 |
|
kwolekr
|
0df736173e
|
Schematics: Prepend mod path to relative schematic filepaths
|
2015-04-08 00:28:56 -04:00 |
|
PilzAdam
|
d718b0b34e
|
Dont write directly to files but rather write and copy a tmp file
|
2013-08-13 22:05:45 +02:00 |
|
sapier
|
967121a34b
|
Replace C++ mainmenu by formspec powered one
|
2013-07-02 19:58:20 -04:00 |
|
Sfan5
|
6d0ea26c2d
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
|
PilzAdam
|
497ff1ecd6
|
Change Minetest-c55 to Minetest
|
2013-02-24 18:49:03 +01:00 |
|
Perttu Ahola
|
037b259197
|
Switch the license to be LGPLv2/later, with small parts still remaining as GPLv2/later, by agreement of major contributors
|
2012-06-05 18:54:07 +03:00 |
|
Perttu Ahola
|
5b31d32da8
|
Better file/directory removal platform code and utilities
|
2012-03-26 08:36:59 +03:00 |
|
Perttu Ahola
|
67a6bc4ab5
|
Fix map delete on windows (concatenate paths correctly with / or \ depending on OS)
|
2011-10-16 16:16:47 +03:00 |
|
Ciaran Gultnieks
|
e09fec3373
|
New map directory structure that avoids map size being limited by filesystem
|
2011-05-18 16:48:27 +01:00 |
|
Perttu Ahola
|
a0f0517c5b
|
should work now
|
2011-01-26 01:06:45 +02:00 |
|
Perttu Ahola
|
035345f13d
|
Map deletion button
|
2011-01-26 00:40:33 +02:00 |
|
Perttu Ahola
|
fc26dcdb19
|
license stuff
--HG--
rename : src/licensecomment.txt => licensecomment.txt
|
2010-11-29 20:13:04 +02:00 |
|
Perttu Ahola
|
4e249fb3fb
|
Initial files
|
2010-11-27 01:02:21 +02:00 |
|